/*
Theme Name: loveprint

WooCommerce styles override
*/
.text-center {
  text-align: center;
}

@font-face {
  font-family: "Poppins Light";
  src: url("./assets/fonts/Poppins-Light.woff2") format("woff2"), url("./assets/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("./assets/fonts/Poppins-Medium.woff2") format("woff2"), url("./assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins LightItalic";
  src: url("./assets/fonts/Poppins-LightItalic.woff2") format("woff2"), url("./assets/fonts/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Regular";
  src: url("./assets/fonts/Poppins-Regular.woff2") format("woff2"), url("./assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins ExtraBold";
  src: url("./assets/fonts/Poppins-ExtraBold.woff2") format("woff2"), url("./assets/fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("./assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("./assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("./assets/fonts/Poppins-Bold.woff2") format("woff2"), url("./assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

@font-face {
  font-family: "icomoon";
  src: url("./assets/fonts/icomoon.eot?y4sdbn");
  src: url("./assets/fonts/icomoon.eot?y4sdbn#iefix") format("embedded-opentype"), url("./assets/fonts/icomoon.ttf?y4sdbn") format("truetype"), url("./assets/fonts/icomoon.woff?y4sdbn") format("woff"), url("./assets/fonts/icomoon.svg?y4sdbn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: "\e917";
}

.icon-circle-info::before {
  content: "\e916";
}

.icon-filter::before {
  content: "\e915";
  color: #c5bbb1;
}

.icon-heart-r::before {
  content: "\e914";
  color: #FFF;
}

.icon-chevron-right::before {
  content: "\e911";
}

.icon-list::before {
  content: "\e912";
}

.icon-grid::before {
  content: "\e913";
}

.icon-twitter::before {
  content: "\e910";
}

.icon-minus::before {
  content: "\e90e";
}

.icon-plus::before {
  content: "\e90f";
}

.icon-angle-down::before {
  content: "\e90d";
}

.icon-quote-left::before {
  content: "\e900";
}

.icon-youtube::before {
  content: "\e901";
}

.icon-tiktok::before {
  content: "\e902";
}

.icon-instagram::before {
  content: "\e903";
}

.icon-facebook-f::before {
  content: "\e904";
}

.icon-heart-o::before {
  content: "\e905";
}

.icon-pause::before {
  content: "\e906";
  color: #FFF;
}

.icon-phone::before {
  content: "\e907";
  color: #c5bbb1;
}

.icon-play::before {
  content: "\e908";
  color: #FFF;
}

.icon-search::before {
  content: "\e909";
}

.icon-user::before {
  content: "\e90a";
}

.icon-cart::before {
  content: "\e90b";
}

.icon-heart::before {
  content: "\e90c";
  color: #626262;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
.product-item {
  display: flex;
  flex-direction: column;
}
.product-item--slider {
  width: 25%;
}
@media (max-width: 991px) {
  .product-item--slider {
    width: 33.33%;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .product-item--slider {
    width: 50%;
  }
}
.product-item--list {
  width: calc(33.33% - 16px);
}
@media (max-width: 767px) {
  .product-item--list {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .product-item--list {
    width: calc(50% - 4px);
  }
}
.product-item:hover .product-item__image .button,
.product-item:hover .product-item__image .yith-add-to-wishlist-button-block {
  opacity: 1;
}
.product-item__image {
  position: relative;
}
.product-item__image .button {
  background: #E4D7CD;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  color: #231F20;
  font-family: "Poppins Regular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .product-item__image .button {
    opacity: 1;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .product-item__image .button {
    padding: 12px 4px;
    font-size: 14px;
    line-height: 22px;
  }
}
.product-item__image .yith-add-to-wishlist-button-block {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  max-width: 30px;
  max-height: 30px;
  display: flex;
  justify-content: center;
  margin: 0;
}
@media (max-width: 991px) {
  .product-item__image .yith-add-to-wishlist-button-block {
    opacity: 1;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .product-item__image .yith-add-to-wishlist-button-block {
    max-width: 24px;
    max-height: 24px;
  }
}
.product-item__image .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button img {
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .product-item__image .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button img {
    max-width: 24px;
    max-height: 24px;
  }
}
.product-item__image .yith-add-to-wishlist-button-block:hover .yith-wcwl-add-to-wishlist-button img {
  filter: brightness(0) saturate(100%) invert(95%) sepia(3%) saturate(1110%) hue-rotate(337deg) brightness(95%) contrast(87%);
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .product-item__image .yith-add-to-wishlist-button-block:hover .yith-wcwl-add-to-wishlist-button img {
    filter: 1;
  }
}
.product-item__image img {
  vertical-align: bottom;
}
.product-item a.added_to_cart.wc-forward {
  display: none !important;
}
.product-item .woocommerce-loop-product__link {
  display: block;
  width: 100%;
}
.product-item .woocommerce-loop-product__link img {
  width: 100%;
}
.product-item .woocommerce-loop-product__title {
  color: #231F20;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin: 16px 0;
}
@media (max-width: 767px) {
  .product-item .woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.product-item .price {
  display: flex;
  justify-content: center;
  color: #231F20;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-align: center;
}

/**
 * Single product
 */
.woocommerce-single-product {
  padding: 0 0 64px;
}
@media (max-width: 991px) {
  .woocommerce-single-product {
    padding: 0 4px 64px;
  }
}
.woocommerce-single-product .woo-variation-product-gallery {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce-single-product .woo-variation-product-gallery {
    margin-bottom: 24px;
  }
}
.woocommerce-single-product .woo-variation-product-gallery .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
  transition: 0.3s ease-in-out;
}
.woocommerce-single-product .product_title {
  margin-bottom: 24px;
}
.woocommerce-single-product .woocommerce-product-details__short-description {
  margin-bottom: 24px;
}
.woocommerce-single-product .woocommerce-product-details__short-description p {
  font-size: 14px;
  line-height: 22px;
}
.woocommerce-single-product .custom-price-meta-wrapper {
  border-top: 1px solid #E4D7CD;
  border-bottom: 1px solid #E4D7CD;
  padding: 24px 0;
  margin-bottom: 24px;
}
.woocommerce-single-product .custom-price-meta-wrapper .product_meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.woocommerce-single-product .custom-price-meta-wrapper .product_meta span {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.woocommerce-single-product .custom-price-meta-wrapper .product_meta span.sku_wrapper .sku {
  font-weight: 700;
}
.woocommerce-single-product .custom-price-meta-wrapper .product_meta span.availability strong {
  color: #20b478;
}
.woocommerce-single-product .custom-price-meta-wrapper .product_meta span strong {
  font-weight: 700;
}
@media (max-width: 429px) {
  .woocommerce-single-product .custom-price-meta-wrapper .product_meta span.question {
    display: flex;
    align-items: flex-end;
    gap: 4px;
  }
}
@media (max-width: 429px) {
  .woocommerce-single-product .custom-price-meta-wrapper .product_meta span.question .text {
    display: flex;
    flex-direction: column;
  }
}
.woocommerce-single-product .custom-price-meta-wrapper .product_meta a {
  color: #626262;
  font-weight: 700;
}
.woocommerce-single-product .custom-price-meta-wrapper .product_meta a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .woocommerce-single-product .custom-price-meta-wrapper .product_meta a:hover {
    color: #626262;
  }
}
.woocommerce-single-product .price {
  color: #231F20;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.07em;
}
.woocommerce-single-product .soon-caption {
  margin: 24px 0 0;
}
.woocommerce-single-product .soon-caption__button {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.woocommerce-single-product .soon-caption__button button {
  flex-grow: 1;
}
.woocommerce-single-product .soon-caption__button .yith-wcwl-add-to-wishlist-button img {
  transition: 0.3s ease-in-out;
}
.woocommerce-single-product .soon-caption__button .yith-wcwl-add-to-wishlist-button:hover img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(14%) saturate(518%) hue-rotate(346deg) brightness(94%) contrast(92%);
}
@media (max-width: 991px) {
  .woocommerce-single-product .soon-caption__button .yith-wcwl-add-to-wishlist-button:hover img {
    filter: unset;
  }
}
.woocommerce-single-product .soon-caption__button .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.woocommerce-single-product .product-step-text {
  font-weight: 700;
}
.woocommerce-single-product .personalize-button .btn {
  display: block;
}
.woocommerce-single-product .personalize-button .btn:after {
  content: "\e911";
  padding-left: 8px;
  font-family: icomoon;
  font-size: 12px;
}
.woocommerce-single-product .single_add_to_cart_button {
  width: 100%;
}
.woocommerce-single-product__add-to-cart {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.woocommerce-single-product__add-to-cart .single_variation_wrap {
  display: none !important;
}
.woocommerce-single-product__simple-add-to-cart {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.woocommerce-single-product__simple-add-to-cart .cart {
  flex-grow: 1;
}
.woocommerce-single-product__simple-add-to-cart .quantity {
  display: none !important;
}
.woocommerce-single-product__simple-add-to-cart .yith-wcwl-add-to-wishlist-button img {
  transition: 0.3s ease-in-out;
}
.woocommerce-single-product__simple-add-to-cart .yith-wcwl-add-to-wishlist-button:hover img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(14%) saturate(518%) hue-rotate(346deg) brightness(94%) contrast(92%);
}
@media (max-width: 991px) {
  .woocommerce-single-product__simple-add-to-cart .yith-wcwl-add-to-wishlist-button:hover img {
    filter: unset;
  }
}
.woocommerce-single-product__simple-add-to-cart .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.woocommerce-single-product-description {
  padding: 0 0 64px;
}
@media (max-width: 991px) {
  .woocommerce-single-product-description {
    padding: 0 4px 64px;
  }
}
.woocommerce-single-product-description .title-toggler {
  background: #f9f6f4;
  padding: 12px 32px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.woocommerce-single-product-description .title-toggler.active::after {
  content: "\e90e";
}
.woocommerce-single-product-description .title-toggler::after {
  content: "\e90f";
  position: absolute;
  top: 15px;
  right: 30px;
  color: #231F20;
  font-family: icomoon;
  font-size: 16px;
}
.woocommerce-single-product-description__content {
  padding: 32px 0 0;
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-single-product-description__content .content-editor p {
  margin-bottom: 16px;
}
.woocommerce-single-product-description__content .content-editor p:last-child {
  margin-bottom: 0;
}
.woocommerce-single-product-description__content .content-editor p a {
  color: #746558;
  text-decoration: underline;
}
.woocommerce-single-product-description__content .content-editor p a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .woocommerce-single-product-description__content .content-editor p a:hover {
    color: #746558;
  }
}
.woocommerce-single-product-description__content .content-editor ol {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #626262;
  font-family: "Poppins Light";
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.woocommerce-single-product-description__content .content-editor ul {
  list-style-type: disc;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #626262;
  font-family: "Poppins Light";
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
}

.woocommerce-product-gallery {
  display: none !important;
}

.modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
}
.modal-overlay.query-modal {
  background: #746558;
}
.modal-overlay.query-modal .modal {
  background: #f9f6f4;
  position: relative;
  width: 100%;
  max-width: 750px;
  max-height: 90vh;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
}
@media (max-width: 767px) {
  .modal-overlay.query-modal .modal {
    margin: 0 16px;
  }
}
.modal-overlay.query-modal .modal.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal-overlay.query-modal .modal .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.modal-overlay.query-modal .modal .query-modal-wrap {
  max-width: 600px;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 56px 0;
}
@media (max-width: 991px) {
  .modal-overlay.query-modal .modal .query-modal-wrap {
    max-width: 480px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .modal-overlay.query-modal .modal .query-modal-wrap {
    max-width: 340px;
  }
}
.modal-overlay.query-modal .modal .query-modal-wrap h3 {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .modal-overlay.query-modal .modal .query-modal-wrap form {
    padding: 0 16px;
  }
}
.modal-overlay.query-modal .modal .query-modal-wrap form label {
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  margin-bottom: 4px;
}
.modal-overlay.query-modal .modal .query-modal-wrap form .form-group {
  margin-bottom: 16px;
}
.modal-overlay.query-modal .modal .query-modal-wrap form .form-group input[type=submit] {
  width: 100%;
}
.modal-overlay.query-modal .modal .query-modal-wrap form .form-group .wpcf7-not-valid-tip {
  color: #fc4949;
  margin: 4px 0 0;
}
.modal-overlay.query-modal .modal .query-modal-wrap form .form-group .wpcf7-spinner {
  margin: 8px 0 0;
}
.modal-overlay.query-modal .modal .query-modal-wrap form.invalid .wpcf7-response-output {
  background: #fc4949;
  border: 0;
  padding: 8px 12px;
  color: #FFF;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.07em;
  margin: 0;
}
.modal-overlay.query-modal .modal .query-modal-wrap form.sent .wpcf7-response-output {
  background: #20b478;
  border: 0;
  padding: 8px 12px;
  color: #FFF;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.07em;
  margin: 0;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.variation-radio-group .label {
  text-transform: uppercase;
  margin-bottom: 4px;
}

.variations {
  margin: 8px 0;
}
.variations > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.variations select {
  display: none !important;
}
.variations .variation-radios {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.variations .variation-radios .text-color {
  display: flex;
  align-items: center;
  gap: 8px;
}
.variations .variation-radios .text-color.pa_spol .custom-checkbox .checkmark::after {
  border-color: #231F20;
}
.variations .variation-radios .text-color input {
  opacity: 0;
}
.variations .variation-radios .text-color input:checked + .checkmark::after {
  display: block;
}
.variations .variation-radios .text-color .custom-checkbox {
  position: relative;
  width: 18px;
  height: 18px;
}
.variations .variation-radios .text-color .custom-checkbox .checkmark {
  border: 1px solid #7c7c7c;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  cursor: pointer;
}
.variations .variation-radios .text-color .custom-checkbox .checkmark:after {
  content: "";
  display: none;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  border-color: #FFF;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
}

.woo-variation-gallery-thumbnail-wrapper .slick-list {
  height: 664px !important;
}
@media only screen and (max-width: 991px) {
  .woo-variation-gallery-thumbnail-wrapper .slick-list {
    height: 941px !important;
  }
}
@media only screen and (max-width: 767px) {
  .woo-variation-gallery-thumbnail-wrapper .slick-list {
    height: auto !important;
  }
}
.woo-variation-gallery-thumbnail-wrapper .slick-track {
  top: calc(-20% - 5px);
}
@media only screen and (max-width: 767px) {
  .woo-variation-gallery-thumbnail-wrapper .slick-track {
    top: 0;
    left: calc(-50% - 5px);
  }
}

.wcpa_form_outer {
  margin: 0 !important;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item input[type=text], .wcpa_form_outer .wcpa_row .wcpa_form_item input[type=number], .wcpa_form_outer .wcpa_row .wcpa_form_item textarea, .wcpa_form_outer .wcpa_row .wcpa_form_item select {
  margin: 8px 0 0;
  background: #FFF;
  border: 1px solid #E4D7CD;
  padding: 16px 30px;
  line-height: 24px;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item.wcpa_type_checkbox-group label, .wcpa_form_outer .wcpa_row .wcpa_form_item.wcpa_type_radio-group label, .wcpa_form_outer .wcpa_row .wcpa_form_item.wcpa_type_image-group label {
  margin: 0 0 8px;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item .select_arrow {
  top: 33px;
  right: 33px;
  border-color: #7c7c7c transparent transparent transparent;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item .wcpa_checkbox .wcpa_check {
  width: 14px;
  min-width: 14px;
  height: 14px;
  border: 1px solid #7c7c7c;
  border-radius: 0;
  margin-right: 8px;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item .wcpa_checkbox input[type=checkbox]:checked + label .wcpa_check {
  border: 1px solid #7c7c7c;
  background: #7c7c7c;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item .wcpa_radio .wcpa_check {
  width: 14px;
  min-width: 14px;
  height: 14px;
  border: 1px solid #746558 !important;
  margin-right: 8px;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item .wcpa_radio .wcpa_check::before {
  width: 8px;
  height: 8px;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item .wcpa_radio input[type=radio]:checked + label .wcpa_check::before {
  background: #746558;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item.wcpa_type_file .wcpa_file_outer {
  margin: 8px 0 0;
  background: #FFF;
  border: 1px solid #E4D7CD;
  padding: 16px 30px;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item.wcpa_type_file .wcpa_file_outer .wcpa_file_wrap {
  margin: -16px -30px;
  padding: 16px 30px;
  background: #E4D7CD;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item.wcpa_type_file .wcpa_file_outer .wcpa_file_wrap:hover {
  background: #7c7c7c;
}
@media (max-width: 991px) {
  .wcpa_form_outer .wcpa_row .wcpa_form_item.wcpa_type_file .wcpa_file_outer .wcpa_file_wrap:hover {
    background: #E4D7CD;
  }
}
.wcpa_form_outer .wcpa_row .wcpa_form_item .image-group {
  display: flex;
  gap: 16px;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item .image-group .wcpa_image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item .image-group.wcpa_disp_type_squircle .wcpa_image input:checked + div img {
  box-shadow: 0 0 5px 1px #746558;
}
.wcpa_form_outer .wcpa_row .wcpa_form_item .image-group.wcpa_disp_type_squircle .wcpa_image input:checked ~ label::after {
  border-color: #746558;
}

/**
 * Checkout
 */
.openToSModal {
  cursor: pointer;
}

#billing_email_field {
  display: none !important;
}

.woocommerce-checkout__title {
  background: #f9f6f4;
  padding: 16px 32px;
  color: #231F20;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
}
.woocommerce-checkout__box {
  border: 1px solid #ece4df;
  background: #FFF;
  padding: 32px;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .woocommerce-checkout__box {
    padding: 24px;
  }
}
.woocommerce-checkout__check-order {
  text-align: right;
}
@media (max-width: 991px) {
  .woocommerce-checkout__check-order {
    margin: 0 0 32px;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout__check-order .btn {
    width: 100%;
  }
}
.woocommerce-checkout__info {
  border-bottom: 1px solid #E4D7CD;
  padding: 0 0 24px;
  display: flex;
  flex-direction: column;
  margin: 0 0 24px;
}
.woocommerce-checkout__info h4 {
  margin: 0 0 16px;
}
@media (max-width: 575px) {
  .woocommerce-checkout__info #shippingSelected,
  .woocommerce-checkout__info #paymentSelected {
    font-size: 14px;
    line-height: 22px;
  }
}
.woocommerce-checkout__back {
  text-align: center;
}
.woocommerce-checkout__back .btn {
  padding: 0;
}
.woocommerce-checkout__back .btn:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .woocommerce-checkout__back .btn:hover {
    color: #626262;
  }
}
.woocommerce-checkout__details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 575px) {
  .woocommerce-checkout__details h6 {
    font-size: 14px;
    line-height: 22px;
  }
}
.woocommerce-checkout__detail {
  min-width: 286px;
}
@media (max-width: 575px) {
  .woocommerce-checkout__detail {
    min-width: 200px;
  }
}
.woocommerce-checkout__detail-header {
  color: #626262;
  text-transform: none;
}

.configurator__gift-content--checkout {
  margin-top: 24px !important;
}
@media (max-width: 991px) {
  .configurator__gift-content--checkout {
    margin-top: 16px !important;
  }
}
.configurator__gift-content--checkout .configurator__gift-content-title {
  padding: 24px;
}
.configurator__gift-content--checkout .configurator__gift-content-flex {
  align-items: flex-start;
}
.configurator__gift-content--checkout .woocommerce-cart-form__thumbnail img {
  width: 50px;
  height: 50px;
}
.configurator__gift-content--checkout .configurator__gift-content-product-price {
  display: flex;
  align-items: center;
}

.newsletter-popup-block--tos .newsletter-popup-block__wrapper {
  max-width: 90%;
  max-height: 90%;
  overflow-y: scroll;
}
.newsletter-popup-block--tos .newsletter-popup-block__wrapper .newsletter-popup-block__inner {
  padding: 0;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
}
.woocommerce-billing-fields .woocommerce-form__input-checkbox,
.woocommerce-shipping-fields .woocommerce-form__input-checkbox {
  margin-top: -15px;
}
.woocommerce-billing-fields .woocommerce-form__input-checkbox label,
.woocommerce-shipping-fields .woocommerce-form__input-checkbox label {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .woocommerce-billing-fields .woocommerce-form__input-checkbox label,
  .woocommerce-shipping-fields .woocommerce-form__input-checkbox label {
    margin: 16px 0 0;
  }
}
.woocommerce-billing-fields .woocommerce-form__input-checkbox label .optional,
.woocommerce-shipping-fields .woocommerce-form__input-checkbox label .optional {
  display: none;
}
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row {
  width: 49%;
}
@media (max-width: 991px) {
  .woocommerce-billing-fields .form-row,
  .woocommerce-shipping-fields .form-row {
    width: 100%;
  }
}
.woocommerce-billing-fields .form-row label,
.woocommerce-shipping-fields .form-row label {
  display: none;
}
.woocommerce-billing-fields .form-row .iti,
.woocommerce-shipping-fields .form-row .iti {
  width: 100%;
}
.woocommerce-billing-fields .form-row #billing_phone,
.woocommerce-billing-fields .form-row #shipping_phone,
.woocommerce-shipping-fields .form-row #billing_phone,
.woocommerce-shipping-fields .form-row #shipping_phone {
  padding-left: 64px;
}
.woocommerce-billing-fields #billing_phone_field,
.woocommerce-billing-fields #shipping_phone_field,
.woocommerce-billing-fields #r1_checkbox_field,
.woocommerce-shipping-fields #billing_phone_field,
.woocommerce-shipping-fields #shipping_phone_field,
.woocommerce-shipping-fields #r1_checkbox_field {
  width: 100%;
}
.woocommerce-billing-fields .select2-container,
.woocommerce-shipping-fields .select2-container {
  min-height: 51px;
  width: 100% !important;
}
.woocommerce-billing-fields .form-row .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields .form-row .select2-container--default .select2-selection--single {
  min-height: 49px;
  background: transparent;
}
.woocommerce-billing-fields .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-shipping-fields .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
}

.woocommerce-additional-fields {
  margin: 24px 0 0;
}
.woocommerce-additional-fields .optional {
  display: none;
}
.woocommerce-additional-fields textarea {
  margin: 12px 0 0;
}

.woocommerce-shipping-fields {
  margin: 24px 0 0;
}
.woocommerce-shipping-fields .shipping_address {
  margin: 24px 0 0;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-row.woocommerce-invalid input.input-text,
.form-row.woocommerce-validated input.input-text {
  box-shadow: none;
}

.woocommerce-billing-fields .form-row .my-account__input-box--warning,
.woocommerce-shipping-fields .form-row .my-account__input-box--warning {
  border-bottom: 1px solid #e15151 !important;
  color: #e15151 !important;
}

#shipping_details ul,
#payment_details ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#shipping_details ul li,
#payment_details ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
#shipping_details .payment_box,
#shipping_details .about_paypal,
#payment_details .payment_box,
#payment_details .about_paypal {
  display: none !important;
}
#shipping_details .wc_payment_method img,
#payment_details .wc_payment_method img {
  max-width: 85px;
  max-height: 23px;
}

.form-row.place-order {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.form-row.place-order .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .form-row.place-order .woocommerce-form__label-for-checkbox {
    align-items: baseline;
  }
}
.form-row.place-order .woocommerce-terms-and-conditions-checkbox-text {
  color: #231F20;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.form-row.place-order .woocommerce-terms-and-conditions-checkbox-text a {
  color: #231F20;
  font-style: italic;
  text-decoration: underline;
}
.form-row.place-order .woocommerce-terms-and-conditions-checkbox-text a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .form-row.place-order .woocommerce-terms-and-conditions-checkbox-text a:hover {
    color: #231F20;
  }
}
@media (max-width: 991px) {
  .form-row.place-order #place_order {
    margin: 0 0 32px;
    width: 100%;
  }
}
.form-row.place-order .woocommerce-terms-and-conditions {
  display: none !important;
}

.woocommerce-checkout-review-order-table .configurator__gift-content-title--last {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.woocommerce-checkout-review-order-table .configurator__gift-content-title--last .cartToggler {
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
}
.woocommerce-checkout-review-order-table .configurator__gift-content-title--last.closed .cartToggler {
  transform: rotate(180deg);
  transition: 0.4s ease-in-out;
}

.woocommerce-thankyou-order-received {
  border: 1px solid #E4D7CD;
  background: #FFF;
  padding: 16px;
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
@media (max-width: 575px) {
  .woocommerce-thankyou-order-received {
    font-size: 14px;
    line-height: 22px;
  }
}
.woocommerce-thankyou-order-received__profile {
  color: #746558;
  text-decoration: underline;
}
.woocommerce-thankyou-order-received__profile:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .woocommerce-thankyou-order-received__profile:hover {
    color: #746558;
  }
}

.woocommerce-thankyou-order-details {
  border: 1px solid #E4D7CD;
  background: #FFF;
  padding: 16px;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .woocommerce-thankyou-order-details {
    flex-direction: column;
  }
}
.woocommerce-thankyou-order-details li h5 {
  display: block;
  color: #8d8d8d;
}
@media (max-width: 991px) {
  .woocommerce-thankyou-order-details li h5 {
    display: none;
  }
}
.woocommerce-thankyou-order-details li h6 .woocommerce-Price-amount,
.woocommerce-thankyou-order-details li h6 .woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.woocommerce-thankyou-order-details li h6 .woocommerce-Price-amount small,
.woocommerce-thankyou-order-details li h6 .woocommerce-Price-currencySymbol small {
  color: #8d8d8d;
}

.order-wrap ul.order_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order-wrap ul li {
  color: #231F20;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  flex-basis: 0;
  flex-grow: 1;
}
.order-wrap ul li strong {
  display: block;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .order-wrap ul li strong {
    margin-top: 8px;
  }
}

.c-tp strong {
  font-weight: 700;
}

.checkout .woocommerce-order .my-account .order-options {
  display: none !important;
}
.checkout .woocommerce-order .my-account .woocommerce-customer-details {
  display: none;
}
.checkout .select2-selection__arrow {
  top: 50% !important;
  right: 0 !important;
  transform: translate(-50%, -50%);
  background: url("./assets/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.checkout .select2-selection__arrow b {
  display: none;
}

.thank-you-options {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 32px 0 0;
}
@media (max-width: 991px) {
  .thank-you-options {
    flex-direction: column;
    align-items: center;
  }
}
.thank-you-options .btn {
  width: fit-content;
  min-width: 305px;
}
@media (max-width: 575px) {
  .thank-you-options .btn {
    width: 100%;
    min-width: unset;
  }
}

.wc-social-login {
  display: block !important;
  text-align: center;
}

#r1_oib_tvrtke_field {
  width: 100%;
}

.configurator__number {
  font-size: 18px;
}

.popup-block {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999999999;
  top: 0;
  left: 0;
  overflow-y: scroll;
}
.popup-block--active {
  display: block;
}
.popup-block__wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0%);
  width: 100%;
  padding: 52px 16px 24px;
  background: #FFF;
  border-radius: 2px;
  max-height: 90vh;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .popup-block__wrapper {
    top: 10px;
  }
}
.popup-block__inner {
  position: relative;
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .popup-block__inner {
    flex-direction: column;
  }
}
.popup-block__toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 20px;
  height: 20px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 429px) {
  .popup-block__toggler {
    top: 16px;
    right: 16px;
  }
}
.popup-block .site-breadcrumbs {
  display: none;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #626262;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #626262;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #626262;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/**
 * WooCommerce my account
 */
@media (max-width: 991px) {
  .page-woo {
    padding: 0 4px;
  }
}
.page-woo .woocommerce {
  padding: 16px 0 64px;
}
.page-woo .woocommerce .site-breadcrumbs {
  padding: 30px 0 16px;
}
.page-woo .woocommerce .intro {
  max-width: 800px;
  margin: 0 auto 48px;
}
.page-woo .woocommerce .intro h1 {
  padding: 0 0 24px;
}
.page-woo .woocommerce .intro a {
  color: #746558;
  text-decoration: underline;
}
.page-woo .woocommerce.yith-wcwl-form {
  padding: 0;
}
.page-woo .woocommerce .woocommerce-form,
.page-woo .woocommerce .lost_reset_password {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #E4D7CD;
  background: #FFF;
  height: 100%;
}
.page-woo .woocommerce .woocommerce-form-row,
.page-woo .woocommerce .lost_reset_password-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}
.page-woo .woocommerce .woocommerce-form address,
.page-woo .woocommerce .lost_reset_password address {
  border-radius: 4px;
  border: 1px solid #bebebe;
  background: #FFF;
  padding: 24px;
  color: #626262;
  font-family: "Poppins Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin: 24px 0 32px;
}
.page-woo .woocommerce .woocommerce-form .woocommerce-address-fields__field-wrapper,
.page-woo .woocommerce .lost_reset_password .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.page-woo .woocommerce .woocommerce-form .woocommerce-address-fields__field-wrapper p,
.page-woo .woocommerce .lost_reset_password .woocommerce-address-fields__field-wrapper p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-woo .woocommerce h2 {
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 24px;
}
.page-woo .woocommerce h2 span {
  display: block;
  color: #626262;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 8px;
}
.page-woo .woocommerce .password-input {
  position: relative;
}
.page-woo .woocommerce .show-password-input {
  position: absolute;
  top: 18px;
  right: 10px;
  border: 0;
  background: transparent;
  padding: 0;
  font-family: icomoon;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
.page-woo .woocommerce .show-password-input:hover {
  color: #746558;
}
.page-woo .woocommerce .show-password-input::after {
  content: "\e917";
}
.page-woo .woocommerce .show-password-input.display-password::after {
  opacity: 0.3;
}
.page-woo .woocommerce .woocommerce-privacy-policy-text {
  margin-bottom: 16px;
}
.page-woo .woocommerce .woocommerce-privacy-policy-text p {
  font-size: 12px;
}
.page-woo .woocommerce .woocommerce-privacy-policy-text p a {
  color: #746558;
  text-decoration: underline;
}
.page-woo .woocommerce .woocommerce-privacy-policy-text p a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .page-woo .woocommerce .woocommerce-privacy-policy-text p a:hover {
    color: #746558;
  }
}
.page-woo .woocommerce .woocommerce-button,
.page-woo .woocommerce .woocommerce-Button {
  border: 1px solid #E4D7CD;
  background: #f9f6f4;
  color: #746558;
  padding: 16px 40px;
  font-family: "Poppins Regular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
@media (max-width: 575px) {
  .page-woo .woocommerce .woocommerce-button,
  .page-woo .woocommerce .woocommerce-Button {
    width: 100%;
  }
}
.page-woo .woocommerce .woocommerce-button:hover,
.page-woo .woocommerce .woocommerce-Button:hover {
  background: #E4D7CD;
  color: #FFF;
}
@media (max-width: 991px) {
  .page-woo .woocommerce .woocommerce-button:hover,
  .page-woo .woocommerce .woocommerce-Button:hover {
    background: #f9f6f4;
    color: #746558;
  }
}
@media (max-width: 991px) {
  .page-woo .woocommerce-MyAccount-navigation {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .page-woo .woocommerce-MyAccount-navigation .categories-wrapper {
    position: relative;
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  .page-woo .woocommerce-MyAccount-navigation .categories-wrapper.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (max-width: 991px) {
  .page-woo .woocommerce-MyAccount-navigation .categories-wrapper.active .my-account-list {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 991px) {
  .page-woo .woocommerce-MyAccount-navigation .categories-wrapper::after {
    content: "\e90d";
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    color: #FFF;
    font-family: icomoon;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
  }
}
.page-woo .woocommerce-MyAccount-navigation .categories-wrapper .tab-placeholder {
  display: none;
}
@media (max-width: 991px) {
  .page-woo .woocommerce-MyAccount-navigation .categories-wrapper .tab-placeholder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #746558;
    border-radius: 4px;
    padding: 16px 20px;
    color: #FFF;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
}
.page-woo .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .page-woo .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 999;
    overflow: scroll;
    background: #FFF;
    transition: 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .page-woo .woocommerce-MyAccount-navigation ul li {
    width: 100%;
  }
}
.page-woo .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #746558;
  color: #FFF;
}
.page-woo .woocommerce-MyAccount-navigation ul li a {
  border-radius: 4px;
  background: #f9f6f4;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  color: #231F20;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
}
.page-woo .woocommerce-MyAccount-navigation ul li a:hover {
  background: #746558;
  color: #FFF;
}
@media (max-width: 991px) {
  .page-woo .woocommerce-MyAccount-navigation ul li a:hover {
    background: #f9f6f4;
    color: #231F20;
  }
}
.page-woo .edit-account__row {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .page-woo .edit-account__row {
    flex-direction: column;
    gap: 24px;
  }
}
.page-woo .edit-account input {
  padding: 16px;
}
.page-woo .edit-account__button {
  display: flex;
  justify-content: center;
}
.page-woo .edit-account__button #guest_next {
  background: #f9f6f4;
}
.page-woo .edit-account__button #guest_next:hover {
  background: #E4D7CD;
}
@media (max-width: 991px) {
  .page-woo .edit-account__button #guest_next:hover {
    background: #f9f6f4;
  }
}
@media (max-width: 991px) {
  .page-woo .account-address .woocommerce-Address:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .page-woo #customer_login .col-lg-6:first-child {
    margin-bottom: 24px;
  }
}
.page-woo #customer_login .checkbox-remember-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}
.page-woo #customer_login .checkbox-remember-form label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-woo #customer_login .checkbox-remember-form .woocommerce-LostPassword a {
  color: #746558;
  text-decoration: underline;
}
.page-woo #customer_login .checkbox-remember-form .woocommerce-LostPassword a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .page-woo #customer_login .checkbox-remember-form .woocommerce-LostPassword a:hover {
    color: #746558;
  }
}
.page-woo #customer_login .guest-to-login {
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}
.page-woo #customer_login .guest-to-login p {
  color: #231F20;
}
.page-woo #customer_login .guest-to-login p a {
  color: #746558;
  text-decoration: underline;
}
.page-woo #customer_login .guest-to-login p a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .page-woo #customer_login .guest-to-login p a:hover {
    color: #746558;
  }
}
.page-woo #customer_lost_password .col-lg-6 {
  margin: 0 auto;
}
.page-woo #customer_lost_password .back-to-login {
  text-align: center;
  margin-top: 16px;
}
.page-woo #customer_lost_password .back-to-login a {
  color: #746558;
  text-decoration: underline;
}
.page-woo #customer_lost_password .back-to-login a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .page-woo #customer_lost_password .back-to-login a:hover {
    color: #746558;
  }
}
.page-woo #customer_reset_password .col-lg-6 {
  margin: 0 auto;
}
.page-woo .select2-container .select2-selection--single {
  height: 58px;
  padding: 16px 30px;
  border-radius: 0px;
  border: 1px solid #E4D7CD;
}
.page-woo .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.page-woo .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px;
  right: 5px;
}
.page-woo .woocommerce-info a {
  color: #09558b !important;
  background-color: transparent !important;
  border: 0 !important;
}
.page-woo table.account-orders-table {
  border-radius: 4px;
  border: 1px solid #E4D7CD;
  background: #FFF;
  padding: 32px;
}
@media (max-width: 767px) {
  .page-woo table.account-orders-table {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .page-woo table.account-orders-table thead {
    display: none;
  }
}
.page-woo table.account-orders-table thead th {
  color: #111;
  padding-bottom: 16px;
}
.page-woo table.account-orders-table td,
.page-woo table.account-orders-table th {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
.page-woo table.account-orders-table td {
  color: #494949;
  padding: 12px 16px;
}
@media (max-width: 767px) {
  .page-woo table.account-orders-table td {
    display: block;
    padding: 0;
    margin-bottom: 16px;
  }
}
.page-woo table.account-orders-table td:last-of-type {
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .page-woo table.account-orders-table td:last-of-type {
    margin-bottom: 0;
  }
}
.page-woo table.account-orders-table td a {
  color: #494949;
}
.page-woo table.account-orders-table td a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .page-woo table.account-orders-table td a:hover {
    color: #494949;
  }
}
@media (max-width: 767px) {
  .page-woo table.account-orders-table td::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-woo table.account-orders-table tr {
    display: block;
    border-radius: 2px;
    border: 1px solid #E4D7CD;
    padding: 24px 16px;
    margin-bottom: 16px;
  }
  .page-woo table.account-orders-table tr:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-woo table.account-orders-table tr:nth-of-type(odd) {
    background: #fcfcfc;
  }
}
@media (max-width: 767px) {
  .page-woo table.account-orders-table tr:nth-of-type(odd) td {
    background: #fcfcfc;
  }
}
.page-woo table.account-orders-table .woocommerce-orders-table__cell-order-total {
  font-size: 0;
}
.page-woo table.account-orders-table .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-size: 14px;
}
.page-woo table.account-orders-table .woocommerce-orders-table__cell-order-status.processing {
  color: #444;
}
.page-woo table.account-orders-table .woocommerce-orders-table__cell-order-status.on-hold {
  color: #57b0e2;
}
.page-woo table.account-orders-table .woocommerce-orders-table__cell-order-status.pending {
  color: #57b0e2;
}
.page-woo table.account-orders-table .woocommerce-orders-table__cell-order-status.failed {
  color: #eb5757;
}
.page-woo table.account-orders-table .woocommerce-orders-table__cell-order-status.completed {
  color: #27ae60;
}
.page-woo table.account-orders-table .woocommerce-orders-table__cell-order-status.cancelled {
  color: #f2994a;
}
.page-woo table.account-orders-table .woocommerce-orders-table__cell-order-status.refunded {
  color: #1b5e83;
}

