/* 071525*/
.circle-wrap {
    text-align: center;
}
/******/


/* START: Added on 070125 */
@media (max-width: 767.98px) {
    .mobile-header-module-height {
    	height: unset;
    }
    .mobile-header-module .mobile-header-logo-link img.image-logo {
    	height: unset;
    	width: 33%;
    }
}
@media (max-width: 575.98px) {
    .mobile-header-module .mobile-header-logo-link img.image-logo {
    	width: 40%;
    }
}
/* END: Added on 070125 */


/* 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;
}
/* end fix the thumbnail arrows */

/* banner */
#banner-custom .banner-vpicker-module .slider .rslides_container .rslides li,
#banner-custom .banner-vpicker-module .slider .rslides_container .rslides {
    height: calc(200px + (550 - 200) * ((100vw - 768px) / (1900 - 768))) !important;
}

@media screen and (max-width: 767px) {
	#banner-custom .banner-vpicker-module .slider .rslides_container .rslides li,
    #banner-custom .banner-vpicker-module .slider .rslides_container .rslides {
        height: calc(120px + (200 - 120) * ((100vw - 320px) / (767 - 320))) !important;
    }
}

/*Increasing Logo Size*/

.store-logo-module .store-logo-link img {
  	max-height: none;
    margin-top: -30px;
  	/*position: absolute;
  	top: -50px;*/
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .store-logo-module .store-logo-link img {
    	margin-top: -22px;
    }
}

img.lazy-load {
    position: relative;
}
.home-seo a {
    font-size: 15px; 
}


.promotional-banner-wrap {
background-color: red !important;
}

.promotional-banner-text {
 color: white !important;
 font-size: 18px !important;
}

.promotional-banner-link {
 color: white !important;
}

/* Block theme css to enable header in the cart */
#page-cart #second-nav, #page-one_page_checkout #second-nav {
display: block; }

#page-cart #header-custom, #page-one_page_checkout #header-custom {
display: block; }

#page-cart #logo-custom, #page-one_page_checkout #logo-custom {
height: 80px;
background-color: #000000 !important;
padding-top: 15px; }
#page-cart #logo-custom .search-col-custom, #page-cart #logo-custom .garage-col-custom, #page-one_page_checkout #logo-custom .search-col-custom, #page-one_page_checkout #logo-custom .garage-col-custom {
display: block; }

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

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

/* v-pages years section color white */
.oem-vehicle-picker-module #vehicle-data-lists {background-color: white; padding: 1em; margin-bottom: 1em;
}
/* google review move left */
#___ratingbadge_0{
	left: 0;
}


/* Headline for circle categories */
.circle-row-1 h2 {margin-top: 1em; margin-bottom: 1em;
}