
/* ddcsamp 05336647 -  Fix for AutoNation's instant eprice solution */
/* Hides wholesale price if it is the final price for a new vehicle */
/* Sites property instantEpriceHideWholesalePrice must be set to true */

.vdp .inventory-detail-pricing .inv-type-new.pricing li span.wholesalePrice.final-price,
.inventory-listing-default .inv-type-new .hproduct .pricing .wholesalePrice.final-price {display: none;}
