/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Alerts
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Alerts
--------------------------------------------------------------*/
.woocommerce-message {
  background-color: #335045;
  border-top: 0;
  color: #FFF;
}

.woocommerce-error,
.wc-block-store-notice {
  background-color: #b21c0c;
  border-top: 0;
  color: #FFF;
}

body.single-product #wc_bis_product_form input {
  border-color: #FFF;
  margin-bottom: 20px;
}
body.single-product #wc_bis_product_form input::placeholder {
  color: #FFF;
  opacity: 1;
}
body.single-product #wc_bis_product_form button.wc_bis_send_form {
  margin: unset !important;
}

#wc_bis_product_form,
#wc_bis_already_registered {
  background-color: rgba(51, 80, 69, 0.9);
  border: 3px solid #335045;
  padding: 30px;
  color: #FFF;
}
#wc_bis_product_form span,
#wc_bis_product_form p,
#wc_bis_already_registered span,
#wc_bis_already_registered p {
  color: #FFF;
}
#wc_bis_product_form #wc_bis_send_form,
#wc_bis_already_registered #wc_bis_send_form {
  background-color: transparent !important;
  border: 1px solid #FFF !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  display: block;
  margin: auto;
}
#wc_bis_product_form #wc_bis_send_form:hover,
#wc_bis_already_registered #wc_bis_send_form:hover {
  background-color: #a8966c !important;
  border: 1px solid #a8966c !important;
}
#wc_bis_product_form .woocommerce-info,
#wc_bis_already_registered .woocommerce-info {
  background-color: transparent;
  border-color: transparent;
  padding: 0px 0px 0px 18px !important;
  color: #FFF;
  margin: 0;
}
#wc_bis_product_form .woocommerce-info:before,
#wc_bis_already_registered .woocommerce-info:before {
  color: #FFF;
  top: 0px;
  left: -15px;
}
#wc_bis_product_form .woocommerce-info a,
#wc_bis_already_registered .woocommerce-info a {
  text-decoration: underline;
  color: #FFF;
}
#wc_bis_product_form .woocommerce-info a:hover,
#wc_bis_already_registered .woocommerce-info a:hover {
  text-decoration: none;
}

.woocommerce-error:before {
  color: #FFF;
}
.woocommerce-error .button.wc-forward {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 400;
}
.woocommerce-error .button.wc-forward:hover {
  background-color: #a8966c;
  border: 1px solid #a8966c;
  color: #FFF;
}

.woocommerce-message {
  background-color: #335045;
  border-top: 0;
  color: #FFF;
}
.woocommerce-message .button.wc-forward {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 400;
}
.woocommerce-message .button.wc-forward:hover {
  background-color: #a8966c;
  border: 1px solid #a8966c;
  color: #FFF;
}
.woocommerce-message:before {
  color: #FFF;
}

