/*
Theme Name: Manor

WooCommerce styles override
*/
@-webkit-keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/**
 * Account
 */
@media (min-width: 64em) {
  .woocommerce-custom-account {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    height: 100vh;
    min-height: 75rem;
    overflow-y: hidden;
  }
}
.woocommerce-custom-account_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 30rem;
}
.woocommerce-custom-account_form {
  max-width: 88rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 2rem;
  height: inherit;
}
.woocommerce-custom-account_form .title-hero {
  padding-bottom: 3rem;
}
@media (min-width: 64em) {
  .woocommerce-custom-account_form .title-hero {
    padding-bottom: 6rem;
  }
}
.woocommerce-custom-account_form .btn_show-pass {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2.5rem;
  padding-right: 0.5rem;
  border: none;
  background: none;
  outline: none;
}
.woocommerce-custom-account_form .btn-primary {
  width: 100%;
}
.woocommerce-custom-account #privacy_policy_reg_field {
  margin-bottom: 2rem;
}
@media (min-width: 80em) {
  .woocommerce-custom-account #privacy_policy_reg_field {
    margin-bottom: 2.5rem;
  }
}
.woocommerce-custom-account #privacy_policy_reg_field span {
  display: inline-block;
}
.woocommerce-custom-account #privacy_policy_reg_field .woocommerce-form__label-for-checkbox {
  position: unset;
  -webkit-transform: unset;
          transform: unset;
  padding: 0;
}
.woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-form__input-checkbox {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.woocommerce-LostPassword {
  margin-top: 2.5rem;
}
.woocommerce-LostPassword a {
  font-weight: 500;
}
.woocommerce-ResetPassword {
  max-width: 42rem;
  margin: 0 auto;
}
.woocommerce-ResetPassword .form-row {
  margin-top: 2rem;
}
.woocommerce__no-account {
  padding-top: 2rem;
}
@media (min-width: 80em) {
  .woocommerce__no-account {
    padding-top: 2.5rem;
  }
}
.woocommerce-MyAccount-orders {
  border: 0.1rem solid rgba(179, 179, 179, 0.6);
  border-radius: 0.4rem;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.woocommerce-MyAccount-orders thead tr {
  background: #f3f3f3;
}
.woocommerce-MyAccount-orders thead tr th {
  padding: 1rem;
  text-align: center !important;
}
.woocommerce-MyAccount-orders tbody tr:nth-child(even) {
  background: #f3f3f3;
}
.woocommerce-MyAccount-orders tbody tr th,
.woocommerce-MyAccount-orders tbody tr td {
  text-align: center !important;
  padding: 1rem;
}
.woocommerce-MyAccount-orders tbody tr th a,
.woocommerce-MyAccount-orders tbody tr td a {
  text-decoration: none;
  color: #757575;
}
.woocommerce-MyAccount-orders tbody tr th a.view,
.woocommerce-MyAccount-orders tbody tr td a.view {
  text-decoration: underline;
}
.woocommerce-MyAccount-orders tbody tr td::before {
  font-weight: 500;
}

.woocommerce-lost-password .woocommerce {
  display: unset !important;
}

.woocommerce-custom-page {
  min-height: 65vh;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
.woo-custom-product {
  background-color: #ffffff;
  padding: 1rem 1.3rem;
}
@media (min-width: 48em) {
  .woo-custom-product {
    padding: 1.2rem 2.4rem;
  }
}
@media (min-width: 80em) {
  .woo-custom-product {
    padding: 2.4rem 3.2rem;
  }
}
.woo-custom-product__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woo-custom-product__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.woo-custom-product__state {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #a06c4f;
  line-height: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 48em) {
  .woo-custom-product__state {
    font-size: 1.6rem;
  }
}
@media (min-width: 80em) {
  .woo-custom-product__state {
    font-size: 2rem;
  }
}
.woo-custom-product__img-link {
  display: block;
  height: 15rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  .woo-custom-product__img-link {
    height: 20rem;
  }
}
@media (min-width: 80em) {
  .woo-custom-product__img-link {
    height: 30rem;
  }
}
.woo-custom-product__img-link img {
  height: 100%;
  max-height: 30rem;
  width: auto;
  aspect-ratio: 3/4;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.25s ease scale;
  transition: 0.25s ease scale;
  overflow: hidden;
}
.woo-custom-product__img-link:hover img {
  scale: 1.03;
  -webkit-transition: 0.6s ease scale;
  transition: 0.6s ease scale;
}
.woo-custom-product__brand {
  font-size: 1.2rem;
  font-weight: 600;
  color: #757575;
  padding-bottom: 0.5rem;
}
@media (min-width: 64em) {
  .woo-custom-product__brand {
    font-size: 1.6rem;
  }
}
.woo-custom-product__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #231f20;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 64em) {
  .woo-custom-product__title {
    font-style: 2rem;
  }
}
.woo-custom-product__title:hover {
  color: #a06c4f;
}
.woo-custom-product__price {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woo-custom-product__price--current {
  font-size: 1.6rem;
  color: #757575;
}
@media (min-width: 64em) {
  .woo-custom-product__price--current {
    font-size: 2rem;
  }
}
.woo-custom-product__price--old {
  color: #a06c4f;
  padding: 0.05rem 0 0 1rem;
  font-size: 1.2rem;
}
@media (min-width: 64em) {
  .woo-custom-product__price--old {
    font-size: 1.6rem;
  }
}
.woo-custom-product__stock {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0.8rem 0;
  font-size: 1.6rem;
}
@media (min-width: 64em) {
  .woo-custom-product__stock {
    font-size: 2rem;
  }
}
.woo-custom-product__more a {
  font-weight: 600;
  font-size: 1.6rem;
}
@media (min-width: 64em) {
  .woo-custom-product__more a {
    font-size: 2rem;
  }
}
.woo-custom-product .add_to_cart_button {
  font-size: 1.6rem;
}
@media (min-width: 64em) {
  .woo-custom-product .add_to_cart_button {
    font-size: 2rem;
  }
}
.woo-custom-product .wc-custom-single-product__price--range {
  padding: 0.8rem 0;
}
.woo-custom-product a {
  text-decoration: none;
}
.woo-custom-product .product_type_simple {
  font-size: 1.6rem;
}
@media (min-width: 64em) {
  .woo-custom-product .product_type_simple {
    font-size: 2rem;
  }
}

.custom-stock-status {
  color: #e2401c;
}

/**
 * Single product
 */
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
}
#order-notes .wc-block-components-checkbox__input::before, #order-notes .wc-block-components-checkbox__input:after {
  content: none !important;
}

.custom-checkout .wc-block-checkout__terms .manor-checkout-terms-of-use {
  margin-top: calc(1.2rem + 8px);
  display: block;
}
.custom-checkout .wc-block-checkout__terms .manor-checkout-terms-of-use .wc-block-components-checkbox__input {
  border-color: #a06c4f !important;
}

.custom-checkout input,
.custom-checkout select {
  border-color: rgba(179, 179, 179, 0.6) !important;
  outline: none !important;
}
.custom-checkout textarea {
  border-color: rgba(179, 179, 179, 0.6);
  outline: none !important;
}
.custom-checkout__wrapper {
  padding: 6rem 0;
}
@media (max-width: 47.99em) {
  .custom-checkout .wc-block-components-form .wc-block-components-checkout-step {
    margin-bottom: 2rem !important;
  }
}
.custom-checkout .wc-block-components-radio-control__input {
  border-color: #d7c4b7 !important;
}
.custom-checkout .wc-block-components-radio-control__input:checked::before {
  background-color: #a06c4f !important;
}
.custom-checkout .wc-block-components-radio-control__option-checked {
  -webkit-box-shadow: inset 0 0 0 0.1rem #d7c4b7 !important;
          box-shadow: inset 0 0 0 0.1rem #d7c4b7 !important;
}
.custom-checkout .wc-block-components-radio-control-accordion-content {
  padding: 1rem;
}
.custom-checkout .wc-block-components-local-pickup-select .wc-block-components-radio-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 36em) {
  .custom-checkout .wc-block-components-local-pickup-select .wc-block-components-radio-control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 48em) {
  .custom-checkout .wc-block-components-local-pickup-select .wc-block-components-radio-control {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
.custom-checkout .wc-block-components-local-pickup-select .wc-block-components-radio-control::after {
  content: none;
}
.custom-checkout .wc-block-components-local-pickup-select .wc-block-components-radio-control > label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.custom-checkout .wc-block-components-local-pickup-select .wc-block-components-radio-control > label::after {
  content: none;
}
.custom-checkout .wc-block-components-order-summary {
  border: none !important;
}
@media (max-width: 47.99em) {
  .custom-checkout .wc-block-components-order-summary {
    padding: 0 !important;
  }
}
.custom-checkout .wc-block-components-order-summary-item__image {
  width: 6rem !important;
  height: 6rem !important;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background: #ffffff;
  border: 0.1rem solid rgba(179, 179, 179, 0.6);
  border-radius: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 64em) {
  .custom-checkout .wc-block-components-order-summary-item__image {
    width: 8rem !important;
    height: 8rem !important;
  }
}
.custom-checkout .wc-block-components-order-summary-item__image img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
  margin: auto;
}
.custom-checkout .wc-block-components-order-summary-item__description > div {
  margin-top: 0 !important;
}
.custom-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  color: #a06c4f;
  font-family: "Baskervville", serif;
  font-weight: 500;
}
.custom-checkout .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-price {
  color: #a06c4f;
  font-weight: 600;
}
.custom-checkout .wc-block-components-order-summary-item__total-price span {
  color: #a06c4f;
}
.custom-checkout .wc-block-components-order-summary-item__quantity {
  background-color: #a06c4f !important;
  color: #ffffff !important;
  border-color: #a06c4f !important;
}
.custom-checkout .wc-block-components-sidebar {
  padding: 0;
  margin: 0;
  background-color: rgba(215, 196, 183, 0.15);
}
@media (min-width: 46.25em) and (max-width: 64em) {
  .custom-checkout .wc-block-components-sidebar {
    width: 45% !important;
  }
}
@media (min-width: 46.25em) and (max-width: 63.99em) {
  .custom-checkout .wc-block-components-main {
    width: 55% !important;
    padding: 0 0 0 2rem !important;
  }
}
@media (min-width: 64em) {
  .custom-checkout .wc-block-components-main {
    padding: 0 0 0 5rem;
  }
}
.custom-checkout .wc-block-components-button {
  background-color: #a06c4f;
  color: #ffffff;
  border: 0.1rem #b3b3b3 solid;
  border-radius: 0.2rem;
  font-weight: 600;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-radius: 0.2rem;
}
.custom-checkout .wc-block-components-button:hover {
  color: #a06c4f;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.custom-checkout .wc-block-components-product-metadata__description {
  display: none;
}
.custom-checkout .wc-block-components-product-details {
  margin-top: 0 !important;
}
.custom-checkout .wc-block-components-totals-item__value {
  color: #a06c4f !important;
}
.custom-checkout .wc-block-checkout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 47.99em) {
  .custom-checkout .wc-block-checkout {
    padding-top: 0 !important;
  }
}
.custom-checkout .wc-block-checkout__actions_row a,
.custom-checkout .wc-block-checkout__actions_row svg {
  color: #a06c4f;
}
.custom-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 36em) {
  .custom-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 48em) {
  .custom-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
.custom-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control::after {
  content: none;
}
.custom-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control > .wc-block-components-radio-control-accordion-option {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.custom-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control > .wc-block-components-radio-control-accordion-option::after {
  content: none;
}
.custom-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control > .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control > .wc-block-components-radio-control-accordion-option--checked-option-highlighted label {
  border-radius: 0.4rem;
}
.custom-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control > .wc-block-components-radio-control-accordion-option--checked-option-highlighted label::after {
  content: none;
}
.custom-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control .wc-block-components-radio-control-accordion-content {
  border-left: 0.1rem solid #d7c4b7;
  border-right: 0.1rem solid #d7c4b7;
  border-bottom: 0.1rem solid #d7c4b7;
  border-radius: 0.4rem;
}
.custom-checkout .wc-block-checkout__add-note .wc-block-components-checkbox__input, .custom-checkout .wc-block-checkout__use-address-for-billing .wc-block-components-checkbox__input {
  border-color: #a06c4f !important;
}
.custom-checkout .wc-block-checkout__add-note svg, .custom-checkout .wc-block-checkout__use-address-for-billing svg {
  fill: #a06c4f;
}
.custom-checkout .wc-block-checkout__shipping-method-option {
  background-color: rgba(160, 108, 79, 0.2) !important;
  color: #a06c4f;
  border-radius: 0.2rem !important;
}
.custom-checkout .wc-block-checkout__shipping-method-option svg {
  fill: #a06c4f;
  height: 3rem;
  width: auto;
}
.custom-checkout .wc-block-checkout__shipping-method-option span {
  font-size: 1.6rem;
}
.custom-checkout .wc-block-checkout__shipping-method-option--selected {
  color: #ffffff;
  background-color: #a06c4f !important;
}
.custom-checkout .wc-block-checkout__shipping-method-option--selected svg {
  fill: #ffffff;
}
@media (max-width: 46.25em) {
  .custom-checkout .wc-block-checkout__sidebar {
    display: none !important;
  }
}
.custom-checkout .wc-block-checkout__use-address-for-billing .wc-block-components-checkbox__input::before, .custom-checkout .wc-block-checkout__use-address-for-billing .wc-block-components-checkbox__input:after {
  content: none !important;
}
.custom-checkout .wc-block-checkout-fields-block {
  padding-right: 0 !important;
  padding-left: 5rem;
}
.custom-checkout .checkout-order-summary-block-fill {
  border: none !important;
  background-color: rgba(215, 196, 183, 0.15);
  border-radius: 0.2rem !important;
}
@media (max-width: 47.99em) {
  .custom-checkout .checkout-order-summary-block-fill {
    padding: 2rem 2rem 1rem !important;
  }
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row {
  position: relative;
  border-radius: 0.2rem;
  border-color: rgba(179, 179, 179, 0.6);
}
.form-row label {
  position: absolute;
  font-family: "Open Sans", sans-serif;
  color: #757575;
  font-size: 1.1rem;
  background-color: #ffffff;
  padding: 0 0.5rem;
  line-height: 100%;
  top: 0;
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.form-row:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 80em) {
  .form-row:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #0f834d;
          box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #e2401c;
          box-shadow: inset 2px 0 0 #e2401c;
}
.form-row input {
  border: 0.1rem rgba(179, 179, 179, 0.6) solid;
  border-radius: 0.2rem;
  padding: 1.5rem;
}
.form-row input[type=checkbox] {
  padding: 1rem;
}

.required {
  color: #757575 !important;
}

/**
 * Notices
 */
.woocommerce-notices-wrapper {
  z-index: 10;
  position: relative;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  color: #ffffff !important;
  background-color: #a06c4f !important;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  outline: none !important;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #ffffff !important;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #a06c4f !important;
  color: #ffffff !important;
  padding: 0.25rem 1rem;
  margin-bottom: 1.5rem;
}

.woocommerce-error {
  background-color: rgba(215, 196, 183, 0.15) !important;
  color: #a06c4f !important;
  list-style: none !important;
  max-width: 36.5rem;
  border: 0.1rem #a06c4f solid;
  border-radius: 0.2rem;
  padding: 2rem;
  margin-bottom: 2.5rem;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
  * Header cart
  */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/*
** Show Password
*/
.password-input {
  position: relative;
}
.password-input .show-password-input {
  position: absolute;
  height: 100%;
  width: 2rem;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/eye.svg");
  background-size: contain;
  border: none;
  margin-right: 1rem;
  z-index: 1;
}

/*
** Select fields exmp Country
*/
.select2-container .select2-selection--single {
  height: 5rem;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.2rem;
  border: 0.1rem solid rgba(179, 179, 179, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2-container .select2-selection__rendered {
  line-height: normal !important;
  font-size: 1.6rem;
  padding-left: 1rem;
}
.select2-container .select2-selection__arrow {
  height: 5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
}

/*
** WooCommerce Form
*/
.woocommerce-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 24.375em) {
  .woocommerce-form {
    width: 36.5rem;
  }
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/**
 * WooCommerce custom page
 */
.woocommerce-custom-page {
  padding: 13rem 0 10rem;
}
.woocommerce-custom-page__title {
  padding-bottom: 6rem;
}
@media (min-width: 48em) {
  .woocommerce-custom-page__content .woocommerce {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 15rem auto;
    grid-template-columns: 15rem auto;
  }
}
@media (min-width: 64em) {
  .woocommerce-custom-page__content .woocommerce {
    -ms-grid-columns: 25rem auto;
    grid-template-columns: 25rem auto;
  }
}
@media (max-width: 47.99em) {
  .woocommerce-custom-page__content .woocommerce-MyAccount-navigation {
    padding-bottom: 2.5rem;
  }
  .woocommerce-custom-page__content .woocommerce-MyAccount-navigation ul {
    border-bottom: 0.1rem solid rgba(179, 179, 179, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 3.3rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.2s ease max-height;
    transition: 0.2s ease max-height;
  }
  .woocommerce-custom-page__content .woocommerce-MyAccount-navigation ul:after {
    content: "";
    position: absolute;
    top: 1.3rem;
    right: 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icons/arrow-down.svg");
    background-size: contain;
    height: 0.8rem;
    width: 1.4rem;
    -webkit-transition: 0.2s ease transform;
    transition: 0.2s ease transform;
  }
  .woocommerce-custom-page__content .woocommerce-MyAccount-navigation ul.show {
    height: auto;
    max-height: 30rem;
    -webkit-transition: 0.2s ease max-height;
    transition: 0.2s ease max-height;
  }
  .woocommerce-custom-page__content .woocommerce-MyAccount-navigation ul.show::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.3s ease transform;
    transition: 0.3s ease transform;
  }
  .woocommerce-custom-page__content .woocommerce-MyAccount-navigation ul.show li {
    pointer-events: inherit;
  }
  .woocommerce-custom-page__content .woocommerce-MyAccount-navigation ul li {
    pointer-events: none;
  }
  .woocommerce-custom-page__content .woocommerce-MyAccount-navigation ul li.is-active {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .woocommerce-custom-page__content .woocommerce-MyAccount-navigation ul li.is-active a {
    text-decoration: none !important;
  }
}
.woocommerce-custom-page__content .woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.woocommerce-custom-page__content .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.woocommerce-custom-page__content .woocommerce-MyAccount-navigation ul li a {
  color: #757575;
  text-decoration: none;
  padding: 0.35rem 1rem;
  display: inline-block;
  font-weight: 500;
}
.woocommerce-custom-page__content .woocommerce-MyAccount-navigation ul li a:hover {
  color: #a06c4f;
}
.woocommerce-custom-page__content .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #a06c4f;
  text-decoration: underline;
  font-weight: 600;
}
@media (min-width: 36em) {
  .woocommerce-custom-page__content .woocommerce-EditAccountForm {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
.woocommerce-custom-page__content .woocommerce-EditAccountForm fieldset {
  border: none;
  padding: 0;
}
@media (min-width: 36em) {
  .woocommerce-custom-page__content .woocommerce-EditAccountForm fieldset {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/3/3;
  }
}
.woocommerce-custom-page__content .woocommerce-EditAccountForm fieldset legend {
  padding-bottom: 2rem;
}
.woocommerce-custom-page__content .woocommerce-EditAccountForm > p:last-child {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 4/1/4/3;
}
@media (max-width: 35.99em) {
  .woocommerce-custom-page__content .woocommerce-EditAccountForm > p .button[type=submit] {
    margin-top: 2rem;
    width: 100%;
  }
}
.woocommerce-custom-page__content .woocommerce-EditAccountForm .show-password-input {
  background-color: transparent;
}
.woocommerce-custom-page__content .woocommerce-EditAccountForm .show-password-input.display-password {
  background-image: url("../images/icons/eye-off.svg");
}
.woocommerce-custom-page__content .woocommerce-Addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5rem;
}
@media (min-width: 36em) {
  .woocommerce-custom-page__content .woocommerce-Addresses {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media (min-width: 64em) {
  .woocommerce-custom-page__content .woocommerce-Addresses {
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }
}
.woocommerce-custom-page__content .woocommerce-Addresses .woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
}
.woocommerce-custom-page__content .woocommerce-Addresses .woocommerce-Address-title .edit {
  margin: 1rem 0 3rem;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 1.6rem;
  -webkit-transition: 0.1s ease scale;
  transition: 0.1s ease scale;
}
.woocommerce-custom-page__content .woocommerce-Addresses .woocommerce-Address-title .edit:hover img {
  -webkit-transition: 0.2s ease scale;
  transition: 0.2s ease scale;
  scale: 1.1;
}
.woocommerce-custom-page__content .woocommerce-Addresses .woocommerce-Address-title .edit img {
  height: 1.8rem;
  width: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce-custom-page__content .woocommerce-Addresses .address-field__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-custom-page__content .woocommerce-Addresses .address-field__wrapper:not(:last-child) {
  padding-bottom: 1.5rem;
}
.woocommerce-custom-page__content .woocommerce-Addresses .address-field__wrapper span {
  font-style: normal;
}
.woocommerce-custom-page__content .woocommerce-Addresses .address-field__title {
  font-weight: 600;
}
.woocommerce-custom-page__content .woocommerce .woocommerce-edit-addresses-form .title-woocommerce {
  padding-bottom: 3rem;
}
.woocommerce-custom-page__content .woocommerce-address-fields__field-wrapper {
  padding-bottom: 2.5rem;
}
@media (min-width: 36em) {
  .woocommerce-custom-page__content .woocommerce-address-fields__field-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

/**
 * WooCommerce Shop Page
 */
.woo-shop__title {
  padding-bottom: 6rem;
}
@media (max-width: 47.99em) {
  .woo-shop__title {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.woo-shop__cat {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 2.4rem;
}
@media (min-width: 48em) {
  .woo-shop__cat {
    -ms-grid-columns: 1fr 2.4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }
}
@media (min-width: 64em) {
  .woo-shop__cat {
    -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3.2rem;
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
  }
}
.woo-shop__cat-item {
  height: 30rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-decoration: none;
}
.woo-shop__cat-item:hover:not(.all-items-link) .woo-shop__cat-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 47.99em) {
  .woo-shop__cat-item {
    height: 28rem;
  }
}
.woo-shop__cat-item:not(.all-items-link)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0)), to(#231f20));
  background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, #231f20 100%);
  opacity: 0.1;
}
.woo-shop__cat-item.all-items-link .title-category {
  position: relative;
}
.woo-shop__cat-item.all-items-link .title-category::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.2rem;
  background: #ffffff;
  -webkit-transition: 0.1s ease width;
  transition: 0.1s ease width;
}
.woo-shop__cat-item.all-items-link:hover .title-category::after {
  width: 100%;
  -webkit-transition: 0.25s ease width;
  transition: 0.25s ease width;
}
.woo-shop__cat-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.woo-shop__cat-link {
  text-decoration: none;
  position: relative;
  padding: 2rem;
  z-index: 1;
}
@media (min-width: 64em) {
  .woo-shop__cat-link {
    padding: 2.4rem;
  }
}
.woo-shop__products-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 1.5rem 48%;
  grid-template-columns: repeat(2, 48%);
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 24.375em) {
  .woo-shop__products-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 36em) {
  .woo-shop__products-grid {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
@media (min-width: 48em) {
  .woo-shop__products-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3rem;
  }
}
@media (min-width: 64em) {
  .woo-shop__products-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 80em) {
  .woo-shop__products-grid {
    row-gap: 5rem;
  }
}
.woo-shop__sale {
  padding-top: 0;
}
.woo-shop__pagination .page-numbers {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.woo-shop__pagination .page-numbers a,
.woo-shop__pagination .page-numbers span {
  text-decoration: none;
  color: #231f20;
  font-weight: 400;
}
.woo-shop__pagination .page-numbers a.current, .woo-shop__pagination .page-numbers a:hover,
.woo-shop__pagination .page-numbers span.current,
.woo-shop__pagination .page-numbers span:hover {
  color: #a06c4f;
}
.woo-shop__pagination .page-numbers a.current,
.woo-shop__pagination .page-numbers span.current {
  font-weight: 700;
}
.woo-shop__pagination .pagination-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.woo-shop .add_to_cart_button:hover {
  -webkit-animation: bounce 1.1s forwards;
          animation: bounce 1.1s forwards;
}

.archive .woo-shop__products-grid,
.page-template-wc-page-all-items .woo-shop__products-grid {
  padding-bottom: 4rem;
}
@media (min-width: 64em) {
  .archive .woo-shop__products-grid,
  .page-template-wc-page-all-items .woo-shop__products-grid {
    padding-bottom: 6rem;
  }
}
.archive .woo-shop__pagination,
.page-template-wc-page-all-items .woo-shop__pagination {
  padding-bottom: 6rem;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  60% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  60% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
/**
 * Single Product Page
 */
.wc-custom-single-product__breadcrumb {
  background-color: rgba(215, 196, 183, 0.15);
  padding: 2rem 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #a06c4f;
}
.wc-custom-single-product__breadcrumb a {
  color: #231f20;
  text-decoration: none;
}
.wc-custom-single-product__breadcrumb a:hover {
  text-decoration: underline;
}
.wc-custom-single-product__grid {
  padding: 5rem 0 6rem;
}
@media (min-width: 64em) {
  .wc-custom-single-product__grid-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media (min-width: 80em) {
  .wc-custom-single-product__grid-wrapper {
    -webkit-column-gap: 6.5rem;
       -moz-column-gap: 6.5rem;
            column-gap: 6.5rem;
  }
}
.wc-custom-single-product__gallery {
  position: relative;
}
.wc-custom-single-product__gallery .woocommerce-product-gallery {
  width: 100%;
}
@media (min-width: 48em) {
  .wc-custom-single-product__gallery .woocommerce-product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wc-custom-single-product__gallery .woocommerce-product-gallery__image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wc-custom-single-product__gallery .flex-control-thumbs {
  list-style: none;
}
@media (max-width: 47.99em) {
  .wc-custom-single-product__gallery .flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
@media (min-width: 48em) {
  .wc-custom-single-product__gallery .flex-control-thumbs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 9rem;
    grid-template-columns: 9rem;
    grid-auto-rows: 9rem;
    row-gap: 2.5rem;
  }
}
.wc-custom-single-product__gallery .flex-control-thumbs li {
  background: #ffffff;
  border: 0.1rem solid rgba(179, 179, 179, 0.6);
  border-radius: 0.3rem;
  width: 100% !important;
}
@media (max-width: 47.99em) {
  .wc-custom-single-product__gallery .flex-control-thumbs li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 9.5rem;
  }
}
.wc-custom-single-product__gallery .flex-control-thumbs li:has(> img.flex-active) {
  border: 0.2rem solid #a06c4f;
}
.wc-custom-single-product__gallery .flex-control-thumbs li img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wc-custom-single-product__gallery .flex-active-slide {
  height: 35rem;
}
@media (min-width: 80em) {
  .wc-custom-single-product__gallery .flex-active-slide {
    height: 54.5rem !important;
  }
}
.wc-custom-single-product__gallery .flex-active-slide a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wc-custom-single-product__gallery .flex-active-slide a img {
  width: auto;
  height: 88%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 64em) {
  .wc-custom-single-product__gallery .flex-active-slide a img {
    height: 90%;
    max-width: 90%;
  }
}
.wc-custom-single-product__gallery .flex-viewport {
  margin: auto !important;
  background-color: #ffffff;
  height: 28rem;
  width: 28rem;
}
@media (min-width: 24.375em) {
  .wc-custom-single-product__gallery .flex-viewport {
    height: 35rem;
    width: 35rem;
  }
}
@media (min-width: 80em) {
  .wc-custom-single-product__gallery .flex-viewport {
    height: 54.5rem !important;
    width: 54.5rem;
  }
}
.wc-custom-single-product__brand a {
  text-decoration: none;
  color: #757575;
  font-weight: 600;
}
@media (max-width: 63.99em) {
  .wc-custom-single-product__brand a {
    font-size: 1.4rem;
  }
}
.wc-custom-single-product__title {
  color: #231f20 !important;
  padding: 1.5rem 0;
}
@media (max-width: 63.99em) {
  .wc-custom-single-product__title {
    text-align: left;
    padding: 1rem 0;
  }
}
.wc-custom-single-product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.wc-custom-single-product__price span {
  font-weight: 700;
}
.wc-custom-single-product__price--current {
  font-size: 2.4rem;
  color: #a06c4f;
}
@media (min-width: 64em) {
  .wc-custom-single-product__price--current {
    font-size: 3.2rem;
  }
}
.wc-custom-single-product__price--old {
  font-style: 1.6rem;
  padding-top: 0.25rem;
}
.wc-custom-single-product__price--range span {
  font-weight: 600;
}
.wc-custom-single-product__price--variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.wc-custom-single-product__price .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.wc-custom-single-product__excerpt {
  padding: 1.5rem 0 2.5rem;
}
@media (min-width: 64em) {
  .wc-custom-single-product__excerpt {
    padding: 3rem 0;
  }
}
.wc-custom-single-product__tabs {
  padding-bottom: 3.5rem;
}
@media (min-width: 64em) {
  .wc-custom-single-product__tabs {
    padding-bottom: 8.5rem;
  }
}
.wc-custom-single-product__tabs ul {
  padding-left: 2.5rem;
}
.wc-custom-single-product__tabs .wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 48em) {
  .wc-custom-single-product__tabs .wc-tabs {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wc-custom-single-product__tabs .wc-tabs:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: rgba(179, 179, 179, 0.6);
    z-index: -1;
  }
}
@media (max-width: 47.99em) {
  .wc-custom-single-product__tabs .wc-tabs li {
    border-bottom: 0.2rem solid rgba(179, 179, 179, 0.6);
  }
}
.wc-custom-single-product__tabs .wc-tabs li a {
  padding: 1rem 1rem 1rem 0 !important;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.6rem;
  color: #757575;
}
@media (min-width: 64em) {
  .wc-custom-single-product__tabs .wc-tabs li a {
    padding: 1.5rem 3rem !important;
    font-weight: 500;
    font-size: 1.8rem;
  }
}
.wc-custom-single-product__tabs .wc-tabs li:hover, .wc-custom-single-product__tabs .wc-tabs li.active {
  border-bottom: 0.2rem solid #a06c4f;
}
.wc-custom-single-product__tabs .woocommerce-Tabs-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 64em) {
  .wc-custom-single-product__tabs .woocommerce-Tabs-panel {
    padding: 0 3rem;
  }
}
.wc-custom-single-product__meta {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.wc-custom-single-product__meta p {
  font-size: 1.4rem;
  font-weight: 500;
}
.wc-custom-single-product__meta .in-stock {
  color: rgb(71, 134, 30);
}
.wc-custom-single-product__meta .delivery-details {
  color: #a06c4f;
}
.wc-custom-single-product__attributes .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wc-custom-single-product__attributes .cart .stock {
  display: none;
}
@media (max-width: 24.365em) {
  .wc-custom-single-product__attributes .cart .wc-custom-quantity .qty-plus,
  .wc-custom-single-product__attributes .cart .wc-custom-quantity .qty-minus {
    width: 3rem;
  }
}
@media (max-width: 24.365em) {
  .wc-custom-single-product__attributes .cart .btn-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 24.365em) {
  .wc-custom-single-product .single_variation_wrap .wc-custom-quantity {
    margin-right: 0.5rem !important;
  }
  .wc-custom-single-product .single_variation_wrap .btn-primary {
    padding: 1.5rem !important;
  }
}

.wc-custom-quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-right: 2rem;
}
.wc-custom-quantity button {
  color: #231f20;
  width: 4rem;
  height: 5rem;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(179, 179, 179, 0.15);
}
.wc-custom-quantity .quantity input {
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  font-weight: 600;
  width: 5rem;
  height: 5rem;
  text-align: center;
  border: none;
  -moz-appearance: textfield;
  background-color: rgba(179, 179, 179, 0.15);
}
.wc-custom-quantity .quantity input::-webkit-outer-spin-button, .wc-custom-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wc-custom-onsale {
  font-size: 2rem;
  font-weight: 700;
  color: #a06c4f;
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 2;
}
@media (min-width: 48em) {
  .wc-custom-onsale {
    left: 13.5rem;
    top: 0;
  }
}
@media (min-width: 64em) {
  .wc-custom-onsale {
    font-size: 2.2rem;
  }
}

.wc-custom-variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  padding-bottom: 2.5rem !important;
}
@media (min-width: 64em) {
  .wc-custom-variations {
    row-gap: 1.5rem;
    padding-bottom: 4rem !important;
  }
}
.wc-custom-variations .variation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}
.wc-custom-variations__name {
  font-weight: 700;
  color: #231f20;
}
.wc-custom-variations__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.wc-custom-variations .reset_variations {
  margin: auto;
}
.wc-custom-variations #pa_material + .variation-radio-group .variation-radio.disabled {
  opacity: 1 !important;
}
.wc-custom-variations #pa_material + .variation-radio-group [name=attribute_pa_material] {
  display: none;
}
.wc-custom-variations #pa_material + .variation-radio-group [name=attribute_pa_material] + span {
  color: #757575;
}

.variation-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.variation-radio.disabled {
  opacity: 0.5;
  pointer-events: none;
  color: red;
}
.variation-radio.color-swatch {
  display: inline-block;
}
.variation-radio.color-swatch input[type=radio] {
  display: none;
}
.variation-radio.color-swatch .swatch {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.variation-radio.color-swatch input:checked + .swatch {
  border: 0.4rem solid #a06c4f;
}
.variation-radio.color-swatch input:checked + .swatch:after {
  content: "";
  position: absolute;
  height: 99%;
  width: 99%;
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.variation-radio.color-swatch.disabled .swatch {
  opacity: 0.5;
  cursor: not-allowed;
}
.variation-radio.size-swatch {
  display: inline-block;
}
.variation-radio.size-swatch input[type=radio] {
  display: none;
}
.variation-radio.size-swatch .swatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  border: 0.2rem solid #b3b3b3;
  background-color: rgba(243, 243, 243, 0.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.2rem;
  cursor: pointer;
  font-weight: 700;
}
@media (min-width: 64em) {
  .variation-radio.size-swatch .swatch {
    width: 4rem;
    height: 4rem;
  }
}
.variation-radio.size-swatch input:checked + .swatch {
  border-color: #a06c4f;
  background: rgba(215, 196, 183, 0.15);
}
.variation-radio.size-swatch.disabled .swatch {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: line-through;
}

.wc-custom-additional-info {
  list-style: none;
}
.wc-custom-additional-info li:not(:last-child) {
  padding-bottom: 0.5rem;
}

.wc-custom-related {
  padding-bottom: 6rem;
}
.wc-custom-related__title {
  padding-bottom: 5rem;
}

/**
 * Cart
 */
.custom-cart__wrapper {
  padding: 5rem 0;
}
@media (min-width: 64em) {
  .custom-cart__wrapper {
    padding: 6rem 0;
  }
}
.custom-cart__wrapper .wc-block-cart {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-cart__wrapper .wc-block-cart-item__product .wc-block-components-sale-badge {
  display: none;
}
.custom-cart__wrapper .wc-block-cart-item__image a {
  display: block;
  border: 0.1rem #b3b3b3 solid;
  border-radius: 0.2rem;
  padding: 0.5rem;
  border-radius: 0.2rem;
  aspect-ratio: 1/1;
}
.custom-cart__wrapper .wc-block-cart-item__image a img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.custom-cart__wrapper .wc-block-cart-item__wrap > div {
  margin-bottom: 0 !important;
}
.custom-cart__wrapper .wc-block-cart__submit-button {
  text-decoration: none;
  background-color: #a06c4f;
  color: #ffffff;
  border: 0.1rem #a06c4f solid;
  border-radius: 0.2rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.custom-cart__wrapper .wc-block-cart__submit-button:hover {
  background-color: #ffffff;
  color: #a06c4f;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.custom-cart__wrapper .wc-block-components-product-metadata__description {
  display: none;
}
.custom-cart__wrapper .wc-block-components-product-name {
  font-weight: 400;
  color: #231f20;
  text-decoration: none;
  font-family: "Baskervville", serif;
  font-size: 1.8rem;
}
@media (min-width: 64em) {
  .custom-cart__wrapper .wc-block-components-product-name {
    font-size: 2.2rem;
  }
}
@media (min-width: 90em) {
  .custom-cart__wrapper .wc-block-components-product-name {
    font-size: 3.2rem;
  }
}
.custom-cart__wrapper .wc-block-components-product-price__value {
  font-size: 1.6rem;
  font-weight: 500;
  color: #a06c4f;
}
@media (min-width: 64em) {
  .custom-cart__wrapper .wc-block-components-product-price__value {
    font-size: 2rem;
  }
}
@media (min-width: 90em) {
  .custom-cart__wrapper .wc-block-components-product-price__value {
    font-size: 2.4rem;
  }
}
.custom-cart__wrapper .wc-block-components-product-details__value {
  color: #757575;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 80em) {
  .custom-cart__wrapper .wc-block-components-product-details__value {
    font-size: 1.6rem;
  }
}
.custom-cart__wrapper .wc-block-components-quantity-selector {
  background-color: rgba(179, 179, 179, 0.15);
}
.custom-cart__wrapper .wc-block-components-sidebar {
  height: 100%;
}
@media (max-width: 47.99em) {
  .custom-cart__wrapper .wp-block-woocommerce-cart-items-block, .custom-cart__wrapper .wp-block-woocommerce-cart-totals-block {
    width: 100% !important;
  }
}
@media (min-width: 48em) {
  .custom-cart__wrapper .wp-block-woocommerce-cart-items-block, .custom-cart__wrapper .wp-block-woocommerce-cart-totals-block {
    width: 49% !important;
  }
}
@media (min-width: 80em) {
  .custom-cart__wrapper .wp-block-woocommerce-cart-items-block, .custom-cart__wrapper .wp-block-woocommerce-cart-totals-block {
    width: 47% !important;
  }
}
.custom-cart__wrapper .wp-block-woocommerce-cart-totals-block {
  background-color: rgba(215, 196, 183, 0.15);
}
@media (max-width: 79.99em) {
  .custom-cart__wrapper .wp-block-woocommerce-cart-totals-block {
    padding: 2rem !important;
  }
}
@media (min-width: 80em) {
  .custom-cart__wrapper .wp-block-woocommerce-cart-totals-block {
    padding: 3.2rem 4.8rem;
  }
}
@media (min-width: 48em) {
  .custom-cart__wrapper .wp-block-woocommerce-cart-items-block {
    padding: 2rem 0;
  }
}
@media (min-width: 80em) {
  .custom-cart__wrapper .wp-block-woocommerce-cart-items-block {
    padding: 3.2rem 2rem;
  }
}
.custom-cart__wrapper .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-radio-control__input {
  border-color: #a06c4f !important;
}
.custom-cart__wrapper .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-radio-control__input::before {
  background-color: #a06c4f !important;
}

/**
 * Filters
 */
.woo-shop__title {
  padding-top: 4rem;
}
@media (min-width: 64em) {
  .woo-shop__title {
    padding-top: 6rem;
  }
}
@media (min-width: 36em) {
  .woo-shop .custom-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    row-gap: 3rem;
  }
}
@media (min-width: 64em) {
  .woo-shop .custom-filters {
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
  }
}
.woo-shop .custom-filters__wrapper {
  display: none;
}
.woo-shop .custom-select-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
  border-bottom: 0.1rem solid #b3b3b3;
}
@media (min-width: 36em) {
  .woo-shop .custom-select-wrapper {
    width: 11rem;
    border-bottom: none;
  }
}
@media (min-width: 64em) {
  .woo-shop .custom-select-wrapper {
    width: 23rem;
  }
}
.woo-shop .custom-select-wrapper::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  height: 0.8rem;
  width: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background: url("../images/icons/arrow-down.svg") center center/contain no-repeat;
}
.woo-shop .custom-select-wrapper.open .custom-options {
  display: block;
}
.woo-shop .custom-select-trigger {
  padding: 1rem 0;
  position: relative;
  color: #231f20;
  font-size: 1.6rem;
  font-weight: 400;
}
.woo-shop .custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  border: 0.05rem solid rgba(179, 179, 179, 0.6);
}
.woo-shop .custom-options__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woo-shop .custom-option {
  padding: 1rem 2rem;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: relative;
  display: block;
}
.woo-shop .custom-option:hover, .woo-shop .custom-option.selected {
  background-color: rgba(160, 108, 79, 0.15);
}
.woo-shop .custom-option:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 0.05rem;
  background-color: rgba(179, 179, 179, 0.6);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.woo-shop .custom-option span {
  display: block;
}
.woo-shop .custom-reset {
  background: none;
  color: #a06c4f;
  text-decoration: underline;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
}
@media (max-width: 35.99em) {
  .woo-shop .custom-reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3rem auto 0;
  }
}

.show-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 64em) {
  .show-filters {
    row-gap: 4rem;
    padding-bottom: 5rem;
  }
}
.show-filters__wrapper {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.show-filters__wrapper span {
  font-size: 1.6rem;
  color: #231f20;
  font-weight: 400;
}
.show-filters__wrapper img {
  height: 2rem;
  aspect-ratio: 1/1;
}

.active-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.active-filters__title {
  padding: 5rem 3rem 0 0;
  color: #a06c4f;
}
.active-filters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.8rem;
  background-color: rgba(160, 108, 79, 0.15);
  border-radius: 2rem;
  font-size: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.7rem;
     -moz-column-gap: 0.7rem;
          column-gap: 0.7rem;
  border: 0.05rem solid rgba(179, 179, 179, 0.6);
}
.active-filters__remove {
  font-weight: 600;
  font-size: 1.6rem;
  cursor: pointer;
}

/**
 * Gift card
 */
.product-gift-card .custom-select-wrapper {
  border: 0.1rem solid rgba(179, 179, 179, 0.6);
  width: 22rem;
  cursor: pointer;
  position: relative;
}
.product-gift-card .custom-select-trigger {
  padding: 1.2rem 1.6rem;
  position: relative;
}
.product-gift-card .custom-select-trigger::after {
  position: absolute;
  content: "";
  right: 1rem;
  top: 0;
  height: 100%;
  width: 1rem;
  z-index: 1;
  background: url("../images/icons/arrow-down.svg") no-repeat center/contain;
}
.product-gift-card .custom-options {
  display: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: translateX(-0.1rem);
          transform: translateX(-0.1rem);
  z-index: 2;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 15rem;
  overflow-y: auto;
  border-left: 0.1rem solid rgba(179, 179, 179, 0.6);
  border-right: 0.1rem solid rgba(179, 179, 179, 0.6);
  border-bottom: 0.1rem solid rgba(179, 179, 179, 0.6);
}
.product-gift-card .custom-option {
  background-color: #ffffff;
  padding: 1.2rem 1.6rem;
}
.product-gift-card .custom-option:hover, .product-gift-card .custom-option.selected {
  background-color: #a06c4f;
  color: #ffffff;
}
.product-gift-card .wc-custom-single-product__tabs {
  display: none;
}
.product-gift-card .wc-custom-single-product__meta {
  display: none;
}
.product-gift-card .wc-custom-variations {
  padding: 0 !important;
}
.product-gift-card .wc-custom-variations__name {
  display: none;
}
.product-gift-card .wc-custom-variations__value {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.product-gift-card .reset_variations {
  margin-left: 1.5rem;
}
.product-gift-card textarea {
  border: 0.1rem solid rgba(179, 179, 179, 0.6);
}
.product-gift-card form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.product-gift-card .cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.product-gift-card .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 3rem;
}
@media (max-width: 47.99em) {
  .product-gift-card .woocommerce-variation-add-to-cart {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 64em) {
  .product-gift-card .woocommerce-variation-add-to-cart {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product-gift-card .woocommerce-product-gallery {
  height: 100%;
  width: 100%;
}
.product-gift-card .woocommerce-product-gallery__wrapper {
  width: 100%;
}
.product-gift-card .woocommerce-product-gallery__image {
  width: 100%;
  height: 100%;
  display: unset !important;
}
.product-gift-card .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-gift-card .giftcard-fields {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-gift-card .giftcard-fields .title-woocommerce {
  padding-bottom: 2rem;
}
.product-gift-card .giftcard-fields .title-woocommerce,
.product-gift-card .giftcard-fields #giftcard_message_field {
  width: 100%;
}
.product-gift-card .giftcard-fields #giftcard_recipient_name_field,
.product-gift-card .giftcard-fields #giftcard_recipient_email_field {
  width: 100%;
}
@media (min-width: 48em) {
  .product-gift-card .giftcard-fields #giftcard_recipient_name_field,
  .product-gift-card .giftcard-fields #giftcard_recipient_email_field {
    width: 48%;
  }
}

/**
 * Thank you
 */
.wc-custom-thankyou__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5rem;
}
@media (min-width: 48em) {
  .wc-custom-thankyou__wrapper {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 80em) {
  .wc-custom-thankyou__wrapper {
    padding-top: 8.5rem;
  }
}
@media (max-width: 47.99em) {
  .wc-custom-thankyou__wrapper {
    row-gap: 5rem;
  }
}
.wc-custom-thankyou .title_small {
  padding-bottom: 1.5rem;
  color: #231f20;
}
@media (min-width: 48em) {
  .wc-custom-thankyou .title_small {
    padding-bottom: 2rem;
  }
}
@media (min-width: 80em) {
  .wc-custom-thankyou .title_small {
    padding-bottom: 3rem;
  }
}
.wc-custom-thankyou .details-wrapper {
  border-top: 0.1rem solid rgba(179, 179, 179, 0.6);
  padding-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  row-gap: 2rem;
}
@media (min-width: 48em) {
  .wc-custom-thankyou .details-wrapper {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 80em) {
  .wc-custom-thankyou .details-wrapper {
    grid-auto-flow: column;
    -ms-grid-rows: (1fr)[4];
    grid-template-rows: repeat(4, 1fr);
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
  .wc-custom-thankyou .details-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wc-custom-thankyou .details-wrapper > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wc-custom-thankyou .details-wrapper > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wc-custom-thankyou .details-wrapper > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
.wc-custom-thankyou .details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 47.99em) {
  .wc-custom-thankyou .details-item {
    text-align: center;
  }
}
.wc-custom-thankyou .details-item span {
  color: #757575;
  font-size: 1.6rem;
  font-weight: 400;
}
.wc-custom-thankyou .details-item span:first-child {
  text-transform: uppercase;
  font-weight: 500;
  color: #231f20;
}
.wc-custom-thankyou .pickup .title_large {
  padding: 5rem 0 2.5rem;
}
@media (min-width: 48em) {
  .wc-custom-thankyou .pickup .title_large {
    padding: 7rem 0 3.5rem;
  }
}
@media (min-width: 90em) {
  .wc-custom-thankyou .pickup .title_large {
    padding: 12rem 0 5rem;
  }
}
.wc-custom-thankyou .pickup__map {
  height: 45rem;
}
@media (min-width: 80em) {
  .wc-custom-thankyou .pickup__map {
    height: 42rem;
  }
}
.wc-custom-thankyou .pickup__map img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.order-summary {
  background-color: rgba(215, 196, 183, 0.15);
  padding: 2rem 1.5rem;
}
@media (min-width: 64em) {
  .order-summary {
    padding: 3rem 4.5rem;
  }
}
@media (min-width: 80em) {
  .order-summary {
    width: 59.5rem;
  }
}
.order-summary__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid rgba(179, 179, 179, 0.6);
  margin-top: 2rem;
}
@media (min-width: 64em) {
  .order-summary__total {
    padding-top: 2.5rem;
  }
}
.order-summary__total span {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #a06c4f;
}
@media (min-width: 64em) {
  .order-summary__total span {
    font-size: 2.6rem;
  }
}
@media (min-width: 90em) {
  .order-summary__total span {
    font-size: 3rem;
  }
}
.order-details {
  padding: 2rem 1.5rem;
  border: 0.1rem solid rgba(179, 179, 179, 0.6);
}
@media (min-width: 64em) {
  .order-details {
    padding: 3rem 4.5rem;
  }
}
@media (max-width: 47.99em) {
  .order-details .title_small {
    text-align: center;
  }
}
.order-number {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  display: block;
  padding-top: 2rem;
}
@media (min-width: 48em) {
  .order-number {
    font-size: 2.2rem;
  }
}
@media (min-width: 80em) {
  .order-number {
    font-size: 2.4rem;
  }
}
@media (min-width: 90em) {
  .order-number {
    font-size: 2.8rem;
  }
}
.order-qty {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.7rem;
  height: 1.7rem;
  font-size: 1.2rem;
  font-weight: 700;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: #d7c4b7;
  text-align: center;
  line-height: 135%;
}
@media (min-width: 80em) {
  .order-qty {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.6rem;
  }
}
.order-items {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
.order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 64em) {
  .order-item {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.order-item__img {
  position: relative;
}
.order-item__img .img-wrapper {
  border-radius: 0.4rem;
  border: 0.1rem solid rgba(179, 179, 179, 0.6);
  width: 8.5rem;
  height: 8.5rem;
  overflow: hidden;
}
@media (min-width: 64em) {
  .order-item__img .img-wrapper {
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 90em) {
  .order-item__img .img-wrapper {
    width: 11rem;
    height: 11rem;
  }
}
.order-item__img .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.3rem;
}
.order-item__price {
  color: #a06c4f;
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  line-height: 150%;
}
@media (min-width: 64em) {
  .order-item__price {
    font-size: 2rem;
  }
}
@media (min-width: 90em) {
  .order-item__price {
    font-size: 2.4rem;
  }
}
.order-item__brand {
  display: inline-block;
  font-weight: 400;
  font-size: 1.4rem;
  color: #757575;
}
@media (min-width: 90em) {
  .order-item__brand {
    font-size: 1.6rem;
  }
}

/**
 * View Order
 */
.woocommerce-MyAccount-content .woocommerce-customer-details {
  padding-top: 5rem;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.woocommerce-MyAccount-content .woocommerce-column__title {
  padding-bottom: 1rem;
}
.woocommerce-MyAccount-content .woocommerce-table--order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-MyAccount-content .woocommerce-order-details {
  padding-top: 2rem;
}
.woocommerce-MyAccount-content .woocommerce-table__product-name, .woocommerce-MyAccount-content .woocommerce-table__product-table {
  font-size: 1.8rem;
}
@media (min-width: 64em) {
  .woocommerce-MyAccount-content .woocommerce-table__product-name, .woocommerce-MyAccount-content .woocommerce-table__product-table {
    font-size: 2rem;
  }
}
.woocommerce-MyAccount-content .wc-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.3rem;
}
.woocommerce-MyAccount-content .wc-item-meta-label {
  font-weight: 600;
}
.woocommerce-MyAccount-content .wc-item-meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
}

.order-info {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-style: italic;
}
.order-info span {
  font-weight: 600;
}
.order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 1.5rem;
  padding: 1rem;
}
@media (min-width: 48em) {
  .order-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem;
  }
}
.order-item-main > span {
  font-weight: 700;
}
.order-item-price {
  font-weight: 600;
}
@media (max-width: 47.99em) {
  .order-item-price {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}
.order-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.order-items-container a {
  text-decoration: none;
}
.order-actions-container {
  margin-top: 2rem;
}
.order-actions-heading {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.order-actions-buttons a {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  background-color: #333;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.order-actions-buttons a:hover {
  background-color: #555;
}
.order-totals-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
  padding-top: 2rem;
}
.order-total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-total-label {
  font-weight: 600;
}
.order-total-value {
  font-weight: 400;
}
.order-customer-note {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.order-customer-note .note-label {
  font-weight: 600;
}
.order-customer-note .note-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page-id-49 .order-item:nth-child(even) {
  background-color: rgba(215, 196, 183, 0.15) !important;
}
.page-id-49 .woocommerce-orders-table__cell-order-actions > a:not(:last-child) {
  display: inline-block !important;
  margin-right: 1rem !important;
}