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



.yen-price-type-a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--e-global-typography-text-font-family, "IRANYekanX"), Sans-serif;
}

.yen-price-type-a .discount-percentage {
  display: flex;
  padding: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-right: auto;
  width: 48px;
}

.yen-price-type-a .discount-percentage .discount-value {
  color: var(--Content-Red, #EA4B4E);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.yen-price-type-a .discount-percentage .discount-label {
  color: var(--Content-Red, #EA4B4E);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.yen-price-type-a .currency-sign {
  color: var(--Content-Tertiary, #6A6962);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.yen-price-type-a .sale-price {
  color: var(--Content-Primary, #151304);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.yen-price-type-a .strikethrough-price {
  color: var(--Content-Tertiary, #6A6962);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.price-type-b-force .discount-value {
  color: #fff !important;
}

.price-type-b-force .discount-percentage {
  border-radius: 5px;
  width: 48px;
  background: var(--Content-Red, #EA4B4E);
  order: -1;
  margin-left: auto;
  margin-right: 0;
}

.price-type-b-force .discount-label {
  color: #fff !important;
}

.price-type-b-force .currency-sign {
  color: var(--Content-Tertiary, #6A6962);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.woocommerce.single div.product div.price-type-b-force p.price ins.sale-price,
div.price-type-b-force ins.sale-price {
  color: var(--Content-Primary, #151304);
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 32px;
}

.price-type-b-force .strikethrough-price {
  color: var(--Content-Tertiary, #7A7971);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}