body {
  font-family: "Kreadon", sans-serif;
  font-weight: 400;
  color: #1c1c1c;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #a78b6f;

}
a:hover {
  text-decoration: none;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 1.6rem;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: "* ";
  color: #bb321f;
  font-weight: bold;
}

/* content */
#content {
  min-height: 600px;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

.pagination {
  margin: 0;
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/* VARS */

:root {
  --container-max-width: 154rem;
  --container-padding: 0 1rem;
  --primary-color: #e8d8c3;
}

body {
  background-color: #fff;
}

@font-face {
  font-family: "Goudy Titling";
  src: url("../fonts/Goudy-Titling-W05-SemiBold.woff2");
  font-weight: 600;
}

@font-face {
  font-family: "Kreadon";
  src: url("../fonts/Kreadon-Regular.woff2") format("woff2"),
    url("../fonts/Kreadon-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Kreadon";
  src: url("../fonts/Kreadon-Light.woff2") format("woff2"),
    url("../fonts/Kreadon-Light.ttf") format("truetype");
  font-weight: 300; /* Light weight */
  font-style: normal;
}

@font-face {
  font-family: "Kreadon";
  src: url("../fonts/Kreadon-Bold.woff2") format("woff2"),
    url("../fonts/Kreadon-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Kreadon";
  src: url("../fonts/Kreadon-ExtraBold.woff2") format("woff2"),
    url("../fonts/Kreadon-ExtraBold.ttf") format("truetype");
  font-weight: 800; /* ExtraBold weight */
  font-style: normal;
}

/* HEADER */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  transition: background-color 0.5s;
}

header.fixed {
  background-color: var(--primary-color);
}

header.fixed {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

header.fixed.expanded {
  box-shadow: unset;
}

.header__container {
  max-width: var(--container-max-width);
  padding: 7rem 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding 0.5s;
}

header.fixed .header__container {
  padding: 4rem 1rem;
}

.header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
}

.header__logo > a > img {
  max-height: 15rem;
  filter: brightness(1) invert(1);
  transition: filter 0.5s, max-height 0.5s;
}

header.fixed .header__logo > a > img {
  max-height: 10rem;
  filter: unset;
  width: 100%;
}

header.expanded .header__logo > a > img {
  filter: unset;
}

.header__menu {
  position: relative;
}

.menu__btn {
  cursor: pointer;
}

.menu__btn > span {
  width: 3.8rem;
  height: 0.4rem;
  background-color: #fff;
  border-radius: 1rem;
  display: block;
  transition: background-color 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  position: relative;
}

header.expanded .menu__btn > span:nth-child(2) {
  transform: translateY(2rem);
  opacity: 0;
}

header.expanded .menu__btn > span:nth-child(1) {
  transform: rotate(45deg);
  top: 1rem;
}

header.expanded .menu__btn > span:nth-child(3) {
  transform: rotate(135deg);
  top: -1rem;
}

header.fixed .menu__btn > span,
header.expanded .menu__btn > span {
  background-color: #1c1c1c;
}

.menu__btn > span:not(:last-child) {
  margin-bottom: 0.6rem;
}

.header__options {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 3.6rem;
}

.header__options .bx {
  font-size: 3.6rem;
  color: #fff;
  transition: color 0.5s;
}

header.fixed .header__options .bx,
header.expanded .header__options .bx {
  color: #1c1c1c;
}

#cart > button {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  position: relative;
}

#cart > button > span {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: #fff;
  color: #1c1c1c;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: background-color 0.5s, color 0.5s;
}

.search-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}

header.fixed #cart > button > span,
header.expanded #cart > button > span {
  background-color: #1c1c1c;
  color: #fff;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background-color: var(--primary-color);
  transform: translateY(-110%); /* Start slightly smaller */
  opacity: 0; /* Start fully transparent */
  visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.5s;

  display: flex;
  align-items: center;
}

header.expanded + .menu {
  transform: translateY(0); /* Bring to full size */
  opacity: 1; /* Fully visible */
  visibility: visible;
}

.menu__active {
  overflow: hidden;
}

.menu__container {
  max-width: 172rem;
  padding-left: 1rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding-top: 20rem;
  overflow-y: auto;
}

