/* Start: MAR-3416 - Override Default “Filter” Button Color to Match Webstore Theme */
#mobile-filters-button {
	background-color: var(--themeColor); /* replace with actual theme variable */
    border-color: var(--themeColor); /* replace with actual theme variable */
}
/* End: MAR-3416 - Override Default “Filter” Button Color to Match Webstore Theme */

:root{
    --themeColor: #e82c2a;
}

/* hero-wrap */
.banner-vpicker-module .owl-item:nth-child(2) .lazy-load {
  background-image: url('https://cdn.revolutionparts.io/6968214862baa85ad4e47f458c75d80c/design/Ford_banner_2.webp') !important;
}

.banner-vpicker-module .owl-item:nth-child(3) .lazy-load {
  background-image: url('https://cdn.revolutionparts.io/6968214862baa85ad4e47f458c75d80c/design/Lincoln_banner_3.webp') !important;
}

.banner-vpicker-module .owl-item:nth-child(4) .lazy-load {
  background-image: url('https://cdn.revolutionparts.io/6968214862baa85ad4e47f458c75d80c/design/Roadsport_Auto_Group_banner_1920x700.webp') !important;
}


#hero-wrap.themeHeroWrap {
    padding: 0;
    height: 700px;
}

#hero-wrap .hero .caption {
    margin-top: 7.5rem;
}

#hero-wrap .hero {
	padding-bottom: 0;
}

#hero-wrap .hero .content {
	margin-bottom: 0;
}

#quick-links-wrap .page-builder-layout-module {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
    .categories-wrap .categories-button {
    	margin-top: 0;
        margin-bottom: 15px;
    }
    .popular-wrap .popular .popular-list {
    	margin-bottom: 0;
    }
    
    #quick-links-wrap .page-builder-layout-module.mobile-only {
        margin-bottom: 20px;
    }
    
    .popular-wrap .popular {
    	padding-bottom: 30px;
        padding-top: 30px;
    }
    
    .categories-wrap {
    	margin-bottom: 0;
        margin-top: 0;
    }
    
    #hero-wrap .hero .caption {
    margin-bottom: 0px;
    margin-top: 0rem;
	}
    
    #hero-wrap.themeHeroWrap {
    	height: 750px;
    }
    #hero-wrap.themeHeroWrap .banner-vpicker-module,
    #hero-wrap.themeHeroWrap .banner-vpicker-module .slider .rslides_container .rslides li {
    	height: 750px !important;
    }
    #hero-wrap.themeHeroWrap .banner-vpicker-module .slider .rslides_container .rslides {
    	max-height: 750px !important;
    }
    #hero-wrap #search-tabs-nav {
    	flex-direction: column;
    }
    #hero-wrap #search-tabs-nav .nav-item {
    	width: 100% !important;
    }
    #hero-wrap #search-tabs-nav-wrap, #hero-wrap #search-tabs-body-wrap {
    	display: block;
    }
    #hero-wrap #search-tabs-body-wrap #search-tabs-body {
    	padding: 10px 10px;
        height: 170px;
    }
    #hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane .vehicle-picker-dropdown-module .vehicle-picker-dropdown.inline .dropdown {
    	margin: 0;
    }
    #hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane .vehicle-picker-dropdown-module .vehicle-picker-dropdown.inline {
    	display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    #hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane .vehicle-picker-dropdown-module .vehicle-picker-dropdown.inline .dropdown:not(:first-of-type) {
    	margin-left: 0;
    }
    #hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane#part-search-tab .main-search-wrapper,
    #hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane#vin-search-tab .search-by-vin-module .search_by_vin {
    	flex-direction: column;
        gap: 10px;
    }
    #hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane#part-search-tab .search-by-part-module .btn,
    #hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane#vin-search-tab .search-by-vin-module .btn {
    	margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
	#hero-wrap.themeHeroWrap {
    	height: 820px;
    }
    #hero-wrap.themeHeroWrap .banner-vpicker-module,
    #hero-wrap.themeHeroWrap .banner-vpicker-module .slider .rslides_container .rslides li {
    	height: 820px !important;
    }
    #hero-wrap.themeHeroWrap .banner-vpicker-module .slider .rslides_container .rslides {
    	max-height: 820px !important;
    }
}

#hero-wrap.themeHeroWrap .container-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#hero-wrap.themeHeroWrap .banner-vpicker-module {
	position: absolute;
    left: 0;
    right: 0;
}

#hero-wrap.themeHeroWrap .themeBannerContainer {
	max-width: 1250px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#hero-wrap.themeHeroWrap .themeBannerContainer {
	max-width: 1250px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
}



/* Begin Logo adjustment */
.image-logo {
  content: url("https://cdn.revolutionparts.io/6968214862baa85ad4e47f458c75d80c/design/ag_logo.png") !important;
  max-height: 95px !important;
  max-width: auto !important;
}

/* Tablet Fix: iPad Mini Portrait & Other Tablets (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .store-logo-module .store-logo-link img {
        height: 82px !important;
        width: 200px !important;
        max-height: 82px !important;
        max-width: 200px !important;
    }
}

/* Mobile logo fix (scaled down by ~40%) */
@media (max-width: 767px) {
    .mobile-logo img {
        width: 140px !important;
        object-fit: contain;
    }
    #mobile-header {
        height: 102px;
    }
    #header-secondary-wrap {
        margin-top: 100px;
    }
}
/* End Logo adjustment */


/* make logo */
.ford-make-logo .make-logo-img a img {
    content: url("https://cdn.revolutionparts.io/6968214862baa85ad4e47f458c75d80c/design/honda-ca-medium.png");
}

.honda-make-logo .make-logo-img a img {
    content: url("https://cdn.revolutionparts.io/6968214862baa85ad4e47f458c75d80c/design/ford-medium.png");
}

.mercury-make-logo {
    display: none !important;
}


.shop-brands-wrap .all-make-logos {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.shop-brands-wrap .all-make-logos li {
	flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}