/* remove unsupported links */
.search-listing-module .catalog-products .catalog-product-more-in-category .component-url,
.search-listing-module .catalog-products .catalog-product-more-in-category a {
	display: none;
}
/* end remove unsupported links */

/* PDP Dropship Tooltip  */
.themeTooltipWrapper {
    position: relative;
    margin-top: 15px;
}

.themeTooltipWrapper h4 {
	font-size: 11px;
    font-weight: 700;
    margin-bottom: 0;
}

.themeTooltipWrapper p {
	margin-bottom: 0;
    font-weight: 300;
    font-size: 11px;
    line-height: 18px;
    color: #595959;
}

.themeTooltip {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    display: none;
    z-index: 1000;
    width: 420px;
}

@media screen and (max-width: 767px) {
    .themeTooltip {
    	width: 100%;
    }
}

.themeTooltip a {
	color: #fff;
    text-decoration: underline;
}

.themeTooltip a:hover,
.themeTooltip a:focus {
	color: #fff !important;
}

.themeTooltipIcon svg {
	width: 15px;
    height: 15px;
    fill: #bfbfbf;
}

.themeTooltipIcon {
	width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfbfbf;
    border-radius: 50px;
}

.themeTooltipContainer {
	display: flex;
    align-items: center;
    gap: 10px;
}

#layout_product .product-badges-module .product-badges {
	margin-top: 10px;
}
/* end of PDP Dropship Tooltip */


/* Fixed Order Completion */
#layout_completed .page-builder-layout-section.text-color-dark.normal-content {
	padding-top: 15px !important;
}


/* START: Styled on 081825 */
.product-fitment-confirmation-module span.icon-wrap {
	position: absolute;
    top: 10px;
    left: 12px;
    margin: 0;
}
@media (max-width: 767.98px) {
    .product-fitment-confirmation-module span.icon-wrap {
    	top: 26px;
    }
}
.product-fitment-confirmation-module #part-fitment-info.vehiclepicker_link {
	border: 1px solid #2b6eca;
    border-radius: 5px;
    padding: 10px 15px 10px 40px;
    display: inline-block;
    margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
    .product-fitment-confirmation-module #part-fitment-info.vehiclepicker_link {
    	margin-top: 1.2rem;
    }
    .product-purchase-module .product-purchase,
    .product-badges-module {
    	margin-bottom: 1.2rem;
    }
}
@media (max-width: 450.98px) {
    .product-fitment-confirmation-module #part-fitment-info.vehiclepicker_link {
    	padding: 10px 15px;
    }
}
.product-fitment-confirmation-module .product-fitment.no-car-selected-v2 .fitment-text .fa {
	margin-left: 7px;
    position: relative;
    top: -2px;
}
/* END: Styled on 081825 */


/***
**** THEME FONTS
***/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

/***
**** THEME KEYFRAMES
***/
@keyframes top-bottom {
	0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
    }
}

/***
**** THEME GLOBAL
***/
:root {
    --black: #000;
    /** --themeColor: #ff2d37; **/
    --themeColor: #000;
    --darkGray: #282828;
    --gray500: #666666;
    --gray100: #ccc;
    --white: #fff;
    --themeFont: 'Rubik', sans-serif;
    --themeContainer: 1680px;
}

body, html {
	font-family: var(--themeFont) !important;
    font-size: 14px;
    color: #fff;
    /*background-color: #242424;*/
}

body.notHome {
	background-color: #fff;
    color: #000;
}

.product-images-module .product-images ul.secondary-images.owl-carousel .owl-next, .product-images-module .product-images ul.secondary-images.owl-carousel .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    height: 60px;
}

.padding_section {
	padding: 60px 0;
}

/*.restauco-img {
	width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.restauco-img figure{
	margin: 0 0 0rem;
}*/

#restauco-img figure {
	margin-bottom: 0;
    text-align: center;
}

@media screen and (max-width: 900px) {
    #restauco-img {
    	display: none;
    }
}

@media screen and (max-width: 767px) {
    .padding_section {
    	padding: 30px 0;
    }
}

.page-subheader-component h1, .page-subheader-component h2 {
	color: #000;
}

