body {
  background-color: #000;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.big-container {
  padding: 0;
}
@media only screen and (min-width: 1500px) {
  .big-container {
    margin: 0 auto;
  }
}

.container {
  padding: 0.5em 15px;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0.5em 30px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    padding: 0.5em 45px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0.5em 0;
  }
}

.padding-scroll {
  padding-top: 260px;
}

.section-padding {
  padding-bottom: 200px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #161512;
  color: #998D67;
  clear: both;
}

.woocommerce-message {
  border-top-color: #24a76a;
}
.woocommerce-message::before {
  color: #24a76a;
}

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

.woocommerce-error {
  border-top-color: #c80000;
}
.woocommerce-error::before {
  color: #c80000;
}

.error-404 {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
.error-404 .error-404-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1100px) {
  .error-404 .error-404-title {
    flex-direction: row;
  }
}
.error-404 .error-404-title h3 {
  margin-bottom: 50px;
  width: 100%;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #998D67;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #998D67;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-style: italic;
}
@media only screen and (min-width: 1500px) {
  h1 {
    font-size: 50px;
    line-height: 65px;
  }
}

h2 {
  font-size: 32px;
  line-height: 45px;
}
@media only screen and (min-width: 1500px) {
  h2 {
    font-size: 46px;
    line-height: 46px;
  }
}

h3 {
  font-size: 36px;
  line-height: 47px;
}

h4 {
  font-size: 16px;
  line-height: 16px;
}

h5 {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2em;
}

p {
  margin: 10px 0;
  font-weight: 300;
}

a {
  color: #998D67;
  text-decoration: none;
  outline: none;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #fff;
}
a:active, a:focus {
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.woocommerce-cart .woocommerce button.button {
  color: #fff;
  background-color: transparent;
  font-family: "IBM Plex Sans", sans-serif;
  border: 1px solid #B2A687;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  padding: 12px 40px;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.woocommerce-cart .woocommerce button.button:hover, .woocommerce-cart .woocommerce button.button:active, .woocommerce-cart .woocommerce button.button:focus {
  color: #fff;
  background-color: #B2A687;
  border: 1px solid #B2A687;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  color: #fff;
  background-color: transparent;
  font-family: "IBM Plex Sans", sans-serif;
  border: 1px solid #fff;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  padding: 12px 40px;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  width: 50%;
  margin-left: auto;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
  color: #fff;
  background-color: #998D67;
  border: 1px solid #998D67;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 40%;
  }
}

.woocommerce a.button {
  color: #fff;
  background-color: transparent;
  font-family: "IBM Plex Sans", sans-serif;
  border: 1px solid #fff;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  padding: 12px 40px;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-left: auto;
}
.woocommerce a.button:hover, .woocommerce a.button:active, .woocommerce a.button:focus {
  color: #fff;
  background-color: #998D67;
  border: 1px solid #998D67;
}

.woocommerce .sizes-wrapper a.button {
  color: #fff;
  background-color: transparent;
  font-family: "IBM Plex Sans", sans-serif;
  border: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  padding: 12px 0;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-left: auto;
  text-decoration: underline;
}
.woocommerce .sizes-wrapper a.button:hover, .woocommerce .sizes-wrapper a.button:active, .woocommerce .sizes-wrapper a.button:focus {
  color: #998D67;
}

.woocommerce .woocommerce-message a.button {
  color: #fff;
  background-color: transparent;
  font-family: "IBM Plex Sans", sans-serif;
  border: 1px solid #fff;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  padding: 10px;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
}
.woocommerce .woocommerce-message a.button:hover, .woocommerce .woocommerce-message a.button:active, .woocommerce .woocommerce-message a.button:focus {
  color: #fff;
  background-color: #998D67;
  border: 1px solid #998D67;
}
@media only screen and (min-width: 768px) {
  .woocommerce .woocommerce-message a.button {
    padding: 12px 40px;
    letter-spacing: 0.15em;
    margin-left: auto;
  }
}

.error-404 a.button {
  color: #fff;
  background-color: transparent;
  font-family: "IBM Plex Sans", sans-serif;
  border: 1px solid #fff;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  padding: 12px 40px;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-left: auto;
}
.error-404 a.button:hover, .error-404 a.button:active, .error-404 a.button:focus {
  color: #fff;
  background-color: #998D67;
  border: 1px solid #998D67;
}

