/* 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: #615f5f;
}

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

/* GM Logo - Footer */

.aldeco_logo{
	float: right;
}
.aldeco_logo h3 {
    text-align: center;
}
.aldeco_logo img {
    width: 500px;
}
.chevy_bowtie img {
    width: 185px;
    margin-top: 24px;
}

/* dynamic pages - vehicle list years in white */
.oem-vehicle-picker-module #vehicle-data-lists {
    overflow: hidden; background-color: white; padding: 10%;
}

/* Footer */
.dealer_add {
    margin-top: 1px!important;
}

.comp_name {
    font-weight: 700;
    font-size: 13px;
}


/* Site Wide Banner */
.promotional-banner-wrap {
    background: #dd2521!important;
    color: #fff!important;
}

.promotional-banner-text-wrap {
    font-size: 18px;
    text-shadow: 2px 2px 2px #000;
}