/* themeVPickerSection */
#themeVPickerSection.themeVPickerSection {
	padding: 15px 0;
    background-color: #f4f6f8;
}

#themeVPickerSection.themeVPickerSection .container-vehicle-dd-module_18 {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    #themeVPickerSection.themeVPickerSection .container-vehicle-dd-module_18 {
    	flex-direction: column;
    }
}

#themeVPickerSection.themeVPickerSection .vehicle-picker-module .header-text {
	margin-bottom: 0;
    font-size: 20px;
    color: #333;
}

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

#themeVPickerSection.themeVPickerSection .container-vehicle-dd-module_18 .call-to-action-button {
	width: auto;
    background-color: #134A9C;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    #themeVPickerSection.themeVPickerSection .container-vehicle-dd-module_18 .call-to-action-button {
    	width: 100%;
    }
}

#themeVPickerSection.themeVPickerSection .vpicker_buttons {
	flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

@media screen and (max-width: 500px) {
    #themeVPickerSection.themeVPickerSection .vpicker_buttons {
    	flex-direction: column;
    }
}

#themeVPickerSection.themeVPickerSection .vpicker_buttons .vpicker_button {
	margin-bottom: 0;
    padding: 0;
    border: 1px solid #595959;
}

#themeVPickerSection.themeVPickerSection .vpicker_buttons .vpicker_button.active_button {
	border: 1px solid #000;
}

#themeVPickerSection.themeVPickerSection .vpicker_buttons .vpicker_button a {
	display: flex;
    align-items: center;
    height: 50px;
    padding: 10px 10px;
}

#themeVPickerSection.themeVPickerSection .vehicle-picker-module .vpicker_buttons li.vpicker_button .dropdown {
	top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
/* end of themeVPickerSection */

/* 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 .themeNewPDP .productBadges .product-badges-module .product-badges {
	margin-top: 10px;
}
/* end of PDP Dropship Tooltip */

/* START: Hero */
#heroSection {
	display: flex;
    flex-wrap: wrap;
}
#heroSection .theme_vehicle_picker {
	position: relative;
    margin: inherit;
    padding: 0;
    flex: 0 0 25%;
    padding: 3px 0 3px 3px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    /*#heroSection .theme_vehicle_picker {
    	flex: 0 0 290px;
    }*/
}
@media (max-width: 991.98px) {
    #heroSection .theme_vehicle_picker {
    	flex: 100%;
        order: 2;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
	#heroSection .theme_vehicle_picker .vehicle-picker-module .vpicker_buttons {
    	display: flex;
        gap: 10px;
    }
}
#heroSection .theme_vehicle_picker .vehicle-picker-module {
	max-width: inherit;
    border-radius: 3px;
}
#heroSection .heroSlider {
	flex: 1;
}
#heroSection .heroSlider .main--slider-item {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    padding: 3px;
}
#heroSection .heroSlider .main--slider-item .main--slider-bg img {
	height: 390px;
    border-radius: 3px;
    width: 100%;
}
@media (max-width: 1199.98px) {
    #heroSection .heroSlider .main--slider-item .main--slider-bg img {
    	height: 345px;
    }
}
@media (max-width: 991.98px) {
    #heroSection .heroSlider {
    	flex: 100%;
    }
    #heroSection .heroSlider .main--slider-item .main--slider-bg img {
        object-fit: cover;
    }
}
@media screen and (max-width: 500px) {
    #heroSection .heroSlider .main--slider-item .main--slider-bg img {
        object-fit: cover;
    }
}

/* START: added 100925*/
#heroSection .heroSlider .main--slider-item .main--slider-bg {
    position: relative;
    overflow: hidden;
}
#heroSection .heroSlider .main--slider-item .main--slider-bg .slider--content {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  padding: 20px;
  width: 90%;
  max-width: 420px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 6px;
  backdrop-filter: blur(0.5px);
}

#heroSection .heroSlider .main--slider-item .main--slider-bg .slider--content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#heroSection .heroSlider .main--slider-item .main--slider-bg .slider--content p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.4;
}

#heroSection .heroSlider .main--slider-item .main--slider-bg .slider--cta {
  display: inline-block;
  background: var(--themeColor);
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s ease;
}

