.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-woocommerce-cart .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-woocommerce-cart .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for woocommerce-cart, class: .elementor-element-bf87284 *//* =========================
   Cart Page Stylish Design
   ========================= */

.woocommerce-cart .woocommerce {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    font-family: IRANSans, Vazirmatn, Tahoma, sans-serif;
    direction: rtl;
}

/* Title */
.woocommerce-cart .woocommerce h1,
.woocommerce-cart .page-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #2f3a2f;
    margin-bottom: 30px;
    position: relative;
}

.woocommerce-cart .woocommerce h1::after,
.woocommerce-cart .page-title::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #a7c957, #6b8e23);
    margin: 14px auto 0;
    border-radius: 20px;
}

/* Cart table wrapper */
.woocommerce-cart form.woocommerce-cart-form {
    background: #fffdf8;
    border: 1px solid #eee7d8;
    border-radius: 22px;
    padding: 25px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

/* Table */
.woocommerce-cart table.shop_table {
    border: none !important;
    background: transparent;
    margin: 0;
}

.woocommerce-cart table.shop_table thead th {
    background: #f5f0e6;
    color: #3b3b3b;
    font-weight: 700;
    padding: 16px 12px;
    border: none;
    font-size: 15px;
}

.woocommerce-cart table.shop_table tbody td {
    border-top: 1px solid #eee4d2;
    padding: 18px 12px;
    vertical-align: middle;
    color: #444;
    font-size: 14px;
}

/* Product image */
.woocommerce-cart table.shop_table img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    border: 1px solid #eee;
}

/* Product name */
.woocommerce-cart .product-name a {
    color: #2f3a2f;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.woocommerce-cart .product-name a:hover {
    color: #7a9d3e;
}

/* Quantity */
.woocommerce-cart .quantity .qty {
    width: 70px;
    height: 42px;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    text-align: center;
    font-size: 15px;
    background: #fff;
    transition: 0.3s ease;
}

.woocommerce-cart .quantity .qty:focus {
    border-color: #7a9d3e;
    box-shadow: 0 0 0 3px rgba(122,157,62,0.12);
    outline: none;
}

/* Remove button */
.woocommerce-cart .product-remove a {
    background: #fff1f1;
    color: #d64545 !important;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s ease;
}

.woocommerce-cart .product-remove a:hover {
    background: #d64545;
    color: #fff !important;
    transform: scale(1.08);
}

/* Buttons */
.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart input.button {
    background: linear-gradient(135deg, #7a9d3e, #5f7f29);
    color: #fff !important;
    border: none;
    border-radius: 14px;
    padding: 14px 22px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(95,127,41,0.18);
}

.woocommerce-cart .button:hover,
.woocommerce-cart button.button:hover,
.woocommerce-cart input.button:hover {
    background: linear-gradient(135deg, #6a8a35, #4f6a21);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(95,127,41,0.22);
}

/* Coupon box */
.woocommerce-cart .coupon {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-cart .coupon input#coupon_code {
    min-width: 240px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid #d9d1bf;
    padding: 0 16px;
    background: #fff;
}

/* Cart totals */
.woocommerce-cart .cart-collaterals .cart_totals {
    background: #fffdf8;
    border: 1px solid #eee7d8;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 24px;
    color: #2f3a2f;
    font-weight: 800;
    margin-bottom: 18px;
    border-bottom: 2px solid #e8e1d2;
    padding-bottom: 12px;
}

.woocommerce-cart .cart_totals table {
    border: none;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    border-top: 1px solid #eee4d2;
    padding: 14px 0;
    font-size: 15px;
    color: #444;
}

/* Checkout button */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    font-size: 17px;
    padding: 16px 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #a7c957, #7a9d3e);
    box-shadow: 0 12px 28px rgba(122,157,62,0.22);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: linear-gradient(135deg, #93b54b, #65852f);
    transform: translateY(-2px);
}

/* Empty cart */
.woocommerce-cart .cart-empty {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding: 30px 20px;
}

.woocommerce-cart .return-to-shop a {
    margin-top: 18px;
    display: inline-block;
}

/* Mobile */
@media (max-width: 768px) {
    .woocommerce-cart .woocommerce {
        padding: 10px;
    }

    .woocommerce-cart .woocommerce h1,
    .woocommerce-cart .page-title {
        font-size: 26px;
    }

    .woocommerce-cart form.woocommerce-cart-form,
    .woocommerce-cart .cart-collaterals .cart_totals {
        padding: 18px;
        border-radius: 18px;
    }

    .woocommerce-cart table.shop_table thead {
        display: none;
    }

    .woocommerce-cart table.shop_table tbody tr {
        display: block;
        margin-bottom: 16px;
        padding: 14px;
        border: 1px solid #eee4d2;
        border-radius: 18px;
        background: #fff;
    }

    .woocommerce-cart table.shop_table tbody td {
        display: block;
        text-align: right;
        border: none;
        padding: 8px 0;
    }

    .woocommerce-cart .coupon {
        flex-direction: column;
        align-items: stretch;
    }

    .woocommerce-cart .coupon input#coupon_code {
        min-width: 100%;
    }
}/* End custom CSS */