@charset "UTF-8";
/*
Theme Name: plet

WooCommerce styles override
*/
/**
 * Responsive mixin. The media breakpoints are as defined
 * in the twitter bootstrap framework:
 *
 * - phone
 * - tablet-portrait
 * - tablet-landscape-desktop
 * - large-desktop
 *
 * Additional parameters for tagetting retina and non-retina
 * devices
 *
 * - retina
 * - non-retina
 *
 * Moreover, a specific value in px can be passed which is
 * used to generate a max-width media query.
 */
/**
 * 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
 */
.plet-shop-body {
  display: flex;
  gap: 5%;
  color: #e25141;
  font-family: "Montserrat";
  position: relative;
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  .plet-shop-body {
    flex-wrap: wrap;
  }
}
.plet-shop-body .widget-area {
  flex: 1 0 20%;
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  .plet-shop-body .widget-area {
    flex: 1 0 100%;
  }
}
.plet-shop-body .prdctfltr_add_scroll, .plet-shop-body .prdctfltr_buttons {
  font-family: "Montserrat";
  line-height: 1.7;
  color: #6a6a6a;
}
.plet-shop-body .prdctfltr_woocommerce_ordering .prdctfltr_sale span:before, .plet-shop-body .prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before {
  color: #e25141;
}
.plet-shop-body .pf_rngstyle_thin .irs-min, .plet-shop-body .pf_rngstyle_thin .irs-max, .plet-shop-body .pf_rngstyle_thin .irs-from, .plet-shop-body .pf_rngstyle_thin .irs-to, .plet-shop-body .pf_rngstyle_thin .irs-single {
  background-color: #e25141;
}
.plet-shop-body .pf_rngstyle_thin .irs-bar {
  background: url("../plet/images/shop/product-filter/plet-slider-new.png") repeat-x;
  background-position: 0px -60px;
}
.plet-shop-body .woocommerce-info {
  background-color: #e25141;
  color: #ffffff;
}
.plet-shop-body .prdctfltr_filter_inner {
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  .plet-shop-body .prdctfltr_filter_inner {
    text-align: center;
  }
}
.plet-shop-body .prdctfltr_filter_inner .prdctfltr_pa_cvyat .prdctfltr_checkboxes {
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  .plet-shop-body .prdctfltr_filter_inner .prdctfltr_pa_cvyat .prdctfltr_checkboxes {
    display: inline-block;
    text-align: left;
  }
}

.woocommerce-loop-product__title {
  margin-bottom: 0;
}

.site-main {
  flex: 1 0 75%;
  /* Landscape phones and down */
  /* Landscape phones and down */
}
@media only screen and (max-width: 1024px) {
  .site-main {
    flex: 1 0 63%;
  }
}
@media only screen and (max-width: 768px) {
  .site-main {
    flex: 1 0 100%;
  }
}
.site-main .plet-sorting-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  background: #f5f6fa;
  border-radius: 7px;
  margin-bottom: 20px;
}
.site-main .plet-sorting-wrapper .plet-sorting-1st-col {
  flex: 1 0 63%;
  margin-block-end: 0;
}
.site-main .plet-sorting-wrapper .plet-sorting-1st-col .plet-breadcrumbs {
  text-align: left;
}
.site-main .plet-sorting-wrapper .woocommerce-result-count, .site-main .plet-sorting-wrapper .plet-shop-allProducts-header {
  /* Landscape phones and down */
  /* Landscape phones and down */
  margin-block-start: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1014px) {
  .site-main .plet-sorting-wrapper .woocommerce-result-count, .site-main .plet-sorting-wrapper .plet-shop-allProducts-header {
    margin-bottom: 5px;
  }
}
@media (max-width: 540px) {
  .site-main .plet-sorting-wrapper .woocommerce-result-count, .site-main .plet-sorting-wrapper .plet-shop-allProducts-header {
    text-align: center;
  }
}
.site-main .plet-sorting-wrapper .plet-custom-filter-toggle {
  display: none;
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  .site-main .plet-sorting-wrapper .plet-custom-filter-toggle {
    font-family: "Montserrat";
    line-height: 1.7;
    color: #6a6a6a;
    display: flex !important;
    flex: 1 0 100% !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    padding: 15px 24px;
    background-color: #e25141;
    color: white;
    border: none;
    border-radius: 7px;
    font-size: 0.9em;
    font-weight: 500;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .site-main .plet-sorting-wrapper .plet-custom-filter-toggle:hover {
    background-color: #d03120;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
  .site-main .plet-sorting-wrapper .plet-custom-filter-toggle:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .site-main .plet-sorting-wrapper .plet-custom-filter-toggle .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }
}
.site-main .plet-sorting-wrapper .woocommerce-ordering {
  flex: 1 0 35%;
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  .site-main .plet-sorting-wrapper .woocommerce-ordering {
    flex: 1 0 100% !important;
  }
}
.site-main .plet-sorting-wrapper .woocommerce-ordering select {
  font-family: "Montserrat";
  line-height: 1.7;
  color: #6a6a6a;
  padding: 7px;
  font-size: 0.9em;
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  .site-main .plet-sorting-wrapper .woocommerce-ordering select {
    width: 100%;
    padding: 15px;
    border-radius: 7px;
    border: 2px solid #ccc;
  }
}
.site-main ul.products.columns-3 {
  font-family: "Montserrat", sans-serif;
  color: #e25141;
  background: #fff;
  overflow-x: hidden;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.site-main ul.products.columns-3 li.product {
  /* Landscape phones and down */
  /* Landscape phones and down */
}
@media only screen and (max-width: 1014px) {
  .site-main ul.products.columns-3 li.product {
    flex: 1 0 46%;
  }
}
@media only screen and (max-width: 545px) {
  .site-main ul.products.columns-3 li.product {
    flex: 1 0 calc(50% - 11px);
    max-width: calc(50% - 11px);
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}
.site-main ul.products.columns-3 li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  color: #e25141;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  /* Landscape phones and down */
}
@media only screen and (max-width: 545px) {
  .site-main ul.products.columns-3 li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
  }
}
.site-main ul.products.columns-3 li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: 1em;
  font-weight: 400;
  min-height: 73px;
  /* Landscape phones and down */
  /* Landscape phones and down */
}
@media only screen and (max-width: 1118px) {
  .site-main ul.products.columns-3 li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .woocommerce-loop-product__title {
    min-height: 73px;
  }
}
@media only screen and (max-width: 545px) {
  .site-main ul.products.columns-3 li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .woocommerce-loop-product__title {
    min-height: inherit;
  }
}
.site-main ul.products.columns-3 li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price {
  display: block;
  font-weight: 600;
}
.site-main ul.products.columns-3 li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  padding: 12px 35px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #e25141;
  text-decoration: none;
  font-family: "Montserrat";
  border: none;
  border-radius: 4px;
  padding: 12px 25px;
  margin-top: 11px;
}
.site-main ul.products.columns-3 li.product img {
  width: 100%;
  border-radius: 10px;
  /* Landscape phones and down */
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  .site-main ul.products.columns-3 li.product img {
    max-width: 234px;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 545px) {
  .site-main ul.products.columns-3 li.product img {
    max-width: 100%;
    width: 100%;
  }
}
.site-main .woocommerce-pagination {
  /* Landscape phones and down */
}
@media only screen and (max-width: 545px) {
  .site-main .woocommerce-pagination {
    margin-top: 44px;
  }
}
.site-main .woocommerce-pagination ul.page-numbers {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-main .woocommerce-pagination ul.page-numbers li {
  margin: 0 5px;
}
.site-main .woocommerce-pagination ul.page-numbers li a, .site-main .woocommerce-pagination ul.page-numbers li span.page-numbers.current {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ECEFF1;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.site-main .woocommerce-pagination ul.page-numbers li span.page-numbers.current, .site-main .woocommerce-pagination ul.page-numbers li a:hover {
  border: 1px solid #e25141;
}

ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
.add_to_cart_button:hover, .single_add_to_cart_button:hover {
  background-color: white !important;
  color: #e25141 !important;
}

.add_to_cart_button, .single_add_to_cart_button {
  transition: all 0.1s ease;
  border: 2px solid #e25141 !important;
}

.plet-footer-col-2 a:hover {
  background-color: #d03120 !important;
}

.plet-footer-col-2 img {
  fill: #e25141;
  transition: fill 0.3s ease;
}
.plet-footer-col-2 img:hover {
  fill: #d03120;
}

.woocommerce-result-count {
  color: black;
}

.orderby {
  padding: 15px 16px 15px 10px !important;
}

.woocommerce-Price-amount.amount bdi {
  font-weight: 700;
  font-size: 14px;
}

@keyframes plet-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.plet-shop-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  .plet-shop-loader {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  .plet-shop-loader.plet-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
}
.plet-shop-loader .plet-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f0f0f0;
  border-top: 4px solid #e25141;
  border-radius: 50%;
  animation: plet-spin 1s linear infinite;
}

.irs-min {
  left: -15px !important;
}

.irs-max {
  right: -15px !important;
}

.irs-from, .irs-to {
  top: -5px !important;
}

/**
 * Single product
 */
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
  content: url("../plet/images/shop/plet-zoom.svg");
  max-width: 24px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

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

.plet-single-product-section-1 {
  display: flex;
  flex-wrap: wrap;
}
.plet-single-product-section-1 .woocommerce-product-gallery {
  position: relative;
  flex: 1 0 60%;
  padding: 50px;
  /* Landscape phones and down */
}
@media (max-width: 767px) {
  .plet-single-product-section-1 .woocommerce-product-gallery {
    flex: 1 0 100%;
  }
}
.plet-single-product-section-1 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  width: 100%;
  height: 100%;
}
.plet-single-product-section-1 .summary {
  flex: 1 0 40%;
  padding: 45px;
  background-color: #f5f5f9;
  color: #e25141;
  /* Landscape phones and down */
}
.plet-single-product-section-1 .summary .woocommerce-breadcrumb a {
  color: #e25141;
  text-decoration: none;
}
.plet-single-product-section-1 .summary .product_title {
  line-height: 1.2;
}
.plet-single-product-section-1 .summary .span.woocommerce-Price-amount.amount {
  font-weight: 600;
  font-size: 1.8em;
}
.plet-single-product-section-1 .summary .span.woocommerce-Price-amount.amount bdi {
  font-size: inherit;
}
.plet-single-product-section-1 .summary .plet-dual-price::after {
  font-size: inherit;
}
.plet-single-product-section-1 .summary .woocommerce-Price-amount.amount,
.plet-single-product-section-1 .summary .woocommerce-Price-amount.amount.woo-bg--currency {
  font-weight: 700;
  font-size: 1.7em;
}
.plet-single-product-section-1 .summary .woocommerce-Price-amount.amount bdi,
.plet-single-product-section-1 .summary .woocommerce-Price-amount.amount.woo-bg--currency bdi {
  font-weight: 700;
  font-size: inherit;
}
.plet-single-product-section-1 .summary .spanprice .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 1.7em;
}
.plet-single-product-section-1 .summary .spanprice .woocommerce-Price-amount bdi {
  font-weight: 700;
  font-size: inherit;
}
.plet-single-product-section-1 .summary form.cart {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
  transition: all 0.3s ease;
  /* Landscape phones and down */
}
.plet-single-product-section-1 .summary form.cart .quantity input.qty,
.plet-single-product-section-1 .summary form.cart .quantity input[type=hidden].qty {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100%;
  box-sizing: border-box;
  height: auto !important;
  position: relative !important;
}
.plet-single-product-section-1 .summary form.cart button {
  flex: 1 0 60%;
  padding: 12px 35px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #e25141;
  text-decoration: none;
  font-family: "Montserrat";
  border: none;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .plet-single-product-section-1 .summary form.cart.plet-sticky-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 15px 20px;
    background: white;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    border-top: 2px solid #e25141;
    box-sizing: border-box;
  }
  .plet-single-product-section-1 .summary form.cart.plet-sticky-cart * {
    max-width: 100%;
    box-sizing: border-box;
  }
}
.plet-single-product-section-1 .summary .plet-product-delivery-body {
  color: #e25141;
}
.plet-single-product-section-1 .summary .plet-product-text-body {
  font-family: "Montserrat";
  line-height: 1.7;
  color: #6a6a6a;
}
@media (max-width: 767px) {
  .plet-single-product-section-1 .summary {
    flex: 1 0 100%;
  }
}