.woocommerce-info,
.woocommerce-Message {
  border-top: 0;
  color: #FFF;
  background-color: #a8966c;
}
.woocommerce-info:before,
.woocommerce-Message:before {
  color: #f2efe9;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  #wc_bis_product_form, #wc_bis_already_registered {
    padding: 25px;
  }
}
@media screen and (max-width: 1400px) {
  #wc_bis_product_form, #wc_bis_already_registered {
    padding: 22px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Product single
2. Responsive
--------------------------------------------------------------*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled] {
  height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: unset;
  font-size: 16px;
  font-weight: normal;
  opacity: 1;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #FFF;
  color: #393633;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.sd-buy-now-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled.sd-buy-now-button {
  background-color: #335045;
  border: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.sd-buy-now-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled.sd-buy-now-button:hover {
  background-color: #a8966c;
  color: #FFF;
}

/*--------------------------------------------------------------
1. Product single
--------------------------------------------------------------*/
.single-product .site-content .vc_row.product-header {
  padding-top: 150px;
}
.single-product .site-content .stock.out-of-stock {
  color: #FFF;
}
.single-product .site-content .product-header:after {
  content: "";
  position: absolute;
  display: block !important;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  z-index: 9;
}
.single-product .site-content p.price {
  position: relative;
  font-size: 30px;
  color: #FFF;
}
.single-product .site-content p.price del {
  color: #FFF;
  font-size: 25px;
  position: relative;
  margin-right: 15px;
}
.single-product .site-content p.price ins {
  background-color: transparent;
  margin-right: 30px;
  color: #FFF;
  font-size: 30px;
}
.single-product .site-content p.price span.sale {
  transform: translate(-18px, -5px) !important;
  background-color: #b21c0c;
  text-transform: uppercase;
  display: inline-flex;
  padding: 5px 10px;
  font-size: 12px;
  color: #FFF;
  margin: auto 0;
  height: 25px;
  line-height: 17px;
}
.single-product .site-content .woocommerce-variation-price,
.single-product .site-content .reset_variations {
  display: none !important;
}
.single-product .site-content .woocommerce-variation-availability .stock {
  color: #FFF;
  margin-bottom: 30px;
}
.single-product .site-content .woocommerce-variation-availability .stock.in-stock {
  display: none !important;
}
.single-product .site-content .custom-radio-variations label {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 0;
}
.single-product .site-content .custom-radio-variations .variation-group__label {
  font-weight: 500;
  margin-bottom: 15px;
}
.single-product .site-content .custom-radio-variations .variation-group__options {
  margin-bottom: 30px;
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
}
.single-product .site-content .custom-radio-variations .variation-group__options label {
  min-width: 120px;
}
.single-product .site-content .custom-radio-variations .variation-group__options label span {
  padding: 0 10px;
}
.single-product .site-content .custom-radio-variations .variation-group__options label span span {
  padding: 0;
}
.single-product .site-content .custom-radio-variations .variation-group__options label input {
  display: none;
}
.single-product .site-content .custom-radio-variations .variation-group__options label > span {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 18px;
  border: 1px solid #FFF;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.single-product .site-content .custom-radio-variations .variation-group__options label > span span {
  font-size: 14px;
  margin-left: 5px;
}
.single-product .site-content .custom-radio-variations .variation-group__options label > span:hover,
.single-product .site-content .custom-radio-variations .variation-group__options label input:checked + span {
  background-color: #FFF;
  color: #393633;
}
.single-product .site-content .product_meta {
  display: none;
}
.single-product .site-content .woocommerce-variation-add-to-cart {
  font-size: 0;
}
.single-product .site-content .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}
.single-product .site-content .woocommerce-variation-add-to-cart .quantity input {
  border: 1px solid #FFF !important;
}
.single-product .site-content .woocommerce-variation-add-to-cart .sd-buy-now-button {
  margin-right: 10px;
}
.single-product .site-content .quantity input {
  border: 1px solid #FFF;
  margin-bottom: 30px;
  width: 90px;
  color: #FFF;
}
.single-product .site-content p.stock.in-stock {
  display: none;
  color: #FFF;
}
.single-product .site-content .sd-woocommerce-slider .tns-outer,
.single-product .site-content .sd-woocommerce-slider .tns-ovh {
  max-width: 570px !important;
  width: 570px !important;
}
.single-product .site-content .sd-woocommerce-slider {
  position: relative;
  max-width: 570px !important;
  width: 570px !important;
  margin-left: 100px;
}
.single-product .site-content .sd-woocommerce-slider .visually-hidden {
  display: none;
}
.single-product .site-content .sd-woocommerce-slider .sd-main-slider {
  margin-top: 60px;
  margin-bottom: 16px;
}
.single-product .site-content .sd-woocommerce-slider .sd-main-slider .slide {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.single-product .site-content .sd-woocommerce-slider .sd-main-slider .slide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 570px;
}
.single-product .site-content .sd-woocommerce-slider .sd-main-slider img {
  display: block;
  max-width: 570px;
  min-width: 570px;
  max-height: 570px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.single-product .site-content .sd-woocommerce-slider .sd-thumbnail-slider-wrap {
  position: relative;
  overflow: hidden;
}
.single-product .site-content .sd-woocommerce-slider .nav-buttons {
  position: absolute;
  top: 50%;
  left: -100px;
  right: -100px;
  z-index: 5;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.single-product .site-content .sd-woocommerce-slider .nav-buttons .button.button-prev svg {
  transform: rotate(180deg);
}
.single-product .site-content .sd-woocommerce-slider .nav-buttons .button {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #FFF;
}
.single-product .site-content .sd-woocommerce-slider .nav-buttons .button svg {
  width: 100%;
  height: 100%;
}
.single-product .site-content .sd-woocommerce-slider .tns-nav,
.single-product .site-content .sd-woocommerce-slider .tns-nav-active,
.single-product .site-content .sd-woocommerce-slider button[data-nav] {
  display: none !important;
}
.single-product .site-content .sd-thumbnail-slider-wrap {
  width: 100%;
}
.single-product .site-content .sd-thumbnail-slider-wrap .sd-thumbnail-slider {
  margin: 0 auto;
}
.single-product .site-content .sd-thumbnail-slider-wrap .visually-hidden {
  display: none;
}
.single-product .site-content .sd-thumbnail-slider-wrap .thumb-item {
  cursor: pointer;
  transition: border-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.7;
}
.single-product .site-content .sd-thumbnail-slider-wrap .thumb-item img {
  display: block;
  width: 100%;
  height: 90px;
  padding: 10px;
  object-fit: cover;
  background-color: #FFF;
}
.single-product .site-content .sd-thumbnail-slider-wrap .thumb-item.active {
  opacity: 1;
}
.single-product .site-content .sd-thumbnail-slider-wrap .thumb-item:hover {
  opacity: 1;
}

.single-product .sd-gfield-newsletter-footer form input[type=submit] {
  letter-spacing: 0.05em;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  position: relative;
  padding: 10px 50px;
  line-height: 30px;
  font-weight: 500;
  max-width: 100%;
  font-size: 14px;
  color: #FFF;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .single-product .site-content .sd-woocommerce-slider .tns-outer, .single-product .site-content .sd-woocommerce-slider .tns-ovh {
    max-width: 473px !important;
    width: 473px !important;
  }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled] {
    height: 42px;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
  }
  .single-product .site-content .vc_row.product-header {
    padding-top: 125px;
  }
  .single-product .site-content .product-header:after {
    height: 249px;
  }
  .single-product .site-content p.price {
    font-size: 25px;
  }
  .single-product .site-content p.price del {
    font-size: 21px;
    margin-right: 12px;
  }
  .single-product .site-content p.price ins {
    margin-right: 25px;
    font-size: 25px;
  }
  .single-product .site-content p.price span.sale {
    transform: translate(-18px, -5px) !important;
    padding: 4px 8px;
    font-size: 10px;
    height: 21px;
    line-height: 14px;
  }
  .single-product .site-content .woocommerce-variation-availability .stock {
    margin-bottom: 25px;
  }
  .single-product .site-content .woocommerce-variation-availability #wc_bis_already_registered .woocommerce-info {
    padding: 12px 12px 12px 40px;
  }
  .single-product .site-content .woocommerce-variation-availability #wc_bis_already_registered .woocommerce-info:before {
    top: 12px;
    left: 12px;
  }
  .single-product .site-content .woocommerce-variation-availability #wc_bis_product_form {
    padding: 12px;
  }
  .single-product .site-content .woocommerce-variation-availability #wc_bis_product_form input {
    margin-bottom: 25px;
  }
  .single-product .site-content .woocommerce-variation-availability #wc_bis_product_form button {
    padding: 8px 42px;
    line-height: 25px;
    font-size: 12px;
  }
  .single-product .site-content .custom-radio-variations label {
    font-size: 14px;
  }
  .single-product .site-content .custom-radio-variations .variation-group__label {
    margin-bottom: 12px;
  }
  .single-product .site-content .custom-radio-variations .variation-group__options {
    margin-bottom: 25px;
    gap: 8px;
  }
  .single-product .site-content .custom-radio-variations .variation-group__options label {
    min-width: 100px;
  }
  .single-product .site-content .custom-radio-variations .variation-group__options label span {
    padding: 0 8px;
  }
  .single-product .site-content .custom-radio-variations .variation-group__options label > span {
    height: 33px;
    font-size: 15px;
  }
  .single-product .site-content .custom-radio-variations .variation-group__options label > span span {
    font-size: 12px;
    margin-left: 4px;
  }
  .single-product .site-content .woocommerce-variation-add-to-cart .sd-buy-now-button {
    margin-right: 8px;
  }
  .single-product .site-content .quantity input {
    margin-bottom: 25px;
    width: 75px;
  }
  .single-product .site-content .sd-woocommerce-slider {
    max-width: 473px !important;
    width: 473px !important;
    margin-left: 83px;
  }
  .single-product .site-content .sd-woocommerce-slider .sd-main-slider {
    margin-top: 50px;
    margin-bottom: 13px;
  }
  .single-product .site-content .sd-woocommerce-slider .sd-main-slider .slide-inner {
    min-height: 473px;
  }
  .single-product .site-content .sd-woocommerce-slider .sd-main-slider img {
    max-width: 473px;
    min-width: 473px;
    max-height: 473px;
  }
  .single-product .site-content .sd-woocommerce-slider .nav-buttons {
    left: -83px;
    right: -83px;
    padding: 0 17px;
  }
  .single-product .site-content .sd-woocommerce-slider .nav-buttons .button {
    width: 21px;
    height: 21px;
  }
  .single-product .site-content .sd-thumbnail-slider-wrap .thumb-item img {
    height: 75px;
    padding: 8px;
  }
  .single-product .sd-gfield-newsletter-footer form input[type=submit] {
    padding: 8px 42px;
    line-height: 25px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1400px) {
  .single-product .site-content .sd-woocommerce-slider .tns-outer, .single-product .site-content .sd-woocommerce-slider .tns-ovh {
    max-width: 416px !important;
    width: 416px !important;
  }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled] {
    height: 37px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .single-product .site-content .vc_row.product-header {
    padding-top: 110px;
  }
  .single-product .site-content .product-header:after {
    height: 219px;
  }
  .single-product .site-content p.price {
    font-size: 22px;
  }
  .single-product .site-content p.price del {
    font-size: 18px;
    margin-right: 11px;
  }
  .single-product .site-content p.price ins {
    margin-right: 22px;
    font-size: 22px;
  }
  .single-product .site-content p.price span.sale {
    padding: 4px 7px;
    height: 18px;
    line-height: 12px;
  }
  .single-product .site-content .woocommerce-variation-availability .stock {
    margin-bottom: 22px;
  }
  .single-product .site-content .woocommerce-variation-availability #wc_bis_already_registered .woocommerce-info {
    padding: 11px 11px 11px 35px;
  }
  .single-product .site-content .woocommerce-variation-availability #wc_bis_already_registered .woocommerce-info:before {
    top: 11px;
    left: 11px;
  }
  .single-product .site-content .woocommerce-variation-availability #wc_bis_product_form {
    padding: 11px;
  }
  .single-product .site-content .woocommerce-variation-availability #wc_bis_product_form input {
    margin-bottom: 22px;
  }
  .single-product .site-content .woocommerce-variation-availability #wc_bis_product_form button {
    padding: 7px 37px;
    line-height: 22px;
  }
  .single-product .site-content .custom-radio-variations .variation-group__label {
    margin-bottom: 11px;
  }
  .single-product .site-content .custom-radio-variations .variation-group__options {
    margin-bottom: 22px;
    gap: 7px;
  }
  .single-product .site-content .custom-radio-variations .variation-group__options label {
    min-width: 88px;
  }
  .single-product .site-content .custom-radio-variations .variation-group__options label span {
    padding: 0 7px;
  }
  .single-product .site-content .custom-radio-variations .variation-group__options label > span {
    height: 29px;
    font-size: 14px;
  }
  .single-product .site-content .woocommerce-variation-add-to-cart .sd-buy-now-button {
    margin-right: 7px;
  }
  .single-product .site-content .quantity input {
    margin-bottom: 22px;
    width: 66px;
  }
  .single-product .site-content .sd-woocommerce-slider {
    max-width: 416px !important;
    width: 416px !important;
    margin-left: 73px;
  }
  .single-product .site-content .sd-woocommerce-slider .sd-main-slider {
    margin-top: 44px;
    margin-bottom: 12px;
  }
  .single-product .site-content .sd-woocommerce-slider .sd-main-slider .slide-inner {
    min-height: 416px;
  }
  .single-product .site-content .sd-woocommerce-slider .sd-main-slider img {
    max-width: 416px;
    min-width: 416px;
    max-height: 416px;
  }
  .single-product .site-content .sd-woocommerce-slider .nav-buttons {
    left: -73px;
    right: -73px;
    padding: 0 15px;
  }
  .single-product .site-content .sd-woocommerce-slider .nav-buttons .button {
    width: 18px;
    height: 18px;
  }
  .single-product .site-content .sd-thumbnail-slider-wrap .thumb-item img {
    height: 66px;
    padding: 7px;
  }
  .single-product .sd-gfield-newsletter-footer form input[type=submit] {
    padding: 7px 37px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .single-product .site-content .sd-woocommerce-slider {
    max-width: 350px !important;
    width: 350px !important;
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .single-product .site-content .product-header .sd-woocommerce-slider .nav-buttons {
    left: -20px;
    right: -20px;
  }
  .single-product .site-content .product-header .sd-block-title h1.sd-block-title-htag {
    text-align: center;
    display: block;
  }
  .single-product .site-content .product-header .sd-block-title .sd-block-title-sub-title p {
    text-align: center;
    line-height: 21px;
    font-size: 16px;
  }
  .single-product .site-content .product-header .woocommerce-variation-availability .stock.out-of-stock {
    text-align: center;
    display: block;
    font-size: 18px;
  }
  .single-product .site-content .product-header .woocommerce-variation-add-to-cart button {
    margin-bottom: 22px;
  }
  .single-product .site-content .product-header .price {
    text-align: center;
  }
  .single-product .site-content .product-header .price span,
  .single-product .site-content .product-header .price bdi {
    line-height: 40px;
    font-size: 25px;
  }
  .single-product .site-content .product-header .sd-thumbnail-slider-wrap {
    margin-bottom: 44px;
    display: block;
  }
  .single-product .site-content .product-header .sd-thumbnail-slider-wrap #tns1-mw .sd-thumbnail-slider {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
  }
  .single-product .site-content .product-header .stock.in-stock {
    text-align: center;
    display: block;
  }
  .single-product .site-content .product-header button.single_add_to_cart_button {
    display: block;
    margin: auto;
  }
  .single-product .site-content .product-header form.cart .quantity input {
    margin: 0 auto 22px;
  }
  .single-product .site-content .product-header .sd-woocommerce-slider {
    position: relative;
    max-width: unset !important;
    width: 100% !important;
    margin-left: 0px !important;
  }
  .single-product .site-content .product-header .sd-woocommerce-slider .tns-outer {
    max-width: unset !important;
    width: 100% !important;
  }
  .single-product .site-content .product-header .sd-woocommerce-slider .tns-ovh {
    max-width: unset !important;
    width: 100% !important;
  }
  .single-product .site-content .product-header .sd-woocommerce-slider .tns-ovh .slide-inner {
    min-height: unset !important;
  }
  .single-product .site-content .product-header .sd-woocommerce-slider .tns-ovh .slide-inner img {
    max-width: 100% !important;
    min-width: unset !important;
    max-height: unset !important;
    width: auto !important;
    height: auto !important;
    object-fit: cover !important;
  }
  .single-product .site-content .product-header .sd-thumbnail-slider .thumb-item {
    aspect-ratio: 1/1;
  }
  .single-product .site-content .product-header .sd-thumbnail-slider .thumb-item img {
    height: unset;
    aspect-ratio: 1/1;
  }
  .single-product .site-content .product-header .variations_form .variation-group__label {
    text-align: center;
    display: block;
  }
  .single-product .site-content .product-header .variations_form .variation-group__options label {
    box-sizing: border-box;
    min-width: calc(33% - 4px);
  }
  .single-product .site-content .product-header .variations_form .variation-group__options label span span {
    font-size: 12px !important;
  }
  .single-product .site-content .product-header button.button.alt.sd-buy-now-button {
    margin: 0 auto 22px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Sidebar
2. Dashboard
3. Orders
4. Addresses
5. Account details
6. Login
7. Logout
8. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Sidebar
--------------------------------------------------------------*/
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wc-smart-coupons,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--store-credit {
  display: none;
}

/*--------------------------------------------------------------
2. Dashboard
--------------------------------------------------------------*/
a.woocommerce-button.order-actions-button {
  text-decoration: none !important;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
  border: 1px solid #335045;
  background-color: #335045;
  margin: 2.5px 7.5px;
  padding: 8px 20px;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  color: #FFF !important;
}
a.woocommerce-button.order-actions-button:hover {
  background-color: #a8966c !important;
  border-color: #a8966c;
}

a.woocommerce-button.order-actions-button a.button,
.woocommerce-MyAccount-orders a.button {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 1px solid #335045;
  background-color: #335045;
  margin: 2.5px 7.5px;
  padding: 8px 20px;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  color: #FFF !important;
}
a.woocommerce-button.order-actions-button a.button:hover,
.woocommerce-MyAccount-orders a.button:hover {
  background-color: #a8966c !important;
  border-color: #a8966c;
  color: #FFF;
}

.woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce-pagination a.woocommerce-button {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 1px solid #335045;
  background-color: #335045;
  padding: 8px 20px;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  color: #FFF !important;
}
.woocommerce-pagination a.woocommerce-button:hover {
  background-color: #a8966c !important;
  border-color: #a8966c;
}

body.woocommerce-account .woocommerce table.woocommerce-orders-table {
  margin-bottom: 60px;
}
body.woocommerce-account .woocommerce table.woocommerce-orders-table:last-of-type {
  margin-bottom: 0px;
}
body.woocommerce-account .woocommerce a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: underline;
  color: #393633;
}
body.woocommerce-account .woocommerce a:hover {
  text-decoration: none;
  color: #a8966c;
}

body.woocommerce-account #acfw-store-credits-my-account p a {
  display: none;
}
body.woocommerce-account #acfwf_store_credits_app table thead {
  background-color: #d3cab5;
}
body.woocommerce-account #acfwf_store_credits_app table thead tr th {
  border-bottom: 1px solid #a8966c;
  background-color: transparent;
  text-transform: uppercase;
  padding: 12px !important;
  font-weight: 500;
  font-size: 16px;
}
body.woocommerce-account #acfwf_store_credits_app table thead tr th:before {
  display: none;
}
body.woocommerce-account #acfwf_store_credits_app table tbody {
  background-color: #f2efe9;
}
/*--------------------------------------------------------------
3. Orders
--------------------------------------------------------------*/
table.shop_table {
  border: 0px solid #a8966c !important;
  border-radius: 0 !important;
}
table.shop_table thead {
  background-color: #d3cab5;
}
table.shop_table thead th {
  text-transform: uppercase;
  padding: 12px !important;
  font-size: 16px;
}
table.shop_table tbody tr {
  padding: 4px 12px;
  font-size: 16px;
}
table.shop_table tbody tr:nth-child(even) {
  background-color: #f2efe9;
}
table.shop_table tbody tr th {
  border-color: #a8966c !important;
  padding: 0px 12px !important;
  font-weight: 500 !important;
}
table.shop_table tbody tr th a {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-decoration: none !important;
  color: #393633;
}
table.shop_table tbody tr th a:hover {
  color: #a8966c;
}
table.shop_table tbody tr td {
  border-color: #a8966c !important;
  padding: 4px 12px !important;
}
table.shop_table tbody tr td a {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-decoration: underline;
  color: #393633;
}
table.shop_table tbody tr td a:hover {
  text-decoration: none;
  color: #a8966c;
}
table.shop_table tbody tr td ins {
  background-color: transparent;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody th,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody a,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody p,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody strong,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot a,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot p,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot strong {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody a.button.invoice,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot a.button.invoice {
  font-size: 14px !important;
  font-weight: 500 !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td {
  padding: 4px 12px !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td span,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td strong {
  font-weight: 400 !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr a {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-decoration: underline;
  color: #393633;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr a:hover {
  text-decoration: none;
  color: #a8966c;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot:last-of-type tr:nth-child(odd) {
  background-color: #f2efe9;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr {
  padding: 4px 12px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
  border-color: #a8966c !important;
  padding: 0px 12px !important;
  font-weight: 500 !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td {
  border-color: #a8966c !important;
  padding: 4px 12px !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td ins {
  background-color: transparent;
}

.woocommerce-customer-details .woocommerce-column {
  background-color: #f2efe9;
  padding: 30px;
}
.woocommerce-customer-details .woocommerce-column address {
  border: none;
  padding: 0;
}
.woocommerce-customer-details .woocommerce-column address .woocommerce-customer-details--phone {
  padding: 15px 0 0 30px;
  margin: 0;
}

@media (max-width: 1080px) {
  .woocommerce-MyAccount-orders a.button.invoice, .woocommerce-MyAccount-orders a.button.view {
    box-sizing: border-box;
    text-align: center;
    width: 105px;
  }
  .woocommerce-orders-table tbody tr {
    padding: 0 !important;
  }
  .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell {
    background-color: transparent !important;
  }
}
/*--------------------------------------------------------------
4. Addresses
--------------------------------------------------------------*/
.u-columns .u-column1.col-1,
.u-columns .u-column2.col-2 {
  width: calc(50% - 30px);
}

.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  background-color: #f2efe9;
  padding: 30px;
}
.u-column1.col-1.woocommerce-Address header,
.u-column2.col-2.woocommerce-Address header {
  grid-template-columns: 1fr auto;
  display: grid;
}
.u-column1.col-1.woocommerce-Address header h2,
.u-column2.col-2.woocommerce-Address header h2 {
  margin-bottom: 15px !important;
}
.u-column1.col-1.woocommerce-Address header:before, .u-column1.col-1.woocommerce-Address header:after,
.u-column2.col-2.woocommerce-Address header:before,
.u-column2.col-2.woocommerce-Address header:after {
  display: none;
}
.u-column1.col-1.woocommerce-Address address,
.u-column2.col-2.woocommerce-Address address {
  font-style: normal;
  margin-bottom: 30px;
}
.u-column1.col-1.woocommerce-Address a,
.u-column2.col-2.woocommerce-Address a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  height: fit-content;
  position: relative;
  padding-right: 16px;
  font-weight: 500;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1;
  display: block;
  color: #a8966c;
  width: fit-content;
}
.u-column1.col-1.woocommerce-Address a:after,
.u-column2.col-2.woocommerce-Address a:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.4 18.6" fill="%23a8966c"><path d="M1.1,18.6L0,17.6l8.2-8.2L0,1.1L1.1,0l9.3,9.3L1.1,18.6z"/></svg>');
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  color: #a8966c;
  margin: auto;
  height: 10px;
  width: 6px;
  content: "";
  bottom: 0;
  right: 0;
  top: 0px;
}

@media (max-width: 991px) {
  .u-column1.col-1.woocommerce-Address {
    margin-bottom: 15px;
  }
}
/*--------------------------------------------------------------
5. Account details
--------------------------------------------------------------*/
body.woocommerce-account .woocommerce form input[type=week],
body.woocommerce-account .woocommerce form input[type=url],
body.woocommerce-account .woocommerce form input[type=time],
body.woocommerce-account .woocommerce form input[type=password],
body.woocommerce-account .woocommerce form input[type=number],
body.woocommerce-account .woocommerce form input[type=color],
body.woocommerce-account .woocommerce form input[type=month],
body.woocommerce-account .woocommerce form input[type=datetime-local],
body.woocommerce-account .woocommerce form input[type=text],
body.woocommerce-account .woocommerce form input[type=email],
body.woocommerce-account .woocommerce form input[type=tel] {
  font-family: "Montserrat", sans-serif !important;
  background: transparent !important;
  border: 1px solid #a8966c !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  display: block;
  height: 50px;
  width: 100%;
}
body.woocommerce-account .woocommerce form input[type=week]:focus,
body.woocommerce-account .woocommerce form input[type=url]:focus,
body.woocommerce-account .woocommerce form input[type=time]:focus,
body.woocommerce-account .woocommerce form input[type=password]:focus,
body.woocommerce-account .woocommerce form input[type=number]:focus,
body.woocommerce-account .woocommerce form input[type=color]:focus,
body.woocommerce-account .woocommerce form input[type=month]:focus,
body.woocommerce-account .woocommerce form input[type=datetime-local]:focus,
body.woocommerce-account .woocommerce form input[type=text]:focus,
body.woocommerce-account .woocommerce form input[type=email]:focus,
body.woocommerce-account .woocommerce form input[type=tel]:focus {
  border-color: #a8966c;
}
body.woocommerce-account .woocommerce form p.woocommerce-form-row {
  margin-bottom: 0 !important;
}
body.woocommerce-account .woocommerce form .form-row label[for=mailchimp_woocommerce_is_subscribed],
body.woocommerce-account .woocommerce form .form-row label[for=mailchimp_woocommerce_is_unsubscribed],
body.woocommerce-account .woocommerce form .form-row label[for=mailchimp_woocommerce_is_transactional] {
  padding: 15px 0 0 0 !important;
  accent-color: #335045;
}
body.woocommerce-account .woocommerce form .form-row label {
  line-height: 1 !important;
}
body.woocommerce-account .woocommerce form .form-row-first,
body.woocommerce-account .woocommerce form .form-row-last,
body.woocommerce-account .woocommerce form .form-row-first,
body.woocommerce-account .woocommerce form .form-row-last {
  width: calc(50% - 30px) !important;
}
body.woocommerce-account .woocommerce form .form-row-first,
body.woocommerce-account .woocommerce form .form-row-last {
  margin-top: 0 !important;
}
body.woocommerce-account .woocommerce form .form-row-first label,
body.woocommerce-account .woocommerce form .form-row-last label {
  margin: 0 !important;
}
body.woocommerce-account .woocommerce form span.select2-container input.select2-search__field {
  display: none !important;
}
body.woocommerce-account .woocommerce form span.select2-container span {
  border-color: #a8966c !important;
  border-radius: 0 !important;
  font-size: 16px !important;
}
body.woocommerce-account .woocommerce form label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 0px;
  font-size: 16px;
}
body.woocommerce-account .woocommerce form fieldset {
  padding: 0;
  border: 0;
}
body.woocommerce-account .woocommerce form fieldset legend {
  font-family: "Libre Baskerville", sans-serif !important;
  padding: 30px 0 0px 0;
  font-weight: normal;
  line-height: 30px;
  font-size: 25px;
  color: #393633;
}
body.woocommerce-account .woocommerce form em {
  font-size: 12px;
}
body.woocommerce-account .woocommerce form .woocommerce.form.form-row {
  padding: 0;
}
body.woocommerce-account .woocommerce form p {
  padding: 0 !important;
}
body.woocommerce-account .woocommerce form button[type=submit] {
  margin-top: 30px;
}
body.woocommerce-account .woocommerce form #billing_address_2 {
  margin-top: 5px;
}
body.woocommerce-account .woocommerce form .form-row {
  padding: 0 !important;
}
body.woocommerce-account .woocommerce form .required {
  color: #b21c0c !important;
}
body.woocommerce-account .woocommerce .woocommerce-address-fields p {
  margin-bottom: 0px;
}
body.woocommerce-account .woocommerce .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label {
  margin: 0;
}
body.woocommerce-account span.selection span {
  color: #393633 !important;
  font-size: 16px !important;
}
body.woocommerce-account span.selection span.select2-selection__arrow {
  top: 20px !important;
  height: unset !important;
  bottom: unset !important;
}
body.woocommerce-account .select2-results__options li {
  font-family: "Montserrat", sans-serif !important;
  color: #393633 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
body.woocommerce-account .select2-search__field {
  display: none !important;
}
body.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected],
body.woocommerce-account .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #d3cab5;
  color: #393633 !important;
}
body.woocommerce-account .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #f2efe9 !important;
  color: #393633 !important;
}
body.woocommerce-account .select2-results__options {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.woocommerce-account .select2-results__options li:hover {
  background-color: #d3cab5 !important;
  color: #393633 !important;
}

/*--------------------------------------------------------------
6. Login
--------------------------------------------------------------*/
body.woocommerce-account:not(.logged-in) {
  background-color: #f2efe9;
}

body.logged-in.woocommerce-account .woocommerce {
  box-sizing: border-box;
  grid-template-columns: 22.25% 1fr;
  display: grid;
  gap: 60px;
}
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation h2,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2 {
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 25px;
}
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  width: 100%;
}
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 22px;
}
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #393633;
  text-decoration: underline;
}
body.logged-in.woocommerce-account .woocommerce:before, body.logged-in.woocommerce-account .woocommerce:after {
  display: none;
}