.select2-container .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: icomoon;
  color: #656565;
  font-size: 18px;
  content: "\e90d";
  transition: 0.25s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.woocommerce-order-details h2 {
  display: none;
}
.woocommerce-order-details table {
  border: 0;
}
@media (max-width: 575px) {
  .woocommerce-order-details table thead {
    display: none;
  }
}
@media (max-width: 575px) {
  .woocommerce-order-details table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.woocommerce-order-details table tr th {
  padding: 12px;
  text-align: left;
  text-transform: uppercase;
}
.woocommerce-order-details table tr th:first-of-type {
  padding-left: 0;
}
@media (max-width: 575px) {
  .woocommerce-order-details table tr th:first-of-type {
    padding: 8px;
    text-align: center;
  }
}
.woocommerce-order-details table tr th:last-of-type {
  padding-right: 0;
  text-align: right;
}
@media (max-width: 575px) {
  .woocommerce-order-details table tr th:last-of-type {
    padding: 8px;
  }
}
.woocommerce-order-details table td {
  padding: 12px;
}
.woocommerce-order-details table td a {
  color: #746558;
}
.woocommerce-order-details table td a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .woocommerce-order-details table td a:hover {
    color: #746558;
  }
}
.woocommerce-order-details table td:first-of-type {
  padding-right: 12px;
  padding-left: 0;
}
@media (max-width: 575px) {
  .woocommerce-order-details table td:first-of-type {
    padding: 8px;
    text-align: center;
  }
}
.woocommerce-order-details table td:last-of-type {
  padding-right: 0;
  width: 40%;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .woocommerce-order-details table td:last-of-type {
    width: 100%;
    text-align: center;
    padding: 8px;
  }
}
.woocommerce-order-details table td .wc-item-meta {
  display: none;
}
@media (max-width: 575px) {
  .woocommerce-order-details table tfoot tr:last-of-type {
    flex-direction: row;
  }
}
.woocommerce-order-details table tfoot tr th,
.woocommerce-order-details table tfoot tr td {
  padding: 12px;
}
.woocommerce-order-details table tfoot tr th {
  padding-left: 0;
  text-align: left !important;
  text-transform: none !important;
}
.woocommerce-order-details table tfoot tr:last-of-type th,
.woocommerce-order-details table tfoot tr:last-of-type td {
  border-top: 1px solid #E4D7CD;
  padding-top: 24px;
  font-size: 24px;
}
@media (max-width: 575px) {
  .woocommerce-order-details table tfoot tr:last-of-type th,
  .woocommerce-order-details table tfoot tr:last-of-type td {
    padding: 24px 8px 8px;
    text-align: right;
  }
}
.woocommerce-order-details table tfoot tr:nth-last-of-type(2) th,
.woocommerce-order-details table tfoot tr:nth-last-of-type(2) td {
  padding-bottom: 24px;
}
@media (max-width: 575px) {
  .woocommerce-order-details table tfoot tr:nth-last-of-type(2) th,
  .woocommerce-order-details table tfoot tr:nth-last-of-type(2) td {
    padding: 8px;
  }
}
@media (max-width: 575px) {
  .woocommerce-order-details table tfoot tr:nth-last-of-type(2) td {
    padding: 8px 8px 24px;
  }
}
.woocommerce-order-details table tfoot tr td {
  text-align: right;
  padding-right: 0;
}