#heroSection .heroSlider .main--slider-item .main--slider-bg .slider--cta:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  #heroSection .heroSlider .main--slider-item .main--slider-bg .slider--content {
    top: auto;
    bottom: 8%;
    transform: translate(-50%, 0);
    background: rgba(0, 0, 0, 0.45);
  }

  #heroSection .heroSlider .main--slider-item .main--slider-bg .slider--content h2 {
    font-size: 1rem;
  }

  #heroSection .heroSlider .main--slider-item .main--slider-bg .slider--content p {
    font-size: 0.8rem;
  }

  #heroSection .heroSlider .main--slider-item .main--slider-bg .slider--cta {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  #heroSection .heroSlider .main--slider-item .main--slider-bg .slider--content {
    top: 50%; 
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.35);
  }
}
/* END: added 100925*/

/* END: Hero */


/* headerText */
.headerText {
	text-align: center;
}

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

.headerText h3,
.headerText p {
	color: #333;
}

.headerText h3 {
	font-style: italic;
    font-weight: 700;
}

@media screen and (max-width: 1300px) {
    .headerText h3 {
    	font-size: 14px;
    }
}

.headerText p {
	margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
    .headerText p {
    	font-size: 12px;
    }
}
/* end of headerText */

/* aftermarket brand 082625 */
/* Brands */
.themeAftermarketButton {
	margin-top: 20px;
    text-align: center;
}

.themeAftermarketButton a {
    background-color: var(--themeColor);
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
}

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

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

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

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

.themeAftermarketBrandList li {
	list-style: none;
}

.themeAftermarketBrandList .owl-prev, 
.themeAftermarketBrandList .owl-next {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--darkGray);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.themeAftermarketBrandList .owl-prev {
	left: 0;
}

.themeAftermarketBrandList .owl-next {
	right: 0;
}

.themeAftermarketBrandList .theme_arrow {
	border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: .5rem;
    pointer-events: none;
}

.themeAftermarketBrandList .theme_arrow.theme_arrow_left {
	transform: rotate(135deg);
}

.themeAftermarketBrandList .theme_arrow.theme_arrow_right {
	transform: rotate(315deg);
}

.themeAftermarketBrandList a {
	text-align: center;
}

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

.themeAftermarketBrandImg {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 20px 20px;
}

.themeAftermarketBrandImg img {
	width: 70% !important;
    height: 150px;
    object-fit: contain;
}
/* end of aftermarket brands */

/* START: Header */
#rp_webstore .theme_main_header .store-logo-module .image-logo {
	max-height: unset;
    max-width: 150px;
    width: 100%;
    transition: all .3s ease-in-out;
}
#rp_webstore header.container-header.sticky .theme_main_header .store-logo-module .image-logo {
	max-width: 90px;
}
#rp_webstore .theme_mobile_logo {
	padding: 5px 0;
}
#rp_webstore .theme_mobile_logo .store-logo-module img {
	max-height: unset;
}
/* END: Header */

/* START: Single Product */
.notHome .container-footer {
	margin-top: 2rem;
}
#productDetails {
	margin-top: 1rem !important;
}
#fitmentConfirmation .product-fitment-confirmation-module .product-fitment.no-car-selected {
	border: none;
    padding: 0;
}
#fitmentConfirmation .product-fitment-confirmation-module .product-fitment.no-car-selected .fitment {
	display: flex;
}
#fitmentConfirmation  .product-fitment-confirmation-module .product-fitment.no-car-selected .fitment-text .fa {
    margin-top: -4px;
}
.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: Single Product */

/* search and dseo layouts */
#mobile-filters-button {
	top: 150px;
}

#layout_search .search-listing-module .catalog-product .product-details-col .product-title, 
#layout_search .search-listing-module .catalog-product .product-details-col h2,
#layout_dynamic-seo .search-listing-module .catalog-product .product-details-col .product-title, 
#layout_dynamic-seo .search-listing-module .catalog-product .product-details-col h2 {
	color: #333;
}

#layout_search .search-listing-module .catalog-products,
#layout_dynamic-seo .search-listing-module .catalog-products,
#layout_categories-parts .search-listing-module .catalog-products,
#layout_category-listing-page .search-listing-module .catalog-products {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media screen and (max-width: 991px) {
    #layout_search .search-listing-module .catalog-products,
    #layout_dynamic-seo .search-listing-module .catalog-products,
    #layout_categories-parts .search-listing-module .catalog-products,
    #layout_category-listing-page .search-listing-module .catalog-products {
    	grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 550px) {
    #layout_search .search-listing-module .catalog-products,
    #layout_dynamic-seo .search-listing-module .catalog-products,
    #layout_categories-parts .search-listing-module .catalog-products,
    #layout_category-listing-page .search-listing-module .catalog-products {
    	grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 450px) {
    #layout_search .search-listing-module .catalog-products,
    #layout_dynamic-seo .search-listing-module .catalog-products,
    #layout_categories-parts .search-listing-module .catalog-products,
    #layout_category-listing-page .search-listing-module .catalog-products {
    	grid-template-columns: repeat(1, 1fr);
    }
}

