/*070725*/
#primary-header .help-nav ul a {
	color: #fff;
}

.title-row-custom aside {
	color: #fff;
}

.pop-parts-rows .parts-grid-block .parts-grid-container .parts-grid-title {
	color: #fff;
}

#featured-custom .details-title .product-title {
	color: #fff;
}

.featured-products-module .featured-product .details-display .details-partnum {
	color: #fff;
}

.featured-products-module .featured-product .pricing-actions-display .product-pricing .product-sale-price {
	color: #fff;
}

.page-builder-page-layout .page-builder-layout-section.text-color-light a {
	color: #fff;
}

#footer-custom strong.heading {
	color: #fff;
}

#footer-custom .links-list li a {
	color: #fff;
}

.dealer-address-module .dealer-store-name, 
.dealer-street-address, 
.dealer-address-locality,
.dealer-address-region, 
.dealer-postal-code,
.dealer-phone {
	color: #fff;
}
/****/



#featured-custom .product-wrapper-link {
   height: 360px;
}

.vehicle-picker-module .browse_catalog:hover, .vehicle-picker-module .vpicker-submit:hover {
  background-color: #e82c2a;
}

#footer-custom .newsletter-column input {
color: #fff;
}
.yotpo .yotpo-testimonials-btn {
    position: fixed;
    padding: 15px 20px;
    background-color: #0e9aef !important;
    text-transform: uppercase;
    opacity: 1;
}
.yotpo .yotpo-testimonials-btn span {
    color: #fefefe;
    font-weight: 700;
}

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

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

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