.woocommerce-view-order .order-details,
.woocommerce-view-order .order_details {
  border: 1px solid #E4D7CD;
  background: #fcfcfc;
  margin-bottom: 24px;
  padding: 24px;
}
@media (max-width: 575px) {
  .woocommerce-view-order .order-details,
  .woocommerce-view-order .order_details {
    padding: 16px;
  }
}
.woocommerce-view-order .order-details h2,
.woocommerce-view-order .order_details h2 {
  text-align: center;
}
@media (max-width: 575px) {
  .woocommerce-view-order .order-details table thead,
  .woocommerce-view-order .order_details table thead {
    display: none;
  }
}
@media (max-width: 575px) {
  .woocommerce-view-order .order-details table tr,
  .woocommerce-view-order .order_details table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.woocommerce-view-order .order-details table tr th,
.woocommerce-view-order .order_details table tr th {
  padding: 12px;
  text-align: left;
  text-transform: uppercase;
}
.woocommerce-view-order .order-details table tr th:first-of-type,
.woocommerce-view-order .order_details table tr th:first-of-type {
  padding-left: 0;
}
@media (max-width: 575px) {
  .woocommerce-view-order .order-details table tr th:first-of-type,
  .woocommerce-view-order .order_details table tr th:first-of-type {
    padding: 8px;
    text-align: center;
  }
}
.woocommerce-view-order .order-details table tr th:last-of-type,
.woocommerce-view-order .order_details table tr th:last-of-type {
  padding-right: 0;
  text-align: right;
}
@media (max-width: 575px) {
  .woocommerce-view-order .order-details table tr th:last-of-type,
  .woocommerce-view-order .order_details table tr th:last-of-type {
    padding: 8px;
  }
}
.woocommerce-view-order .order-details table td,
.woocommerce-view-order .order_details table td {
  padding: 12px;
}
.woocommerce-view-order .order-details table td a,
.woocommerce-view-order .order_details table td a {
  color: #746558;
}
.woocommerce-view-order .order-details table td a:hover,
.woocommerce-view-order .order_details table td a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .woocommerce-view-order .order-details table td a:hover,
  .woocommerce-view-order .order_details table td a:hover {
    color: #746558;
  }
}
.woocommerce-view-order .order-details table td:first-of-type,
.woocommerce-view-order .order_details table td:first-of-type {
  padding-left: 0;
  padding-right: 12px;
}
@media (max-width: 575px) {
  .woocommerce-view-order .order-details table td:first-of-type,
  .woocommerce-view-order .order_details table td:first-of-type {
    padding: 8px;
    text-align: center;
  }
}
.woocommerce-view-order .order-details table td:last-of-type,
.woocommerce-view-order .order_details table td:last-of-type {
  padding-right: 0;
}
@media (max-width: 575px) {
  .woocommerce-view-order .order-details table td:last-of-type,
  .woocommerce-view-order .order_details table td:last-of-type {
    padding: 8px;
  }
}
.woocommerce-view-order .order-details table td .wc-item-meta,
.woocommerce-view-order .order_details table td .wc-item-meta {
  display: none;
}
@media (max-width: 575px) {
  .woocommerce-view-order .order-details table tfoot tr:last-of-type,
  .woocommerce-view-order .order_details table tfoot tr:last-of-type {
    flex-direction: row;
  }
}
.woocommerce-view-order .order-details table tfoot tr th,
.woocommerce-view-order .order-details table tfoot tr td,
.woocommerce-view-order .order_details table tfoot tr th,
.woocommerce-view-order .order_details table tfoot tr td {
  padding: 12px;
}
.woocommerce-view-order .order-details table tfoot tr th,
.woocommerce-view-order .order_details table tfoot tr th {
  text-align: left;
  padding-left: 0;
  text-transform: none !important;
}
.woocommerce-view-order .order-details table tfoot tr:last-of-type th,
.woocommerce-view-order .order-details table tfoot tr:last-of-type td,
.woocommerce-view-order .order_details table tfoot tr:last-of-type th,
.woocommerce-view-order .order_details table tfoot tr:last-of-type td {
  padding-top: 24px;
  font-size: 24px;
}
@media (max-width: 575px) {
  .woocommerce-view-order .order-details table tfoot tr:last-of-type th,
  .woocommerce-view-order .order-details table tfoot tr:last-of-type td,
  .woocommerce-view-order .order_details table tfoot tr:last-of-type th,
  .woocommerce-view-order .order_details table tfoot tr:last-of-type td {
    padding: 24px 8px 8px;
    text-align: right;
  }
}
.woocommerce-view-order .order-details table tfoot tr:nth-last-of-type(2) th,
.woocommerce-view-order .order-details table tfoot tr:nth-last-of-type(2) td,
.woocommerce-view-order .order_details table tfoot tr:nth-last-of-type(2) th,
.woocommerce-view-order .order_details table tfoot tr:nth-last-of-type(2) td {
  padding-bottom: 24px;
}
@media (max-width: 575px) {
  .woocommerce-view-order .order-details table tfoot tr:nth-last-of-type(2) th,
  .woocommerce-view-order .order-details table tfoot tr:nth-last-of-type(2) td,
  .woocommerce-view-order .order_details table tfoot tr:nth-last-of-type(2) th,
  .woocommerce-view-order .order_details table tfoot tr:nth-last-of-type(2) td {
    padding: 8px;
  }
}
@media (max-width: 575px) {
  .woocommerce-view-order .order-details table tfoot tr:nth-last-of-type(2) td,
  .woocommerce-view-order .order_details table tfoot tr:nth-last-of-type(2) td {
    padding: 8px 8px 24px;
  }
}
.woocommerce-view-order .order-details table tfoot tr td,
.woocommerce-view-order .order_details table tfoot tr td {
  padding-right: 0;
}
@media (max-width: 575px) {
  .woocommerce-view-order .order-details table tfoot tr td,
  .woocommerce-view-order .order_details table tfoot tr td {
    padding: 8px;
  }
}
.woocommerce-view-order .back-to-orders {
  color: #746558;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.woocommerce-view-order .back-to-orders:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .woocommerce-view-order .back-to-orders:hover {
    color: #746558;
  }
}
.woocommerce-view-order .includes_tax {
  display: none;
}