.page-subheader-component .page-bread-crumbs {
	padding: 15px 0;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
button {
	font-family: var(--themeFont) !important;
}

.page-builder-layout-section.wide-content .container-wrap {
	max-width: var(--themeContainer) !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-builder-page-layout .page-builder-layout-section .container-wrap {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-builder-layout-row,
.page-builder-page-layout .page-builder-layout-column.block-modules .page-builder-layout-module+.page-builder-layout-module {
	margin-top: 0 !important;
}

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

.theme_title {
	text-align: center;
    margin-bottom: 25px;
}

.theme_title small {
	display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #ed1c24;
    font-weight: 400;
    margin-bottom: 5px;
}

.theme_title h3 {
	color: var(--white);
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .theme_title h3 {
    	font-size: 28px;
    }
}

.theme_title h3::before,
.theme_title h3:after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--white);
    margin: auto;
}

.theme_title h3::before {
	left: 0;
}

.theme_title h3:after {
	right: 0;
}

.desk_hamburger_menu_wrapper {
	display: none;
}

@media screen and (max-width: 960px) {
    .desk_hamburger_menu_wrapper {
    	display: block;
    }
}

.desk_hamburger_menu_span {
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    justify-content: center;
    background-color: #eee;
}

.desk_hamburger_menu_span svg {
	font-size: 25px;
}

/***
**** THEME HEADER
***/
header.container-header.sticky .theme_main_header {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #242424;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
    animation: top-bottom .5s;
}

.theme_top_header {
	background-color: #ed1c24;
    padding: 15px 0;
}

.theme_mobile_logo {
	display: none;
}

@media screen and (max-width: 767px) {
    .theme_mobile_logo {
        background-color: #000;
    	display: block;
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }
    .theme_mobile_logo .store-logo-module a {
    	text-align: center;
    }
    .theme_mobile_logo .store-logo-module img {
    	margin: 0;
    }
}

.theme_social_list {
	list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}

.theme_top_header .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
	gap: 20px;
}

.top-social-icons{
    flex: 1;
}

.top-contact-us ul a{
   color: white;
}

.top-contact-us ul a:hover,
.top-contact-us ul a:focus{
	text-decoration: none;
    color: #666666;
}

.theme_social_link {
	width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    transition: all .3s ease-in-out;
    background-color: #000;
}

.theme_social_link svg {
	width: 16px;
    height: 16px;
}

.theme_social_link:hover {
	background-color: var(--themeColor);
}

.theme_social_link:hover svg path {
	fill: var(--white);
}

.theme_social_link svg path {
	fill: var(--gray100);
}

.theme_top_header #action_account {
	width: auto;
    padding-left: 0;
}

.theme_top_header #action_account .design-text {
	display: none;
}

.theme_top_header #action_account .your-account {
	background: transparent;
    color: var(--white);
    outline: none;
    padding: 0;
    font-size: 14px;
    transition: all .3s ease-in-out;
    position: relative;
    padding-left: 25px;
}

.theme_top_header #action_account .your-account::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path fill="white" d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>');
    position: absolute;
    left: 0;
    transition: all .3s ease-in-out;
}

.theme_top_header #action_account .your-account:hover {
	color: #666;
}

.theme_top_header #action_account .your-account i {
	display: none;
}

.theme_main_header {
	padding: 15px 0;
    border-bottom: 1px solid #ccc;
    background-color: #242424;
}

@media screen and (max-width: 767px) {
    .theme_main_header .store-logo-module {
    	display: none;
    }
}

.theme_main_header .store-logo-module .image-logo {
	margin-top: 0;
    margin-bottom: 0;
}

.theme_main_header .container-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    grid-gap: 20px;
}

.theme_main_header .container-wrap:after {
	display: none;
}

.theme_main_header .cart-component {
	text-align: right;
}

.theme_main_header .cart-component .cart-button {
	display: inline-block;
    padding: 0;
    background-color: transparent;
    color: var(--black);
    border: 2px solid #e5e5e5;
    border-radius: 3px;
}

.theme_main_header .cart-component .cart-button .cart-icon {
	display: none;
}

.theme_main_header .cart-component .cart-button .cart-text {
	text-transform: capitalize;
    font-size: 14px;
    color: var(--white);
    height: 40px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-left: 2px solid #e5e5e5;
}

@media screen and (max-width: 900px) {
    .theme_main_header .cart-component .cart-button .cart-text {
    	font-size: 12px;
    }
}

