/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2026 | 07:16:01 */
/* =========================================================
   HOORSTAR — WooCommerce Classic + Elementor Cart
   FINAL INTEGRATED CART CSS
========================================================= */

:root {
  --hs-bg: #FFF8FB;
  --hs-white: #FFFFFF;
  --hs-primary: #DA2778;
  --hs-primary-hover: #25dd88;
  --hs-border: #E9D7E0;
  --hs-text: #30232B;
  --hs-muted: #8F7D89;
  --hs-soft: #FFF1F7;
  --hs-radius: 8px;
  --hs-shadow: 0 8px 26px rgba(80, 30, 55, 0.07);
  --hs-transition: 0.22s ease;
}

/* =========================================================
   1) GLOBAL
========================================================= */

body.woocommerce-cart {
  background: var(--hs-bg) !important;
  color: var(--hs-text) !important;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-cart .woocommerce-page {
  direction: rtl !important;
  color: var(--hs-text) !important;
}

body.woocommerce-cart .woocommerce *,
body.woocommerce-cart .woocommerce *::before,
body.woocommerce-cart .woocommerce *::after {
  box-sizing: border-box !important;
}

/* =========================================================
   2) MAIN PAGE LAYOUT
   محصولات سمت راست | خلاصه سفارش سمت چپ
========================================================= */

body.woocommerce-cart .woocommerce .e-cart__container {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 390px) !important;
  gap: 24px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
}

body.woocommerce-cart .woocommerce .e-cart__column-start,
body.woocommerce-cart .woocommerce .e-cart__column-end,
body.woocommerce-cart .e-cart__column,
body.woocommerce-cart .e-cart__column-inner {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart .woocommerce .e-cart__column-start {
  grid-column: 1 !important;
}

body.woocommerce-cart .woocommerce .e-cart__column-end {
  grid-column: 2 !important;
}


@media (min-width: 1025px) {
  body.woocommerce-cart .e-sticky-right-column {
    position: sticky !important;
    top: 24px !important;
  }
}

/* =========================================================
   3) PRODUCTS TABLE BASE
========================================================= */

body.woocommerce-cart .e-shop-table.e-cart-section {
  width: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--hs-border) !important;
  border-radius: var(--hs-radius) !important;
  background: var(--hs-white) !important;
  box-shadow: var(--hs-shadow) !important;
}

body.woocommerce-cart table.shop_table.cart,
body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
}

body.woocommerce-cart table.shop_table.cart thead,
body.woocommerce-cart table.shop_table.cart thead tr,
body.woocommerce-cart table.shop_table.cart thead th {
  display: none !important;
}

body.woocommerce-cart table.shop_table.cart tbody {
  display: block !important;
  width: 100% !important;
}

/* =========================================================
   4) REMOVE PRODUCT PRICE COMPLETELY
   حذف ستون قیمت و فضای رزروشده آن
========================================================= */

body.woocommerce-cart table.shop_table.cart .product-price,
body.woocommerce-cart table.shop_table.cart td.product-price,
body.woocommerce-cart table.shop_table.cart th.product-price,
body.woocommerce-cart table.shop_table.cart .product-price *,
body.woocommerce-cart .woocommerce-cart-form__contents .product-price,
body.woocommerce-cart .woocommerce-cart-form__contents td.product-price,
body.woocommerce-cart .e-cart-product-price,
body.woocommerce-cart .e-cart-product-price *,
body.woocommerce-cart .e-cart-item__price,
body.woocommerce-cart .e-cart-item__price * {
  display: none !important;
  position: absolute !important;
  visibility: hidden !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* =========================================================
   5) DESKTOP PRODUCT ROW
   ترتیب بصری از راست:
   تصویر | نام محصول | تعداد | جمع محصول | حذف
========================================================= */

