/*michael.gamache - VDP removed underline on VDP button*/
.vdp .tradein a {text-decoration: none;}

/* dtjosem DNA5291315 */
.franchise.selected .childList {padding: 20px 0 0 ; bottom: auto; top: 100%;}
.franchise.selected .childList::after {border-top-color: transparent; border-bottom-color: #fff; bottom: auto; top: -35px}
.header-gnav .franchise.preowned .franchiseLink {position: relative; top: -20px;}


/*ddcrobertm - dealer logo sizing */
.page-header.compact .header-default .dealer-path-override-img {max-width:450px;}



/* --------------------------------ddcrobertm - template color theme edits ------------------------------------*/


/*Header Nav Items Color*/

body {background:#ffffff;}
/*Mega Menu Outsides Color*/

/*Button Color or Gradient - also border if needed but can be removed; currently set to white with 50% opacity
.btn-primary, .showroom-detail .hproduct .view-link, .showroom-detail .callout .callout-button, .pricing .ePrice .btn, .pricing .eprice-button, .pricing .btn[data-eprice], .mycars-favorites .hproduct .pricing .make-an-offer, .locations-proximity [type="submit"] {background: rgba(0, 0, 0, 0) linear-gradient(#4c4c4c, #000000) repeat scroll 0 0; border: 1px solid rgba(255, 255, 255, 0.5); }*/
/*ddrobertm - underline VLP vehicle titles */
.hproduct.auto.mercedes-benz > div {text-decoration:underline;}
/*Background Color for Today in Mega Menu Hours*/
.ddc-mega-menu-nav .hours-default .today {background-color: #000000;color:#ffffff;}
.ddc-mega-menu-nav .hours-default {color:#000000;}
/*ddcrobertm- contact form lables in mega menu */
.ddc-mega-menu-nav .contact-form label {color:#000000;}

/*ddcrobertm- VLP vehicle spec's font color changed */
.inventoryList .description dl {color:#000000;}

/*ddcrobertm- ePrice button color */
.pricing .ePrice .btn, .pricing .eprice-button, .pricing .btn.btn-primary[data-eprice] {background: linear-gradient(#0d65bf, #094481)}
.pricing .ePrice .btn:hover, .pricing .eprice-button:hover, .pricing .btn.btn-primary[data-eprice]:hover {background: black;}

/*ddcrobertm- Slider handle color change */
.ui-slider-horizontal .ui-slider-handle {background-color: #000000;}

/*ddcrobertm- Model selector button color */
.model-selector-responsive .nav-pills > li.active > a, .model-selector-responsive .nav-pills > li.currentPage > a, .model-selector-responsive .nav-pills > li.active:hover > a, .model-selector-responsive .nav-pills > li.currentPage:hover > a {background-color:#000000;}

/*ddcrobertm- VLP inventory unit label color */
a {color:black;}

/*ddcrobertm- Prev/Next arrows on VDP color changed */
.jcarousel-prev-horizontal, .jcarousel-next-horizontal {color:black;}

/*ddcrobertm- pagination arrows on homepage model selector */
.model-selector-responsive .slick-next, .model-selector-responsive .slick-prev {background: #000000 none repeat scroll 0 0;}

/*ddcrobertm- megamenu view more links in featured vehicles section was not readable in gray, changed to white on static */
.ddc-mega-menu-nav .inventory-featured-default .hproduct a.btn.view-link, .ddc-mega-menu-nav a.view-link, .model-selector-parallax .carousel-prev, .model-selector-parallax .carousel-next, .btn-primary, .showroom-detail .hproduct .view-link, .showroom-detail .callout .callout-button, .mycars-favorites .hproduct .pricing .make-an-offer, .locations-proximity [type="submit"], .ddc-mega-menu-nav .btn-primary, .ddc-mega-menu-nav a.btn-primary.btn-xl  {color:#ffffff;}



/* ----------------------- more template color edits------------------------------*/
a:hover {color:#000;}

/* BUTTONS */
.model-selector-parallax .carousel-prev,
.model-selector-parallax .carousel-next,
.btn-primary,
.showroom-detail .hproduct .view-link,
.showroom-detail .callout .callout-button,
.mycars-favorites .hproduct .pricing .make-an-offer,
.locations-proximity [type="submit"] {
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #000000 0%, black 100%);
  background: -o-linear-gradient(top, #000000 0%, black 100%);
  background: -ms-linear-gradient(top, #000000 0%, black 100%);
  background: linear-gradient(to bottom, #000000 0%, black 100%); }
.page-header .btn-primary.ui-button-submit,  
  .model-selector-parallax .carousel-prev:hover,
  .model-selector-parallax .carousel-next:hover,
  .btn-primary:hover,
  .showroom-detail .hproduct .view-link:hover,
  .showroom-detail .callout .callout-button:hover,
  .pricing .ePrice .btn:hover, .pricing .eprice-button:hover,
  .pricing .btn[data-eprice]:hover,
  .mycars-favorites .hproduct .pricing .make-an-offer:hover,
  .locations-proximity [type="submit"]:hover {
       background: #0d65bf;
  background: -webkit-linear-gradient(#0d65bf, #094481);
  background: -moz-linear-gradient(#0d65bf, #094481);
  background: -o-linear-gradient(#0d65bf, #094481);
  background: linear-gradient(#0d65bf, #094481);
}
/* -----------------------end template color edits---------------------------*/

/* ddcmhampton 10586276 */
.content-page-title .navbar-default.responsive h1 .navbar-nav .dropdown, .navbar-default.responsive .container .navbar-nav .dropdown, .navbar-default.responsive .content-page-title h1 .navbar-nav .dropdown {width:13%;}

/* wabbey 12249963 */
.srp .pricing-detail.inv-type-pre-owned .wholesalePrice .price-value::before { content:"-"; }
.srp .pricing-detail.inv-type-pre-owned .invoicePrice .price-value::before { content:"-"; }
.vdp .inv-type-used.pricing-detail .wholesalePrice .price-value::before { content:"-"; }
.vdp .inv-type-used.pricing-detail .invoicePrice .price-value::before { content:"-"; }

/* Start 'vdp-used-price-value-wholesalePrice' (do not modify this line) */
/* Modified by bestes2 on 12/16/22 02:33 PM EST */
.vdp .inv-type-used.pricing-detail .wholesalePrice .price-value { text-decoration: none; font-size: 18px; color: #000000; }
/* End 'vdp-used-price-value-wholesalePrice' (do not modify this line) */

/* Start 'vdp-used-price-value-invoicePrice' (do not modify this line) */
/* Modified by bestes2 on 12/16/22 02:34 PM EST */
.vdp .inv-type-used.pricing-detail .invoicePrice .price-value { text-decoration: none; font-size: 18px; color: #000000; }
/* End 'vdp-used-price-value-invoicePrice' (do not modify this line) */

/* 12608861 ddcjareds */
.srp .inv-type-certified-pre-owned.pricing-detail .wholesalePrice .price-value:before, .srp .inv-type-certified-pre-owned.pricing-detail .invoicePrice .price-value:before { content: "-"; }

