.elementor-7 .elementor-element.elementor-element-7d4d952c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* =========================================================
   VIRAKETAB - CART
   Modern WooCommerce UI
   ========================================================= */


/* ---------------------------------------------------------
   رنگ‌ها
--------------------------------------------------------- */

body.woocommerce-cart,
body.woocommerce-checkout {
    --vk-navy: #051b73;
    --vk-gold: #d3b42b;
    --vk-bg: #f7f8fa;
    --vk-border: #e9ebef;
    --vk-text: #17191d;
    --vk-muted: #777d87;
    --vk-radius: 18px;
}


/* ---------------------------------------------------------
   پس زمینه و کانتینر اصلی
--------------------------------------------------------- */

body.woocommerce-cart,
body.woocommerce-checkout {
    background: var(--vk-bg);
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
    max-width: 1250px;
    margin: 30px auto 60px;
    padding: 0 20px;
}


/* ---------------------------------------------------------
   پیام های ووکامرس
--------------------------------------------------------- */

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-notices-wrapper {
    margin-bottom: 18px;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error {
    border: 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 22px rgba(0,0,0,.05);
    padding: 15px 20px;
}


/* =========================================================
   CART
========================================================= */


/* ---------------------------------------------------------
   ساختار دسکتاپ
--------------------------------------------------------- */

@media (min-width: 900px) {

    body.woocommerce-cart .woocommerce {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 25px;
        align-items: start;
    }

    body.woocommerce-cart .woocommerce-notices-wrapper {
        grid-column: 1 / -1;
    }

    body.woocommerce-cart .woocommerce-cart-form {
        grid-column: 1;
        background: #fff;
        border-radius: var(--vk-radius);
        box-shadow: 0 7px 28px rgba(0,0,0,.055);
        overflow: hidden;
    }

    body.woocommerce-cart .cart-collaterals {
        grid-column: 2;
        grid-row: 2;
        width: 100%;
    }
}


/* ---------------------------------------------------------
   جدول محصولات
--------------------------------------------------------- */

body.woocommerce-cart .shop_table {
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

body.woocommerce-cart .woocommerce-cart-form__contents {
    width: 100%;
    margin: 0;
}


/* Header */

body.woocommerce-cart .woocommerce-cart-form__contents thead th {
    border: 0;
    border-bottom: 1px solid var(--vk-border);
    padding: 18px 10px;
    color: var(--vk-muted);
    font-size: 13px;
    font-weight: 600;
    background: transparent;
}

body.woocommerce-cart .woocommerce-cart-form__contents thead th.product-name {
    text-align: right;
}


/* ---------------------------------------------------------
   ردیف محصول
--------------------------------------------------------- */

body.woocommerce-cart .woocommerce-cart-form__cart-item {
    position: relative;
}

body.woocommerce-cart .woocommerce-cart-form__cart-item td {
    border: 0;
    border-bottom: 1px solid var(--vk-border);
    padding: 20px 10px;
    vertical-align: middle;
}


/* تصویر */

body.woocommerce-cart .product-thumbnail {
    width: 100px;
}

body.woocommerce-cart .product-thumbnail a {
    display: flex;
    width: 82px;
    height: 100px;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 13px;
    overflow: hidden;
}

body.woocommerce-cart .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 !important;
    border-radius: 12px;
    transition: transform .25s ease;
}

body.woocommerce-cart .product-thumbnail a:hover img {
    transform: scale(1.04);
}


/* ---------------------------------------------------------
   نام محصول
--------------------------------------------------------- */

body.woocommerce-cart .product-name {
    min-width: 230px;
}

body.woocommerce-cart .product-name a {
    color: var(--vk-text);
    font-size: 15px;
    line-height: 1.9;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease;
}

body.woocommerce-cart .product-name a:hover {
    color: var(--vk-navy);
}


/* ---------------------------------------------------------
   قیمت
--------------------------------------------------------- */

body.woocommerce-cart .product-price {
    white-space: nowrap;
}

body.woocommerce-cart .product-price del {
    display: block;
    color: #a6a9ae;
    font-size: 12px;
    margin-bottom: 4px;
}

body.woocommerce-cart .product-price ins {
    color: var(--vk-navy);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}


/* جمع جزء */

body.woocommerce-cart .product-subtotal {
    white-space: nowrap;
    color: var(--vk-navy);
    font-weight: 800;
}


/* ---------------------------------------------------------
   کنترل تعداد
--------------------------------------------------------- */

body.woocommerce-cart .quantity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f6f8;
    border: 1px solid #e5e7eb;
    border-radius: 11px;
    padding: 3px;
}

