/**
 * Frontend wholesale price range adjustments for variable products.
 */
.woocommerce .product.product-type-variable .price del.wcwp-wholesale-price-range,
.woocommerce .product.product-type-variable .price ins.wcwp-wholesale-price-range {
	display: block;
}

.product-type-variable .price ins.wcwp-wholesale-price-range {
	line-height: 0.85em;
}

ul.products li.product.product-type-variable .price ins.wcwp-wholesale-price-range,
.woocommerce .product.product-type-variable .price ins.wcwp-wholesale-price-range {
	margin-left: 0;
}

.woocommerce .product.product-type-variable .price del.wcwp-wholesale-price-range + ins {
	margin-left: 0;
}
