.elementor-8915 .elementor-element.elementor-element-6809df9 > .elementor-element-populated{text-align:justify;}.elementor-8915 .elementor-element.elementor-element-364f4ad{--update-cart-automatically-display:none;--totals-title-alignment:center;--sections-background-color:#FDF9F9;--sections-border-type:none;--sections-border-radius:12px 12px 12px 12px;--sections-title-spacing:0px;--sections-descriptions-spacing:0px;--forms-rows-gap:16px;--order-summary-rows-gap-top:calc( 16px/2 );--order-summary-rows-gap-bottom:calc( 16px/2 );}.elementor-8915 .elementor-element.elementor-element-364f4ad .coupon{--apply-coupon-button-alignment:end;--apply-coupon-button-width:auto;}.elementor-8915 .elementor-element.elementor-element-364f4ad .cart_totals h2{font-size:18px;}.elementor-8915 .elementor-element.elementor-element-364f4ad .e-cart-content, .elementor-8915 .elementor-element.elementor-element-364f4ad .woocommerce-shipping-destination, .elementor-8915 .elementor-element.elementor-element-364f4ad .shipping-calculator-button{font-size:1px;line-height:1px;letter-spacing:0px;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-364f4ad *//* مجموع سبد خرید همیشه سمت چپ باشه */
.woocommerce-cart .cart-collaterals,
.woocommerce .cart_totals {
  /*float: left !important;*/
  text-align: right;
}
/* عنوان محصول در سبد خرید فقط یک خط باشه */
.woocommerce-cart table.cart td.product-name a {
  display: inline-block;
  max-width: 250px; /* می‌تونی بسته به عرض ستون تغییر بدی */
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  vertical-align: middle;
}
/* استایل برای مرتب شدن مجموع سبد خرید */
.woocommerce-cart .cart-collaterals,
.woocommerce .cart_totals {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
}

.woocommerce .cart_totals table {
    width: 100% !important;
}

.woocommerce .cart_totals h2 {
    text-align: right; /* عنوان "مجموع سبد خرید" از راست */
    font-size: 18px;
    margin-bottom: 15px;
}


/*farzaneh edited*/
.woocommerce-cart-wrapper{
    max-width: 1396px !important;
    margin-inline: auto !important;
    width: 100% !important;
}
.woocommerce-cart-wrapper > .e-cart__container{
    width: 100% !important;
}
.woocommerce-cart-form{
    max-width: 100% !important;
}/* End custom CSS */