/* new PDP */
/* promo pdp */
#layout_product .themeNewNNAPDP .themePDPPromoCode {
	padding: 20px 20px;
    border: 1px solid rgba(218, 218, 218, 1);
    border-radius: 4px;
    margin-bottom: 20px;
}

#layout_product .themeNewNNAPDP .themePDPPromoCode .themePDPPromoCodeContent {
	position: relative;
}

#layout_product .themeNewNNAPDP .themePDPPromoCode p {
	margin-bottom: 0;
}

#layout_product .themeNewNNAPDP .themePDPPromoCode .themeBannerTermBox {
	box-shadow: 1px 1px 12px rgba(0,0,0,0.5);
    top: 100px;
}

#layout_product .themeNewNNAPDP .themePDPPromoCode .themeBannerTermWrap a {
	color: #000;
}
/* end promo pdp */



#page-product {
	background-color: #fff;
}

#layout_product .page-content-inner {
	background-color: #fff;
    padding-bottom: 60px;
}

#layout_product .themeNewNNAPDP .container-wrap {
	max-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

#layout_product .themeNewNNAPDP .product-purchase-module .purchase-box .purchase-wrapper .add-to-cart-container .add-to-cart:before {
	display: none;
}

#layout_product .themeNewNNAPDP .product-purchase-module .purchase-box .purchase-wrapper .add-to-cart-container .add-to-cart:after {
    content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

#layout_product .themeNewNNAPDP .product-breadcrumbs-module .page-bread-crumbs {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

#layout_product .themeNewNNAPDP .product-breadcrumbs-module .page-bread-crumbs .fa {
	position: relative;
    top: 2px;
}

#layout_product .themeNewNNAPDP .product-breadcrumbs-module .page-bread-crumbs a {
	color: var(--themeColor);
    font-weight: 400;
}

#layout_product .themeNewNNAPDP .product-breadcrumbs-module .page-bread-crumbs a.tail {
	color: rgba(117, 117, 117, 1);
}

#layout_product .themeNewNNAPDP .page-builder-layout-row.themeNewNNAPDPProductLayout {
	display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

@media screen and (max-width: 991px) {
    #layout_product .themeNewNNAPDP .page-builder-layout-row.themeNewNNAPDPProductLayout {
    	gap: 20px;
    }
    #layout_product .themeNewNNAPDP .page-builder-layout-row.themeNewNNAPDPProductLayout:after {
    	display: none;
    }
}

#layout_product .themeNewNNAPDP .page-builder-layout-row.themeNewNNAPDPProductLayout .page-builder-layout-column {
	padding-left: 10px;
	padding-right: 10px;
}

#layout_product .themeNewNNAPDP .page-builder-layout-row.themeNewNNAPDPProductLayout .page-builder-layout-column:nth-child(1) {
	flex: 0 0 30%;
    max-width: 30%;
}

#layout_product .themeNewNNAPDP .page-builder-layout-row.themeNewNNAPDPProductLayout .page-builder-layout-column:nth-child(2) {
	flex: 0 0 45%;
    max-width: 45%;
}

#layout_product .themeNewNNAPDP .page-builder-layout-row.themeNewNNAPDPProductLayout .page-builder-layout-column:nth-child(3) {
	flex: 0 0 25%;
    max-width: 25%;
}

