
/*jakespurr1 removing incentive display on exotic VDP*/
.alias-auto-exotic-new-details .vdp-sidebar .wsm-incentive-display {display:none;}

/* 09673393 JLC */
.inventory-featured-default .pricing .abSub .label { color: var(--color-success-500); }

/* wabbey 10414727 */
.page-header .home-logolink img {border-right: none;}

/* Start 'vdp-new-price-label-final-price' (do not modify this line) */
/* Modified by afriesen1 on 03/14/22 09:47 AM CDT */
.vdp .inv-type-new.pricing-detail .final-price .price-label { text-decoration: none; font-size: 18px; color: #000000; }
/* End 'vdp-new-price-label-final-price' (do not modify this line) */

/* Start 'vdp-new-price-value-final-price' (do not modify this line) */
/* Modified by agermek on 12/08/22 09:35 AM EST */
.vdp .inv-type-new.pricing-detail .final-price .price-value { text-decoration: none; font-weight: 800; font-size: 22.5px; color: #000000; }
/* End 'vdp-new-price-value-final-price' (do not modify this line) */

/* Start 'srp-new-price-value-final-price' (do not modify this line) */
/* Modified by agermek on 12/08/22 09:42 AM EST */
.srp .inv-type-new.pricing-detail .final-price .price-value { text-decoration: none; font-weight: 800; font-size: 22.5px; color: #000000; }
/* End 'srp-new-price-value-final-price' (do not modify this line) */

/* Start 'srp-new-price-label-final-price' (do not modify this line) */
/* Modified by afriesen1 on 03/14/22 09:50 AM CDT */
.srp .inv-type-new.pricing-detail .final-price .price-label { text-decoration: none; font-size: 15.75px; color: #000000; }
/* End 'srp-new-price-label-final-price' (do not modify this line) */

/* 12885593 JLC */
.index .ws-facet-browse .two-column .all-filter-button span { padding-left: 11px; }



/* 02039569 JLC */
.pricing-detail:not(.inv-type-new) dd:is(.invoicePrice,.salePrice) span { color: var(--color-success-500) !important; }
.pricing-detail:not(.inv-type-new) dd:is(.invoicePrice,.salePrice) span::before { content: "-";}

