/* Product/archive price */
.woocommerce .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	display: none !important;
}

/* Cart/checkout totals rows */
.woocommerce-cart .cart-subtotal,
.woocommerce-cart .order-total,
.woocommerce-cart .tax-rate,
.woocommerce-cart .fee,
.woocommerce-cart .shipping,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .order-total,
.woocommerce-checkout .tax-rate,
.woocommerce-checkout .fee,
.woocommerce-checkout .shipping {
	display: none !important;
}

/* Cart table price/subtotal columns */
.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal {
	display: none !important;
}

/* Mini-cart subtotal */
.woocommerce-mini-cart__total {
	display: none !important;
}

bdi {
	display: none;
}