section.related.products {
  max-width: 100%;
  margin: 25px auto;
  padding: 0 30px;
  max-height: 50%;
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  section.related.products {
    padding: 0 25px;
    margin: 20px auto;
  }
}
section.related.products h2 {
  font-size: 1.4em;
  color: #e25141;
  margin-bottom: 15px;
  text-align: center;
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  section.related.products h2 {
    font-size: 1.2em;
    margin-bottom: 12px;
  }
}
section.related.products ul.products.owl-carousel {
  display: block;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
section.related.products ul.products.owl-carousel .woocommerce-Price-amount bdi, section.related.products ul.products.owl-carousel .plet-dual-price::after {
  color: #e25141;
}
section.related.products ul.products.owl-carousel li.product {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  list-style: none;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  flex-shrink: 0;
}
section.related.products ul.products.owl-carousel li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: #6a6a6a;
  height: 100%;
  width: 100%;
}
section.related.products ul.products.owl-carousel li.product a.woocommerce-LoopProduct-link:visited {
  color: #6a6a6a;
}
section.related.products ul.products.owl-carousel li.product a.woocommerce-LoopProduct-link:hover {
  color: #e25141;
}
section.related.products ul.products.owl-carousel li.product a.woocommerce-LoopProduct-link img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 5px;
  max-width: 100%;
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  section.related.products ul.products.owl-carousel li.product a.woocommerce-LoopProduct-link img {
    height: 230px;
  }
}
section.related.products ul.products.owl-carousel li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-size: 14px;
  min-height: 32px;
  word-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 5px;
  height: auto;
  color: #e25141;
}
section.related.products ul.products.owl-carousel li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title:visited {
  color: #e25141;
}
section.related.products ul.products.owl-carousel li.product .price {
  font-size: 0.75em;
  margin-bottom: 5px;
  display: block;
}
section.related.products ul.products.owl-carousel li.product .button,
section.related.products ul.products.owl-carousel li.product .add_to_cart_button,
section.related.products ul.products.owl-carousel li.product .product_type_simple,
section.related.products ul.products.owl-carousel li.product a.button {
  font-size: 14px;
  padding: 10px 3px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  display: block;
  margin: 0 auto;
  line-height: 1.1;
  min-height: 28px;
  text-decoration: none;
  background-color: #e25141;
  color: white;
  border: 2px solid #e25141;
  border-radius: 3px;
  transition: all 0.3s ease;
}
section.related.products ul.products.owl-carousel li.product .button:hover,
section.related.products ul.products.owl-carousel li.product .add_to_cart_button:hover,
section.related.products ul.products.owl-carousel li.product .product_type_simple:hover,
section.related.products ul.products.owl-carousel li.product a.button:hover {
  background-color: transparent;
  color: #e25141;
}
section.related.products ul.products.owl-carousel .owl-stage-outer {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
section.related.products ul.products.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
section.related.products ul.products.owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
  height: auto;
  flex: 1 1 0px;
  min-width: 0;
  max-width: 100%;
}
section.related.products ul.products.owl-carousel .owl-item > * {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
section.related.products ul.products.owl-carousel .owl-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  section.related.products ul.products.owl-carousel .owl-item img {
    height: 180px;
  }
}
section.related.products ul.products.owl-carousel .owl-nav {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: calc(100% + 70px);
  margin: 0;
  left: -35px;
  /* Landscape phones and down */
}
@media only screen and (max-width: 768px) {
  section.related.products ul.products.owl-carousel .owl-nav {
    width: calc(100% + 50px);
    left: -25px;
  }
}
section.related.products ul.products.owl-carousel .owl-nav button {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #e25141;
  color: white;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  /* Landscape phones and down */
}
section.related.products ul.products.owl-carousel .owl-nav button span {
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 768px) {
  section.related.products ul.products.owl-carousel .owl-nav button {
    width: 28px;
    height: 28px;
  }
  section.related.products ul.products.owl-carousel .owl-nav button span {
    width: 12px;
    height: 12px;
  }
}
section.related.products ul.products.owl-carousel .owl-nav button:hover {
  background: #d03120;
  transform: scale(1.1);
}
section.related.products ul.products.owl-carousel .owl-nav button.owl-prev {
  left: -0.5%;
  border-radius: 4px;
}
section.related.products ul.products.owl-carousel .owl-nav button.owl-prev img {
  width: 25%;
}
section.related.products ul.products.owl-carousel .owl-nav button.owl-next {
  right: -0.5%;
  border-radius: 4px;
}
section.related.products ul.products.owl-carousel .owl-nav button.owl-next img {
  width: 25%;
}
section.related.products ul.products.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
  padding: 10px 0;
  clear: both;
  position: relative;
  z-index: 5;
}
section.related.products ul.products.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #ddd;
  border-radius: 50%;
  transition: all 0.3s ease;
  outline: none;
  border: none;
  cursor: pointer;
}
section.related.products ul.products.owl-carousel .owl-dots .owl-dot span {
  display: none !important;
}
section.related.products ul.products.owl-carousel .owl-dots .owl-dot.active {
  background: #e25141;
  width: 14px;
  height: 14px;
}
section.related.products ul.products.owl-carousel .owl-dots .owl-dot:hover {
  background: #f0a299;
}