@media (min-width: 768px) {

  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 124px !important;
    margin: 0 !important;
    padding: 0 !important;
    direction: ltr !important;
    border: 0 !important;
    border-bottom: 1px solid var(--hs-border) !important;
    background: var(--hs-white) !important;
    transition: background-color var(--hs-transition) !important;
  }

  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item:hover {
    background: #FFFDFE !important;
  }

  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item > td {
    display: flex !important;
    min-width: 0 !important;
    min-height: 124px !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 18px 12px !important;
    border: 0 !important;
    background: transparent !important;
    direction: rtl !important;
    vertical-align: middle !important;
  }

  /* حذف محصول - چپ واقعی */
  body.woocommerce-cart table.shop_table.cart td.product-remove {
    order: 1 !important;
    flex: 0 0 54px !important;
    justify-content: center !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  /* جمع محصول */
  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    order: 2 !important;
    flex: 0 0 138px !important;
    justify-content: center !important;
    white-space: nowrap !important;
  }

  /* تعداد */
  body.woocommerce-cart table.shop_table.cart td.product-quantity {
    order: 3 !important;
    flex: 0 0 136px !important;
    justify-content: center !important;
  }

  /* عنوان */
  body.woocommerce-cart table.shop_table.cart td.product-name {
    order: 4 !important;
    flex: 1 1 auto !important;
    justify-content: flex-start !important;
    text-align: right !important;
  }

  /* تصویر - راست واقعی */
  body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    order: 5 !important;
    flex: 0 0 108px !important;
    justify-content: center !important;
    padding-right: 14px !important;
    padding-left: 10px !important;
  }

  /* عدم ورود product-price به Flex */
  body.woocommerce-cart table.shop_table.cart td.product-price {
    display: none !important;
    flex: 0 0 0 !important;
    order: unset !important;
  }
}

/* =========================================================
   6) PRODUCT IMAGE / TITLE / REMOVE BUTTON
========================================================= */

body.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
  display: flex !important;
  width: 84px !important;
  height: 84px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 1px solid var(--hs-border) !important;
  border-radius: var(--hs-radius) !important;
  background: var(--hs-bg) !important;
}

body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
  display: block !important;
  width: 76px !important;
  height: 76px !important;
  max-width: 76px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  transition: transform var(--hs-transition) !important;
}

body.woocommerce-cart table.shop_table.cart td.product-thumbnail a:hover img {
  transform: scale(1.05) !important;
}

body.woocommerce-cart table.shop_table.cart td.product-name a {
  color: var(--hs-text) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
  text-decoration: none !important;
  transition: color var(--hs-transition) !important;
}

body.woocommerce-cart table.shop_table.cart td.product-name a:hover {
  color: var(--hs-primary) !important;
}

body.woocommerce-cart table.shop_table.cart td.product-subtotal,
body.woocommerce-cart table.shop_table.cart td.product-subtotal .amount,
body.woocommerce-cart table.shop_table.cart td.product-subtotal bdi {
  color: var(--hs-primary) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

body.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
  display: inline-flex !important;
  width: 33px !important;
  height: 33px !important;
  min-width: 33px !important;
  min-height: 33px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--hs-border) !important;
  border-radius: 50% !important;
  background: var(--hs-white) !important;
  color: #9F8794 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
/*   line-height: 1 !important; */
  text-decoration: none !important;
  transition: all var(--hs-transition) !important;
}

body.woocommerce-cart table.shop_table.cart td.product-remove a.remove:hover {
  border-color: var(--hs-primary) !important;
  background: var(--hs-soft) !important;
  color: var(--hs-primary) !important;
  transform: rotate(90deg) !important;
}

/* =========================================================
   7) QUANTITY UI
========================================================= */

body.woocommerce-cart .bebanstore-quantity-section--cart {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
	padding: 0!important;
}

body.woocommerce-cart .bebanstore-quantity-section--cart .quantity {
  display: grid !important;
  grid-template-columns: 38px 46px 38px !important;
  width: 122px !important;
  height: 45px !important;
  min-height: 45px !important;
  overflow: hidden !important;
  border: 1px solid var(--hs-border) !important;
  border-radius: var(--hs-radius) !important;
  background: var(--hs-white) !important;
  direction: ltr !important;
  box-shadow: 0 3px 9px rgba(86, 36, 63, 0.04) !important;
  padding: 0!important;
	margin: 0!important;

}

body.woocommerce-cart .bebanstore-qty-button {
  display: inline-flex !important;
  width: 38px !important;
  height: 100% !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #FFF9FC !important;
  color: var(--hs-primary) !important;
  cursor: pointer !important;
  transition: all var(--hs-transition) !important;
}

body.woocommerce-cart .bebanstore-qty-button svg {
  width: 17px !important;
  height: 17px !important;
  fill: currentColor !important;
}

body.woocommerce-cart .bebanstore-qty-button:hover:not(:disabled) {
  background: #25dd88 !important;
  color: var(--hs-white) !important;
}