#layout_search .search-listing-module .catalog-product,
#layout_dynamic-seo .search-listing-module .catalog-product,
#layout_categories-parts .search-listing-module .catalog-product,
#layout_category-listing-page .search-listing-module .catalog-product {
	display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 15px;
    border: 1px solid #cfcfcf;
}

#layout_search .search-listing-module .catalog-product.row:after,
#layout_dynamic-seo .search-listing-module .catalog-product.row:after,
#layout_categories-parts .search-listing-module .catalog-product.row:after,
#layout_category-listing-page .search-listing-module .catalog-product.row:after {
	display: none;
}

#layout_search .search-listing-module .catalog-product .product-image-col,
#layout_search .search-listing-module .catalog-product .product-details-col,
#layout_search .search-listing-module .catalog-product .add-to-cart-col,
#layout_dynamic-seo .search-listing-module .catalog-product .product-image-col,
#layout_dynamic-seo .search-listing-module .catalog-product .product-details-col,
#layout_dynamic-seo .search-listing-module .catalog-product .add-to-cart-col,
#layout_categories-parts .search-listing-module .catalog-product .product-image-col,
#layout_categories-parts .search-listing-module .catalog-product .product-details-col,
#layout_categories-parts .search-listing-module .catalog-product .add-to-cart-col,
#layout_category-listing-page .search-listing-module .catalog-product .product-image-col,
#layout_category-listing-page .search-listing-module .catalog-product .product-details-col,
#layout_category-listing-page .search-listing-module .catalog-product .add-to-cart-col {
	width: 100%;
	padding: 0;
}

#layout_search .search-listing-module .catalog-product .product-manufacturer strong,
#layout_dynamic-seo .search-listing-module .catalog-product .product-manufacturer strong,
#layout_categories-parts .search-listing-module .catalog-product .product-manufacturer strong,
#layout_category-listing-page .search-listing-module .catalog-product .product-manufacturer strong {
	display: none;
}

#layout_search .search-listing-module .catalog-product .add-to-cart-col,
#layout_category-listing-page .search-listing-module .catalog-product .add-to-cart-col {
    margin-block-start: auto;
}
#layout_search .search-listing-module .catalog-product .add-to-cart-col .product-purchase-button .add-to-cart,
#layout_category-listing-page .search-listing-module .catalog-product .add-to-cart-col .product-purchase-button .add-to-cart {
	background-color: #ed1c24;
}
/* end of search and dseo layouts */

/* START: Accessories Sidebar */
.multi-select-facet li .nested-facet-arrow {
	font-family: FontAwesome\ 4 !important;
}
/* END: Accessories Sidebar */

/* START: HomePage */
#spotlightTitle,
#bestsellerTitle {
    text-align: center;    
    margin-top: 1.5rem;
    margin-bottom: 3.5rem;
}
#spotlightTitle h2,
#bestsellerTitle h2 {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding: 0px 80px;
    color: #333;
}
#spotlightTitle h2::before,
#bestsellerTitle h2::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-top: 10px solid var(--themeColor);
    border-bottom: 0px solid transparent;
    border-left: 10px solid transparent;
    width: 70px;
    margin: auto;
    height: 10px;
}
#spotlightTitle h2::after,
#bestsellerTitle h2::after {
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-top: 10px solid var(--themeColor);
    border-bottom: 0px solid transparent;
    border-right: 10px solid transparent;
    width: 70px;
    margin: auto;
    height: 10px;
}
#bestsellerTitle h2 {
	color: #333;
}
#bestsellerTitle h2::before,
#bestsellerTitle h2::after {
	border-top: 10px solid var(--themeColor);
}

