.elementor-155 .elementor-element.elementor-element-68c8f992{--display:flex;}.elementor-155 .elementor-element.elementor-element-2bcfbde5 > .elementor-widget-container{border-radius:10px 10px 10px 10px;}.elementor-155 .elementor-element.elementor-element-e3ac843{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-2bcfbde5 *//* گردکردن تمام کادرهای صفحه سبد خرید ووکامرس */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
    border-radius: 10px !important;
    overflow: hidden;
}

/* جدول سبد خرید */
body.woocommerce-cart table.shop_table,
body.woocommerce-cart .woocommerce-cart-form table.cart {
    border-radius: 10px !important;
    overflow: hidden !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

/* کادرهای داخلی جدول */
body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
    overflow: hidden;
}

/* کادر کد تخفیف */
body.woocommerce-cart .coupon,
body.woocommerce-cart .coupon input.input-text {
    border-radius: 10px !important;
}

/* فیلد تعداد محصول */
body.woocommerce-cart .quantity,
body.woocommerce-cart .quantity input.qty {
    border-radius: 10px !important;
}

/* تمام دکمه‌های سبد خرید */
body.woocommerce-cart button.button,
body.woocommerce-cart a.button,
body.woocommerce-cart input.button,
body.woocommerce-cart .checkout-button {
    border-radius: 10px !important;
}

/* کادر جمع سبد خرید */
body.woocommerce-cart .cart-collaterals .cart_totals {
    border-radius: 10px !important;
    overflow: hidden;
}

/* جدول جمع مبلغ */
body.woocommerce-cart .cart_totals table {
    border-radius: 10px !important;
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

/* محصولات پیشنهادی پایین سبد خرید */
body.woocommerce-cart .cross-sells,
body.woocommerce-cart .cross-sells ul.products li.product {
    border-radius: 10px !important;
    overflow: hidden;
}

/* تصاویر محصولات داخل سبد خرید */
body.woocommerce-cart .product-thumbnail img {
    border-radius: 10px !important;
}/* End custom CSS */