/* customer header bg color - kevinthibault */
.header-contact {background: #da1e33 !important; }

/* reducing header height - kevinthibault */
.page-header .header-default .vcard.header-logo-enabled { height: fit-content; }
.kia .page-header.minimal .header-logo-container { padding-top: 0px; padding-bottom: 0px }
@media(min-width: 1200px) {.kia .page-header.minimal .header-logo-container { padding-top:0px; padding-bottom: 0px }

/* 06885178 ddcjareds */
.kia .page-header.minimal .home-logolink {  height: 72px; }

/* disabling srp highlighted attributes link - kevinthibault */
.srp .vehicle-card-details-container div[role="button"] { pointer-events: none!important; }

/* kevinthibault - adding "+" to add-on line */
.srp .pricing-detail .ABCRule .price-value:before , .vdp .pricing-detail .ABCRule .price-value:before { content: "+"; }
.srp .inv-type-new.pricing-detail .invoicePrice .price-value:before , .vdp .inv-type-new.pricing-detail .invoicePrice .price-value:before { content: "+"; }
.srp .inv-type-new.pricing-detail .wholesalePrice .price-value:before , .vdp .inv-type-new.pricing-detail .wholesalePrice .price-value:before { content: "+"; }