@media screen and (max-width: 991px) {
	#layout_product .themeNewNNAPDP .page-builder-layout-row.themeNewNNAPDPProductLayout .page-builder-layout-column:nth-child(1),
    #layout_product .themeNewNNAPDP .page-builder-layout-row.themeNewNNAPDPProductLayout .page-builder-layout-column:nth-child(2),
    #layout_product .themeNewNNAPDP .page-builder-layout-row.themeNewNNAPDPProductLayout .page-builder-layout-column:nth-child(3) {
    	flex: 0 0 100%;
        max-width: 100%;
    }
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-title-module {
	padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-title-module h1.product-title {
	color: #000;
    font-size: 24px;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-fitment-confirmation-module .product-fitment {
	border-radius: 50px;
    padding: 12px 12px;
    margin-bottom: 20px;
    border: 1px solid #000;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-fitment-confirmation-module .product-fitment .inline-action-link {
	padding-top: 0;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-fitment-confirmation-module .product-fitment a {
	color: #000;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-details-module .product-details-title,
#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-fitment-module .product-fitment-title,
#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-policies-module .product-policies-title {
	display: block;
    color: #000;
    padding: 20px 20px 20px 50px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid rgba(218, 218, 218, 1);
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-details-module .product-details-title::before,
#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-fitment-module .product-fitment-title::before,
#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-policies-module .product-policies-title::before {
	content: "";
    position: absolute;
    left: 18px;
    top: 30px;
    height: 2px;
    width: 20px;
    background-color: var(--themeColor);
    transition: all .3s ease-in-out;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-details-module .product-details-title:after,
#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-fitment-module .product-fitment-title:after,
#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-policies-module .product-policies-title:after {
	content: "";
    position: absolute;
    left: 27px;
    top: 21px;
    height: 20px;
    width: 2px;
    background-color: var(--themeColor);
    transition: all .3s ease-in-out;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-details-module .product-details-title.open:after,
#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-fitment-module .product-fitment-title.open:after,
#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-policies-module .product-policies-title.open:after {
	opacity: 0;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-details-module .product-details-title.open::before,
#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-fitment-module .product-fitment-title.open::before,
#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-policies-module .product-policies-title.open::before {
	transform: rotate(180deg);
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-details-module .product-details-title.open,
#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-fitment-module .product-fitment-title.open,
#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-policies-module .product-policies-title.open {
	border-bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-details-module .field-list-wrapper {
	padding: 0px 20px 20px 50px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid rgba(218, 218, 218, 1);
    border-right: 1px solid rgba(218, 218, 218, 1);
    border-bottom: 1px solid rgba(218, 218, 218, 1);
}

@media screen and (max-width: 991px) {
	#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-details-module .field-list-wrapper {
    	padding: 0px 20px 20px 20px;
    }
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-fitment-confirmation-module .browse-fitting-products .product-name {
	color: #000;
    font-weight: 700;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-policies-module .product-policies {
	margin-left: 0;
    margin-right: 0;
    padding: 0px 20px 20px 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid rgba(218, 218, 218, 1);
    border-right: 1px solid rgba(218, 218, 218, 1);
    border-bottom: 1px solid rgba(218, 218, 218, 1);
    display: none;
}

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

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-policies-module .product-policies .policy-link a {
	background-color: transparent;
    color: var(--themeColor);
   	border-bottom: 1px solid;
    padding: 0;
    border-radius: 0;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-fitment-module .fitment-table-wrap {
	padding: 0px 20px 20px 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid rgba(218, 218, 218, 1);
    border-right: 1px solid rgba(218, 218, 218, 1);
    border-bottom: 1px solid rgba(218, 218, 218, 1);
    display: none;
    overflow: auto;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-details-module .field-list {
	display: flex;
    flex-direction: column;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-details-module .field-list li {
	margin: 0;
    padding: 12px 0;
    height: auto;
    border-bottom: 1px solid rgba(218, 218, 218, 1);
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-details-module .field-list li h2 {
	font-family: var(--themeFontRegular) !important;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-details-module .field-list li:last-child {
	border-bottom: 0;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-details-module .field-list li .list-label {
	font-weight: 700;
    color: #000;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-purchase-module .purchase-box .product-price .manufacturer-logo {
	display: none;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-purchase-module .purchase-box .purchase-wrapper .add-to-cart-container {
	flex-direction: column;
    gap: 10px;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-purchase-module .purchase-box .purchase-wrapper .add-to-cart-container .quantity-control {
	flex: 1;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-purchase-module .purchase-box .purchase-wrapper .add-to-cart-container .add-to-cart {
	flex: 1;
    width: 100%;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-purchase-module .purchase-box .product-display .field-list {
	flex: 1;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-purchase-module .purchase-box .product-display .field-list li {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-purchase-module .purchase-box .product-price .list-label {
	width: auto;
    padding-right: 0;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-purchase-module .purchase-box .product-price .list-label {
	font-size: 14px;
    font-weight: 400;
    color: #000;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-purchase-module .purchase-box .product-price .you-save .list-value {
	display: inline-block;
    color: rgba(56, 132, 26, 1);
    padding: 4px 10px;
    background-color: rgba(243, 250, 240, 1);
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-purchase-module .purchase-box .product-price .list-label.sale-price-label {
	font-size: 18px;
    color: rgba(56, 56, 56, 1);
    font-weight: 700;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-purchase-module {
	margin-bottom: 20px;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module {
	padding-right: 0;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module {
	border: 1px solid rgba(218, 218, 218, 1);
    padding: 10px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module .product-section-title {
	display: block;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 0;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module .product-recommendations .catalog-products {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module .product-recommendations .catalog-products .catalog-product {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid rgba(218, 218, 218, 1);
    padding: 15px 10px;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module .search-listing-module .catalog-product .add-to-cart-col .product-purchase-button {
	width: 100%;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module .product-recommendations .recommendations .owl-nav {
	position: absolute;
    top: -30px;
    right: 0;
    display: flex;
    align-items: center;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module .product-recommendations .recommendations .owl-nav button {
	outline: none;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module .product-recommendations .recommendations .owl-nav button:hover {
	background-color: transparent;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module .product-recommendations .recommendations .owl-nav button::before {
	color: rgba(186, 186, 186, 1);
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module .product-recommendations .recommendations .owl-nav .owl-prev {
    width: 20px;
    height: 20px;
    display: block;
    left: -50px;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module .product-recommendations .recommendations .owl-nav .owl-next {
	width: 20px;
    height: 20px;
    display: block;
    right: 0px;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module .product-recommendations .recommendation-name {
	color: #000;
    font-size: 16px;
    font-weight: 700;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-recommended-module .product-recommendations .add-to-cart {
	border: 1px solid #000;
    background-color: transparent;
    color: #000;
    width: 100%;
}

#layout_product .themeNewNNAPDP .themeNewNNAPDPProductLayout .product-images-module .product-images .product-main-image-link .enlarge-image-link .fa {
	color: var(--themeColor);
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.5);
}

/* end of new PDP */


/* promo bold */
.promo_bold{
	font-family: var(--themeFontBold) !important;
}


/* additional for accessories new flexbox */
.product-images-module .product-images .product-main-image-link img.centered {
	width: 100%;
    object-fit: contain;
}

.themeCategoryNewFlexbox .theme_cat_tab_content_list {
	display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.themeCategoryNewFlexbox .theme_cat_tab_content_list li {
	flex: 0 0 23%;
    max-width: 23%;
}

@media screen and (max-width: 767px) {
    .themeCategoryNewFlexbox .theme_cat_tab_content_list li {
    	flex: 0 0 48%;
        max-width: 48%;
    }
}

@media screen and (max-width: 500px) {
    .themeCategoryNewFlexbox .theme_cat_tab_content_list li {
    	flex: 0 0 100%;
        max-width: 100%;
    }
}

/* banner new */
.themeCookiePromo {
	display: none;
    margin-bottom: 40px;
}

.themeCookiePromo.cookieActive {
	display: block;
}

.themeCookiePromo .themeBannerNewBox p span {
	display: inline-block;
    background-color: var(--themeButtonColor);
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 50px;
    color: var(--themeColor);
}

.themeBannerNew .themeBannerNewWrap {
	position: relative;
}

.themeBannerNew .themeBannerNewImage {
	height: 500px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .themeBannerNew .themeBannerNewImage {
    	height: 350px;
        background-position: 60% 50%;
    }
}

.themeBannerNewContainer {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 1250px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.themeBannerNewBox {
    position: relative;
}

.themeBannerNewBox h1 {
	color: #fff;
    font-family: var(--themeFontLight) !important;
    line-height: 26px;
}

.themeBannerNewBox p {
	color: #fff;
}

.themeBannerNewButton a {
	display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 50px;
    border: 2px solid #B0A591;
    background-color: #B0A591;
    max-width: 140px;
    text-align: left;
    width: 100%;
    color: var(--themeColor);
    font-family: var(--themeFontLight);
    letter-spacing: .05em;
    position: relative;
}

.themeBannerNewButton a::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeBannerNewButton a:hover::before {
	border: solid var(--themeButtonColor);
    border-width: 1px 0 0 1px;
}

.themeBannerNewButton a:hover,
.themeBannerNewButton a:focus {
	text-decoration: none;
    color: #B0A591;
    background-color: transparent;
}

.themeBannerNewBox .themeBannerTermWrap a {
	color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.themeBannerNewBox .themeBannerTermWrap {
	display: inline-block !important;
}

.themeBannerNewBox .themeBannerTermBox {
	line-height: 16px;
    top: auto;
}

/* dealer hide on */
.product-selected-dealer{
    display: none !important;
}

/* last minute shopper */
.themeLastMinute .themeBannerImage {
	background-image: url(https://rparts-sites.s3.amazonaws.com/491217ffddd9a9fb5aff9990c170c053/design/cyber-accessories/last-minute/rush_infiniti_bkg.webp);
    height: 800px;
    background-position: bottom center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .themeLastMinute .themeBannerImage  {
    	background-image: url(https://rparts-sites.s3.amazonaws.com/491217ffddd9a9fb5aff9990c170c053/design/cyber-accessories/last-minute/last_minute_shopper_infiniti_mobile_bkg.webp);
        height: 500px;
    }
}

.themeLastMinute .themeBannerButton {
	text-align: left;
}

.themeLastMinute .themeBannerHpContentImages {
	margin-bottom: 20px;
}

/* blowout */
.themeBannerItemBlowout .themeBannerImage::before {
    background-color: rgba(0, 0, 0, 0.3);
}

.themeBannerItemBlowout .themeBannerImage {
	background-image: url(https://rparts-sites.s3.amazonaws.com/491217ffddd9a9fb5aff9990c170c053/design/cyber-accessories/t1_hp_1900_800_infiniti_blowout.webp);
    height: 800px;
    background-position: bottom center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .themeBannerItemBlowout .themeBannerImage {
    	height: 500px;
        background-image: url(https://rparts-sites.s3.amazonaws.com/491217ffddd9a9fb5aff9990c170c053/design/cyber-accessories/t1_mobile_767_500_infiniti_blowout.webp);
    }
}

.themeBannerItemBlowout .themeBannerHpContentImages h3 {
	color: #fff;
    font-size: calc(36px + (65 - 36) * ((100vw - 768px) / (1900 - 768)));
}

@media screen and (min-width: 1902px) {
    .themeBannerItemBlowout .themeBannerHpContentImages h3 {
    	font-size: 65px;
    }
} 

@media screen and (max-width: 767px) and (orientation: portrait) {
    .themeBannerItemBlowout .themeBannerHpContentImages h3 {
    	font-size: 23px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .themeBannerItemBlowout .themeBannerHpContentImages h3 {
    	font-size: 33px;
    }
}

@media screen and (max-width: 400px) {
    .themeBannerItemBlowout .themeBannerHpContentImages h3 {
    	font-size: 20px;
    }
}
    
.themeBannerItemBlowout .themeBannerHpContentImages h3 strong {
	font-family: var(--themeFontBold) !important;
}

.themeBannerItemBlowout .themeBannerHpContentImages p {
	color: #fff;
    font-size: calc(14px + (26 - 14) * ((100vw - 768px) / (1900 - 768)));
    margin-bottom: 20px;
}

@media screen and (min-width: 1902px) {
    .themeBannerItemBlowout .themeBannerHpContentImages p {
    	font-size: 26px;
    }
}

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

.themeBannerItemBlowoutCyberPage .themeBannerImage {
	height: 500px;
}

@media screen and (max-width: 767px) {
    .themeBannerItemBlowoutCyberPage .themeBannerImage {
    	height: 350px;
    }
}

.themeBannerItemBlowoutCyberPage .themeBannerImage::before {
	display: none;
}

.themeBannerItemBlowoutCyberPage .themeBannerHpContent {
	top: 0;
    bottom: 0;
    right: auto;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .themeBannerItemBlowoutCyberPage .themeBannerHpContent {
    	bottom: auto;
        top: 80px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .themeBannerItemBlowoutCyberPage .themeBannerHpContent {
    	bottom: auto;
        top: 40px;
    }
}

.themeBannerHpContentImages {
    position: relative;
    width: 100%;
}

.themeBannerItemBlowout .themeBannerHpContentImages {
	margin-bottom: 25px;
}

/* end of blowout */

/* small buttons */
.themeVehicleBannerSlider {
	list-style: none;
    margin-bottom: 0;
}

.themeVehicleBannerSlider .owl-dots {
    max-width: 1250px;
    width: auto;
	position: absolute;
    left: 15px;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    right: 15px;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    justify-content: center;
}

.themeVehicleBannerSlider .owl-dot span {
	opacity: .25;
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.themeVehicleBannerSlider .owl-dot.active span {
	opacity: 1;
    background-color: var(--themeButtonColor);
}

/* free ship - accessories */
.themeVehicleBannerSectionAccessories .themeVehicleBannerCard01 .themeVehicleBannerImg {
    background-image: url(https://rparts-sites.s3.amazonaws.com/491217ffddd9a9fb5aff9990c170c053/design/free-ship/free_shipping_infiniti_bkg.webp);
}

@media screen and (max-width: 767px) {
    .themeVehicleBannerSectionAccessories .themeVehicleBannerCard01 .themeVehicleBannerImg {
    	background-image: url(https://rparts-sites.s3.amazonaws.com/491217ffddd9a9fb5aff9990c170c053/design/free-ship/free_shipping_mobile_infiniti_bkg.webp);
    }
}

.themeVehicleBannerSectionAccessories {
	background-image: none !important;
}


/* free ship */
.themeVehicleBannerCardFreeShip .themeVehicleBannerImg {
	background-image: url(https://rparts-sites.s3.amazonaws.com/cd09c2b2182ede0d1c9111396a42a5a4/design/free-ship/free_shipping_inf.webp);
    height: 800px;
    background-position: bottom center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.themeVehicleBannerCardFreeShip .themeAccessoriesDisclaimerBox {
	bottom: 0;
}

@media screen and (max-width: 767px) {
    .themeVehicleBannerCardFreeShip .themeVehicleBannerImg  {
    	background-image: url(https://rparts-sites.s3.amazonaws.com/cd09c2b2182ede0d1c9111396a42a5a4/design/free-ship/free_shipping_inf_mobile.webp);
        height: 500px;
    }
}

.themeVehicleBannerCardFreeShip .themeAccessoriesBannerContentSvg {
	top: 160px;
    bottom: auto;
    align-items: center;
    justify-content: center;
    max-width: 1250px;
    padding: 0 70px;
}

@media screen and (max-width: 767px) {
    .themeVehicleBannerCardFreeShip .themeAccessoriesBannerContentSvg {
    	padding: 0 15px;
    }
}

.themeVehicleBannerCardFreeShip .themeVehicleBannerImg::before {
	display: none;
}

/* cyber accessories */
.themeExploreModelContainer {
    padding: 50px 15px;
    max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.themeExploreModelContent h3 {
	text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 30px;
}

.themeExploreModelItem {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}


.themeExploreModelRow {
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .themeExploreModelRow {
    	display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
}

.themeExploreModelCol {
	flex: 1;
}

.themeExploreModelCol:nth-child(1) {
	flex: 0 0 675px;
}

@media screen and (max-width: 767px) {
    .themeExploreModelCol:nth-child(1) {
    	flex: 1;
    }
}

.cyberacc_category_section .theme_cat_tab_list {
	display: flex;
    justify-content: center;
}

.themeCalltoActionCard {
	margin-bottom: 30px;
}

.themeTouchWrap {
	display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .themeTouchWrap {
    	flex-direction: column;
        padding: 40px 10px;
    }
}

.themeTouchUp {
	padding: 30px 0;
}

.themeTouchUp a {
	color: #000;
}

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

.themeTouchUp .themeBannerButton p {
	display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 50px;
    border: 2px solid #B0A591;
    background-color: #B0A591;
    max-width: 220px;
    text-align: center;
    width: 100%;
    color: var(--themeColor);
    font-family: var(--themeFontLight);
    letter-spacing: .05em;
    position: relative;
}

.themeTouchUp .themeBannerButton p::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeTouchUp .themeBannerButton p:hover {
	text-decoration: none;
    color: #B0A591;
    background-color: transparent;
}

.themeTouchContent {
	flex: 1;
    text-align: center;
}

.themeTouchContent h3 {
	font-family: var(--themeFontLight) !important;
    font-size: 25px;
    margin-bottom: 20px;
}

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

.themeAccessoriesModel {
	padding: 40px 0;
}

.themeBannerHpContent {
	position: absolute;
    left: 0;
    right: 0;
    top: 230px;
    z-index: 1;
    padding: 0 70px;
}

@media screen and (max-width: 767px) {
    .themeBannerHpContent {
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
    }
}

.themeBannerHpContent {
	max-width: calc(800px + (1250 - 800) * ((100vw - 768px) / (1900 - 768)));
    width: 100%;
    text-align: center;
}

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

.themeBAnnerHpContentImages {
	margin-bottom: 30px;
    position: relative;
}

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

.themeBannerItemCyber .themeBannerImage {
	background-image: url(https://rparts-sites.s3.amazonaws.com/491217ffddd9a9fb5aff9990c170c053/design/cyber-accessories/bmsm_hp_inf_bkg.webp);
    height: 800px;
    background-size: cover;
    background-position: bottom center;
}

@media screen and (max-width: 767px) {
    .themeBannerItemCyber .themeBannerImage {
    	height: 500px;
        background-image: url(https://rparts-sites.s3.amazonaws.com/491217ffddd9a9fb5aff9990c170c053/design/cyber-accessories/bmsm_hp_inf_mobile_bkg.webp);
    }
}

.themeExploreModelWrap .main_title,
.themeAccessoriesCardSection .main_title {
    display: block;
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
    padding-top: 15px;
    max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.themeExploreModelWrap .main_title::before,
.themeAccessoriesCardSection .main_title::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 50px;
    background-color: var(--themeButtonColor);
}

.themeAccessoriesCardSection {
	padding: 40px 0;
}

.themeCalltoActionContent {
    background-color: var(--themeColor);
	padding: 20px 20px;
    text-align: center;
}

.themeCalltoActionContent .themeBannerButton a {
	max-width: 220px;
    text-align: center;
}

.themeCalltoActionContent h3 {
	color: #fff;
}

.themeAccessoriesDisclaimerBox {
	background-color: #fff;
    padding: 15px 15px;
    text-align: center;
    font-size: 10px;
    font-style: italic;
    position: absolute;
    z-index: 2;
    display: none;
    bottom: calc(-110px + (12 - -110) * ((100vw - 768px) / (1900 - 768)));
    right: 15px;
    left: 15px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .themeAccessoriesDisclaimerBox {
    	bottom: calc(-150px + (180 - -150) * ((100vw - 320px) / (767 - 320)));
    }
}

.themeAccessoriesDisclaimerBox.openAccessoriesDisclaimer {
	display: block;
}

.themeAccessoriesDisclaimerButton {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 100%;
    left: 0;
    background-color: transparent;
    cursor: pointer;
}

.themeVehicleBannerSectionAccessories .themeVehicleBannerImg {
	height: 500px;
    background-image: url(https://rparts-sites.s3.amazonaws.com/491217ffddd9a9fb5aff9990c170c053/design/cyber-accessories/BMSM_infiniti_bkg_img.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .themeVehicleBannerSectionAccessories .themeVehicleBannerImg {
    	background-image: url(https://rparts-sites.s3.amazonaws.com/491217ffddd9a9fb5aff9990c170c053/design/cyber-accessories/BMSM_infiniti_mobile_bkg_img.webp);
    }
}

.themeVehicleBannerSectionAccessories .themeVehicleBannerCard01 .themeVehicleBannerImg {
    background-image: url(https://rparts-sites.s3.amazonaws.com/491217ffddd9a9fb5aff9990c170c053/design/free-ship/free_shipping_infiniti_bkg.webp);
}

@media screen and (max-width: 767px) {
    .themeVehicleBannerSectionAccessories .themeVehicleBannerCard01 .themeVehicleBannerImg {
    	background-image: url(https://rparts-sites.s3.amazonaws.com/491217ffddd9a9fb5aff9990c170c053/design/free-ship/free_shipping_mobile_infiniti_bkg.webp);
    }
}

.themeCalltoActionImg img {
	width: 100%;
    height: 350px;
    object-fit: cover;
}



.themeAccessoriesBannerSaleList ul {
	list-style: none;
    margin-bottom: 0;
    display: flex;
    gap: 20px;
}

.themeAccessoriesBannerContentSvg {
	position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    max-width: calc(550px + (1350 - 550) * ((100vw - 768px) / (1900 - 768)));
    width: 100%;
}

@media screen and (max-width: 950px) {
    .themeAccessoriesBannerContentSvg {
    	margin-left: 0;
        top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .themeAccessoriesBannerContentSvg {
    	max-width: 100%;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}

.themeAccessoriesBannerContentSvg .themeBannerButton {
	text-align: center;
}

/* ticker */
.themeTickerSection {
	position: relative;
	background-color: var(--themeColor);
    height: 48px;
    display: block;
    padding: 10px 0;
}

#page-home .themeTickerSection {
    display: none;
}

header.container-header.sticky .themeTickerSection {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
}

@media screen and (max-width: 767px) {
	.stickyHead .page-content {
        margin-top: 69px;
    } 
}

@media screen and (max-width: 633px) {
	.stickyHead .page-content {
        margin-top: 113px;
    } 
}


.ticker {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    white-space: nowrap;
}

.ticker-item {
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    white-space: break-spaces;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .ticker-item {
    	font-size: 9px;
    }
}

.ticker-item a {
	color: #fff;
}

.ticker-item a:hover,
.ticker-item a:focus {
	color: #fff;
    text-decoration: none;
}

.ticker-item strong {
	display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    color: var(--themeColor);
    background-color: var(--themeButtonColor);
    border-radius: 50px;
}

@media screen and (max-width: 767px) {
    .ticker-item strong {
    	font-size: 9px;
        padding: 2px 6px;
    }
}

.ticker-item.active {
    opacity: 1;
    pointer-events: auto;
}


/* promo bold */
.promo_bold {
	font-family: var(--themeFontBold) !important;
}

/* show hide pc sp */
.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;
    }
}


/* h1 hp welcome message */
.hp_h1_welcome{
 	color: #000000;
    text-align: center;
    font-size: 25px;
}

/* filter button mobile fix */
@media screen and (max-width: 767px) {
	#mobile-filters-button {
        top: 115px !important;
        z-index: 101 !important;
    }
}

@media screen and (max-width: 633px) {
	#mobile-filters-button {
        top: 150px !important;
    }
}

/* completed css */
.completed-order-module .start-new-order .start-new-order-button,
.completed-collect-vin-module .submit-button {
	margin-left: auto;
	margin-right: auto;
    color: var(--themeColor);
    border: 2px solid #B0A591;
    padding: 10px 25px 10px 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B0A591;
    font-family: var(--themeFontLight);
    letter-spacing: .05em;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
}

.completed-order-module .start-new-order .start-new-order-button::before,
.completed-collect-vin-module .submit-button::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

#layout_completed {
	padding: 30px 0;
}

.completed-order-module {
	margin-bottom: 0;
}

.completed-whats-next-module .whats-next {
	margin: 30px 0;
}

/* begin shipping outline fix */
.radio-button input[type=radio]:checked~.label-wrapper {
    border-color: #B0A591 !important;
}

.radio-button input[type=radio]:checked+.checkmark {
    background-color: #B0A591 !important;
}
/* end shipping outline fix */

/* shipping disclaimer */
.themeBannerTermWrap {
    display: inline-block;
    padding: 5px 0px;
}

.themeBannerTermWrap a {
	color: #fff;
}

.themeBannerTermWrap a:hover,
.themeBannerTermWrap a:focus {
	color: #fff;
}



.themeBannerTermWrap.openDisclaimer .themeBannerTermBox {
	display: block !important;
}

.themeBannerTermBox {
    display: none;
	position: absolute;
    background-color: #fff;
    color: #000;
    width: auto;
    padding: 15px 15px;
    font-size: 10px;
    z-index: 99;
    top: 30px;
    left: 0;
    right: 0;
    height: auto;
    overflow: auto;
}

@media screen and (max-width: 860px) {
    .themeBannerTermBox {
    	width: 320px;
    }
}

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

@media screen and (max-width: 375px) {
    .themeBannerTermBox {
        right: -70px;
    }
}

.bodyopenDisclaimer .cart-page-layout {
	overflow: auto;
}

.product-purchase-module .purchase-box .product-price .list-label {
	font-size: 17px;
    color: #000;
}

.product-purchase-module .purchase-box .you-save .list-label {
	font-size: 14px;
}

.themeProductContent .product-price .list-label {
	position: relative;
}

.themeBannerTermBoxProduct {
	width: 320px;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);
    top: 16px;
    left: 0;
    height: auto;
    z-index: 9;
    font-size: 12px;
    font-weight: 300;
}

.themeBannerTermWrapVIN a {
	color: #000;
}

.themeBannerTermWrapVIN a:hover,
.themeBannerTermWrapVIN a:focus {
	color: #000;
    text-decoration: none;
}

.themeBannerTermBoxVIn {
	width: 500px;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);
    top: 16px;
    left: 0;
    z-index: 999;
    font-size: 12px;
    font-weight: 300;
}





/* credit card checkout button */
.fa-credit-card:before{
	display:none;
}


/* newsletter section */

.themeNewsWrap {
    max-width: 500px;
    width: 100%;
    padding: 20px 20px;
    background-color: none; 
}

.themeMyGarageContent h3,
.themeNewsWrap .newsletter-main-text {
	font-size: 28px !important;
    font-family: var(--themeFontLight) !important;
    margin-bottom: 20px;
    color: #fff;
    display: block;
    font-weight: 100 !important; 
    letter-spacing: .05em;
}

.themeNewsWrap .newsletter-main-text:after {
	content: "Join to receive special offers, insights, and more.";
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-family: var(--themeFontLight) !important;
    font-weight: normal; 
    letter-spacing: .05em;
}

.themeMyGarageContent p {
	margin-bottom: 20px;
    color: #fff;
}

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

.themeFormGroup input {
	height: 45px;
    width: 100%;
    padding: 10px;
    font-family: var(--themeFontRegular);
    font-size: 16px;
    color: #000;
}

.themeMyGarageContent form p {
	margin-bottom: 0;
}

.themeMyGarageContent form p a {
	font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}

.themeFormGroupButton button {
	width: 100%;
    padding: 10px 10px;
    font-family: var(--themeFontBold);
    color: #fff;
    background-color: var(--themeColor);
    border: 0;
    font-size: 16px;
}

.themeFormGroup input::placeholder {
	font-family: var(--themeFontRegular);
    color: #000;
    font-size: 16px;
}

.themeNewsWrap .newsletter-signup-module.newsletter-inline {
	margin-bottom: 0;
}

.themeNewsWrap .newsletter-signup-module.newsletter-inline .input-custom {
	margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
}

.themeNewsWrap .newsletter-signup-module.newsletter-inline .input-custom input {
	margin: 0;
    flex: 1;
    width: 100%;
    max-width: 100%;
    font-family: var(--themeFontLight);
    font-size: 16px;
    outline: none;
    border: 0;
    height: 44px;
    border-radius:50px;
    padding: 10px 10px 10px 20px;
}

.themeNewsWrap .newsletter-signup-module.newsletter-inline .input-custom input::placeholder {
	font-size: 16px;
    font-family: var(--themeFontLight);
}

.themeNewsWrap .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button {
	background-color: var(--themeButtonColor);
    color: var(--themeColor);
    font-size: 16px;
    font-family: var(--themeFontLight);
    letter-spacing: .05em;
    text-transform: capitalize;
    border: 0;
    width: 100%;
    border-radius: 50px;
    font-weight: 300;
    border: 2px solid var(--themeButtonColor);
    position: relative;
    text-align: center;
}

.themeNewsWrap .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeNewsWrap .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:hover::before {
	border: solid var(--themeButtonColor);
    border-width: 1px 0 0 1px;
}

.themeNewsWrap .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:hover,
.themeNewsWrap .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:focus {
	background-color: transparent;
    color: var(--themeButtonColor);
}

/* part categories */
.themeVehicleBannerWrap {
	position: relative;
}

.themeVehicleBannerImg {
	position: relative;
}

.themeVehicleBannerImg::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(2,11,36);
background: linear-gradient(90deg, rgba(2,11,36,1) 20%, rgba(2,11,36,0.0984768907563025) 70%);
}

.themeVehicleBannerImg img {
	width: 100%;
    height: 500px !important;
    object-fit: cover;
}


.themeVehicleBannerContent p a {
	color: #ffffff;
    text-decoration: underline;
}

.themeVehicleBannerButton a {
	display: inline-block;
    padding: 10px 35px 10px 10px;
    background-color: var(--themeButtonColor);
    font-family: var(--themeFontLight);
    text-align: left;
    width: auto;
    color: var(--themeColor);
    border: 2px solid var(--themeButtonColor);
    transition: all .3s ease-in-out;
    letter-spacing: .05em;
    border-radius: 50px;
    position: relative;
}

.themeVehicleBannerButton a::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeVehicleBannerButton a:hover::before {
	border: solid var(--themeButtonColor);
    border-width: 1px 0 0 1px;
}

.themeVehicleBannerButton a:hover,
.themeVehicleBannerButton a:focus {
	color: var(--themeButtonColor) !important;
    background-color: transparent;
    text-decoration: none !important;
}

.themePartsCategory {
	padding: 40px 0;
}

.themeOEMAfterSection {
	padding: 50px 0;
    overflow: hidden;
}

.theme_cat_tab_content_list02 {
	list-style: none;
    margin-bottom: 0;
    padding: 0 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.theme_cat_tab_content_list02 li {
	position: relative;
}

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

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

.theme_cat_tab_content_list02 p {
	height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    text-align: center;
    padding: 5px 5px;
    font-size: 14px;
    margin-bottom: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(2, 11, 36, 0.8);
    color: #fff;
    font-weight: 400;
    width: 100%;
    border-bottom: 3px solid transparent;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .theme_cat_tab_content_list02 p {
    	position: static;
    }
}

.theme_cat_tab_content_list02 .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.theme_cat_tab_content_list02 .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.theme_cat_tab_content_list02 .owl-nav .fa {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--themeColor);
    font-size: 35px;
}

.themePartsCategoryWrap h3 {
	font-size: 28px;
    margin-bottom: 25px;
    color: #000;
    text-align: center;
}

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

.themePartsCategoryList {
	margin-bottom: 20px !important;
    list-style: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .themePartsCategoryList {
    	gap: 10px;
    }
}

.themePartsCategoryList a {
	display: block;
    font-family: var(--themeFontRegular);
    text-transform: uppercase;
    font-size: .875rem;
    color: #000;
    padding: 10px 0;
    border-bottom: 2px solid #000;
    text-align: center;
}

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

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

@media screen and (max-width: 370px) {
    .themePartsCategoryList a {
    	font-size: 8px;
    }
}

.themePartsCategoryList li.active a {
	border-bottom: 2px solid var(--themeColor);
    color: var(--themeColor);
}

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

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

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

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

.themeSteerListImg {
    margin-bottom: 15px;
}

.themeSteerListImg img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.themeSteerListCard h4 {
    color: var(--themeColor);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.themeSteerListCard p {
    margin-bottom: 0;
    color: var(--themeColor);
    font-size: 15px;
    text-align: center;
    line-height: 1.4;
}


.themeSteerListCard p a{
    text-decoration: underline;
}

/* category */
.theme_cat_tab_list {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    list-style: none;
    margin-bottom: 0;
}

@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(--themeButtonColor);
    color: var(--pink);
    font-family: var(--themeFontBold);
}

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

.theme_cat_tab_link {
	display: inline-block;
    width: 100%;
    padding: 15px 15px;
    text-align: center;
    font-size: 16px;
    color: var(--themeColor);
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
    font-weight: 400;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    letter-spacing: .05em;
    font-family: var(--themeFontLight);
}

@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: 54px;
    }
}

.theme_cat_tab_link:hover, .theme_cat_tab_link:focus {
	color: #000;
    text-decoration: none;
}

@media screen and (max-width: 400px) {
    .theme_cat_tab_link:hover, .theme_cat_tab_link:focus {
    	color: #fff;
    }
}

.tab_content {
	display: none;
}

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

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

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

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

.theme_cat_tab_content_list li {
	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,
.theme_cat_tab_content_list a:focus {
	opacity: 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(2,11,36,0.8);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
    border-bottom: 3px solid transparent;
    transition: all .3s ease-in-out;
}

.category_section .page-builder-layout-module {
	margin-top: 0 !important;
}

.category_section {
	padding: 40px 0;
}

.theme_cat_tab_wrapper .main_title {
    display: inline-block;
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: var(--themeColor);
}

.theme_cat_tab_wrapper .main_title::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 180px;
    background-color: #b0a591;
}


.themeCategorySection {
	padding: 40px 0;
}

.themeCategorySection .container-wrap {
	padding: 0 30px !important;
}

.themeCatList {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin-bottom: 20px;
}

.themeCatItem.active .themeCatLink {
	color: var(--themeColor);
    border-bottom: 2px solid var(--themeColor);
}

.themeCatLink {
	font-size: 16px;
    color: #333;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    font-family: var(--themeFontBold);
}

.themeCatLink:hover,
.themeCatLink:focus {
	text-decoration: none;
    color: var(--themeColor);
    border-bottom: 2px solid var(--themeColor);
}

.themeCatContentList {
	list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.themeCatContentItem {
	width: calc(100%/3 - 5px);
    flex-grow: 1;
    overflow: hidden;
    max-width: 50%;
}

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

.tabContent {
	display: none;
}

.themeCatContentImg {
	overflow: hidden;
}

.themeCatContentImg img {
	width: 100%;
    transition: all .3s ease-in-out;
    height: 390px;
    object-fit: cover;
}

@media screen and (max-width: 425px) {
    .themeCatContentImg img {
    	height: 230px;
        object-fit: cover;
    }
}

.themeCatContentCard {
	position: relative;
}

.themeCatContentCard::before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.themeCatContentLink:hover .themeCatContentImg img,
.themeCatContentLink:focus .themeCatContentImg img {
	transform: scale(1.1);
}

.themeCatContentText {
	margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 20px 20px;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 2;
}

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



/* search listing page */
.page-subheader-component h1, .page-subheader-component h2 {
	margin-top: 0 !important;
    margin-bottom: 15px;
}

.themeNewListingPage {
	padding-bottom: 60px;
}

.themeNewListingPage .container-wrap {
	display: flex;
    flex-wrap: wrap;
}

.themeNewListingPage .page-builder-layout-row {
	display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 767px) {
    .themeNewListingPage .page-builder-layout-row {
    	margin-left: 0;
        margin-right: 0;
    }
}

.themeNewListingPage .row-full-height-md .col-full-height:last-child {
	padding-right: 15px;
}

.themeNewListingLeft {
	background-color: #f5f5f5;
    padding: 20px 20px;
    border-radius: 3px;
}

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

.themeNewListingLeft .search-facets-module {
	padding: 0;
}

.themeNewListingLeft .search-facets-module .facet-wrapper {
	border: 0;
    margin: 0;
}

.themeNewListingPage .catalog-products,
#layout_vehicle-picker-category .catalog-products {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

@media screen and (max-width: 1000px) {
    .themeNewListingPage .catalog-products,
    #layout_vehicle-picker-category .catalog-products {
    	grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    #layout_vehicle-picker-category .catalog-products {
    	margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {
    .themeNewListingPage .catalog-products,
    #layout_vehicle-picker-category .catalog-products {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themeNewListingPage .search-listing-module .catalog-product,
#layout_vehicle-picker-category .catalog-product {
	display: flex;
    flex-direction: column;
    padding: 20px 20px;
    background-color: #f5f5f5;
    border: 0;
    margin: 0;
}

.themeNewListingPage .search-listing-module .catalog-product.row:after,
#layout_vehicle-picker-category .catalog-product.row:after {
	display: none;
}

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

.themeNewListingPage .search-listing-module .catalog-product .product-details-col {
	display: flex;
    flex-direction: column;
    margin: 0;
}

.themeNewListingPage .search-listing-module .catalog-product .product-details-col .col-xs-12 {
	width: 100%;
    padding: 0;
}

.themeNewListingPage .search-listing-module .catalog-product .product-purchase-button .place-order-button svg {
	display: none;
}

.themeNewListingPage .search-listing-module .catalog-product .product-image-col,
#layout_vehicle-picker-category .search-listing-module .catalog-product .product-image-col {
	margin-bottom: 20px;
}

.themeNewListingPage .search-listing-module .catalog-product .add-to-cart-col,
#layout_vehicle-picker-category .search-listing-module .catalog-product .add-to-cart-col {
	margin-block-start: auto;
}

.themeNewListingPage .search-listing-module .catalog-product .add-to-cart-col .product-purchase-button {
	display: block;
    width: 100%;
}

.themeNewListingPage .search-listing-module .catalog-product .product-purchase-button .place-order-button,
#layout_vehicle-picker-category .search-listing-module .catalog-product .product-purchase-button .place-order-button {
	width: 100%;
    border-radius: 50px !important;
    font-size: 16px !important;
    padding: 10px 10px !important;
    letter-spacing: .05em !important;
    background-color: var(--themeButtonColor);
    color: var(--themeColor);
    text-transform: capitalize;
    font-weight: 300 !important;
    border: 2px solid var(--themeButtonColor);
    position: relative;
    text-align: center;
    height: auto;
}

.themeNewListingPage .search-listing-module .catalog-product .product-purchase-button .place-order-button::before,
#layout_vehicle-picker-category .search-listing-module .catalog-product .product-purchase-button .place-order-button::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeNewListingPage .search-listing-module .catalog-product .product-purchase-button .place-order-button:hover,
.themeNewListingPage .search-listing-module .catalog-product .product-purchase-button .place-order-button:focus {
	background-color: transparent;
    color: var(--themeColor);
}

.themeNewListingPage .search-listing-module .catalog-product .product-manufacturer .product-manufacturer-data span strong,
#layout_vehicle-picker-category .search-listing-module .catalog-product .product-manufacturer .product-manufacturer-data span strong {
	display: none;
}

.themeNewListingPage .search-listing-module .catalog-product .product-partnum-category .catalog-product-id a,
#layout_vehicle-picker-category .search-listing-module .catalog-product .product-partnum-category .catalog-product-id a {
	font-weight: 700;
    color: var(--themeColor);
}

.themeNewListingPage .search-listing-module .catalog-product .product-details-col .product-title a,
#layout_vehicle-picker-category .search-listing-module .catalog-product .product-details-col .product-title a {
	color: #000;
}

.search-listing-module .catalog-product .add-to-cart-col .cannot-purchase {
	display: none;
}

.themeNewListingLeft .search-facets-module .facet-title {
	display: block;
    margin-bottom: 0;
    font-family: var(--themeFontBold);
    color: #000;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

.themeNewListingLeft .search-facets-module .facet-title.activeAccordion {
	margin-bottom: 25px;
}

.themeNewListingLeft .search-facets-module ul {
	display: none;
}

.themeNewListingLeft .search-facets-module .facet-title::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 15px;
    background-color: #ccc;
    margin: auto;
}

.themeNewListingLeft .search-facets-module .facet-title:after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    height: 15px;
    width: 3px;
    background-color: #ccc;
    margin: auto;
}

.themeNewListingLeft .search-facets-module .facet-title.activeAccordion:after {
	display: none;
}

.themeNewListingLeft .vehicle-filter-container {
	margin-top: 30px;
}

.themeNewListingLeft .vehicle-filter-container .refine-reset {
	width: 100%;
    border-radius: 50px;
    background-color: var(--themeButtonColor);
    font-size: 16px;
    font-family: var(--themeFontLight);
    text-transform: capitalize;
    color: var(--themeColor);
    letter-spacing: .05em;
    height: 40px;
    font-weight: 300;
    border: 2px solid var(--themeButtonColor);
    position: relative;
    text-align: center;
}

.themeNewListingLeft .vehicle-filter-container .refine-reset::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeNewListingLeft .vehicle-filter-container .refine-reset:hover,
.themeNewListingLeft .vehicle-filter-container .refine-reset:focus {
	background-color: transparent;
    color: var(--themeColor);
}

.themeNewListingLeft .multi-select-facet .show-less, .themeNewListingLeft .multi-select-facet .show-more {
	font-size: 12px;
    margin-top: 5px;
    display: block;
}

.themeNewListingLeft .multi-select-facet li label {
	font-family: var(--themeFontRegular);
}




/* vehicle picker category css */
#layout_oem-vehicle-picker .themeAccList {
	padding: 0 65px;
}

#layout_oem-vehicle-picker .themeAccList .owl-prev,
#layout_oem-vehicle-picker .themeAccList .owl-next {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

#layout_oem-vehicle-picker .themeAccList .owl-prev {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#layout_oem-vehicle-picker .themeAccList .owl-next {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

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

#layout_oem-vehicle-picker .themeAccList .theme_arrow.theme_arrow_left {
	transform: rotate(135deg);
}

#layout_oem-vehicle-picker .themeAccList .theme_arrow.theme_arrow_right {
	transform: rotate(315deg);
}


#layout_vehicle-picker-category .all-component-parts {
	display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 45px;
}

#layout_vehicle-picker-category .oem-assemblies-module .part-group .part-group-container .all-component-parts .label-row {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#layout_vehicle-picker-category .oem-assemblies-module .part-group .part-group-container .all-component-parts .catalog-product {
	flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

#layout_vehicle-picker-category .oem-assemblies-module .part-group .part-group-container .all-component-parts .catalog-product .reference-code-col,
#layout_vehicle-picker-category .oem-assemblies-module .part-group .part-group-container .all-component-parts .catalog-product .product-image-col,
#layout_vehicle-picker-category .oem-assemblies-module .part-group .part-group-container .all-component-parts .catalog-product .product-details-col,
#layout_vehicle-picker-category .oem-assemblies-module .part-group .part-group-container .all-component-parts .catalog-product .add-to-cart-col {
	width: 100%;
    padding: 0;
}

/* Vehicle picker links to buttons */
.oem-vehicle-picker-module .vehicle-column h4 {
	color: #000;
    border-bottom: 0;
    padding-top: 15px;
    position: relative;
}
.oem-vehicle-picker-module .vehicle-column h4::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 50px;
    background-color: #b0a591;
}
.oem-vehicle-picker-module .vehicle-column.non-year ul {
	grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1170px) {
    .oem-vehicle-picker-module .vehicle-column.non-year ul {
    	grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 885px) {
    .oem-vehicle-picker-module .vehicle-column.non-year ul {
    	grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 610px) {
    .oem-vehicle-picker-module .vehicle-column.non-year ul {
    	grid-template-columns: repeat(1, 1fr);
    }
}
.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 black;
	padding: 12px;
	width: 100%;
	background-color: transparent;
	border-radius:50px;
    color: black;
}
.oem-vehicle-picker-module .vehicle-column ul li a:hover {
	border: 1px solid white;
	padding: 12px;
	width: 100%;
	background-color: var(--themeColor);
	border-radius:50px;
	color: #fff;
}
@media only screen and (max-width:767px) {
    .oem-vehicle-picker-module .vehicle-column ul {
        width: 100%;
    }
}

#vehicle-data-lists h2 {
	font-size: 28px;
    text-align: center;
}

.show-all-parts .oem-sidebar-module .all-category-parts, .show-all-parts .search-facets-module .all-category-parts {
	padding: 15px 15px;
    background-color: #fff;
}

.oem-top-level-categories-module .category-list .category {
	color: #000;
}

.oem-top-level-categories-module .category-list .category:hover,
.oem-top-level-categories-module .category-list .category:focus {
	color: var(--themeColor);
}

.card .card-header a:hover {
	color: var(--themeColor);
}

.card .subcategories-list ul li a:hover,
.card .subcategories-list ul li a:focus {
	color: var(--themeColor);
}








/* Vehicle Page Override */

.oem-vehicle-picker-module .vehicle-categories{
    text-align: center;
    margin-bottom: 16px;
    margin-top: 15px;
    color: #000;
}


.oem-vehicle-picker-module .vehicle-categories h3{
    font-size: 28px !important;
}

#page-oem-vehicle-picker .themeVehicleBannerSection,
#layout_page .themeVehicleBannerSection {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 80% 50%;
}

.themeFaqSection {
    display: none;
}

#themeCloneFAQ .themeFaqSection {
    display: block;
    padding: 50px 0;
}

.themeVehicleBannerImg img {
	width: 100%;
    height: 400px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .themeVehicleBannerImg img {
    	height: 500px;
    }
    #page-oem-vehicle-picker .themeVehicleBannerImg img {
        display: none;
    }
}


.themeVehicleBannerBoxCont {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
   	margin-left: auto;
   	margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1000px) {
	.themeVehicleBannerBoxCont {
    	background-color: rgba(2,11,36,0.6);
    }
}

@media screen and (max-width: 767px) {
    #page-oem-vehicle-picker .themeVehicleBannerBoxCont {
    	position: static !important;
        padding: 30px 15px;
    }
}

.themeVehicleBannerContent {
    max-width: 600px;
    width: 100%;
    padding: 20px 20px;
}

/*#page-oem-vehicle-picker .themeVehicleBannerContent {
	background-color: rgba(2,11,36,0.8);
}

@media screen and (max-width: 1000px) {
    #page-oem-vehicle-picker .themeVehicleBannerContent {
    	background-color: transparent;
    }
}*/

.themeVehicleBannerContent h5 {
	color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 40px;
}

.themeVehicleBannerContent h1 {
	font-family: var(--themeFontBold);
    color: #fff;
    margin-bottom: 20px;
}

.themeVehicleBannerContent p {
	color: #fff;
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 1.57;
    letter-spacing: 1px;
    font-family: var(--themeFontLight);
    font-weight: 300;
}

.themeVehicleBannerButton {
	margin-top: 20px;
}

.theme_row {
	display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 767px) {
    .theme_row {
    	margin-left: 0;
        margin-right: 0;
        grid-row-gap: 30px;
    }
}

.theme_align_center {
	align-items: center;
}

.themeRowTitle {
    font-size: 30px;
    font-family: var(--themeFontBold);
    margin-bottom: 25px;
    color: var(--black);
    text-align: center;
}

.theme_content h3 {
    font-size: 28px;
    font-family: var(--themeFontBold);
    margin-bottom: 16px;
    color: #000;
}

.theme_col {
	flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

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

.theme_col_4 {
	flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

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

.theme_col_6 {
	flex: 0 0 50%;
    max-width: 50%;
}

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

.margin_bottom_section {
    margin-bottom: 50px;
}

.themeAccordionItem {
    margin-bottom: 0;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    cursor: pointer;
}

.themeAccordionTitle h4 {
	font-size: 16px;
    color: #000;
    font-family: var(--themeFontBold);
    margin-bottom: 0;
}

.themeAccordionContent {
	margin-top: 15px;
    display: none;
}

.themeAccordionContent p {
	margin-bottom: 0;
}

.oem-vehicle-picker-module .vehicle-categories .categories-table .top-level-category {
	padding: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .oem-vehicle-picker-module .vehicle-categories .categories-table .top-level-category {
    	font-size: 12px;
    }
}

.oem-vehicle-picker-module .vehicle-categories .categories-table tbody tr {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .oem-vehicle-picker-module .vehicle-categories .categories-table tbody tr {
    	grid-template-columns: repeat(2, 1fr);
    }
}

.oem-vehicle-picker-module .vehicle-categories .categories-table tbody .subcategories-row {
    grid-template-columns: repeat(1, 1fr);
}

.oem-vehicle-picker-module .vehicle-categories .categories-table .top-level-category picture {
	width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.oem-vehicle-picker-module #vehicle-data-lists,
.oem-vehicle-picker-module .vehicle-categories {
	max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media screen and (max-width: 1250px) {
    .oem-vehicle-picker-module #vehicle-data-lists,
    .oem-vehicle-picker-module .vehicle-categories {
    	padding: 30px 15px;
    }
}

.oem-vehicle-picker-module .vehicle-column {
	margin-bottom: 0;
    margin-right: 0;
}

.oem-vehicle-picker-module ul {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
}

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

@media screen and (max-width: 450px) {
    .oem-vehicle-picker-module ul {
    	grid-template-columns: repeat(2, 1fr);
    }
}

.oem-vehicle-picker-module .dynamic-content.top {
	margin-bottom: 0;
}

.themeGarageSection {
    background-position: center center;
	padding: 50px 0;
}






.themeGarageSection h3 {
	font-size: 28px;
    font-family: var(--themeFontBold);
    margin-bottom: 20px;
    color: #fff;
    display: block;
}

.themeGarageSection .js-cm-form .js-cm-email-input {
	margin-bottom: 15px;
    flex: 1;
    width: 100%;
    max-width: 100%;
    font-family: var(--themeFontLight);
    font-size: 16px;
    outline: none;
    border: 0;
    height: 44px;
    border-radius: 50px;
    padding: 10px 10px 10px 20px;
}

.themeGarageSection .js-cm-form button {
	background-color: var(--themeButtonColor);
    color: var(--themeColor);
    font-size: 16px;
    font-family: var(--themeFontLight);
    letter-spacing: .05em;
    text-transform: capitalize;
    border: 0;
    width: 100%;
    border-radius: 50px;
    font-weight: 300;
    border: 2px solid var(--themeButtonColor);
    position: relative;
    text-align: center;
    padding: 8px 15px;
}

.themeGarageSection .js-cm-form button::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid #fff;
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeMyGarageContent p {
	margin-bottom: 20px;
    color: #fff;
}

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

.themeFormGroup input {
	height: 45px;
    width: 100%;
    padding: 10px;
    font-family: var(--themeFontRegular);
    font-size: 16px;
    color: #000;
}

.themeMyGarageContent form p {
	margin-bottom: 0;
}

.themeMyGarageContent form p a {
	font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}

.themeFormGroupButton button {
	width: 100%;
    padding: 10px 10px;
    font-family: var(--themeFontBold);
    color: #fff;
    background-color: var(--themeColor);
    border: 0;
    font-size: 16px;
}

.themeFormGroup input::placeholder {
	font-family: var(--themeFontRegular);
    color: #000;
    font-size: 16px;
}

/* header */
/* new nav header mega menu */
.new_main_nav {
	position: relative;
}

.new_main_nav .page-builder-layout-column {
	position: static;
}

.main_nav_list {
	display: flex;
    align-items: center;
    margin-bottom: 0;
    grid-gap: 50px;
    justify-content: center;
    list-style: none;
}

.main_nav_link {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
    padding: 20px 0;
    display: inline-block;
    position: relative;
    font-family: var(--themeFontLight);
    letter-spacing: .05em;
}

.main_nav_link:hover,
.main_nav_link:focus {
	color: #fff;
    opacity: .8;
    text-decoration: none;
}

.main_nav_link::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--themeButtonColor);
    width: 10px;
    margin: auto;
    display: none;
}

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

.main_nav_item_has_child.active .main_nav_mega_menu_wrapper {
	display: block;
}

.main_nav_item_has_child.active .main_nav_link {
	color: #fff;
    opacity: .8;
}

.main_nav_item_has_child.active .main_nav_link::before {
	display: block;
}

.main_nav_mega_title {
    color: var(--themeColor);
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.main_nav_mega_item a {
	color: #000;
}

.main_nav_mega_item a:hover {
	color: var(--themeColor);
    opacity: 1;
}

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

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

.main_nav_mega_menu_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 57px;
    padding: 30px 30px;
    display: none;
    box-shadow: 0px 7px 20px rgb(0 0 0 / 20%);
    z-index: 99;
    border-top: 2px solid var(--themeButtonColor);
}

.themeMainNavMegaListNew {
	display: grid;
    grid-template-columns: repeat(7, 1fr);
    row-gap: 40px;
    column-gap: 15px;
}

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

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

.themeMainNavMegaListNew.hideCard .themeMainNavMegaCard {
	display: none;
}

.themeMainNavMegaCard {
	display: flex;
    gap: 20px;
}

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

.themeMainNavMegaImg img {
	width: 75px;
    height: 80px;
    object-fit: contain;
}

.themeMainNavMegaListCard {
	flex: 1;
    text-align: center;
}

.themeMainNavMegaImg {
	margin-bottom: 10px;
}

.themeMainNavMegaNewViewAll {
	color: var(--themeTextColor);
    font-size: 14px;
}

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

.themeMainNavMegaListCard h3 {
	font-weight: 700;
    color: var(--themeTextColor);
}

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

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

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

.themeMainNavMegaCardList a {
	color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.main_nav_mega_menu_wrapperViewAll {
	top: 0;
    bottom: auto;
    display: none !important;
}

.main_nav_mega_menu_wrapperViewAll .main_nav_mega_img_wrapper {
	text-align: center;
}

.main_nav_mega_menu_wrapperViewAll .main_nav_mega_img_wrapper img {
	width: 100px;
    height: 100px;
    object-fit: contain;
}

.main_nav_mega_menu_wrapperViewAll.active {
	display: block !important;
}

.themeMainNavMegaNewBackButton {
	color: var(--themeTextColor);
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
}

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

.themeMainNav2ndImg {
	flex: 0 0 100px;
    max-width: 100px;
}

.themeMainNav2ndImg img {
	width: 100px;
    height: 80px;
    object-fit: contain;
}

.main_nav_mega_row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.main_nav_mega_img_wrapper img {
	margin-bottom: 15px;
}

.main_nav_mega_img_wrapper p {
	margin-bottom: 0;
    text-align: center;
}

.main_nav_mega_col_3 {
	flex: 0 0 18%;
    max-width: 18%;
    padding-left: 15px;
    padding-right: 15px;
}

.main_nav_mega_col_4 {
	flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.main_nav_mega_col_8 {
	flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
}

.main_nav_mega_col_9 {
	flex: 0 0 82%;
    max-width: 82%;
    padding-left: 15px;
    padding-right: 15px;
}

.main_nav_mega_col_12 {
	flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.main_nav_mega_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    list-style: none;
}

.main_nav_mega_col_12_acc .main_nav_mega_list {
	grid-template-columns: repeat(8, 1fr);
}

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

.main_nav_mega_col_12_acc .themeMainNavMegaImg,
.main_nav_mega_col_12_acc .main_nav_mega_item a {
	text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* end of new nav header mega menu */

/* product page */
.themeProductContent h1.product-title {
	font-family: var(--themeFontBold);
    color: #000;
}

@media screen and (max-width: 767px) {
    .themeProductBreadcrumbs h1.product-title {
    	margin-bottom: 20px;
        font-family: var(--themeFontBold);
    	color: #000;
    }
    .themeProductContent .product-purchase-module {
    	margin-bottom: 20px;
    }
}

.description_body .manufacturer-logos {
	display: inline-block;
}

.description_body .manufacturer-logos img {
	width: 37px !important;
    padding: 0 !important;
}

.themeProductContent .product-title-module {
	padding-top: 0;
}

.themeProductContent .product-left,
.themeProductContent .product-right {
    background-color: #fff;
	padding: 20px 20px;
}

.product_tab_section .product-fitment-module .fitment-table-wrap {
	overflow: auto;
}

.themeProductContent .product-purchase-module .purchase-box .product-fitment,
.themeProductContent .product-purchase-module .purchase-box .purchase-wrapper .add-to-cart {
	border-radius: 50px;
}

.themeProductContent .product-purchase-module .purchase-box .purchase-wrapper .add-to-cart {
	background-color: var(--themeButtonColor);
    color: var(--themeColor);
    font-family: var(--themeFontLight);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .05em;
    border: 2px solid var(--themeButtonColor);
    position: relative;
    padding: 5px 20px;
    width: 100%;
    text-align: center;
}

.themeProductContent .product-purchase-module .purchase-box .purchase-wrapper .add-to-cart::before {
    content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeProductContent .product-purchase-module .purchase-box .purchase-wrapper .add-to-cart:hover,
.themeProductContent .product-purchase-module .purchase-box .purchase-wrapper .add-to-cart:focus {
	background-color: #fff;
    color: var(--themeColor);
}

.product_tab_section {
	padding: 50px 0;
}

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

@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: #d5d5d5;
    color: #000;
    border-top: 2px solid transparent;
    width: 100%;
}

.product_tab_list_link:hover,
.product_tab_list_link:focus {
	border-top: 2px solid var(--themeColor);
    background-color: #fff;
    color: #000;
    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: #fff;
}

.product_tab_content_related .action-button.place-order-button {
	font-size: 14px !important;
    padding: 5px 15px 5px 5px;
    width: 100%;
}

.product_tab_content_related .action-button.place-order-button::before {
	right: 15px;
}

.product-recommended-module .product-recommendations .recommendation-name,
.product-recommended-module .product-recommendations .recommendation:hover .recommendation-name {
	color: var(--themeColor);
}

.product-recommended-module .product-recommendations .recommendation:hover,
.product-recommended-module .product-recommendations .recommendation-name:focus {
	color: var(--themeColor);
}



/* Begin Logo Fix */

.image-logo {
  width: 100% !important;
}

/* Mobile-specific styles */
@media (max-width: 1023px) {
  .image-logo {
    width: 85% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* End Logo Fix */

/* page pet accessories page */
.themePageBanner {
	position: relative;
}

.themePageBanner::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .themePageBanner::before {
    	background-color: rgba(0,0,0,0.5);
    }
    .themePageBanner .banner-vpicker-module .slider .rslides_container .rslides li,
    .themePageBanner .banner-vpicker-module .slider .rslides_container .rslides,
    .themePageBanner .banner-vpicker-module {
    	height: calc(200px + (500 - 200) * ((100vw - 320px) / (768 - 320))) !important;
    }
}

.themePageBanner .banner-vpicker-module .banner-overlay-content .header-text,
.themePageBanner .banner-vpicker-module .banner-overlay-content .custom_content {
	text-align: left;
    font-weight: 300;
    font-family: var(--themeFontLight);
}

.themePageBanner .banner-vpicker-module .banner-overlay-content .custom_content {
	font-size: 1rem;
    letter-spacing: .3px;
}

@media screen and (max-width: 767px) {
    .themePageBanner .banner-vpicker-module .banner-overlay-content .header-text {
    	font-size: 23px !important;
        font-family: var(--themeFontLight) !important;
    }
    .themePageBanner .banner-vpicker-module .banner-overlay-content .custom_content {
        font-size: 16px !important;
        line-height: 1.57 !important;
        letter-spacing: 1px;
        font-family: var(--themeFontLight);
    }
}

.themePageBanner .banner-vpicker-module .banner-overlay-content {
	left: 0;
}

@media screen and (max-width: 767px) {
    .themePageBanner .banner-vpicker-module .banner-overlay-content {
        height: fit-content;
        top: 15px;
        bottom: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        background-color: rgba(2,11,36,0.6);
    }
}

.themePagePadding {
	padding: 50px 0;
}

.themePageProductList .catalog-products {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 30px;
}

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

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

.themePageProductList .search-listing-module .catalog-product {
	margin-left: 0;
    margin-right: 0;
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

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

.themePageProductList .search-listing-module .catalog-product .product-details-col {
	display: flex;
    flex-direction: column;
    margin: 0;
}

.themePageProductList .search-listing-module .catalog-product .product-details-col .col-xs-12 {
	padding: 0;
    width: 100%;
}

.themePageProductList .search-listing-module .catalog-product .product-image-col {
	margin-bottom: 20px;
}

.themePageProductList .search-listing-module .catalog-product .product-partnum-category .catalog-product-id a {
	color: #343434;
}

.themePageProductList .search-listing-module .catalog-product .add-to-cart-col {
	margin-block-start: auto;
}

.themePageProductList .search-listing-module .catalog-product .product-partnum-category .catalog-product-id {
	font-size: 12px;
}

.themePageProductList .search-listing-module .catalog-product .product-more-info {
	font-size: 12px;
    /*min-height: 90px;
    max-height: 150px;*/
    height: auto;
}

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

.themePageProductList .search-listing-module .catalog-product .catalog-info-row strong {
	color: #343434;
}

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

.themePageProductList  .search-listing-module .catalog-product .product-manufacturer {
	margin: 0;
}

.themePageProductList .search-listing-module .catalog-product .product-image-col>a {
	height: 300px;
}

.themePageProductList .search-listing-module .catalog-product .product-details-col .product-title a {
	font-size: 22px;
    color: var(--themeColor);
    font-family: var(--themeFontRegular);
    font-weight: 300;
}

.themePageProductList .search-listing-module .catalog-product:hover .product-image-col>a img {
	transform: scale(1.1);
}

.themePageProductList .search-listing-module .catalog-product .product-image-col>a img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.themePageProductList .search-listing-module .catalog-product .product-purchase-button .place-order-button {
	width: 100%;
    background-color: var(--themeButtonColor);
    color: var(--themeColor) !important;
    text-align: center;
    display: block;
    padding: 10px 10px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--themeFontRegular);
    font-weight: 300;
    height: auto;
}

.search-listing-module .catalog-product .add-to-cart-col .product-purchase-button {
	width: 100%;
}

.themePageProductList .search-listing-module .catalog-product .product-purchase-button .place-order-button svg {
	display: none;
}

.themePageProductList .search-listing-module .catalog-product .product-manufacturer .product-manufacturer-data span strong {
	display: none;
}

.cart-component .cart-flyout .order-item,
.cart-component .cart-flyout .view-cart-link a,
.cart-component .cart-flyout p.total_line .total_title,
.cart-component .cart-flyout p.total_line .amount {
	font-family: var(--themeFontRegular);
    color: var(--themeColor);
}

html body .action-button.place-order-button {
	background-color: var(--themeButtonColor);
    color: var(--themeColor);
    font-family: var(--themeFontLight);
    text-transform: capitalize;
    font-weight: 300 !important;
    font-size: 16px !important;
    letter-spacing: .05em !important;
    border-radius: 50px !important;
    border: 2px solid var(--themeButtonColor);
    position: relative;
}

html body .part-purchase-button .action-button.place-order-button {
	width: 100%;
}

html body .action-button.place-order-button::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

html body .action-button.place-order-button:hover,
html body .action-button.place-order-button:focus {
	background-color: #fff;
}

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

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

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

.themePageProductListImg img {
	width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.themePageProductListContent {
	padding-top: 20px;
}

.themePageProductListContent h3 {
	font-size: 22px;
    color: var(--themeColor);
    font-family: var(--themeFontRegular);
}

.themeMSRP {
	text-decoration: line-through;
    font-size: 12px;
    margin-bottom: 0;
}

.themePartNumber {
	font-size: 12px;
    margin-bottom: 5px;
}

.themePrice {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.themePartLogo img {
    width: 40px;
    filter: invert(1);
    margin-left: 0;
    margin-top: 12px;
}

.themeOtherNames,
.themeDescription {
	font-size: 12px;
    margin-bottom: 5px;
}

.themeButton a {
	background-color: var(--themeButtonColor);
    color: var(--themeColor) !important;
    text-align: center;
    display: block;
    padding: 10px 10px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 25px;
}

.themePageProductListImg {
	overflow: hidden;
}

.themePageProductListLink {
	cursor: pointer;
}

.themePageProductListLink:hover .themePageProductListImg img {
	transform: scale(1.1);
}

/* end of page pet accessories page */



/* fonts */
@font-face {
    font-family:'infiniti-light';
    src:url('https://rparts-sites.s3.amazonaws.com/42394aa61e7f417307148d55124bba0d/design/fonts/InfinitiBrandL1-Light.woff2') format('woff2')
}

@font-face {
    font-family:'infiniti-regular';
    src:url('https://rparts-sites.s3.amazonaws.com/42394aa61e7f417307148d55124bba0d/design/fonts/InfinitiBrandL1-Regular.woff2') format('woff2')
}

@font-face {
    font-family:'infiniti-bold';
    src:url('https://rparts-sites.s3.amazonaws.com/42394aa61e7f417307148d55124bba0d/design/fonts/InfinitiBrandL1-Bold.woff2') format('woff2')
}

@font-face {
    font-family:'infiniti-global';
    src:url('https://rparts-sites.s3.amazonaws.com/42394aa61e7f417307148d55124bba0d/design/fonts/Infiniti-Global.woff2') format('woff2')
}

/* global */
.social-icon {
	color: #b4b4b4;
    font-size: 1.714rem;
}

.social-icon:hover {
	text-decoration: none;
    color: #b4b4b4;
}

.social-icon::before {
	font-family: var(--themeFontGlobal);
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icon.icon-instagram:before {
    content: "";
}

.social-icon.icon-pinterest:before {
    content: "";
}

.social-icon.icon-facebook:before {
    content: "";
}

.social-icon.icon-youtube:before {
    content: "";
}

.social-icon.icon-twitter:before {
    content: "";
}


:root {
	--themeColor: #020b24;
    --themeButtonColor: #B0A591;
    --themeTextColor: #343434;
    --themeFontLight: 'infiniti-light';
    --themeFontRegular: 'infiniti-regular';
    --themeFontBold: 'infiniti-bold';
    --themeFontGlobal: 'infiniti-global';
}

#layout_account-profile {
	padding: 40px 0;
}

.account-profile-form-submit {
	width: 150px;
}

.vp_breadcrumbs li.active {
	border-top: 1px solid #999 !important;
}

.vp_breadcrumbs li.selected {
	border-top: 1px solid #999 !important;
}

.product-fitment-confirmation-module .product-fitment.no-car-selected {
	border: 1px solid var(--themeColor);
}

.cart-page-layout table tbody td .item-description a,
.product-fitment-confirmation-module .product-fitment.no-car-selected i.fa {
	color: var(--themeColor);
}

.collect-vin-form-module .wheres-my-vin-text, .collect-vin-form-module .wheres-my-vin-text:hover {
	color: var(--themeColor);
}

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

.oem-vehicle-picker-module a {
	color: var(--themeColor);
}

.oem-vehicle-picker-module a:hover,
.oem-vehicle-picker-module a:focus {
	text-decoration: underline;
    color: var(--themeColor);
}

.product-badges-module .product-badges .product-badge .badge-text strong {
	font-family: var(--themeFontLight);
    color: var(--themeColor);
}

.pp-list {
	padding: 8px 8px;
    background-color: #fff;
}

.btn-primary {
	border-radius: 50px;
    background-color: var(--themeButtonColor);
    border: 2px solid var(--themeButtonColor);
    color: var(--themeColor);
    font-family: var(--themeFontLight);
    text-transform: capitalize !important;
    letter-spacing: .05em;
    position: relative;
}

.btn-primary::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: transparent !important;
    border: 2px solid var(--themeButtonColor) !important;
    color: var(--themeColor) !important;
    outline: none;
}

.login-user-form-module .login-link:active:focus, .login-user-form-module .login-link:active:hover, .login-user-form-module .login-link:focus, .login-user-form-module .login-link:hover, .login-user-form-module .login-user-form-submit-btn:active:focus, .login-user-form-module .login-user-form-submit-btn:active:hover, .login-user-form-module .login-user-form-submit-btn:focus, .login-user-form-module .login-user-form-submit-btn:hover {
	background-color: transparent !important;
}

a {
	color: var(--themeColor);
}

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

.form-fields .field.block-field input {
	border-radius: 50px !important;
    border: 1px solid var(--themeColor) !important;
    color: var(--themeColor);
    background-color: transparent !important;
    height: 40px;
    font-size: 16px;
    font-family: var(--themeFontLight);
}

.login-user-form-module .login-link, .login-user-form-module .login-user-form-submit-btn {
	border-radius: 50px;
    background-color: var(--themeButtonColor);
    color: var(--themeColor);
    border: 2px solid var(--themeButtonColor);
    font-family: var(--themeFontLight);
    position: relative;
}

.login-user-form-module .login-link:hover, 
.login-user-form-module .login-user-form-submit-btn:hover,
.login-user-form-module .login-user-form-submit-btn:focus {
	background-color: transparent;
    border: 2px solid var(--themeButtonColor);
}

.login-user-form-module .login-link::before, 
.login-user-form-module .login-user-form-submit-btn::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.dealer-selection-modal .modal-container .dealer-confirmation-footer .change-dealer-cancel {
	border-radius: 50px;
    border: 1px solid var(--themeColor);
    color: var(--themeColor);
    font-family: var(--themeFontLight);
    padding-right: 30px;
    position: relative;
}

.dealer-selection-modal .modal-container .dealer-confirmation-footer .change-dealer-cancel::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.dealer-selection-modal .modal-container .dealer-confirmation-footer .change-dealer-cancel:hover::before {
	border: solid #fff;
    border-width: 1px 0 0 1px;
}

.dealer-selection-modal .modal-container .dealer-confirmation-footer .change-dealer-cancel:hover,
.dealer-selection-modal .modal-container .dealer-confirmation-footer .change-dealer-cancel:focus {
	background-color: var(--themeColor);
    color: #fff;
}

.dealer-selection-modal .modal-container .dealer-confirmation-footer button+button {
	background-color: var(--themeColor);
    border-radius: 50px;
    border: 1px solid var(--themeColor);
    padding-right: 30px;
    position: relative;
}

.dealer-selection-modal .modal-container .dealer-confirmation-footer button+button::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid #fff;
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.dealer-selection-modal .modal-container .dealer-confirmation-footer button+button:hover::before {
	border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
}

.dealer-selection-modal .modal-container .dealer-confirmation-footer button+button:hover,
.dealer-selection-modal .modal-container .dealer-confirmation-footer button+button:focus {
	background-color: transparent;
    color: var(--themeColor);
}

.form-caption {
	font-family: var(--themeFontLight);
}

.form-fields .field.block-field input::placeholder {
	color: var(--themeColor);
    font-weight: 300;
    font-family: var(--themeFontLight);
    font-size: 16px;
}

body, html {
	font-family: var(--themeFontLight) !important;
    font-size: 1rem;
    color: var(--themeTextColor);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .05em;
    color: var(--themeColor);
}

.dealer-selection-modal .modal-container .modal-content .modal-body .dealer-selection .zip-input-container .enter-zip-button {
	border-radius: 50px;
    background-color: var(--themeButtonColor);
    border: 2px solid var(--themeButtonColor);
    color: var(--themeColor);
    text-transform: capitalize;
    font-family: var(--themeFontLight);
    letter-spacing: .05em;
    font-weight: 300;
    position: relative;
    padding-right: 30px;
}

.form-errors p,
.form-fields .fieldset-title {
	font-family: var(--themeFontLight);
}

.login-combined-module .login-nav-link a {
	font-weight: 300;
}

.dealer-selection-modal .modal-container .modal-content .modal-body .dealer-selection .zip-input-container .enter-zip-button::before {
    content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.dealer-selection-modal .modal-container .modal-content .modal-body .dealer-selection .zip-input-container .enter-zip-button:hover,
.dealer-selection-modal .modal-container .modal-content .modal-body .dealer-selection .zip-input-container .enter-zip-button:focus {
	background-color: transparent;
}

.login-combined-module button.block-button {
	border-radius: 50px;
    background-color: var(--themeButtonColor);
    border: 2px solid var(--themeButtonColor);
    color: var(--themeColor);
    text-transform: capitalize;
    font-family: var(--themeFontLight);
}

.login-combined-module .login-user-form .form-caption {
	font-family: var(--themeFontRegular);
}

.cart-component .cart-flyout .flyout-action-button span {
	display: none;
}

.cart-component .cart-flyout p.total_line,
.cart-component .cart-flyout .order-item {
	color: var(--themeColor);
}

.login-combined-module .login-user-form .form-caption a {
	font-weight: 300;
}

input, label, select {
	font-family: var(--themeFontRegular);
}

.login-combined-module button.block-button:hover,
.login-combined-module button.block-button:focus {
	background-color: transparent;
}

.collect-vin-form-module .input-custom .vin-form-button {
	border-radius: 50px;
    border: 2px solid var(--themeButtonColor);
    background-color: var(--themeButtonColor);
    color: var(--themeColor);
    font-family: var(--themeFontLight);
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: .05em;
    padding: 8px 35px 8px 8px;
    position: relative;
}

.collect-vin-form-module .input-custom .vin-form-button::before {
    content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.collect-vin-form-module .input-custom .vin-form-button:hover,
.collect-vin-form-module .input-custom .vin-form-button:focus {
	background-color: #fff;
}

.page-content {
	    background: url(https://rparts-sites.s3.amazonaws.com/658351f76e32bcc9bd338af887080dba/design/bodybg.png) bottom / 100% no-repeat #efede9;
}

.modal-backdrop.in {
	opacity: 1;
}

.modal-backdrop {
	background-color: transparent;
    z-index: 0;
}

.button {
	background-color: var(--themeButtonColor);
    border: 2px solid var(--themeButtonColor);
    border-radius: 50px;
    color: var(--themeColor) !important;
    background-image: none;
    text-shadow: none;
    font-size: 12px;
    font-weight: 300;
    font-family: var(--themeFontLight);
}

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

.button:hover,
.button:focus {
	background-color: transparent !important;
    background-image: none;
    text-shadow: none;
}

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

.cart-component .cart-button .cart-items {
	background-color: var(--themeButtonColor);
}

h1, h2, h3, h4, h5, h5 {
    font-family: var(--themeFontLight) !important;
    letter-spacing: .05em;
}

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

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

.container-wrap {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.themeTitle {
	margin-bottom: 30px;
}

.themeTitle h3 {
	display: inline-block;
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 15px;
}

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

.themeTitle h3::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 180px;
    background-color: #b0a591;
}

@keyframes top-bottom {
  from {
    transform: translateY(-100px);;
  }
  to {
    transform: translateY(0px);;
  }
}
.notHome header.container-header {
	position: static;
    background-color: var(--themeColor)
}

/* header */
.themeFlyoutSection {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 400px;
    background-color: var(--themeColor);
    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: 414px) {
    .themeFlyoutSection {
    	width: 100%;
    }
}

.themeFlyoutSection.openFlyout {
	transform: translateX(0);
}

.themeFlyoutSection .container-wrap {
	padding: 0 !important;
}

.themeHeaderSubFlyout {
	display: none;
}

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

.themeHeaderFlyoutLink {
	display: block;
    padding: 8px 20px;
    color: #fff;
    position: relative;
    font-size: 14px;
    height: 31px;
}

.themeHeaderFlyoutLinkNo {
	padding: 8px 10px;
}

.themeHeaderFlyoutLink:hover,
.themeHeaderFlyoutLink:focus {
	color: #fff;
}

.themeHeaderTitle {
    font-family: var(--themeFontCorpoA);
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    height: 31px;
}

.themeHeaderTitle::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    transition: all .3s ease-in-out;
    border: solid #fff;
    border-width: 2px 0 0 2px;
    transform: rotate(136deg);
}

.themeHeaderTitle.activeAccordion::before {
    transform: rotate(405deg);
}

.themeHeaderSoloTitle{
	font-size: 14px;
}

.themeHeaderFlyoutNavItem.hasChild .themeHeaderFlyoutLink::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M278.6 233.4c12.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 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
    position: absolute;
    right: 10px;
    top: 8px;
    width: 7px;
    height: 7px;
    margin: auto;
    filter: invert(1);
}

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

.themeHeaderFlyout {
	margin-bottom: 30px;
}

.themeHeaderFlyoutCardTopTitle {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .themeHeaderFlyoutCardTopTitle {
    	margin-bottom: 10px;
    }
}

.themeHeaderFlyoutCardByBrandPass .themeHeaderFlyoutLink {
	display: flex;
    align-items: center;
    gap: 5px;
}

.themeHeaderFlyoutCardByBrandPass .themeHeaderFlyoutLink svg {
	width: 30px;
    height: 20px;
    fill: #fff;
}

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

.themeHeaderFlyoutCardByBrandPass .themeHeaderSubFlyoutListImg li a {
	flex-direction: column;
    justify-content: center;
    border: 0;
    gap: 10px;
}

.themeHeaderFlyoutCardByBrandPass .themeHeaderSubFlyoutListImg li a img {
	width: 100%;
    height: 130px;
    object-fit: cover;
}

.themeHeaderFlyoutCardByBrandPass .themeHeaderSubFlyoutContent {
	margin-top: 20px;
}

.themeHeaderFlyoutCardByBrandPass .themeHeaderSubFlyoutContent h3 {
	font-family: var(--themeFontCorpoA);
    font-size: 20px;
    padding-left: 15px;
}

.themeHeaderFlyoutCardTopTitle h3 {
	font-family: var(--themeFontCorpoA);
    font-size: 24px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 12px;
    color: #fff;
}

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

.themeHeaderFlyoutCardTopTitle ul a {
	display: block;
    padding: 4px 15px 4px 4px; 
    color: var(--themeColor);
    text-align: center;
    background-color: var(--themeButtonColor);
    border-radius: 50px;
    font-family: var(--themeFontLight);
    letter-spacing: .05em;
    font-size: 12px;
    border: 2px solid var(--themeButtonColor);
    position: relative;
}

.themeHeaderFlyoutCardTopTitle ul a::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeHeaderFlyoutCardTopTitle ul a:hover::before {
	border: solid var(--themeButtonColor);
    border-width: 1px 0 0 1px;
}

.themeHeaderFlyoutCardTopTitle ul a:hover,
.themeHeaderFlyoutCardTopTitle ul a:focus {
	background-color: transparent;
    color: var(--themeButtonColor);
}

.openChildFlyout .themeHeaderFlyoutCardTopTitle {
	display: none;
}

@media screen and (max-width: 414px) {
    .themeHeaderFlyoutCardTopTitle ul a {
    	font-size: 12px;
    }
}

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

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

.themeHeaderFlyoutCardBack {
	margin-bottom: 0;
    display: none;
}

.FlyoutBackButton {
	display: block;
    color: #fff;
    padding: 8px 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.FlyoutBackButton::before {
	content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
    margin: auto;
}

.FlyoutBackButton:hover,
.FlyoutBackButton:focus {
	text-decoration: none;
    color: #fff;
    opacity: .8;
}

.openChildFlyout .themeHeaderFlyout .themeHeaderTitle,
.openChildFlyout .themeHeaderFlyout .themeHeaderFlyoutLink {
	display: none;
}

.openChildFlyout .themeHeaderFlyoutCardBack {
	display: block;
}

.openSubFlyout .themeHeaderSubFlyout {
	display: block;
}

.openSubFlyout .themeHeaderFlyoutCard {
	margin-bottom: 0;
}

.themeHeaderSubFlyoutWrap a h3 {
	display: block;
    padding: 15px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    background-color: var(--themeColor);
    color: #fff;
    text-align: center;
    font-family: var(--themeFontCorpoA);
}

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

.themeHeaderSubFlyoutListImg {
	list-style: none;
    margin-bottom: 20px;
}

.themeHeaderSubFlyoutListImg li a {
	display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 14px;
}

.themeHeaderSubFlyoutListImg li:last-child a {
	border-bottom: 0;
}

.themeHeaderSubFlyoutListImg li a img {
	width: 30px;
}

.themeHeaderFlyoutCard .themeHeaderButtonAll {
	padding: 0 15px;
}

.themeHeaderFlyoutCardClose {
    position: absolute;
    right: 10px;
    top: 0;
    margin-bottom: 0;
    z-index: 99999;
}

.FlyoutCloseButton svg {
	width: 30px;
    height: 30px;
    transform: rotate(45deg);
    fill: #fff;
}

.openFlyoutBefore {
	overflow: hidden;
    position: relative;
    height: auto;
}

.openFlyoutBefore::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
}

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


header.container-header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    header.container-header {
    	position: static;
    }
}

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

header.container-header.sticky .themeHeader {
	position: fixed;
    left: 0;
    right: 0;
    top: 00;
    z-index: 101;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
    animation: top-bottom .5s;
}

.notHome header.container-header.sticky .themeHeader {
	top: 48px;
}

@media screen and (max-width: 767px) {
    .notHome header.container-header.sticky .themeHeader {
    	top: 40px;
    }
}

.themeHeader {
    background-color: transparent;
	padding: 15px 0px;
}

@media screen and (max-width: 767px) {
    .themeHeader {
    	background-color: var(--themeColor);
    }
}

.themeHeader .desktop-only .themeHamburgerWrap .hamBar3,
.themeHeader .desktop-only .themeHamburgerWrap .hamBar2 {
	left: 0;
}

.themeHeader .find-dealer-button .find-dealer-text {
	color: #fff;
    font-size: 16px;
}

.themeHeader .find-dealer-button .find-dealer-text:hover,
.themeHeader .find-dealer-button .find-dealer-text:focus {
	color: #fff;
}

header.sticky .themeHeader .find-dealer-button .find-dealer-text {
	color: var(--themeColor);
}

.themeHeader .find-dealer-button {
	margin-top: -3px;
}

.themeHeader .fa-location-arrow {
	color: #fff;
}

header.sticky .themeHeader .fa-location-arrow {
	color: var(--themeColor);
}

.themeHeader .container-wrap {
	padding: 0 30px !important;
}

@media screen and (max-width: 767px) {
    .themeHeader .container-wrap {
    	padding: 0 15px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .themeHeader .container-wrap:after {
    	display: none;
    }
}

@media screen and (max-width: 500px) {
    .themeHeader .container-wrap {
    	flex-direction: column;
        justify-content: center;
        gap: 20px;
        align-items: normal;
    }
}

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

@media screen and (max-width: 1000px) {
    .themeHeader .page-builder-layout-column-wrap {
    	flex-wrap: wrap;
    }
    .themeHeader .themeLogoHeader {
    	flex: 0 0 100%;
        max-width: 100%;
    }
}

.themeHeader .themeLogoMobile {
	display: none;
}

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

@media screen and (max-width: 767px) {
    .themeHeader .page-builder-layout-column-wrap {
    	justify-content: flex-end;
        gap: 15px;
    }
    .themeHeader .themeLogoMobile {
        display: block;
    }
    .themeHeader .themeLogoMobile .page-builder-layout-column-wrap {
    	justify-content: flex-start;
    }
}

@media screen and (max-width: 500px) {
    .themeHeader .themeLogoMobile .page-builder-layout-column-wrap {
    	justify-content: center;
    }
    .themeHeader .page-builder-layout-column-wrap {
    	justify-content: space-around;
    }
}

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

.themeHeader .links-list {
	display: flex !important;
    align-items: center;
    gap: 20px;
}

.themeHeader .store-logo-link img {
	margin: 0;
    max-height: 20px;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .themeHeader .store-logo-link img {
    	max-height: 25px;
    }
}

header.sticky .themeHeader .store-logo-link img {
	filter: invert(1);
}

.themeHeader .garage-component.svg-icons .garage-icon {
	display: none;
}

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

.themeHeader .garage-component.svg-icons .garage-text {
	margin-left: 0;
    color: var(--themeColor);
    border: 2px solid #B0A591;
    padding: 10px 25px 10px 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B0A591;
    font-family: var(--themeFontLight);
    letter-spacing: .05em;
    position: relative;
}

.themeHeader .garage-component.svg-icons .garage-text.flyout-select {
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .themeHeader .garage-component.svg-icons .garage-text {
    	padding-top: 5px;
    	padding-bottom: 5px;
        font-size: 12px;
    }
}

.themeHeader .garage-component.svg-icons .garage-text::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeHeader .garage-component.svg-icons .garage-text:hover::before {
	border: solid var(--themeButtonColor);
    border-width: 1px 0 0 1px;
}

header.sticky .themeHeader .garage-component.svg-icons .garage-text:hover::before {
	border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
}

header.sticky .themeHeader .garage-component.svg-icons .garage-text {
	border: 2px solid #B0A591;
    color: var(--themeColor);
    background-color: var(--themeButtonColor);
}

header.sticky .themeHeader .garage-component.svg-icons .garage-text:hover, 
header.sticky .themeHeader .garage-component.svg-icons .garage-text:focus {
	color: var(--themeColor);
    border: 2px solid var(--themeButtonColor);
    background-color: transparent;
}

.themeHeader .garage-component.svg-icons .garage-text:hover,
.themeHeader .garage-component.svg-icons .garage-text:focus {
	text-decoration: none;
    background-color: transparent;
    color: #B0A591;
}

.themeHeader .garage-component.svg-icons .garage-text .fa {
	display: none;
}

.themeHeader .search-bar-component input {
	height: 50px;
    padding: 10px 10px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    outline: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
}

header.sticky .themeHeader .search-bar-component input {
	border: 1px solid var(--themeColor);
    color: var(--themeColor);
}

.themeHeader .search-bar-component input::placeholder {
	font-family: var(--themeFontLight);
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
}

header.sticky .themeHeader .search-bar-component input::placeholder {
	color: var(--themeColor);
}

.themeHamburgerWrap {
	position: relative;
    height: 18px;
    width: 30px;
    cursor: pointer;
}

.themeHamburgerWrap span {
	position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    width: 100%;
}

header.sticky .themeHamburgerWrap span {
	background-color: var(--themeColor);
}

.themeHamburgerWrap .hamBar2 {
	top: 8px;
    width: 15px;
    left: auto;
}

.themeHamburgerWrap .hamBar3 {
	bottom: 0;
    top: auto;
    width: 8px;
    left: auto;
}

.themeHeader .search-bar-component button {
	display: none;
}

.themeHeader .cart-component {
	min-width: auto;
    top: 3px;
}

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

.themeHeader .cart-component .cart-button .cart-text {
	display: none;
}

.themeHeader .cart-component .cart-button .cart-icon .fa {
	font-size: 35px;
    transition: all .3s ease-in-out;
    display: none;
}

.themeHeader .cart-component .cart-button .cart-icon .cart_icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

header.sticky .themeHeader .cart-component .cart-button .cart-icon .cart_icon svg {
    fill: #000;
}

.themeHeader .cart-component .cart-button .cart-icon {
	display: flex;
    align-items: center;
    margin-right: 0;
}

header.sticky .themeHeader .cart-component .cart-button .cart-icon .fa {
	color: #000;
}

.themeHeader .cart-component .cart-button .cart-icon .fa:hover,
.themeHeader .cart-component .cart-button .cart-icon .fa:focus {
	color: var(--themeColor);
}

.themeSearchMobile svg {
	width: 20px;
    height: 20px;
    fill: #fff;
    cursor: pointer;
    display: none;
}

.themeSearchMobile svg.searchIcon {
	display: block;
}

.themeSearchMobile.openSearch svg.searchIcon {
	display: none;
}

.themeSearchMobile.openSearch svg.closeIcon {
	display: block;
    transform: rotate(45deg);
}

header.sticky .themeSearchMobile svg {
	fill: #000;
}

@media screen and (max-width: 767px) {
    .themeSearchBar {
    	display: none;
    }
    .themeSearchBar.searchOpen {
    	display: block;
        position: absolute;
        top: 100px;
        z-index: 999;
        left: 15px;
        right: 15px;
    }
    .themeSearchBar.searchOpen .search-bar-component input {
    	background-color: #fff;
        color: #000;
    }
    .themeSearchBar.searchOpen .search-bar-component input::placeholder {
    	color: #000;
    }
    .themeHeader .page-builder-layout-row .col-md-12 {
    	position: static;
    }
    .themeHeader .search-bar-component button {
    	display: block;
        background-color: transparent;
        color: #000;
    }
}

@media screen and (max-width: 500px) {
    .themeSearchBar.searchOpen {
    	top: 125px;
    }
}

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

header.sticky .themeHeader .links-list a {
	color: var(--themeColor);
}

.themeHeader .links-list a:hover,
.themeHeader .links-list a:focus {
	text-decoration: none;
    color: #fff;
}

.themeNav {
	padding: 15px 0;
}

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

.themeNav .container-wrap {
	padding: 0 !important;
}

.themeNavList {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    list-style: none;
}

.themeNavLink {
	text-transform: uppercase;
    font-size: 16px;
    font-family: var(--themeFontBold);
    color: #fff;
    transition: all .3s ease-in-out;
    display: inline-block;
    padding: 15px 15px;
    border-bottom: 2px solid transparent;
}

.themeNavLink:hover,
.themeNavLink:focus {
	text-decoration: none;
    border-bottom: 2px solid var(--themeColor);
    color: #fff;
}

/* banner */
.themeBanner {
	position: relative;
}

.themeBanner .container-wrap {
	padding: 0 !important;
}

.themeBannerImage {
	position: relative;
    height: 800px;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .themeBannerImage {
    	height: 500px;
    }
}

.themeBannerImage::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .themeBannerImage::before {
    	opacity: 1;
    }
}

.themeBannerImage img {
	width: 100%;
    height: 800px;
    object-fit: cover;
}

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

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

.themeBannerList .theme_arrow_left svg {
    transform: rotate(-90deg);
}

.themeBannerList .theme_arrow_right svg {
    transform: rotate(90deg);
}

.themeBannerContent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .themeBannerContent {
    	padding-left: 60px;
        padding-right: 60px;
    }
}

.themeBannerContent .h1 {
	color: #fff;
    font-family: var(--themeFontRegular);
    font-size: 1.875rem;
    line-height: normal;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .themeBannerContent .h1 {
    	font-size: 1.375rem;
        text-align: center;
    }
}

.themeBannerContent p {
	color: #fff;
    margin-bottom: 40px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .themeBannerContent p {
    	text-align: center;
    }
}

.themeBannerButton a {
	display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 50px;
    border: 2px solid #B0A591;
    background-color: #B0A591;
    max-width: 140px;
    text-align: left;
    width: 100%;
    color: var(--themeColor);
    font-family: var(--themeFontLight);
    letter-spacing: .05em;
    position: relative;
}

.themeBannerButton a::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeBannerButton a:hover::before {
	border: solid var(--themeButtonColor);
    border-width: 1px 0 0 1px;
}

@media screen and (max-width: 767px) {
    .themeBannerButton {
    	text-align: center;
    }
    .themeBannerButton a {
    	font-size: 16px;
        padding: 8px 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

.themeBannerButton a:hover,
.themeBannerButton a:focus {
    text-decoration: none;
    color: #B0A591;
    background-color: transparent;
}

/* model */
.themeModelContentList:hover .owl-prev,
.themeModelContentList:hover .owl-next {
	opacity: 1;
}

.themeModelContentList .owl-prev,
.themeModelContentList .owl-next {
    background-color: var(--themeColor) !important;
	display: flex !important;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    opacity: 0;
    transition: all .3s ease-in-out;
    margin: auto !important;
}

.themeModelContentList .owl-nav .disabled {
	background-color: var(--themeColor);
   	cursor: not-allowed;
}

@media screen and (max-width: 767px) {
	.themeModelContentList .owl-prev,
    .themeModelContentList .owl-next {
    	opacity: 1;
    }
}

.themeModelContentList .owl-prev {
	position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.themeModelContentList .owl-next {
	position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

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

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

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


.themeModel {
    padding: 30px 0;
}

.themeModel .container-wrap {
	padding: 0 30px !important;
}

@media screen and (max-width: 900px) {
    .themeModel .container-wrap {
    	padding: 0 15px !important;
    }
}

.themeModelTitle {
	margin-bottom: 20px;
}

.themeModelTitle h3 {
	text-align: center;
    font-size: 25px;
    font-family: var(--themeFontBold);
    margin-bottom: 0;
    color: var(--themeColor);
}

@media screen and (max-width: 767px) {
    .themeModelTitle h3 {
    	color: #000;
        font-size: 18px;
    }
}

.themeModelCatList {
	list-style: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.themeModelCatList li.active .themeModelCatLink {
	font-family: var(--themeFontBold);
}

.themeModelCatLink {
	color: var(--themeColor);
}

@media screen and (max-width: 767px) {
    .themeModelCatLink {
        color: var(--themeColor);
    }
}

.themeModelCatLink:hover,
.themeModelCatLink:focus {
	color: var(--themeColor);
}

.themeModelCatLink:focus {
	text-decoration: none;
}

.themeModelContentWrapper {
	max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

.tabModelContent {
	display: none;
}

.themeModelContentList {
	list-style: none;
    margin-bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

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


.themeModelContentImg img {
	transition: all .3s ease-in-out;
    height: 100px;
    width: 150px;
    object-fit: cover;
}

@media screen and (max-width: 449px) {
    .themeModelContentImg img {
        height: 160px;
    }
}

.themeModelContentList a:hover .themeModelContentImg img,
.themeModelContentList a:focus .themeModelContentImg img {
	transform: scale(1.1);
}

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

.themeModelContentImg p {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    padding: 2px;
    border-bottom: 2px solid transparent;
}

.themeModelContentList a:hover p, .themeModelContentList a:focus p {
    border-bottom: 2px solid var(--themeColor);
}

/* category */
.themeCategorySection {
	padding: 40px 0;
}

.themeCategorySection .container-wrap {
	padding: 0 30px !important;
}

.themeCatList {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin-bottom: 20px;
}

.themeCatItem.active .themeCatLink {
	color: var(--themeColor);
    border-bottom: 2px solid var(--themeColor);
}

.themeCatLink {
	font-size: 16px;
    color: #333;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    font-family: var(--themeFontBold);
}

.themeCatLink:hover,
.themeCatLink:focus {
	text-decoration: none;
    color: var(--themeColor);
    border-bottom: 2px solid var(--themeColor);
}

.themeCatContentList {
	list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.themeCatContentItem {
	width: calc(100%/3 - 5px);
    flex-grow: 1;
    overflow: hidden;
    max-width: 50%;
}

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

.tabContent {
	display: none;
}

.themeCatContentImg {
	overflow: hidden;
}

.themeCatContentImg img {
	width: 100%;
    transition: all .3s ease-in-out;
    height: 390px;
    object-fit: cover;
}

@media screen and (max-width: 425px) {
    .themeCatContentImg img {
    	height: 230px;
        object-fit: cover;
    }
}

.themeCatContentCard {
	position: relative;
}

.themeCatContentCard::before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.themeCatContentLink:hover .themeCatContentImg img,
.themeCatContentLink:focus .themeCatContentImg img {
	transform: scale(1.1);
}

.themeCatContentText {
	margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 20px 20px;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 2;
}

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

/* collection */
.themeCollection {
    background-image: url(https://rparts-sites.s3.amazonaws.com/658351f76e32bcc9bd338af887080dba/design/infiniti_life.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	padding: 100px 0;
}

.themeCollection .container-wrap {
	padding: 0 30px !important;
}

.themeCollectionWrapper {
	background-color: var(--themeColor);
    padding: 40px 20px;
    max-width: 400px;
    width: 100%;
}

.themeCollectionContent h3 {
	color: #fff;
    font-size: 22px;
    font-family: var(--themeFontBold);
    text-align: center;
}

.themeCollectionContent p {
	text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.themeCollectionButton a {
	display: inline-block;
    padding: 10px 25px;
    font-family: var(--themeFontBold);
    border: 2px solid var(--themeButtonColor);
    border-radius: 50px;
    color: var(--themeColor);
    background-color: var(--themeButtonColor);
}

.themeCollectionButton a:hover,
.themeCollectionButton a:focus {
	text-decoration: none;
    background-color: transparent;
    color: var(--themeButtonColor);
}	

/*
	WHAT WE OFFER
*/
.themeShop .container-wrap {
	padding: 0 30px !important;
}

.theme_offer_section {
	padding: 40px 0;
}

.theme_offer_section .page-builder-layout-module {
	margin-top: 0 !important;
}

.theme_offer_wrapper .theme_title {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #C9C9C9;
}

.theme_offer_wrapper .theme_title h3 {
	font-family: var(--themeFontBold);
    font-size: 22px;
    margin-bottom: 0;
}

@media screen and (max-width: 630px) {
    .theme_offer_wrapper .theme_title {
    	display: block;
    }
}

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

@media screen and (max-width: 630px) {
    .theme_title_tab_list {
        grid-gap: 20px;
        justify-content: center;
        margin-top: 20px;
    }
}

.theme_title_tab_list li.active a {
	color: #000;
    border-bottom: 2px solid var(--themeColor);
}

.theme_title_tab_list li a {
	font-size: 16px;
    color: #969696;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    font-weight: 700;
    display: inline-block;
}

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

@media screen and (max-width: 840px) {
    .theme_title_tab_list li a {
    	font-size: 14px;
    }
}

.theme_title_tab_list li a:hover, .theme_title_tab_list li a:focus {
	color: #000 !important;
}

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

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

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

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

.theme_tab_content_slider {
	display: none;
}

.theme_tab_slider_card {
	background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02);
    border-radius: 3px;
    padding: 20px 20px;
    height: 440px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 500px) {
    .theme_tab_slider_card {
    	height: auto;
    }
}

.theme_tab_slider_img {
	text-align: center;
    overflow: hidden;
}

.theme_tab_slider_img img {
	width: 200px;
    transition: all .3s ease-in-out;
}

.theme_tab_slider_link {
	color: #000;
}

.theme_tab_slider_link:hover, .theme_tab_slider_link:focus {
	color: #000 !important;
    text-decoration: none;
}

.theme_tab_slider_link:hover .theme_tab_slider_img img {
	transform: scale(1.1);
}

.theme_tab_slider_card small {
	font-size: 14px;
    font-weight: 500;
    color: #969696;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-block;
}

.theme_tab_slider_card p {
	font-size: 20px;
}

.theme_tab_slider_price {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-start: auto;
}

.theme_tab_slider_number {
	margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}

.theme_tab_slider_cart_icon img {
	width: 20px;
    filter: opacity(0.4);
}

#themeBannerList .owl-prev,
#themeBannerList .owl-next {
    background-color: transparent;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
	#themeBannerList .owl-prev,
    #themeBannerList .owl-next {
    	width: 40px;
    	height: 40px;	
    }
}

#themeBannerList .owl-prev {
	left: 0;
}

#themeBannerList .owl-next {
	right: 0;
}

.theme_arrow svg {
	font-size: 50px;
    fill: var(--themeButtonColor);
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 767px) {
    .theme_arrow svg {
    	font-size: 40px;
        width: 40px;
    	height: 40px;
    }
}

#themeBannerList .owl-dots {
    max-width: 1250px;
    width: auto;
	position: absolute;
    left: 15px;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    right: 15px;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    justify-content: center;
}

#themeBannerList .owl-dot span {
	opacity: .25;
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

#themeBannerList .owl-dot.active span {
	opacity: 1;
    background-color: var(--themeButtonColor);
}

/* footer */
.to_top_wrapper {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .to_top_wrapper {
    	height: 40px;
    	width: 40px;
    }
}

.to_top_arrow {
    position: relative;
    width: 30px;
    height: 30px;
    border: solid var(--themeButtonColor);
    border-width: 2px 0 0 2px;
    transform: rotate(45deg);
    top: 10px;
}

@media screen and (max-width: 767px) {
    .to_top_arrow {
    	width: 15px;
        height: 15px;
        top: 0;
    }
}

.themeCopyText p {
	color: #b4b4b4;
    font-size: 12px;
}

.themeFooterSection {
	background-color: var(--themeColor);
    padding: 120px 0 40px 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .themeFooterSection {
    	padding: 80px 0 40px 0;
    }
}

.themeFooterSection .page-builder-layout-column {
	position: static;
}

.themeFooterSection .container-wrap {
	padding: 0 30px !important;
}

.themeFooterTop {
	margin-bottom: 40px;
}

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

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

.themeFooterTop .links-list {
	display: flex !important;
    align-items: center;
    gap: 10px;
}

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

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

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

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

.themeFooterMiddle .links-list-module.links-display-block .heading {
	color: #fff;
    text-transform: uppercase;
    font-weight: normal !important;
    display: block;
    margin-bottom: 30px;
}

.themeFooterMiddle .links-list-module.links-display-block .links-list {
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.themeFooterMiddle .links-list-module.links-display-block .links-list a {
	color: #b4b4b4;
}

.themeFooterMiddle {
	margin-bottom: 40px;
}

.themeSocialList {
	margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.themeSocialList svg {
	fill: #b4b4b4;
}

.themeFooterBottom {
	margin-bottom: 40px;
}

.themeFooterBottomEnd .links-list {
	display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}

@media screen and (max-width: 1170px) {
    .themeFooterBottomEnd .links-list {
    	flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

.themeFooterBottomEnd .links-list li {
	padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #b4b4b4;
    line-height: 14px;
    font-size: 12px;
}

.themeFooterBottomEnd .links-list li:last-child {
	border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.themeFooterBottomEnd .links-list li:last-child a {
	display: inline-block;
    padding: 5px 25px 5px 5px;
    position: relative;
}

.themeFooterBottomEnd .links-list li:last-child a::before {
    content: "";
    width: 9px;
    height: 9px;
    border: solid #b4b4b4;
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeFooterBottomEnd .links-list li:last-child a:hover,
.themeFooterBottomEnd .links-list li:last-child a:focus {
	text-decoration: none;
}

.themeFooterBottomEnd .links-list a {
    color: #b4b4b4;
    line-height: 14px;
    font-size: 12px;
}

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

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

.listRight li {
	color: #b4b4b4;
}

/* themeAccSection */
.themeAccSection {
	padding: 40px 0;
}

.themeAccSection .container-wrap {
	padding: 0 30px !important;
}

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

.themeAccCard {
	background-color: #f6f6f6;
    padding: 15px 15px;
}

.themeAccCard .action-button.place-order-button {
	width: 100%;
}

.themeAccImg {
	margin-bottom: 15px;
}

.themeAccImg img {
	height: 250px;
    object-fit: contain;
    width: 100%;
}

#layout_oem-vehicle-picker .themeAccImg img {
	height: 150px;
    object-fit: contain;
}

#layout_oem-vehicle-picker .themeAccContent h3 {
	height: 55px;
}

.themeAccContent h3 {
	font-weight: 300;
    font-size: 16px;
    margin-bottom: 30px;
    height: 55px;
    
}

.themeAccLink {
	color: var(--themeTextColor);
}

.themeAccButton {
	display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    text-align: center;
}

.themeAccButton a {
	display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #B0A591;
    padding: 10px 15px;
    color: var(--themeColor);
    border-radius: 50px;
    border: 2px solid #B0A591;
    font-size: 16px;
    font-family: var(--themeFontLight);
    letter-spacing: .05em;
    margin: auto;
    position: relative;
}

.themeAccButton a::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeAccButton a:hover,
.themeAccButton a:focus {
	text-decoration: none;
    color: var(--themeColor);
    background-color: transparent;
}

.themeSteerTitle h3 {
	padding-top: 15px;
    margin-bottom: 25px;
    position: relative;
    font-size: 22px;
    color: var(--themeColor);
    text-transform: capitalize;
}

.themeSteerTitle h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 50px;
    background-color: var(--themeButtonColor);
}

/* location */
.themeLocationSection {
	padding: 40px 0;
}

.themeLocationSection .container-wrap {
	padding: 0 30px !important;
}


/* new header updated version */
@media screen and (max-width: 1000px) {
	.headerNNALogo {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .headerNNAHamburgerMobile {
    	position: absolute;
        left: 15px;
        top: 20px;
    }
    .headerNNACartButton {
    	position: absolute;
        right: 15px;
        top: 20px;
    }
    .headerNNASearchIcon {
    	position: absolute;
        right: 60px;
        top: 23px;
    }
    .themeSearchBar.searchOpen {
    	top: 90px;
    }
    .notHome .headerNNAHamburgerMobile,
    .notHome .headerNNACartButton,
    .notHome .headerNNASearchIcon {
    	top: 70px;
    }
    .notHome .sticky .headerNNAHamburgerMobile,
    .notHome .sticky .headerNNACartButton,
    .notHome .sticky .headerNNASearchIcon {
    	top: 20px;
    }
}

/* cart cyber promo */
.page-builder-page-layout .page-builder-layout-column.block-modules .page-builder-layout-module+.page-builder-layout-module.cartCyberPromo {
	margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.cartCyberPromo .themeBannerCard {
	position: relative;
}

.cartCyberPromo .themeBannerHpContent {
    top: 40px;
    max-width: 100%;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .cartCyberPromo .themeBannerHpContent {
    	top: 0;
    }
}

.cartCyberPromo .themeBannerImage {
	background-image: url(https://rparts-sites.s3.amazonaws.com/491217ffddd9a9fb5aff9990c170c053/design/cyber-accessories/bmsm_hp_inf_mobile_bkg.webp);
    height: 400px;"
}



.sold-in-qty {
display: none!

}