/* HP Featured Products */
.themeFeaturedNew {
	padding: 50px 0;
}
.themeFeaturedNew .featured-products-module h2 {
	text-align: center;
}

.themeFeaturedNew .container-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.themeFeaturedNew .container-wrap .row {
	overflow: hidden;
}

.themeFeaturedNew .owl-nav {
	height: 0;
}

.themeFeaturedNew .owl-nav button {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    background-color: #CFD1D4 !important;
    border-radius: 100px;
    transition: all .3s ease-in-out;
    outline: none;
}

.themeFeaturedNew .owl-nav button img {
    width: 15px;
}

.themeFeaturedNew .owl-nav button.owl-prev {
	left: 0;
    transform: rotate(180deg);
}

.themeFeaturedNew .owl-nav button.owl-next {
	right: 0;
}

.themeFeaturedNew .featured-products-module {
	padding: 0;
}

.themeFeaturedNew .featured-products-module .featured-product .pricing-actions-display .product-pricing .product-sale-price {
	color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.themeFeaturedNew .featured-products-module .featured-product .pricing-actions-display .product-pricing .product-sale-price:after {
    content: "2.5k sold";
    font-size: 12px;
    background-color: #F2F2F2;
    display: inline-block;
    padding: 2px 6px;
}*/

.themeFeaturedNew .featured-products-module .product-wrapper-link .product-details-link {
	height: auto;
    background: #14477D;
    border-radius: 3px !important;
    transition: all;
    position: static;
    color: #fff;
    font-size: 12px;
}



.themeFeaturedNew  .featured-products-module .featured-product .details-display {
	min-height: 80px;
}

.themeFeaturedNew  .featured-products-module .featured-product .details-display .details-partnum {
	display: none;
}

.themeFeaturedNew .featured-products-module .featured-products {
    position: relative;
    margin-left: -10px;
    margin-right: 10px;
}

.themeFeaturedNew .featured-products-module .featured-products .featured-product {
	flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    .themeFeaturedNew .featured-products-module .featured-products .featured-product {
    	flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 450px) {
    .themeFeaturedNew .featured-products-module .featured-products .featured-product {
    	flex: 0 0 100%;
        max-width: 100%;
    }
}

.themeFeaturedNew .featured-products-module .product-wrapper-link {
	width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    border: 1px solid #ccc;
    padding: 15px 15px;
    border-radius: 4px;
}

.themeFeaturedNew .featured-products-module .featured-product .details-display .details-title {
	text-align: left;
    min-height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
}

.themeFeaturedNew .featured-products-module .featured-product .details-display .product-title {
	font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}

.themeFeaturedNew  .featured-products-module .featured-product .image-display .image-wrapper img {
	margin-bottom: 0;
    object-fit: contain;
}

.themeFeaturedNew .featured-products-module .featured-products .featured-product .image-display .image-wrapper {
	display: flex;
    align-items: center;
    justify-content: center;
}

/* themeTopLogo */
.themeTopLogo .page-builder-layout-module {
	flex: 1;
}
.themeTopLogo .storeLogo {
	flex: 0 0 100px;
}
.themeTopLogo .custom-html-module p {
	margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
}
.ebayLogo img {
	width: 100px !important;
    height: 100px;
    object-fit: contain;
}
.themeTopLogo {
	display: flex;
    align-items: center;
    gap: 10px;
}
.themeTopLogo .eBayLogo {
	width: 120px;
}
.themeTopLogo .eBayLogo .custom-image-wrapper {
	padding: 0;
}
.themeTopLogo .eBayLogo .custom-image-wrapper .custom-image {
	width: 120px;
    height: 120px;
    padding-bottom: 0 !important;
}
.footer-cta-wrap .footer-cta {
	background-image: url(https://cdn.revolutionparts.io/13279044ab4aa03ea1dc401ccd256bf7/design/banner/IMG_8051.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.footer-cta-wrap .footer-cta::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}
/* end of themeTopLogo */

/* themeBannerSection */
#themeBannerSection.themeBannerSection .container-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

#themeBannerSection.themeBannerSection .themeBannerSlider .themeBannerCard {
	position: relative;
}

#themeBannerSection.themeBannerSection .themeBannerSlider .themeBannerImage {
    background-size: cover;
    background-position: center center;
	min-height: 600px;
}

@media screen and (max-width: 767px) {
    #themeBannerSection.themeBannerSection .themeBannerSlider .themeBannerImage {
    	min-height: 500px;
        background-position: 75% 50%;
    }
}

#themeBannerSection.themeBannerSection .themeBannerSlider .themeBannerBody {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    padding-left: 150px;
    padding-right: 150px;
}

@media screen and (max-width: 767px) {
    #themeBannerSection.themeBannerSection .themeBannerSlider .themeBannerBody {
    	padding-left: 60px;
    	padding-right: 60px;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

#themeBannerSection.themeBannerSection .themeBannerSlider .themeBannerContent {
	max-width: 590px;
    width: 100%;
}

#themeBannerSection.themeBannerSection .themeBannerSlider .themeBannerTitle {
	font-size: 3rem;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: rgba(0, 0, 0, 1) 0 0 3px;
}

@media screen and (max-width: 767px) {
    #themeBannerSection.themeBannerSection .themeBannerSlider .themeBannerTitle {
    	font-size: 28px;
    }
}

#themeBannerSection.themeBannerSection .themeBannerSlider .themeBannerDescription {
	color: #fff;
    font-size: 1rem;
    margin-bottom: 30px;
    text-shadow: rgba(0, 0, 0, 1) 0 0 3px;
}
@media screen and (max-width: 767px) {
    #themeBannerSection.themeBannerSection .themeBannerSlider .themeBannerDescription {
    	font-size: 14px;
    }
}