/*--------------------------------------------------------------
8. Logout
--------------------------------------------------------------*/
.woocommerce-account form.register,
.woocommerce-account form.login {
  background-color: #FFF;
  height: fit-content !important;
  border-radius: 0;
  padding: 30px !important;
  border: none;
}
.woocommerce-account form.register label,
.woocommerce-account form.login label {
  padding: 30px 0 15px 0;
}
.woocommerce-account form.register label[for=reg_email],
.woocommerce-account form.register label[for=username],
.woocommerce-account form.login label[for=reg_email],
.woocommerce-account form.login label[for=username] {
  padding-top: 0 !important;
}
.woocommerce-account form.register .woocommerce-Input,
.woocommerce-account form.login .woocommerce-Input {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #a8966c;
  background: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 0 15px;
  display: block;
  height: 50px;
  width: 100%;
}
.woocommerce-account form.register a,
.woocommerce-account form.login a {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-decoration: underline;
  color: #393633;
}
.woocommerce-account form.register a:hover,
.woocommerce-account form.login a:hover {
  text-decoration: none;
  color: #a8966c;
}
.woocommerce-account .form-row.form-row-wide.mailchimp-newsletter input {
  padding-top: 0 !important;
}
.woocommerce-account input[type=email] {
  margin-bottom: 30px !important;
  display: block;
}
.woocommerce-account button[type=submit] {
  background-color: #335045;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #FFF;
  max-width: 100%;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 50px;
  text-decoration: none;
  width: fit-content;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.woocommerce-account button[type=submit]:hover {
  background-color: #a8966c;
  color: #FFF;
}
.woocommerce-account .woocommerce input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #a8966c;
  margin: 5px 0.5em auto 0;
  display: inline-block !important;
  height: 15px;
  width: 15px;
}
.woocommerce-account .woocommerce input[type=checkbox]:checked {
  background-color: #a8966c;
  border-color: #a8966c;
  display: inline-block;
  height: 15px;
  width: 15px;
}
.woocommerce-account .woocommerce input[type=checkbox]:focus {
  outline: none;
}
.woocommerce-account input#shipping_address_2 {
  margin-top: 15px;
}
.woocommerce-account .woocommerce-privacy-policy-link a,
.woocommerce-account .lost_password a {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-decoration: underline;
  color: #393633;
}
.woocommerce-account .woocommerce-privacy-policy-link a:hover,
.woocommerce-account .lost_password a:hover {
  text-decoration: none;
  color: #a8966c;
}
.woocommerce-account .button.woocommerce-form-login__submit {
  margin: 30px 0;
}
.woocommerce-account .woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}
.woocommerce-account .form-row {
  display: grid;
}
.woocommerce-account .form-row label {
  padding: 30px 0 15px 0 !important;
  margin: 0 !important;
  display: block;
}
.woocommerce-account .form-row label[for=mailchimp_woocommerce_newsletter] {
  padding-top: 0 !important;
}
.woocommerce-account .form-row.form-row-last label, .woocommerce-account .form-row.form-row-first label {
  padding-top: 0 !important;
}

