/*
 * Genuine MSRP From / MSRP To is a price range, not a discounted sale.
 * Keep Motors' original markup, labels and layout exactly as designed.
 * Only remove the unwanted strike-through from the lower-bound price.
 */
.price.mvde-price-range .regular-price,
.price.mvde-price-range .regular-price *,
.price.mvde-price-range .sale-price,
.price.mvde-price-range .sale-price * {
	text-decoration: none !important;
}
