/* global css */
:root {
	--themeColor: #1C69D4;
    --secondaryColor: #F4F4F4;
    --whiteColor: #ffffff;
    --blackColor: #000000;
    --lightGray: #cdcdcd;
}
a {
    color: #1C69D4;
}
/* additional css */


#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: 1000;
}


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

.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;
}

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

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

.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);
}

.search-listing-module .base-btn {
    background-color: var(--themeColor);
    color: white;
}

.search-listing-module .base-btn:hover,
.search-listing-module .base-btn:focus {
	color: var(--blackColor) !important;
    background-color: var(--lightGray);
}

.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: #1c69d4;
    color: var(--blackColor);
}

#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: #7A8899;
    color: white;
}

.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%;
    }
}

.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;
}
.fitment-text {
color: #007cc3;
}
.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;
}

/* make logo */
.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;
}
/* end make logo */

#layout_contact > div > div > div > div > div:nth-child(2) > div.col-md-4.block-modules.page-builder-layout-column.col-full-height {
    padding-left: 70px;
}

/* custom footer adjustments */
#footer-wrap > div > div.row.page-builder-layout-row.row-full-height-md.footer-secondary > div:nth-child(2) > div > div:nth-child(3) > div {
    color: white;
}

#footer-wrap > div > div.row.page-builder-layout-row.row-full-height-md.footer-secondary > div:nth-child(2) > div > div:nth-child(3) {
    margin-top: 5px;
}
#footer-wrap > div > div.row.page-builder-layout-row.row-full-height-md.footer-secondary > div:nth-child(2) > div > div:nth-child(2) > div > p {
    margin-bottom: 5px;
}

#footer-wrap > div > div.row.page-builder-layout-row.row-full-height-md.footer-secondary {
    margin-top: 1rem;
}
#footer-wrap > div > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(3) {
    padding-top: 0;
}
#footer-wrap > div > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(2) {
    padding-bottom: 0.5rem;
}
#footer-wrap > div > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(3) > div > p:nth-child(2) {
    margin-bottom: 0;
}
#footer-wrap > div > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(3) > div > p:nth-child(1) {
        margin-bottom: 0.5rem;
}
#footer-wrap > div > div:nth-child(2) > div:nth-child(4) > div > div.page-builder-layout-module.dealer-module-wrap > div {
    color: white;
}
/* end footer adjustments */

/* Product Page formatting */
.page-builder-page-layout .page-builder-layout-section.wide-content>.container-wrap {
    max-width: 1000px; !important
    width: auto;
}
.fitment-text {
        color: var(--themeColor);
}
html body .action-button.place-order-button {
    background: var(--themeColor);
}

#layout_product > div > div > div:nth-child(1) > div > div > div > div > div:nth-child(1) > div > header > div > div > a:nth-child(1) {
    color: var(--themeColor);
}
.product-recommended-module .product-recommendations .recommendation-name {
        color: var(--themeColor);
}

/* Home page links coloring */
#shop-parts-scroll > div > p > a {
    color: var(--themeColor);
}

/* Start contact-us styling */
#layout_contact > div > div > div > div > div:nth-child(1) > div > div > div > div > header > div > div > a:nth-child(1) {
    color: #1C69D4;
}
#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;
}
/* End Contact-Us styling /*

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

.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;
}
/* 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*/

/*Cart Messaging Stylization Support Case #00099134*/
#layout_cart > div > div > div > div > div:nth-child(2) {
  margin-top: 0.25rem;
}
/*end Cart Messaging Stylization Support Case #00099134*/