#themeBannerSection.themeBannerSection .themeBannerSlider .themeBannerButton a {
	display: inline-block;
    background-color: #015998;
    padding: 10px 40px;
    border-radius: 4px;
    color: #fff;
    font-size: .9rem;
}

#themeBannerSection.themeBannerSection .themeBannerSlider .themeBannerButton a:hover,
#themeBannerSection.themeBannerSection .themeBannerSlider .themeBannerButton a:focus {
	text-decoration: underline;
}

#themeBannerSection.themeBannerSection .themeBannerSlider .owl-nav button {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 84px;
    height: 84px;
    margin: auto;
    background-color: #14477D;
    opacity: .8;
    border-radius: 100px;
    transition: all .3s ease-in-out;
    outline: none;
}

@media screen and (max-width: 767px) {
    #themeBannerSection.themeBannerSection .themeBannerSlider .owl-nav button {
    	width: 42px;
    	height: 42px;
    }
}

#themeBannerSection.themeBannerSection .themeBannerSlider .owl-nav button:hover {
	opacity: 1;
}

#themeBannerSection.themeBannerSection .themeBannerSlider .owl-nav button img {
	filter: invert(1);
    width: 25px;
}

@media screen and (max-width: 767px) {
    #themeBannerSection.themeBannerSection .themeBannerSlider .owl-nav button img {
    	width: 15px;
    }
}

#themeBannerSection.themeBannerSection .themeBannerSlider .owl-nav button.owl-prev {
	left: 30px;
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    #themeBannerSection.themeBannerSection .themeBannerSlider .owl-nav button.owl-prev {
    	left: 10px;
    }
}

#themeBannerSection.themeBannerSection .themeBannerSlider .owl-nav button.owl-next {
	right: 30px;
}

@media screen and (max-width: 767px) {
    #themeBannerSection.themeBannerSection .themeBannerSlider .owl-nav button.owl-next {
    	right: 10px;
    }
}

#themeBannerSection.themeBannerSection .themeBannerSlider .owl-dots {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#themeBannerSection.themeBannerSection .themeBannerSlider .owl-dots .owl-dot {
	width: 40px;
    height: 4px;
    background-color: #fff;
    opacity: .4;
  	outline: none;
}

#themeBannerSection.themeBannerSection .themeBannerSlider .owl-dots .owl-dot.active {
	opacity: 1;
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker {
	margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 99;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 800px) {
    #themeBannerSection.themeBannerSection .themeBannerVehiclePicker {
    	position: static;
        background-color: #fff;
    }
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module {
    max-width: 933px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 800px) {
    #themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module {
    	padding-top: 20px;
    	padding-bottom: 40px;
    }
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .container-vehicle-dd-module_34 {
	display: flex;
    flex-wrap: wrap;
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .header-text {
    flex: 0 0 100%;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: #fff;
}

@media screen and (max-width: 800px) {
	#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .header-text {
    	color: #000;
    }
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .header-text:after {
	content: "Start by selecting your vehicle to find the perfect fit.";
    display: block;
    font-size: .9rem;
    text-transform: capitalize;
    margin-top: 15px;
    font-weight: 300;
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker_buttons {
	flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 2px solid #fff;
}

@media screen and (max-width: 800px) {
	#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker_buttons {
    	flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
	#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker_buttons {
    	grid-template-columns: repeat(1, 1fr);
    }
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker_buttons li.vpicker_button {
	margin-bottom: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    position: relative;
}

@media screen and (max-width: 800px) {
	#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker_buttons li.vpicker_button {
    	border: 1px solid #ccc;
    }
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker_buttons li.vpicker_button::before {
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;
    height: 30px;
    margin: auto;
}

@media screen and (max-width: 575px) {
	#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker_buttons li.vpicker_button::before {
    	width: 90%;
        height: 1px;
        top: auto;
        left: 0;
    }
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker_buttons li.vpicker_button:last-child::before {
	display: none;
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker_buttons li.vpicker_button a {
	padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
}

@media screen and (max-width: 650px) {
	#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker_buttons li.vpicker_button a {
    	font-size: .8rem;
    }
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker_buttons li.vpicker_button a:hover {
	text-decoration: none;
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module.display-classic .vpicker-select {
	color: #fff;
    width: auto;
}

@media screen and (max-width: 800px) {
	#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module.display-classic .vpicker-select {
    	color: #000;
    }
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker-submit {
	width: 130px;
    background-color: #015998;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
}

@media screen and (max-width: 800px) {
	#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker-submit {
    	flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 20px 20px;
    }
}

#themeBannerSection.themeBannerSection .themeBannerVehiclePicker .vehicle-picker-module .vpicker_buttons li.vpicker_button .dropdown {
	position: static;
    color: #fff;
}

/* end of themeBannerSection */

.store-logo-module .store-logo-link img {
    margin: 0;
    max-height: 100%;
    max-width: 100%;
}


.store-closed-support-info {
display: none;
}

.store-closed-banner-wrap .banner-info .store-closed-banner-text {
    background-color: red;
}

a.powered-by {
  display: none !important;
}

.product-fitment-module .fitment-table-wrap {
	overflow: auto;
}

.product-fitment-module .fitment-table-wrap .fitment-table {
	width: 1000px;
}

@media screen and (max-width: 767px) {
    .footer-cta-wrap .footer-cta .call-to-action-module h2,
    .footer-cta-wrap .footer-cta .call-to-action-module p {
    	color: #fff;
    }
}

/* START: SEO fixes */
@media (min-width: 768px) {
    #themeBannerSection .themeBannerWrap {
        height: 600px;
    }
}

@media (max-width: 768px) {
	#themeBannerSection .themeBannerWrap {
        height: 500px;
    }
}
/* END of SEO fixes */