.menu__links {
  padding-left: 0;
  margin-bottom: 0;
}

.menu__links > li {
  padding: 2rem 0;
  list-style: none;
  transform: translateX(-200%);
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}

.menu__links > li:nth-child(1) {
  transition-delay: 0.1s;
}

.menu__links > li:nth-child(2) {
  transition-delay: 0.2s;
}

.menu__links > li:nth-child(3) {
  transition-delay: 0.3s;
}

.menu__links > li:nth-child(4) {
  transition-delay: 0.4s;
}

.menu__links > li:nth-child(5) {
  transition-delay: 0.5s;
}

.menu__links > li:nth-child(6) {
  transition-delay: 0.6s;
}

header.expanded + .menu .menu__links > li {
  transform: translateX(0);
  opacity: 1;
}

.menu__links > li > a {
  color: #1c1c1c;
  font-size: 4.8rem;
}

.menu__blocks {
  max-width: 64vw;
  position: relative;
}

.menu__blocks--container {
  overflow: hidden;
}

.menu__blocks > span {
  position: absolute;
  top: -9.8rem;
  right: 1rem;
  font-size: 15.6rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Goudy Titling";
  color: #1c1c1c;
  opacity: 0.6;
}

.menu__blocks > p {
  font-size: 4.6rem;
  color: #1c1c1c;
  text-transform: uppercase;
  font-family: "Goudy Titling";
  font-weight: 600;
}

.menu__block > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  color: #1c1c1c;
  font-size: 2.4rem;
}

.menu__block > a > img {
  max-width: 100%;
}

.menu__blocks--container .swiper-slide {
  width: 26vw;
  opacity: 0;
  transition: opacity 0.5s;
}

.menu__blocks--container .swiper-slide-active,
.menu__blocks--container .swiper-slide-next,
.menu__blocks--container .swiper-slide-next + div {
  opacity: 1;
}

.menu__blocks--container .swiper-slide img {
  height: 39.5rem;
  object-fit: cover;
  width: 100%;
}

.languages > form {
  position: relative;
}

.languages > form > button {
  padding: 0;
  font-size: 2.1rem;
  color: #fff;
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 3;
}

.languages > form > .dropdown-menu {
  background: transparent;
  box-shadow: unset;
  border: 2px solid #fff;
  min-width: unset;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3rem;
  padding: 5rem 1rem 1rem 1rem;
  top: -1rem;
}

header.fixed .languages > form > .dropdown-menu {
  border-color: #1c1c1c;
  background-color: var(--primary-color);
  z-index: 2;
}

header.expanded .languages > form > .dropdown-menu {
  border-color: #1c1c1c;
}

.languages > form > .dropdown-menu > div > button {
  background-color: transparent;
  border: none;
  box-shadow: unset;
  margin: 0.5rem 0;
}

@media screen and (min-width: 1921px) {
  .menu__blocks--container .swiper-slide {
    width: 50rem;
  }

  .menu__container {
    max-width: 172rem;
    margin: auto;
  }

  .menu__blocks {
    max-width: 124rem;
  }
}

@media screen and (max-width: 1024px) {
  .menu__links > li > a {
    font-size: 3.6rem;
  }

  .menu__blocks > p {
    font-size: 3.6rem;
  }

  .menu__blocks > span {
    top: -6rem;
    font-size: 10.6rem;
  }

  .menu__blocks--container .swiper-slide {
    width: 50vw;
  }
}



#checkout-cart #content  .table-bordered > thead > tr > td {
  border: none;
  background: #a78b6f;
  color: #131313;
  border: none;
  padding: 1.5rem;
}

#checkout-cart #content  .table-bordered > tbody > tr > td,
#checkout-cart #content  .table-bordered > tfoot > tr > td {
  border: none;
  background: var(--primary-color);
  padding: 1.5rem;
}


#checkout-cart #content  .table-bordered > tbody > tr > td a {
  color: #131313;
  font-weight: 700;
}

#checkout-cart #content  .input-group-btn .btn {
  padding: 1rem 1.3rem;
}

#checkout-cart #content .input-group .form-control[name^="quantity"] {
  padding: 1rem 1.3rem;
  font-size: 1.8rem;
  height: auto;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  border: none;
}