/**
 * TaqeefKWT cart — quote-only layout (product + qty, no empty price columns).
 */

body.woocommerce-cart .shop_table.cart thead .product-price,
body.woocommerce-cart .shop_table.cart thead .product-subtotal,
body.woocommerce-cart .shop_table.cart tbody .product-price,
body.woocommerce-cart .shop_table.cart tbody .product-subtotal {
	display: none !important;
}

body.woocommerce-cart .shop_table.cart .product-name {
	width: auto !important;
}

body.woocommerce-cart .shop_table.cart .product-quantity {
	width: 140px !important;
	text-align: center;
}

body.woocommerce-cart .cart_totals .cart-subtotal,
body.woocommerce-cart .cart_totals .order-total {
	display: none !important;
}

body.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
	margin-top: 0;
}
