/* begin fix the thumbnail arrows */
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-next, 
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-prev {
     height: 60px;
padding: 0;
}
/* end fix the thumbnail arrows */

/* begin bproauto dseo banner css */

.v-pc {
	display: block !important;
}

@media screen and (max-width: 767px) {
    .v-pc {
    	display: none !important;
    }
}

.v-sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
    .v-sp {
    	display: block !important;
    }
}

.d-none-cat {
  display:none;
}

.moparContentWrapper {
	display: flex;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .moparContentWrapper {
    	flex-direction: column;
    }
}

.moparContentImg {
	flex: 0 0 30%;
    max-width: 30%;
}

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

.moparContentImg img {
	width: 100%;
    height: 200px;
    object-fit: contain;
}

.moparContentDesc ul {
	padding-left: 40px;
}
/* end bproauto dseo banner css */

/* gear pages */
.themeGearBanner .banner-vpicker-module .slider .rslides_container .rslides {
	padding-left: 0 !important;
}

.themeGearBanner .banner-vpicker-module .slider-overlay-wrap .slider-overlay-inner-wrap {
	max-width: var(--themeContainer);
    padding-left: 20px;
    padding-right: 20px;
}

.themeGearBanner .banner-vpicker-module .banner-overlay-content {
	left: 20px;
    right: 20px;
}

.themeGearBanner .banner-vpicker-module .banner-overlay-content .header-text {
	text-transform: uppercase;
    margin-bottom: 20px;
}

.themeGearBanner .banner-vpicker-module .banner-overlay-content .header-text,
.themeGearBanner .banner-vpicker-module .banner-overlay-content .custom_content {
	text-align: left;
}

.themeGearBanner .banner-vpicker-module .banner-overlay-content .custom_content {
	font-size: 14px;
    font-weight: 400;
}

.themeGearListIcons {
	padding: 30px 0;
    background-color: var(--themeColor);
}

.themeGearListIcons .links-list {
	display: flex !important;
    list-style: none !important;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding-left: 0 !important;
}

@media screen and (max-width: 650px) {
    .themeGearListIcons .links-list {
    	flex-direction: column;
        gap: 20px;
    }
}

.themeGearListIcons .links-list li {
	color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    padding-left: 30px;
}

@media screen and (max-width: 650px) {
    .themeGearListIcons .links-list li {
    	font-size: 14px;
    }
}

.themeGearListIcons .links-list li::before {
	content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.themeGearListIcons .links-list li:nth-child(1)::before {
	background-image: url(https://cdn.revolutionparts.io/23908d49235005b9c1c9e417b84fee8e/design/icons/icon01.png);
}

.themeGearListIcons .links-list li:nth-child(2)::before {
	background-image: url(https://cdn.revolutionparts.io/23908d49235005b9c1c9e417b84fee8e/design/icons/icon02.png);
}

.themeGearListIcons .links-list li:nth-child(3)::before {
	background-image: url(https://cdn.revolutionparts.io/23908d49235005b9c1c9e417b84fee8e/design/icons/icon03.png);
}

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

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

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

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

.themeGearCollectionList a:hover .themeGearCollectionImg img {
	transform: scale(1.1);
}

.themeGearCollectionCard {
	border: 1px solid #ccc;
}

.themeGearCollectionImg {
	padding: 20px 20px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.themeGearCollectionImg img {
	transition: all .3s ease-in-out;
    width: auto !important;
}

.themeGearCollectionCard p {
	margin-bottom: 0;
    padding: 10px 10px;
    background-color: var(--themeColor);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

/* CATALOG */

#layout_catalog .catalog-products {
	margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media screen and (max-width: 991px) {
    #layout_catalog .catalog-products {
    	grid-template-columns: repeat(3, 1fr);
    }
}

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

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

#layout_catalog .catalog-product {
	margin-left: 0;
    margin-right: 0;
    border: 1px solid #cfcfcf;
    padding: 20px 20px
}

#layout_catalog .search-listing-module .catalog-product .product-image-col>a {
	height: 180px;
}

#layout_catalog .search-listing-module .catalog-product .product-image-col>a img {
	height: 100%;
}

#layout_catalog .category-children-module .simple-list {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 15px;
}

@media screen and (max-width: 1000px) {
    #layout_catalog .category-children-module .simple-list {
    	grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 850px) {
    #layout_catalog .category-children-module .simple-list {
    	grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    #layout_catalog .category-children-module .simple-list {
    	grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    #layout_catalog .category-children-module .simple-list {
    	grid-template-columns: repeat(1, 1fr);
    }
}

#layout_catalog .category-children-module .simple-list li {
	margin-top: 0;
}

