.elementor-13 .elementor-element.elementor-element-20f7c6eb{--display:flex;--min-height:80vh;--justify-content:center;}/* Start custom CSS for wc-elements, class: .elementor-element-ba1c281 */*{
    font-family: yekanbakh;
}
/* ==========================
   Elementor WooCommerce Cart
   ========================== */

.e-cart__container{
    display:flex;
    gap:32px;
    align-items:flex-start;
}

.e-cart__column-start{
    flex:2;
}

.e-cart__column-end{
    flex:1;
}

/* کارت ها */

.e-cart-section,
.cart_totals{
    background:#fff;
    border:1px solid #e9e9e9;
    border-radius:16px;
    padding:24px;
}

/* جدول */

.shop_table{
    border:none !important;
    width:100%;
}

.shop_table th{
    background:#fafafa;
    font-size:14px;
    font-weight:600;
    color:#333;
    padding:18px;
    border-bottom:0px solid #eee;
}

.shop_table td{
    padding:20px 18px;
    border-bottom:1px solid #f2f2f2;
    vertical-align:middle;
}

/* عکس محصول */

.product-thumbnail img{
    width:190px;
    height:190px;
    object-fit:cover;
    border-radius:12px;
    border:1px solid #eee;
}

/* نام محصول */

.product-name a{
    color:#111;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
}

.product-name a:hover{
    color:#000;
}

/* قیمت */

.product-price,
.product-subtotal{
    font-weight:700;
    color:#111;
    white-space:nowrap;
}

/* تعداد */

.quantity input.qty{
    width:80px;
    height:46px;
    border:1px solid #ddd;
    border-radius:10px;
    text-align:center;
    font-size:16px;
}

/* حذف */

.product-remove a{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f6f6f6;
    color:#777 !important;
    font-size:22px;
    transition:.3s;
}

.product-remove a:hover{
    background:#111;
    color:#fff !important;
}

/* کوپن */

.coupon{
    margin-top:25px;
}

.coupon .form-row{
    display:flex;
    gap:12px;
}

#coupon_code{
    width:60%;
    height:42px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 15px;
}

/* دکمه ها */

.button,
.checkout-button,
.e-apply-coupon{
    background:#000 !important;
    color:#fff !important;
    border:none !important;
    border-radius:10px !important;
    padding:14px 24px !important;
    font-weight:400;
    transition:.3s;
}

.button:hover,
.checkout-button:hover,
.e-apply-coupon:hover{
    background:#222 !important;
}

/* مجموع سفارش */

.cart_totals h2{
    font-size:22px;
    margin-bottom:20px;
    color:#111;
}

.cart_totals table{
    margin-bottom:25px;
}

.cart_totals th,
.cart_totals td{
    padding:16px 0;
}

.order-total th,
.order-total td{
    font-size:18px;
    font-weight:700;
}

/* دکمه پرداخت */

.wc-proceed-to-checkout a{
    display:block;
    width:100%;
    text-align:center;
}

/* موبایل */

@media(max-width:768px){

.e-cart__container{
    flex-direction:column;
}

.product-thumbnail img{
    width:70px;
    height:70px;
}

.shop_table th,
.shop_table td{
    padding:14px;
}

.coupon .form-row{
    flex-direction:column;
}

.button,
.checkout-button{
    width:100%;
}

}/* End custom CSS */