.woocommerce-MyAccount-navigation ul {
  background-color: #f2efe9;
  width: fit-content;
  list-style: none;
  padding: 30px;
}
.woocommerce-MyAccount-navigation ul li a {
  text-decoration: underline;
  color: #393633;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #a8966c;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password {
  box-sizing: border-box !important;
  height: fit-content !important;
  background-color: #FFF;
  padding: 30px !important;
  border-radius: 0;
  border: none;
  margin: auto;
  width: 50%;
}

@media (max-width: 991px) {
  .woocommerce form.woocommerce-ResetPassword.lost_reset_password {
    width: 100%;
  }
  .woocommerce form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
    width: 100% !important;
  }
}
/*--------------------------------------------------------------
9. Responsive
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .woocommerce-account .u-columns.col2-set .u-column2.col-2,
  .woocommerce-account .u-columns.col2-set .u-column1.col-1 {
    float: unset;
    width: 100%;
  }
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
    display: grid;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation h3 {
    margin-bottom: 30px;
    display: block;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    margin-bottom: 30px;
    width: 100%;
    order: 1;
  }
  .woocommerce {
    grid-template-columns: 1fr !important;
    display: grid !important;
  }
}
/* --------------------------------------------------------------*/
:root {
  --drawer-width: 650px !important;
}