#layout_catalog .category-children-module .simple-list a {
	display: block;
    text-align: center;
    padding: 10px 10px;
    border-radius: 4px;
    background-color: var(--themeColor);
    color: #fff;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

#layout_catalog .category-children-module .simple-list a:hover,
#layout_catalog .category-children-module .simple-list a:focus {
	text-decoration: none;
    opacity: .8;
}

/* END OF CATALOG */


#yotpo_testimonials_btn{
 font-size:120px;
    
}

.yotpo_testimonials_btn {
    color:red;
}

.promotional-banner-wrap {
  background-color: #0066CC !important;
}

.promotional-banner-text {
  color: white;
  font-size: 16px !important;
}

.promotional-banner-link {
  color: white !important;
}

.HOME_SEO {
    font-size: 15px;
}

/*--- Dynamic Content Pages ---*/
body {
    background-color: #fff;
    color: #383838;
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/*--- General Fixes ---*/

ul {
  padding-left: 30px;
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}

/* Help Module */
.contact-section.section-heading.help-section-expand {
    display: none!important;
}

.address-section.section-heading {
    display: none;
}

.help-modal .help-columns .section-heading .help-inner-list p:after {
    right: 0px;
}









/* Vehicle picker links to buttons 092023*/
.oem-vehicle-picker-module .vehicle-column.non-year {
	width:40%;
	margin-right:3%;
}
.oem-vehicle-picker-module .vehicle-column ul {
    width: 100%;
}
.oem-vehicle-picker-module .vehicle-column ul li {
	width: 100%;
	margin:0 15px 15px 0
}
.oem-vehicle-picker-module .vehicle-column ul li a {
	border: 1px solid #1c69d3;
	padding: 12px;
	width: 100%;
	background-color:#0F6BB3;
	border-radius:5px;
    color: white;
}
.oem-vehicle-picker-module .vehicle-column ul li a:hover {
	border: 1px solid #1c7afc;
	padding: 12px;
	width: 100%;
	background-color:#1c69d3;
	border-radius:3px;
	color: white;
}
@media only screen and (max-width:767px) {
    .oem-vehicle-picker-module .vehicle-column ul {
        width: 100%;
    }
}


/* Interior Header - Blog 091923 */
.interior-header {
    text-align: center;
    padding: 1rem 0;
}
.interior-header img {
    max-width: 520px!important;
    margin-bottom: 1rem;
}

.interior-header img {
        max-width: 100%;
}
    
.interior-header h1 {
    font-size: 2.5rem;
    color: #0F6BB3;
    font-weight: bold;
}

.interior-header em {
    font-size: 16px!important;
}

/* PAGE: News (Affiliate Articles)
=============================================================================== */
.news-block .col-md-9 .page-builder-layout-column-wrap {
    display: flex;
    align-items: center;
}

.news-block {
    border-bottom: 2px dotted #d7d7d7;
}

.news-block a {
    font-size: 1.5rem;
    color: #0075c1;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    line-height: 1.2;

    /* temp */
    margin: 0;
}

#layout_page ul {
	list-style: disc;
    padding-left: 20px;
}





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

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

/***
**** THEME GLOBAL
***/
:root {
    --black: #000;
    --themeColor: #0F6BB3;
    --themeRed: #FF0000;
    --darkGray: #282828;
    --gray500: #666666;
    --gray100: #ebe8e8;
    --white: #fff;
    --themeFont: 'Inter', sans-serif;
    --themeContainer: 1680px;
}

body, html {
	font-family: var(--themeFont) !important;
    font-size: 14px;
    color: var(--gray500);
}

ul {
	list-style: none;
    padding-left: 0;
}

.padding_section {
	padding: 60px 0;
}

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

.ov-hidden {
	overflow: hidden;
}

.yotpo.testimonials {
	z-index: 99 !important;
    display: none !important;
} 

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

.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_title {
	margin-bottom: 30px;
    text-align: center;
}

.theme_title h3 {
    display: inline-block;
    position: relative;
	margin-bottom: 0;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

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

.theme_title h3::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background-color: var(--themeColor);
    margin: auto;
}

.page-subheader-module,
.product-breadcrumbs-module {
	padding: 15px 0;
}

#layout_search .search-listing-module .catalog-products {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

@media screen and (max-width: 1000px) {
    #layout_search .search-listing-module .catalog-products {
    	grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 30px;
    }
}


@media screen and (max-width: 767px) {
    #layout_search .search-listing-module .catalog-products {
    	grid-template-columns: repeat(1, 1fr);
    }
}

