/* global css */
:root {
	--themeColor: #E3173E;
    --secondaryColor: #F4F4F4;
    --whiteColor: #ffffff;
    --blackColor: #000000;
    --lightGray: #cdcdcd;
    --ctaColor: #7A8899;
}

/* additional css */
#header-secondary-wrap .infinite-menu .links-list-module .links-list li,
#footer-wrap .links-list-module li {
	padding: 0;
}

#header-main-wrap #header-main #meta-nav-wrap .cart-button-module .cart-component .cart-button,
#header-secondary-wrap .infinite-menu,
.contact-form-module .call-to-action-button,
.product-policies-module .policy-link a {
	background-color: var(--themeColor);
    z-index: 100;
}

.cart-component .cart-button .cart-items.cart-items-exist {
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    left: -10px;
}

.d-none {
	display: none !important;
}

.rp_vehiclepicker_chooser .vp_control a, .rp_vehiclepicker_chooser .vp_control a:link, .rp_vehiclepicker_chooser .vp_control a:visited {
	background-color: var(--themeColor);
}

#header-secondary-wrap {
	background-color: var(--themeColor);
}

#header-main-wrap #header-main #meta-nav-wrap .cart-button-module .cart-component .cart-button {
	background-color: var(--themeColor);
}

#hero-wrap #search-tabs-nav .nav-item .nav-link {
	background-color: var(--themeColor);
}

#header-secondary-wrap .infinite-menu {
	background-color: var(--themeColor);
}

.popular-wrap .popular .popular-list .popular-list-item .top-tags .top-tag {
	background-color: var(--themeColor);
}

#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 {
	background-color: var(--themeColor);
}

#hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane#part-search-tab .search-by-part-module .btn:hover,
#hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane#vin-search-tab .search-by-vin-module .btn:hover {
	background-color: var(--lightGray);
    color: var(--blackColor);
}

#header-main-wrap #header-main #meta-nav-wrap .cart-button-module .cart-component .cart-button:hover,
.rp_vehiclepicker_chooser .vp_control a:hover, .rp_vehiclepicker_chooser .vp_control a:link:hover, .rp_vehiclepicker_chooser .vp_control a:visited:hover {
	background-color: var(--lightGray) !important;
    color: var(--blackColor) !important;
}

#header-secondary-wrap .header-secondary .main-nav-wrap .main-nav > li:hover > a,
#header-secondary-wrap .header-secondary .main-nav-wrap .main-nav > li.infinite-dropdown-title:hover, #header-secondary-wrap .header-secondary .main-nav-wrap .main-nav > li.infinite-dropdown-title:hover em, #header-secondary-wrap .header-secondary .main-nav-wrap .main-nav > li.infinite-dropdown-title:hover i,
#header-secondary-wrap .header-secondary .garage-component.svg-icons:hover .garage-text {
	color: var(--lightGray);
}

#header-secondary-wrap .infinite-menu .links-list-module .links-list li a:hover,
#header-secondary-wrap .infinite-menu .links-list-module .links-list li a:focus {
	background-color: transparent !important;
    color: var(--lightGray) !important;
}

.categories-wrap .categories-body .categories-list .links-list-module .heading {
	background-color: var(--themeColor);
}

.popular-wrap .popular .base-btn,
.categories-wrap .categories-button,
#hero-wrap .hero .caption .hero-mobile-button {
	background-color: var(--themeColor);
}

.popular-wrap .popular .base-btn:hover,
.categories-wrap .categories-button:hover,
#hero-wrap .hero .caption .hero-mobile-button:hover {
	color: var(--blackColor) !important;
    background-color: var(--lightGray);
}

#footer-wrap,
#footer-meta {
	background-color: var(--themeColor);
}

.footer-cta-wrap .footer-cta .call-to-action-module .cta-button .call-to-action-button:hover {
	background-color: #a21c1d;
    color: var(--whiteColor);
}

.popular-wrap .popular .popular-list .popular-list-item a .popular-list-title-wrap:before {
	background-color: var(--themeColor);
}

.popular-wrap .popular .popular-list .popular-list-item a .popular-list-title-wrap .sale-popup {
	color: var(--themeColor);
}

