/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../css/bootstrap-grid.css';
@import '../css/hamburgers.css';
@import '../css/slick.css';
@import '../css/jquery.fancybox.css';
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Colors*/
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  line-height: 16px;
  overflow-x: hidden;
  font-size: 16px;
}

body {
  font-family: "Albert Sans", sans-serif;
  color: #0E0E0E;
  padding-top: 208px;
}
@media only screen and (min-width: 992px) {
  body {
    padding-top: 85px;
  }
}
body.home {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  body.home {
    padding-top: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Seitu", sans-serif;
}

h1 {
  font-size: 2rem;
  line-height: 2rem;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

h6 {
  font-size: 1rem;
  line-height: 1rem;
}

sup {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0;
}

sub {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}

a, a:link, a:focus, a:visited {
  color: #C8A063;
  text-decoration: underline;
}
a:hover, a:link:hover, a:focus:hover, a:visited:hover {
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 24px;
}
p strong {
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
}

ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 24px;
}
ul li {
  font-size: 1rem;
  line-height: 1.625rem;
}
ul li ul, ul li ol {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

ol {
  padding-left: 20px;
  list-style: decimal;
  margin-bottom: 24px;
}
ol li {
  font-size: 1rem;
  line-height: 1.625rem;
}
ol li ul, ol li ol {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
.container.container-wide {
  max-width: 1918px;
}
.container.container-thin {
  max-width: 1162px;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.loading {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.preloader {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.preloader.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.preloader .preloader-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.preloader .preloader-wrap .circle-wrap {
  margin-bottom: 30px;
}
.preloader .preloader-wrap .circle-wrap .circle {
  border-radius: 100%;
  width: 84px;
  height: 84px;
  background: conic-gradient(from 180deg, #000000 0deg, #D89814 1.73deg, #72500B 183.46deg, #000000 282.12deg, #000000 360deg);
  -webkit-mask-composite: destination-out;
  position: relative;
}
.preloader .preloader-wrap .circle-wrap .circle::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 75px;
  height: 75px;
  background-color: #000;
  border-radius: 100%;
  z-index: 1;
}
.preloader .preloader-wrap .circle-wrap .circle img {
  position: relative;
  z-index: 2;
}

.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 30px;
  z-index: 9;
  display: none;
}
@media only screen and (min-width: 992px) {
  .back-to-top {
    display: block;
  }
}

.header-with-top-line {
  padding-top: 76px;
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Seitu", sans-serif;
  color: #C8A063;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .header-with-top-line {
    margin-bottom: 40px;
    padding-top: 155px;
  }
}
.header-with-top-line::before {
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  background-color: #C8A063;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .header-with-top-line::before {
    height: 100px;
  }
}

.header-with-top-line-short {
  padding-top: 75px;
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Seitu", sans-serif;
  color: #C8A063;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.header-with-top-line-short::before {
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  background-color: #C8A063;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.slick-dots {
  padding: 0;
  pointer-events: none;
}
.slick-dots li {
  width: 14px;
  height: 14px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  margin: 0 7px;
}
.slick-dots li::before {
  display: none;
}
.slick-dots li.slick-active {
  border: 1px solid #C8A063;
}
.slick-dots li button {
  display: none;
}

.added-to-cart-info-popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  margin: auto;
  text-align: center;
  z-index: 9999;
}
.added-to-cart-info-popup .text-wrap {
  background-color: #C8A063;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
}

@font-face {
  font-family: "Seitu";
  src: url("../fonts/Seitu_Regular.otf");
  font-weight: 400;
  font-style: "italic";
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
    width: 20px;
    height: 20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
    width: 20px;
    height: 20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.btn.animated, .btn.animated:link, .btn.animated:focus, .btn.animated:visited {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-width: 250px;
  height: 40px;
  padding: 13px 25px;
  border: 1px solid #C8A063;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  background-color: transparent;
  color: #C8A063;
  cursor: pointer;
  z-index: 0;
}
@media only screen and (min-width: 992px) {
  .btn.animated, .btn.animated:link, .btn.animated:focus, .btn.animated:visited {
    height: 60px;
    padding: 18px 25px;
  }
}
.btn.animated::before, .btn.animated::after, .btn.animated:link::before, .btn.animated:link::after, .btn.animated:focus::before, .btn.animated:focus::after, .btn.animated:visited::before, .btn.animated:visited::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #C8A063;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  transition: none;
}
.btn.animated::before, .btn.animated:link::before, .btn.animated:focus::before, .btn.animated:visited::before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.btn.animated::after, .btn.animated:link::after, .btn.animated:focus::after, .btn.animated:visited::after {
  right: -20px;
  transform: translate(50%, -50%);
}
.btn.animated:hover, .btn.animated:link:hover, .btn.animated:focus:hover, .btn.animated:visited:hover {
  color: white;
  background-color: transparent;
}
.btn.animated:hover::before, .btn.animated:link:hover::before, .btn.animated:focus:hover::before, .btn.animated:visited:hover::before {
  animation: criss-cross-left 0.5s both;
  animation-direction: alternate;
}
.btn.animated:hover::after, .btn.animated:link:hover::after, .btn.animated:focus:hover::after, .btn.animated:visited:hover::after {
  animation: criss-cross-right 0.5s both;
  animation-direction: alternate;
}

.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #C8A063;
  border-radius: 0;
  padding: 18px 25px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  min-width: 260px;
  overflow: hidden;
  color: #C8A063;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .btn, .btn:link, .btn:focus, .btn:visited {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  color: #fff;
  background-color: #C8A063;
}
.btn.white-bg, .btn:link.white-bg, .btn:focus.white-bg, .btn:visited.white-bg {
  background-color: #fff;
}
.btn.black-transparent-bg, .btn:link.black-transparent-bg, .btn:focus.black-transparent-bg, .btn:visited.black-transparent-bg {
  background-color: rgba(14, 14, 14, 0.7);
}
.btn span, .btn:link span, .btn:focus span, .btn:visited span {
  vertical-align: middle;
}
.btn svg, .btn:link svg, .btn:focus svg, .btn:visited svg {
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

nav.nav-main {
  background-color: rgba(14, 14, 14, 0.7);
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}
nav.nav-main.white {
  background-color: #fff;
  border-bottom: 1px solid #D9D9D9;
}
nav.nav-main.white .hamburger-wrap span {
  color: #0E0E0E;
}
nav.nav-main.white .hamburger-inner, nav.nav-main.white .hamburger-inner::after, nav.nav-main.white .hamburger-inner::before, nav.nav-main.white .hamburger-extra-bar {
  background-color: #0E0E0E;
}
nav.nav-main.white .menu:not(.mobile-menu) li a {
  color: #0E0E0E;
}
nav.nav-main.white .right-col-wrap .menu-icons-wrap .menu-icon .img-wrap svg path {
  stroke: #0E0E0E;
}
nav.nav-main.white .search-wrap input[type=text] {
  border-bottom: 1px solid #7D7D7D;
}
nav.nav-main .row {
  margin-left: 0;
  margin-right: 0;
}
nav.nav-main .row .col {
  padding-left: 0;
  padding-right: 0;
}
nav.nav-main .row > .col:nth-child(1) {
  order: 2;
}
@media only screen and (min-width: 992px) {
  nav.nav-main .row > .col:nth-child(1) {
    order: 1;
  }
}
nav.nav-main .row > .col:nth-child(2) {
  order: 1;
}
@media only screen and (min-width: 992px) {
  nav.nav-main .row > .col:nth-child(2) {
    order: 2;
  }
}
nav.nav-main .row > .col:nth-child(3) {
  order: 3;
}
@media only screen and (min-width: 992px) {
  nav.nav-main .row > .col:nth-child(3) {
    order: 3;
  }
}
nav.nav-main .row > .col:nth-child(4) {
  order: 4;
}
nav.nav-main .logo-wrap {
  display: block;
  padding: 15px 0 16px 0;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
}
nav.nav-main .logo-wrap img {
  display: inline-block;
  max-height: 53px;
}
nav.nav-main .menu:not(.mobile-menu) {
  list-style: none;
  float: right;
  padding-left: 0;
  margin-bottom: 0;
}
nav.nav-main .menu:not(.mobile-menu) li {
  float: left;
  padding: 28px 20px;
  line-height: 1.5rem;
}
nav.nav-main .menu:not(.mobile-menu) li a {
  font-size: 1rem;
  font-variation-settings: "wght" 300;
  color: #C8A063;
  text-transform: uppercase;
  font-family: "Seitu", sans-serif;
  text-decoration: none;
}
nav.nav-main .menu:not(.mobile-menu) li.menu-item-has-children {
  position: relative;
}
nav.nav-main .menu:not(.mobile-menu) li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
nav.nav-main .menu:not(.mobile-menu) .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
}
nav.nav-main .menu:not(.mobile-menu) .sub-menu li a {
  color: #fff;
}
nav.nav-main .hamburger-wrap {
  display: block;
  padding-top: 20px;
  text-decoration: none;
  font-size: 0;
  margin-right: 50px;
  float: left;
}
@media only screen and (min-width: 992px) {
  nav.nav-main .hamburger-wrap {
    padding-top: 30px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  nav.nav-main .hamburger-wrap {
    margin-right: 50px;
  }
}
nav.nav-main .hamburger-wrap.active span {
  color: #C8A063;
}
nav.nav-main .hamburger-wrap.active .hamburger-inner, nav.nav-main .hamburger-wrap.active .hamburger-inner::after, nav.nav-main .hamburger-wrap.active .hamburger-inner::before, nav.nav-main .hamburger-wrap.active .hamburger-extra-bar {
  background-color: #C8A063;
}
nav.nav-main .hamburger-wrap span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Seitu", sans-serif;
  color: #C8A063;
}
nav.nav-main .hamburger {
  padding: 0;
  margin-right: 18px;
}
nav.nav-main .hamburger.is-active .hamburger-inner {
  width: 18px;
}
nav.nav-main .hamburger.is-active .hamburger-extra-bar {
  width: 0;
}
nav.nav-main .hamburger .hamburger-box {
  width: 18px;
  height: 14px;
}
nav.nav-main .hamburger-inner, nav.nav-main .hamburger-inner::after, nav.nav-main .hamburger-inner::before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #C8A063;
  height: 1px;
}
nav.nav-main .hamburger-inner::before {
  width: 18px;
  top: -4px;
}
nav.nav-main .hamburger-inner {
  width: 14px;
}
nav.nav-main .hamburger-inner::after {
  width: 18px;
  bottom: -4px;
}
nav.nav-main .hamburger-extra-bar {
  width: 14px;
  background-color: #C8A063;
  height: 1px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.nav-main .search-wrap {
  position: relative;
  padding-top: 25px;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) {
  nav.nav-main .search-wrap {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  nav.nav-main .search-wrap {
    padding-top: 25px;
    float: left;
    margin-bottom: 0;
  }
}
nav.nav-main .search-wrap .search-btn {
  position: absolute;
  right: 0;
  bottom: 6px;
}
nav.nav-main .search-wrap input[type=text] {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #C8A063;
  padding: 5px 0;
  min-width: 290px;
  color: #fff;
  font-family: "Seitu", sans-serif;
  line-height: 1.25rem;
  font-variation-settings: "wght" 300;
  font-weight: 300;
  color: #D9D9D9;
}
@media only screen and (min-width: 992px) {
  nav.nav-main .search-wrap input[type=text] {
    min-width: 0;
    max-width: 210px;
  }
}
@media only screen and (min-width: 1200px) {
  nav.nav-main .search-wrap input[type=text] {
    min-width: 290px;
    max-width: none;
  }
}
nav.nav-main .right-col-wrap {
  float: right;
}
nav.nav-main .right-col-wrap .menu {
  float: left;
}
nav.nav-main .right-col-wrap .menu-icons-wrap {
  padding-top: 20px;
  float: left;
}
@media only screen and (min-width: 992px) {
  nav.nav-main .right-col-wrap .menu-icons-wrap {
    padding-top: 30px;
  }
}
nav.nav-main .right-col-wrap .menu-icons-wrap .menu-icon {
  float: left;
  margin-right: 18px;
  /*&.fav-button{
      display: none;
      &.active{
          display: block;
      }
  }*/
}
@media only screen and (min-width: 1200px) {
  nav.nav-main .right-col-wrap .menu-icons-wrap .menu-icon {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  nav.nav-main .right-col-wrap .menu-icons-wrap .menu-icon {
    margin-right: 18px;
  }
}
nav.nav-main .right-col-wrap .menu-icons-wrap .menu-icon:last-of-type {
  margin-right: 0;
}
nav.nav-main .right-col-wrap .menu-icons-wrap .menu-icon .img-wrap {
  position: relative;
}
nav.nav-main .right-col-wrap .menu-icons-wrap .menu-icon .img-wrap .number {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  background-color: #C8A063;
  color: #fff;
  border-radius: 100%;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 700;
  right: -6px;
  top: -9px;
}

.sidenav {
  position: fixed;
  background-color: #fff;
  height: calc(100% - 208px);
  width: 100%;
  top: 208px;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  padding: 20px 0 20px 20px;
}
@media only screen and (min-width: 992px) {
  .sidenav {
    width: 300px;
    height: calc(100% - 84px);
    top: 84px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidenav {
    width: 370px;
  }
}
.sidenav.open {
  left: 0;
}
.sidenav .top-wrap {
  overflow: hidden;
  border-bottom: 1px solid #303030;
}
.sidenav .top-wrap a.logo-wrap {
  display: block;
  float: left;
  height: 45px;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 40px;
}
.sidenav .top-wrap a.logo-wrap img, .sidenav .top-wrap a.logo-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}
.sidenav .menu-bg-wrap {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: scroll;
}
@media only screen and (min-width: 768px) {
  .sidenav .menu-bg-wrap {
    overflow: visible;
  }
}
.sidenav .menu-bg-wrap.background-sub-menu {
  background-color: #fff;
  height: 100%;
}
.sidenav .menu-bg-wrap.background-sub-menu .extra-menu-items {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu {
  padding-left: 0;
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .sidenav .menu-bg-wrap .mobile-menu {
    height: 100%;
    overflow-y: scroll;
  }
}
.sidenav .menu-bg-wrap .mobile-menu li {
  float: none;
  display: block;
  padding-right: 20px;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children > a {
  padding-right: 90px;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children:hover > a {
  background-color: #F5F5F5;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children:hover > a::after {
  width: 45px;
}
@media only screen and (min-width: 992px) {
  .sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    height: calc(100vh - 84px);
  }
}
.sidenav .menu-bg-wrap .mobile-menu li > a {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-variation-settings: "wght" 300;
  color: #000;
  padding: 10px 14px 10px 14px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Seitu", sans-serif;
  position: relative;
}
.sidenav .menu-bg-wrap .mobile-menu li > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background-color: #000;
  right: 15px;
  top: 21px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li > a .arrow {
  height: 100%;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url(../images/menu-arrow.svg);
  background-position: 40px center;
  background-repeat: no-repeat;
  background-size: 8px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li > a .back-arrow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70px;
  background-image: url(../images/chevron-left.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: transparent;
  color: #0E0E0E;
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu li > a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #0E0E0E;
  background-color: transparent;
  position: relative;
  padding-left: 70px;
  padding-right: 40px;
  border-bottom: 1px solid #0E0E0E;
}
.sidenav .menu-bg-wrap .mobile-menu li > a.menu-item-going-back::after {
  right: auto;
  left: 16px;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu {
  display: none;
  padding-left: 20px;
  background-color: #F5F5F5;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .sidenav .menu-bg-wrap .mobile-menu li .sub-menu {
    min-width: 335px;
  }
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li.menu-item-has-children:hover > a {
  background-color: #fff;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a .arrow {
  background-image: url(../images/menu-arrow.svg);
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #0E0E0E;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li .sub-menu {
  padding-left: 20px;
  background-color: #fff;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li .sub-menu.sub-menu-products {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .sidenav .menu-bg-wrap .mobile-menu li .sub-menu li .sub-menu.sub-menu-products {
    padding-top: 23px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu .product-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .sidenav .menu-bg-wrap .mobile-menu li .sub-menu .product-wrap {
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .sidenav .menu-bg-wrap .mobile-menu li .sub-menu .product-wrap {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidenav .menu-bg-wrap .mobile-menu li .sub-menu .product-wrap {
    width: 462px;
    margin-bottom: 36px;
  }
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu .product-wrap .img-wrap .sale-badge {
  padding: 10px 10px 6px 10px;
}
.sidenav .sidenav-menu-extras {
  border: 1px solid #DAC5A7;
  padding: 27px 22px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.sidenav .sidenav-menu-extras .sidenav-extra-button-wrap {
  margin-bottom: 30px;
}
.sidenav .sidenav-menu-extras .sidenav-extra-button-wrap:last-of-type {
  margin-bottom: 0;
}
.sidenav .sidenav-menu-extras .sidenav-extra-button {
  color: #0E0E0E;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 34px;
  position: relative;
  display: block;
}
.sidenav .sidenav-menu-extras .sidenav-extra-button svg {
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.sidenav .sidenav-menu-extras .sidenav-extra-button span {
  vertical-align: middle;
}
.sidenav .sidenav-menu-extras .sidenav-extra-button .number {
  vertical-align: baseline;
}
.sidenav .sm-wrap .sm-link {
  text-decoration: none;
  margin-right: 29px;
}

footer {
  background-color: #000;
  padding-top: 65px;
}
@media only screen and (min-width: 992px) {
  footer {
    padding-top: 95px;
  }
}
footer .footer-top {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  footer .footer-top {
    padding-bottom: 72px;
  }
}
footer .footer-bottom {
  padding-top: 13px;
  padding-bottom: 20px;
  background-color: #2C2A2A;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  footer .footer-bottom {
    padding-bottom: 30px;
  }
}
footer .footer-bottom p {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #7D7D7D;
}
footer .footer-bottom p a, footer .footer-bottom p a:link, footer .footer-bottom p a:focus, footer .footer-bottom p a:visited {
  color: #7D7D7D;
}
footer .logo-wrap {
  display: inline-block;
  margin-bottom: 65px;
}
@media only screen and (min-width: 992px) {
  footer .logo-wrap {
    margin-bottom: 75px;
  }
}
footer .logo-wrap img {
  max-height: 65px;
}
footer .footer-header {
  margin-bottom: 30px;
}
footer .footer-header svg {
  margin-right: 16px;
  vertical-align: middle;
}
footer .footer-header span {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #DAC5A7;
  vertical-align: middle;
  text-transform: uppercase;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer ul li a, footer ul li a:link, footer ul li a:focus, footer ul li a:visited {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #7D7D7D;
  text-decoration: none;
  text-transform: uppercase;
}
footer .sm-wrap {
  /*position: absolute;
  left: 22px;
  bottom: 32px;
  width: 22px;*/
  text-align: right;
}
footer .sm-wrap .sm-link {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-bottom: 30px;
  text-align: center;
}

.newsletter-wrap {
  max-width: 445px;
}
.newsletter-wrap input[type=email] {
  padding: 6px 15px;
  margin-bottom: 20px;
}
.newsletter-wrap input[type=submit] {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #C8A063;
  border: none;
  background-color: transparent;
}
.newsletter-wrap input[type=submit]:disabled {
  color: #7D7D7D;
}
.newsletter-wrap .wpcf7 form.invalid .wpcf7-response-output, .newsletter-wrap .wpcf7 form.unaccepted .wpcf7-response-output, .newsletter-wrap .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
}
.newsletter-wrap .wpcf7-not-valid-tip {
  margin-top: -12px;
}

label {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  line-height: 3.125rem;
  font-weight: 600;
}
label .red {
  color: #ed4c5c;
}

input[type=text], input[type=password], input[type=tel], input[type=email] {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  padding: 14px 30px;
  background-color: #fff;
  margin-bottom: 34px;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 300;
  font-family: "Albert Sans", sans-serif;
}

textarea {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  padding: 14px 30px;
  background-color: #fff;
  margin-bottom: 34px;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 162px;
  resize: none;
  font-family: "Albert Sans", sans-serif;
}

.acceptance-wrap {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.acceptance-wrap .wpcf7-form-control-wrap {
  position: static;
}
.acceptance-wrap .wpcf7-list-item {
  margin-left: 0;
}
.acceptance-wrap input[type=checkbox] {
  margin: 0;
  position: absolute;
  left: 0;
  top: 4px;
}
.acceptance-wrap label {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.acceptance-wrap span {
  color: #7D7D7D;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-top: -30px;
  margin-bottom: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.breadcrumb-wrap, .breadcrumbs-wrap {
  padding-top: 17px;
  margin-bottom: 30px;
}
.breadcrumb-wrap .woocommerce-breadcrumb, .breadcrumbs-wrap .woocommerce-breadcrumb {
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #000;
  text-transform: uppercase;
}
.breadcrumb-wrap .woocommerce-breadcrumb a, .breadcrumbs-wrap .woocommerce-breadcrumb a {
  color: #7D7D7D;
  text-decoration: none;
}
.breadcrumb-wrap .breadcrumbs-class span, .breadcrumbs-wrap .breadcrumbs-class span {
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #000;
  text-transform: uppercase;
}
.breadcrumb-wrap .breadcrumbs-class span a, .breadcrumbs-wrap .breadcrumbs-class span a {
  color: #7D7D7D;
  text-decoration: none;
}

.page-headers-wrap {
  margin-bottom: 40px;
}
.page-headers-wrap .header-with-top-line-page {
  padding-top: 75px;
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Seitu", sans-serif;
  color: #C8A063;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.page-headers-wrap .header-with-top-line-page::before {
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  background-color: #C8A063;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-headers-wrap .title {
  font-size: 1.625rem;
  line-height: 2.25rem;
  letter-spacing: 10%;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page-headers-wrap .title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.page-headers-wrap .text, .page-headers-wrap .term-description {
  color: #7D7D7D;
  max-width: 746px;
  margin: auto;
}

.simple-page-wrap {
  margin-bottom: 130px;
}

.product-wrap {
  height: 100%;
}
.product-wrap .product {
  height: 100%;
}
.product-wrap .img-wrap {
  background-color: #F5F5F5;
  position: relative;
}
.product-wrap .img-wrap.new-product .arrow-badge.sale {
  top: 60px;
}
.product-wrap .img-wrap.new-product .sale-badge {
  top: 93px;
}
.product-wrap .img-wrap.out-of-stock .overlay {
  display: block;
}
.product-wrap .img-wrap .arrow-badge {
  position: absolute;
  z-index: 2;
  top: 27px;
  left: 0;
}
.product-wrap .img-wrap .arrow-badge svg {
  vertical-align: middle;
  margin-right: 14px;
}
.product-wrap .img-wrap .arrow-badge span {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  text-transform: uppercase;
  padding-top: 3px;
}
.product-wrap .img-wrap .sale-badge {
  position: absolute;
  z-index: 2;
  left: 60px;
  top: 60px;
  background: linear-gradient(113.1deg, #C8A063 8.37%, #EECA92 44.66%, #C7A168 79.21%);
  padding: 14px 13px 10px 13px;
  color: #fff;
  font-size: 1.625rem;
  line-height: 2rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 600;
}
.product-wrap .img-wrap .out-of-stock-label {
  position: absolute;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.product-wrap .img-wrap .overlay {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: none;
}
.product-wrap .img-wrap .fav-icon {
  position: absolute;
  right: 29px;
  top: 27px;
  z-index: 2;
}
.product-wrap .img-wrap .fav-icon.active svg, .product-wrap .img-wrap .fav-icon.in-list svg {
  fill: #C8A063;
}
.product-wrap .loop-text-wrap {
  background-color: #0E0E0E;
  padding: 10px 15px;
}
@media only screen and (min-width: 992px) {
  .product-wrap .loop-text-wrap {
    padding: 20px 32px;
  }
}
.product-wrap .loop-text-wrap .product-title-attr-wrap {
  padding-bottom: 14px;
  border-bottom: 1px solid #7D7D7D;
  margin-bottom: 16px;
}
.product-wrap .loop-text-wrap .product-title-attr-wrap .woocommerce-loop-product__link {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  text-decoration: none;
  display: block;
  float: left;
  width: calc(100% - 100px);
}
.product-wrap .loop-text-wrap .product-title-attr-wrap .woocommerce-loop-product__link h2 {
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
}
.product-wrap .loop-text-wrap .product-title-attr-wrap .product-capacity {
  float: right;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  color: #C8A063;
}
.product-wrap .loop-text-wrap .product-price-add-to-cart-wrap .price {
  color: #fff;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  float: left;
}
.product-wrap .loop-text-wrap .product-price-add-to-cart-wrap .price del {
  color: #7D7D7D;
}
.product-wrap .loop-text-wrap .product-price-add-to-cart-wrap .price ins {
  text-decoration: none;
}
.product-wrap .loop-text-wrap .product-price-add-to-cart-wrap .price .price-separator {
  margin: 0 3px;
  color: #7D7D7D;
}
.product-wrap .loop-text-wrap .product-price-add-to-cart-wrap .button {
  float: right;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  text-transform: uppercase;
  padding: 0;
  background-color: transparent;
}
.product-wrap .loop-text-wrap .product-price-add-to-cart-wrap .button svg {
  margin-left: 14px;
  vertical-align: middle;
}
.product-wrap .loop-text-wrap .product-price-add-to-cart-wrap .button span {
  padding-top: 3px;
  vertical-align: middle;
}
.product-wrap .loop-text-wrap .product-price-add-to-cart-wrap .added_to_cart {
  margin-left: 15px;
}
.product-wrap .slider-arrows-wrap {
  position: relative;
}
.product-wrap .slider-arrows-wrap .slick-arrow {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 16px;
  height: 16px;
}
.product-wrap .slider-arrows-wrap .slick-arrow.left {
  left: 17px;
}
.product-wrap .slider-arrows-wrap .slick-arrow.right {
  right: 17px;
}
.product-wrap .slide-wrap {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.product-wrap .slide-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 90px;
}
@media only screen and (min-width: 1200px) {
  .product-wrap .slide-wrap img {
    padding: 110px;
  }
}

.woocommerce ul.products {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 70px;
}
.woocommerce ul.products .col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  float: right;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 300;
  text-transform: uppercase;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: left;
  position: relative;
}
.woocommerce .woocommerce-ordering::before, .woocommerce-page .woocommerce-ordering::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sort.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
  border: none;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 35px;
  padding-top: 2px;
}

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 90px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  border: none;
  background-color: transparent;
  height: 23px;
  min-width: 23px;
  text-align: center;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 300;
  margin: 0 4px;
  padding-top: 2px;
}
.woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span:hover {
  background-color: #F5F5F5;
}
.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li span.prev, .woocommerce nav.woocommerce-pagination ul li span.next {
  padding-top: 0;
}
.woocommerce nav.woocommerce-pagination ul li span {
  color: #0E0E0E;
}
.woocommerce nav.woocommerce-pagination ul li a {
  color: #7D7D7D;
}

.woocommerce-custom-breadcrubm-wrap .woocommerce-breadcrumb {
  padding-top: 17px;
  margin-bottom: 30px;
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #7D7D7D;
  text-transform: uppercase;
}
.woocommerce-custom-breadcrubm-wrap .woocommerce-breadcrumb span, .woocommerce-custom-breadcrubm-wrap .woocommerce-breadcrumb a, .woocommerce-custom-breadcrubm-wrap .woocommerce-breadcrumb a:link, .woocommerce-custom-breadcrubm-wrap .woocommerce-breadcrumb a:focus, .woocommerce-custom-breadcrubm-wrap .woocommerce-breadcrumb a:visited {
  color: #7D7D7D;
  text-decoration: none;
  text-transform: uppercase;
}
.woocommerce-custom-breadcrubm-wrap .woocommerce-breadcrumb span {
  color: #0E0E0E;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin-right: 22px;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
  color: #7D7D7D;
  text-decoration: none;
}

.woocommerce .star-rating {
  float: left;
  height: 1.2em;
  width: 8.4em;
  letter-spacing: 10px;
  width: 8.05em;
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: #C8A063;
}
.woocommerce .star-rating span::before {
  color: #C8A063;
}

.upsell-related-wrapper .up-sells, .upsell-related-wrapper .related {
  padding: 68px 0 38px 0;
}
.upsell-related-wrapper .up-sells {
  background-color: #2C2A2A;
  position: relative;
}
.upsell-related-wrapper .up-sells::before, .upsell-related-wrapper .up-sells::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2C2A2A;
}
.upsell-related-wrapper .up-sells::before {
  left: 100%;
}
.upsell-related-wrapper .up-sells::after {
  right: 100%;
}
.upsell-related-wrapper .up-sells .upsells-related-header {
  color: #fff;
}
.upsell-related-wrapper ul.products {
  margin-bottom: 0;
}
.upsell-related-wrapper .column-text-wrap {
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.upsell-related-wrapper .upsells-related-sub-header {
  margin-bottom: 35px;
}
.upsell-related-wrapper .upsells-related-sub-header svg {
  vertical-align: middle;
  margin-right: 12px;
}
.upsell-related-wrapper .upsells-related-sub-header span {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  text-transform: uppercase;
  color: #C8A063;
}
.upsell-related-wrapper .upsells-related-header {
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 600;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 600;
  text-transform: uppercase;
  letter-spacing: 2%;
  margin-bottom: 0;
}

.woocommerce-info {
  border-top-color: #C8A063;
}
.woocommerce-info::before {
  color: #C8A063;
}

.return-to-shop .btn {
  line-height: 23px !important;
  font-weight: 400 !important;
}

.woocommerce-cart-form .quantity-header {
  display: none;
}

.shop_table.cart .quantity-wrap {
  margin-bottom: 0;
}
.shop_table.cart .product-quantity {
  text-align: center;
}
.shop_table.cart .quantity {
  display: inline-block;
}
.shop_table.cart .quantity .minus, .shop_table.cart .quantity .plus {
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid #F5F5F5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop_table.cart .quantity .minus:hover, .shop_table.cart .quantity .plus:hover {
  background-color: #C8A063;
}
.shop_table.cart .quantity .minus svg, .shop_table.cart .quantity .plus svg {
  width: 11px;
  height: 11px;
}
.shop_table.cart .quantity .minus svg {
  width: 8px;
  height: 8px;
}
.shop_table.cart .quantity input[type=number] {
  float: left;
  width: auto;
  width: 32px;
  height: 32px;
  border: none;
  text-align: center;
  background-color: none;
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: 700;
  color: #636269;
  -moz-appearance: textfield;
}
.shop_table.cart .quantity input[type=number]::-webkit-outer-spin-button, .shop_table.cart .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.shop_table.cart input[name=coupon_code] {
  width: 105px !important;
  text-align: center;
}

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #C8A063;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  min-width: 260px;
  overflow: hidden;
  color: #C8A063;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  color: #fff;
  background-color: #C8A063;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button, .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  text-align: center;
  position: relative;
  display: inline-block !important;
  background-color: transparent;
  border: 1px solid #C8A063;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  color: #C8A063;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button, .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover, .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
  color: #fff;
  background-color: #C8A063;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  display: block !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  padding: 18px 25px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
  border-radius: 0 !important;
  border: 1px solid #D9D9D9 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  border-radius: 0 !important;
  border: 1px solid #D9D9D9 !important;
}

.wc-block-components-textarea {
  border-radius: 0 !important;
  border: 1px solid #D9D9D9 !important;
}

.wc-block-components-notice-banner.is-error {
  border-radius: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0 !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 0 !important;
}

.woocommerce table.shop_table {
  border-radius: 0;
}

.woocommerce .woocommerce-customer-details address {
  border-radius: 0;
}

.woocommerce-order-details__title, .woocommerce-column__title {
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  color: #7D7D7D;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
  background-color: #F5F5F5;
  color: #C8A063;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
  }
}

.woocommerce-account .addresses .title .edit {
  float: none;
}
.woocommerce-account .addresses address {
  padding-top: 10px;
  font-size: 0.75rem;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border-radius: 0;
  border: 1px solid #D9D9D9;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
  border-radius: 0;
  border: 1px solid #D9D9D9;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .button {
  margin-top: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #C8A063;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  color: #C8A063;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields .button {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields .button:hover {
  color: #fff;
  background-color: #C8A063;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p .woocommerce-Button {
  margin-top: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #C8A063;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  color: #C8A063;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p .woocommerce-Button {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p .woocommerce-Button:hover {
  color: #fff;
  background-color: #C8A063;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
}

.woocommerce-form.woocommerce-form-login.login .form-row .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .form-row .woocommerce-Button.button {
  margin-top: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #C8A063;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  color: #C8A063;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .woocommerce-form.woocommerce-form-login.login .form-row .woocommerce-form-login__submit, .woocommerce-ResetPassword.lost_reset_password .form-row .woocommerce-Button.button {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.woocommerce-form.woocommerce-form-login.login .form-row .woocommerce-form-login__submit:hover, .woocommerce-ResetPassword.lost_reset_password .form-row .woocommerce-Button.button:hover {
  color: #fff;
  background-color: #C8A063;
}

.slider-wrap-product-single .slider-arrows-top {
  position: relative;
}
.slider-wrap-product-single .slider-arrows-top .slick-arrow {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 16px;
  height: 16px;
}
.slider-wrap-product-single .slider-arrows-top .slick-arrow.left {
  left: 22px;
}
.slider-wrap-product-single .slider-arrows-top .slick-arrow.right {
  right: 22px;
}
.slider-wrap-product-single .slider-top {
  margin-bottom: 6px;
}
.slider-wrap-product-single .slider-top .slick-dots {
  margin-bottom: 0;
  text-align: center;
  padding-top: 20px;
}
.slider-wrap-product-single .slider-top .slide-img-single {
  display: block;
  width: 100%;
  padding-top: 86.6%; /* aspect ratio */
  position: relative; /* If you want text inside of it */
  background-color: #F5F5F5;
}
.slider-wrap-product-single .slider-top .slide-img-single img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 40px;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap {
  margin-bottom: 10px;
  margin-left: -3px;
  margin-right: -3px;
  position: relative;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .slider-nav {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .slider-nav.left {
  left: 22px;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .slider-nav.right {
  right: 22px;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .slider-nav svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .slider-nav-img-wrap {
  padding: 0 3px;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .slider-nav-img-wrap .aspect-ratio-wrap {
  width: 100%;
  padding-top: 100%; /* aspect ratio */
  position: relative; /* If you want text inside of it */
  background-color: #F5F5F5;
  cursor: pointer;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .slider-nav-img-wrap .aspect-ratio-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 30px;
}

.product-top-wrapper {
  background-color: #0E0E0E;
  padding: 28px;
  margin-bottom: 16px;
}
.product-top-wrapper .title-capacity-wrap {
  padding-bottom: 25px;
  border-bottom: 1px solid #7D7D7D;
  margin-bottom: 25px;
}
.product-top-wrapper .title-capacity-wrap .product_title {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  color: #C8A063;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  width: calc(100% - 150px);
}
.product-top-wrapper .title-capacity-wrap .product-capacity {
  float: right;
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  color: #C8A063;
}
.product-top-wrapper .price-wrap .price {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  float: left;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
}
.product-top-wrapper .price-wrap .price ins {
  color: #fff;
  text-decoration: none;
}
.product-top-wrapper .price-wrap .price .price-separator {
  margin: 0 3px;
  color: #7D7D7D;
}
.product-top-wrapper .price-wrap .price del, .product-top-wrapper .price-wrap .price bdi {
  color: #7D7D7D;
}

.quantity-header {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  color: #7D7D7D;
  margin-bottom: 18px;
}

.quantity-wrap {
  margin-bottom: 37px;
}
.quantity-wrap .quantity .minus, .quantity-wrap .quantity .plus {
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quantity-wrap .quantity .minus:hover, .quantity-wrap .quantity .plus:hover {
  background-color: #C8A063;
}
.quantity-wrap .quantity .minus svg, .quantity-wrap .quantity .plus svg {
  width: 11px;
  height: 11px;
}
.quantity-wrap .quantity .minus svg {
  width: 8px;
  height: 8px;
}
.quantity-wrap .quantity input[name=quantity] {
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  float: left;
  width: auto;
  width: 60px;
  height: 60px;
  border: none;
  text-align: center;
  background-color: none;
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: 700;
  color: #7D7D7D;
  -moz-appearance: textfield;
}
.quantity-wrap .quantity input[name=quantity]::-webkit-outer-spin-button, .quantity-wrap .quantity input[name=quantity]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.summary-custom .product-cart .stock.out-of-stock {
  display: none;
}
.summary-custom .omnibus-availability-wrap {
  margin-bottom: 40px;
}
.summary-custom .omnibus-availability-wrap .omnibus {
  float: left;
  width: calc(100% - 150px);
}
.summary-custom .omnibus-availability-wrap .omnibus .iworks-omnibus {
  color: #7D7D7D;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0;
}
.summary-custom .omnibus-availability-wrap .availabilty {
  float: right;
}
.summary-custom .omnibus-availability-wrap .stock {
  font-size: 1rem;
  line-height: 1.375rem;
}
.summary-custom .omnibus-availability-wrap .stock.out-of-stock {
  color: #ed4c5c;
}
.summary-custom .omnibus-availability-wrap .stock.in-stock {
  color: #C8A063;
}
.summary-custom .omnibus-availability-wrap .stock span {
  vertical-align: middle;
}
.summary-custom .omnibus-availability-wrap .stock svg {
  vertical-align: middle;
  margin-right: 10px;
}
.summary-custom .custom-badges-wrap {
  margin-bottom: 28px;
}
.summary-custom .custom-badges-wrap .arrow-badge {
  float: left;
  margin-top: 20px;
}
.summary-custom .custom-badges-wrap .arrow-badge svg {
  vertical-align: middle;
  margin-right: 14px;
}
.summary-custom .custom-badges-wrap .arrow-badge span {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  text-transform: uppercase;
  padding-top: 3px;
}
.summary-custom .custom-badges-wrap .sale-badge {
  margin-left: 20px;
  float: left;
  background: linear-gradient(113.1deg, #C8A063 8.37%, #EECA92 44.66%, #C7A168 79.21%);
  padding: 14px 13px 10px 13px;
  color: #fff;
  font-size: 1.625rem;
  line-height: 2rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 600;
}
.summary-custom .product-cart .btn {
  background-color: transparent !important;
  overflow: hidden;
  color: #C8A063 !important;
  border: 1px solid #C8A063;
  border-radius: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  max-width: calc(100% - 76px);
}
.summary-custom .product-cart .btn:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.summary-custom .product-cart .btn:hover svg path {
  stroke: #fff;
}
.summary-custom .product-cart .btn:hover::before {
  transform: translate(15%, -50%) scale(1.5);
}
.summary-custom .product-cart .btn:hover::after {
  transform: translate(-15%, -50%) scale(1.5);
}
.summary-custom .product-cart .fav-icon {
  width: 68px;
  height: 60px;
  border: 1px solid #D9D9D9;
  padding: 14px 16px;
  display: inline-block;
  margin-left: 8px;
}
.summary-custom .product-cart .fav-icon.active svg {
  fill: #C8A063;
}
.summary-custom .product-meta {
  margin-bottom: 40px;
}
.summary-custom .product-meta .sku_wrapper {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #7D7D7D;
}
.summary-custom .product-meta .posted_in {
  display: none;
}
.summary-custom .accordions-wrap .accordion-item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
}
.summary-custom .accordions-wrap .accordion-item .accordion-header {
  padding: 14px 34px 14px 24px;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #7D7D7D;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.summary-custom .accordions-wrap .accordion-item .accordion-header[aria-expanded=true] .minus {
  display: block;
}
.summary-custom .accordions-wrap .accordion-item .accordion-header[aria-expanded=true] .plus {
  display: none;
}
.summary-custom .accordions-wrap .accordion-item .accordion-header .minus, .summary-custom .accordions-wrap .accordion-item .accordion-header .plus {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 14px;
  right: 24px;
}
.summary-custom .accordions-wrap .accordion-item .accordion-header .plus {
  display: block;
}
.summary-custom .accordions-wrap .accordion-item .accordion-header .minus {
  display: none;
  top: 9px;
  right: 21px;
}
.summary-custom .accordions-wrap .accordion-item .accordion-panel {
  padding: 14px 24px 4px 24px;
}
.summary-custom .accordions-wrap .accordion-item .accordion-panel h1, .summary-custom .accordions-wrap .accordion-item .accordion-panel h2, .summary-custom .accordions-wrap .accordion-item .accordion-panel h3, .summary-custom .accordions-wrap .accordion-item .accordion-panel h4, .summary-custom .accordions-wrap .accordion-item .accordion-panel h5, .summary-custom .accordions-wrap .accordion-item .accordion-panel h6, .summary-custom .accordions-wrap .accordion-item .accordion-panel p, .summary-custom .accordions-wrap .accordion-item .accordion-panel li, .summary-custom .accordions-wrap .accordion-item .accordion-panel td, .summary-custom .accordions-wrap .accordion-item .accordion-panel th, .summary-custom .accordions-wrap .accordion-item .accordion-panel a, .summary-custom .accordions-wrap .accordion-item .accordion-panel span {
  color: #7D7D7D;
}

.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 20px;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li:last-of-type::after {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #C8A063;
  left: 0;
  bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 0;
  border: none;
  padding: 0;
  padding-bottom: 18px;
  border-radius: 0;
}

.comment-text .name-wrap .meta .woocommerce-review__author {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  color: #7D7D7D;
  margin-bottom: 20px;
}
.comment-text .name-wrap .meta .woocommerce-review__dash, .comment-text .name-wrap .meta .woocommerce-review__published-date {
  display: none;
}
.comment-text .stars-title {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: #7D7D7D;
  margin-bottom: 5px !important;
}
.comment-text .stars-and-score-wrap .star-rating {
  float: left;
  height: 1.2em;
  width: 8.4em;
  letter-spacing: 10px;
}
.comment-text .stars-and-score-wrap .star-rating::before {
  content: "sssss";
  color: #C8A063;
}
.comment-text .stars-and-score-wrap .star-rating span::before {
  color: #C8A063;
}

.woocommerce-Reviews .comment-reply-title {
  margin-bottom: 20px;
  display: block;
}
.woocommerce-Reviews .comment-reply-title svg {
  vertical-align: middle;
  margin-right: 14px;
}
.woocommerce-Reviews .comment-reply-title span {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  text-transform: uppercase;
  padding-top: 3px;
}
.woocommerce-Reviews label {
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.woocommerce-Reviews textarea {
  margin-bottom: 0;
}
.woocommerce-Reviews .comment-form-rating .star-1, .woocommerce-Reviews .comment-form-rating .star-2, .woocommerce-Reviews .comment-form-rating .star-3, .woocommerce-Reviews .comment-form-rating .star-4, .woocommerce-Reviews .comment-form-rating .star-5 {
  color: #C8A063 !important;
}
.woocommerce-Reviews .comment-form .comment-form-author, .woocommerce-Reviews .comment-form .comment-form-email {
  margin-bottom: 0 !important;
}
.woocommerce-Reviews .comment-form .comment-form-comment {
  padding-top: 78px;
}
.woocommerce-Reviews .comment-form .comment-form-comment textarea {
  min-height: 138px;
}
.woocommerce-Reviews .comment-form input[type=text], .woocommerce-Reviews .comment-form input[type=email] {
  margin-bottom: 18px;
}
.woocommerce-Reviews .comment-form input[type=submit] {
  display: inline-block;
  background-color: transparent !important;
  border: 1px solid #C8A063 !important;
  border-radius: 0 !important;
  padding: 18px 25px !important;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  min-width: 260px;
  overflow: hidden;
  color: #C8A063 !important;
  cursor: pointer;
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 992px) {
  .woocommerce-Reviews .comment-form input[type=submit] {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.woocommerce-Reviews .comment-form input[type=submit]:hover {
  color: #fff !important;
  background-color: #C8A063 !important;
}
.woocommerce-Reviews .comment-form-cookies-consent {
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 30px !important;
}
.woocommerce-Reviews .comment-form-cookies-consent label {
  line-height: 1rem;
  font-weight: 400;
}
.woocommerce-Reviews .comment-form-cookies-consent input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 12px;
  margin: 0;
}

.fp-top {
  height: 100vh;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .fp-top {
    margin-bottom: 15px;
  }
}
.fp-top > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.fp-top .sm-wrap {
  position: absolute;
  left: 22px;
  bottom: 32px;
  width: 22px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .fp-top .sm-wrap {
    display: block;
  }
}
.fp-top .sm-wrap .sm-link {
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: 30px;
  text-align: center;
}
.fp-top .content-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
}
.fp-top .content-wrap .text-wrap {
  margin-bottom: 60px;
}
.fp-top .content-wrap .header-with-top-line {
  padding-left: 20px;
  padding-right: 20px;
}
.fp-top .content-wrap .title {
  color: #fff;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  font-family: "Seitu", sans-serif;
  margin-bottom: 55px;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .fp-top .content-wrap .title {
    font-size: 3.5rem;
    line-height: 4.0625rem;
    margin-bottom: 65px;
  }
}

.counter {
  width: 100vw;
  height: 100vh;
}
.counter .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.counter > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.counter .counter-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.counter .logo-wrap {
  margin-bottom: 45px;
  text-align: center;
}
.counter .header-with-line {
  padding-top: 76px;
  text-align: center;
  color: #C8A063;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .counter .header-with-line {
    padding-top: 105px;
  }
}
.counter .header-with-line::before {
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  background-color: #C8A063;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .counter .header-with-line::before {
    height: 60px;
  }
}
.counter .countdown-wrap {
  font-size: 2rem;
  line-height: 2.8125rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .counter .countdown-wrap {
    font-size: 3.75rem;
    line-height: 4.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .counter .countdown-wrap {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .counter .countdown-wrap {
    font-size: 12.5rem;
    line-height: 12.5rem;
  }
}
.counter .countdown-wrap::after {
  content: "";
  display: block;
  height: 60px;
  width: 1px;
  background-color: #C8A063;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.counter .countdown-wrap .days {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media only screen and (min-width: 992px) {
  .counter .countdown-wrap .days {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .counter .countdown-wrap .days {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}
@media only screen and (min-width: 1600px) {
  .counter .countdown-wrap .days {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
}
.counter .countdown-wrap .gold {
  color: #C8A063;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 992px) {
  .counter .countdown-wrap .gold {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .counter .countdown-wrap .gold {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .counter .countdown-wrap .gold {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

.three-columns {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 992px) {
  .three-columns {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 65px;
  }
}
.three-columns .row {
  margin-left: -8px;
  margin-right: -8px;
}
.three-columns .row .col {
  padding-left: 8px;
  padding-right: 8px;
}
.three-columns .col-wrap {
  position: relative;
  display: block;
  height: 100%;
}
.three-columns .col-wrap.first {
  padding: 29px 20px;
}
@media only screen and (min-width: 992px) {
  .three-columns .col-wrap.first {
    padding: 58px 56px;
  }
}
.three-columns .col-wrap > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  left: 0;
  top: 0;
}
.three-columns .col-wrap .badge {
  background: linear-gradient(90deg, #C8A063 0%, #EECA92 40.38%, #C7A168 78.85%);
  color: #fff;
  padding: 11px 25px 7px 25px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "Seitu", sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .three-columns .col-wrap .badge {
    font-size: 2.75rem;
    line-height: 3.375rem;
    padding: 16px 35px 10px 35px;
  }
}
.three-columns .col-wrap .img-wrap img {
  max-height: 100px;
}
@media only screen and (min-width: 992px) {
  .three-columns .col-wrap .img-wrap img {
    max-height: none;
  }
}
.three-columns .col-wrap .text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 22px;
  font-variation-settings: "wght" 300;
  max-width: 240px;
}
@media only screen and (min-width: 992px) {
  .three-columns .col-wrap .text {
    font-size: 2.5rem;
    line-height: 3.375rem;
    margin-bottom: 42px;
    max-width: 550px;
  }
}
.three-columns .col-wrap .button-wrap {
  margin-bottom: 37px;
}
@media only screen and (min-width: 992px) {
  .three-columns .col-wrap .button-wrap {
    margin-bottom: 0;
  }
}
.three-columns .col-wrap .title {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 132px;
  text-align: center;
  padding: 55px 28px;
  background-color: rgba(44, 39, 37, 0.76);
}
@media only screen and (min-width: 992px) {
  .three-columns .col-wrap .title {
    background-color: rgba(44, 39, 37, 0.36);
    text-align: right;
  }
}
.three-columns .col-wrap .title span {
  vertical-align: middle;
  color: #fff;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-family: "Seitu", sans-serif;
  text-transform: uppercase;
}
.three-columns .col-wrap .title svg {
  vertical-align: middle;
}
.three-columns .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.three-columns .slick-track {
  display: flex !important;
}
.three-columns .slick-slide {
  height: inherit !important;
}
.three-columns .slick-slide > div {
  height: 100%;
}
.three-columns .slick-slide > div .col {
  height: 100%;
}
.three-columns .slick-slide > div .col .col-wrap {
  height: 100%;
}

.shop-section .text-wrap {
  margin-bottom: 42px;
}
.shop-section .header {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: 2%;
  text-transform: uppercase;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 600;
  margin-bottom: 29px;
}
@media only screen and (min-width: 992px) {
  .shop-section .header {
    font-size: 2.25rem;
    line-height: 3rem;
    margin-bottom: 24px;
  }
}
.shop-section .text {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #7D7D7D;
}
.shop-section .row-products {
  margin-left: -7px;
  margin-right: -7px;
}
.shop-section .row-products .col {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}
.shop-section .whole-offer-wrap {
  background-color: #000;
  height: 100%;
  width: 100%;
  padding: 40px;
  min-height: 388px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.shop-section .whole-offer-wrap .header-with-line {
  padding-top: 80px;
  position: relative;
  margin-bottom: 43px;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-variation-settings: "wght" 600;
  letter-spacing: 2%;
  text-transform: uppercase;
  font-family: "Seitu", sans-serif;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .shop-section .whole-offer-wrap .header-with-line {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.shop-section .whole-offer-wrap .header-with-line::before {
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  background-color: #C8A063;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.quote {
  margin-bottom: 42px;
  position: relative;
}
.quote > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote .text-wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 100px 20px 0 20px;
}
@media only screen and (min-width: 992px) {
  .quote .text-wrap {
    padding: 20px;
  }
}
.quote .text-wrap .quote-wrap {
  margin-bottom: 70px;
}
.quote .text-wrap .quote-wrap p {
  font-size: 2.125rem;
  line-height: 2.75rem;
  font-weight: 300;
  margin-bottom: 35px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .quote .text-wrap .quote-wrap p {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .quote .text-wrap .quote-wrap p {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
.quote .text-wrap .quote-wrap cite svg {
  vertical-align: middle;
  margin-right: 16px;
}
.quote .text-wrap .quote-wrap cite span {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #C8A063;
  text-transform: uppercase;
}
.quote .text-wrap .button-wrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .quote .text-wrap .button-wrap {
    margin-bottom: 0;
  }
}
.quote .text-wrap .button-wrap .btn {
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .quote .text-wrap .button-wrap .btn {
    max-width: 250px;
  }
}

.instagram-wrap {
  margin-bottom: 14px;
}
.instagram-wrap #sb_instagram {
  padding-bottom: 0 !important;
}
.instagram-wrap #sbi_load {
  background-color: #000;
  position: relative;
  padding: 22px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.instagram-wrap #sbi_load::before, .instagram-wrap #sbi_load::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
}
.instagram-wrap #sbi_load::before {
  left: -100%;
}
.instagram-wrap #sbi_load::after {
  right: -100%;
}
.instagram-wrap #sb_instagram #sbi_load .sbi_load_btn {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #C8A063;
  border-radius: 0;
  padding: 17px 25px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 0;
  margin-left: 20px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  min-width: 260px;
  overflow: hidden;
  color: #C8A063;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .instagram-wrap #sb_instagram #sbi_load .sbi_load_btn {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.instagram-wrap #sb_instagram #sbi_load .sbi_load_btn:hover {
  color: #fff;
  background-color: #C8A063;
}
.instagram-wrap #sb_instagram #sbi_load .sbi_load_btn.white-bg {
  background-color: #fff;
}
.instagram-wrap #sb_instagram #sbi_load .sbi_load_btn.black-transparent-bg {
  background-color: rgba(14, 14, 14, 0.7);
}
.instagram-wrap #sb_instagram #sbi_load .sbi_load_btn span {
  vertical-align: middle;
}
.instagram-wrap #sb_instagram #sbi_load .sbi_load_btn svg {
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.instagram-wrap #sb_instagram .sbi_follow_btn a {
  margin-top: 12px;
  font-size: 0;
}
.instagram-wrap #sb_instagram .sbi_follow_btn a:hover span {
  text-decoration: none;
}
.instagram-wrap #sb_instagram .sbi_follow_btn a svg {
  height: 20px;
  width: 20px;
  margin-right: 16px;
  vertical-align: middle;
}
.instagram-wrap #sb_instagram .sbi_follow_btn a span {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  text-transform: uppercase;
  text-decoration: underline;
  vertical-align: middle;
}

.about-us-top {
  position: relative;
  padding-top: 105px;
  padding-bottom: 88px;
}
.about-us-top .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgb(14, 14, 14);
}
.about-us-top > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.about-us-top .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
}
.about-us-top .text-wrap .title {
  color: #fff;
  font-size: 2rem;
  line-height: 2.8125rem;
  letter-spacing: 2%;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .about-us-top .text-wrap .title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}

.about-us-two-columns {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .about-us-two-columns {
    margin-bottom: 117px;
  }
}
.about-us-two-columns .row {
  margin-left: 0;
  margin-right: 0;
}
.about-us-two-columns .row .col {
  padding-left: 0;
  padding-right: 0;
}
.about-us-two-columns .text-wrap {
  width: 100%;
  height: 100%;
  background-color: #000;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) {
  .about-us-two-columns .text-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us-two-columns .text-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-us-two-columns .text-wrap .text-wrap-inside {
  max-width: 605px;
}
.about-us-two-columns .sub-header {
  margin-bottom: 30px;
}
.about-us-two-columns .sub-header svg {
  margin-right: 16px;
  vertical-align: middle;
}
.about-us-two-columns .sub-header span {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #C8A063;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
}
.about-us-two-columns .header {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 600;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .about-us-two-columns .header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.about-us-two-columns p {
  color: #fff;
}
.about-us-two-columns ul {
  color: #fff;
  margin-bottom: 50px;
}
.about-us-two-columns ul li {
  color: #fff;
}
.about-us-two-columns .img-wrap {
  height: 100%;
}
.about-us-two-columns .img-wrap img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .about-us-two-columns .img-wrap img {
    height: 100%;
    object-fit: cover;
  }
}

.about-us-two-columns-gradient {
  margin-top: -69px;
}
.about-us-two-columns-gradient .row {
  margin-left: 0;
  margin-right: 0;
}
.about-us-two-columns-gradient .row .col {
  padding-left: 0;
  padding-right: 0;
}
.about-us-two-columns-gradient .col-wrap {
  text-align: right;
  padding-top: 80px;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .about-us-two-columns-gradient .col-wrap {
    padding-top: 150px;
  }
}
.about-us-two-columns-gradient .col-wrap::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 30%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(90deg, #fff, #c8cece);
}
.about-us-two-columns-gradient .text-wrap {
  max-width: 682px;
  display: inline-block;
}
.about-us-two-columns-gradient p:not(.header-with-top-line-short) {
  color: #7D7D7D;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 20px;
  padding: 0 20px;
}
.about-us-two-columns-gradient p:not(.header-with-top-line-short) strong {
  color: #C8A063;
}
.about-us-two-columns-gradient p:not(.header-with-top-line-short).header {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 2%;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .about-us-two-columns-gradient p:not(.header-with-top-line-short).header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.about-us-two-columns-gradient .img-wrap {
  height: 100%;
}
.about-us-two-columns-gradient .img-wrap img {
  display: block;
}
@media only screen and (min-width: 992px) {
  .about-us-two-columns-gradient .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.about-five-columns {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .about-five-columns {
    margin-bottom: 100px;
  }
}
.about-five-columns .header {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 2%;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .about-five-columns .header {
    font-size: 2.25rem;
    line-height: 3rem;
    margin-bottom: 80px;
  }
}
.about-five-columns .columns-wrap {
  padding: 0 60px;
}
.about-five-columns .row .col {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1600px) {
  .about-five-columns .row .col.col-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.about-five-columns .col-wrap {
  text-align: center;
}
.about-five-columns .col-wrap .icon-wrap {
  padding-bottom: 70px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .about-five-columns .col-wrap .icon-wrap {
    padding-bottom: 90px;
    margin-bottom: 50px;
  }
}
.about-five-columns .col-wrap .icon-wrap::after {
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  background-color: #C8A063;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.about-five-columns .col-wrap .icon-wrap img {
  width: 68px;
  height: 68px;
}
.about-five-columns .col-wrap p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #7D7D7D;
}
.about-five-columns .col-wrap .title {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0%;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #0E0E0E;
  min-height: 44px;
}
@media only screen and (min-width: 992px) {
  .about-five-columns .col-wrap .title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 32px;
  }
}

.about-two-columns-black-bg {
  background-color: #000;
  padding-top: 10px;
}
.about-two-columns-black-bg .text-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.about-two-columns-black-bg p:not(.header-with-top-line-short) {
  color: #fff;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #F5F5F5;
}
.about-two-columns-black-bg p:not(.header-with-top-line-short).header {
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 2%;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 600;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .about-two-columns-black-bg p:not(.header-with-top-line-short).header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

.form-wrap .form-wrap-inside {
  margin-bottom: 135px;
}

.contact-columns {
  background-color: #2C2A2A;
  padding: 108px 0 102px 0;
}
.contact-columns .contact-button {
  display: block;
  text-decoration: none;
}
.contact-columns .contact-button .img-wrap {
  width: 100%;
  height: 100px;
  text-align: center;
}
.contact-columns .contact-button .img-wrap img {
  display: inline-block;
}
.contact-columns .contact-button p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Seitu", sans-serif;
  font-variation-settings: "wght" 400;
  color: #fff;
  text-transform: uppercase;
}/*# sourceMappingURL=main.min.css.map */