.woocommerce-customer-details {
  text-align: center;
  margin: 24px 0 0;
}
.woocommerce-customer-details .woocommerce-columns {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .woocommerce-customer-details .woocommerce-columns {
    flex-direction: column;
  }
}
.woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  width: calc(50% - 12px);
}
@media (max-width: 767px) {
  .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    width: 100%;
  }
}
.woocommerce-customer-details .woocommerce-columns address {
  line-height: 26px;
  letter-spacing: 0.05em;
}

/**
 * WooCommerce notices
 */
.woocommerce-notices-wrapper {
  position: fixed;
  bottom: 25px;
  right: 25px;
  margin-left: -150px;
  width: 360px;
  z-index: 9999;
  border-radius: 10px;
  text-align: center;
}

.woocommerce-error {
  position: fixed;
  bottom: 25px;
  right: 25px;
  margin-left: -150px;
  width: 360px;
  z-index: 9999;
  background: white;
  border-radius: 10px;
  text-align: center;
}

.message-container {
  border-radius: 10px;
  border-style: solid;
  border-color: #000;
  border-width: 2px 2px 2px 2px;
}

/*---------------------------------------------------*/
/*Make Woocommerce Notices Disappear After 15 Seconds*/
/*---------------------------------------------------*/
.woocommerce-notices-wrapper {
  opacity: 0;
  -moz-animation: notices 15s;
  -webkit-animation: notices 15s;
  -o-animation: notices 15s;
  animation: notices 15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes notices {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.woocommerce-info {
  background: #9fcff3;
  padding: 16px 24px !important;
  border-bottom: none !important;
  color: #09558b;
  margin-bottom: 20px !important;
  list-style: none;
  margin-left: 0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.12px;
}
.woocommerce-info li {
  border-bottom: none;
  padding-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.12px;
}

.woocommerce-message {
  background: #c1e1b9;
  padding: 16px 24px !important;
  border-bottom: none !important;
  color: #196406;
  margin-bottom: 20px !important;
  list-style: none;
  margin-left: 0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.12px;
}
.woocommerce-message li {
  border-bottom: none;
  padding-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.12px;
}
.woocommerce-message a {
  text-decoration: none;
  color: #196406;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px;
  letter-spacing: 1.12px;
}
.woocommerce-message a:hover {
  color: #28be93;
}
.woocommerce-message--info {
  background: #9fcff3;
  padding: 16px 24px !important;
  border-bottom: none !important;
  color: #09558b;
  margin-bottom: 20px !important;
  list-style: none;
  margin-left: 0;
  border-radius: 3px;
}
.woocommerce-message--info a {
  text-decoration: none;
  color: #09558b;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.12px;
}
.woocommerce-message--info a:hover {
  color: #4871c9;
}

.woocommerce-error {
  background: #f7d2d2;
  padding: 16px 24px !important;
  border-bottom: none !important;
  color: #b20000;
  margin-bottom: 20px !important;
  list-style: none;
  margin-left: 0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.12px;
}
.woocommerce-error li {
  border-bottom: none;
  padding-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.12px;
}
.woocommerce-error a {
  text-decoration: none;
  color: #b20000 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px;
  letter-spacing: 1.12px;
}
.woocommerce-error a:hover {
  color: #dc8181 !important;
}

.yith-wcwl-feedback-messages-container {
  position: fixed;
  left: unset;
  top: unset;
  bottom: 25px;
  right: 25px;
  margin-left: 0;
  width: 360px;
  z-index: 9999;
  border-radius: 10px;
  text-align: center;
  transform: unset;
  max-width: 100%;
}
.yith-wcwl-feedback-messages-container .yith-wcwl-add-to-wishlist__feedback {
  background: #c1e1b9;
  padding: 16px 24px !important;
  border-bottom: none !important;
  color: #196406;
  margin-bottom: 20px !important;
  list-style: none;
  margin-left: 0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.12px;
  width: 100%;
  text-wrap: unset;
}

/**
 * WooCommerce wishlist
 */
@media (max-width: 991px) {
  .page-wishlist {
    padding: 0 4px;
  }
}
.page-wishlist .site-breadcrumbs {
  padding: 30px 0 16px;
}
.page-wishlist .intro {
  max-width: 800px;
  margin: 0 auto 48px;
}
.page-wishlist .intro h1 {
  padding: 0 0 16px;
}

.my-wishlist__title-container {
  display: none;
}
.my-wishlist__items {
  padding: 0 0 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 991px) {
  .my-wishlist__items {
    padding: 0 0 64px;
    gap: 16px;
  }
}
.my-wishlist__item {
  background: #FFF;
  border: 1px solid #E4D7CD;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  gap: 16px;
  position: relative;
  width: calc(50% - 12px);
  min-height: 210px;
}
@media (max-width: 991px) {
  .my-wishlist__item {
    padding: 16px;
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .my-wishlist__item {
    flex-direction: column;
    min-height: unset;
  }
}
.my-wishlist__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .my-wishlist__item img {
    width: unset;
    height: unset;
    min-width: 150px;
    min-height: 150px;
  }
}
.my-wishlist__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
}
@media (max-width: 991px) {
  .my-wishlist__info {
    justify-content: flex-end;
    gap: 8px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .my-wishlist__info {
    justify-content: flex-start;
  }
}
.my-wishlist__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.my-wishlist__top a {
  color: #626262;
  max-width: 225px;
}
.my-wishlist__top a:hover {
  color: #746558;
}
@media (max-width: 991px) {
  .my-wishlist__top a:hover {
    color: #626262;
  }
}
.my-wishlist__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.my-wishlist__bottom .product-price {
  font-family: "Poppins Light";
  font-weight: 300;
  color: #626262;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.my-wishlist__button a {
  display: block;
  padding: 16px 40px;
  background: #FFF;
  border: 1px solid #E4D7CD;
  color: #746558;
  font-family: "Poppins Regular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s ease-in-out;
  min-width: 260px;
}
@media (max-width: 1199px) {
  .my-wishlist__button a {
    padding: 16px 22px;
    display: flex;
    justify-content: center;
    min-width: 225px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .my-wishlist__button a {
    width: 100%;
  }
}
.my-wishlist__button a:hover {
  background: #E4D7CD;
  color: #FFF;
}
@media (max-width: 991px) {
  .my-wishlist__button a:hover {
    background: #FFF;
    color: #746558;
  }
}
.my-wishlist__remove-product {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
}
@media (max-width: 991px) {
  .my-wishlist__remove-product {
    top: 16px;
    right: 16px;
  }
}
.my-wishlist__no-products {
  padding: 0 0 80px;
}
@media (max-width: 991px) {
  .my-wishlist__no-products {
    padding: 0 0 64px;
  }
}
.my-wishlist__card {
  max-width: 600px;
  margin: 0 auto 32px;
}
.my-wishlist__title {
  margin-bottom: 16px;
  text-align: center;
}
.my-wishlist__description p {
  text-align: center;
}
.my-wishlist__description p a {
  color: #746558;
  text-decoration: underline;
}
.my-wishlist__options {
  max-width: 320px;
  margin: 0 auto;
}
.my-wishlist__options .btn {
  display: block;
  width: 100%;
}
.my-wishlist .yith-wcwl-share {
  display: none;
}

/**
 * WooCommerce cart
 */
.sections-text {
  text-transform: uppercase;
}
.sections-text a {
  color: #746558;
  font-weight: 700;
}
.sections-text a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .sections-text a:hover {
    color: #746558;
  }
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper {
  opacity: 1 !important;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  margin-left: 0;
  width: 100%;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.woocommerce-cart-form__wrapper {
  margin-top: 48px;
}
.woocommerce-cart-form__item {
  border: 1px solid #E4D7CD;
  background: #FFF;
  padding: 24px;
  position: relative;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .woocommerce-cart-form__item {
    flex-direction: column;
    margin-bottom: 8px;
  }
}
.woocommerce-cart-form__item:last-child {
  margin-bottom: 0;
}
.woocommerce-cart-form__item img {
  max-width: 100px;
}
@media (max-width: 991px) {
  .woocommerce-cart-form__item img {
    max-width: unset;
  }
}
.woocommerce-cart-form__remove {
  position: absolute;
  top: 24px;
  right: 24px;
}
@media (max-width: 991px) {
  .woocommerce-cart-form__thumbnail {
    text-align: center;
  }
}
.woocommerce-cart-form__thumbnail img {
  width: 100px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .woocommerce-cart-form__thumbnail img {
    width: 135px;
    height: 135px;
  }
}
.woocommerce-cart-form__description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.woocommerce-cart-form__descriptionfirst {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .woocommerce-cart-form__descriptionfirst {
    justify-content: center;
  }
}
.woocommerce-cart-form__descriptionfirst a {
  color: #231F20;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .woocommerce-cart-form__descriptionfirst a {
    text-align: center;
  }
}
.woocommerce-cart-form__descriptionfirst a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .woocommerce-cart-form__descriptionfirst a:hover {
    color: #231F20;
  }
}
.woocommerce-cart-form__descriptionlast {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.woocommerce-cart-form__descriptionlast .price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}

.woocommerce-cart-area {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 40px 0 0;
}
@media (max-width: 991px) {
  .woocommerce-cart-area {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart-area__first {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart-area__second {
    order: 1;
    width: 100%;
  }
}

.cart-collaterals {
  min-width: 480px;
}
@media (max-width: 991px) {
  .cart-collaterals {
    min-width: unset;
    width: 100%;
  }
}

.collaterals {
  background: #f9f6f4;
  border: 1px solid #E4D7CD;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .collaterals {
    padding: 24px;
  }
}
.collaterals__item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.collaterals__item--border {
  border-top: 1px solid #E4D7CD;
  padding: 32px 0 0;
}
@media (max-width: 991px) {
  .collaterals__item--border {
    padding: 24px 0 0;
  }
}
.collaterals__item--border-both {
  border-top: 1px solid #E4D7CD;
  border-bottom: 1px solid #E4D7CD;
  padding: 32px 0;
}
@media (max-width: 991px) {
  .collaterals__item--border-both {
    padding: 24px 0;
  }
}
.collaterals__item--coupon .coupontxt {
  display: flex;
  align-items: center;
}
.collaterals__item--coupon .coupontxt span {
  font-weight: 700;
}
.collaterals__item--coupon a {
  display: flex;
  align-items: center;
}
.collaterals__item--coupon svg {
  margin-left: 8px;
}
@media (max-width: 390px) {
  .collaterals__item#js-togglecoupon {
    flex-direction: column;
  }
}
.collaterals__item h6 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.collaterals__item h1 span {
  font-size: 22px;
}
.collaterals .includes_tax {
  display: none;
}
.collaterals #dw_coupon_code:focus {
  outline: none;
}
.collaterals #apply_coupon2 {
  min-width: 135px;
}
.collaterals #togglecoupon {
  display: none;
}
@media (max-width: 575px) {
  .collaterals #togglecoupon .collaterals__item {
    flex-direction: column;
  }
}
.collaterals__toggler {
  color: #746558;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.collaterals__toggler:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .collaterals__toggler:hover {
    color: #746558;
  }
}
.collaterals__toggler::after {
  content: "\e911";
  font-family: icomoon;
  padding-left: 8px;
  font-size: 10px;
}
.collaterals .woocommerce-button.btn--nofill {
  background: #FFF;
}