.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled {
  color: #fff;
  background-color: transparent;
  font-family: "IBM Plex Sans", sans-serif;
  border: 1px solid #fff;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  padding: 12px 40px;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-left: auto;
}
.woocommerce button.button.alt:hover, .woocommerce button.button.alt:active, .woocommerce button.button.alt:focus,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:active,
.woocommerce button.button.alt.disabled:focus {
  color: #fff;
  background-color: #998D67;
  border: 1px solid #998D67;
}

.woocommerce-checkout .woocommerce button.button.alt {
  color: #000;
  background-color: #B2A687;
  font-family: "IBM Plex Sans", sans-serif;
  border: 1px solid #B2A687;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  padding: 12px 40px;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  width: 100%;
}
.woocommerce-checkout .woocommerce button.button.alt:hover, .woocommerce-checkout .woocommerce button.button.alt:active, .woocommerce-checkout .woocommerce button.button.alt:focus {
  color: #998D67;
  background-color: #fff;
  border: 1px solid #fff;
}

.woocommerce-account .woocommerce button.button {
  color: #000;
  background-color: #B2A687;
  font-family: "IBM Plex Sans", sans-serif;
  border: 1px solid #B2A687;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  padding: 12px 40px;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.woocommerce-account .woocommerce button.button:hover, .woocommerce-account .woocommerce button.button:active, .woocommerce-account .woocommerce button.button:focus {
  color: #998D67;
  background-color: #fff;
  border: 1px solid #fff;
}

.woocommerce .mailerlite-subscribe-submit {
  color: #000;
  background-color: #B2A687;
  font-family: "IBM Plex Sans", sans-serif;
  border: 1px solid #B2A687;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  padding: 12px 40px;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  width: 100%;
}
.woocommerce .mailerlite-subscribe-submit:hover, .woocommerce .mailerlite-subscribe-submit:active, .woocommerce .mailerlite-subscribe-submit:focus {
  color: #998D67;
  background-color: #fff;
  border: 1px solid #fff;
}

header .top-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 14px;
}
header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 5px 0;
  transition: all 0.25s ease-in-out;
}
header .logo:hover {
  transform: scale(0.9);
}
header .logo a {
  display: flex;
}
header .logo img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 155px;
}
header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) {
  header .navbar {
    display: grid;
    grid-template-columns: 1fr 8fr 1fr;
  }
}
header .navbar .r-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .navbar .searchbar {
  display: flex;
}
header .navbar .searchbar form {
  display: flex;
}
header .navbar .searchbar input {
  padding: 5px;
  background-color: #000;
  outline: none;
  border: none;
  color: #998D67;
}
header .navbar .searchbar input::-moz-placeholder {
  color: #998D67;
}
header .navbar .searchbar input::placeholder {
  color: #998D67;
}
header .navbar .searchbar button {
  border: none;
  background-color: #000;
  outline: none;
  cursor: pointer;
}
header .navbar .searchbar button i {
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 1100px) {
  header .navbar .searchbar button i {
    color: #998D67;
  }
}
header .navbar .top-icons .cart-icon {
  display: flex;
}
header .navbar .top-icons .cart-icon p {
  display: inline;
  padding: 2px 7px 0 7px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 13px;
  transform: translateY(-4px);
  color: #998D67;
}
header .navbar .top-icons .cart-icon svg {
  transform: translateX(48px);
}
header .navbar .nav-menu {
  display: flex;
  align-items: center;
}
header .navbar .l-col {
  display: none;
}
@media only screen and (min-width: 1100px) {
  header .navbar .l-col {
    display: block;
  }
}
header .navbar .nav-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-scroll {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
}
.navbar-scroll img.custom-logo {
  content: url("https://materiawear.com/wp-content/uploads/2022/04/logo-1.png");
  height: auto;
}

