/*ddcandyg 09626975 */
.model-page .linefix h4:first-of-type:after {display:none;}
.model-page .btn-red:hover {color: #aa2633; background: white;}
.index .inventory-search-facet-browse .ddc-pill-group {padding-left: 22%}

/* michaeljaggers | 09417539 */
.index [data-name="index-content-cta-7-container"]{ max-width: 960px !important; }
.ddc-list-columns>li .key { width: 30.66667%; }
.ddc-list-columns>li .value { width: 68.3333%; }
html:not(.index) .hours-default .view-link { margin-top: -25px; }

/* fdbarfety 09472919 */
.tabs-tabbed-widgets .ui-tabs-nav li a {font-style: normal;}
.page-header.responsive-centered-nav .header-navigation .navigation-default .navbar-nav .dropdown>a {font-size: 16px;}

/* HOVER IMAGE STYLE FROM CHARLES PAUL @ SM */
{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 3px;
  padding: 0;
}

.zoomer {
  position: relative;
  overflow: hidden;

}
.zoomer img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoomer:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}


/* 09630757 JLC */
.inventory-search-facet-browse .btn.dropdown-toggle { border-radius: 0px; }

/* Start 'vlp-used-price-value-abSub' (do not modify this line) */
/* Modified by agermek on 12/15/20 01:00 PM EST */
.vlp .inventoryList .item.inv-type-used .pricing .abSub .value { text-decoration: none; font-weight: bold; font-size: 16px; color: #000000; }
/* End 'vlp-used-price-value-abSub' (do not modify this line) */

/* Start 'vdp-used-price-value-discount' (do not modify this line) */
/* Modified by agermek on 12/15/20 01:00 PM EST */
.vdp .inv-type-used.pricing-detail .discount .price-value { text-decoration: none; font-size: 18px; color: #000000; }
/* End 'vdp-used-price-value-discount' (do not modify this line) */
/* 09776166 JLC */
.inventory-featured-default .pricing .abSub .value { color: #000; }

/* ddcrandyh 09852010 */
.links-list li a.btn.btn-primary.yellow {background: #E1CA00;color:#000;}
.links-list li a.btn.btn-primary.yellow:hover {background:#FFF;color:#000;} 

/* 09732600 JLC + 10479924 ddcsamp */
.ws-detailed-specs a .ddc-icon-collapse, .ws-detailed-specs a .ddc-icon-expand{ border: none; }
.ws-detailed-specs a .ddc-icon-expand::before { color: transparent; background: url(/static/v9/media/fonts/ddc-icons/v3/ui/plus.svg) no-repeat center / 100%; }
.ws-detailed-specs a .ddc-icon-collapse::before {  color: transparent; background: url(/static/v9/media/fonts/ddc-icons/v3/ui/minus.svg) no-repeat center / 100%; }
