/* Dropdown Button */
.dropbtn {
  background-color: #383838;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #575656;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 51;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Add or remove this to hide or show */
.hide {display:none;}


/* begin fix the thumbnail arrows */
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-next, 
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-prev {
     height: 60px;
padding: 0;
}

#layout_product .product-details-module iframe {
	width: 100%;
}
/* end fix the thumbnail arrows */

#banner-custom .banner-vpicker-module, #banner-custom .banner-vpicker-module .slider .rslides_container .rslides, #banner-custom .banner-vpicker-module .slider .rslides_container .rslides li {
	height: calc(230px + (460 - 230) * ((100vw - 768px) / (1900 - 768))) !important;
}

/*--- OEM Interactive ---*/

/* Header - Quick Links */
#header-custom .links-list li a:hover {
	color: #0059a7;
}
#header-custom .cart-wrapper .cart-text:hover {
	color: #0059a7;
}

/* Homepage */
#logo-custom .garage-col-custom .garage-component {
    background-color: #0059a7;
}
#logo-custom .garage-col-custom {
    border: solid 1px #0059a7;
}
#logo-custom .garage-col-custom .garage-component:hover {
    background-color: #0473d3;
}
.call-to-action-button {
    background-color: #0059a7;
}
.call-to-action-button:hover {
	background-color: #0473d3;
}
#vehicle-custom .vpicker-submit {
    background-color: #0059a7;
}
#vehicle-custom .vpicker-submit:hover {
    background-color: #0473d3;
}
#page-home .home-content .cats-list ul li:hover {
    border-left-color: #0059a7;
}
#page-home .home-content .cats-list ul li:hover a {
    color: #0059a7;
}
#page-home .home-content .cats-list ul li:hover::after {
    color: #0059a7;
}

/* Navi */
#second-nav .links-list li:hover {
    background: #0059a7;
}

/* Featured Products */
#featured-custom .featured-product {
    margin: 0 6px 40px 0;
}
a.product-wrapper-link {
    height: 340px;
}
#featured-custom .product-details-link {
    background-color: #0059a7;
    color: #fff;
}

/* Footer */
button.panel-button.call-to-action-button.newsletter-button.button-subscribe {
    background: #0059a7;
}
button.panel-button.call-to-action-button.newsletter-button.button-subscribe:hover {
	background: #0473d3;
}
#custom-footer .navigation-wrapper .links-list li a:hover {
    color: #0059a7;
}

/* My Account Page */
.btn-primary {
    background-color: #0059a7;
    border-color: #0059a7;
    color: #fff;
}
.btn-primary:hover {
    background-color: #0473d3;
    border-color: #0473d3;
}