/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
/* حذف کامل ستون "قیمت/جمع هر محصول" در جدول بررسی سفارش (Checkout) */
.woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout-review-order-table td.product-total {
  display: none !important;
}

/* اگر JetWooBuilder جدول متفاوتی رندر کرد هم پوشش بده */
.woocommerce-checkout-review-order-table .product-total {
  display: none !important;
}