#layout_search .search-listing-module .catalog-product {
	padding: 15px 15px;
    border: 1px solid #cfcfcf;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 1241px) {
    #layout_search .search-listing-module .catalog-product {
    	display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .search-listing-module .catalog-product .product-image-col,
    .search-listing-module .catalog-product .product-details-col,
    .search-listing-module .catalog-product .add-to-cart-col {
    	width: 100%;
        padding: 0;
    }
}

.search-listing-module .catalog-product .product-purchase-button .place-order-button {
    width: 100%;
    padding: 15px 10px;
}

#layout_search .search-listing-module .catalog-product .add-to-cart-col {
	padding-left: 0;
    padding-right: 0;
    margin-block-start: auto;
}

#layout_dynamic-seo .catalog-products .row:after,
#layout_search .catalog-products .row:after{
	display: none;
}

#layout_dynamic-seo .vehicle-picker-dropdown-module .vehicle-picker-dropdown .dropdown-menu ul {
	padding-left: 0;
}

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

html body .action-button.place-order-button:hover,
html body .action-button.place-order-button:focus {
	background-color: var(--themeColor);
    opacity: .8;
}

.search-listing-module .search-pagination {
	margin-top: 20px;
}

.search-listing-module .search-pagination .pagination-label {
	display: none;
}

.search-listing-module .search-pagination ul.paginator {
	display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.search-listing-module .search-pagination a {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    font-size: 10px;
}

.search-listing-module .search-pagination a.active {
	background-color: var(--themeColor);
    color: var(--white);
}

.search-listing-module .catalog-product .add-to-cart-col .cannot-purchase {
	color: #737373;
    cursor: default;
    margin-top: 2px;
    text-transform: uppercase;
    white-space: break-spaces;
    font-size: 10px;
    display: flex;
    align-items: center;
    word-break: break-all;
}

#mobile-filters-button {
	top: 75px;
}

.search-listing-module .catalog-product .product-details-col .product-title {
	font-size: 18px;
}

.search-listing-module .catalog-product .product-more-info {
	font-size: 14px;
}

.search-listing-module .catalog-product .list-price {
	font-size: 16px;
}

.search-listing-module .catalog-product .sale-price {
	font-size: 18px;
}

#layout_dynamic-seo ul {
	padding-left: 20px;
}

#layout_dynamic-seo .vehicle-picker-dropdown-module,
#layout_search .vehicle-picker-dropdown-module {
	display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	#layout_dynamic-seo .vehicle-picker-dropdown-module,
    #layout_search .vehicle-picker-dropdown-module {
    	flex-direction: column;
    }
}

#layout_dynamic-seo .vehicle-picker-dropdown-module .header-text,
#layout_search .vehicle-picker-dropdown-module .header-text {
	margin-bottom: 0;
}

#layout_dynamic-seo .vehicle-picker-dropdown,
#layout_search .vehicle-picker-dropdown {
	flex: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 600px) {
	#layout_dynamic-seo .vehicle-picker-dropdown,
    #layout_search .vehicle-picker-dropdown {
    	grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 450px) {
	#layout_dynamic-seo .vehicle-picker-dropdown,
    #layout_search .vehicle-picker-dropdown {
    	grid-template-columns: repeat(1, 1fr);
    }
}

#layout_dynamic-seo .vehicle-picker-dropdown-module .vehicle-picker-dropdown .dropdown,
#layout_search .vehicle-picker-dropdown-module .vehicle-picker-dropdown .dropdown {
	margin: 0;
}

#layout_dynamic-seo .catalog-products {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 30px;
    display: grid;
}

@media screen and (max-width: 1000px) {
    #layout_dynamic-seo .catalog-products {
    	grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    #layout_dynamic-seo .catalog-products {
    	grid-template-columns: repeat(1, 1fr);
    }
}

#layout_dynamic-seo .catalog-product {
	border: 1px solid #cfcfcf;
    padding: 15px 15px;
    margin: 0;
    display: flex;
   	flex-direction: column;
    gap: 20px;
}

#layout_dynamic-seo .catalog-product.hide {
	display: none;
}

#layout_dynamic-seo .catalog-product.flex {
	display: flex !important;
}

.search-listing-module .catalog-product .product-image-col,
.search-listing-module .catalog-product .product-details-col,
.search-listing-module .catalog-product .add-to-cart-col {
	width: 100%;
    padding: 0
}

@media screen and (max-width: 1241px) {
    #layout_dynamic-seo .catalog-product {
    	display: flex;
        flex-direction: column;
        gap: 15px;
    }
}

#layout_dynamic-seo .search-listing-module .catalog-product .add-to-cart-col {
	padding-left: 0;
    padding-right: 0;
    margin-block-start: auto;
}