.zoom-circle {
  position: fixed;
  width: 150px;
  height: 150px;
  border: 3px solid #e25141;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 9999;
  opacity: 0;
  overflow: hidden;
  backdrop-filter: none;
}
.zoom-circle.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.zoom-circle::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  width: 200%;
  height: 200%;
  background-image: var(--zoom-bg-image);
  background-repeat: no-repeat;
  background-position: var(--zoom-bg-position);
  background-size: var(--zoom-bg-size);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.woocommerce-product-gallery.has-zoom-cursor {
  cursor: none;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
  position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
  transition: none;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  transition: opacity 0.3s ease;
}
.woocommerce-product-gallery .flex-control-thumbs li:hover {
  opacity: 0.8;
}

.plet-product-attributes {
  margin-top: 2rem;
}
.plet-product-attributes h4 {
  color: #e25141;
  font-family: "Yeseva One";
  font-size: 20px;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.plet-product-attributes .plet-attributes-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.5rem;
  font-family: "Montserrat";
}
.plet-product-attributes .plet-attributes-table tr {
  border-bottom: 1px solid #f0f0f0;
}
.plet-product-attributes .plet-attributes-table tr:last-child {
  border-bottom: none;
}
.plet-product-attributes .plet-attributes-table tr:hover {
  background-color: #f9f9f9;
}
.plet-product-attributes .plet-attributes-table td {
  padding: 12px 8px;
  line-height: 1.6;
}
.plet-product-attributes .plet-attributes-table td:first-child {
  color: #666;
  font-size: 15px;
  width: 35%;
  padding-right: 15px;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .plet-product-attributes .plet-attributes-table td:first-child {
    width: 40%;
  }
}
.plet-product-attributes .plet-attributes-table td:last-child {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 500;
}
.plet-product-attributes .plet-handmade-note {
  padding: 5px 5px;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  font-style: italic;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .plet-product-attributes .plet-handmade-note {
    padding: 12px 15px;
    font-size: 13px;
  }
}

.related h2 {
  color: #e25141 !important;
}
.related .plet-dual-price::after {
  color: #e25141 !important;
}

/**
 * Checkout
 */
.woocommerce-cart .woocommerce {
  display: flex;
  gap: 50px;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .woocommerce-cart .woocommerce {
    display: block;
  }
}

.woocommerce-cart-form {
  flex: 1 0 65%;
  padding: 2rem;
  background-color: #f5f5f9;
  border-radius: 3px;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .woocommerce-cart-form {
    padding: 1rem;
  }
}