#homepageFeaturedProducts .featured-products-module > h2 {
	display: none;
}
#homepageFeaturedProducts .featured-products-module .featured-products {
	gap: 25px;
    justify-content: center;
    flex-wrap: no-wrap;
}
#homepageFeaturedProducts .featured-products-module .featured-products .featured-product {
    width: unset;
    min-width: 290px;
    max-width: 290px;
    margin: 0;
}
@media (max-width: 624.98px) {
    #homepageFeaturedProducts .featured-products-module .featured-products .featured-product {
    	min-width: unset;
    	max-width: unset;
    }
    #homepageFeaturedProducts .featured-products-module .featured-products {
    	column-gap: 10px;
    }
}
#homepageFeaturedProducts .featured-products-module .product-wrapper-link {
	padding: 12px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 7px;
    text-align: center;
}
#homepageFeaturedProducts .featured-products-module .featured-product .image-display {
	margin-bottom: 1.4rem;
}
#homepageFeaturedProducts .featured-products-module .featured-products .featured-product .image-display .image-wrapper {
	display: flex;
    align-items: center;
}
#homepageFeaturedProducts .featured-products-module .featured-products .featured-product .image-display .image-wrapper > img {
	margin-bottom: 0;
}
#homepageFeaturedProducts .featured-products-module .featured-product .pricing-actions-display .product-pricing {
	text-align: center;
    margin-bottom: 1rem;
}
#homepageFeaturedProducts .featured-products-module .product-wrapper-link .product-details-link {
	height: auto;
    position: relative;
    background-color: #1a5fa9;
    border: 1px solid #1a5fa9;
    border-radius: 4px;
    left: 0;
    color: #fff;
    font-weight: 500;
}
#homepageFeaturedProducts .featured-products-module .product-wrapper-link:hover .product-details-link {
	background-color: #fff;
    color: var(--themeColor);
}
/* END: HomePage */

/* START: Single Product Page */
#layout_product .product-purchase-module .purchase-box .purchase-wrapper .add-to-cart-container .add-to-cart {
	background-color: #ed1c24;
}
/* END: Single Product Page */


/***
**** 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: #1a5fa9;
    --darkGray: #282828;
    --gray500: #666666;
    --gray100: #ccc;
    --white: #fff;
    --themeFont: 'Rubik', sans-serif;
    --themeContainer: 1680px;
}

.themePadding {
	padding: 50px 0;
}

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

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

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: #fff;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
    animation: top-bottom .5s;
}

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

.theme_top_header #action_account .account.flyout {
	left: 0;
}

.theme_top_header #action_account .account.flyout .upper_arrow {
	left: 20px;
}

.theme_top_header .links-list-module .links-list {
	display: flex;
    align-items: center;
    gap: 20px;
}

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

.theme_mobile_logo {
	display: none;
}

@media screen and (max-width: 767px) {
    .theme_mobile_logo {
        background-color: #fff;
    	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;
}

@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 #1a5fa9;
    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: #1a5fa9;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-left: 2px solid #1a5fa9;
}

@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: #1a5fa9;
}

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

.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: 2px solid #1a5fa9;
    border-radius: 0;
    z-index: 1;
    height: 40px;
}

.theme_action_bar .search-bar-component button {
	width: 45px;
    height: 40px;
    background-color: #1a5fa9;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 2px solid #1a5fa9;
}

.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;
    border: 2px solid #1a5fa9;
}

.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: #1a5fa9;
    border: 2px solid #1a5fa9;
}

.theme_nav_cat_title svg {
	fill: #1a5fa9;
}

.theme_nav_cat_card {
	position: absolute;
    left: 0;
    background-color: #1a5fa9;
    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: 190px;
    top: 0;
    background-color: #1a5fa9;
    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: #174271;
}

/***
**** THEME FOOTER
***/
.themePaymentLogos .heading {
	text-transform: uppercase;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    margin-top: 20px;
}

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

.themePaymentList {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin-bottom: 0;
}

.themePaymentMethodList {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
}

.themePaymentMethodList img {
	width: 50px;
    height: 40px;
    object-fit: contain;
}

.themePaymentMethodList li:last-child img {
	height: 30px;
}

.themePaymentList li:nth-child(1) img {
	width: 25px;
}

.themePaymentList li:nth-child(2) img {
    background-color: #481887;
    border-radius: 3px;
	width: 60px;
    padding: 7px 10px;
}

.themePaymentList li:nth-child(3) img {
	width: 40px;
}

.theme_footer_section {
	padding: 30px 0;
    background-color: #f4f6f8;
    border-top: 1px solid #e5e6eb;
}

.theme_footer_section .store-logo-module .store-logo-link img {
    max-height: unset;
    max-width: 200px;
    width: 100%;
}

.theme_footer_section .store-logo-module {
	text-align: center;
}

.theme_footer_section .store-logo-module .store-logo-link {
	display: inline-block;
}

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

@media screen and (max-width: 767px) {
    .theme_footer_section .links-list-module .heading {
    	margin-top: 30px;
    }
}