/*--------------------------------------------------------------
Header cart
--------------------------------------------------------------*/
body .wc-block-mini-cart__button {
  height: 30px;
  margin-top: 30px;
  margin-left: 30px;
  padding: unset;
  gap: unset;
  color: unset;
  display: block;
}
body .wc-block-mini-cart__button:focus, body .wc-block-mini-cart__button:hover {
  background-color: unset;
}
body .wc-block-mini-cart__button:after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 14 18" xmlns="http://www.w3.org/2000/svg"><path d="M0,18V4h3.5V3.5c0-1,0.3-1.8,1-2.5C5.2,0.3,6,0,7,0s1.8,0.3,2.5,1c0.7,0.7,1,1.5,1,2.5V4H14v14H0z M1,17h12V5 h-2.5v3h-1V5h-5v3h-1V5H1V17z M4.5,4h5V3.5c0-0.7-0.2-1.3-0.7-1.8C8.3,1.2,7.7,1,7,1S5.7,1.2,5.2,1.7C4.7,2.2,4.5,2.8,4.5,3.5V4z M1,17V5V17z" fill="%23fff" /></svg>');
  background-position: center center;
  background-size: 24px 30px;
  background-repeat: no-repeat;
  height: 30px;
  width: 24px;
}
body .wc-block-mini-cart__button:hover:after {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 14 18" xmlns="http://www.w3.org/2000/svg"><path d="M0,18V4h3.5V3.5c0-1,0.3-1.8,1-2.5C5.2,0.3,6,0,7,0s1.8,0.3,2.5,1c0.7,0.7,1,1.5,1,2.5V4H14v14H0z M1,17h12V5 h-2.5v3h-1V5h-5v3h-1V5H1V17z M4.5,4h5V3.5c0-0.7-0.2-1.3-0.7-1.8C8.3,1.2,7.7,1,7,1S5.7,1.2,5.2,1.7C4.7,2.2,4.5,2.8,4.5,3.5V4z M1,17V5V17z" fill="%23a8966c" /></svg>');
}
body .wc-block-mini-cart__button svg {
  display: none;
}
body .wc-block-mini-cart__button span:where(.wc-block-mini-cart__badge) {
  margin-left: unset;
  font-size: 12px;
  height: 20px;
  width: 20px;
  color: #FFF !important;
  background: #a8966c !important;
  font-weight: unset;
  min-width: unset;
  padding: unset;
  transform: unset;
  left: unset;
  top: 18px;
  right: -12px;
}

body .header-scrolled .wc-block-mini-cart__button {
  margin-top: 6px;
}

html.menu-open .wc-block-mini-cart__button:after,
body .header-scrolled .wc-block-mini-cart__button:after {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 14 18" xmlns="http://www.w3.org/2000/svg"><path d="M0,18V4h3.5V3.5c0-1,0.3-1.8,1-2.5C5.2,0.3,6,0,7,0s1.8,0.3,2.5,1c0.7,0.7,1,1.5,1,2.5V4H14v14H0z M1,17h12V5 h-2.5v3h-1V5h-5v3h-1V5H1V17z M4.5,4h5V3.5c0-0.7-0.2-1.3-0.7-1.8C8.3,1.2,7.7,1,7,1S5.7,1.2,5.2,1.7C4.7,2.2,4.5,2.8,4.5,3.5V4z M1,17V5V17z" fill="%23393633" /></svg>');
}

/*--------------------------------------------------------------
Shopping cart mini
--------------------------------------------------------------*/
body .wc-block-components-drawer__screen-overlay {
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
}

body .wc-block-components-drawer {
  border-left: unset;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  outline: unset !important;
  box-shadow: unset !important;
}