@media screen and (max-width: 767px) {
    .product-purchase-module {
    	margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .product-fitment-module .fitment-table-wrap {
    	overflow: auto;	
    }
    
	.product-fitment-module .fitment-table-wrap .fitment-table {
		width: 1000px;
	}
}

.theme_load_more {
	text-align: center;
    margin-top: 30px;
}

#theme_load_more {
	display: inline-block;
    padding: 12px 20px;
    background-color: var(--themeColor);
    color: var(--white);
    width: 300px;
    text-align: center;
    border: 0;
}

#theme_load_more:hover,
#theme_load_more:focus {
	text-decoration: none;
}

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

/*
	PRODUCT TAB
*/
.product_tab_list {
	margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    margin-top: 30px;
}

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

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

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

.product_tab_list_link {
	display: inline-block;
    padding: 15px 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #E7E7E7;
    color: #969696;
    border-top: 2px solid transparent;
    width: 100%;
}

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

.product_tab_list_item.active .product_tab_list_link {
	border-top: 2px solid var(--themeColor);
    background-color: #fff;
    color: #000;
}

.product_tab_content {
	padding: 15px 15px;
    background-color: #E7E7E7;
}

/***
**** THEME HEADER
***/
.theme_main_header .store-logo-module .store-logo-link img {
	max-height: 100%;
    margin: 0;
    object-fit: contain;
    width: 300px;
}

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

@media screen and (max-width: 500px) {
    .theme_main_header .store-logo-module .store-logo-link img {
    	width: 160px;
    }
}

.theme_main_header .page-builder-layout-row {
	display: inherit;
    width: auto;
}

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

.theme_main_header .container-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.theme_code_mobile_section {
	padding: 10px 0;
    background-color: #f2f2f2;
    display: none;
}

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

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

@media screen and (max-width: 767px) {
    .theme_code_mobile_section .theme_use_code {
    	flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

.theme_code_mobile_section .theme_use_code h4 {
	color: var(--themeRed);
    font-weight: 700;
}

@media screen and (max-width: 500px) {
    .theme_code_mobile_section .theme_use_code h4 {
    	font-size: 12px;
    }
}

.theme_code_mobile_section .theme_use_code h4,
.theme_code_mobile_section .theme_use_code p {
	margin-bottom: 0;
}

.theme_code_mobile_section .theme_use_code p {
	font-size: 12px;
    font-style: italic;
}

@media screen and (max-width: 500px) {
    .theme_code_mobile_section .theme_use_code p {
    	font-size: 10px;
    }
}

@media screen and (max-width: 1139px) {
    .theme_main_header .theme_use_code {
    	display: none;
    }
} 

.theme_main_header .theme_use_code h4 {
	font-weight: 700;
    color: var(--themeRed);
    margin-bottom: 5px;
    font-size: 16px;
}

.theme_main_header .theme_use_code p {
	font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
    color: var(--black);
}

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

@media screen and (max-width: 500px) {
    .theme_logo_wrapper .page-builder-layout-column-wrap {
    	gap: 0;
    }
}

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

.theme_account_wrapper #action_account,
.theme_main_nav #action_account {
	padding-left: 0;
    width: auto;
}

.theme_account_wrapper #action_account .design-text,
.theme_main_nav #action_account .design-text {
	display: none;
}

.theme_account_wrapper #action_account .your-account {
	background-color: var(--white);
    padding: 10px 10px;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    color: var(--darkGray);
}

@media screen and (max-width: 500px) {
    .theme_account_wrapper #action_account .your-account {
    	font-size: 10px;
    }
}

.theme_main_nav #action_account .your-account {
	background-color: transparent;
    padding: 0;
    color: var(--darkGray);
}

.theme_account_wrapper #action_account .your-account:hover {
	background-color: var(--gray100);
}

.theme_account_wrapper #action_account .your-account i,
.theme_main_nav #action_account .your-account i {
	display: none;
}

.theme_account_wrapper #action_account .your-account .theme_user_icon svg,
.theme_main_nav #action_account .your-account .theme_user_icon svg {
	width: 22px;
    fill: var(--themeColor);
}

.theme_account_wrapper .cart-component .cart-button {
	padding: 10px 10px;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: var(--white);
}

.theme_main_nav .cart-component .cart-button {
	background-color: transparent;
    padding: 0;
}

.theme_account_wrapper .cart-component .cart-button:hover {
	background-color: var(--gray100);
}

.theme_account_wrapper .cart-component .cart-button .cart-wrapper,
.theme_main_nav .cart-component .cart-button .cart-wrapper {
    display: flex;
    flex-direction: column;
}

.theme_account_wrapper .cart-component,
.theme_main_nav .cart-component {
	min-width: auto;
}