.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: #666;
    transition: all .3s ease-in-out;
    position: relative;
}

.theme_footer_section .links-list li a::before {
	content: "";
    width: 0px;
    height: 1px;
    background-color: #000;
    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: #000;
    padding-left: 15px;
}

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

.theme_powered {
    background-color: #fff;
	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: center;
}

.theme_powered .powered-by-rp-module .powered-by {
	color: #666;
}

.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: 490px;
    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: #f0f0f3;
    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: #333;
    font-size: 30px;
    font-family: var(--themeFont);
    text-transform: uppercase;
    text-align: center;
}

.theme_vehicle_picker .vehicle-picker-module .header-text:after {
	content: '';
    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;
}

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

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

.theme_spotlight_list {
	/*display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 0;
    list-style: none;*/
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
    margin-bottom: 2rem;
}
.theme_spotlight_list li.theme_spotlight_item {
	border: 2px solid #1a5fa9;
    border-radius: 10px;
    padding: 10px 35px;
}

@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: 689px) {
    .theme_spotlight_list li.theme_spotlight_item {
    	flex: 0 0 100%;
    }
}

@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 img {
	max-width: 60%;
    filter: invert(100%) sepia(100%);
}

.theme_spotlight_icon {
    background-color: #1a5fa9;
	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: #333;
    margin-bottom: 0;
}

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

.main_header_top .store-logo-module .store-logo-link img {
	content: url(https://cdn.revolutionparts.io/94a75e9e5a4537a1260ffa9d710df090/design/Patriotic_Anthem_Auto_Parts_Logo_-_BIG.png);
    min-height: 120px;
}

/* Remove "Calculate estimated shipping to" subsection at Cart. Please don't remove, requested by the client*/
.shipping-quote-display{
  display: none;
}

/* category */
.themeTitle {
  text-align: center;
  margin-bottom: 50px; }

.themeTitle h3,
.themeTitle h2 {
  margin-bottom: 0 !important;
  display: inline-block;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding: 0px 115px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .themeTitle h3,
  .themeTitle h2 {
    font-size: 18px;
    padding: 0px 70px; } }

.themeTitle h3::before,
.themeTitle h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-top: 10px solid #134A9C;
  border-bottom: 0px solid transparent;
  border-left: 10px solid transparent;
  width: 100px;
  margin: auto;
  height: 10px; }

@media screen and (max-width: 767px) {
  .themeTitle h3::before,
  .themeTitle h2::before {
    width: 55px; } }

.themeTitle h3:after,
.themeTitle h2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top: 10px solid #134A9C;
  border-bottom: 0px solid transparent;
  border-right: 10px solid transparent;
  width: 100px;
  margin: auto;
  height: 10px; }

@media screen and (max-width: 767px) {
  .themeTitle h3:after,
  .themeTitle h2:after {
    width: 55px; } }

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

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

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

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

.themeCategoryList li {
  border: 1px solid #CED4DA;
  box-shadow: 0 10px 4px rgba(0, 0, 0, 0.07);
  border-radius: 12px; }

.themeCategoryList li a {
  color: #363839;
  font-weight: 700; }

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

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

.themeCategoryCard p {
  margin-bottom: 0;
  font-size: 14px; }

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

.themeCategoryNewSlider {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

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

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

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

@media screen and (max-width: 500px) {
    /*.themeCategoryNewSlider {
    	grid-template-columns: repeat(1, 1fr);
    }*/
    .themeCategorySection .themeCategoryNewList .custom-image-wrapper {
    	height: 100%;
    }
    .themeCategorySection .themeCategoryNewList .custom-image-wrapper a {
    	flex-direction: column;
        
    }
}

/* themeCategorySection */
.themeCategorySection .themeCategoryNewList .custom-image-wrapper .custom-image {
  padding-bottom: 0 !important;
  height: 90px;
  width: 90px; }

.themeCategorySection .themeCategoryNewList .custom-image-wrapper {
  padding: 0;
  border: 1px solid #CED4DA;
  box-shadow: 0 10px 4px rgba(0, 0, 0, 0.07);
  border-radius: 12px; }

.themeCategorySection .themeCategoryNewList .custom-image-wrapper a {
  color: #363839;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px; }

.themeCategorySection .themeCategoryNewList .custom-image-wrapper h3 {
  padding: 0;
  font-size: 14px;
  font-weight: 700; }

/*hides powered by rp in the footer */ 
a.powered-by {
  display: none !important;
}