.elementor-9 .elementor-element.elementor-element-1e6fe7ee{--display:flex;}/* Start custom CSS for container, class: .elementor-element-1e6fe7ee *//* =========================================================
   JANAN — WOOCOMMERCE CART
   PRODUCT TABLE ONLY
   ========================================================= */


/* =========================================================
   1. PAGE
   ========================================================= */

body.woocommerce-cart {
    background: #f6f7f9 !important;
}

body.woocommerce-cart .woocommerce {
    width: 100% !important;
    max-width: 1250px !important;
    margin: 50px auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    direction: rtl !important;
}


/* =========================================================
   2. PRODUCT TABLE
   ========================================================= */

body.woocommerce-cart table.shop_table.cart {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    background: #ffffff !important;
    border: 1px solid #e6e9ed !important;
    border-radius: 18px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 15px 45px rgba(0, 56, 101, 0.07) !important;
    table-layout: auto !important;
}


/* =========================================================
   3. TABLE HEADER
   ========================================================= */

body.woocommerce-cart table.shop_table.cart thead th {
    background: #003865 !important;
    color: #ffffff !important;
    border: 0 !important;
    padding: 17px 12px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    vertical-align: middle !important;
}


/* =========================================================
   4. TABLE ROWS
   ========================================================= */

body.woocommerce-cart table.shop_table.cart tbody tr {
    background: #ffffff !important;
    transition: background 0.2s ease !important;
}

body.woocommerce-cart table.shop_table.cart tbody tr:hover {
    background: #fafbfd !important;
}

body.woocommerce-cart table.shop_table.cart tbody td {
    padding: 18px 10px !important;
    border-top: 1px solid #edf0f2 !important;
    vertical-align: middle !important;
}


/* =========================================================
   5. PRODUCT IMAGE
   ========================================================= */