body.woocommerce-cart .bebanstore-qty-button:active:not(:disabled) {
  transform: scale(0.93) !important;
}

body.woocommerce-cart .bebanstore-qty-button:disabled {
  background: #FBF7F9 !important;
  color: #D2C3CB !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}

body.woocommerce-cart .bebanstore-quantity-input-wrapper {
  display: flex !important;
  width: 46px !important;
  height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  border-right: 1px solid var(--hs-border) !important;
  border-left: 1px solid var(--hs-border) !important;
  background: var(--hs-white) !important;
}

body.woocommerce-cart input.bebanstore-qty-input,
body.woocommerce-cart .quantity input.qty {
  width: 44px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--hs-text) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 40px !important;
  text-align: center !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  box-shadow: none !important;
}

body.woocommerce-cart input.bebanstore-qty-input::-webkit-inner-spin-button,
body.woocommerce-cart input.bebanstore-qty-input::-webkit-outer-spin-button,
body.woocommerce-cart .quantity input.qty::-webkit-inner-spin-button,
body.woocommerce-cart .quantity input.qty::-webkit-outer-spin-button {
  appearance: none !important;
  margin: 0 !important;
}

/* حذف دکمه آپدیت پیش‌فرض ووکامرس */
body.woocommerce-cart table.shop_table.cart td.actions,
body.woocommerce-cart button[name="update_cart"] {
  display: none !important;
}

/* =========================================================
   8) COUPON BOX
========================================================= */

body.woocommerce-cart .coupon.e-cart-section.shop_table {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 16px !important;
  overflow: hidden !important;
  border: 1px solid var(--hs-border) !important;
  border-radius: var(--hs-radius) !important;
  background: var(--hs-white) !important;
  box-shadow: var(--hs-shadow) !important;
}

body.woocommerce-cart .coupon.e-cart-section.shop_table .coupon-col,
body.woocommerce-cart .coupon.e-cart-section.shop_table .form-row,
body.woocommerce-cart .coupon.e-cart-section.shop_table .coupon-col-start,
body.woocommerce-cart .coupon.e-cart-section.shop_table .coupon-col-end {
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  float: none !important;
}

body.woocommerce-cart .coupon.e-cart-section.shop_table .form-row.coupon-col {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: 100% !important;
}

body.woocommerce-cart .coupon.e-cart-section.shop_table .coupon-col-start {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  overflow: hidden !important;
	margin-left: 4px!important;
}

body.woocommerce-cart .coupon.e-cart-section.shop_table .coupon-col-end {
  display: block !important;
  flex: 0 0 auto !important;
  width: auto !important;
}

body.woocommerce-cart .coupon.e-cart-section.shop_table input#coupon_code {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid var(--hs-border) !important;
  border-radius: var(--hs-radius) !important;
  outline: 0 !important;
  background: #FFFDFE !important;
  color: var(--hs-text) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 46px !important;
  box-shadow: none !important;
}

body.woocommerce-cart .coupon.e-cart-section.shop_table input#coupon_code:focus {
  border-color: var(--hs-primary) !important;
  box-shadow: 0 0 0 3px rgba(218, 39, 120, 0.1) !important;
}

body.woocommerce-cart .coupon.e-cart-section.shop_table button.e-apply-coupon,
body.woocommerce-cart .coupon.e-cart-section.shop_table button[name="apply_coupon"] {
  display: inline-flex !important;
  min-width: 115px !important;
  height: 46px !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid var(--hs-primary) !important;
  border-radius: var(--hs-radius) !important;
  background: var(--hs-primary) !important;
  color: var(--hs-white) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  box-shadow: 0 7px 16px rgba(218, 39, 120, 0.18) !important;
  transition: all var(--hs-transition) !important;
}

body.woocommerce-cart .coupon.e-cart-section.shop_table button.e-apply-coupon:hover,
body.woocommerce-cart .coupon.e-cart-section.shop_table button[name="apply_coupon"]:hover {
  border-color: var(--hs-primary-hover) !important;
  background: var(--hs-primary-hover) !important;
  transform: translateY(-1px) !important;
}

/* =========================================================
   9) ORDER SUMMARY
========================================================= */