.categories-wrap .categories-body .categories-list .links-list-module .links-list a:hover {
	color: var(--themeColor);
}

/* mobile header css */
@media screen and (max-width: 767px) {
    .footer-cta-wrap .footer-cta .call-to-action-module .cta-button .call-to-action-button {
    	background-color: var(--themeColor);
    }
    #hero-wrap .hero .caption h1 {
    	color: var(--themeColor);
    }
    #page-home h2 {
    	color: var(--blackColor);
    }
    #header-secondary-wrap .header-secondary .garage-component {
    	justify-content: center;
    }
    .themeMobileHeader .store-logo-module {
    	text-align: center;
    }
    .themeMobileHeader .store-logo-module .store-logo-link {
    	display: inline-block;
    }
    .themeMobileHeader .store-logo-module .store-logo-link img {
    	margin: 0;
    }
    .themeHeaderBottomSection {
    	margin-top: 0 !important;
    }
    .themeHeaderBottomSection .page-builder-layout-column-wrap {
    	display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .themeContactIcon a .fa-phone {
    	font-size: 30px;
        color: var(--themeColor);
    }
    .themeHeaderBottomSection .cart-component .cart-button {
    	background-color: transparent;
        padding: 0;
    }
    .themeMobileHeader .store-logo-module .store-logo-link img {
    	max-height: 40px;
    }
    .themeHeaderBottomSection .cart-component.svg-icons .cart-icon {
    	margin-right: 0;
    }
    .themeHeaderBottomSection .cart-component {
    	min-width: auto;
    }
    .themeHeaderBottomSection .cart-component.svg-icons .cart-button .cart-text {
    	display: none;
    }
    .themeHeaderBottomSection .cart-component.svg-icons .cart-icon svg {
    	fill: var(--themeColor);
    }
    .themeHeaderBottomSection .cart-component.svg-icons .cart-icon svg .cls-1 {
    	stroke: var(--themeColor) !important;
    }
    
    .themeMobileHeader #mobile-header {
        position: relative;
        padding: 0;
    }
    .themeMobileHeader #mobile-header.open {
    	position: fixed;
    }
    
    #mobile-header .mobile-header-icons {
    	width: auto;
    }
    #header-secondary-wrap {
    	margin-top: 0px;
    }
    #mobile-header #mobile-toggle-wrap #mobile-toggle .hamburger-box .hamburger-inner,
    #mobile-header #mobile-toggle-wrap #mobile-toggle .hamburger-box .hamburger-inner::before, 
    #mobile-header #mobile-toggle-wrap #mobile-toggle .hamburger-box .hamburger-inner::after {
    	background-color: var(--themeColor);
    }
}

@media screen and (max-width: 500px) {
    #mobile-header .mobile-logo {
    	max-width: 100%;
    }
}

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

.categories-wrap .categories-body .categories-list .links-list-module .links-list a {
    display: block;
    font-size: .9rem;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
    border-radius: .2rem;
    color: #0e0e0e;
}

.panel-button .call-to-action-button .newsletter-button .button-subscribe {
color: #0e0e0e;
}

.categories-wrap .categories-body .categories-list .links-list-module .links-list a {
    display: block;
    font-size: .9rem;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
    border-radius: .2rem;
    color: #0e0e0e;
}
#parts-menu a {
    text-decoration: none; 
    color: inherit; 
    transition: color 0.3s ease; 
}
#parts-menu a:hover {
    background-color: #7A8899 !important; 
    text-decoration: none;
    border-radius: 15px;
}
#accessories-menu a {
    text-decoration: none; 
    color: inherit; 
    transition: color 0.3s ease; 
}
#accessories-menu a:hover {
    background-color: #7A8899 !important; 
    text-decoration: none;
    border-radius: 15px;
}
.base-btn {
    display: inline-flex;
    align-items: center; 
    justify-content: center;
    text-decoration: none; 
    padding: 10px 20px; 
    font-size: 16px; 
    color: inherit;
    width: auto; 
    height: auto; 
}
.base-btn em {
    display: none; 
}
.base-btn:hover {
    color: #000 !important; 
}
/* Changes the hover over colors for buttons */
#header-secondary-wrap .header-secondary .search-bar-wrap .search-bar-component button {
    background: #000000;
}
/* Changes the hover over colors for buttons */