.site-footer {
  background-color: #161512;
}
.site-footer .footer-top {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 2fr;
  }
}
.site-footer .footer-top .col {
  display: flex;
  align-items: center;
}
.site-footer .footer-top .col:nth-child(1) {
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-top .col:nth-child(1) {
    justify-content: flex-start;
  }
}
.site-footer .footer-top .col .footer-nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-top .col .footer-nav-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
  }
}
.site-footer .footer-top .col .footer-nav-menu li {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-top .col .footer-nav-menu li:nth-child(n+3) {
    margin-bottom: 0;
  }
}
.site-footer .footer-top .col:nth-child(3) {
  font-size: 12px;
  line-height: 16px;
  justify-content: center;
}
.site-footer .footer-top .col:nth-child(4) {
  justify-content: center;
}
.site-footer .footer-top .col:nth-child(4) i {
  font-size: 20px;
  color: #B2A687;
  transition: all 0.25s ease-in-out;
}
.site-footer .footer-top .col:nth-child(4) i:hover {
  color: #fff;
}
.site-footer .footer-top .col:nth-child(4) a:nth-child(1) i {
  margin-right: 30px;
}
.site-footer .footer-top .col:nth-child(5) {
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-top .col:nth-child(5) {
    justify-content: flex-end;
  }
}
.site-footer .footer-top .col:nth-child(5) .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.site-footer .footer-bottom {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  font-size: 12px;
  line-height: 16px;
}
.site-footer .footer-bottom a {
  font-weight: 500;
}

