.elementor-12 .elementor-element.elementor-element-75b76a6e{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:16px 16px 16px 16px;box-shadow:0px 0px 10px 0px #7895B2;}.elementor-12 .elementor-element.elementor-element-75b76a6e:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-75b76a6e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5EFE6;}.elementor-12 .elementor-element.elementor-element-75b76a6e:hover{--border-radius:16px 16px 16px 16px;--border-top-left-radius:16px;--border-top-right-radius:16px;--border-bottom-right-radius:16px;--border-bottom-left-radius:16px;box-shadow:0px 0px 10px 3px #7895B2;}.elementor-12 .elementor-element.elementor-element-75b76a6e, .elementor-12 .elementor-element.elementor-element-75b76a6e::before{--border-transition:0.3s;}.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 for container, class: .elementor-element-75b76a6e */.cart-custom,
.cart-custom *{
    font-family: "Vazirmatn", sans-serif !important;
}

/* نام محصولات در سبد خرید */
.cart-custom .product-name a{
    color: #323232 !important;
    transition: color .3s ease;
}
/* ===========================
   Cart Page Custom Style
=========================== */

/* رنگ تمام قیمت‌ها */
.cart-customt .woocommerce-Price-amount,
.cart-custom .woocommerce-Price-currencySymbol,
.cart-custom .amount,
.cart-custom .product-price,
.cart-custom .product-subtotal,
.cart-custom .order-total .amount,
.cart-custom .cart-subtotal .amount {
    color: #6F7E8C !important;
}

.cart-custom .woocommerce-Price-amount ,
.cart-custom .woocommerce-Price-currencySymbol,
.cart-custom .order-total .amount,
.cart-custom .cart-subtotal .amount{
    color: #323232 !important;
}

/* حذف نوشته No. */
.cart-custom .wd-price-unit {
    display: none !important;
}

/* استایل باکس مجموع سبد خرید */
.cart-custom .cart_totals {
    background: #E8DFCA;
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(120, 149, 178, 1);
    transition: box-shadow .3s ease;
}

/* افکت هاور */
.cart-custom .cart_totals:hover {
    box-shadow: 0 0 5px 3px rgba(120, 149, 178, 1);
}

/* ===========================
   WooCommerce Cart Buttons
=========================== */

.cart-custom .button,
.cart-custom .checkout-button,
.cart-custom button,
.cart-custom input[type="submit"]{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    background: #F5EFE6 !important;
    color: #7895B2 !important;

    border: 1px solid #7895B2 !important;
    border-radius: 16px !important;

    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;

    cursor: pointer;

    transition:
        box-shadow .3s ease,
        transform .25s ease,
        background .25s ease,
        color .25s ease;
}

.cart-custom .button{
    padding: 11px 25px 9px 25px !important;
    font-weight: 500!important;
}

/* Hover */
.cart-custom .button:hover,
.cart-custom .checkout-button:hover,
.cart-custom button:hover,
.cart-custom input[type="submit"]:hover{

    background: #F5EFE6 !important;
    color: #7895B2 !important;

    box-shadow: 0 0 10px 3px rgba(174,189,202,.9) !important;

    transform: translateY(-2px);
}

/* کلیک */
.cart-custom .button:active,
.cart-custom .checkout-button:active,
.cart-custom button:active,
.cart-custom input[type="submit"]:active{

    transform: scale(.98);
    box-shadow: 0 0 10px rgba(174,189,202,.9) !important;
}

/* دکمه غیرفعال */
.cart-custom .button:disabled,
.cart-custom button:disabled{
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none !important;
}


/* ===========================
   Quantity Box
=========================== */

.cart-custom .product-quantity .quantity{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #F5EFE6;
    border: 1px solid #7895B2;
    border-radius: 16px;

    padding: 2px;

    transition: box-shadow .3s ease;
}

.cart-custom .product-quantity .quantity:hover{
    box-shadow: 0 0 10px 3px rgba(174,189,202,.9);
}

/* دکمه‌های + و - */

.cart-custom .quantity .plus,
.cart-custom .quantity .minus{
    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: transparent !important;
    border: none !important;

    color: #6F7EA3;
    font-size: 18px;
    font-weight: 600;
    padding-top: 1.5px;

    cursor: pointer;
    transition: .25s;
}

.cart-custom .quantity .plus:hover,
.cart-custom .quantity .minus:hover{
    color: #AEBDCA;
    transform: scale(1.1);
}

/* فیلد تعداد */

.cart-custom .quantity input.qty{
    width: 35px;
    height: 34px;

    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;

    text-align: center;
    color: #6F7EA3;
    font-size: 15px;
    font-weight: 700;

    -moz-appearance: textfield;
}

/* حذف فلش‌های input number */

.cart-custom .quantity input.qty::-webkit-inner-spin-button,
.cart-custom .quantity input.qty::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

/* ===========================
   Coupon Form
=========================== */

/* فیلد کد تخفیف */

.cart-custom .coupon.wd-coupon-form .input-text{
    height: 42px !important;
    min-width: 240px;
    font-weight: 500;
    font-family: vazirmatn;

    padding: 0 18px !important;
    
    padding-bottom: 2px !important;

    background: #F5EFE6 !important;
    color: #323232 !important;

    border: 1px solid #7895B2 !important;
    border-radius: 16px !important;

    box-shadow: none !important;
    outline: none !important;

    transition: box-shadow .3s ease, border-color .3s ease;
}

.cart-custom .coupon.wd-coupon-form .input-text::placeholder{
    color: #6F7E8C;
}

.cart-custom .coupon.wd-coupon-form .input-text:hover,
.cart-custom .coupon.wd-coupon-form .input-text:focus{
    border-color: #7895B2 !important;
    box-shadow: 0 0 10px 3px rgba(174,189,202,.9) !important;
}/* End custom CSS */