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

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

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


#mobile-header .header-center-nav .mobile-header-logo-link img {
    height: 33px !important;
    margin-left: -78px;
}
#featured-custom .product-wrapper-link {
    height: 370px;
}
.search-label {
	color: #ececec;
}
li.accessories-tab {
    padding: 5px;
}
.accessories-tab span {
    background: #d80505;
    padding: 8px;
    color: #fff;
    font-weight: 700;   
    text-shadow: 1px 2px 0px #000;
    border-radius: 8px;
}
.vehicle-picker-module .browse_catalog:hover, .vehicle-picker-module .vpicker-submit:hover {
    background-color: #3f78b7;
}
.promotional-banner-wrap {
    background-color: #f52121!important;
}
.promotional-banner-text {
    font-size: 18px!important;
}

.promotional-banner-text a {
    color: #fff!important;
    text-shadow: 2px 2px 2px #000;
}

/* KT-4418: Papago Theme fix */
.header-right-wrap .main-nav { margin: 0; }