body.woocommerce-cart .e-cart-totals.e-cart-section,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart_totals {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart .e-cart-totals.e-cart-section {
  overflow: hidden !important;
  border: 1px solid var(--hs-border) !important;
  border-radius: var(--hs-radius) !important;
  background: var(--hs-white) !important;
  box-shadow: var(--hs-shadow) !important;
}

body.woocommerce-cart .cart_totals h2 {
  margin: 0 !important;
  padding: 19px 20px !important;
  border-bottom: 1px solid var(--hs-border) !important;
  background: linear-gradient(180deg, #FFFFFF, #FFF7FB) !important;
  color: var(--hs-text) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}


body.woocommerce-cart .cart_totals table.shop_table {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  background: var(--hs-white) !important;
}

/* حذف جمع جزء */
body.woocommerce-cart .cart_totals tr.cart-subtotal {
  display: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  padding: 16px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--hs-border) !important;
  background: transparent !important;
  vertical-align: top !important;
}

body.woocommerce-cart .cart_totals table.shop_table th {
  width: 35% !important;
  color: var(--hs-muted) !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  line-height: 1.9 !important;
  text-align: right !important;
}

body.woocommerce-cart .cart_totals table.shop_table td {
  width: 65% !important;
  overflow-wrap: anywhere !important;
  color: var(--hs-text) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.9 !important;
  text-align: left !important;
}

/* =========================================================
   10) SHIPPING — FULL WIDTH
   نرخ ثابت، ارسال رایگان و هر روش ارسال جدید
========================================================= */

body.woocommerce-cart .woocommerce-shipping-destination,
body.woocommerce-cart .woocommerce-shipping-estimate-html {
  display: none !important;
}

/* تبدیل ردیف حمل‌ونقل به ساختار تمام‌عرض */
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals {
  display: block !important;
  width: 100% !important;
  background: var(--hs-white) !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals > th {
  display: block !important;
  width: 100% !important;
  padding-bottom: 8px !important;
  border-bottom: 0 !important;
  text-align: right !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals > td {
  display: block !important;
  width: 100% !important;
  padding-top: 0 !important;
  text-align: right !important;
}
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals > td:before {
	display: none!important;
}

body.woocommerce-cart ul#shipping_method,
body.woocommerce-cart .woocommerce-shipping-methods {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.woocommerce-cart ul#shipping_method li {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 9px 10px !important;
  border: 1px solid var(--hs-border) !important;
  border-radius: var(--hs-radius) !important;
  background: #FFFDFE !important;
  text-align: right !important;
  transition: all var(--hs-transition) !important;
}

body.woocommerce-cart ul#shipping_method li:hover {
  border-color: rgba(218, 39, 120, 0.42) !important;
  background: var(--hs-soft) !important;
}

body.woocommerce-cart ul#shipping_method input.shipping_method {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  margin: 0 !important;
  accent-color: var(--hs-primary) !important;
  cursor: pointer !important;
}

body.woocommerce-cart ul#shipping_method label {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: var(--hs-text) !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  cursor: pointer !important;
  text-align: right !important;
}

body.woocommerce-cart ul#shipping_method .amount,
body.woocommerce-cart ul#shipping_method bdi {
  color: var(--hs-primary) !important;
  font-weight: 900 !important;
}

/* =========================================================
   11) ORDER TOTAL — FULL WIDTH + DARK FONT
========================================================= */

