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

/* themeEnsureVINWrap */
.themeEnsureVINWrap {
	background-color: #ffc144;
    padding: 20px 20px;
    border: 2px solid #000;
}

@media screen and (max-width: 767px) {
    .themeEnsureVINWrap {
    	margin-bottom: 30px;
    }
}

.themeEnsureVINContent h4 {
	text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .themeEnsureVINContent h4 {
    	font-size: 22px;
    }
}

.themeEnsureVINContent p {
	margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000;
    font-style: italic;
}

@media screen and (max-width: 767px) {
    .themeEnsureVINContent p {
    	font-size: 14px;
    }
}

/* end of themeEnsureVINWrap */

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

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

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


.dropdownList,
.dropdownMegaList {
	list-style: none;
    margin-bottom: 0;
}

.dropdownListItemHasChild {
	position: relative;
}

.dropdownContentMega {
    background-color: #f1f1f1;
    display: none;
    position: absolute;
    right: -200px;
    top: 0;
    width: 200px;
}

.dropdownListItemHasChild:hover .dropdownContentMega {
	display: block;
}


/*--- OEM INTERACTIVE ---*/

/* OEMI Blurbs*/

#trust-badges-custom .trust-blurbs {
    width: 60%;
    margin: 0 auto; }
#trust-badges-custom .trust-blurbs h4 {
      font-family: "Open Sans", sans-serif;
      font-size: 14pt;
      color: #0086d3;
      font-weight: 700; }
#trust-badges-custom .trust-blurbs p {
      font-family: "Open Sans", sans-serif;
      font-size: 10pt;
      color: #000;
      font-weight: 400; }

/* OEM Interactive - Site Wide Banner */
.promotional-banner-wrap {
    background: #c30010!important;
}

.promotional-banner-text{
    color: #fff!important;
}

@media screen and (max-width: 767px) { /* Hides the Google badge on mobile */
    #___ratingbadge_0 {
    	display: none !important;
    }
}

@media screen and (max-width: 400px) { /* Resizes the mobile cart flayout */
    .cart-component .cart-flyout {
        width: 100% !important;
    }
}
.cart-component .cart-button .cart-items.cart-items-exist { /* Makes the cart button wrap longer number properly */
    width: max-content;
}