/** Product page **/
body.single-product .vpfa-add-to-cart-wrapper .price-overview-table .original-computed-price:has(+ .wholesale_price_container),
body.single-product .vpfa-add-to-cart-wrapper .price-overview-table .qty-based-discount-table-description,
.vpfa-add-to-cart-wrapper .cart .price-overview-wrapper .price-overview-table .price table.order-quantity-based-wholesale-pricing-view,
    /** Cart page **/
.woocommerce-cart .shop_table .cart_item .product-price .original-computed-price,
.woocommerce-cart .shop_table .cart_item .product-price .original-computed-price + br {
	display:none!important;
}

body.single-product .vpfa-add-to-cart-wrapper .price-overview-table .original-computed-price + .wholesale_price_container .wholesale_price_title {
	display:none;
}

.woocommerce div.product span.price ins {
	font-weight: normal;
}