.footer-dealer-address {
color: white;
}
.product-title {
font-size: 16px;
}
.product-partnum-category {
font-size: 15px;
}
.product-more-info {
font-size: 14px;
}
.search-listing-module .catalog-product .product-details-col .product-title {
    font-size: 16px;
}
.search-listing-module .catalog-product .product-partnum-category {
    font-size: 15px;
    margin: 5px 0;
}
.search-listing-module .catalog-product .product-more-info {
    font-size: 14px;
    line-height: 1.7em;
    margin-top: 10px;
}
.page-builder-layout-module  {
    line-height: 1.7rem;
}
.product-title {
letter-spacing: .5px !important;
}
.product-purchase-module .purchase-box .product-price .list-label, .product-purchase-module .purchase-box .product-price label {
    color: #595959;
    font-size: 16px;
}
.product-page-layout ul.field-list {
    display: table;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.product-details-module ul.field-list li {
    font-weight: 500;
}
.product-page-layout .product-section-title {
    font-size: 15px;
    margin: 0;
}
.recommended-products-response {
font-size: 12px !important;
line-height: 0.7rem;
}
.fitment-table {
font-size: 12px !important;
}

/* correct colour */
a {
	color: var(--themeColor);
}

a:hover,
a:focus {
	color: var(--themeColor);
    opacity: .8;
}

.fitment-text,
.product-fitment-confirmation-module .product-fitment.no-car-selected,
.search-listing-module .catalog-product .product-brand-link {
	color: var(--themeColor);
}

html body .action-button.place-order-button {
	background-color: var(--themeColor);
}

html body .action-button.place-order-button:hover,
.product-policies-module .policy-link a:hover {
	color: var(--blackColor);
}

.product-fitment-module .fitment-table-wrap .fitment-expander,
.product-fitment-module .fitment-table-wrap .fitment-expander span.fitment-chevron:before,
.product-fitment-confirmation-module .product-fitment.fits,
.card .card-header a:hover,
.card .subcategories-list ul li a:hover,
.product-fitment-confirmation-module .product-fitment .click-here-fitment-action a {
	color: var(--themeColor);
}

.oem-sidebar-module .oem-sidebar-component .oem-sidebar-component-heading ul li a.active-cat:before,
.oem-sidebar-module .oem-sidebar-component .oem-sidebar-component-heading ul li a:hover:before {
	background-color: var(--themeColor);
}

.oem-sidebar-module .oem-sidebar-component .oem-sidebar-component-heading ul li a.active-cat,
.oem-sidebar-module .oem-sidebar-component .oem-sidebar-component-heading ul li a:hover {
	color: var(--themeColor);
}

.search-listing-module .search-pagination a.active,
button.view-more-link {
	color: var(--themeColor);
}

.vp_option_row .vp_option {
	color: var(--blackColor) !important;
}

.page-subheader-component .right-content.current-vehicle p a,
.page-subheader-component .right-content.current-vehicle p a:hover {
	border-bottom: 1px solid var(--themeColor);
}

.product-tab-nav-module .tab-nav-wrap li.tab-active {
    border-color: var(--themeColor);
    color: var(--themeColor);
}


#layout_contact > div > div > div > div > div:nth-child(2) > div.col-md-4.block-modules.page-builder-layout-column.col-full-height > div > div > div {
    padding: 1rem;
    border-radius: .2rem;
    border: 1px solid #F2F2F2;
}

.themeBackButton a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    width: auto;
    height: auto;
	background-color: var(--themeColor);
    border-radius: .2rem;
}

.contact-form-module .call-to-action-button:hover {
	color: var(--blackColor);
}

.btn-primary,
.login-user-form-module .login-user-form-submit-btn {
	background-color: var(--themeColor);
    border-color: var(--themeColor);
}

.btn-primary:hover,
.btn-primary:focus,
.login-user-form-module .login-user-form-submit-btn:hover,
.login-user-form-module .login-user-form-submit-btn:focus {
	background-color: var(--themeColor);
    border-color: var(--themeColor);
    opacity: .8;
}