#dw_coupon_code,
#apply_coupon2 {
  padding: 12px 16px;
}

.checkout .safety-block .container {
  padding: 0 !important;
}

.secured {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 56px;
  height: 100%;
}
@media (max-width: 991px) {
  .secured {
    align-items: center;
  }
}
.secured__items {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 991px) {
  .secured__items {
    align-items: center;
  }
}
.secured__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .secured__item {
    align-items: center;
  }
}
.secured__item .payment-methods {
  display: flex;
  align-items: center;
  gap: 32px;
}
.secured .back-to-shop a {
  color: #746558;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.secured .back-to-shop a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .secured .back-to-shop a:hover {
    color: #746558;
  }
}

.quantity {
  display: flex;
}
.quantity.buttons_added input.minus, .quantity.buttons_added input.plus {
  padding: 8px 10px;
  min-width: 35px;
}
.quantity .input-text.qty {
  border: 1px solid #E4D7CD;
  background: transparent;
  padding: 0;
  text-align: center;
  max-width: 54px;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
}
.custom-tooltip:hover .tooltiptext {
  visibility: visible;
}
.custom-tooltip i {
  color: #626262;
  font-size: 14px;
}
.custom-tooltip .tooltiptext {
  visibility: hidden;
  background: #FFF;
  padding: 16px 20px;
  color: #FFF;
  width: 300px;
  position: absolute;
  left: -100px;
  z-index: 1;
}
.custom-tooltip .tooltiptext p {
  color: #231F20;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
}