.woocommerce-cart .shop_table {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.woocommerce-cart .shop_table::-webkit-scrollbar {
  width: 8px;
}
.woocommerce-cart .shop_table::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.woocommerce-cart .shop_table::-webkit-scrollbar-thumb {
  background: #e25141;
  border-radius: 4px;
}
.woocommerce-cart .shop_table::-webkit-scrollbar-thumb:hover {
  background: #d03120;
}

.woocommerce-checkout .shop_table {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: none;
  overflow: visible;
}

.cart-collaterals {
  background-color: white;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -80px;
  flex: 1 0 35%;
  padding: 2rem;
  border-radius: 7px;
  box-shadow: 0 0 25px 0 rgba(170, 170, 170, 0.25);
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .cart-collaterals {
    background-color: white;
    margin-top: -10px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .cart-collaterals bdi, .cart-collaterals .plet-dual-price::after {
    font-size: 16px !important;
  }
}

.woocommerce-cart-form__cart-item {
  display: flex;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
  position: relative;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .woocommerce-cart-form__cart-item {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
}
.woocommerce-cart-form__cart-item .product-thumbnail {
  flex: 0 1 25%;
  border-radius: 4px;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .woocommerce-cart-form__cart-item .product-thumbnail {
    flex: 0 0 80px;
    max-width: 80px;
  }
}
.woocommerce-cart-form__cart-item .product-details-wrapper {
  flex: 0 1 65%;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .woocommerce-cart-form__cart-item .product-details-wrapper {
    flex: 1 1 calc(100% - 90px);
    padding-left: 10px;
  }
}
.woocommerce-cart-form__cart-item .product-remove {
  flex: 0 1 10%;
  padding-left: 5px;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .woocommerce-cart-form__cart-item .product-remove {
    position: absolute;
    top: 1rem;
    right: 0;
    flex: 0 0 auto;
    order: unset;
  }
}

.cart_item .attachment-woocommerce_thumbnail {
  width: 125px;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .cart_item .attachment-woocommerce_thumbnail {
    width: 80px;
    height: auto;
  }
}

.product-details-wrapper {
  display: flex;
  flex-flow: wrap;
  align-content: center;
}
.product-details-wrapper .product-name {
  flex: 1 0 100%;
  padding-bottom: 1rem;
  font-family: "Montserrat";
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .product-details-wrapper .product-name {
    padding-bottom: 0.5rem;
    padding-right: 30px;
    font-size: 14px;
  }
}
.product-details-wrapper .product-name a {
  color: #e25141;
  text-decoration: none;
  font-weight: bold;
}
.product-details-wrapper .product-name a:hover {
  color: #e25141;
}
.product-details-wrapper .out-of-stock-wrapper {
  display: flex;
  align-items: center;
}
.product-details-wrapper .out-of-stock-wrapper .out-of-stock-notice {
  color: #e25141;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  padding: 8px 8px;
  background-color: rgba(217, 83, 79, 0.1);
  border-left: 3px solid #d9534f;
  border-radius: 2px;
}
.product-details-wrapper .insufficient-stock-wrapper {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .product-details-wrapper .insufficient-stock-wrapper {
    flex: 0 1 100%;
    margin-bottom: 0.5rem;
  }
}
.product-details-wrapper .insufficient-stock-wrapper .insufficient-stock-notice {
  color: #d9534f;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  padding: 8px 10px;
  background-color: rgba(217, 83, 79, 0.1);
  border-left: 3px solid #d9534f;
  border-radius: 2px;
}
.product-details-wrapper .insufficient-stock-wrapper .quantity-controls {
  display: flex;
  gap: 1rem;
  align-items: center;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .product-details-wrapper .insufficient-stock-wrapper .quantity-controls {
    gap: 0.5rem;
  }
}
.product-details-wrapper .insufficient-stock-wrapper .product-quantity-label {
  font-family: "Montserrat";
  font-size: 14px;
  margin: 0;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .product-details-wrapper .insufficient-stock-wrapper .product-quantity-label {
    font-size: 13px;
  }
}
.product-details-wrapper .insufficient-stock-wrapper .quantity {
  width: 3rem;
}
.product-details-wrapper .product-price {
  flex: 0 1 33%;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .product-details-wrapper .product-price {
    flex: 0 1 100%;
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
}
.product-details-wrapper .product-quantity {
  flex: 0 1 50%;
  display: flex;
  gap: 1rem;
  align-content: center;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .product-details-wrapper .product-quantity {
    flex: 0 1 100%;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.product-details-wrapper .product-quantity .product-quantity-label {
  font-family: "Montserrat";
  font-size: 14px;
  align-content: center;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .product-details-wrapper .product-quantity .product-quantity-label {
    font-size: 13px;
  }
}
.product-details-wrapper .product-quantity .quantity {
  width: 3rem;
}
.product-details-wrapper .product-subtotal {
  flex: 0 1 100%;
  align-content: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: bold;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .product-details-wrapper .product-subtotal {
    flex: 0 1 100%;
    font-size: 14px;
  }
  .product-details-wrapper .product-subtotal bdi, .product-details-wrapper .product-subtotal .plet-dual-price::after {
    font-size: 15px;
  }
}
.product-details-wrapper .product-subtotal .product-subtotal-label {
  font-size: 14px;
  font-weight: normal;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .product-details-wrapper .product-subtotal .product-subtotal-label {
    font-size: 13px;
  }
}

.product-remove {
  align-content: center;
}
.product-remove a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.product-remove a img {
  width: 100%;
  height: 100%;
  fill: #505050;
}

.qty.text {
  width: 40px;
}

.woocommerce-cart-form .actions {
  display: flex;
  font-family: "Montserrat";
  padding-top: 3rem;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .woocommerce-cart-form .actions {
    flex-direction: column;
    padding-top: 1.5rem;
    gap: 1rem;
  }
}
.woocommerce-cart-form .actions .coupon {
  flex: 0 1 60%;
  height: 70px;
  display: flex;
  gap: 1rem;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .woocommerce-cart-form .actions .coupon {
    flex: 1 1 auto;
    height: auto;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.woocommerce-cart-form .actions .coupon .input-text {
  flex: 0 1 170px;
  width: 170px;
  height: 42px;
  border: 1px solid #e25141;
  padding: 0.5rem 0.8rem;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .woocommerce-cart-form .actions .coupon .input-text {
    flex: 1 1 100%;
    width: 100%;
  }
}
.woocommerce-cart-form .actions .coupon .input-text:focus {
  outline: none;
}
.woocommerce-cart-form .actions .coupon button {
  flex: 0 1 140px;
  height: 42px;
  padding: 0.5rem 0.8rem;
  font-family: "Montserrat";
  font-size: 14px;
  background-color: white;
  outline: none;
  border: 1px solid #e25141;
  color: #e25141;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .woocommerce-cart-form .actions .coupon button {
    flex: 1 1 auto;
    width: 100%;
  }
}
.woocommerce-cart-form .actions .plet-cart-update {
  flex: 1 0 40%;
  font-size: 14px;
  height: 40px;
  padding: 0.5rem 2rem;
  font-family: "Montserrat";
  font-size: 16px;
  background-color: white;
  outline: none;
  border: 1px solid #e25141;
  color: #e25141;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .woocommerce-cart-form .actions .plet-cart-update {
    flex: 1 1 auto;
    width: 100%;
    padding: 0.5rem 1rem;
  }
}

.cart_totals {
  font-family: "Montserrat";
}

.checkout-button {
  padding: 15px 50px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #e25141;
  text-decoration: none;
  font-family: "Montserrat";
  border: none;
  display: block;
  margin-top: 1rem;
  background-color: #e25141;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
}
.checkout-button:visited {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
.col2-set .form-row-last {
    width: 48.1%;
  }
}
.woocommerce-checkout {
  font-family: "Montserrat";
}

.woocommerce {
  justify-content: center;
}

.woocommerce-checkout .woocommerce {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-notices-wrapper {
  flex: 1 1 100%;
}
.woocommerce-notices-wrapper + p {
  text-align: center;
  margin-bottom: 1rem;
}

.woocommerce > p {
  text-align: center;
  margin-bottom: 1rem;
}

a.button.wc-backward {
  display: inline-block;
  background: #E74C3C;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
a.button.wc-backward:hover {
  background: #d62c1a;
  color: #fff;
}

.woocommerce-form-coupon-toggle {
  flex: 1 1 100%;
}

.woocommerce-error {
  margin: 0;
}
.woocommerce-error a {
  color: white;
}

.woocommerce-checkout .plet-checkout {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

.woocommerce-checkout .woocommerce-NoticeGroup {
  flex: 1 0 100%;
}

.plet-customer-details {
  flex: 1 0 58%;
  background-color: #f5f5f9;
  padding: 2.5rem;
  border-radius: 3px;
}
.plet-customer-details h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0.8rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.plet-customer-details .delivery-address-heading {
  margin-top: 2rem;
  font-weight: 600;
}

.woocommerce-checkout-review-order {
  flex: 1 0 37%;
  padding: 0.5rem;
  border-radius: 7px;
  box-shadow: 0 0 25px 0 rgba(170, 170, 170, 0.25);
  background: #fff;
}
.woocommerce-checkout-review-order h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
.woocommerce-checkout-review-order .woocommerce-Price-amount.amount bdi, .woocommerce-checkout-review-order .plet-dual-price::after {
  font-weight: 500 !important;
}
.woocommerce-checkout-review-order .plet-order-review-body {
  display: block;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.woocommerce-checkout-review-order .plet-order-review-body::-webkit-scrollbar {
  width: 6px;
}
.woocommerce-checkout-review-order .plet-order-review-body::-webkit-scrollbar-track {
  background: transparent;
}
.woocommerce-checkout-review-order .plet-order-review-body::-webkit-scrollbar-thumb {
  background: #e25141;
  border-radius: 3px;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  padding: 0;
  margin-bottom: 1.2rem;
}
.woocommerce-billing-fields__field-wrapper .form-row label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: #333;
}
.woocommerce-billing-fields__field-wrapper .form-row label .required {
  color: #e25141;
}

.woocommerce-additional-fields {
  padding: 0;
  margin-top: 1.5rem;
}
.woocommerce-additional-fields h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0.8rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-additional-fields label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: #333;
}

.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-input-wrapper .input-text,
.woocommerce-input-wrapper select,
.woocommerce-input-wrapper textarea {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.7rem 1rem;
  font-family: "Montserrat";
  font-size: 14px;
  border-radius: 3px;
  background: #fff;
  transition: border-color 0.3s ease;
}
.woocommerce-input-wrapper .input-text:focus,
.woocommerce-input-wrapper select:focus,
.woocommerce-input-wrapper textarea:focus {
  outline: none;
  border-color: #999;
}
.woocommerce-input-wrapper .input-text.woocommerce-invalid, .woocommerce-input-wrapper .input-text.woocommerce-invalid-required-field, .woocommerce-input-wrapper .input-text.woocommerce-invalid-email,
.woocommerce-input-wrapper select.woocommerce-invalid,
.woocommerce-input-wrapper select.woocommerce-invalid-required-field,
.woocommerce-input-wrapper select.woocommerce-invalid-email,
.woocommerce-input-wrapper textarea.woocommerce-invalid,
.woocommerce-input-wrapper textarea.woocommerce-invalid-required-field,
.woocommerce-input-wrapper textarea.woocommerce-invalid-email {
  border-color: #e25141 !important;
  border-width: 1px;
}
.woocommerce-input-wrapper textarea {
  min-height: 100px;
  resize: vertical;
}

.woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid .input-text,
.woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid select,
.woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid textarea,
.woocommerce-additional-fields .form-row.woocommerce-invalid .input-text,
.woocommerce-additional-fields .form-row.woocommerce-invalid select,
.woocommerce-additional-fields .form-row.woocommerce-invalid textarea {
  border-color: #e25141 !important;
  border-width: 2px;
}
.woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid label,
.woocommerce-additional-fields .form-row.woocommerce-invalid label {
  color: #e25141;
}
.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-error,
.woocommerce-additional-fields .form-row .woocommerce-error {
  color: #e25141;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
  float: none;
  clear: both;
}

.plet-order-review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  font-size: 16px;
  color: #999;
}

.plet-order-review-body .cart_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0.8rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.plet-order-review-body .cart_item:last-child {
  border-bottom: none;
}
.plet-order-review-body .cart_item .product-thumbnail {
  flex: 0 0 auto;
  margin-right: 10px;
}
.plet-order-review-body .cart_item .product-thumbnail img {
  display: block;
  border-radius: 4px;
}
.plet-order-review-body .cart_item .product-name {
  flex: 1;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}
.plet-order-review-body .cart_item .product-name .product-quantity {
  font-weight: 400;
  color: #666;
}
.plet-order-review-body .cart_item .product-total {
  flex: 0 0 auto;
  text-align: right;
  font-weight: 500;
  color: #000;
  margin-left: 1rem;
}

.plet-order-review-footer {
  padding-top: 0.5rem;
}
.plet-order-review-footer .cart-subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.plet-order-review-footer .cart-subtotal .woocommerce-Price-amount bdi {
  font-size: 600 !important;
}
.plet-order-review-footer .cart-subtotal strong {
  font-weight: 500;
  color: #333;
}
.plet-order-review-footer .cart-subtotal .woocommerce-Price-amount bdi {
  font-weight: 600;
}
.plet-order-review-footer .order-total-amount .woocommerce-Price-amount bdi {
  font-weight: 600;
}
.plet-order-review-footer .shipping-section, .plet-order-review-footer .payment-section {
  padding: 0.8rem 0;
}
.plet-order-review-footer .shipping-section .shipping-heading, .plet-order-review-footer .payment-section .shipping-heading {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0.8rem 0;
  color: #333;
}
.plet-order-review-footer .shipping-section {
  margin-top: 25px;
}
.plet-order-review-footer .payment-section {
  border-bottom: 1px solid #d8d8d8;
}
.plet-order-review-footer .woocommerce-shipping-methods {
  margin: 0;
  list-style: none;
  padding: 0;
}
.plet-order-review-footer .woocommerce-shipping-methods li {
  padding: 0.3rem 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.plet-order-review-footer .woocommerce-shipping-methods li label {
  font-weight: 500;
  color: #333;
}
.plet-order-review-footer .woocommerce-shipping-methods li .woocommerce-Price-amount {
  font-weight: 500;
}
.plet-order-review-footer h3#order_review_heading {
  font-size: 14px;
  font-weight: 600;
  margin: 1.5rem 0 1rem 0;
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
  color: #333;
}
.plet-order-review-footer .order-total {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0.5rem 0;
  font-size: 14px;
  margin-bottom: 1rem;
}
.plet-order-review-footer .order-total .order-total-label {
  font-weight: 700;
  color: #3e3e3e;
}
.plet-order-review-footer .order-total .order-total-amount {
  font-weight: 600;
}
.plet-order-review-footer .cart-discount {
  text-align: right;
  padding: 0.5rem 0 0 0;
  margin: 0;
  font-size: 14px;
  color: #e25141;
  font-weight: 400;
}
.plet-order-review-footer .cart-discount span {
  color: #e25141;
}
.plet-order-review-footer .cart-discount span:first-child {
  font-weight: 700;
}

.woocommerce-checkout-review-order .payment_methods {
  display: none;
}
.woocommerce-checkout-review-order .payment_method_cod {
  display: none;
}
.woocommerce-checkout-review-order #place_order {
  width: 100%;
  background: #e25141;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat";
  border-radius: 3px;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: background 0.3s ease;
}
.woocommerce-checkout-review-order #place_order:hover {
  background: #d93321;
}

.buttons_added {
  width: unset !important;
}

#billing_country_field {
  display: none;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.plet-order-review-body {
  border-bottom: 1px solid #f0f0f0;
}

.plet-order-review-footer .cart-subtotal {
  float: right;
  gap: 5px;
}

.plet-order-review-header .product-name, .plet-order-review-header .product-total {
  color: black;
}

.plet-shipping-method-heading {
  display: none;
}

.shipping-heading {
  border-bottom: 1px solid #d8d8d8;
  display: block;
  clear: both;
  padding-bottom: 0.8rem;
}

.checkout-privacy-link {
  text-decoration: none;
  color: #e25141;
}

.woocommerce-terms-and-conditions-wrapper {
  display: inline-block;
  font-size: 14px;
}

.order-total {
  float: right;
  gap: 5px;
}

.checkout-inline-error-message {
  color: #e25141;
}

.woocommerce-order-details,
.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
.woocommerce-order-details thead,
.woocommerce-table--order-details thead {
  background: #f7f7f7;
  border-bottom: 2px solid #e0e0e0;
}
.woocommerce-order-details thead tr th,
.woocommerce-table--order-details thead tr th {
  padding: 1rem;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666;
  border-bottom: 1px solid #e0e0e0;
}
.woocommerce-order-details thead tr th:last-child,
.woocommerce-table--order-details thead tr th:last-child {
  text-align: right;
}
.woocommerce-order-details tbody tr,
.woocommerce-table--order-details tbody tr {
  border-bottom: 1px solid #f0f0f0;
}
.woocommerce-order-details tbody tr:last-child,
.woocommerce-table--order-details tbody tr:last-child {
  border-bottom: none;
}
.woocommerce-order-details tbody tr td,
.woocommerce-table--order-details tbody tr td {
  padding: 1rem;
  font-size: 14px;
  color: #333;
  vertical-align: top;
}
.woocommerce-order-details tbody tr td.woocommerce-table__product-name,
.woocommerce-table--order-details tbody tr td.woocommerce-table__product-name {
  font-weight: 500;
}
.woocommerce-order-details tbody tr td.woocommerce-table__product-name .variation,
.woocommerce-table--order-details tbody tr td.woocommerce-table__product-name .variation {
  display: block;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  margin-top: 0.3rem;
}
.woocommerce-order-details tbody tr td.woocommerce-table__product-name .variation dt,
.woocommerce-table--order-details tbody tr td.woocommerce-table__product-name .variation dt {
  display: inline;
  font-weight: 500;
}
.woocommerce-order-details tbody tr td.woocommerce-table__product-name .variation dt::after,
.woocommerce-table--order-details tbody tr td.woocommerce-table__product-name .variation dt::after {
  content: ": ";
}
.woocommerce-order-details tbody tr td.woocommerce-table__product-name .variation dd,
.woocommerce-table--order-details tbody tr td.woocommerce-table__product-name .variation dd {
  display: inline;
  margin: 0;
}
.woocommerce-order-details tbody tr td.woocommerce-table__product-name .variation dd p,
.woocommerce-table--order-details tbody tr td.woocommerce-table__product-name .variation dd p {
  display: inline;
  margin: 0;
}
.woocommerce-order-details tbody tr td.woocommerce-table__product-total,
.woocommerce-table--order-details tbody tr td.woocommerce-table__product-total {
  text-align: right;
  font-weight: 600;
  color: #000;
}
.woocommerce-order-details tfoot,
.woocommerce-table--order-details tfoot {
  background: #fafafa;
  border-top: 2px solid #e0e0e0;
}
.woocommerce-order-details tfoot tr,
.woocommerce-table--order-details tfoot tr {
  border-bottom: 1px solid #f0f0f0;
}
.woocommerce-order-details tfoot tr:last-child,
.woocommerce-table--order-details tfoot tr:last-child {
  border-bottom: none;
}
.woocommerce-order-details tfoot tr th,
.woocommerce-table--order-details tfoot tr th {
  padding: 0.8rem 1rem;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.woocommerce-order-details tfoot tr td,
.woocommerce-table--order-details tfoot tr td {
  padding: 0.8rem 1rem;
  text-align: right;
  font-size: 14px;
}
.woocommerce-order-details tfoot tr td strong,
.woocommerce-table--order-details tfoot tr td strong {
  font-weight: 600;
  color: #333;
}
.woocommerce-order-details tfoot tr.order-total,
.woocommerce-table--order-details tfoot tr.order-total {
  background: #fff;
  border-top: 2px solid #e0e0e0;
}
.woocommerce-order-details tfoot tr.order-total th,
.woocommerce-table--order-details tfoot tr.order-total th {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.woocommerce-order-details tfoot tr.order-total td,
.woocommerce-table--order-details tfoot tr.order-total td {
  font-size: 16px;
}
.woocommerce-order-details tfoot tr.order-total td strong,
.woocommerce-table--order-details tfoot tr.order-total td strong {
  font-weight: 700;
  color: #e25141;
}

.woocommerce-order-details__title {
  font-size: 18px;
  font-weight: 600;
  margin: 2rem 0 1rem 0;
  color: #333;
  padding-left: 20px;
}

.woocommerce-customer-details {
  margin-top: 2rem;
}
.woocommerce-customer-details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}
.woocommerce-customer-details address {
  background: #f7f7f7;
  padding: 1.5rem;
  border-radius: 4px;
  font-style: normal;
  line-height: 1.6;
}
.woocommerce-customer-details address p {
  margin: 0.3rem 0;
}

.woocommerce-NoticeGroup-checkout {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  clear: both;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .woocommerce-NoticeGroup-checkout {
    margin-top: 1.5rem;
  }
}
.woocommerce-NoticeGroup-checkout .woocommerce-error {
  color: white;
  padding: 1rem 1.5rem;
  border-left: 4px solid #e25141;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li[data-id] {
  display: none;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error:has(li[data-id]):not(:has(li:not([data-id]))) {
  display: none;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error a {
  color: #721c24;
  text-decoration: underline;
  font-weight: 600;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error a:hover {
  color: #e25141;
}

.cod-label {
  font-size: 14px;
  font-weight: 500;
}

.checkout-terms {
  font-weight: 500;
}

.shop_table .product-thumbnail {
  flex: 1 0 20%;
  margin-right: 10px;
}
.shop_table .product-thumbnail img {
  border-radius: 4px;
}

.plet-order-details-wrapper {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .plet-order-details-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.plet-order-details-wrapper .plet-order-details-left,
.plet-order-details-wrapper .plet-order-details-right {
  flex: 1;
  background: white;
  padding: 5px;
}
@media (max-width: 768px) {
  .plet-order-details-wrapper .plet-order-details-left,
.plet-order-details-wrapper .plet-order-details-right {
    padding: 20px 15px;
  }
}
.plet-order-details-wrapper .plet-order-details-left h2,
.plet-order-details-wrapper .plet-order-details-right h2 {
  padding: 15px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  color: #2c2c2c;
  border-radius: 4px;
  margin-bottom: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #e8e9ec;
}
@media (max-width: 768px) {
  .plet-order-details-wrapper .plet-order-details-left h2,
.plet-order-details-wrapper .plet-order-details-right h2 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 12px;
  }
}
.plet-order-details-wrapper .plet-order-details-left table,
.plet-order-details-wrapper .plet-order-details-right table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 4px;
}
.plet-order-details-wrapper .plet-order-details-left table .plet-dual-price::after,
.plet-order-details-wrapper .plet-order-details-right table .plet-dual-price::after {
  display: inline;
  margin-left: 0;
}
.plet-order-details-wrapper .plet-order-details-left table th, .plet-order-details-wrapper .plet-order-details-left table td,
.plet-order-details-wrapper .plet-order-details-right table th,
.plet-order-details-wrapper .plet-order-details-right table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid #e8e9ec;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .plet-order-details-wrapper .plet-order-details-left table th, .plet-order-details-wrapper .plet-order-details-left table td,
.plet-order-details-wrapper .plet-order-details-right table th,
.plet-order-details-wrapper .plet-order-details-right table td {
    padding: 14px 12px;
    font-size: 13px;
    white-space: normal;
  }
}
.plet-order-details-wrapper .plet-order-details-left table .product-name,
.plet-order-details-wrapper .plet-order-details-right table .product-name {
  white-space: normal;
}
.plet-order-details-wrapper .plet-order-details-left table .product-name a,
.plet-order-details-wrapper .plet-order-details-right table .product-name a {
  color: inherit;
  text-decoration: none;
}
.plet-order-details-wrapper .plet-order-details-left table .product-name a:hover,
.plet-order-details-wrapper .plet-order-details-right table .product-name a:hover {
  text-decoration: underline;
}
.plet-order-details-wrapper .plet-order-details-left table .product-total,
.plet-order-details-wrapper .plet-order-details-right table .product-total {
  white-space: nowrap;
  min-width: 150px;
}
.plet-order-details-wrapper .plet-order-details-left table thead th,
.plet-order-details-wrapper .plet-order-details-right table thead th {
  font-weight: 600;
  color: #7a7a7a;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.8px;
  background: transparent;
  border-bottom: 1px solid #e8e9ec;
}
.plet-order-details-wrapper .plet-order-details-left table tbody tr:last-child th, .plet-order-details-wrapper .plet-order-details-left table tbody tr:last-child td,
.plet-order-details-wrapper .plet-order-details-right table tbody tr:last-child th,
.plet-order-details-wrapper .plet-order-details-right table tbody tr:last-child td {
  border-bottom: none;
}
.plet-order-details-wrapper .plet-order-details-left table tbody tr th, .plet-order-details-wrapper .plet-order-details-left table tbody tr td,
.plet-order-details-wrapper .plet-order-details-right table tbody tr th,
.plet-order-details-wrapper .plet-order-details-right table tbody tr td {
  color: #4a4a4a;
  font-weight: 400;
}
.plet-order-details-wrapper .plet-order-details-left table tbody tr th,
.plet-order-details-wrapper .plet-order-details-right table tbody tr th {
  font-weight: 500;
}
.plet-order-details-wrapper .plet-order-details-left table tfoot .plet-dual-price::after,
.plet-order-details-wrapper .plet-order-details-right table tfoot .plet-dual-price::after {
  font-weight: 500;
}
.plet-order-details-wrapper .plet-order-details-left table tfoot tr th,
.plet-order-details-wrapper .plet-order-details-right table tfoot tr th {
  font-weight: 500;
  color: #4a4a4a;
  padding-top: 20px;
}
.plet-order-details-wrapper .plet-order-details-left table tfoot tr td,
.plet-order-details-wrapper .plet-order-details-right table tfoot tr td {
  font-weight: 500;
  text-align: right;
  color: #2c2c2c;
  padding-top: 20px;
}
.plet-order-details-wrapper .plet-order-details-left table tfoot tr:first-child th, .plet-order-details-wrapper .plet-order-details-left table tfoot tr:first-child td,
.plet-order-details-wrapper .plet-order-details-right table tfoot tr:first-child th,
.plet-order-details-wrapper .plet-order-details-right table tfoot tr:first-child td {
  border-top: 2px solid #e8e9ec;
}
.plet-order-details-wrapper .plet-order-details-left table tfoot tr:last-child th, .plet-order-details-wrapper .plet-order-details-left table tfoot tr:last-child td, .plet-order-details-wrapper .plet-order-details-left table tfoot tr:last-child .plet-dual-price::after,
.plet-order-details-wrapper .plet-order-details-right table tfoot tr:last-child th,
.plet-order-details-wrapper .plet-order-details-right table tfoot tr:last-child td,
.plet-order-details-wrapper .plet-order-details-right table tfoot tr:last-child .plet-dual-price::after {
  border-bottom: none;
  font-weight: 700 !important;
}
.plet-order-details-wrapper .plet-order-details-left tbody {
  display: block;
  max-height: 235px;
  overflow-y: auto;
  overflow-x: hidden;
}
.plet-order-details-wrapper .plet-order-details-left tbody::-webkit-scrollbar {
  width: 6px;
}
.plet-order-details-wrapper .plet-order-details-left tbody::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.plet-order-details-wrapper .plet-order-details-left tbody::-webkit-scrollbar-thumb {
  background: #e25141;
  border-radius: 4px;
}
.plet-order-details-wrapper .plet-order-details-left tbody::-webkit-scrollbar-thumb:hover {
  background: #d03120;
}
.plet-order-details-wrapper .plet-order-details-left tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.plet-order-details-wrapper .plet-order-details-left tbody .product-total span, .plet-order-details-wrapper .plet-order-details-left tbody .product-total bdi, .plet-order-details-wrapper .plet-order-details-left tbody .product-total .plet-dual-price::after {
  font-weight: 500 !important;
}
.plet-order-details-wrapper .plet-order-details-left tbody .product-name {
  color: #e25141 !important;
}
.plet-order-details-wrapper .plet-order-details-left thead, .plet-order-details-wrapper .plet-order-details-left tfoot {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.plet-order-details-wrapper .plet-order-details-right table {
  background: #fafafa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.plet-order-details-wrapper .plet-order-details-right table th {
  color: #4a4a4a;
  font-weight: 600;
  width: 140px;
}
@media (max-width: 768px) {
  .plet-order-details-wrapper .plet-order-details-right table th {
    width: 100px;
  }
}
.plet-order-details-wrapper .plet-order-details-right table td {
  color: #2c2c2c;
  text-align: right;
}
.plet-order-details-wrapper .plet-order-details-right table tbody tr:last-child th, .plet-order-details-wrapper .plet-order-details-right table tbody tr:last-child td {
  border-bottom: none;
}

.woocommerce-order-overview {
  display: none !important;
}

.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
}
@media (max-width: 768px) {
  .woocommerce-thankyou-order-received {
    font-size: 16px;
    padding: 15px 10px;
  }
}

/**
 * Cart
 */
/**
 * 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: #3e3e3e;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #3e3e3e;
  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: #3e3e3e;
  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
 */
.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  padding: 1rem;
  clear: both;
  max-width: 800px;
  margin: 0 auto 20px;
  color: white;
  list-style: none;
}

.woocommerce-error {
  background-color: #e2401c;
  outline: none !important;
  border: none !important;
}
.woocommerce-error:focus {
  outline: none !important;
  border: none !important;
  color: white !important;
}

.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;
  }
}
.plet-cart-totals {
  background: #fff;
  padding: 0;
  margin-top: 0px;
}
.plet-cart-totals .cart-totals-inner {
  font-family: Montserrat;
  text-align: center;
  padding: 30px 20px;
}
@media (max-width: 768px) {
  .plet-cart-totals .cart-totals-inner {
    padding: 0px 15px;
  }
}
.plet-cart-totals .total-label {
  margin-top: 10px;
  font-weight: 500;
}
.plet-cart-totals .subtotal-label {
  font-size: 14px;
  color: #666;
  margin-bottom: -15px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .plet-cart-totals .subtotal-label {
    margin-bottom: 8px;
  }
}
.plet-cart-totals .subtotal-amount {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .plet-cart-totals .subtotal-amount {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.plet-cart-totals .subtotal-amount .woocommerce-Price-amount {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .plet-cart-totals .subtotal-amount .woocommerce-Price-amount {
    font-size: 24px;
  }
}
.plet-cart-totals .total-after-discount {
  border-top: 1px solid #eee;
  margin-top: 20px;
}
.plet-cart-totals .cart-discount {
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #eee;
  margin-bottom: 10px;
}
.plet-cart-totals .cart-discount .discount-label {
  font-weight: 500;
  color: #e25141;
}
.plet-cart-totals .cart-discount .discount-amount {
  color: #e25141;
  font-weight: 600;
}
.plet-cart-totals .woocommerce-remove-coupon {
  color: #e25141;
  font-weight: 500;
}
.plet-cart-totals .coupon-link {
  margin: 15px 0 20px;
}
.plet-cart-totals .coupon-link a {
  color: #E74C3C;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}
.plet-cart-totals .coupon-link a:hover {
  color: #d62c1a;
}
.plet-cart-totals .coupon-form-wrapper {
  margin: 15px 0 20px;
}
.plet-cart-totals .coupon-form-wrapper .checkout_coupon {
  margin: 0;
}
.plet-cart-totals .coupon-form-wrapper .coupon-input-wrapper {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}
.plet-cart-totals .coupon-form-wrapper .coupon-input-wrapper input[type=text] {
  width: 100%;
  padding: 12px 100px 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}
.plet-cart-totals .coupon-form-wrapper .coupon-input-wrapper input[type=text]:focus {
  outline: none;
  border-color: #e25141;
}
.plet-cart-totals .coupon-form-wrapper .coupon-input-wrapper button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  padding: 13px 8px;
  background: #e25141;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}
.plet-cart-totals .coupon-form-wrapper .coupon-input-wrapper button:hover {
  background: #d62c1a;
}
.plet-cart-totals .proceed-to-checkout {
  margin: 20px 0;
}
.plet-cart-totals .proceed-to-checkout .checkout-button {
  display: block;
  width: 100%;
  background: #E74C3C;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}
.plet-cart-totals .proceed-to-checkout .checkout-button:hover {
  background: #d62c1a;
  color: #fff;
}
.plet-cart-totals .continue-shopping {
  margin-top: 15px;
  font-weight: 500;
}
.plet-cart-totals .continue-shopping a {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}
.plet-cart-totals .continue-shopping a:hover {
  color: #333;
  text-decoration: underline;
}

/**
 * Empty cart page
 */
.plet-empty-cart-wrapper {
  text-align: center;
  padding: 60px 20px;
  max-width: 600px;
  margin: 0 auto;
}
.plet-empty-cart-wrapper .plet-empty-cart-icon {
  margin-bottom: 30px;
}
.plet-empty-cart-wrapper .plet-empty-cart-icon svg {
  color: #E74C3C;
  opacity: 0.3;
}
.plet-empty-cart-wrapper .plet-empty-cart-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin: 0 0 15px 0;
}
.plet-empty-cart-wrapper .plet-empty-cart-text {
  font-size: 16px;
  color: #666;
  margin: 0 0 40px 0;
  line-height: 1.6;
}
.plet-empty-cart-wrapper .return-to-shop {
  margin: 0;
}
.plet-empty-cart-wrapper .return-to-shop .plet-return-to-shop-btn {
  display: inline-block;
  background: #E74C3C;
  color: #fff;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.plet-empty-cart-wrapper .return-to-shop .plet-return-to-shop-btn:hover {
  background: #d62c1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}

.woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-error {
  border-radius: 4px;
}

.in-stock {
  display: none;
}

/**
 * Dual Currency Display (BGN / EUR)
 */
.plet-dual-price::after {
  content: " / " attr(data-eur-price) " лв.";
  font-weight: 700;
  font-size: 14px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  /* Make EUR price display on new line on mobile ONLY for checkout (not cart or order received) */
  .woocommerce-checkout:not(.woocommerce-order-received) .plet-dual-price::after {
    content: "\a" attr(data-eur-price) " лв.";
    white-space: pre;
  }
  /* Keep cart prices inline with / separator */
  .woocommerce-cart .plet-dual-price::after {
    content: " / " attr(data-eur-price) " лв.";
  }
  /* Keep order received prices inline */
  .woocommerce-order-received .plet-dual-price::after {
    content: " / " attr(data-eur-price) " лв.";
  }
  /* Ensure order review table prices don't overflow */
  .woocommerce-checkout-review-order-table .plet-dual-price {
    display: inline-block;
    max-width: 100%;
  }
}
.onsale {
  display: none;
}

/**
 * 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%;
}

/**
 * Mini Cart
 */
.plet-minicart {
  position: absolute;
  right: 20px;
  top: 100px;
  width: 400px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  padding: 20px;
  display: none;
  border-radius: 4px;
  /* Landscape phones and down */
}
@media (max-width: 767px) {
  .plet-minicart {
    display: none !important;
  }
}
.plet-minicart .mini-cart-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
  color: #333;
  text-align: center;
  color: #e25141;
}
.plet-minicart .woocommerce-mini-cart {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.plet-minicart .woocommerce-mini-cart::-webkit-scrollbar {
  width: 8px;
}
.plet-minicart .woocommerce-mini-cart::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.plet-minicart .woocommerce-mini-cart::-webkit-scrollbar-thumb {
  background: #e25141;
  border-radius: 4px;
}
.plet-minicart .woocommerce-mini-cart::-webkit-scrollbar-thumb:hover {
  background: #d03120;
}
.plet-minicart .woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 40px 20px;
  color: #666;
}
.plet-minicart .woocommerce-mini-cart-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.plet-minicart .woocommerce-mini-cart-item:last-child {
  border-bottom: none;
}
.plet-minicart .mini-cart-item-image {
  flex: 0 0 80px;
  margin-right: 15px;
}
.plet-minicart .mini-cart-item-image img {
  width: 80px;
  height: auto;
  border-radius: 4px;
}
.plet-minicart .mini-cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.plet-minicart .mini-cart-item-name {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  padding-right: 5px;
  word-wrap: break-word;
}
.plet-minicart .mini-cart-item-name a {
  color: #333;
  text-decoration: none;
}
.plet-minicart .mini-cart-stock-notice {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 3px;
  margin: 5px 0;
  display: inline-block;
}
.plet-minicart .mini-cart-stock-notice.out-of-stock {
  color: #e25141;
  background-color: rgba(226, 81, 65, 0.1);
  border-left: 3px solid #e25141;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.plet-minicart .mini-cart-stock-notice.insufficient-stock {
  color: #d9534f;
  background-color: rgba(217, 83, 79, 0.1);
  border-left: 3px solid #d9534f;
}
.plet-minicart .mini-cart-item-price-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.plet-minicart .mini-cart-item-price {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.plet-minicart .mini-cart-item-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.plet-minicart .mini-cart-item-quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.plet-minicart .mini-cart-item-quantity button {
  background: #fff;
  border: none;
  padding: 5px 12px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  transition: background 0.3s;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plet-minicart .mini-cart-item-quantity button:hover {
  background: #f5f5f5;
}
.plet-minicart .mini-cart-item-quantity button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.plet-minicart .mini-cart-item-quantity input.qty {
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  width: 50px;
  padding: 5px;
  font-size: 14px;
  background: #fff;
  line-height: 1;
  height: 30px;
  appearance: textfield;
  -moz-appearance: textfield;
}
.plet-minicart .mini-cart-item-quantity input.qty::-webkit-outer-spin-button, .plet-minicart .mini-cart-item-quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.plet-minicart .mini-cart-item-remove {
  display: flex;
  align-items: center;
}
.plet-minicart .mini-cart-item-remove a {
  background: none !important;
}
.plet-minicart .mini-cart-item-remove .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #999;
  text-decoration: none;
  transition: color 0.3s;
  background: #f5f5f5;
  border-radius: 4px;
}
.plet-minicart .mini-cart-item-remove .remove:hover {
  color: #333;
  background: #e0e0e0;
}
.plet-minicart .mini-cart-item-remove .remove svg {
  width: 18px;
  height: 18px;
}
.plet-minicart .woocommerce-mini-cart__total {
  padding: 20px 0;
  background: #f5f5f5;
  margin: 20px -20px;
  padding: 20px;
}
.plet-minicart .mini-cart-subtotal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.plet-minicart .mini-cart-subtotal-amount {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.plet-minicart .mini-cart-subtotal-label {
  font-size: 14px;
  color: #666;
}
.plet-minicart .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.plet-minicart .woocommerce-mini-cart__buttons .button {
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.plet-minicart .woocommerce-mini-cart__buttons .view-cart-button {
  background: #fff;
  color: #333;
  border: 2px solid #333;
}
.plet-minicart .woocommerce-mini-cart__buttons .view-cart-button:hover {
  background: #f5f5f5;
}
.plet-minicart .woocommerce-mini-cart__buttons .checkout-button {
  background: #e74c3c;
  color: #fff;
  border: 2px solid #e74c3c;
}
.plet-minicart .woocommerce-mini-cart__buttons .checkout-button:hover {
  background: #c0392b;
  border-color: #c0392b;
}

.cart-icon {
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  transition: opacity 0.3s;
}
.cart-icon:hover {
  opacity: 0.7;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/**
 * Add to Cart Notification Popup
 */
.added_to_cart.wc-forward {
  display: none !important;
}

.plet-cart-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  max-width: 400px;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}
.plet-cart-notification.show {
  opacity: 1;
  transform: translateX(0);
}
.plet-cart-notification-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-left: 4px solid #E74C3C;
}
.plet-cart-notification-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
.plet-cart-notification-button {
  flex-shrink: 0;
  background: #E74C3C;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: background 0.2s;
}
.plet-cart-notification-button:hover {
  background: #df2e1b;
  color: #fff;
}
@media (max-width: 768px) {
  .plet-cart-notification {
    right: 10px;
    left: 10px;
    max-width: none;
  }
  .plet-cart-notification-content {
    flex-direction: column;
    text-align: center;
  }
  .plet-cart-notification-button {
    width: 100%;
  }
}

/**
 * WooCommerce prdctfilter
 */
.prdctfltr_checkboxes label span:before {
  border-radius: 50% !important;
  background-color: rgba(100, 100, 100, 0.15) !important;
  width: 16px !important;
  height: 16px !important;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_checkboxes label span:before {
    margin-top: -4px !important;
  }
}

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active > span:after {
  color: #e25141 !important;
  background-color: #e25141 !important;
  border-radius: 50% !important;
  content: "" !important;
  width: 18px !important;
  height: 18px !important;
  top: -1px !important;
}

.prdctfltr_checkboxes label span:hover::before {
  background-color: #e25141 !important;
}

.prdctfltr_checkboxes label span:hover, .prdctfltr_checkboxes input:checked + span {
  color: #e25141 !important;
}

.pf_search {
  padding: 12px 15px !important;
  width: 100% !important;
  background: url("../plet/images/shop/product-filter/plet-prdctfltr-search-icon.svg") no-repeat right 12px center;
  background-size: 18px 18px;
  transition: border-color 0.2s;
  border: 2px solid #ccc;
}

.pf_search:focus {
  border-color: #e25141;
  outline: none;
  box-shadow: none;
}

.prdctfltr_filter:not(.prdctfltr_range)::after {
  margin-top: 30px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  border-bottom: solid 2px #e25141;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_filter:not(.prdctfltr_range)::after {
    width: 75%;
  }
}

/* Active style */
.prdctfltr_ft_none.active span {
  color: #e25141;
  font-weight: bold;
}

.prdctfltr_active {
  color: #e25141;
}

.prdctfltr-delete {
  color: #e25141;
}

.prdctfltr_search .widget-title {
  display: none;
}

/* Product Filter - Control order with CSS flexbox */
.prdctfltr_woocommerce_ordering {
  display: flex !important;
  flex-direction: column !important;
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_woocommerce_ordering {
    padding-bottom: 20px;
  }
}

.prdctfltr_woocommerce_ordering > * {
  order: 4;
}

.prdctfltr_woocommerce_ordering > .prdctfltr_collector,
.prdctfltr_woocommerce_ordering > .prdctfltr_collector_flat {
  order: 1 !important;
}

.prdctfltr_woocommerce_ordering > .prdctfltr_search {
  order: 2 !important;
}

.prdctfltr_woocommerce_ordering > .prdctfltr_buttons {
  order: 3 !important;
}

.irs-min, .irs-max {
  background-color: gray !important;
  color: white !important;
}

.pf_search_trigger {
  display: none !important;
}

.prdctfltr_filter {
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_filter {
    margin-top: 20px;
    list-style-position: outside;
  }
}

.prdctfltr_pa_pletka .prdctfltr_checkboxes label, .prdctfltr_product_cat .prdctfltr_checkboxes label {
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_pa_pletka .prdctfltr_checkboxes label, .prdctfltr_product_cat .prdctfltr_checkboxes label {
    justify-self: left !important;
  }
}

.prdctfltr_pa_pletka .prdctfltr_add_scroll, .prdctfltr_product_cat .prdctfltr_add_scroll, .prdctfltr_pa_cvyat .prdctfltr_add_scroll {
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_pa_pletka .prdctfltr_add_scroll, .prdctfltr_product_cat .prdctfltr_add_scroll, .prdctfltr_pa_cvyat .prdctfltr_add_scroll {
    justify-self: left !important;
    padding-left: 20px;
  }
}

.prdctfltr_woocommerce_filter_title {
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_woocommerce_filter_title {
    display: none;
  }
}

.prdctfltr_showing::before {
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_showing::before {
    display: none;
  }
}

.prdctfltr_close_sidebar {
  /* Landscape phones and down */
}
@media (max-width: 767px) {
  .prdctfltr_close_sidebar {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    left: auto !important;
    z-index: 1001 !important;
    font-size: 24px !important;
    line-height: 1 !important;
    padding: 5px !important;
    margin: 0 !important;
    color: #333 !important;
    font-size: 0 !important;
  }
  .prdctfltr_close_sidebar i {
    font-size: 24px !important;
  }
  .prdctfltr_close_sidebar:hover {
    color: #e25141 !important;
  }
}

.prdctfltr_buttons {
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
}
.prdctfltr_buttons .prdctfltr_sale, .prdctfltr_buttons .prdctfltr_reset {
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_buttons .prdctfltr_sale, .prdctfltr_buttons .prdctfltr_reset {
    text-align: left !important;
    display: block !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
.prdctfltr_buttons span {
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_buttons span {
    text-align: left !important;
    display: block !important;
  }
}

.prdctfltr_checkboxes,
.prdctfltr_buttons {
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_checkboxes label, .prdctfltr_checkboxes span, .prdctfltr_checkboxes a,
.prdctfltr_buttons label,
.prdctfltr_buttons span,
.prdctfltr_buttons a {
    font-size: 13px !important;
  }
}

.prdctfltr_filter:not(.prdctfltr_range) .prdctfltr_checkboxes {
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_filter:not(.prdctfltr_range) .prdctfltr_checkboxes {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .prdctfltr_filter:not(.prdctfltr_range) .prdctfltr_checkboxes label {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .prdctfltr_filter:not(.prdctfltr_range) .prdctfltr_checkboxes label span {
    text-align: left !important;
    margin-left: 0 !important;
  }
}

.prdctfltr_filter_inner h2 {
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_filter_inner h2 {
    padding: 0 20px !important;
    text-align: left;
  }
}

.prdctfltr_add_scroll .prdctfltr_checkboxes {
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_add_scroll .prdctfltr_checkboxes {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.prdctfltr_collector {
  /* Landscape phones and down */
}
@media (max-width: 540px) {
  .prdctfltr_collector {
    margin-top: 20px !important;
  }
}

.prdctfltr_showing {
  display: none;
}

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