/*.theme_account_wrapper .cart-component .cart-button .cart-wrapper .cart-icon,
.theme_main_nav .cart-component .cart-button .cart-wrapper .cart-icon {
	display: none;
}*/

.theme_account_wrapper .cart-component .cart-button .cart-icon .fa,
.theme_main_nav .cart-component .cart-button .cart-wrapper .cart-icon .fa{
	display: none;
}

.theme_account_wrapper .cart-component .cart-button .cart-items,
.theme_main_nav .cart-component .cart-button .cart-items {
	left: 20px;
    top: -25px;
}

.theme_account_wrapper .cart-component .cart-button .cart-wrapper .cart_icon svg,
.theme_main_nav .cart-component .cart-button .cart-wrapper .cart_icon svg {
	fill: var(--themeColor);
    font-size: 18px;
    position: relative;
    top: -2px;
}

.theme_account_wrapper .cart-component .cart-button .cart-wrapper .cart_icon,
.theme_main_nav .cart-component .cart-button .cart-wrapper .cart_icon {
	height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_account_wrapper .cart-component .cart-button .cart-text,
.theme_main_nav .cart-component .cart-button .cart-text {
	color: var(--darkGray);
    text-transform: capitalize;
    font-weight: 300;
}

@media screen and (max-width: 500px) {
	.theme_account_wrapper .cart-component .cart-button .cart-text,
    .theme_main_nav .cart-component .cart-button .cart-text {
    	font-size: 10px;
    }
}

.theme_main_nav {
	background-color: #F5F5F5;
    padding: 15px 0;
}



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

@media screen and (max-width: 767px) {
    .theme_main_nav .page-builder-layout-column-wrap {
    	gap: 10px;
    }
}

.theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(4) {
	flex: 1;
}

.theme_main_nav .store-logo-module .image-logo {
	margin: 0;
    width: 200px;
}

.theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(7),
.theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(6),
.theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(2){
	display: none;
}

header.sticky .theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(7),
header.sticky .theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(6),
header.sticky .theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(2){
	display: block;
}

@media screen and (max-width: 1139px) {
	header.sticky .theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(2) {
    	display: none;
    }
}

.theme_hamburger_menu {
	cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    padding: 0 10px;
}

.theme_hamburger_menu svg {
	font-size: 20px;
    fill: var(--themeColor);
}

.theme_main_nav .main-search-wrapper input {
	border: 0;
    padding: 15px 15px 15px 45px;
    outline: none;
}

.theme_main_nav .search-bar-component button {
	right: auto;
    left: 0;
    background-color: transparent;
    color: var(--themeColor);
    outline: none;
}

.theme_main_nav .search-bar-component button i {
	font-size: 16px;
}

.theme_main_nav .garage-component.svg-icons {
	display: flex;
    align-items: center;
}

.theme_main_nav .garage-component.svg-icons .garage-icon {
    border-right: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    width: auto;
}

.theme_main_nav .garage-component.svg-icons .garage-icon svg {
	width: 22px;
}

.theme_main_nav .garage-component.svg-icons .garage-text-wrap i {
	color: var(--themeColor);
}

.theme_main_nav .garage-component.svg-icons .garage-icon svg path {
	fill: var(--themeColor);
}

.theme_main_nav .links-list a {
	display: flex;
    align-items: center;
    gap: 10px;
}

.theme_main_nav .links-list a i {
	position: relative;
    top: 2px;
}

header.container-header.sticky .theme_main_nav {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
    animation: top-bottom .5s;
}

.theme_vehicle_mobile_section .page-builder-layout-column-wrap {
	display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.theme_vehicle_mobile_section {
	padding: 20px 0;
    border: 1px solid #e5e5e5;
    position: relative;
}

.theme_vehicle_mobile_section::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 1px;
    height: 100%;
    margin: auto;
    background-color: #e5e5e5;
}

.theme_vehicle_mobile_section .garage-component.svg-icons .garage-icon {
	border-right: 0;
    padding-right: 0;
    width: auto;
}

.theme_vehicle_mobile_section .garage-component.svg-icons {
	height: auto;
}

.theme_vehicle_mobile_section .car-selected-module {
	text-align: center;
}

.theme_vehicle_mobile_section .garage-component.svg-icons .garage-icon svg {
	width: 20px;
}

.theme_vehicle_mobile_section .garage-component.svg-icons .garage-text {
	margin-left: 0;
    padding: 0;
}

@media screen and (max-width: 500px) {
    .theme_vehicle_mobile_section .garage-component.svg-icons .garage-text {
    	font-size: 10px;
    }
}

.theme_vehicle_mobile_section .links-list-module.links-display-block .links-list {
	display: flex !important;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 500px) {
    .theme_vehicle_mobile_section .links-list-module.links-display-block .links-list a {
    	font-size: 11px;
    }
}

/*
	LEFT PANEL
*/
.left_panel_wrapper .mobile-nav {
	list-style: none;
    margin-bottom: 0;
}

.left_panel_wrapper .mobile-nav a {
	padding: 10px 10px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--themeColor);
}

