.elementor-296 .elementor-element.elementor-element-38c3478{--display:flex;--background-transition:0.3s;}.elementor-296 .elementor-element.elementor-element-e66db39{--spacer-size:50px;}.elementor-296 .elementor-element.elementor-element-b81dc69{--grid-columns:2;}.elementor-296 .elementor-element.elementor-element-b81dc69 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-296 .elementor-element.elementor-element-b81dc69 .e-loop-item > .elementor-section, .elementor-296 .elementor-element.elementor-element-b81dc69 .e-loop-item > .elementor-section > .elementor-container, .elementor-296 .elementor-element.elementor-element-b81dc69 .e-loop-item > .e-con, .elementor-296 .elementor-element.elementor-element-b81dc69 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}@media(min-width:768px){.elementor-296 .elementor-element.elementor-element-6cb12c7{width:45%;}.elementor-296 .elementor-element.elementor-element-803bdcf{width:55%;}}@media(max-width:1024px){.elementor-296 .elementor-element.elementor-element-b81dc69{--grid-columns:2;}}@media(max-width:767px){.elementor-296 .elementor-element.elementor-element-b81dc69{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-7c839c8 *//* باکس سبد خرید داخل ستون المنتور – تمام عرض ستون را بگیرد */
.foodtruck-cart-box {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: auto;       /* اگر جدول کمی عریض شد، اسکرول افقی بده */
}

/* فرم سبد و باکس جمع‌کل را زیر هم و فول‌ویدث نگه می‌داریم */
.foodtruck-cart-box .woocommerce-cart-form,
.foodtruck-cart-box .cart-collaterals {
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

/* جدول سبد خرید */
.foodtruck-cart-box .woocommerce-cart-form .shop_table {
    width: 100%;
    box-sizing: border-box;
}

/* باکس جمع‌کل سبد خرید */
.foodtruck-cart-box .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
    margin-top: 15px;
}

/* اختیاری: اگر کد تخفیف رو نمی‌خوای تو این باکس ببینی */
.foodtruck-cart-box .woocommerce-cart-form .coupon, .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th, .woocommerce-shipping-totals.shipping td{
    display: none;
}

.product-price, .cart-subtotal, .woocommerce-shipping-totals.shipping, .actions{
    display: none;
}
.product-remove{
    border-left: none;
}
.product-thumbnail, .product-remove{
    padding: 0px !important;
}
/* حذف بک‌گراند سرتیترهای جدول سبد خرید */
.woocommerce table.shop_table thead,
.woocommerce table.shop_table thead tr,
.woocommerce table.shop_table thead th {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.woocommerce .quantity input[type=email], .woocommerce .quantity input[type=number], .woocommerce .quantity input[type=text], .woocommerce-message, .woocommerce-info{
    background-color: transparent;
    color: #fff;
    
}
.product-name, .product-thumbnail, .product-quantity, .product-subtotal{
    border-color: #fff;
}
.woocommerce-message, .woocommerce-info{
    border: 1px solid #fff;
}
.order-total th{
    border: none !important;
}
/* باکس سبد خرید – برای اینکه اسپینر درست قرار بگیرد */
.foodtruck-cart-box {
    position: relative;
}

/* وقتی سبد در حال آپدیت است */
.foodtruck-cart-box.sl-cart-updating {
    pointer-events: none; /* کاربر نتواند وسط آپدیت دوباره کلیک کند */
}

/* لایه نیمه‌شفاف روی سبد هنگام آپدیت */
.foodtruck-cart-box.sl-cart-updating::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 5;
}

/* خود اسپینر گرد وسط باکس */
.foodtruck-cart-box.sl-cart-updating::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: transparent;
    animation: sl-cart-spin 0.8s linear infinite;
    z-index: 6;
}

@keyframes sl-cart-spin {
    to { transform: rotate(360deg); }
}
.wc-proceed-to-checkout a{
    background-color: transparent !important;
        border: 1px solid #fff !important;
        border-radius: 8px !important;
}
/* حذف کامل سطر حمل و نقل از جدول سبد خرید */
.woocommerce-shipping-totals.shipping,
tr.woocommerce-shipping-totals {
    display: none !important;
}

/* by SMD */
.woocommerce-cart-form__cart-item td.product-remove a.remove {
    margin: 5px;
}


@media (max-width: 544px) {
.woocommerce-cart-form__cart-item td.product-remove a.remove{
    float: right;
    margin: 12px;
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail{
    border-top: 1px solid white !important;
}

tboby tr:nth-child(1){
    border-top:none !important;
}

.product-thumbnail{
    border-top: none !important;
    margin-top: -50px;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td{
    border-top: none !important;
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail{
    border-radius: 0.75rem;
}
}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    border:none !important;
}


.woocommerce #customer_details, .woocommerce .woocommerce table.shop_table {
    border-radius: 0.75rem;
}

.woocommerce form .form-row textarea, .woocommerce input[type=email], .woocommerce input[type=number], .woocommerce input[type=password], .woocommerce input[type=reset], .woocommerce input[type=search], .woocommerce input[type=tel], .woocommerce input[type=text], .woocommerce input[type=url], .woocommerce textarea, .woocommerce-page form .form-row textarea, .woocommerce-page input[type=email], .woocommerce-page input[type=number], .woocommerce-page input[type=password], .woocommerce-page input[type=reset], .woocommerce-page input[type=search], .woocommerce-page input[type=tel], .woocommerce-page input[type=text], .woocommerce-page input[type=url], .woocommerce-page textarea{
    border-radius: 0.75rem;
}

.woocommerce #customer_details, .woocommerce .woocommerce table.shop_table {
    border-style: solid;
    --border-style: solid;
    border-width: 2px 2px 2px 2px;
    --border-top-width: 2px;
    --border-right-width: 2px;
    --border-bottom-width: 2px;
    --border-left-width: 2px;
    border-color: #FFFFFF6B;
    --border-color: #FFFFFF6B;
    --border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(187, 167.89347826086959, 167.89347826086959, 0.25);
}/* End custom CSS */