.woocommerce .woocommerce-products-header {
  padding-top: 3em;
  display: grid;
}
.woocommerce .woocommerce-products-header h5 {
  font-weight: 300;
  order: 1;
}
.woocommerce .woocommerce-products-header h1 {
  color: #B2A687;
  margin: 10px 0;
  order: 2;
}
.woocommerce .woocommerce-products-header .term-description {
  order: 3;
}
.woocommerce .woocommerce-products-header .term-description p {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .woocommerce .woocommerce-products-header .term-description p {
    width: 60%;
  }
}
.woocommerce .woocommerce-products-header svg {
  float: right;
  width: 100%;
  height: auto;
  order: 4;
}
.woocommerce .new-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin: -1.3em 0 0 0;
  font-style: italic;
  color: #998D67;
}
.woocommerce .soon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin: -1.3em 0 0 0;
  font-style: italic;
  color: #998D67;
}
.woocommerce ul.products li.product a img.tp-image-hover {
  margin-top: 0;
}
.woocommerce ul.products li.product {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .woocommerce ul.products li.product {
    width: 48% !important;
  }
}
@media only screen and (min-width: 992px) {
  .woocommerce ul.products li.product {
    width: 30.75% !important;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  font-family: "IBM Plex Sans", sans-serif;
  padding: 0;
  color: #B2A687;
}
.woocommerce ul.products li.product .price {
  display: block;
  color: #998D67;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1em;
  padding-top: 15px;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price span.woocommerce-Price-currencySymbol {
  margin-left: 5px;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: 400;
}
.woocommerce ul.products li.product .onsale {
  background-color: transparent;
  left: 0;
  margin: -1.3em 0 0 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-style: italic;
  color: #B2A687;
}
.woocommerce ul.products li.product a img {
  margin-top: 10px;
}

.single-product .pswp {
  z-index: 99999;
}
.single-product .main .product {
  padding-top: 70px;
}
@media only screen and (min-width: 992px) {
  .single-product .main .product .flex-viewport {
    width: 450px;
    margin: 0 auto;
  }
}
.single-product .main .product .flex-control-thumbs img {
  width: 90px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .main .product .onsale {
  background-color: transparent;
  left: 0;
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-style: italic;
  color: #B2A687;
}
.single-product .main .product ul.flex-direction-nav {
  position: absolute;
  top: 35%;
  z-index: 99999;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}
.single-product .main .product li.flex-nav-prev {
  float: left;
}
.single-product .main .product li.flex-nav-next {
  float: right;
}
.single-product .main .product a.flex-next {
  visibility: hidden;
}
.single-product .main .product a.flex-prev {
  visibility: hidden;
}
.single-product .main .product a.flex-next::after {
  visibility: visible;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}
.single-product .main .product a.flex-prev::before {
  visibility: visible;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}
.single-product .main .product ul.flex-direction-nav li a {
  color: #B2A687;
}
.single-product .main .product ul.flex-direction-nav li a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .single-product .main .product div.images {
    width: 48%;
  }
}
@media only screen and (min-width: 1100px) {
  .single-product .main .product div.images {
    width: 38%;
  }
}
@media only screen and (min-width: 1400px) {
  .single-product .main .product div.images {
    width: 34%;
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .single-product .main .product div.images {
    width: 30%;
    margin-left: 150px;
  }
}
.single-product .main .product div.images .woocommerce-product-gallery__trigger {
  background: transparent;
}
.single-product .main .product div.images .woocommerce-product-gallery__trigger::before {
  border: 2px solid #B2A687;
}
.single-product .main .product div.images .woocommerce-product-gallery__trigger::after {
  background: #B2A687;
}
.single-product .main .product div.images .flex-control-thumbs li {
  width: 19%;
  margin-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 992px) {
  .single-product .main .product div.images .flex-control-thumbs li {
    width: 20%;
  }
}
.single-product .main .product div.images .flex-control-thumbs li:nth-child(4n+1) {
  clear: none;
}
.single-product .main .product .summary h1.product_title {
  font-size: 36px;
  line-height: 47px;
  letter-spacing: 0.2em;
  color: #B2A687;
}
.single-product .main .product .summary .woocommerce-product-details__short-description p {
  font-weight: 300;
}
.single-product .main .product .summary .price {
  margin: 20px 0 40px 0;
}
.single-product .main .product .summary .price .woocommerce-Price-amount {
  font-family: "IBM Plex Sans", sans-serif;
  color: #998D67;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.2em;
  font-style: italic;
}
.single-product .main .product .summary form.variations_form table.variations {
  width: auto;
}
.single-product .main .product .summary form.variations_form table.variations th.label {
  padding-right: 10px;
  line-height: 2.5em;
}
.single-product .main .product .summary form.variations_form table.variations label {
  font-weight: 300;
}
.single-product .main .product .summary form.variations_form table.variations select {
  background-color: #161512;
  border: 1px solid #B2A687;
  color: #fff;
  padding: 12px;
  min-width: auto;
  outline: none;
}
.single-product .main .product .summary form.variations_form table.variations select option {
  background-color: #161512;
}
.single-product .main .product .summary form.variations_form div.qty {
  display: inline-block;
  font-weight: 300;
  margin-right: 10px;
}
.single-product .main .product .summary form.variations_form .quantity {
  display: inline-block;
  float: none;
}
.single-product .main .product .summary form.variations_form .quantity .qty {
  border: 1px solid #B2A687;
  font-size: 14px;
  line-height: 19px;
  padding: 12px;
  outline: none;
  color: #fff;
  background-color: transparent;
}
.single-product .main .product .summary form.variations_form button {
  float: none;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .single-product .main .product .summary form.variations_form button {
    margin-top: 0;
  }
}
.single-product .main .product .summary .color-buttons {
  margin-bottom: 20px;
}
.single-product .main .product .summary .color-buttons h4 {
  margin-bottom: 10px;
}
.single-product .main .product .summary .color-buttons a.button {
  margin-right: 10px;
}
.single-product .main .product .summary .desc-wrapper h4 {
  color: #B2A687;
}
.single-product .main .product .summary .sizes-wrapper {
  padding-top: 25px;
}
.single-product .main .product .summary .sizes-wrapper p {
  margin: 0;
}
.single-product .main .product .all-collection {
  background: linear-gradient(269.87deg, #161512 14.87%, rgba(22, 21, 18, 0) 47.28%, rgba(22, 21, 18, 0) 96.41%);
  text-align: center;
  padding: 80px 0;
  margin: 100px 0 150px 0;
}
.single-product .main .related,
.single-product .main .up-sells {
  clear: both;
  padding-top: 200px;
}
.single-product .main .related ul.products li.product,
.single-product .main .up-sells ul.products li.product {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .single-product .main .related ul.products li.product,
  .single-product .main .up-sells ul.products li.product {
    width: 48% !important;
  }
}
@media only screen and (min-width: 992px) {
  .single-product .main .related ul.products li.product,
  .single-product .main .up-sells ul.products li.product {
    width: 28% !important;
  }
}
.single-product .main .related h5,
.single-product .main .up-sells h5 {
  font-weight: 300;
}
.single-product .main .related h3,
.single-product .main .up-sells h3 {
  letter-spacing: 0.2em;
  font-style: italic;
  margin: 10px 0 15px 0;
  text-transform: uppercase;
}
.single-product .main .related .desc,
.single-product .main .up-sells .desc {
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .single-product .main .related .desc,
  .single-product .main .up-sells .desc {
    width: 30%;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 20%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 992px) {
  .modal {
    top: 0;
  }
}

.modal-content {
  background-color: #000;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #998D67;
  width: 80%;
}

.close {
  color: #998D67;
  float: right;
  font-size: 28px;
  font-weight: bold;
  transition: all 0.25s ease-in-out;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.three-products {
  padding-top: 6em;
}
.three-products h5 {
  font-weight: 300;
}
.three-products h1 {
  margin: 10px 0;
  color: #B2A687;
}
.three-products .desc {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .three-products .desc {
    width: 30%;
  }
}
.three-products svg {
  float: right;
  width: 100%;
}
.three-products .woocommerce .new-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin: -1.3em 0 0 0;
  font-style: italic;
  color: #998D67;
}
.three-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  font-family: "IBM Plex Sans", sans-serif;
  padding: 0;
  color: #B2A687;
}
.three-products .woocommerce ul.products li.product .price {
  display: block;
  color: #998D67;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1em;
  padding-top: 15px;
  margin-bottom: 0;
}
.three-products .woocommerce ul.products li.product .price span.woocommerce-Price-currencySymbol {
  margin-left: 5px;
}
.three-products .woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: 400;
}
.three-products .woocommerce ul.products li.product .onsale {
  background-color: transparent;
  left: 0;
  margin: -1.3em 0 0 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-style: italic;
  color: #B2A687;
}
.three-products .woocommerce ul.products li.product a img {
  margin-top: 10px;
}
.three-products .woocommerce ul.products li.product a img.tp-image-hover {
  margin-top: 0;
}

.newsletter {
  padding: 40px 0 80px 0;
}
@media only screen and (min-width: 992px) {
  .newsletter {
    padding: 170px 0 80px 0;
  }
}
.newsletter .newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .newsletter .newsletter-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 100px;
  }
}
.newsletter .newsletter-wrapper svg {
  width: 100%;
}
.newsletter .newsletter-wrapper .col h3 {
  letter-spacing: 0.2em;
  color: #B2A687;
  font-style: italic;
  margin: 10px 0 15px 0;
  text-transform: uppercase;
}
.newsletter .newsletter-wrapper .col:nth-child(2) {
  background: linear-gradient(269.82deg, #161512 54.16%, rgba(22, 21, 18, 0) 96.37%);
  padding: 80px 40px;
}
.newsletter .newsletter-wrapper .col:nth-child(2) form #mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .newsletter .newsletter-wrapper .col:nth-child(2) form #mc_embed_signup_scroll {
    flex-direction: row;
  }
}
.newsletter .newsletter-wrapper .col:nth-child(2) form .mc-field-group {
  display: contents;
}
.newsletter .newsletter-wrapper .col:nth-child(2) form .optionalParent {
  width: 100%;
}
.newsletter .newsletter-wrapper .col:nth-child(2) form .optionalParent .button {
  background-color: transparent;
  border: 1px solid #B2A687;
  color: #998D67;
  padding: 10px 50px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  color: #fff;
  width: 100%;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.newsletter .newsletter-wrapper .col:nth-child(2) form .optionalParent .button:hover, .newsletter .newsletter-wrapper .col:nth-child(2) form .optionalParent .button:active, .newsletter .newsletter-wrapper .col:nth-child(2) form .optionalParent .button:focus {
  color: #fff;
  background-color: #998D67;
  border: 1px solid #998D67;
}
@media only screen and (min-width: 1500px) {
  .newsletter .newsletter-wrapper .col:nth-child(2) form .optionalParent .button {
    width: 50%;
  }
}
.newsletter .newsletter-wrapper .col:nth-child(2) form .optionalParent .button i {
  margin-left: 25px;
}
.newsletter .newsletter-wrapper .col:nth-child(2) form input {
  background-color: #B2A687;
  border: 1px solid #B2A687;
  width: 79%;
  padding: 11px 20px;
}
.newsletter .newsletter-wrapper .col:nth-child(2) form input::-moz-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
.newsletter .newsletter-wrapper .col:nth-child(2) form input::placeholder {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 1500px) {
  .newsletter .newsletter-wrapper .col:nth-child(2) form input {
    width: 50%;
  }
}

#page-title {
  padding-top: 70px;
  padding-bottom: 80px;
}
#page-title h1 {
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-style: italic;
}
@media only screen and (min-width: 1500px) {
  #page-title h1 {
    font-size: 50px;
    line-height: 65px;
  }
}