.left_panel_wrapper .mobile-nav a:hover,
.left_panel_wrapper .mobile-nav a:focus {
	text-decoration: none;
}

.left_panel_wrapper .mobile-dropdown-toggle,
.mobile-dropdown-toggle-child {
	justify-content: space-between;
}

.left_panel_wrapper .mobile-dropdown-toggle-child {
	padding: 10px 20px !important;
}

.menu-wrap li a {
	padding: 10px 30px !important;
}

.left_panel_wrapper .mobile-dropdown-toggle .fa,
.left_panel_wrapper .mobile-dropdown-toggle-child .fa {
	transition: all .3s ease-in-out;
}

.mobile-dropdown-toggle.active .fa,
.mobile-dropdown-toggle-child.active .fa {
	transform: rotate(180deg);
}

.left_panel_wrapper .mobile-nav-item.has-child {
	background-color: #F5F5F5;
    border-bottom: 1px solid #ccc;
}

.left_panel_wrapper .mobile-nav-item.has-child a {
	position: relative;
}

.left_panel_wrapper .mobile-nav-item.has-child .fa-chevron-down {
	position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

#mobile-menu {
	margin-top: 0 !important;
}

.mobile-mega-wrap, .menu-wrap {
	list-style: none;
}

.mobile-mega-wrap .mobile-nav-item {
    border-bottom: 1px solid #ccc;
}

.mobile-nav-item .fa {
	color: var(--themeColor);
}


.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: #fff;
    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: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.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: #000;
    font-weight: 400;
}

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

.left_panel_child_back_button {
	font-size: 14px;
    color: #000;
}

.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: #000;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .left_panel_link {
    	font-size: 14px;
    }
}

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

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

.left_panel_content_wrapper h3 {
	margin-bottom: 20px;
}

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

@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: 0px !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: #fff;
    text-align: center;
    border-radius: 25px;
    width: 170px;
}

.left_panel_header .left_panel_header_list li:nth-child(4) a:hover {
	background: var(--themeColor);
    opacity: 1;
    color: #fff !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: #000;
    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: 16px;
    }
}

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

