/* 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 */

/* google review move left */
#___ratingbadge_0{
	left: 0;
}


.winter-message {    
    color: Red;
    border-style: double;
    padding-left: 2px;
}

.promotional-banner-wrap {
background-color: red !important;
}

.promotional-banner-text {
 color: white;
 font-size: 18px !important;
}

/* Featured Products Display */

#featured-custom .featured-product {
    margin: 0 6px 38px 0; /* old bottom margin 17px */
    float: left;
    width: 32.2%;
    display: inline;
    border: solid 1px #7d7d7d;
}

/* Product Disclaimer */
.product_disclaimer {
    font-weight: 700;
}

.product_disclaimer .note {
    color: #e80909;
}

@media (max-width: 767px) {
    .promotional-banner-text {
    	font-size: 12px!important;
    }
}

@media (max-width: 767px) {
    .promotional-banner-wrap.text-wrapping:after {
        display: none;
    }
}

@media (max-width: 767px) {
	.promotional-banner-wrap {
 		padding-right: 0px;
    }
}   

@media (max-width: 767px) {
	.promotional-banner-wrap.text-wrapping .promotional-banner-text {
 		white-space: inherit;
    }
}   

@media (max-width: 767px) {
	.mobile-header-module-height {
 		top: 55px!important;
    }
}
.oem-vehicle-picker-module #vehicle-data-lists {background-color: white; padding: 5%;
}

/* 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;}