.elementor-155 .elementor-element.elementor-element-45d06ece{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-33e43cb7 *//* =====================================================
   BOOK DELIVERO - PREMIUM CART STYLE
===================================================== */

/* کانتینر اصلی سبد خرید */
.woocommerce-cart-form,
.cart_totals {
    background: #f4f8f8;
    border: 1px solid #dbe7e7;
    border-radius: 28px !important;
    padding: 28px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    margin-bottom: 30px;
}

/* جدول سبد خرید */
.woocommerce-cart table.shop_table {
    border: none !important;
    border-radius: 24px !important;
    overflow: hidden;
    background: #ffffff;
}

/* هدر جدول */
.woocommerce-cart table.shop_table thead {
    background: #2f6364;
}

.woocommerce-cart table.shop_table thead th {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 18px !important;
    border: none !important;
    text-align: center;
}

/* سطرهای جدول */
.woocommerce-cart table.shop_table tbody tr {
    transition: all .3s ease;
}

.woocommerce-cart table.shop_table tbody tr:hover {
    background: #f8fbfb;
}

/* سلول‌ها */
.woocommerce-cart table.shop_table td {
    padding: 20px 15px !important;
    border-color: #edf2f2 !important;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    color: #444;
}

/* تصویر محصول */
.woocommerce-cart table.shop_table .product-thumbnail img {
    width: 95px;
    border-radius: 18px;
    border: 1px solid #e4eeee;
    transition: all .35s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.woocommerce-cart table.shop_table .product-thumbnail img:hover {
    transform: scale(1.05);
}

/* نام محصول */
.woocommerce-cart .product-name a {
    color: #2f6364;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.woocommerce-cart .product-name a:hover {
    color: #000000;
}

/* قیمت‌ها */
.woocommerce-cart .amount {
    color: #2f6364;
    font-weight: 700;
    font-size: 15px;
}

/* دکمه حذف */
.woocommerce-cart a.remove {
    background: #f5f5f5 !important;
    color: #c0392b !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 32px !important;
    border-radius: 50% !important;
    transition: all .3s ease;
    font-size: 20px !important;
    margin: auto;
}

.woocommerce-cart a.remove:hover {
    background: #c0392b !important;
    color: #fff !important;
    transform: rotate(90deg);
}

/* باکس تعداد */
.woocommerce-cart .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.woocommerce-cart .quantity input.qty {
    width: 70px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid #d9e5e5;
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #2f6364;
    font-weight: 700;
}

/* دکمه‌های + و - */
.quantity-up,
.quantity-down {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #2f6364;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    font-size: 18px;
    font-weight: bold;
}

.quantity-up:hover,
.quantity-down:hover {
    background: #000;
}

/* بخش عملیات */
.woocommerce-cart .actions {
    padding-top: 25px !important;
}

/* فیلد کد تخفیف */
.woocommerce-cart .coupon input.input-text {
    height: 50px;
    border-radius: 16px;
    border: 1px solid #dbe7e7;
    padding: 0 18px;
    background: #fff;
    min-width: 220px;
}

/* دکمه‌ها */
.woocommerce-cart .button,
.woocommerce-cart .checkout-button,
.woocommerce-cart button.button {
    background: #2f6364 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 18px !important;
    padding: 14px 26px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    transition: all .3s ease;
    box-shadow: 0 8px 18px rgba(47,99,100,0.18);
}

.woocommerce-cart .button:hover,
.woocommerce-cart .checkout-button:hover,
.woocommerce-cart button.button:hover {
    background: #000 !important;
    transform: translateY(-2px);
}

/* باکس مجموع */
.cart_totals {
    background: linear-gradient(145deg,#f8fbfb,#edf6f6);
}

/* عنوان مجموع */
.cart_totals h2 {
    color: #2f6364;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 800;
    text-align: center;
}

/* جدول مجموع */
.cart_totals table.shop_table {
    background: #fff;
    border-radius: 20px !important;
    overflow: hidden;
    border: none !important;
}

.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
    padding: 18px !important;
    border-color: #eef3f3 !important;
}

/* ردیف مجموع نهایی */
.cart_totals .order-total th,
.cart_totals .order-total td {
    font-size: 18px;
    color: #000;
}

/* دکمه پرداخت */
.wc-proceed-to-checkout .checkout-button {
    width: 100%;
    text-align: center;
    padding: 18px !important;
    border-radius: 22px !important;
    font-size: 17px !important;
    margin-top: 20px;
}

/* فرم حمل و نقل */
.shipping-calculator-form {
    background: #ffffff;
    border-radius: 22px;
    padding: 25px;
    margin-top: 20px;
    border: 1px solid #e4eeee;
}

/* فیلدها */
.shipping-calculator-form input,
.shipping-calculator-form select {
    width: 100%;
    height: 50px;
    border-radius: 16px;
    border: 1px solid #dbe7e7;
    background: #fff;
    padding: 0 15px;
    margin-top: 8px;
    transition: .3s;
}

.shipping-calculator-form input:focus,
.shipping-calculator-form select:focus,
.woocommerce-cart .coupon input.input-text:focus {
    border-color: #2f6364;
    outline: none;
    box-shadow: 0 0 0 4px rgba(47,99,100,0.08);
}

/* لینک محاسبه حمل */
.shipping-calculator-button {
    color: #2f6364;
    font-weight: 700;
    text-decoration: none;
}

/* نوتیفیکیشن‌ها */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: 20px !important;
    border: 1px solid #dbe7e7 !important;
    background: #f8fbfb !important;
    padding: 18px !important;
}

/* ریسپانسیو */
@media(max-width:768px){

    .woocommerce-cart-form,
    .cart_totals {
        padding: 18px;
        border-radius: 22px !important;
    }

    .woocommerce-cart table.shop_table thead {
        display: none;
    }

    .woocommerce-cart table.shop_table td {
        display: block;
        text-align: right !important;
        padding: 14px !important;
    }

    .woocommerce-cart table.shop_table tr {
        display: block;
        background: #fff;
        border-radius: 22px;
        margin-bottom: 20px;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }

    .woocommerce-cart .product-thumbnail img {
        width: 80px;
    }

    .cart_totals h2 {
        font-size: 22px;
    }

    .wc-proceed-to-checkout .checkout-button {
        font-size: 15px !important;
    }
}/* End custom CSS */