/* File: custom-styles.css */
.apply-discount-button {
  position: relative;
  overflow: hidden;
  width: 90%;
  background-color: #ffffff;
  border: 1px solid #393d53;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  margin: 5px;
  line-height: 20px;
  min-height: 100px;
}
.wctd-discount-boxes .apply-discount-button.selected {
  background-color: #e1e1e1;
}
.wctd-discount-range {
  font-size: 14px;
  color: #33334d;
}
.wctd-discount-price {
  font-size: 16px;
  color: #91102c;
  font-weight: 600;
}
.wctd-discount-percent {
  font-size: 14px;
  color: #008000;
  font-weight: 600;
}

.single-product-summary form.cart {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: center!important;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.single-product-summary form.cart .button{
  padding: 15px 10px!important;
  min-width: 0px!important;
}
#top.woocommerce-page select#quantity-select {
  max-width: 30%!important;
  font-size: 13px;
  height: 42px;
  margin-right: 10px;
}

.single-product-summary form.cart .total-text {
  margin-left: 10px;
  display: flex;
  font-size: 13px;
  flex-wrap: wrap;
  font-weight: 600;
  color: #008000;
  gap: 4px;
  width: 35%;
  flex-direction: row;
  min-width: 200px;
}
.single-product-summary form.cart .total-text #total-price{
  margin: 0!important;
}
.slick-next {
  top: 27%;
  right: -5px!important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M7.293 4.707 14.586 12l-7.293 7.293 1.414 1.414L17.414 12 8.707 3.293 7.293 4.707z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: unset!important;
}
.slick-prev {
  top: 27%;
  left: -5px!important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M15.293 3.293 6.586 12l8.707 8.707 1.414-1.414L9.414 12l7.293-7.293-1.414-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: unset;
}
@media(max-width: 1024px) {
  #top.woocommerce-page select#quantity-select {
    max-width: 80%!important;
  }
}

 .woocommerce-cart .product-subtotal > del{
  color: green!important;
}

.woocommerce-cart .product-subtotal > span{
  color: #91102c!important;
}

.woocommerce-cart  div table.shop_table td small {
  display: flex;
  align-items: center;
  padding: 3px 6px;
  /* font-family: var(--text-font-family); */
  /* font-style: var(--text-font-style); */
  font-weight: 500;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0px;
  background: #f6efe7;
  color: #004641!important;
  max-width: 138px;
}
body.logged-out .wctd-discount-price span.woocommerce-Price-amount.amount {
  color: transparent;
  text-shadow: 0 0 8px #000;
}
.regular-discounts {
  position: relative;
  padding: 15px;
  opacity: 0.6; /* Optional: fades it a bit */
}

/* Red "X" cross */
.regular-discounts::before,
.regular-discounts::after {
  content: '';
  position: absolute;
  top: 55%;
  left: 15%;
  width: 70%;
  height: 2px;
  background: red;
  transform-origin: center;
  z-index: 2;
}

/* Diagonal line: left-top to right-bottom */
.regular-discounts::before {
  transform: rotate(45deg);
}

/* Diagonal line: right-top to left-bottom */
.regular-discounts::after {
  transform: rotate(-45deg);
}

/* --- */
 .regular-discounts {
  position: unset;
  padding: 0;
  opacity: 1;
}
.regular-discounts::before, .regular-discounts::after {
  content: '';
  position: absolute;
  top: 60%;
  left: -16%;
  width: 130%;
  height: 4px;
  background: #91102c;
  transform-origin: center;
  z-index: 2;
}
button#apply-discount ~ * {
  text-align: center!important;
}

h2.wctd-onsale-label {
  color: #91102c!important;
  font-size: 24px;
  text-transform: uppercase;
}
.regular-discounts::after {
  transform: rotate(336deg);
}
.regular-discounts::before {
  transform: rotate(22deg);
}
.wctd-discount-price.final-sale-amount , .wctd-discount-percent.final-sale-percentage{
  font-size: large;
}

/*  */
/* .wctd-discount-boxes.custom-discount-boxes.slick-initialized.slick-slider .slick-track {
    margin: 0;
} */

.wctd-discount-boxes.custom-discount-boxes .slick-track {
  display: flex !important;
  justify-content: flex-start; 
  width: auto !important; 
}
.wctd-discount-boxes.custom-discount-boxes button.apply-discount-button.custom-discount {
    width: 110px !important;
}
.wctd-discount-boxes.custom-discount-boxes .wctd-discount-percent {
    min-height: 20px;
}
.blur {
  display: none!important;
}
