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

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


#featured-custom .product-wrapper-link {
   height: 360px;
}
#page-home #vehicle-custom #custom-h1 h1 {
    text-align: center;
}
.category-children-module .category-tile {
    height: 150px;
}
#second-nav .links-list li:nth-child(5) {
    background-color: #990000;
}
#second-nav .links-list li:nth-child(5):hover {
    background-color: #e60000;
}
#second-nav .links-list li:nth-child(6) {
    background-color: #990000;
}
#second-nav .links-list li:nth-child(6):hover {
    background-color: #e60000;
}

.HOME_SEO {
    font-size: 15px;
}

.text-color-dark .promotional-banner-wrap .promotional-banner-link {
    color: #333;
    font-size: 16px;
    background-color: #FFD700;
}

.promotional-banner-wrap .promotional-banner-text {
    background-color: #FFD700;
}
.promotional-banner-wrap {
    background-color: #FFD700!important;
}

/*.promotional-banner-wrap .promo-close {
    
    background-color: #FFD700;
}*/

#mobile-search {
    margin-top: 0px !important;
}

.mobile-header-module-height {
    height: 60px;
}