body.woocommerce-cart .quantity .qty {
    width: 55px;
    height: 38px;
    border: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    text-align: center;
    color: var(--vk-text);
    font-weight: 700;
    font-size: 14px;
    padding: 0;
}


/* حذف فلش input */

body.woocommerce-cart .quantity .qty::-webkit-inner-spin-button,
body.woocommerce-cart .quantity .qty::-webkit-outer-spin-button {
    opacity: 1;
}


/* ---------------------------------------------------------
   دکمه حذف
--------------------------------------------------------- */

body.woocommerce-cart .product-remove {
    width: 45px;
    text-align: center;
}

body.woocommerce-cart .product-remove .remove {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f5f5;
    color: #8b8f96 !important;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    transition: all .2s ease;
}

body.woocommerce-cart .product-remove .remove:hover {
    background: #fff0f0;
    color: #d33 !important;
    transform: rotate(90deg);
}


/* ---------------------------------------------------------
   Coupon / Update
--------------------------------------------------------- */

body.woocommerce-cart .woocommerce-cart-form__contents .actions {
    border: 0;
    padding: 20px 5px 5px;
    background: transparent;
}

body.woocommerce-cart .coupon {
    display: flex;
    gap: 8px;
    float: right;
}

body.woocommerce-cart .coupon .input-text {
    width: 190px;
    height: 45px;
    border: 1px solid #e1e3e7;
    border-radius: 11px;
    background: #fafbfc;
    padding: 0 15px;
    outline: none;
    font-family: inherit;
    transition: .2s ease;
}

body.woocommerce-cart .coupon .input-text:focus {
    border-color: var(--vk-navy);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(5,27,115,.07);
}

body.woocommerce-cart .coupon button,
body.woocommerce-cart .actions button[name="update_cart"] {
    height: 45px;
    border: 0;
    border-radius: 11px;
    padding: 0 18px;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
}

body.woocommerce-cart .coupon button {
    background: var(--vk-navy);
    color: #fff;
}

body.woocommerce-cart .actions button[name="update_cart"] {
    background: #eef0f4;
    color: #888;
    float: left;
}


/* ---------------------------------------------------------
   مجموع سبد
--------------------------------------------------------- */

body.woocommerce-cart .cart_totals {
    width: 100% !important;
    background: #fff;
    border-radius: var(--vk-radius);
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0 7px 28px rgba(0,0,0,.055);
    position: sticky;
    top: 25px;
}

body.woocommerce-cart .cart_totals h2 {
    margin: 0 0 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--vk-border);
    color: var(--vk-text);
    font-size: 18px;
    font-weight: 800;
}


/* ردیف های مجموع */

body.woocommerce-cart .cart_totals table {
    width: 100%;
    border: 0 !important;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
    border: 0;
    border-bottom: 1px solid #f0f1f3;
    padding: 14px 0;
    font-size: 13px;
}

body.woocommerce-cart .cart_totals table th {
    color: #686d75;
    font-weight: 500;
}

body.woocommerce-cart .cart_totals table td {
    color: var(--vk-text);
    text-align: left;
    font-weight: 700;
}


/* تخفیف */

body.woocommerce-cart .cart_totals .cart-discount td,
body.woocommerce-cart .cart_totals .cart-discount th {
    color: #16804b;
}


/* ارسال */

body.woocommerce-cart .cart_totals .shipping th {
    vertical-align: top;
}

body.woocommerce-cart #shipping_method {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.woocommerce-cart #shipping_method li {
    margin: 0 0 10px;
    padding: 10px 11px;
    background: #f8f9fb;
    border: 1px solid #eceef2;
    border-radius: 10px;
}

body.woocommerce-cart #shipping_method label {
    color: #444;
    font-size: 12px;
    line-height: 1.8;
}

body.woocommerce-cart .woocommerce-shipping-destination {
    margin-top: 12px;
    color: #8a8d93;
    font-size: 11px;
    line-height: 1.8;
}


/* مجموع نهایی */

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
    border-bottom: 0;
    padding-top: 22px;
    font-size: 15px;
}

body.woocommerce-cart .cart_totals .order-total td {
    color: var(--vk-navy);
}

body.woocommerce-cart .cart_totals .order-total .amount {
    font-size: 19px;
}


/* ---------------------------------------------------------
   دکمه پرداخت
--------------------------------------------------------- */

body.woocommerce-cart .wc-proceed-to-checkout {
    padding: 20px 0 0;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border-radius: 13px;
    background: var(--vk-gold) !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 7px 18px rgba(211,180,43,.22);
    transition: all .25s ease;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background: #c2a21f !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(211,180,43,.3);
}/* End custom CSS */