/*vaden-mish – adjusting nav colors*/
.navbar-default {
background: linear-gradient(var(--color-neutral-1000), var(--color-neutral-950));
}
.navbar-default {
border-top: 0px solid var(--color-primary-500);
border-bottom: 2px solid var(--color-primary-500);
}

/*ddcrobertm – adjust nav width to accommodate a 5th nav item*/
.navbar-nav .nav > li > a, .navbar-nav .ddc-nav-inline > li > a {min-width: 110px;}

/*ddcrobertm - options split into two columns */ 
.inventory-detail-packages-options #options .option-table tr {width:50%; float:left;}
.inventory-detail-packages-options #options .option-table .option-item-description {width:40%;}
.inventory-detail-packages-options #options .option-table .option-item-description h3 {width:100%;}

button.thoughtbot {
  background-color: #bf011b;
  border: 1px solid #951100;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  padding: 6px 0 8px 0;
  text-align: center;
  width: 150px; }
  button.thoughtbot:hover {
    background-color: #fff;
    color: #bf011b;
    cursor: pointer; }


/* Start 'vlp-ePrice-button' (do not modify this line) */
/* Modified by shaynekirby on 08/09/17 02:55 PM EDT */
.vlp .inventoryList .pricing .btn.eprice span { text-decoration: none; font-weight: bold; font-size: 15px; color: #ffffff; }
.vlp .inventoryList .pricing .btn.eprice:hover span { color: #ffffff; }
.vlp .inventoryList .pricing .btn.eprice span { background: none; background-image: none; background-color: transparent; }
.vlp .inventoryList .pricing .btn.eprice { border: none; background: #000000; background-color: #000000; background-image: none; }
.vlp .inventoryList .pricing .btn.eprice:hover { border: none; background: #c3002f; background-color: #c3002f; background-image: none; }
.vlp .inventoryList .pricing .btn.eprice:before { color: #c3002f; }
.vlp .inventoryList .pricing .btn.eprice:hover:before { color: #000000; }
/* End 'vlp-ePrice-button' (do not modify this line) */

/* wabbey 06259839 */
.calloutDetails li.certified .badge img { display: none; }
.calloutDetails li.certified .badge img[src*='logo-certified-nissan'] { display: inline-block; }


/* ddcmhampton 08535680 */
.page-header .header-default .vcard .tels .tel.phone1 {font-size:14px;}

/* Start 'srp-new-price-value-msrp' (do not modify this line) */
/* Modified by blandis1 on 03/15/22 05:34 PM CDT */
.srp .inv-type-new.pricing-detail .msrp .price-value { font-size: 15.75px; color: #000000; }
/* End 'srp-new-price-value-msrp' (do not modify this line) */

/* Start 'vdp-new-price-value-msrp' (do not modify this line) */
/* Modified by blandis1 on 03/15/22 05:34 PM CDT */
.vdp .inv-type-new.pricing-detail .msrp .price-value { font-size: 18px; color: #000000; }
/* End 'vdp-new-price-value-msrp' (do not modify this line) */

/* Start 'srp-inv-type-new-portal-price-value-portal-price' (do not modify this line) */
/* Modified by sbeeckman01 on 02/28/23 10:01 AM EST */
.srp .vehicle-card-title.inv-type-new .portal-price { text-decoration: none; font-weight: bold; font-size: 22.5px; color: #000000; }
/* End 'srp-inv-type-new-portal-price-value-portal-price' (do not modify this line) */