body .wc-block-mini-cart__template-part div:where(.wp-block-woocommerce-mini-cart-contents) {
  background-color: #f2efe9 !important;
}
body .wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close {
  height: 40px;
  width: 40px;
  min-height: unset;
  min-width: unset;
  background-color: #FFF !important;
  top: 30px;
  right: 30px;
  opacity: 1;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
body .wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close svg {
  color: #393633;
  height: 0px !important;
  width: 0px !important;
}
body .wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close:after {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%209.3%209.3%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.7%2C9.3L0%2C8.6l3.9-3.9L0%2C0.7L0.7%2C0l3.9%2C3.9L8.6%2C0l0.7%2C0.7L5.4%2C4.6l3.9%2C3.9L8.6%2C9.3L4.7%2C5.4L0.7%2C9.3z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  height: 10px !important;
  width: 10px !important;
  position: absolute;
  display: block;
  margin: auto;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
body .wc-block-mini-cart__template-part h2.wc-block-mini-cart__title {
  padding: 0;
  mask-image: unset;
  flex-direction: column;
  margin: 30px 0 0 50px;
  line-height: 1;
}
body .wc-block-mini-cart__template-part h2.wc-block-mini-cart__title .wp-block-woocommerce-mini-cart-title-label-block {
  font-size: 30px;
  font-family: "Libre Baskerville", sans-serif;
  margin-bottom: 30px;
  margin-right: 0;
}
body .wc-block-mini-cart__template-part h2.wc-block-mini-cart__title .wp-block-woocommerce-mini-cart-title-items-counter-block {
  font-size: 16px;
  color: #a8966c;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items {
  padding: 0 50px;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row {
  padding: 0 !important;
  background-color: #FFF;
  margin-bottom: 15px;
  grid-template-columns: 140px 1fr !important;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td {
  position: relative;
  padding: 15px;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td.wc-block-cart-item__image {
  margin: auto 0;
  width: 140px;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td.wc-block-cart-item__image img {
  aspect-ratio: 1/1;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td.wc-block-cart-item__image a {
  display: block;
  height: 100%;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-components-product-name {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-family: "Libre Baskerville", sans-serif;
  color: #393633;
  line-height: 40px;
  font-size: 18px;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-components-product-name:hover {
  transition: color 0.2s ease-in-out;
  color: #a8966c;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-cart-item__prices {
  font-size: 18px;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-cart-item__prices .wc-block-components-product-price__regular {
  margin-right: 6px;
  color: #393633;
  font-size: 16px;
  opacity: 0.5;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-cart-item__prices .is-discounted {
  position: relative;
  color: #b21c0c;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-cart-item__prices .is-discounted:after {
  margin: auto 0 auto 10px;
  background-color: #b21c0c;
  position: absolute;
  line-height: 20px;
  content: "sale";
  font-size: 10px;
  padding: 0px 5px;
  color: #FFF;
  bottom: 0;
  top: 0;
  height: 20px;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-cart-item__prices mark, body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-cart-item__prices ins {
  background-color: transparent;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #d3cab5;
  min-width: 0;
  width: auto;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  min-width: unset;
  height: 25px;
  width: 20px;
  padding: 0;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
  outline: unset !important;
  box-shadow: none;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector button {
  font-size: 14px;
  line-height: 1;
  padding: 0 6px;
  height: 25px;
  min-width: 0;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector button:focus {
  box-shadow: none;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-cart-item__quantity:before {
  content: "Amount";
  font-size: 14px;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td button.wc-block-cart-item__remove-link {
  position: absolute;
  height: 10px;
  width: 10px;
  right: 30px;
  top: 30px;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td button.wc-block-cart-item__remove-link svg {
  height: 0px;
  width: 0px;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td button.wc-block-cart-item__remove-link:after {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%209.3%209.3%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.7%2C9.3L0%2C8.6l3.9-3.9L0%2C0.7L0.7%2C0l3.9%2C3.9L8.6%2C0l0.7%2C0.7L5.4%2C4.6l3.9%2C3.9L8.6%2C9.3L4.7%2C5.4L0.7%2C9.3z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  height: 10px !important;
  width: 10px !important;
  position: absolute;
  display: block;
  margin: auto;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__product {
  display: flex;
  align-items: center;
  padding: 15px;
  border-left: 1px solid #d3cab5;
  position: relative;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap {
  gap: 0;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata {
  margin-bottom: 20px;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata span {
  font-weight: 500;
  font-size: 14px;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
  display: none;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__total {
  display: none;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__shopping-button {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #335045;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  position: relative;
  padding: 10px 50px;
  line-height: 30px;
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__shopping-button:hover {
  background-color: #a8966c;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer {
  border-top: 1px solid #d3cab5;
  padding: 25px 50px 30px 50px;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
  height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #335045;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  color: #FFF;
  order: 1;
  text-transform: uppercase;
  font-weight: normal;
  opacity: 1;
  transition: background-color 0.2s ease, color 0.2s ease;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a.is-style-outline {
  background-color: transparent;
  order: 2;
  border: 1px solid #d3cab5;
  box-shadow: unset !important;
  color: #393633;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a:hover {
  background-color: #a8966c !important;
  border-color: #a8966c !important;
  color: #FFF !important;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-components-formatted-money-amount,
body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-components-totals-item__label {
  flex-grow: unset;
  font-size: 20px;
  font-weight: normal;
  display: flex;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-components-totals-item__label:after {
  content: ":";
  margin-right: 8px;
}
body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
  font-size: 14px;
}

/*--------------------------------------------------------------
Shopping cart page
--------------------------------------------------------------*/
.wp-block-woocommerce-cart table.wc-block-cart-items {
  border-collapse: separate;
  border-spacing: 0 15px;
  border-color: #a8966c;
  margin-top: -30px;
}
.wp-block-woocommerce-cart table.wc-block-cart-items thead {
  display: none !important;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody {
  border-spacing: 0 20px;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr {
  background-color: #FFF !important;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td {
  border-top: 0 !important;
  padding: 15px !important;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__image {
  border-right: 1px solid #d3cab5 !important;
  width: 150px;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product {
  padding-left: 30px !important;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product a.wc-block-components-product-name {
  font-family: "Libre Baskerville", sans-serif;
  text-decoration: none;
  font-size: 18px;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices span {
  font-size: 18px;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price__regular {
  transform: translate(0, 2px);
  margin-right: 10px;
  color: #393633;
  font-size: 16px;
  opacity: 0.5;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-components-sale-badge {
  background-color: transparent !important;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices,
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata {
  margin-bottom: 10px;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices span,
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices p,
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata span,
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata p {
  font-size: 13px;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices .sd-block-title-htag p,
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata .sd-block-title-htag p {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
  margin: auto;
  display: block;
  height: 20px;
  width: 20px;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #d3cab5;
  min-width: 0;
  width: auto;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  border: none !important;
  font-size: 16px !important;
  min-width: unset;
  height: 25px;
  width: 20px;
  padding: 0;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
  outline: unset !important;
  box-shadow: none;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity .wc-block-components-quantity-selector button {
  font-size: 14px;
  line-height: 1;
  padding: 0 6px;
  height: 25px;
  min-width: 0;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity .wc-block-components-quantity-selector button:focus {
  box-shadow: none;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity:before {
  content: "Amount";
  font-size: 14px;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__total {
  padding: 15px !important;
  font-size: 18px;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td ins {
  background: #FFF !important;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td mark.is-discounted,
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td ins.is-discounted {
  position: relative;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td mark.is-discounted:after,
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td ins.is-discounted:after {
  text-transform: uppercase;
  background-color: #b21c0c;
  position: absolute;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 10px;
  content: "sale";
  color: #FFF;
  bottom: 0;
  top: 0;
  margin: auto 0 auto 6px;
  height: 20px;
  line-height: 18px;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td a {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: underline;
  color: #393633;
}
.wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td a:hover {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
  color: #a8966c;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title:before {
  display: none;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block hr {
  padding-bottom: 100px;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block hr:before {
  display: none;
}

.wc-block-components-sidebar.wc-block-cart__sidebar {
  background-color: #FFF;
  box-sizing: border-box;
  height: fit-content;
  font-size: 16px;
  padding: 30px;
}
.wc-block-components-sidebar.wc-block-cart__sidebar h2 {
  font-family: "Libre Baskerville", sans-serif;
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 25px;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-shipping-block,
.wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block,
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-item__label,
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-panel__button {
  font-size: 16px;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block {
  border-color: #a8966c;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
  padding: 15px 0;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block .wp-block-woocommerce-cart-order-summary-shipping-block,
.wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block .wp-block-woocommerce-cart-order-summary-subtotal-block {
  padding: 0 !important;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-item__description {
  font-size: 16px;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit {
  margin-bottom: 0;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit a.wc-block-components-button {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #335045;
  font-weight: normal;
  padding-right: 50px;
  padding-left: 50px;
  width: fit-content;
  font-size: 16px;
  color: #FFF;
  height: 50px;
  width: 100%;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-panel__content form button {
  pointer-events: auto !important;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-panel__content form label[for=wc-block-components-totals-coupon__input-coupon] {
  font-size: 16px;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block,
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-wrapper {
  border-color: #a8966c;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-wrapper {
  padding: 15px 0;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-wrapper input {
  border-color: #a8966c !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-wrapper button[type=submit] {
  background-color: #335045;
  pointer-events: auto;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-wrapper button[type=submit]:hover {
  background-color: #a8966c !important;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-wrapper button[type=submit] .wc-block-components-button__text {
  opacity: 1;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-wrapper svg {
  color: #a8966c;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item p {
  font-weight: 400;
  font-size: 16px;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item span {
  font-weight: 400;
  font-size: 16px;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit-container a {
  font-weight: 500;
}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit-container a:hover {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #a8966c;
}

.wc-block-components-totals-discount span {
  font-size: 16px;
}

.wc-block-components-totals-discount__coupon-list-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-radius: 0 !important;
  width: fit-content;
  border-color: #a8966c;
  padding: 16px 12px;
  font-size: 14px;
  width: 100%;
  margin: 0;
}
.wc-block-components-totals-discount__coupon-list-item span {
  font-size: 16px !important;
  line-height: 21px;
}
.wc-block-components-totals-discount__coupon-list-item button.wc-block-components-chip__remove {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #a8966c;
}
.wc-block-components-totals-discount__coupon-list-item button.wc-block-components-chip__remove svg {
  fill: #FFF;
}
.wc-block-components-totals-discount__coupon-list-item button.wc-block-components-chip__remove:hover {
  background-color: #d3cab5;
}
.wc-block-components-totals-discount__coupon-list-item:hover {
  border-color: #a8966c;
}

/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  body .wc-block-mini-cart__button {
    height: 25px;
    margin-top: 25px;
    margin-left: 25px;
  }
  body .wc-block-mini-cart__button:after {
    background-size: 20px 25px;
    height: 25px;
    width: 20px;
  }
  body .wc-block-mini-cart__button span:where(.wc-block-mini-cart__badge) {
    font-size: 11px;
    height: 17px;
    width: 17px;
  }
}
@media screen and (max-width: 1400px) {
  body .wc-block-mini-cart__button {
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .wc-block-mini-cart__template-part .wc-block-mini-cart__items {
    padding: 0 15px !important;
  }
  .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td button.wc-block-cart-item__remove-link {
    top: 20px !important;
    right: 20px !important;
  }
  .wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close {
    right: 33px !important;
    top: 33px !important;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items {
    border-collapse: separate;
    border-spacing: 0 15px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody {
    border-spacing: 0 20px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr {
    background-color: #FFF !important;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row {
    grid-template-columns: 120px 1fr;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td {
    border-top: 0 !important;
    padding: 15px !important;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__image {
    border-right: 1px solid #a8966c !important;
    width: 150px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product a.wc-block-components-product-name {
    text-decoration: underline !important;
    color: #393633 !important;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td label[for=wc-block-components-totals-coupon__input-coupon] {
    font-size: 12px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__total {
    padding: 15px !important;
  }
}
@media screen and (max-width: 1600px) {
  body .wc-block-mini-cart__button {
    height: 25px;
    margin-top: 25px;
    margin-left: 25px;
  }
  body .wc-block-mini-cart__button:after {
    background-size: 20px 25px;
    height: 25px;
    width: 20px;
  }
  body .wc-block-mini-cart__button span:where(.wc-block-mini-cart__badge) {
    height: 17px;
    width: 17px;
    top: 15px;
    right: -10px;
  }
  body .wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close {
    height: 33px;
    width: 33px;
    top: 25px;
    right: 25px;
  }
  body .wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close:after {
    background-size: 8px 8px;
    height: 8px !important;
    width: 8px !important;
  }
  body .wc-block-mini-cart__template-part h2.wc-block-mini-cart__title {
    margin: 25px 0 0 42px;
  }
  body .wc-block-mini-cart__template-part h2.wc-block-mini-cart__title .wp-block-woocommerce-mini-cart-title-label-block {
    font-size: 25px;
    margin-bottom: 25px;
  }
  body .wc-block-mini-cart__template-part h2.wc-block-mini-cart__title .wp-block-woocommerce-mini-cart-title-items-counter-block {
    font-size: 13px;
    margin-bottom: 25px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items {
    padding: 0 42px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row {
    margin-bottom: 12px;
    grid-template-columns: 116px 1fr !important;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td {
    padding: 12px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td.wc-block-cart-item__image {
    width: 116px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td.wc-block-cart-item__wrap .wc-block-components-product-name {
    line-height: 33px;
    font-size: 15px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__prices {
    font-size: 15px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__prices .wc-block-components-product-price__regular {
    margin-right: 5px;
    font-size: 13px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__prices .wc-block-components-product-price__regular .is-discounted:after {
    margin: auto 0 auto 8px;
    font-size: 8px;
    padding: 0px 4px;
    height: 17px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
    height: 0px;
    width: 0px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    height: 21px;
    width: 17px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector button {
    padding: 0 5px;
    height: 21px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row button.wc-block-cart-item__remove-link {
    height: 8px;
    width: 8px;
    right: 25px;
    top: 25px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row button.wc-block-cart-item__remove-link:after {
    background-size: 8px 8px;
    height: 8px !important;
    width: 8px !important;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__product {
    padding: 12px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata {
    margin-bottom: 17px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata span {
    font-size: 12px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__shopping-button {
    padding: 8px 42px;
    line-height: 25px;
    font-size: 12px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer {
    padding: 21px 42px 25px 42px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
    height: 42px;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 13px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-components-formatted-money-amount, .wc-block-components-totals-item__label {
    font-size: 17px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-components-totals-item__label:after {
    margin-right: 7px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    font-size: 12px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items {
    border-spacing: 0 12px;
    margin-top: -25px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody {
    border-spacing: 0 17px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__image {
    width: 125px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td {
    padding: 12px !important;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product {
    padding-left: 25px !important;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product a.wc-block-components-product-name {
    font-size: 15px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices span {
    font-size: 15px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price__regular {
    transform: translate(0, 2px);
    margin-right: 8px;
    font-size: 13px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices, .wc-block-components-product-metadata {
    margin-bottom: 8px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices, .wc-block-components-product-metadata span, p {
    font-size: 11px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices, .wc-block-components-product-metadata .sd-block-title-htag p {
    font-size: 11px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity svg {
    height: 17px;
    width: 17px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity input.wc-block-components-quantity-selector__input {
    font-size: 13px !important;
    height: 21px;
    width: 17px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity button {
    font-size: 12px;
    padding: 0 5px;
    height: 21px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity:before {
    font-size: 12px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__total {
    padding: 12px !important;
    font-size: 15px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody .is-discounted:after {
    margin-left: 4px;
    padding: 2px 4px;
    font-size: 8px;
    margin: auto 0 auto 5px;
    height: 17px;
    line-height: 15px;
  }
  .wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title {
    font-size: 17px;
  }
  .wp-block-woocommerce-empty-cart-block hr {
    padding-bottom: 83px;
  }
  .wc-block-components-sidebar.wc-block-cart__sidebar {
    font-size: 13px;
    padding: 25px;
  }
  .wc-block-components-sidebar.wc-block-cart__sidebar h2 {
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 21px;
  }
  .wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-shipping-block, .wp-block-woocommerce-cart-order-summary-subtotal-block, .wc-block-components-totals-item__label, .wc-block-components-panel__button {
    font-size: 13px !important;
  }
  .wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
    padding: 12px 0;
  }
  .wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-item__description {
    font-size: 13px;
  }
  .wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit a.wc-block-components-button {
    padding-right: 42px;
    padding-left: 42px;
    font-size: 13px;
    height: 42px;
  }
  .wc-block-components-panel__content form label {
    font-size: 13px !important;
  }
  .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item span {
    font-size: 13px !important;
  }
  .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item p {
    font-size: 13px !important;
  }
  .wc-block-components-totals-discount span {
    font-size: 13px;
  }
  .wc-block-components-totals-discount__coupon-list-item {
    padding: 4px 12px;
    font-size: 12px;
  }
  .wc-block-components-totals-discount__coupon-list-item span {
    font-size: 13px !important;
    line-height: 17px;
  }
}
@media screen and (max-width: 1400px) {
  body .wc-block-mini-cart__button {
    height: 22px;
    margin-top: 22px;
    margin-left: 22px;
  }
  body .wc-block-mini-cart__button:after {
    background-size: 18px 22px;
    height: 22px;
    width: 18px;
  }
  body .wc-block-mini-cart__button span:where(.wc-block-mini-cart__badge) {
    height: 15px;
    width: 15px;
    top: 13px;
    right: -9px;
  }
  body .wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close {
    height: 29px;
    width: 29px;
    top: 22px;
    right: 22px;
  }
  body .wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close:after {
    background-size: 7px 7px;
    height: 7px !important;
    width: 7px !important;
  }
  body .wc-block-mini-cart__template-part h2.wc-block-mini-cart__title {
    margin: 22px 0 0 37px;
  }
  body .wc-block-mini-cart__template-part h2.wc-block-mini-cart__title .wp-block-woocommerce-mini-cart-title-label-block {
    font-size: 22px;
    margin-bottom: 22px;
  }
  body .wc-block-mini-cart__template-part h2.wc-block-mini-cart__title .wp-block-woocommerce-mini-cart-title-items-counter-block {
    font-size: 12px;
    margin-bottom: 22px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items {
    padding: 0 37px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row {
    margin-bottom: 11px;
    grid-template-columns: 102px 1fr !important;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td {
    padding: 11px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td.wc-block-cart-item__image {
    width: 102px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row td.wc-block-cart-item__wrap .wc-block-components-product-name {
    line-height: 29px;
    font-size: 13px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__prices {
    font-size: 13px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__prices .wc-block-components-product-price__regular {
    margin-right: 4px;
    font-size: 12px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__prices .wc-block-components-product-price__regular .is-discounted:after {
    margin: auto 0 auto 7px;
    font-size: 7px;
    height: 15px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    height: 18px;
    width: 15px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector button {
    padding: 0 4px;
    height: 18px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row button.wc-block-cart-item__remove-link {
    height: 7px;
    width: 7px;
    right: 22px;
    top: 22px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row button.wc-block-cart-item__remove-link:after {
    background-size: 7px 7px;
    height: 7px !important;
    width: 7px !important;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__product {
    padding: 11px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata {
    margin-bottom: 15px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata span {
    font-size: 10px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__shopping-button {
    padding: 7px 37px;
    line-height: 22px;
    font-size: 10px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer {
    padding: 18px 37px 22px 37px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
    height: 37px;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 12px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-components-formatted-money-amount, .wc-block-components-totals-item__label {
    font-size: 15px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-components-totals-item__label:after {
    margin-right: 6px;
  }
  body .wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    font-size: 10px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items {
    border-spacing: 0 11px;
    margin-top: -22px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody {
    border-spacing: 0 15px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__image {
    width: 110px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td {
    padding: 11px !important;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product {
    padding-left: 22px !important;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product a.wc-block-components-product-name {
    font-size: 13px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices span {
    font-size: 13px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price__regular {
    margin-right: 7px;
    font-size: 12px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices, .wc-block-components-product-metadata {
    margin-bottom: 7px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices, .wc-block-components-product-metadata span, p {
    font-size: 9px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices, .wc-block-components-product-metadata .sd-block-title-htag p {
    font-size: 9px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity svg {
    height: 15px;
    width: 15px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity input.wc-block-components-quantity-selector__input {
    font-size: 12px !important;
    height: 18px;
    width: 15px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity button {
    font-size: 10px;
    padding: 0 4px;
    height: 18px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity:before {
    font-size: 10px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__total {
    padding: 11px !important;
    font-size: 13px;
  }
  .wp-block-woocommerce-cart table.wc-block-cart-items tbody .is-discounted:after {
    padding: 1px 4px;
    font-size: 7px;
    margin: auto 0 auto 4px;
    height: 15px;
    line-height: 13px;
  }
  .wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title {
    font-size: 15px;
  }
  .wp-block-woocommerce-empty-cart-block hr {
    padding-bottom: 73px;
  }
  .wc-block-components-sidebar.wc-block-cart__sidebar {
    font-size: 12px;
    padding: 22px;
  }
  .wc-block-components-sidebar.wc-block-cart__sidebar h2 {
    margin-bottom: 22px;
    line-height: 22px;
    font-size: 18px;
  }
  .wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-shipping-block, .wp-block-woocommerce-cart-order-summary-subtotal-block, .wc-block-components-totals-item__label, .wc-block-components-panel__button {
    font-size: 12px !important;
  }
  .wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
    padding: 11px 0;
  }
  .wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-item__description {
    font-size: 12px;
  }
  .wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit a.wc-block-components-button {
    padding-right: 37px;
    padding-left: 37px;
    font-size: 12px;
    height: 37px;
  }
  .wc-block-components-panel__content form label {
    font-size: 12px !important;
  }
  .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item span {
    font-size: 12px !important;
  }
  .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item p {
    font-size: 12px !important;
  }
  .wc-block-components-totals-discount span {
    font-size: 12px;
  }
  .wc-block-components-totals-discount__coupon-list-item {
    padding: 4px 11px;
    font-size: 10px;
  }
  .wc-block-components-totals-discount__coupon-list-item span {
    font-size: 12px !important;
    line-height: 15px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Checkout
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Checkout
--------------------------------------------------------------*/
.wp-block-woocommerce-checkout .wc-block-components-radio-control {
  background: white;
  padding: 30px;
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__option {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none !important;
  background: #f2efe9;
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__option:not(:last-child) {
  margin-bottom: 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #a8966c !important;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-checkout-step__heading-container {
  margin-bottom: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main h2.wc-block-components-title.wc-block-components-checkout-step__title {
  font-family: "Libre Baskerville", sans-serif;
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 25px;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #FFF;
  padding: 30px;
  border: none;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card address .wc-block-components-address-card__address-section.wc-block-components-address-card__address-section--primary {
  font-family: "Libre Baskerville", sans-serif;
  line-height: 30px;
  font-size: 20px;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card address .wc-block-components-address-card__address-section.wc-block-components-address-card__address-section--secondary {
  font-size: 16px;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card span.wc-block-components-address-card__edit {
  letter-spacing: 0.05em;
  padding-right: 16px;
  height: fit-content;
  width: fit-content;
  position: relative;
  font-weight: 500;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1;
  display: block;
  color: #a8966c;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card span.wc-block-components-address-card__edit:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.4 18.6" fill="%23a8966c"><path d="M1.1,18.6L0,17.6l8.2-8.2L0,1.1L1.1,0l9.3,9.3L1.1,18.6z"/></svg>');
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  color: #a8966c;
  margin: auto;
  height: 10px;
  width: 6px;
  content: "";
  bottom: 0;
  right: 0;
  top: 0px;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select {
  background-color: transparent !important;
  border-color: #a8966c !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 24px 9px 0;
  height: 55px;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select option {
  border-color: #a8966c;
  background-color: #f2efe9;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select option:active {
  background-color: #d3cab5;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select__container {
  background-color: transparent !important;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select__container label {
  font-size: 16px;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select__container label.wc-blocks-components-select__label {
  font-size: 14px;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main label.wc-block-components-radio-control__option--checked-option-highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-radio-control-accordion-option:after {
  background: #a8966c !important;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #a8966c;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-radio-control--highlight-checked:after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: transparent;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-checkout__terms span {
  font-size: 14px;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-checkout__terms span a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: underline;
  color: #393633;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-checkout__terms span a:hover {
  text-decoration: none;
  color: #a8966c;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-checkout__terms {
  border-top: 1px solid #a8966c;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-radio-control--highlight-checked--last-selected.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after {
  content: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-shipping-rates-control__no-shipping-address-message {
  background-color: #d3cab5;
  font-size: 14px;
  color: #FFF;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main button {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #335045;
  font-weight: normal;
  padding-right: 50px;
  padding-left: 50px;
  width: fit-content;
  font-size: 16px;
  color: #FFF;
  height: 50px;
  width: 100%;
}
.wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main button:hover {
  background-color: #a8966c;
}
.wp-block-woocommerce-checkout svg.wc-block-components-checkbox__mark {
  display: none;
}
.wp-block-woocommerce-checkout .back-to-cart-checkout {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #a8966c;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #FFF;
  padding: 30px;
  border: none;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block p.wc-block-components-checkout-order-summary__title-text {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 30px !important;
  font-weight: 500;
  font-size: 16px;
  display: block;
  color: #a8966c;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description {
  display: none;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary.is-large,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block p.wc-block-components-checkout-order-summary__title-text {
  padding: 0;
  margin: 0;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__content label {
  font-size: 14px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-shipping-block wc-block-components-totals-wrapper {
  padding-top: 0;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item {
  border-top: 1px solid #d3cab5;
  padding: 10px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
  aspect-ratio: 1/1;
  height: 80px;
  width: 80px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  margin: auto;
  max-height: unset;
  max-width: unset;
  height: 80px;
  width: 80px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description h3 {
  font-family: "Libre Baskerville", sans-serif;
  text-decoration: none;
  margin-bottom: 8px;
  line-height: 23px;
  font-size: 16px;
  display: block;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__individual-prices,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price span,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata span {
  font-size: 14px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-name,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-cart-item__prices {
  display: contents;
  line-height: 18px;
  font-weight: 500;
  font-size: 13px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-cart-item__prices {
  padding-bottom: 3px;
  display: block;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-cart-item__prices .wc-block-components-product-price__regular {
  color: rgba(57, 54, 51, 0.5);
  font-size: 13px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-cart-item__prices .is-discounted {
  color: #b21c0c;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
  font-size: 14px;
  font-weight: 400;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  gap: 0;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price .wc-block-components-product-badge {
  background-color: transparent;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata {
  margin-top: 0;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
  padding: 0 0 0 30px;
  gap: 0;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description span {
  padding-top: 0 !important;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #a8966c;
  font-size: 12px;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-totals-footer-item-tax {
  font-weight: 400 !important;
  font-size: 16px !important;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-shipping-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-totals-item.wc-block-components-totals-footer-item span {
  font-size: 16px;
  font-weight: 400;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content mark, .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content ins {
  background-color: transparent;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper.slot-wrapper {
  display: none !important;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-totals-block,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
  border-color: #a8966c;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-totals-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper.wc-block-components-totals-wrapper {
  padding-bottom: 0;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
  padding-bottom: 16px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-button {
  pointer-events: auto !important;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-button .wc-block-components-button__text {
  opacity: 1;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-button:hover {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper svg {
  color: #a8966c;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .back-to-cart-checkout {
    font-size: 16px !important;
  }
  .wp-block-woocommerce-checkout {
    padding-top: 0 !important;
  }
  .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    display: none !important;
  }
  .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    padding: 15px !important;
  }
  .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    border-color: #a8966c;
    border-top: 0px;
    padding-top: 10px;
  }
  .wp-block-woocommerce-checkout .wc-block-mini-cart__template-part {
    margin: 0px !important;
    padding: 0 !important;
  }
  .wp-block-woocommerce-checkout .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents {
    padding: 0 15px;
  }
  .wp-block-woocommerce-checkout .wc-block-mini-cart__template-part .wc-block-mini-cart__items {
    padding: 0 !important;
  }
  .wp-block-woocommerce-checkout .wc-block-checkout__payment-method label,
  .wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control label {
    padding: 5px 0 5px 35px;
  }
  .wp-block-woocommerce-checkout .wc-block-checkout__payment-method input[type=radio],
  .wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control input[type=radio] {
    bottom: 0 !important;
    top: 0 !important;
    margin: auto;
    left: 0;
  }
  .wp-block-woocommerce-checkout .wc-block-checkout__payment-method span,
  .wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1600px) {
  .wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main h2.wc-block-components-title.wc-block-components-checkout-step__title {
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 21px;
  }
  .wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card {
    padding: 25px;
  }
  .wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card address .wc-block-components-address-card__address-section.wc-block-components-address-card__address-section--primary {
    line-height: 25px !important;
    font-size: 17px !important;
  }
  .wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card address .wc-block-components-address-card__address-section.wc-block-components-address-card__address-section--secondary {
    font-size: 13px !important;
  }
  .wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card span.wc-block-components-address-card__edit {
    padding-right: 13px;
    margin-top: 4px;
    font-size: 12px;
  }
  .wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card span.wc-block-components-address-card__edit:after {
    height: 8px;
    width: 5px;
  }
  .wp-block-woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
    padding: 20px 7px 0;
    height: 46px;
  }
  .wp-block-woocommerce-checkout .wc-blocks-components-select__container label {
    font-size: 13px;
  }
  .wp-block-woocommerce-checkout .wc-blocks-components-select__container label.wc-blocks-components-select__label {
    font-size: 12px;
  }
  .wp-block-woocommerce-checkout .wc-block-checkout__terms span {
    font-size: 12px;
  }
  .wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__no-shipping-address-message {
    font-size: 12px;
  }
  .wp-block-woocommerce-checkout button {
    padding-right: 42px;
    padding-left: 42px;
    font-size: 13px;
    height: 42px;
  }
  .wp-block-woocommerce-checkout-order-summary-block {
    padding: 25px;
  }
  .wp-block-woocommerce-checkout-order-summary-block p.wc-block-components-checkout-order-summary__title-text {
    margin-bottom: 25px !important;
    font-size: 13px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__content label {
    font-size: 12px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item {
    padding: 8px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
    height: 66px;
    width: 66px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
    height: 66px;
    width: 66px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
    padding: 0 0 0 25px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description h3 {
    margin-bottom: 7px;
    line-height: 19px !important;
    font-size: 13px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__individual-prices {
    font-size: 12px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
    font-size: 12px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price span {
    font-size: 12px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata span {
    font-size: 12px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-name {
    line-height: 15px;
    font-size: 11px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-cart-item__prices {
    padding-bottom: 2px;
    line-height: 15px;
    font-size: 11px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-cart-item__prices .wc-block-components-product-price__regular {
    font-size: 11px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity {
    font-size: 10px;
    height: 17px;
    width: 17px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-totals-footer-item-tax {
    font-size: 13px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    font-size: 13px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper {
    font-size: 13px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-shipping-block.wc-block-components-totals-wrapper {
    font-size: 13px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-totals-item.wc-block-components-totals-footer-item span {
    font-size: 13px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 1400px) {
  .wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main h2.wc-block-components-title.wc-block-components-checkout-step__title {
    margin-bottom: 22px;
    line-height: 22px;
    font-size: 18px;
  }
  .wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card {
    padding: 22px;
  }
  .wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card address .wc-block-components-address-card__address-section.wc-block-components-address-card__address-section--primary {
    line-height: 22px !important;
    font-size: 15px !important;
  }
  .wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card address .wc-block-components-address-card__address-section.wc-block-components-address-card__address-section--secondary {
    font-size: 12px !important;
  }
  .wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card span.wc-block-components-address-card__edit {
    padding-right: 12px;
    font-size: 10px;
  }
  .wp-block-woocommerce-checkout .wc-block-components-main.wc-block-checkout__main .wc-block-components-address-card span.wc-block-components-address-card__edit:after {
    height: 7px;
    width: 4px;
  }
  .wp-block-woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
    padding: 18px 7px 0;
    height: 40px;
  }
  .wp-block-woocommerce-checkout .wc-blocks-components-select__container label {
    font-size: 12px;
  }
  .wp-block-woocommerce-checkout .wc-blocks-components-select__container label.wc-blocks-components-select__label {
    font-size: 10px;
  }
  .wp-block-woocommerce-checkout .wc-block-checkout__terms span {
    font-size: 10px;
  }
  .wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__no-shipping-address-message {
    font-size: 10px;
  }
  .wp-block-woocommerce-checkout button {
    padding-right: 37px;
    padding-left: 37px;
    font-size: 12px;
    height: 37px;
  }
  .wp-block-woocommerce-checkout-order-summary-block {
    padding: 22px;
  }
  .wp-block-woocommerce-checkout-order-summary-block p.wc-block-components-checkout-order-summary__title-text {
    margin-bottom: 22px !important;
    font-size: 12px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__content label {
    font-size: 10px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item {
    padding: 7px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
    height: 58px;
    width: 58px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
    height: 58px;
    width: 58px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
    padding: 0 0 0 22px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description h3 {
    margin-bottom: 6px;
    line-height: 17px !important;
    font-size: 12px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__individual-prices {
    font-size: 10px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
    font-size: 10px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price span {
    font-size: 10px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata span {
    font-size: 10px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-name {
    line-height: 13px;
    font-size: 9px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-cart-item__prices {
    line-height: 13px;
    font-size: 9px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-cart-item__prices .wc-block-components-product-price__regular {
    font-size: 9px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity {
    font-size: 9px;
    height: 15px;
    width: 15px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-totals-footer-item-tax {
    font-size: 12px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    font-size: 12px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper {
    font-size: 12px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-shipping-block.wc-block-components-totals-wrapper {
    font-size: 12px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-totals-item.wc-block-components-totals-footer-item span {
    font-size: 12px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    padding-bottom: 12px;
  }
}

/*# sourceMappingURL=woocommerce.css.map */
