/*
 * @Author: Amirhossein Hosseinpour <https://amirhp.com>
 * @Date Created: 2025/07/29 01:00:56
 * @Last modified by: amirhp-com <its@amirhp.com>
 * @Last modified time:
 */


.variations_form.cart {
  gap: 16px;
}

.variations_form.cart>* {
  margin: 0;
}

.single_variation_wrap .woocommerce-variation.single_variation {
  display: none !important;
}

.price-wrapper-newui {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 16px;
}

.discount-container-newui {
  display: flex;
  align-items: center;
  gap: 4px;
}

.real-price {
  display: flex;
  align-items: center;
  gap: 4px;
}

.discount-percentage {
  display: flex;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 4px;
  background: #C20E4D;
  line-height: 1.5;
  min-width: 5.2ch;
  color: #fff;
  direction: ltr;
}

.price-wrapper-newui~.single_add_to_cart_button.disabled.wc-variation-is-unavailable {
  opacity: 0.5;
  cursor: not-allowed;
}

.discount-orig-price {
  color: var(--Content-Tertiary, #6B7280);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.regular-price-currency {
  color: var(--Content-Tertiary, #6B7280);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.regular-price-range-one {
  color: var(--Content-Primary, #030712);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.regular-price-wrapper {
  color: var(--Content-Primary, #030712);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.regular-price-wrapper.not-available {
  color: var(--Content-Tertiary, #6B7280);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.price-wrapper-newui * {
  font-family: var(--e-global-typography-1fb58e2-font-family);
}

.plp-ui .regular-price-wrapper,
.plp-ui .discount-orig-price {
  font-size: 18px !important;
}

.plp-ui .regular-price-currency {
  font-size: 12px !important;
}

.plp-ui .real-price {
  flex: 1 1 100% !important;
  min-width: 100% !important;
}

.plp-ui .discount-percentage {
  margin-left: auto !important;
  font-size: 14px !important;
}

.plp-ui .discount-orig-price {
  font-size: 18px !important;
  -webkit-text-decoration: 1px solid line-through currentColor;
  text-decoration: 1px solid line-through currentColor;
}

.plp-ui .regular-price-wrapper.not-available {
  font-size: 16px !important;
}

.wd-product .product-element-bottom>.price {
  display: none !important;
}

.wd-product .product-element-bottom .regular-price-wrapper,
.wd-product .product-element-bottom .regular-price-range-one {
  font-size: 18px !important;
}