body.woocommerce-cart table.shop_table.cart .product-thumbnail {
    width: 100px !important;
    min-width: 100px !important;
    padding: 18px 8px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

body.woocommerce-cart table.shop_table.cart .product-thumbnail a {
    display: inline-block !important;
    line-height: 0 !important;
}

body.woocommerce-cart table.shop_table.cart .product-thumbnail img {
    display: block !important;
    width: 70px !important;
    height: 90px !important;
    max-width: 70px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    border: 1px solid #e4e7ea !important;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.07) !important;
    transition: transform 0.25s ease !important;
}

body.woocommerce-cart table.shop_table.cart tbody tr:hover .product-thumbnail img {
    transform: scale(1.03) !important;
}


/* =========================================================
   6. PRODUCT NAME
   ========================================================= */

body.woocommerce-cart table.shop_table.cart .product-name {
    width: auto !important;
    min-width: 170px !important;
    padding: 18px 10px !important;
    text-align: right !important;
    vertical-align: middle !important;
}

body.woocommerce-cart table.shop_table.cart .product-name a {
    display: block !important;
    max-width: 100% !important;
    color: #003865 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.8 !important;
    text-decoration: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

body.woocommerce-cart table.shop_table.cart .product-name a:hover {
    color: #b9952f !important;
}


/* =========================================================
   7. HIDE UNIT PRICE
   ========================================================= */

body.woocommerce-cart table.shop_table.cart thead .product-price,
body.woocommerce-cart table.shop_table.cart tbody .product-price {
    display: none !important;
}


/* =========================================================
   8. QUANTITY
   ========================================================= */

body.woocommerce-cart table.shop_table.cart .product-quantity {
    width: 105px !important;
    min-width: 105px !important;
    padding: 18px 5px !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

body.woocommerce-cart table.shop_table.cart .product-quantity .quantity {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 65px !important;
    height: 40px !important;
    margin: 0 auto !important;
    background: #f7f8fa !important;
    border: 1px solid #e1e5e9 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

body.woocommerce-cart table.shop_table.cart .product-quantity input.qty {
    width: 45px !important;
    min-width: 45px !important;
    max-width: 45px !important;
    height: 38px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    color: #003865 !important;
    text-align: center !important;
    font-weight: 700 !important;
}


/* =========================================================
   9. SUBTOTAL
   ========================================================= */

body.woocommerce-cart table.shop_table.cart .product-subtotal {
    width: 135px !important;
    min-width: 135px !important;
    padding: 18px 8px !important;
    color: #003865 !important;
    font-weight: 700 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

body.woocommerce-cart table.shop_table.cart .product-subtotal .amount {
    color: #003865 !important;
    white-space: nowrap !important;
}


/* =========================================================
   10. REMOVE PRODUCT
   ========================================================= */

body.woocommerce-cart table.shop_table.cart .product-remove {
    width: 45px !important;
    min-width: 45px !important;
    padding: 18px 5px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

body.woocommerce-cart table.shop_table.cart .product-remove a.remove {
    width: 30px !important;
    height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    border-radius: 50% !important;
    background: #f8eeee !important;
    color: #a84e4e !important;
    font-size: 17px !important;
    line-height: 1 !important;
    transition: all 0.2s ease !important;
}

body.woocommerce-cart table.shop_table.cart .product-remove a.remove:hover {
    background: #a84e4e !important;
    color: #ffffff !important;
}


/* =========================================================
   11. CART ACTIONS
   ========================================================= */

body.woocommerce-cart table.shop_table.cart td.actions {
    padding: 16px !important;
    background: #fafbfc !important;
    border-top: 1px solid #edf0f2 !important;
}

body.woocommerce-cart .coupon input.input-text {
    width: 170px !important;
    height: 44px !important;
    padding: 0 13px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    border: 1px solid #dfe4e8 !important;
    border-radius: 9px !important;
    outline: none !important;
    font-family: inherit !important;
}

body.woocommerce-cart .coupon input.input-text:focus {
    border-color: #d5b348 !important;
    box-shadow: 0 0 0 3px rgba(213, 179, 72, 0.12) !important;
}

body.woocommerce-cart table.shop_table.cart td.actions .button {
    min-height: 44px !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: #003865 !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    transition: all 0.2s ease !important;
}

body.woocommerce-cart table.shop_table.cart td.actions .button:hover {
    background: #002b4d !important;
    transform: translateY(-2px) !important;
}


/* =========================================================
   12. REMOVE EXTRA INFO
   ========================================================= */

/* بخش اطلاعات ارسال، مرجوعی، ضمانت و پشتیبانی */

body.woocommerce-cart .cart-trust-content {
    display: none !important;
}


/* کلاس‌های احتمالی اضافی */

body.woocommerce-cart .trust-badges,
body.woocommerce-cart .shipping-info,
body.woocommerce-cart .payment-info,
body.woocommerce-cart .return-info,
body.woocommerce-cart .guarantee-info,
body.woocommerce-cart .shipping-info-box,
body.woocommerce-cart .payment-info-box,
body.woocommerce-cart .return-info-box,
body.woocommerce-cart .guarantee-info-box,
body.woocommerce-cart .cart-info,
body.woocommerce-cart .cart-extra-info,
body.woocommerce-cart .cart-features,
body.woocommerce-cart .cart-benefits,
body.woocommerce-cart .cart-benefits-wrapper {
    display: none !important;
}


/* =========================================================
   13. NOTICES
   ========================================================= */

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
    background: #ffffff !important;
    border: 1px solid #e5e9ed !important;
    border-right: 4px solid #d5b348 !important;
    border-radius: 12px !important;
    color: #555555 !important;
    box-shadow: 0 8px 25px rgba(0,0,0,.04) !important;
}


/* =========================================================
   14. MOBILE
   ========================================================= */

@media (max-width: 900px) {

    body.woocommerce-cart .woocommerce {
        width: 100% !important;
        max-width: 100% !important;
        margin: 30px auto !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }

    body.woocommerce-cart .woocommerce-cart-form {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    body.woocommerce-cart table.shop_table.cart {
        min-width: 650px !important;
    }
}


/* =========================================================
   15. SMALL MOBILE
   ========================================================= */

@media (max-width: 600px) {

    body.woocommerce-cart .woocommerce {
        margin: 20px auto !important;
        padding: 0 10px !important;
    }

    body.woocommerce-cart .coupon {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    body.woocommerce-cart .coupon input.input-text {
        width: 100% !important;
    }
}/* End custom CSS */