/*
	theme banner free
*/
.theme_free_row {
	display: flex;
   	flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

@media screen and (max-width: 767px) {
    .theme_free_row {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        gap: 10px;
    }
}

.theme_free_col {
	padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 50%;
    max-width: 50%;
}

@media screen and (max-width: 767px) {
    .theme_free_col {
    	flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.theme_free_list {
	margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.theme_free_list a {
	color: var(--black);
}

.theme_free_list a:hover,
.theme_free_list a:focus {
	text-decoration: none;
    color: var(--black);
}

.theme_free_card {
	background-color: var(--white);
    border: 1px solid #D2D2D2;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 50px 30px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .theme_free_card {
    	padding: 20px 20px;
    }
}

.theme_free_card_img svg {
	fill: var(--themeColor);
    font-size: 40px;
}

@media screen and (max-width: 767px) {
    .theme_free_card_img svg {
    	font-size: 30px;
    }
}

.theme_free_card_content h4 {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .theme_free_card_content h4 {
    	font-size: 20px;
    }
}

.theme_free_card_content p {
	margin-bottom: 0;
}

.theme_free_slider {
	position: relative;
}

/*.theme_free_slider_img {
	display: flex;
    align-items: center;
}*/

.theme_free_slider_img img {
	width: 100%;
    height: calc(460px + (465 - 460) * ((100vw - 767px) / (1900 - 767)));
    object-fit: fill;
}

@media screen and (max-width: 767px) {
    .theme_free_slider_img img {
    	height: auto;
    }
}

.theme_free_slider_item p {
	margin-bottom: 0;
    font-size: 12px;
    margin-top: 8px;
    color: #767676;
}

.theme_free_slider .owl-dots {
	position: absolute;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 6px 15px;
    border-radius: 50px;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .theme_free_slider .owl-dots {
    	bottom: 50px;
    }
}

.theme_free_slider .owl-dot span {
	display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    border-radius: 20px;
}

.theme_free_slider .owl-dot.active span {
	background-color: var(--themeColor);
}

/*
	theme brand
*/
.theme_brand_list {
	margin-bottom: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.theme_brand_img {
	text-align: center;
}

.theme_brand_img img {
	height: 50px;
    object-fit: contain;
}

/*
	THEME TABS
*/

.theme_cat_tab_list {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    list-style: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

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

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

.theme_cat_tab_item.active .theme_cat_tab_link {
	border-bottom: 2px solid var(--themeColor);
    background-color: #fff;
    color: var(--themeColor);
}

@media screen and (max-width: 400px) {
    .theme_cat_tab_item.active .theme_cat_tab_link {
    	background-color: #ccc
        color: #fff;
    }
}

.theme_cat_tab_link {
    background-color: #F1F1F1;
	display: inline-block;
    width: 100%;
    padding: 15px 15px;
    text-align: center;
    font-size: 16px;
    color: var(--black);
    border-bottom: 2px solid transparent;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media screen and (max-width: 970px) {
    .theme_cat_tab_link {
    	padding: 10px 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}

.theme_cat_tab_link:hover, .theme_cat_tab_link:focus {
	color: var(--black) !important;
    text-decoration: none;
    
}

@media screen and (max-width: 400px) {
    .theme_cat_tab_link:hover, .theme_cat_tab_link:focus {
    	color: var(--themeColor) !important;
    }
}

.theme_cat_tab_content_list {
	display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    margin-bottom: 0;
}

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

.theme_cat_tab_content_img img {
	width: 100%;
    height: 250px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .theme_cat_tab_content_img img {
    	height: 150px;
    }
}

.theme_cat_tab_content_list a {
	position: relative;
}

.theme_cat_tab_content_list a:hover .theme_cat_tab_content_img img {
	transform: scale(1.1);
}

.theme_cat_tab_content_list a:hover p {
	border-bottom: 3px solid var(--themeColor);
}

.theme_cat_tab_content_img {
	position: relative;
    overflow: hidden;
}

.theme_cat_tab_content_img img {
	transition: all .3s ease-in-out;
}

.theme_cat_tab_content_list p {
	margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    display: inline-table;
    width: 100%;
    padding: 15px 15px;
    border-bottom: 3px solid transparent;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .theme_cat_tab_content_list p {
    	font-size: 12px;
    }
}

/* trending mopar */
.theme_trending_section .featured-products-module h2 {
	display: none;
}

.theme_trending_section .featured-products-module .featured-products .featured-product {
	width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding: 15px;
}

.theme_trending_section .featured-products-module .product-wrapper-link .product-details-link {
	position: initial;
    height: auto;
    display: none;
}

.theme_trending_section .featured-products-module .product-wrapper-link {
	box-shadow: 0px 4px 8px 0px #00000014;
    border: 1px solid #D2D2D2;
    transition: all .3s ease-in-out;
}

.theme_trending_section .featured-products-module .product-wrapper-link:hover {
	transform: scale(1.05);
}

@media screen and (max-width: 767px) {
	.theme_trending_section .featured-products-module .featured-product .image-display .image-wrapper img {
    	object-fit: contain;
    }
}

.theme_trending_section .featured-products-module .featured-product .details-display .product-title {
	text-transform: uppercase;
    margin-top: 10px;
    display: block;
}

.theme_trending_section .featured-products-module .featured-product .pricing-actions-display .product-pricing .product-sale-price {
	font-weight: 700;
}

.theme_trending_list {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    margin-bottom: 0;
    list-style: none;
}

.theme_trending_list li {
	padding: 20px 20px;
}

.theme_trending_list a {
	color: #000;
    padding: 20px 20px;
}

.theme_trending_list a:hover .theme_trending_card {
	transform: scale(1.05);
}

.theme_trending_card h3 {
	text-transform: uppercase;
    font-size: 14px;
}

.theme_trending_card {
	box-shadow: 0px 4px 8px 0px #00000014;
    display: flex;
    flex-direction: column;
    padding: 15px 15px;
    border: 1px solid #D2D2D2;
    transition: all .3s ease-in-out;
}

.theme_trending_img {
	text-align: center;
    margin-bottom: 15px;
}

.theme_trending_img img {
	width: 90px;
    height: 90px;
    object-fit: contain;
}

.theme_trending_rates {
	margin-bottom: 5px;
}

.theme_trending_price {
	margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
}

.theme_trending_stars svg {
	width: 100px;
    height: 20px;
}

/* theme footer */
.theme_footer_section {
	background-color: var(--themeColor);
    padding: 30px 0;
}

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

@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: 425px) {
    .theme_footer_section .page-builder-layout-column-wrap {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.theme_footer_section .heading {
	color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.theme_footer_section .links-list {
	display: flex !important;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0;
}

.theme_footer_section .links-list a {
	color: #fff;
}

.theme_contact_info .links-list {
	padding: 20px 20px;
    background-color: #0084EB;
    border-radius: 4px;
    gap: 10px;
}

.theme_contact_info .links-list li {
	color: #fff;
}

.theme_copyright_wrapper {
	margin-top: 30px !important;
    padding-top: 30px;
    border-top: 1px solid #fff;
}

.theme_copyright_wrapper .powered-by {
	color: #fff;
}

.theme_copyright_wrapper .page-builder-layout-column-wrap {
	grid-template-columns: repeat(1, 1fr);
}

/*
	menu open
*/
.mobile-mega-menu, .menu-wrap {
	display: none;
}







#yotpo_testimonials_btn{
 font-size:120px;
    
}

.theme_review_section .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline,
.theme_review_section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title,
.theme_review_section .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author{
	font-family: var(--themeFont) !important;
}

.theme_review_section {
	overflow: hidden;
}

.yotpo_testimonials_btn {
    color:red;
}

.promotional-banner-wrap {
  background-color: #0066CC !important;
}

.promotional-banner-text {
  color: white;
  font-size: 16px !important;
}

.promotional-banner-link {
  color: white !important;
}

.HOME_SEO {
    font-size: 15px;
}


/*
	Category Pages Test - 082823 - Feel Free to Replace
*/

.shop_by_cat {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 10px;
    margin-bottom: 0;
    padding-left: 0 !important;
    list-style: none !important;
    margin-top: 30px;
    margin-bottom: 50px;
}

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

.shop_by_cat_item {
	border: 1px solid #CCCCCC;
}

.shop_by_cat_link {
    background-color: #0066cc;
	color: white;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 20px;
}

.shop_by_cat_link:hover {
	text-decoration: none;
}

.shop_by_cat_img img {
	width: 100%;
    height: 200px;
    object-fit: cover;
}

.shop_by_cat_name {
	margin-bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 47px 32px;
    background-color: #F8F8F8;
    font-size: 18px;
}

/*
	modal
*/

.modalCm {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modalCm.is-visible {
    visibility: visible;
}

.modalCm-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modalCm.is-visible .modalCm-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modalCm-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

@media screen and (max-width: 767px) {
    .modalCm-wrapper {
    	left: 15px;
        right: 15px;
        width: auto;
        margin-left: 0;
    }
}

.modalCm-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modalCm.is-visible .modalCm-transition {
  transform: translateY(0);
  opacity: 1;
}

.modalCm-header,
.modalCm-content {
  padding: 1em;
}

.modalCm-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modalCm-close:hover {
  color: #777;
}

.modalCm-content > *:first-child {
  margin-top: 0;
}

.modalCm-content > *:last-child {
  margin-bottom: 0;
}

.theme_modalcm .page-builder-layout-column {
	position: inherit;
}

.modalCm-button {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999
}

@media screen and (max-width: 767px) {
    .modalCm-button {
        background-color: #fff;
        top: -30px;
    	right: 0;
    }
}

.theme_search_section .refine-search-form {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .theme_search_section .refine-search-form {
    	display: flex;
        flex-direction: column;
    }
}

.theme_search_section .vehicle-filter-container .refine-select-wrapper+.refine-select-wrapper {
	margin-top: 0;
}

.theme_search_section .vehicle-filter-container .refine-reset {
	margin-top: 0;
}

/* vin modal */
.vinModal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 9;
}

.vinModal-content {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 35px 10px 10px 10px;
    border: 2px solid #333;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
}

#closeVinModal {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}

.vinModal-content p {
	font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.vinModalRow {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
}

.vinModal-content .main-image {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
}

.vinModal-content .main-image img {
	width: 70px;
}

.vinModal-content .sale-price {
	font-size: 20px;
}

.vinCheckout {
	margin-top: 30px;
}

.vinModal-content #purchase_bar_checkout {
	height: 40px;
    font-size: 10px;
}

#vinCheckModal.VinHideAlready {
	display: none !important;
}

/* paypal layout */
.themePaypalLayout .page-builder-layout-column-wrap {
	display: flex;
    flex-wrap: wrap;
}

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


.themePaypalWrapper {
	flex: 1;
}

.themePaypalWrapper .custom-html-module {
	background-color: #023188;
}

.themePaypalLayout .cart-other-options {
	padding: 47px 15px;
}

@media screen and (max-width: 767px) {
    .theme_trending_section {
    	margin-top: 30px;
    }
    /*.payments_messaging_module {
    	margin-top: 185px;
    }*/
    .payments_messaging_module {
    	margin-top: 0;
    }
}


}



}