.theme_main_header .cart-component .cart-button .cart-text strong {
	font-weight: 400 !important;
}

.theme_main_header .cart-component .cart-button .cart-wrapper {
	display: flex;
    align-items: center;
}

.theme_main_header .cart-component .cart-button .cart-wrapper .cart_icon {
	height: 40px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_main_header .cart-component .cart-button .cart-wrapper .cart_icon svg {
	fill: var(--white);
}

.theme_icon_wrapper .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 20px;
}

.theme_search_icon {
	height: 40px;
    width: 45px;
    border: 2px solid #e5e5e5;
    cursor: pointer;
    border-radius: 3px;
    display: none;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .theme_search_icon {
    	display: flex;
    }
}

.theme_search_icon svg {
	font-size: 16px;
    fill: var(--white);
}

.theme_nav {
	display: flex;
    align-items: center;
    grid-gap: 20px;
    position: relative;
}

@media screen and (max-width: 960px) {
    .theme_nav {
    	display: none;
    }
}

.theme_nav .theme_nav_list {
	display: flex;
    align-items: center;
    grid-gap: 2px;
    list-style: none;
    margin-bottom: 0;
}

.theme_nav_link {
	text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    display: inline-block;
    padding: 11px 30px 11px 15px;
    border-radius: 5px;
    position: relative;
}

@media screen and (max-width: 1080px) {
    .theme_nav_link {
    	font-size: 12px;
        padding: 11px 20px 11px 10px;
    }
}

.theme_nav_item.theme_nav_item_has_child .theme_nav_link:after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height=".8em" viewBox="0 0 448 512"><path d="M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    position: absolute;
    right: 8px;
    top: 13px;
    filter: invert(1);
}

.theme_main_header .block-modules {
	position: initial;
}

.theme_main_header .row.page-builder-layout-row.row-full-height-md:nth-child(3) {
	flex: 1
}

.theme_main_header .row {
	display: block;
    width: auto;
}

@media screen and (max-width: 500px) {
    .theme_main_header .row:nth-child(1) {
    	display: none;
    }
}

.theme_main_header .row-full-height-md .col-full-height {
	display: block;
    width: auto;
}

.theme_nav_link:hover,
.theme_nav_link:focus {
	text-decoration: none;
    background-color: #ed1c24;
    color: var(--white);
}

.theme_nav_link:after:hover,
.theme_nav_link:after:focus {
	filter: invert(0);
}