#footer-wrap .footer-secondary .button-subscribe:hover,
#footer-wrap .footer-secondary .button-subscribe:focus {
    background-color: var(--lightGray);
    color: var(--blackColor);
}
#footer-wrap .footer-secondary .button-subscribe {
    background: var(--ctaColor);
    color: var(--whiteColor);
}

.search-listing-module .catalog-product .product-details-col .product-title .title-link {
	color: var(--blackColor);
}

.cart-page-layout a {
	color: var(--themeColor);
}
/* update manufacturer logo */
.manufacturer-logo,
.product-manufacturer-data,
.manufacturer-logos,
.recommendation-manufacturer-data {
	position: relative;
}

.manufacturer-logo::before,
.product-manufacturer-data span::before,
.manufacturer-logos::before,
.recommendation-manufacturer-data span::before {
	content: "";
    background-image: url(https://rparts-sites.s3.amazonaws.com/3de35d73a1bd6f683153b07a5d2b7ee1/design/Honda_c_chrome_4c_mag.png);
    width: 40px;
    height: 25px;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.manufacturer-logo img,
.product-manufacturer-data img,
.manufacturer-logos img,
.recommendation-manufacturer-data img {
	display: none !important;
}

.search-listing-module .catalog-product .local-pickup,
.product-title-module .local-pickup .local-pickup-message,
.product-title-module .local-pickup {
	height: auto;
}
/* end of manufacturer logo */

/* themeSearchPageListParts */
.themeSearchPageListParts {
	list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.searchResultsTitle {
	font-size: 22px;
    margin-bottom: 25px;
}

.notFoundList {
	margin-bottom: 30px !important;
}

.themeSearchPageWrap {
	margin-bottom: 10px;
}

.themeSearchPageTitle {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
    gap: 10px;
}

@media screen and (max-width: 550px) {
    .themeSearchPageTitle {
        margin-bottom: 25px;
    }
}

.themeSearchPageTitle h3 {
	margin-bottom: 0;
    font-size: 22px;
}

.themeSearchPageAllButton {
	text-align: left;
    margin-top: 20px;
}

.themeSearchPageAllButton a {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    width: auto;
    height: auto;
    background-color: var(--themeColor);
    border-radius: .2rem;
}


@media screen and (max-width: 1100px) {
    .themeSearchPageListParts {
    	grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 900px) {
    .themeSearchPageListParts {
    	grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 375px) {
    .themeSearchPageListParts {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themeSearchPageListParts li {
	list-style: none;
}

.themeSearchPageListPartsBox {
	padding: 10px 10px;
    background-color: #fbfbfb;
    height: 100%;
}

.themeSearchPageListPartsBox p {
	margin-bottom: 0;
    text-align: center;
}
/* end of themeSearchPageListParts */

/*CTA mobile changes, Case 00085419 MAR-2036*/
#layout_product .product-policies-module .product-policies {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 650px) {
    #layout_product .product-policies-module .product-policies {
    	flex-direction: column;
    }
}

#layout_product .product-policies-module .product-policies:after {
	display: none;
}

#layout_product .product-policies-module .product-policies .col-md-3 {
	width: auto;
    padding: 0;
}

#layout_product .product-policies-module .product-policies .policy-link {
	height: auto;
    padding: 0;
    margin: 0;
}

#layout_product .product-policies-module .product-policies .policy-link a {
	margin-right: 0;
}

.oem-sidebar-module .oem-sidebar-component.oem-sidebar-button > a {
    background: var(--themeColor);
}

.rp_vehiclepicker_chooser .vp_control {
    text-align: center;
}

.rp_vehiclepicker_chooser .vp_breadcrumbs li.active {
    border-top: 3px solid var(--themeColor) !important;
}

.product-policies-module .product-policies .policy-link {
    height: 2rem;
}

#tab-policies-tab > div > div:nth-child(1) > h3,#tab-policies-tab > div > div:nth-child(2) > h3,#tab-policies-tab > div > div:nth-child(3) > h3 {
    text-align: center;
}
/*end CTA mobile changes, Case 00085419 MAR-2036*/