.empty-cart {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.empty-cart img {
  padding: 32px 0 48px;
}
.empty-cart .btn {
  display: block;
  width: fit-content;
  margin: 24px auto 0;
}
@media (max-width: 575px) {
  .empty-cart .btn {
    width: 100%;
  }
}

.gift-wrap-checkbox {
  display: flex;
  align-items: center;
}
.gift-wrap-checkbox input {
  margin-right: 8px;
}
.gift-wrap-checkbox label {
  display: flex;
  align-items: baseline;
}

/**
 * WooCommerce shop
 */
.products-page {
  padding: 64px 0;
}
@media (max-width: 991px) {
  .products-page {
    padding: 64px 4px;
  }
}
@media (max-width: 991px) {
  .products-page__filter-wrapper {
    background: #FFF;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    z-index: 99999;
    transition: 0.3s ease-in-out;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .products-page__filter-wrapper.active {
    left: 0;
  }
}
.products-page__filter-wrapper .close-filter {
  display: none;
}
@media (max-width: 991px) {
  .products-page__filter-wrapper .close-filter {
    display: block;
    position: absolute;
    top: 54px;
    right: 40px;
    z-index: 1;
    cursor: pointer;
  }
  .products-page__filter-wrapper .close-filter svg {
    width: 16px;
    height: 16px;
  }
}
.products-page__filter {
  border: 1px solid #E4D7CD;
  padding: 32px 24px;
  position: relative;
}
@media (max-width: 991px) {
  .products-page__filter {
    border: none;
  }
}
.products-page__filter .filter-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .products-page__filter .filter-title {
    background: #f9f6f4;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    padding: 40px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.products-page__filter .filter-list li {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .products-page__filter .filter-list li {
    margin-bottom: 16px;
  }
}
.products-page__filter .filter-list li:last-child {
  margin-bottom: 0;
}
.products-page__filter .filter-list li a {
  display: block;
  color: #746558;
  font-family: "Poppins Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .products-page__filter .filter-list li a {
    background: #fafafa;
    padding: 16px 40px;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
  }
}
.products-page__filter .filter-list li a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .products-page__filter .filter-list li a:hover {
    color: #746558;
  }
}
.products-page__filter .filter-list li .sub-menu {
  margin: 0;
}
.products-page__filter .filter-list li .sub-menu li {
  margin-bottom: 16px;
  margin-left: 16px;
}
.products-page__filter .filter-list li .sub-menu li:last-child {
  margin-bottom: 0;
}
.products-page__filter .filter-list li .sub-menu li:last-child a {
  margin-bottom: 0;
}
.products-page .products-listing .sort-filtering {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  /* .select-layout {
      display: flex;
      gap: 12px;
      @media (max-width: $media-breakpoint-lg) {
          display: none;
      }

      button {
          background: $color-light;
          border: 1px solid #e3e3e3;
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 40px;
          height: 40px;
          color: #e3e3e3;
          font-size: 20px;

          &.active {
              border-color: $color-golden;
              color: $color-golden;
          }
      }
  } */
}
@media (max-width: 991px) {
  .products-page .products-listing .sort-filtering {
    flex-direction: column;
  }
}
.products-page .products-listing .sort-filtering .sorting-area {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .products-page .products-listing .sort-filtering .sorting-area {
    width: 100%;
  }
}
.products-page .products-listing .sort-filtering .sorting-area .sorting-text {
  color: #777;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .products-page .products-listing .sort-filtering .sorting-area .sorting-text {
    display: none;
  }
}
.products-page .products-listing .sort-filtering .sorting-area .woocommerce-result-count {
  display: none;
}
.products-page .products-listing .sort-filtering .sorting-area .woocommerce-ordering {
  position: relative;
}
@media (max-width: 991px) {
  .products-page .products-listing .sort-filtering .sorting-area .woocommerce-ordering {
    width: 100%;
  }
}
.products-page .products-listing .sort-filtering .sorting-area .woocommerce-ordering::after {
  content: "\e90d";
  position: absolute;
  top: 12px;
  right: 12px;
  color: #626262;
  font-family: icomoon;
  transition: 0.3s ease-in-out;
  font-size: 16px;
}
@media (max-width: 991px) {
  .products-page .products-listing .sort-filtering .sorting-area .woocommerce-ordering::after {
    top: 20px;
    right: 22px;
  }
}
@media (max-width: 991px) {
  .products-page .products-listing .sort-filtering .sorting-area .woocommerce-ordering select {
    width: 100%;
  }
}
.products-page .products-listing .sort-filtering .open-filter {
  display: none;
}
@media (max-width: 991px) {
  .products-page .products-listing .sort-filtering .open-filter {
    background: #fafafa;
    border: 0;
    border-bottom: 1px solid #E4D7CD;
    color: #626262;
    font-family: "Poppins Light";
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 24px 0 0;
  }
}
.products-page .products-listing .products-list .featured-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 575px) {
  .products-page .products-listing .products-list .featured-list {
    gap: 8px;
    row-gap: 24px;
  }
}
.products-page .products-listing .products-list .featured-list .woocommerce-pagination {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 32px 0 0;
}
.products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 575px) {
  .products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers {
    gap: 8px;
  }
}
.products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers li span {
  background: #FFF;
  border: 1.5px solid #E4D7CD;
  padding: 12px 16px;
  color: #231F20;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  display: flex;
  justify-content: center;
  min-width: 45px;
}
@media (max-width: 575px) {
  .products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers li span {
    padding: 8px 12px;
    min-width: 40px;
  }
}
.products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers li a {
  background: #FFF;
  border: 1.5px solid #e3e3e3;
  padding: 12px 16px;
  color: #c5bbb1;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  min-width: 45px;
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers li a {
    padding: 8px 12px;
    min-width: 40px;
  }
}
.products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers li a:hover {
  background: #E4D7CD;
  color: #FFF;
}
@media (max-width: 991px) {
  .products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers li a:hover {
    background: #FFF;
    color: #c5bbb1;
  }
}
.products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers li a.next, .products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers li a.prev {
  align-items: center;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers li a.next::after, .products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers li a.prev::after {
  text-indent: 0;
  position: absolute;
  font-size: 16px;
}
.products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers li a.prev::after {
  content: "<";
}
.products-page .products-listing .products-list .featured-list .woocommerce-pagination .page-numbers li a.next::after {
  content: ">";
}
/*# sourceMappingURL=woocommerce.css.map */