.theme_nav_mega_wrapper {
    display: none;
    background-color: #242424;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100px;
    z-index: 99;
    padding: 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.theme_nav_item.theme_nav_item_has_child:hover .theme_nav_mega_wrapper {
	display: block;
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.theme_nav_item.theme_nav_item_has_child.active .theme_nav_link {
	background-color: #ed1c24;
    color: var(--white);
}

.theme_nav_item.theme_nav_item_has_child.active .theme_nav_link:after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height=".8em" viewBox="0 0 448 512"><path fill="white" d="M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    filter: invert(0);
}

.theme_nav_mega_row {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.theme_nav_mega_img img {
	width: 100%;
}

.theme_nav_mega_img {
	margin-bottom: 20px;
}

.theme_nav_mega_card h4 {
    color: var(--white);
	margin-bottom: 15px;
    font-weight: 500;
}

.theme_nav_mega {
	list-style: none;
    margin-bottom: 0;
}

.theme_nav_mega_list {
	margin-bottom: 15px;
}

.theme_nav_mega_list:last-child {
	margin-bottom: 0;
}

.theme_nav_mega_link {
	color: var(--white);
    transition: all .3s ease-in-out;
    position: relative;
}

.theme_nav_mega_link::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 3px;
    border-radius: 10px;
    background-color: var(--white);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.theme_nav_mega_link:hover::before {
	opacity: 1;
}

.theme_nav_mega_link:hover,
.theme_nav_mega_link:focus {
	text-decoration: none;
    color: var(--white);
    padding-left: 12px;
}

.theme_action_bar #action_account,
.theme_action_bar #cart_column {
	display: none;
}

/*.theme_action_bar {
    position: absolute;
    top: 50px;
    right: 175px;
    display: none;
    z-index: 9;
}

@media screen and (max-width: 600px) {
    .theme_action_bar {
    	right: 10px;
    }
}*/

.theme_action_bar {
	display: block;
}

@media screen and (max-width: 767px) {
	.theme_action_bar {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 99;
    }
}

.theme_action_bar.open {
	display: block;
}

.theme_action_bar .actions-bar-module {
	margin-top: 0;
    margin-bottom: 0;
}

.theme_action_bar .garage-search-bar-component .search-bar-component {
    width: 400px;
}

@media screen and (max-width: 1200px) {
    .theme_action_bar .garage-search-bar-component .search-bar-component {
    	width: 250px;
    }
}

.theme_action_bar .garage-search-bar-component .search-bar-component input {
	background-color: var(--white);
    border-left: 1px solid var(--gray100);
    border-radius: 0;
    z-index: 1;
    height: 40px;
}

.theme_action_bar .search-bar-component button {
	width: 45px;
    height: 40px;
    background-color: var(--themeColor);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 2px solid #fff;
}

.theme_action_bar .search-bar-component button .fa-search {
	position: relative;
    left: -3px;
}

.theme_action_bar .garage-search-bar-component .garage-component .garage-text {
	height: 40px;
    display: flex;
    align-items: center;
}

.theme_nav_cat_title {
    cursor: pointer;
    background-color: transparent;
	margin-bottom: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    height: 40px;
    border-radius: 5px;
    padding: 10px 25px;
    grid-gap: 15px;
    font-weight: 500;
    font-family: var(--themeFont);
    color: var(--white);
    border: 2px solid #fff;
}

.theme_nav_cat_title svg {
	fill: #fff;
}

.theme_nav_cat_card {
	position: absolute;
    left: 0;
    background-color: #242424;
    z-index: 999;
    display: none;
    border: 1px solid var(--gray100);
}

.theme_nav_cat_wrapper.active .theme_nav_cat_card {
	display: block;
}

.theme_nav_cat_list {
	margin-bottom: 0;
    list-style: none;
}

.theme_nav_cat_item {
	border-bottom: 1px solid var(--gray100);
}

.theme_nav_cat_item_has_child {
	position: relative;
}

.theme_nav_cat_item_child_wrap {
    display: none;
    position: absolute;
    left: 202px;
    top: 0;
    background-color: #242424;
    width: 600px;
    border: 1px solid var(--gray100);
}

.theme_nav_cat_item_has_child:hover .theme_nav_cat_item_child_wrap {
	display: block;
}

.theme_nav_cat_item_list {
	list-style: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.theme_nav_cat_item_list a {
	display: block;
    padding: 10px 10px;
    color: #fff;
    font-size: 12px;
}

.theme_nav_cat_link {
	padding: 8px 25px;
    display: inline-block;
    color: var(--white);
    transition: all .3s ease-in-out;
    width: 100%;
    font-size: 12px;
}

.theme_nav_cat_link:hover,
.theme_nav_cat_link:focus {
	text-decoration: none;
    color: var(--white);
    background-color: var(--themeColor);
}

/***
**** THEME FOOTER
***/
.theme_footer_section {
	padding: 30px 0;
    background-color: #242424;
}

.theme_footer_section .page-builder-layout-column-wrap {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

@media screen and (max-width: 991px) {
    .theme_footer_section .page-builder-layout-column-wrap {
    	grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .theme_footer_section .page-builder-layout-column-wrap {
    	grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .theme_footer_section .page-builder-layout-column-wrap {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.theme_footer_section .links-list-module .heading {
	text-transform: uppercase;
    color: #ed1c24;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.theme_footer_section .links-list-module .heading::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path fill="red" d="M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"/></svg>');
    position: absolute;
    left: 0;
    top: 2px;
    /*filter: grayscale(1) invert(1);*/
}

.theme_footer_section .links-list li {
	margin-bottom: 15px;
    color: #fff;
}

.dealer-address-module address {
	color: #fff;
}

.theme_footer_section .links-list li:last-child {
	margin-bottom: 0;
}

.theme_footer_section .links-list li a {
	color: var(--white);
    transition: all .3s ease-in-out;
    position: relative;
}

.theme_footer_section .links-list li a::before {
	content: "";
    width: 0px;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.theme_footer_section .links-list li a:hover {
	text-decoration: none;
    color: var(--white);
    padding-left: 15px;
}

.theme_footer_section .links-list li a:hover::before {
	width: 5px;
    opacity: 1;
}

.theme_powered {
    background-color: #ed1c24;
	padding: 10px 0;
    border-top: 1px solid var(--gray100);
}

@media screen and (max-width: 495px) {
    .theme_powered {
    	padding: 15px 0;
    }
}

.theme_powered .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 495px) {
    .theme_powered .page-builder-layout-column-wrap {
    	flex-direction: column;
        grid-gap: 20px;
    }
}

.theme_powered .powered-by-rp-module .powered-by {
	color: var(--white);
}

.theme_powered .powered-by-rp-module .powered-by:hover {
	text-decoration: none;
}

.theme_powered .payments-accepted img {
	margin-bottom: 0;
}

.theme_subscribe_section {
	background-image: url(https://cdn.revolutionparts.io/da294a949593185f40ff41bc8060abad/design/img/subsbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 15px 0;
}

.theme_subscribe_section .theme_social_link {
	background-color: var(--white);
    width: 40px;
    height: 40px;
}

.theme_subscribe_section .theme_social_link:hover {
	background-color: var(--themeColor);
}

.theme_subscribe_section .theme_social_link svg path {
	fill: var(--darkGray);
}

.theme_subscribe_section .theme_social_link:hover svg path {
	fill: var(--white);
}

.theme_subscribe_section .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1100px) {
    .theme_subscribe_section .page-builder-layout-column-wrap {
    	flex-direction: column;
        grid-gap: 30px;
    }
}

.theme_subscribe_section .newsletter-signup-module.newsletter-inline,
.theme_subscribe_section .newsletter-signup-module.newsletter-inline .input-custom,
.theme_subscribe_section .newsletter-signup-module.newsletter-inline .input-custom input {
	margin: 0;
}

.theme_subscribe_section .newsletter-signup-module.newsletter-inline {
	grid-gap: 25px;
}

@media screen and (max-width: 991px) {
    .theme_subscribe_section .newsletter-signup-module.newsletter-inline {
    	flex-direction: column;
        grid-gap: 15px;
    }
}

.theme_subscribe_section .newsletter-signup-module.newsletter-inline,
.theme_subscribe_section .newsletter-signup-module.newsletter-inline .input-custom {
	display: flex;
    align-items: center;
}

.theme_subscribe_section .newsletter-signup-module.newsletter-inline .newsletter-main-text {
	font-family: var(--themeFont);
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
}

.theme_subscribe_section .newsletter-signup-module.newsletter-inline .input-custom {
	width: auto;
}

.theme_subscribe_section .newsletter-signup-module.newsletter-inline .input-custom input {
	width: 350px;
    max-width: 100%;
    height: 40px;
    border: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (max-width: 450px) {
    .theme_subscribe_section .newsletter-signup-module.newsletter-inline .input-custom input {
    	width: auto;
    }
}

.theme_subscribe_section .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button {
	background-color: var(--themeColor);
    font-family: var(--themeFont);
    font-weight: 500;
    height: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0;
}

/***
**** THEME SLIDER
***/
.main--slider-bg img {
    height: 550px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .main--slider-bg img {
    	height: 250px;
    }
}

@media screen and (max-width: 500px) {
    .main--slider-bg img {
    	height: 150px;
    }
}

.theme_slider_section {
	position: relative;
}

.theme_vehicle_picker {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .theme_vehicle_picker {
    	position: initial;
        padding-left: 0;
        padding-right: 0;
    }
}

.theme_vehicle_picker .vehicle-picker-module {
	position: relative;
    z-index: 1;
    max-width: 300px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 20px 30px;
}

@media screen and (max-width: 767px) {
    .theme_vehicle_picker .vehicle-picker-module {
    	max-width: 100%;
    }
}

.theme_vehicle_picker .vehicle-picker-module .header-text {
	color: var(--white);
    font-size: 30px;
    font-family: var(--themeFont);
    text-transform: uppercase;
    text-align: left;
}

.theme_vehicle_picker .vehicle-picker-module .header-text:after {
	content: 'OVER 120,000 AUTOMOTIVE AND TRUCK PARTS';
    margin-top: 10px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.theme_vehicle_picker .vehicle-picker-module .vpicker_buttons li.vpicker_button {
	height: 50px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.theme_vehicle_picker .vehicle-picker-module .vpicker_buttons li.vpicker_button a:hover,
.theme_vehicle_picker .vehicle-picker-module .vpicker_buttons li.vpicker_button a:focus {
	text-decoration: none;
}

.theme_vehicle_picker .vehicle-picker-module .vpicker_buttons li.vpicker_button .dropdown {
	top: 15px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray100);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.theme_vehicle_picker .call-to-action-button {
	height: 50px;
    background-color: var(--themeColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--themeFont);
    border-radius: 5px;
}

.theme_vehicle_picker .call-to-action-button:hover,
.theme_vehicle_picker .call-to-action-button:focus {
	background-color: var(--themeColor);
    opacity: 1;
}

#main--slider .owl-nav {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

#main--slider .owl-nav.disabled {
	display: none;
}

#main--slider .owl-prev,
#main--slider .owl-next {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.5);
}

.theme_arrow svg {
	font-size: 18px;
}

.main--slider-content-box {
	position: absolute;
    left: 15px;
    right: 15px;
    top: 50px;
    display: flex;
    align-items: center;
    padding-left: calc(320px + (430 - 320) * ((100vw - 768px) / (1900 - 768)));
}

@media screen and (max-width: 767px) {
    .main--slider-content-box {
    	padding-left: 0;
        top: 20px;
    }
}

.main--slider-content {
	background-color: rgba(0,0,0,0.6);
    display: inline-block;
    padding: 15px 15px;
}

.main--slider-content p {
	margin-bottom: 0;
}
.main--slider-content h2 {
	color: #fff;
    font-size: 14px;
}

/***
**** THEME SPOTLIGHT
***/
.theme_shop_cat_section {
	background-color: #242424;
}

.theme_spotlight_section {
	padding: 20px 0;
    background-color: #242424;
}

.theme_spotlight_list {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 0;
    list-style: none;
}

@media screen and (max-width: 1130px) {
    .theme_spotlight_list {
    	grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
}

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

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

.theme_spotlight_link:hover,
.theme_spotlight_link:focus {
	text-decoration: none;
}

.theme_spotlight_card {
	display: flex;
    align-items: center;
    grid-gap: 15px;
}

.theme_spotlight_icon {
    background-color: #ed1c24;
	width: 70px;
    height: 70px;
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
}

.theme_spotlight_icon svg {
	font-size: 30px;
}

.theme_spotlight_icon svg path {
	fill: var(--white);
}

.theme_spotlight_content h4 {
	text-transform: uppercase;
    font-size: 14px;
    color: var(--white);
    margin-bottom: 5px;
}

.theme_spotlight_content p {
	margin-bottom: 0;
    color: #adadad;
    font-size: 14px;
}

/***
**** THEME CATEGORIES 01
***/
.theme_cat_01_list {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 0;
    list-style: none;
}

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

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

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

.theme_cat_01_card {
	position: relative;
}

.theme_cat_01_card:hover .theme_cat_01_img::before {
	opacity: 0;
    visibility: hidden;
}

.theme_cat_01_card:hover .theme_cat_01_info {
	display: none;
}

.theme_cat_01_card:hover .theme_cat_01_button a {
	display: inline-block;
}

.theme_cat_01_img {
	position: relative;
}

.theme_cat_01_img img {
	width: 100%;
}

.theme_cat_01_img::before {
	content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease 0s;
}

.theme_cat_01_content {
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 990;
}

.theme_cat_01_button {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
}

.theme_cat_01_button a {
    text-transform: uppercase;
    color: var(--white);
    background-color: #ed1c24;
    padding: 15px 30px;
    border-radius: 50px;
    display: none;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .theme_cat_01_button a {
    	display: inline-block;
    }
}

.theme_cat_01_button a:hover,
.theme_cat_01_button a:focus {
	text-decoration: none;
}

.theme_cat_01_info {
	text-align: center;
    color: var(--white);
}

.theme_cat_01_info h3 {
	font-size: 24px;
    text-transform: uppercase;
}

.theme_cat_01_info p {
	margin-bottom: 0;
}

.theme_cat_02_list {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
    margin-bottom: 0;
    grid-gap: 30px;
    position: relative;
}

.theme_cat_02_list .owl-prev,
.theme_cat_02_list .owl-next {
	position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.theme_cat_02_list .owl-prev {
	left: -25px;
}

@media screen and (max-width: 767px) {
	.theme_cat_02_list .owl-prev {
        left: 0;
    }
}

.theme_cat_02_list .owl-next {
	right: -25px;
}

@media screen and (max-width: 767px) {
	.theme_cat_02_list .owl-next {
        right: 0;
    }
}

.theme_cat_02_list:hover .theme_arrow_02 {
	display: flex;
}

.theme_arrow_02 {
	width: 50px;
    height: 50px;
    border: 1px solid var(--gray100);
    background-color: var(--white);
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    display: none;
}

@media screen and (max-width: 767px) {
    .theme_arrow_02 {
    	display: flex;
    }
}

.theme_arrow_02:hover {
	background-color: var(--themeColor);
}

.theme_arrow_02:hover svg path {
	fill: #fff;
}

.theme_cat_02_card {
	background-color: var(--white);
    border: 1px solid #e5e5e5;
    padding: 30px 10px 30px;
}

.theme_cat_02_card:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}

.theme_cat_02_img img {
	width: auto !important; 
    margin: 0 auto;
}

.theme_cat_02_img {
	margin-bottom: 20px;
}

.theme_cat_02_card h3 {
	text-align: center;
    color: var(--black);
    text-transform: uppercase;
    font-size: 14px;
}

.theme_cat_02_item_link:hover,
.theme_cat_02_item_link:focus {
	text-decoration: none;
}


/***
**** THEME LEFT PANEL
***/
.left_panel::-webkit-scrollbar {
    width: 4px;
}
 
.left_panel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}
 
.left_panel::-webkit-scrollbar-thumb {
  background-color: var(--themeColor);
  outline: 1px solid slategrey;
}

.left_panel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    background-color: var(--white);
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9999;
    transform: translateX(-1000px);
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .left_panel {
    	width: 85%;
    }
}

.left_panel_close {
    cursor: pointer;
	width: 40px;
    height: 40px;
    position: absolute;
    top: 6px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_panel_child_header {
	display: none;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.left_panel_child_title {
	margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    margin-right: 40px;
}

.left_panel_child_link {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    color: var(--darkGray);
    font-weight: 400;
}

.left_panel_child_link:hover, .left_panel_child_link:focus {
	color: #E61464;
    text-decoration: none;
}

.left_panel_child_back_button {
	font-size: 14px;
    color: var(--darkGray);
}

.left_panel_child_list {
	list-style: none;
    margin-bottom: 0;
}

.left_panel_child_back_button:hover {
	text-decoration: none;
    color: #E61464;
}

.left_panel_list {
	margin-bottom: 0;
    list-style: none;
}

.left_panel_item {
	margin-bottom: 15px;
}

.left_panel_item:last-child {
	margin-bottom: 0;
}

.openChild .left_panel_item {
	margin-bottom: 0;
}

.left_panel_link {
	display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: var(--darkGray);
    font-weight: 400;
}

.left_panel_link:hover, .left_panel_link:focus {
	text-decoration: none;
    color: var(--themeColor);
}

.left_panel_content_wrapper  h3 {
	font-weight: 600;
}

.left_panel_child_wrapper {
	display: none;
}

.left_panel_close svg path {
	fill: var(--darkGray);
}

.openChild .left_panel_content_wrapper h3, .openChild .left_panel_link {
	display: none;
}

.left_panel_content_wrapper h3 {
	margin-bottom: 20px;
    color: var(--darkGray);
}

.openChild .left_panel_header .links-list-module {
	display: none;
}

.openChildActive .left_panel_child_wrapper {
	display: block;
    animation: show-from-right .6s ease;
}

.openChild .left_panel_header_list {
	display: none !important;
}

.openChild .left_panel_child_header {
	display: flex;
    animation: show-from-right .6s ease;
}

.left_panel_header_list .left_panel_header_item:nth-child(4) {
    margin-top: 10px;
	padding: 15px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid var(--black);
}

@keyframes show-from-left {
	0%, 50% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes show-from-right {
	0%, 50% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.left-panel-show .left_panel .left_panel_header {
	animation: show-from-left .6s ease;
}

.left-panel-show .left_panel .left_panel_content {
	animation: show-from-left .7s ease;
    margin-bottom: 30px;
}

.left-panel-show .left_panel .left_panel_footer {
	animation: show-from-left .8s ease;
}

.left_panel_overlay {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    display: none;
    z-index: 999;
}

body.left-panel-show {
	overflow: hidden;
}

.left-panel-show .left_panel {
	transform: translateX(0);
}

.left-panel-show .left_panel_overlay {
	display: block;
}

.left_panel .container-wrap {
	padding: 0 15px !important;
    height: 100%;
}

.left_panel_header .left_panel_header_list, .left_panel_content .links-list, .left_panel_footer .links-list {
	display: inline-block;
    width: 100%;
}

.left_panel_header .left_panel_header_list, .left_panel_content .links-list {
	margin-bottom: 20px;
    list-style: none;
}

.left_panel_content .left_panel_header_list {
	padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.left_panel_header .left_panel_header_list li:nth-child(4) a {
	background: var(--themeColor);
    color: var(--white);
    text-align: center;
    border-radius: 5px;
    width: 170px;
}

.left_panel_header .left_panel_header_list li:nth-child(4) a:hover,
.left_panel_header .left_panel_header_list li:nth-child(4) a:focus {
	background: var(--themeColor);
    opacity: 1;
    color: var(--white) !important;
}

.left_panel_header .left_panel_header_list a, .left_panel_content .links-list a, .left_panel_footer .links-list a {
    display: inline-block;
	width: 100%;
    padding: 10px 0px;
    font-size: 14px;
    color: var(--darkGray);
    font-weight: 400;
    
}

@media screen and (max-width: 767px) {
	.left_panel_header .left_panel_header_list a, .left_panel_content .links-list a, .left_panel_footer .links-list a {
    	font-size: 14px;
    }
}

.left_panel_header .left_panel_header_list a:hover, .left_panel_content .links-list a:hover, .left_panel_footer .links-list a:hover,
.left_panel_header .left_panel_header_list a:focus, .left_panel_content .links-list a:focus, .left_panel_footer .links-list a:focus {
	text-decoration: none;
    color: var(--themeColor);
    opacity: 1;
}

.left_panel_content .heading {
	padding: 10px 10px;
}
.page-builder-layout-section.text-color-dark.normal-content {
    background-color: white;
}
.selected-vehicle-tile {
    /*background-color: #383838!important;*/
    font-size: .9rem;
    font-weight: 700;
    padding: 1em;
}

#myVehicle {
    background-color: #383838!important; }

.dealer-store-name.dealer-name {
  color: #ed1c24 !important;
  font-family: 'Rubik', sans-serif !important;
  font-size: 18px !important;
}

/* START Home Page Popular Brands */
#page-home .popularBrands {
    padding: 20px;
}
@media (max-width: 565.98px) {
    #page-home .popularBrands {
        padding-right: 0;
        padding-left: 0;
    }
}
#page-home .popularBrands > h2 {
    color: #333;
	font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}
#page-home .popularBrands > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0; 
    margin: 0;
}
#page-home .popularBrands > ul > li {
    width: 240px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 24px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 260px;
    position: relative;
}
#page-home .popularBrands ul li > .imageWrap {
    margin-bottom: 20px;
    flex: 1;
    display: flex;
    align-items: center;
}
#page-home .popularBrands ul li .imageWrap > img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#page-home .popularBrands ul li > p {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
#page-home .popularBrands ul li > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#page-home .popularBrands ul li:hover {
	border-color: #e23b26;
}
#page-home .popularBrands ul li:hover > p {
    color: #e23b26 !important;
}
@media (max-width: 565.98px) {
    #page-home .popularBrands > ul {
    	gap: 15px;
    }
    #page-home .popularBrands > ul > li {
    	width: 47%;
        height: 180px;
    }
}
#page-home .themeCatListContentLink {
	text-align: center;
    margin-top: 50px;
}
#page-home .themeCatListContentLink > a {
	background-color: #ed1c24;
    border-radius: 1px;
    padding: 12px 20px;
    color: #fff;
    transition: all .3s ease-in-out;
    font-weight: 500;
    font-size: 16px;
}
/* END of Home Page Popular Brands */