.page h2, .page h3 {
  color: #B2A687;
}

.woocommerce-cart .main .section-padding {
  padding-bottom: 50px;
}
.woocommerce-cart .main .woocommerce table.shop_table {
  border: none;
  margin-bottom: 0;
}
.woocommerce-cart .main .woocommerce table.shop_table thead tr th.product-name {
  padding: 10px 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
}
.woocommerce-cart .main .woocommerce table.shop_table thead tr th {
  padding: 10px 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  border-bottom: 1px solid #998D67;
}
.woocommerce-cart .main .woocommerce table.shop_table tbody tr.cart_item {
  color: #B2A687;
}
.woocommerce-cart .main .woocommerce table.shop_table tbody tr.cart_item a {
  color: #B2A687;
}
.woocommerce-cart .main .woocommerce table.shop_table tbody tr.cart_item a img {
  width: 62px;
}
.woocommerce-cart .main .woocommerce table.shop_table tbody tr.cart_item td.product-thumbnail a img {
  width: 62px;
}
.woocommerce-cart .main .woocommerce table.shop_table tbody tr.cart_item td.product-name {
  padding: 30px 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
.woocommerce-cart .main .woocommerce table.shop_table tbody tr.cart_item td.product-subtotal {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
.woocommerce-cart .main .woocommerce table.shop_table tbody tr.cart_item td {
  padding: 30px 15px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #998D67;
}
.woocommerce-cart .main .woocommerce table.shop_table tbody tr.cart_item span.woocommerce-Price-currencySymbol {
  margin-left: 5px;
}
.woocommerce-cart .main .woocommerce table.shop_table td.actions {
  padding: 100px 15px 30px 15px;
}
.woocommerce-cart .main .woocommerce table.shop_table .coupon .coupon-text {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}
.woocommerce-cart .main .woocommerce table.shop_table .coupon button {
  float: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .main .woocommerce table.shop_table .coupon button {
    width: auto;
  }
}
.woocommerce-cart .main .woocommerce table.shop_table .coupon input {
  box-sizing: border-box;
  text-shadow: none;
  color: #000;
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  background-color: #B2A687;
  width: 100%;
  padding: 15px 50px;
  margin-right: 0;
}
.woocommerce-cart .main .woocommerce table.shop_table .coupon input::-moz-placeholder {
  color: #000;
}
.woocommerce-cart .main .woocommerce table.shop_table .coupon input::placeholder {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .main .woocommerce table.shop_table .coupon input {
    width: auto;
  }
}
.woocommerce-cart .main .woocommerce a.remove {
  color: #fff !important;
  font-size: 1em;
  font-weight: 300;
}
.woocommerce-cart .main .woocommerce a.remove:hover {
  color: #998D67 !important;
  background-color: transparent;
}
.woocommerce-cart .main .woocommerce .quantity .qty {
  border: none;
  font-size: 16px;
  line-height: 20px;
  outline: none;
  color: #998D67;
  background-color: transparent;
}
.woocommerce-cart .main .cart-collaterals {
  width: 100%;
  padding: 40px 0;
  background: linear-gradient(269.87deg, #161512 14.87%, rgba(22, 21, 18, 0) 47.28%, rgba(22, 21, 18, 0) 96.41%);
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .main .cart-collaterals {
    width: 70%;
    margin-left: auto;
    padding: 40px 120px;
  }
}
.woocommerce-cart .main .cart-collaterals .cart_totals h2 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  color: #B2A687;
}
.woocommerce-cart .main .cart-collaterals .cart_totals table.shop_table tr.order-total th, .woocommerce-cart .main .cart-collaterals .cart_totals table.shop_table tr.order-total td {
  border-top: 1px solid #998D67;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
.woocommerce-cart .main .cart-collaterals .cart_totals table.shop_table tr.cart-discount th, .woocommerce-cart .main .cart-collaterals .cart_totals table.shop_table tr.cart-discount td {
  font-weight: 300;
  border: none;
}
.woocommerce-cart .main .cart-collaterals .cart_totals table.shop_table tr.shipping th,
.woocommerce-cart .main .cart-collaterals .cart_totals table.shop_table tr.shipping td {
  border-top: 1px solid #998D67;
  font-weight: 300;
}
.woocommerce-cart .main .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal th, .woocommerce-cart .main .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td {
  color: #B2A687;
}
.woocommerce-cart .main .cart-collaterals .cart_totals table.shop_table th {
  font-size: 16px;
  line-height: 21px;
  padding: 15px 0;
  font-weight: 500;
  border: none;
}
.woocommerce-cart .main .cart-collaterals .cart_totals table.shop_table td {
  padding: 15px 0;
  text-align: right;
  font-weight: 500;
}
.woocommerce-cart .main .cart-collaterals .cart_totals span.woocommerce-Price-currencySymbol {
  margin-left: 5px;
}
.woocommerce-cart .main .return-to-shop {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.woocommerce-checkout .main .woocommerce .checkout-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .woocommerce-checkout .main .woocommerce .checkout-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 150px;
  }
}
.woocommerce-checkout .main .woocommerce .checkout-wrapper .col2-set {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .main .woocommerce .checkout-wrapper .col2-set .col-1,
.woocommerce-checkout .main .woocommerce .checkout-wrapper .col2-set .col-2 {
  width: 100%;
}
.woocommerce-checkout .main .woocommerce .checkout-wrapper .col2-set h3 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #B2A687;
}
.woocommerce-checkout .main .woocommerce .checkout-wrapper .col2-set .form-row {
  margin-bottom: 30px;
}
.woocommerce-checkout .main .woocommerce .checkout-wrapper .col2-set input,
.woocommerce-checkout .main .woocommerce .checkout-wrapper .col2-set textarea {
  background-color: #161512;
  border: none;
  padding: 10px 20px;
  color: #998D67;
  font-weight: 300;
  font-family: "IBM Plex Sans", sans-serif;
}
.woocommerce-checkout .main .woocommerce .checkout-wrapper .col2-set input::-moz-placeholder, .woocommerce-checkout .main .woocommerce .checkout-wrapper .col2-set textarea::-moz-placeholder {
  color: #998D67;
  font-weight: 300;
}
.woocommerce-checkout .main .woocommerce .checkout-wrapper .col2-set input::placeholder,
.woocommerce-checkout .main .woocommerce .checkout-wrapper .col2-set textarea::placeholder {
  color: #998D67;
  font-weight: 300;
}
.woocommerce-checkout .main .woocommerce #order_review {
  background: linear-gradient(269.87deg, #161512 14.87%, rgba(22, 21, 18, 0) 47.28%, rgba(22, 21, 18, 0) 96.41%);
  padding: 30px 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (min-width: 768px) {
  .woocommerce-checkout .main .woocommerce #order_review {
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 1500px) {
  .woocommerce-checkout .main .woocommerce #order_review {
    padding: 30px 100px;
  }
}
.woocommerce-checkout .main .woocommerce #order_review h3 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #B2A687;
}
.woocommerce-checkout .main .woocommerce #order_review table.shop_table {
  border: none;
}
.woocommerce-checkout .main .woocommerce #order_review table.shop_table .cart_item {
  font-weight: 300;
}
.woocommerce-checkout .main .woocommerce #order_review table.shop_table tr.cart-discount th, .woocommerce-checkout .main .woocommerce #order_review table.shop_table tr.cart-discount td {
  font-weight: 300;
}
.woocommerce-checkout .main .woocommerce #order_review table.shop_table tr.shipping th,
.woocommerce-checkout .main .woocommerce #order_review table.shop_table tr.shipping td {
  font-weight: 300;
}
.woocommerce-checkout .main .woocommerce #order_review table.shop_table tr.cart-subtotal th, .woocommerce-checkout .main .woocommerce #order_review table.shop_table tr.cart-subtotal td {
  border-top: 1px solid #998D67;
  color: #B2A687;
}
.woocommerce-checkout .main .woocommerce #order_review table.shop_table tr.order-total th, .woocommerce-checkout .main .woocommerce #order_review table.shop_table tr.order-total td {
  border-top: 1px solid #998D67;
  color: #B2A687;
}
.woocommerce-checkout .main .woocommerce #order_review #payment {
  background-color: transparent;
  padding-top: 70px;
}
.woocommerce-checkout .main .woocommerce #order_review #payment h3 {
  margin-bottom: 20px;
}
.woocommerce-checkout .main .woocommerce #order_review #payment ul.payment_methods {
  padding-left: 0;
  border-bottom: 1px solid #998D67;
}
.woocommerce-checkout .main .woocommerce #order_review #payment ul.payment_methods li {
  border: 1px solid #998D67;
  padding: 10px 20px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  transition: all 0.25s ease-in-out;
}
.woocommerce-checkout .main .woocommerce #order_review #payment ul.payment_methods li:hover {
  border: 1px solid #fff;
  color: #fff;
}
.woocommerce-checkout .main .woocommerce #order_review #payment ul.payment_methods li label {
  cursor: pointer;
}
.woocommerce-checkout .main .woocommerce #order_review #payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 70px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  margin-bottom: 30px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-order .woocommerce-column__title {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 30px;
}
.woocommerce-order-received .woocommerce-order ul.order_details {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-order-received .woocommerce-order table.shop_table {
    width: 60%;
  }
}
.woocommerce-order-received .woocommerce-order table.shop_table tr {
  font-weight: 300;
}
.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details .col-1,
.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details .col-2 {
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-order-received .woocommerce-order section.woocommerce-customer-details .col-1,
  .woocommerce-order-received .woocommerce-order section.woocommerce-customer-details .col-2 {
    width: 48%;
  }
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password,
.woocommerce form.edit-account {
  border: none;
}
.woocommerce form.login .form-row,
.woocommerce form.login .woocommerce-privacy-policy-text,
.woocommerce form.register .form-row,
.woocommerce form.register .woocommerce-privacy-policy-text,
.woocommerce form.lost_reset_password .form-row,
.woocommerce form.lost_reset_password .woocommerce-privacy-policy-text,
.woocommerce form.edit-account .form-row,
.woocommerce form.edit-account .woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}
.woocommerce form.login input,
.woocommerce form.register input,
.woocommerce form.lost_reset_password input,
.woocommerce form.edit-account input {
  background-color: #161512;
  border: none;
  padding: 10px 20px;
  color: #998D67;
  font-weight: 300;
  font-family: "IBM Plex Sans", sans-serif;
}
.woocommerce form.login input::-moz-placeholder, .woocommerce form.register input::-moz-placeholder, .woocommerce form.lost_reset_password input::-moz-placeholder, .woocommerce form.edit-account input::-moz-placeholder {
  color: #998D67;
  font-weight: 300;
}
.woocommerce form.login input::placeholder,
.woocommerce form.register input::placeholder,
.woocommerce form.lost_reset_password input::placeholder,
.woocommerce form.edit-account input::placeholder {
  color: #998D67;
  font-weight: 300;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  margin-top: 0;
}
.woocommerce .woocommerce-MyAccount-content a {
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-content a:hover {
  color: #998D67;
}
.woocommerce .woocommerce-MyAccount-content .button {
  color: #fff;
  text-align: center;
}
.woocommerce .woocommerce-MyAccount-content .button:hover {
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders {
  padding: 5px;
}
.woocommerce .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td {
  padding: 10px;
  vertical-align: middle;
  display: block;
}
@media only screen and (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td {
    display: table-cell;
  }
}
.woocommerce .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders th {
  border-bottom: none;
  padding: 10px;
  font-weight: 400;
  color: #998D67;
  display: block;
}
@media only screen and (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders th {
    display: table-cell;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  margin-bottom: 30px;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-navigation ul {
    margin-bottom: 0;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  position: relative;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  padding: 0.875em 0;
  display: block;
  font-size: 14px;
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #998D67;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a::before {
  text-align: left;
  float: left;
  margin-left: 0;
  line-height: 1.3;
  margin-right: 10px;
}/*# sourceMappingURL=custom-style.css.map */