.elementor-13395 .elementor-element.elementor-element-ec43e7f{--display:flex;--background-transition:0.3s;}.elementor-13395 .elementor-element.elementor-element-334a7e4{--display:flex;--justify-content:center;--background-transition:0.3s;}.elementor-13395 .elementor-element.elementor-element-334a7e4.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-13395 .elementor-element.elementor-element-55a1157{--update-cart-automatically-display:none;width:var( --container-widget-width, 100.149% );max-width:100.149%;--container-widget-width:100.149%;--container-widget-flex-grow:0;--sections-background-color:#FFFFFF;--sections-border-type:solid;--sections-border-color:#5C83FF;--sections-border-radius:5px 5px 5px 5px;--sections-padding:-1% -1% -1% -1%;--forms-fields-normal-color:var( --e-global-color-text );--forms-buttons-normal-text-color:var( --e-global-color-text );--forms-buttons-border-type:none;--order-summary-rows-gap-top:calc( 6px/2 );--order-summary-rows-gap-bottom:calc( 6px/2 );--order-summary-title-spacing:7px;--order-summary-color:var( --e-global-color-text );--order-summary-variations-color:var( --e-global-color-text );--product-link-normal-color:var( --e-global-color-text );--order-summary-items-divider-color:var( --e-global-color-59a4b37 );--order-summary-items-divider-weight:64px;--order-summary-quantity-border-color:var( --e-global-color-59a4b37 );--order-summary-quantity-border-weight:0px;--order-summary-remove-icon-normal-color:var( --e-global-color-6b16b40 );--totals-rows-gap-top:calc( 6px/2 );--totals-rows-gap-bottom:calc( 6px/2 );--totals-color:var( --e-global-color-text );--totals-divider-color:var( --e-global-color-primary );--totals-divider-weight:1px;--checkout-button-normal-text-color:var( --e-global-color-primary );}.elementor-13395 .elementor-element.elementor-element-55a1157.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}.elementor-13395 .elementor-element.elementor-element-55a1157 .shipping-calculator-form{--update-shipping-button-alignment:start;--update-shipping-button-width:auto;}.elementor-13395 .elementor-element.elementor-element-55a1157 .e-cart-section{border-width:1px 1px 1px 1px;}.e-woo-select2-wrapper .select2-results__option{color:var( --e-global-color-text );}.elementor-13395 .elementor-element.elementor-element-55a1157 .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:var( --e-global-color-text );}.elementor-13395 .elementor-element.elementor-element-55a1157 .shop_table .button{background-color:var( --e-global-color-59a4b37 );}.elementor-13395 .elementor-element.elementor-element-55a1157 .woocommerce-cart-form{--order-summary-title-color:var( --e-global-color-text );}@media(max-width:767px){.elementor-13395 .elementor-element.elementor-element-334a7e4{--width:320.8px;}.elementor-13395 .elementor-element.elementor-element-55a1157{width:var( --container-widget-width, 296.2px );max-width:296.2px;--container-widget-width:296.2px;--container-widget-flex-grow:0;}.elementor-13395 .elementor-element.elementor-element-55a1157 .coupon{--apply-coupon-button-alignment:start;--apply-coupon-button-width:auto;}}@media(min-width:768px){.elementor-13395 .elementor-element.elementor-element-334a7e4{--width:100%;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-55a1157 *//* بازنویسی کامل استایل‌های سبد خرید با ریسپانسیو کامل و رفع مشکلات RTL */
.woocommerce-page .e-cart__container,
.woocommerce-page .cart-page-inner,
.woocommerce-page .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    font-family: 'Vazirmatn', 'Segoe UI', Tahoma, sans-serif;
    direction: rtl;
    color: #333;
}

/* رفع تمام مشکلات overflow و containerها */
.e-cart__container *,
.cart-page-inner *,
.woocommerce * {
    box-sizing: border-box !important;
}

/* تنظیم layout اصلی */
.e-cart__container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    width: 100% !important;
    padding: 20px !important;
}