body.woocommerce-cart .cart_totals table.shop_table tr.order-total {
  display: table-row !important;
  width: 100% !important;
  background: #FFF1F7 !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.order-total > th,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total > td {
  background: #FFF1F7 !important;
  border-bottom: 0 !important;
  vertical-align: middle !important;
	width: 100%!important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.order-total > th {
  color: var(--hs-text) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.order-total > td,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total > td strong,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total > td .amount,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total > td bdi,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total > td .woocommerce-Price-currencySymbol {
  color: var(--hs-text) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  margin: 0 !important;
  padding: 16px 18px 18px !important;
  background: var(--hs-white) !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
  width: 100% !important;
  min-height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 10px 16px !important;
  border: 1px solid var(--hs-primary) !important;
  border-radius: var(--hs-radius) !important;
  background: var(--hs-primary) !important;
  color: var(--hs-white) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 10px 20px rgba(218, 39, 120, 0.22) !important;
  transition: all var(--hs-transition) !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  border-color: var(--hs-primary-hover) !important;
  background: var(--hs-primary-hover) !important;
  color: var(--hs-white) !important;
  transform: translateY(-1px) !important;
}

/* =========================================================
   12) TABLET
========================================================= */

@media (max-width: 1024px) {

  body.woocommerce-cart .woocommerce .e-cart__container {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 20px 14px 48px !important;
  }

  body.woocommerce-cart .woocommerce .e-cart__column-start,
  body.woocommerce-cart .woocommerce .e-cart__column-end {
    grid-column: auto !important;
  }

  body.woocommerce-cart .e-sticky-right-column {
    position: static !important;
  }

  body.woocommerce-cart .e-cart__column-end .e-cart-totals.e-cart-section {
    margin-top: 20px !important;
  }
}

/* =========================================================
   13) MOBILE PRODUCT CARDS
========================================================= */

@media (max-width: 767px) {
/* فاصله خلاصه سفارش از بخش بالایی ستون */
body.woocommerce-cart .e-cart__column-end .e-cart-totals.e-cart-section {
  margin-top: 24px !important;
}

  body.woocommerce-cart .woocommerce .e-cart__container {
    display: block !important;
/*     padding: 16px 12px 40px !important; */
  }

  body.woocommerce-cart .e-shop-table.e-cart-section {
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
    display: grid !important;
    grid-template-columns: 35px minmax(0, 1fr) 78px !important;
    grid-template-areas:
      "remove name thumbnail"
      "remove quantity thumbnail"
      "subtotal subtotal subtotal" !important;
    column-gap: 6px !important;
    row-gap: 10px !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 13px !important;
    direction: ltr !important;
    border: 1px solid var(--hs-border) !important;
    border-radius: var(--hs-radius) !important;
    background: var(--hs-white) !important;
    box-shadow: var(--hs-shadow) !important;
  }

  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item > td {
    display: flex !important;
    min-width: 0 !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    direction: rtl !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-remove {
    grid-area: remove !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  /* عنوان محصول: راست‌چین و نزدیک به تصویر */
  body.woocommerce-cart table.shop_table.cart td.product-name {
    grid-area: name !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    text-align: right !important;
    direction: rtl !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name a {
    display: -webkit-box !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: var(--hs-text) !important;
    font-size: 13.5px !important;
    line-height: 1.8 !important;
    text-align: right !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    grid-area: thumbnail !important;
    justify-content: flex-end !important;
    padding: 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-quantity {
    grid-area: quantity !important;
    padding: 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    grid-area: subtotal !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 12px !important;
    border-top: 1px dashed var(--hs-border) !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal::before {
    content: "جمع محصول" !important;
    color: var(--hs-muted) !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
  }

  /* حذف عبارت‌های «محصول» و «تعداد» که از data-title ساخته می‌شوند */
  body.woocommerce-cart table.shop_table.cart td.product-name::before,
  body.woocommerce-cart table.shop_table.cart td.product-quantity::before,
  body.woocommerce-cart table.shop_table.cart td.product-name[data-title]::before,
  body.woocommerce-cart table.shop_table.cart td.product-quantity[data-title]::before {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-price {
    display: none !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
    width: 76px !important;
    height: 76px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    width: 68px !important;
    height: 68px !important;
  }

  body.woocommerce-cart .bebanstore-quantity-section--cart {
    justify-content: flex-end !important;
  }

  body.woocommerce-cart .coupon.e-cart-section.shop_table {
    margin-top: 14px !important;
    padding: 12px !important;
  }

  

  body.woocommerce-cart .coupon.e-cart-section.shop_table button.e-apply-coupon,
  body.woocommerce-cart .coupon.e-cart-section.shop_table button[name="apply_coupon"] {
    min-width: 96px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    font-size: 13px !important;
  }

  body.woocommerce-cart .e-cart__column-end {
    margin-top: 16px !important;
  }

  body.woocommerce-cart .e-cart__column-end .e-cart-totals.e-cart-section {
    margin-top: 20px !important;
  }

  body.woocommerce-cart .cart_totals h2 {
    padding: 16px !important;
    font-size: 16px !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table th,
  body.woocommerce-cart .cart_totals table.shop_table td {
    padding: 14px !important;
  }

  body.woocommerce-cart .wc-proceed-to-checkout {
    padding: 14px !important;
  }
}

/* =========================================================
   HOORSTAR — Coupon Error Notice
========================================================= */

body.woocommerce-cart #coupon-error-notice,
body.woocommerce-cart .coupon-error-notice,
body.woocommerce-cart .woocommerce-error {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  min-height: 52px !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 12px 0 0 !important;
  padding: 13px 16px !important;
  border: 1px solid #F1B8CD !important;
  border-right: 4px solid #DA2778 !important;
  border-radius: 8px !important;
  background: #FFF1F6 !important;
  color: #842047 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.9 !important;
  text-align: right !important;
  direction: rtl !important;
  box-shadow: 0 5px 14px rgba(218, 39, 120, 0.08) !important;
}

/* آیکون خطا */
body.woocommerce-cart #coupon-error-notice::before,
body.woocommerce-cart .coupon-error-notice::before {
  content: "!" !important;
  display: inline-flex !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #DA2778 !important;
  color: #FFFFFF !important;
  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* اگر ووکامرس لینک یا دکمه بستن داخل پیام ایجاد کرد */
body.woocommerce-cart #coupon-error-notice a,
body.woocommerce-cart .coupon-error-notice a,
body.woocommerce-cart .woocommerce-error a {
  color: #842047 !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
}

/* موبایل */
@media (max-width: 767px) {
  body.woocommerce-cart #coupon-error-notice,
  body.woocommerce-cart .coupon-error-notice,
  body.woocommerce-cart .woocommerce-error {
    min-height: 48px !important;
    margin-top: 10px !important;
    padding: 11px 13px !important;
    font-size: 12.5px !important;
  }
}
}/* =========================================================
   HOORSTAR — Cart Discount Row
   فقط یک عنوان کد تخفیف + مبلغ سمت راست + پاک سمت چپ
========================================================= */

/* ردیف کامل تخفیف */
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;

  padding: 12px 16px !important;
  margin: 0 !important;

  background: #FFF7FB !important;
  border-bottom: 1px dashed #EDB9D1 !important;

  direction: rtl !important;
  box-sizing: border-box !important;
}

/* 
   th واقعی ووکامرس معمولاً خودش می‌نویسد: کد تخفیف: نام-کوپن
   برای جلوگیری از دوبار دیده شدن، متن اصلی را مخفی می‌کنیم
*/
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > th {
  display: none !important;
}

/* فقط همین عنوان نمایش داده شود */
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > th::before {
  content: "کد تخفیف" !important;

  display: inline-flex !important;
  align-items: center !important;

  color: #8D2453 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;

  white-space: nowrap !important;
}

/* td شامل مبلغ و دکمه پاک */
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > td {
  display: flex !important;
  flex: 1 1 auto !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #237A50 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;

  direction: rtl !important;
  text-align: right !important;
}

/* مبلغ تخفیف سمت راست، بعد از عنوان */
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > td .woocommerce-Price-amount,
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > td .woocommerce-Price-amount bdi,
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > td .woocommerce-Price-currencySymbol {
  color: #237A50 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

/* دکمه پاک سمت چپ */
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > td a.woocommerce-remove-coupon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin-right: auto !important;
  margin-left: 0 !important;

  min-width: 42px !important;
  height: 28px !important;
  padding: 0 10px !important;

  border: 1px solid #E7B7C9 !important;
  border-radius: 7px !important;
  background: #FFFFFF !important;

  color: #A22959 !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  transition: all 0.22s ease !important;
}

/* Hover دکمه پاک */
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > td a.woocommerce-remove-coupon:hover {
  border-color: #DA2778 !important;
  background: #DA2778 !important;
  color: #FFFFFF !important;
  transform: translateY(-1px) !important;
}

/* فوکوس برای دسترس‌پذیری */
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > td a.woocommerce-remove-coupon:focus {
  outline: 2px solid rgba(218, 39, 120, 0.28) !important;
  outline-offset: 2px !important;
}

/* موبایل */
@media (max-width: 767px) {

  body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount {
    padding: 10px 12px !important;
    gap: 8px !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > th::before {
    font-size: 12.5px !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > td {
    gap: 8px !important;
    font-size: 13px !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > td .woocommerce-Price-amount,
  body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > td .woocommerce-Price-amount bdi,
  body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > td .woocommerce-Price-currencySymbol {
    font-size: 13px !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount > td a.woocommerce-remove-coupon {
    min-width: 38px !important;
    height: 26px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
  }
}