/* ستون اول - لیست محصولات */
.e-cart__column-start {
    flex: 1 1 70% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* ستون دوم - جمع کل */
.e-cart__column-end,
.cart-collaterals {
    flex: 1 1 28% !important;
    min-width: 300px !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* استایل جدول محصولات - عرض کامل */
.e-shop-table.e-cart-section {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

.shop_table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 0 !important;
    border: none !important;
    table-layout: fixed !important;
}

.shop_table th {
    background-color: #5C83FF;
    color: white;
    font-weight: 600;
    padding: 20px 15px !important;
    text-align: right;
    border: none !important;
    border-bottom: 3px solid #4a6fe3 !important;
    white-space: nowrap;
}

/* تنظیم عرض ستون‌ها */
.shop_table th.product-remove { width: 50px !important; }
.shop_table th.product-thumbnail { width: 100px !important; }
.shop_table th.product-name { width: auto !important; }
.shop_table th.product-price { width: 150px !important; }
.shop_table th.product-quantity { width: 100px !important; }
.shop_table th.product-subtotal { width: 150px !important; }

.shop_table td {
    padding: 20px 15px !important;
    border-bottom: 1px solid #eee !important;
    vertical-align: middle !important;
    border: none !important;
    overflow: hidden !important;
}

.shop_table tr:last-child td {
    border-bottom: none !important;
}

.shop_table tbody tr:hover {
    background-color: #f8f9ff;
}

/* استایل محصول - متن کامل */
.product-thumbnail img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 8px;
    border: 2px solid #f0f0f0;
    object-fit: cover;
}

.product-name {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.product-name a {
    color: #2c3e50;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1em;
    transition: color 0.3s;
    display: block;
    width: 100% !important;
    white-space: normal !important;
    line-height: 1.4;
}

.product-name a:hover {
    color: #5C83FF;
}

/* استایل قیمت‌ها */
.woocommerce-Price-amount {
    font-weight: 700;
    color: #2c3e50;
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    direction: ltr !important;
    unicode-bidi: embed !important;
}

.woocommerce-Price-currencySymbol {
    color: #5C83FF;
    font-weight: 600;
}

/* استایل تعداد */
.product-quantity .quantity {
    display: block !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

/* استایل بخش کوپن - عرض کامل */
.coupon.e-cart-section {
    background: white;
    padding: 25px !important;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: none !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
}

.form-row.coupon-col {
    display: flex !important;
    gap: 15px !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.coupon-col-start {
    flex: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
}

.coupon-col-start input {
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 18px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    transition: all 0.3s;
    background: #fafafa;
    margin: 0 !important;
    box-sizing: border-box !important;
    text-align: right !important;
    direction: rtl !important;
}

.coupon-col-start input:focus {
    outline: none !important;
    border-color: #5C83FF !important;
    background: white !important;
    box-shadow: 0 0 0 3px rgba(92, 131, 255, 0.1) !important;
}

.coupon-col-end {
    flex-shrink: 0 !important;
}

.coupon-col-end .button {
    background: #5C83FF;
    color: white;
    border: none !important;
    padding: 14px 28px !important;
    border-radius: 8px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
}

.coupon-col-end .button:hover {
    background: #4a6fe3 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(92, 131, 255, 0.2);
}

/* استایل سایدبار جمع کل - همانند بخش کوپن */
.cart-collaterals {
    position: sticky !important;
    top: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    height: fit-content !important;
}

.cart_totals {
    background: white;
    padding: 30px !important;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-top: 5px solid #5C83FF;
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

.cart_totals h2 {
    color: #2c3e50;
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #f0f0f0 !important;
    font-size: 1.5em !important;
    width: 100% !important;
    text-align: right !important;
}

.cart_totals table {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 25px !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
}

.cart_totals th {
    text-align: right !important;
    padding: 15px 0 !important;
    color: #666;
    font-weight: 500;
    border: none !important;
    width: 50% !important;
    vertical-align: middle !important;
}

.cart_totals td {
    text-align: left !important;
    padding: 15px 0 !important;
    font-weight: 600;
    border: none !important;
    width: 50% !important;
    vertical-align: middle !important;
    direction: ltr !important;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
    color: #2c3e50 !important;
    font-size: 1.2em !important;
    padding-top: 20px !important;
    border-top: 2px solid #eee !important;
}

/* استایل دکمه پرداخت - عرض کامل */
.wc-proceed-to-checkout {
    margin-top: 25px !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

.checkout-button {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    background: linear-gradient(135deg, #5C83FF, #4a6fe3) !important;
    color: white !important;
    text-align: center !important;
    padding: 18px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    box-shadow: 0 6px 15px rgba(92, 131, 255, 0.3) !important;
    box-sizing: border-box !important;
}

.checkout-button:hover {
    background: linear-gradient(135deg, #4a6fe3, #3a5fd8) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(92, 131, 255, 0.4) !important;
    color: white !important;
}

/* دکمه بروزرسانی */
.button_update_cart {
    background: #6c757d !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    border: none !important;
    cursor: not-allowed !important;
    opacity: 0.6;
    width: auto !important;
}

/* دکمه حذف محصول */
.product-remove a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    background: #ff6b6b !important;
    color: white !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    font-size: 20px !important;
    font-weight: bold !important;
    transition: all 0.3s !important;
    border: none !important;
}

.product-remove a:hover {
    background: #ff5252 !important;
    transform: scale(1.1) !important;
}

/* حذف تمام استایل‌های اضافی */
.woocommerce-cart-holder,
.woocommerce-cart-form,
.e-cart__column {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
}

.theiaStickySidebar,
.cart-collaterals-inner {
    position: relative !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ========== MEDIA QUERIES - ریسپانسیو کامل ========== */

/* 1. تبلت بزرگ و لپتاپ کوچک (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .e-cart__container {
        padding: 25px !important;
        gap: 25px !important;
    }
    
    .e-cart__column-start {
        flex: 1 1 65% !important;
    }
    
    .cart-collaterals {
        flex: 1 1 33% !important;
        min-width: 280px !important;
    }
    
    .shop_table th {
        padding: 18px 12px !important;
        font-size: 15px !important;
    }
    
    .shop_table td {
        padding: 18px 12px !important;
        font-size: 15px !important;
    }
    
    .product-thumbnail img {
        width: 70px !important;
        height: 70px !important;
    }
    
    .coupon.e-cart-section {
        padding: 22px !important;
    }
}

/* 2. تبلت (768px - 991px) - بهبود ریسپانسیو */
@media (min-width: 768px) and (max-width: 991px) {
    .e-cart__container {
        flex-direction: column !important;
        gap: 25px !important;
        padding: 20px !important;
    }
    
    .e-cart__column-start,
    .cart-collaterals {
        flex: 1 1 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .cart-collaterals {
        position: static !important;
        top: auto !important;
    }
    
    /* جدول در تبلت */
    .shop_table {
        display: table !important;
        width: 100% !important;
    }
    
    .shop_table thead {
        display: table-header-group !important;
    }
    
    .shop_table th {
        padding: 16px 12px !important;
        font-size: 15px !important;
    }
    
    .shop_table td {
        padding: 16px 12px !important;
        font-size: 15px !important;
        display: table-cell !important;
        text-align: right !important;
    }
    
    /* قیمت‌ها در تبلت */
    td.product-price .woocommerce-Price-amount,
    td.product-subtotal .woocommerce-Price-amount {
        text-align: left !important;
        direction: ltr !important;
        font-size: 16px !important;
    }
    
    /* تعداد در تبلت */
    td.product-quantity .quantity {
        font-size: 16px !important;
        font-weight: 700 !important;
        text-align: center !important;
        display: block !important;
    }
    
    .product-thumbnail img {
        width: 70px !important;
        height: 70px !important;
    }
    
    .coupon.e-cart-section {
        padding: 22px !important;
    }
    
    .form-row.coupon-col {
        flex-direction: row !important;
        gap: 12px !important;
    }
    
    .coupon-col-end .button {
        padding: 14px 24px !important;
        white-space: nowrap !important;
    }
}

/* 3. موبایل (تا 767px) - رفع مشکل نمایش دوباره */
@media (max-width: 767px) {
    .e-cart__container {
        padding: 15px !important;
        gap: 20px !important;
        flex-direction: column !important;
    }
    
    .e-cart__column-start,
    .cart-collaterals {
        flex: 1 1 100% !important;
        min-width: 100% !important;
        width: 100% !important;
    }
    
    .cart-collaterals {
        position: static !important;
        top: auto !important;
    }
    
    /* پنهان کردن هدر جدول در موبایل */
    .shop_table thead {
        display: none !important;
    }
    
    /* تبدیل ردیف‌های جدول به کارت */
    .shop_table tbody {
        display: block !important;
    }
    
    .shop_table tbody tr {
        display: block !important;
        margin-bottom: 20px !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 12px !important;
        padding: 15px !important;
        background: white !important;
        box-shadow: 0 3px 10px rgba(0,0,0,0.05) !important;
        position: relative !important;
    }
    
    /* نمایش هر سلول به صورت بلوک */
    .shop_table td {
        display: block !important;
        width: 100% !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid #f5f5f5 !important;
        text-align: right !important;
        direction: rtl !important;
        position: relative !important;
        min-height: 40px !important;
    }
    
    .shop_table td:last-child {
        border-bottom: none !important;
    }
    
    /* اضافه کردن برچسب برای هر سلول */
    .shop_table td[data-title]:not(.product-remove):not(.product-thumbnail):not(.product-name)::before {
        content: attr(data-title) !important;
        font-weight: 600 !important;
        color: #5C83FF !important;
        font-size: 14px !important;
        display: inline-block !important;
        width: 40% !important;
        text-align: right !important;
        vertical-align: middle !important;
        margin-left: 10px !important;
    }
    
    /* استایل مخصوص برای قیمت */
    td.product-price .woocommerce-Price-amount {
        display: inline-block !important;
        width: 55% !important;
        text-align: left !important;
        direction: ltr !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #2c3e50 !important;
        background: #f8f9ff !important;
        padding: 6px 12px !important;
        border-radius: 8px !important;
        border-right: 3px solid #5C83FF !important;
        margin-right: 5px !important;
        vertical-align: middle !important;
    }
    
    /* استایل مخصوص برای تعداد - حذف ::after */
    td.product-quantity .quantity {
        display: inline-block !important;
        width: 55% !important;
        text-align: center !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #2c3e50 !important;
        background: #f0f7ff !important;
        padding: 6px 12px !important;
        border-radius: 8px !important;
        border: 2px solid #5C83FF !important;
        margin-right: 5px !important;
        vertical-align: middle !important;
    }
    
    /* حذف content اضافی برای تعداد */
    td.product-quantity::after {
        content: "" !important;
        display: none !important;
    }
    
    /* اگر input مخفی است، مقدار واقعی را نشان بده */
    td.product-quantity input[type="hidden"] + .quantity {
        display: inline-block !important;
    }
    
    td.product-quantity input[type="hidden"] {
        display: none !important;
    }
    
    /* استایل مخصوص برای جمع */
    td.product-subtotal .woocommerce-Price-amount {
        display: inline-block !important;
        width: 55% !important;
        text-align: left !important;
        direction: ltr !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        color: #5C83FF !important;
        background: linear-gradient(135deg, #f8f9ff, #eef2ff) !important;
        padding: 6px 12px !important;
        border-radius: 8px !important;
        border: 2px solid #5C83FF !important;
        margin-right: 5px !important;
        vertical-align: middle !important;
    }
    
    /* دکمه حذف */
    td.product-remove {
        position: absolute !important;
        left: 15px !important;
        top: 15px !important;
        padding: 0 !important;
        border: none !important;
        width: auto !important;
        z-index: 10 !important;
        display: block !important;
    }
    
    td.product-remove::before {
        display: none !important;
    }
    
    /* تصویر محصول */
    td.product-thumbnail {
        text-align: center !important;
        margin-bottom: 15px !important;
        padding: 0 0 15px 0 !important;
        border-bottom: 2px solid #f0f0f0 !important;
        display: block !important;
    }
    
    td.product-thumbnail::before {
        display: none !important;
    }
    
    td.product-thumbnail img {
        width: 150px !important;
        height: 100px !important;
        border-radius: 10px !important;
        border: 3px solid #f0f0f0 !important;
    }
    
    /* نام محصول */
    td.product-name {
        text-align: center !important;
        font-size: 17px !important;
        font-weight: 700 !important;
        margin-bottom: 15px !important;
        padding: 0 0 15px 0 !important;
        border-bottom: 2px solid #f0f0f0 !important;
        line-height: 1.4 !important;
        display: block !important;
    }
    
    td.product-name::before {
        display: none !important;
    }
    
    td.product-name a {
        text-align: center !important;
        color: #2c3e50 !important;
        font-size: 17px !important;
        line-height: 1.4 !important;
    }
    
    /* استایل کوپن در موبایل */
    .coupon.e-cart-section {
        padding: 20px !important;
        margin-bottom: 20px !important;
    }
    
    .form-row.coupon-col {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    .coupon-col-start,
    .coupon-col-end {
        width: 100% !important;
    }
    
    /* جمع کل در موبایل */
    .cart_totals {
        padding: 20px !important;
    }
    
    .cart_totals h2 {
        font-size: 1.4em !important;
        text-align: right !important;
    }
}

/* 4. موبایل کوچک (تا 575px) */
@media (max-width: 575px) {
    .e-cart__container {
        padding: 12px !important;
    }
    
    .shop_table tbody tr {
        padding: 12px !important;
        margin-bottom: 15px !important;
    }
    
    .shop_table td {
        padding: 10px 0 !important;
    }
    
    .shop_table td[data-title]:not(.product-remove):not(.product-thumbnail):not(.product-name)::before {
        font-size: 13px !important;
        width: 45% !important;
    }
    
    td.product-price .woocommerce-Price-amount,
    td.product-subtotal .woocommerce-Price-amount,
    td.product-quantity .quantity {
        width: 50% !important;
        font-size: 15px !important;
        padding: 5px 10px !important;
    }
    
    td.product-thumbnail img {
        width: 130px !important;
        height: 90px !important;
    }
    
    td.product-name a {
        font-size: 16px !important;
    }
    
    .coupon.e-cart-section {
        padding: 18px !important;
    }
    
    .cart_totals {
        padding: 18px !important;
    }
}

/* 5. موبایل خیلی کوچک (تا 360px) */
@media (max-width: 360px) {
    .e-cart__container {
        padding: 10px !important;
    }
    
    .shop_table tbody tr {
        padding: 10px !important;
    }
    
    .shop_table td {
        padding: 8px 0 !important;
    }
    
    .shop_table td[data-title]:not(.product-remove):not(.product-thumbnail):not(.product-name)::before {
        font-size: 12px !important;
        width: 50% !important;
    }
    
    td.product-price .woocommerce-Price-amount,
    td.product-subtotal .woocommerce-Price-amount,
    td.product-quantity .quantity {
        width: 45% !important;
        font-size: 14px !important;
        padding: 4px 8px !important;
    }
    
    td.product-thumbnail img {
        width: 110px !important;
        height: 80px !important;
    }
    
    td.product-name a {
        font-size: 15px !important;
    }
    
    .coupon.e-cart-section {
        padding: 15px !important;
    }
    
    .cart_totals {
        padding: 15px !important;
    }
    
    .cart_totals h2 {
        font-size: 1.2em !important;
    }
}

/* حذف transformهای اضافی */
.woocommerce,
.cart-page-inner,
.e-cart__container,
.e-cart__column,
.e-cart__column-start {
    transform: none !important;
}

/* رفع مشکلات RTL */
.product-name a,
.cart_totals th,
.shop_table td::before {
    font-family: 'Vazirmatn', 'Segoe UI', Tahoma, sans-serif !important;
    text-align: right !important;
    direction: rtl !important;
}

/* اطمینان از نمایش همه چیز */
td.product-price,
td.product-quantity,
td.product-subtotal {
    display: table-cell !important;
}

@media (max-width: 767px) {
    td.product-price,
    td.product-quantity,
    td.product-subtotal {
        display: block !important;
    }
}

/* رفع آخرین مشکلات احتمالی */
.woocommerce-Price-amount bdi {
    display: inline !important;
    direction: ltr !important;
    unicode-bidi: embed !important;
}

/* نمایش اعداد انگلیسی صحیح */
bdi {
    direction: ltr !important;
    unicode-bidi: embed !important;
}

/* رفع مشکل نمایش دوباره تعداد */
td.product-quantity {
    position: relative !important;
}

td.product-quantity .quantity:empty::before {
    content: "1" !important;
    display: inline-block !important;
}

/* اگر مقدار مخفی است، آن را نمایش نده */
td.product-quantity input[type="hidden"] {
    display: none !important;
}

/* استایل برای نمایش مقدار واقعی */
.quantity:not(:empty) {
    display: inline-block !important;
}/* End custom CSS */