/* ticker */
.themeTickerSection {
	position: relative;
	background-color: #000;
    height: 48px;
    display: block;
    padding: 10px 0;
}

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

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

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

.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 {
	text-decoration: none;
}

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

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

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

/* layout_catalog */
#layout_catalog .themeNewListingPage {
	padding-top: 40px;
}

.product-images-module .product-images .product-main-image-link img.centered {
	width: 100%;
    object-fit: contain;
}

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

/* forsberg page */
.themeForsbergGallery {
	list-style: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

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

.themeForsbergGallery img {
	width: 100%;
}

.themeForsbergPackageSlider {
    position: relative;
	list-style: none;
    margin-bottom: 0;
}

.themeForsbergPackageSlider .owl-prev {
	position: absolute;
    left: 0;
    top: 250px;
    display: flex !important;
    padding: 0 !important;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .themeForsbergPackageSlider .owl-prev {
    	top: 150px;
    }
}

.themeForsbergPackageSlider .owl-next {
	position: absolute;
    right: 0;
    top: 250px;
    display: flex !important;
    padding: 0 !important;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .themeForsbergPackageSlider .owl-next {
    	top: 150px;
    }
}

.themeForsbergPackageSlider .owl-prev .fa {
	height: 40px;
    width: 40px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
    color: #fff;
}

.themeForsbergPackageSlider .owl-next .fa {
	height: 40px;
    width: 40px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
    color: #fff;
}

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

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

.themeForsbergPackageImgListItem {
	border: 5px solid transparent;
}

.themeForsbergPackageImgListItem.active {
	border: 5px solid var(--themeColor);
}

.themeExploreModelItem {
	background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

.themeExploreModelC:nth-child(1) {
	flex: 0 0 50%;
    max-width: 50%;
}

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

@media screen and (max-width: 1000px) {
    .themeExploreModelC:nth-child(1) {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .themeExploreModelCol {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

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

.themeForsbergImg img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
    .themeForsbergImg img {
    	height: 500px;
    }
}
.themeNewPageBannerTop .forsberg_img {
    margin-bottom: 18px;
    margin-top: 32px;
}

.forsberg_img{
	width: 35% !important;
}

/* Desktop Styles */
.forsberg_h1 {
    font-family: 'nissan-light' !important;
    color: #ffffff !important;
    font-size: 2.75rem !important;
}

.forsberg_p {
    font-family: 'nissan-light' !important;
    color: #ffffff !important;
    font-size: 1.25rem !important;
}

/* Mobile Styles (Media Query) */
@media (max-width: 768px) { /* Adjust width as needed for your breakpoint */
    .forsberg_h1 {
        font-size: 1.80rem !important; /* Smaller font size for mobile */
    }

    .forsberg_p {
        font-size: 1.00rem !important; /* Smaller font size for mobile */
    }
    
    .themeNewPageBannerBottom p{
    	font-size: 9px !important;
    }
}



.themeForsbergAccessorySection {
	padding: 50px 0;
}

.themeForsbergAccessoryTitle h2,
.themeForsbergAccessoryTitle h3 {
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.themeForsbergAccessoryTitle h3 {
	display: inline-block;
}

.themeForsbergAccessoryTitle h2::before,
.themeForsbergAccessoryTitle h3::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: var(--themeColor);
}

.themeForsbergAccessoryTitle h3::before {
	right: 0;
    margin: auto;
}

.themeForsbergAccessoryWrap p {
	margin-bottom: 30px;
    color: #000;
}

.themeForsbergAccessorySection .themeBannerButton a:hover,
.themeForsbergAccessorySection .themeBannerButton a:focus {
	background-color: var(--themeColor);
}

.themeForsbergAccessorySection .page-builder-layout-row:after {
	display: none;
}

.themeForsbergAccessorySection .page-builder-layout-row {
	display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .themeForsbergAccessorySection .page-builder-layout-row {
    	flex-direction: column;
        gap: 30px;
    }
}

.themeForsbergAccessorySection figure {
	margin-bottom: 0;
}

.themeForsbergPackageSection {
	padding: 50px 0;
}

.themeForsbergPackageSection .themeForsbergAccessoryTitle {
	text-align: center;
}

.themeExploreModelVideo iframe {
	width: 100%;
    height: 400px;
}

.themeForsbergPackageSection .links-list {
	display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

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

#accessoryPackage iframe {
	width: 100%;
    height: 600px;
}

.themeForsbergPackageImgListLink {
	display: block;
}

.themeForsbergGallerySection {
	padding: 50px 0;
}

.themeForsbergPackageImgListLink .themeForsbergPackageImgListCard {
	height: 100px;
    object-fit: cover;
    width: 100%;
}

.themeForsbergPackageBigCard {
	position: relative;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
}

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

.themeForsbergPackageBigCardContent {
	/*position: absolute;
    left: 30px;
    top: 30px;
    bottom: 30px;
    right: 30px;*/
    background-color: var(--themeColor);
    padding: 30px;
    max-width: 300px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .themeForsbergPackageBigCardContent {
    	position: relative;
        padding: 20px;
        /*top: 0;
        left: 0;
        right: 0;
        bottom: 0;*/
        max-width: 100%;
        background-color: #fff;
    }
}

.themeForsbergPackageBigCardContent h3,
.themeForsbergPackageBigCardContent p {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.themeForsbergPackageBigCardContent h3,
    .themeForsbergPackageBigCardContent p {
    	color: #000;
    }
}

.themeForsbergPackageBigCardContent p {
	font-size: 14px;
}

.themeForsbergPackageBigCardContent p a {
	color: #000;
}

.themeForsbergPackageSection .tabCard,
.themeForsbergPackageSection .tabCard .custom-html-module,
.themeForsbergPackageBigCardImg,
.themeForsbergPackageBigCardImg img {
	height: 100%;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .themeForsbergPackageSection .tabCard {
    	margin-bottom: 30px;
    }
    .themeForsbergPackageBigCardImg img {
    	height: 500px;
    }
}

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

.themeForsbergVideoSection {
	padding: 50px 0;
}

.themeForsbergPackageSection .tabCard {
	display: none;
}

.themeForsbergVideoSection .page-builder-layout-row {
	display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .themeForsbergVideoSection .page-builder-layout-row {
    	flex-direction: column;
        gap: 30px;
    }
    .themeForsbergVideoSection .page-builder-layout-column {
    	width: 100%;
    }
}

/* search listing page */
#layout_dynamic-seo .themeVehicleBannerSection {
	margin-bottom: 30px;
}

.themeNewListingPage {
	margin-bottom: 60px;
    margin-top: 25px;
}

.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: #fff;
    border: 0;
    margin: 0;
}

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

html body .action-button.place-order-button svg {
	display: none;
}

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

.dealer-selection-modal .modal-container .dealer-confirmation-footer .change-dealer-cancel {
	border-radius: 50px;
    border: 1px solid var(--themeColor);
    background-color: transparent;
    font-family: var(--themeFontLight);
    font-weight: 300;
}

.dealer-selection-modal .modal-container .dealer-confirmation-footer button+button {
	border-radius: 50px;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
    font-family: var(--themeFontLight);
    font-weight: 300;
}

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

#layout_vehicle-picker-category .search-listing-module .catalog-product .product-details-col {
	display: flex;
    flex-direction: column;
    margin: 0;
    margin-block-start: auto;
}

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

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

.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 .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;
    font-size: 14px;
    padding: 10px 10px;
}

.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;
    text-wrap: auto;
}


.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(--themeColor);
    font-size: 16px;
    font-weight: 300;
    font-family: var(--themeFontRegular);
    text-transform: capitalize;
    height: 40px;
}

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



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

/* mobile filter fix */
#mobile-filters-button {
	top: 129px !important;
    z-index: 98 !important;
}


/* jdm wheel accessories */

.themeListProduct {
	padding: 50px 0;
    background-color: #ebebeb;
}

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

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

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

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

.themeListProduct .catalog-product {
    margin-left: 0;
    margin-right: 0;
    border: 0;
    padding: 20px 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

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

.themeListProduct .catalog-product .product-details-col {
	display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.themeListProduct .catalog-product .product-details-col .col-xs-12 {
	padding: 0;
    width: 100%;
    margin: 0;
}

.themeListProduct .search-listing-module .catalog-product .product-purchase-button .place-order-button {
	background-color: var(--themeColor);
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 10px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 25px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
}

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

.themeListProduct .catalog-product .product-image-col {
	margin-bottom: 15px;
}

.themeListProduct .catalog-product .add-to-cart-col {
    margin-block-start: auto;
}

/* end of jdm wheel accessories */


/* Coming Soon OFF Road Gear */
.themeBannerFirstFold {
	height: 700px;
    background-image: url(https://rparts-sites.s3.amazonaws.com/ca5effba8223dd35a6645a6486b799e1/design/offroad_comingsoon/coming_soon_off_road.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

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

.themeBannerCard h1 {
	max-width: 600px;
    width: 100%;
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}

.themeBannerCard .js-cm-form {
	display: flex;
    align-items: center;
    max-width: 600px;
    width: 100%;
}

.themeBannerCard .js-cm-form input {
	flex: 1;
    height: 50px;
    padding: 10px 15px;
    border: 0;
}

.themeBannerCard .js-cm-form button {
	height: 50px;
    background-color: var(--themeColor);
    color: #fff;
    border: 0;
    font-family: var(--themeFontLight);
    font-size: 16px;
}

.themeBannerCard p {
	color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

.themeBannerCard .newsletter-signup-module.newsletter-inline .input-custom input {
    flex: 1;
    width: 100%;
    max-width: 75%;
    height: 45px;
}

.themeBannerCard .newsletter-signup-module .newsletter-siginup-form-errors,
.themeBannerCard .newsletter-signup-module .newsletter-signup-success {
	flex: 0 0 100%;
    max-width: 100%;
}

.themeBannerCard .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button {
	height: 45px;
    background-color: var(--themeColor);
    font-family: var(--themeFontLight);
    text-transform: capitalize;
}

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

.themeBannerCard .newsletter-signup-module.newsletter-inline .newsletter-main-text {
	display: none;
}

.themeBannerCard .newsletter-signup-module.newsletter-inline {
	margin-bottom: 0;
    max-width: 600px;
    width: 100%;
}

.notHome .page-content {
	min-height: auto;
}

.themeComingSoonBannerImg img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

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

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

.themeComingSoonBannerContent h1 {
    color: #fff;
    font-size: 70px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .themeComingSoonBannerContent h1 {
    	font-size: 40px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    }
    #comingsoon .themeNewPageBannerBoxCont {
    	justify-content: center;
    }
}



/* nismo z parts */
.themeNismoList {
	list-style: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

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

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

.themeNismoList a {
	color: #000;
    text-transform: uppercase;
    text-align: center;
}

.themeNismoList li {
	text-align: center;
}

.themeNismoList p {
	margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-right: 15px;
}

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

.themeNismoListImg img {
	width: 100%;
}

/* insta test */
.insta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.insta-grid img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.insta-grid img:hover {
    transform: scale(1.05);
}



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

.themeVehicleBannerSectionCenter .themeVehicleBannerBoxCont {
	justify-content: center;
}

.themeVehicleBannerSectionCenter .themeVehicleBannerContent {
	text-align: center;
}

.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,
    #layout_page .themeVehicleBannerImg img {
        display: none;
    }
}

.themeVehicleBannerWrap {
	position: relative;
}

.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: 767px) {
    #page-oem-vehicle-picker .themeVehicleBannerBoxCont {
    	position: static !important;
        padding: 30px 15px;
    }
    #layout_page .themeVehicleBannerBoxCont {
    	position: static !important;
        padding: 30px 15px;
    }
}

.themeVehicleBannerContent {
	background-color: rgba(0,0,0,0.8);
    max-width: 600px;
    width: 100%;
    padding: 20px 20px;
}

.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;
    font-size: 14px;
}

.themeVehicleBannerContent p a {
	color: var(--themeColor);
}

.themeVehicleBannerButton {
	margin-top: 20px;
}

.themeVehicleBannerButton a {
	display: inline-block;
    padding: 10px 20px;
    background-color: var(--themeColor);
    font-family: var(--themeFontBold);
    text-transform: capitalize;
    text-align: center;
    max-width: 350px;
    width: 100%;
    color: #fff;
    border: 1px solid var(--themeColor);
    transition: all .3s ease-in-out;
    border-radius: 50px;
}

.themeVehicleBannerButton a:hover,
.themeVehicleBannerButton a:focus {
	color: var(--themeColor);
    background-color: #fff;
    text-decoration: none;
}

.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 a {
	color: #000;
}

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

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

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

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

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

.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_img img {
    transition: all .3s ease-in-out;
    height: 186px;
    object-fit: contain;
}

.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(0, 0, 0, 0.5);
    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;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
    color: #fff;
    font-size: 35px;
}

@media screen and (max-width: 767px) {
    .theme_cat_tab_content_list02 .owl-nav .fa {
    	width: 40px;
        height: 40px;
        font-size: 25px;
    }
}

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

.themeSteerTitle h3 {
	padding-top: 15px;
    margin-bottom: 25px;
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
}

.themeSteerTitle h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 50px;
    background-color: var(--themeColor);
}

.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: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-family: var(--themeFontRegular) !important;
}

.themeSteerListCard p {
    margin-bottom: 0;
    color: #000;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
}

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

/* z Parts */
.themeZParts .themeAccWrapper {
	margin-bottom: 50px;
}

.themeZParts .themeAccLink {
	height: 100%;
}

.themeZParts .themeAccCard {
	height: 100%;
    display: flex;
    flex-direction: column;
}

.themeZParts .themeAccButton {
    margin-block-start: auto;
}

.themeZParts .themeAccButton a {
	font-size: 12px;
    padding-right: 30px;
}



/* 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;
    color: #fff;
    font-weight: 300;
    padding: 20px 0;
    display: inline-block;
    position: relative;
}

.main_nav_link:hover,
.main_nav_link:focus {
	color: var(--themeColor);
    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(--themeColor);
    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: var(--themeColor);
}

.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: 59px;
    padding: 30px 30px;
    display: none;
    box-shadow: 0px 7px 20px rgb(0 0 0 / 20%);
    z-index: 999;
    border-top: 2px solid var(--themeColor);
}

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

/* new page banner */
.themeTabProdList {
	list-style: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

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

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

.themeTabProdListCard {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.themeTabProdListCard:hover .themeTabProdListImg img {
	transform: scale(1.1);
}

.themeTabProdListContent {
	padding: 15px 15px;
}

.themeTabProdListContent p {
	font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    height: 60px;
}

.themeTabProdListContent h4 {
	font-family: var(--themeFontBold);
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}

.themeTabProdListImg {
	overflow: hidden;
    padding: 15px 15px;
}

.themeTabProdListImg img {
	transition: all .3s ease-in-out;
    width: 100%;
    height: 175px;
    object-fit: contain;
}

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

.themeTabProdListbutton a {
	display: inline-block;
    padding: 10px 15px;
    background-color: var(--themeColor);
    color: #fff;
    border-radius: 50px;
    text-transform: capitalize;
    width: 100%;
    position: relative;
}

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

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

.themePageCatalogListTitle h3 {
	font-family: var(--themeFontBold);
    color: #000;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
}

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

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

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

.themePageCatalogList a:hover .themePageCatalogListImg img,
.themePageCatalogList a:focus .themePageCatalogListImg img {
	transform: scale(1.1);
}

.themePageCatalogListImg {
	overflow: hidden;
}

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

.themePageCatalogListCard {
	position: relative;
}

.themePageCatalogListContent {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 20px 20px;
}

.themePageCatalogListContent h4 {
	color: #fff;
    font-family: var(--themeFontBold);
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.themeNewPageBannerWrap {
	position: relative;
}

@media screen and (max-width: 767px) {
    .themeNewPageBanner {
    	background-size: cover;
        background-repeat: no-repeat;
        background-position: 100% 50%;
    }
}

@media screen and (max-width: 450px) {
    .themeNewPageBanner {
        background-position: 80% 50%;
    }
}

.themeNewPageBannerComingSoon {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px 30px;
}

.themeNewPageBannerTop {
	text-align: center;
}

.themeBannerTermWrap {
    display: inline-block;
    padding: 5px 0px;
}

.themeBannerTermWrap a {
	color: #fff;
}

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

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


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

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

.themeNewPageBannerTop h2 {
	color: #fff;
    font-size: 40px;
}

.themeNewPageBannerTop h2 span {
	color: var(--themeColor);
}

@media screen and (max-width: 767px) {
    .themeNewPageBannerTop h2 {
    	font-size: 24px;
    }
}

.themeNewPageBannerTop img {
	margin-bottom: 20px;
}

.themeNewPageBannerTop p {
	margin-bottom: 0;
    color: #fff;
    font-size: 30px;
}

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

.themeNewPageBannerBottom {
	text-align: center;
}

.themeNewPageBannerBottom p {
	margin-bottom: 0;
    color: #fff;
    font-size: 12px;
}

.themeNewPageBannerComingButton {
	margin-bottom: 20px;
}

.themeNewPageBannerComingButton a {
	display: inline-block;
    padding: 10px 40px 10px 20px;
    background-color: var(--themeColor);
    color: #fff;
    text-transform: capitalize;
    border-radius: 50px;
    font-family: var(--themeFontLight);
    position: relative;
}

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

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

.themePageCatalogListImg {
	overflow: hidden;
}

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

@media screen and (max-width: 767px) {
    .themeNewPageBannerImg img {
    	height: 250px;
        opacity: 0;
    }
}

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

.themeNewPageBannerContent {
    background-color: rgba(0, 0, 0, 0.8);
    max-width: 600px;
    width: 100%;
    padding: 20px 20px;
}

.themeNewPageBannerContent h1 {
	color: #fff;
    font-family: var(--themeFontBold);
}

.themeNewPageBannerContent p {
	color: #fff;
    margin-bottom: 0;
}

.themeNewPageTabsList {
	margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    position: relative;
    padding: 0 40px;
    background-color: #fff;
}

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

.themeNewPageTabsList li.active a {
	color: var(--themeColor);
}

.themeNewPageTabsList li {
	padding-right: 5px;
}

.themeNewPageTabsList li:last-child {
	padding-right: 0;
}

.themeNewPageTabsList li:after {
	content: "/";
}

.themeNewPageTabsList li:last-child:after {
	display: none;
}

.themeNewPageTabsListWrap {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

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

.themeNewPageTabsListWrap::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 2px;
    background-color: #6e6e6e;
    width: 100%;
    z-index: -1;
}

.themeNewPageTabsList a {
	color: #6e6e6e;
    font-size: 20px;
    font-family: var(--themeFontBold);
}

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

@media screen and (max-width: 505px) {
    .themeNewPageTabsList a {
    	font-size: 9px;
    }
}

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

.tabListContent {
	max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

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

.themeNewTabListContent h3 {
	font-family: var(--themeFontBold);
    color: #000;
    font-size: 30px;
    margin-bottom: 25px;
}

.themePageCatalog .themeNewTabListContent h3,
.themePageCatalog .themeNewTabListContent p {
	color: #fff;
}

.themePageCatalog  .themeNewTabListImg img {
	height: auto;
}

.themeNewTabListContent p {
	margin-bottom: 25px;
}

.themeNewTabListButton a {
	display: inline-block;
    padding: 10px 40px 10px 20px;
    background-color: var(--themeColor);
    color: #fff;
    text-transform: capitalize;
    border-radius: 50px;
    font-family: var(--themeFontLight);
    position: relative;
}

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

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

.themeGarageSection {
    background-position: 50% 50%;
	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;
    width: 100%;
    max-width: 100%;
    font-family: var(--themeFontRegular);
    font-size: 16px;
    outline: none;
    border: 0;
    padding: 5px 15px;
    height: 44px;
}

.themeGarageSection .js-cm-form button {
	background-color: var(--themeColor);
    font-size: 16px;
    font-family: var(--themeFontRegular);
    text-transform: capitalize;
    border: 0;
    width: 100%;
    border-radius: 50px;
    position: relative;
    font-weight: 300;
    padding: 8px 15px;
    color: #fff;
}

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

.themeNewsWrap {
    max-width: 500px;
    width: 100%;
    padding: 20px 20px;
    background-color: rgba(0, 0, 0, 0.8); 
}

.themeMyGarageContent h3,
.themeNewsWrap .newsletter-main-text {
	font-size: 28px !important;
    font-family: var(--themeFontBold) !important;
    margin-bottom: 20px;
    color: #fff;
    display: block;
}

.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(--themeFontRegular) !important;
    font-weight: 300;
}

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

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

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

.themeNewsWrap .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button {
	background-color: var(--themeColor);
    font-size: 16px;
    font-family: var(--themeFontRegular);
    text-transform: capitalize;
    border: 0;
    width: 100%;
    border-radius: 50px;
    position: relative;
    font-weight: 300;
}

.themeNewsWrap .newsletter-signup-module.newsletter-inline .input-custom .newsletter-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);
}


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

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

.themePagePadding {
	padding: 50px 0;
}

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

@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 .product-title {
	font-size: 18px;
}

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

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

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


html body .action-button.place-order-button {
	background-color: var(--themeColor);
    border-radius: 50px !important;
    width: 100%;
    font-family: var(--themeFontLight) !important;
    font-weight: 300;
    font-size: 16px !important;
    position: relative;
    text-transform: capitalize;
}

.product-purchase-module .purchase-box .product-fitment {
	border-radius: 50px;
}

html body .action-button.place-order-button::before {
	content: "" !important;
    width: 9px;
    height: 9px;
    border: solid #fff;
    border-width: 1px 0 0 1px;
    position: absolute !important;
    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: var(--themeColor);
    opacity: .8;
}

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

.themePartLogo {
	margin-bottom: 1rem;
}

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

.themePartLogo img {
	width: 40px;
    filter: invert(1);
}

.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:'nissan-light';
    src:url('https://rparts-sites.s3.amazonaws.com/42394aa61e7f417307148d55124bba0d/design/fonts/NissanBrandW01-Light.woff2') format('woff2')
}

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

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

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

/* global */
:root {
	--themeColor: #c3002f;
    --themeButtonColor: #c3002f;
    --themeTextColor: #343434;
    --themeFontLight: 'nissan-light';
    --themeFontRegular: 'nissan-regular';
    --themeFontBold: 'nissan-bold';
    --themeFontGlobal: 'nissan-global';
}

body.notHome, html {
    background-color: #ebebeb;
}

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

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

.vp_control a, .vp_control a:link, .vp_control a:visited {
	border-radius: 50px;
}

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

h1, h2, h3, h4, h5, h5 {
	font-family: var(--themeFontBold) !important;
}

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

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

.button {
	background-color: var(--themeColor);
    color: #fff !important;
    border: 0;
    background-image: none;
    text-shadow: none;
    font-size: 12px;
    font-weight: 400;
}

.dealer-selection-modal .modal-container .modal-content .modal-body .dealer-selection .zip-input-container .enter-zip-button {
	border-radius: 50px;
    background-color: var(--themeColor);
    border: 0;
    text-transform: capitalize;
    font-family: var(--themeFontLight) !important;
}

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

.login-user-form-module .login-user-form-submit-btn i {
	display: none;
}

.login-user-form-module .login-user-form-submit-btn::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);
}

.login-user-form-module .login-link:hover, .login-user-form-module .login-user-form-submit-btn:hover {
	background-color: var(--themeColor);
	border: var(--themeColor);
}

.login-combined-module .fieldset-title,
input, label, select {
	font-family: var(--themeFontLight) !important;
}

.btn-primary,
html body .action-button.big-button {
	background-color: var(--themeColor);
	border: var(--themeColor);
    position: relative;
    border-radius: 50px !important;
    font-family: var(--themeFontLight) !important;
    text-transform: capitalize !important;
    color: #fff !important;
    font-weight: 300;
}

.product-purchase-module .purchase-offers-box .change-location-form .input-group button {
	width: 100%;
    display: block;
}

.product-purchase-module .purchase-offers-box .change-location-form .input-group input {
	margin-bottom: 20px;
}

.collect-vin-form-module .input-custom .vin-form-button {
	background-color: var(--themeColor);
	border: var(--themeColor);
    position: relative;
    border-radius: 50px;
    font-family: var(--themeFontLight) !important;
    text-transform: capitalize !important;
    padding: 10px 35px 10px 20px;
    font-weight: 300;
    font-size: 16px;
}

.collect-vin-form-module .input-custom .vin-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);
}

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

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

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

.button:hover,
.button:focus {
	background-color: var(--themeColor) !important;
    background-image: none;
    color: #fff !important;
    text-shadow: none;
    border: 0;
}

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

@media screen and (max-width: 767px) {
    .themeAccSection .themeTitle {
    	padding-left: 15px;
    }
}

.themeTitle h3 {
	display: inline-block;
    position: relative;
    font-family: var(--themeFontBold);
    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: var(--themeColor);
}

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

/*
.notHome .themeHeader {
	border-bottom: 2px solid #000;
}

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

.notHome .themeHeader .garage-component.svg-icons .garage-text {
	color: #000;
    border: 1px solid #000;
}

.notHome .themeHeader .search-bar-component input {
    border: 1px solid #000;
    color: #000;
}

.notHome .themeHeader .search-bar-component input::placeholder {
	color: #000;
}

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

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

.notHome .themeNavLink {
	color: #000;
}

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

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

.notHome .themeSearchMobile svg {
	fill: #000;
}

.notHome .themeHamburgerWrap span {
	background-color: #000;
}
*/

/* header */
.themeFlyoutSection {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 400px;
    background-color: #000;
    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;
}

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

.themeHeaderFlyoutLinkNo {
    padding: 8px 10px;
}

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

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

.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: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    bottom: 0;
}

.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 8px;
    color: #fff;
    text-align: center;
    background-color: var(--themeColor);
    border-radius: 50px;
    font-size: 12px;
}

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

.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;
        background-color: #000;
    }
}

header.container-header:hover {
	background-color: #000;
}

header.container-header.sticky:hover {
	background-color: transparent;
}

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

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

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

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

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

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

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

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

.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: 50px;
    object-fit: contain;
}

.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: #fff;
    border: 1px solid var(--themeColor);
    padding: 10px 15px;
    border-radius: 50px;
	transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
    font-weight: 300;
}

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

header.sticky .themeHeader .garage-component.svg-icons .garage-text {
	border: 1px solid var(--themeButtonColor);
    color: #fff;
    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: #fff;
    border: 1px solid var(--themeColor);
}

.themeHeader .garage-component.svg-icons .garage-text:hover,
.themeHeader .garage-component.svg-icons .garage-text:focus {
	text-decoration: none;
}

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

.themeHeader .search-bar-component input::placeholder {
	font-family: var(--themeFontBold);
    color: #fff;
    font-size: 14px;
}

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

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

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

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

@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;
    transition: all .3s ease-in-out;
}

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

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

.themeBannerImage::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    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;
}

.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 img {
    	margin-left: auto;
    	margin-right: auto;
        width: 210px;
    }
}

.themeBannerContent .h1 {
	color: #fff;
    font-family: var(--themeFontBold);
    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;
    }
}

.themeBannerButton a {
	display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 50px;
    border: 2px solid var(--themeColor);
    background-color: var(--themeColor);
    max-width: 250px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: var(--themeFontRegular);
    transition: all .3s ease-in-out;
    position: relative;
}

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

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

.themeBannerButton a:hover,
.themeBannerButton a:focus {
	background-color: transparent;
	border: 2px solid var(--themeButtonColor);
    text-decoration: none;
    color: #fff;
}

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

.themeModelContentList .owl-prev,
.themeModelContentList .owl-next {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: #000;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.themeModelContentList .owl-nav .disabled {
	background-color: #4d4d4d;
   	cursor: not-allowed;
}

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

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

.themeModelContentList .owl-next {
	position: absolute;
    right: 0;
    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: #000;
}

@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;
    column-gap: 20px;
    row-gap: 40px;
    width: 100%;
}

.themeModelCatLink {
	color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 0 15px 5px 15px;
    border-bottom: 1px solid transparent;
    position: relative;
}

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

.themeModelCatList li.active .themeModelCatLink::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--themeColor);
}

.themeModelCatList li.active .themeModelCatLink {
	border-bottom: 1px solid var(--themeColor);
    color: #000;
}

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

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

.themeModelContentWrapper {
    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;
    text-align: center;
    flex-wrap: wrap;
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.themeModelContentList p{
	color: #000000;
    text-decoration: none;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

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

.themeModelContentImg img {
	transition: all .3s ease-in-out;
    height: 96px;
    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);
}

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

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

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

/* 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/ca5effba8223dd35a6645a6486b799e1/design/nismo_banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	padding: 100px 0;
}

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

.themeCollectionWrapper {
	background-color: #000;
    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: 1px solid var(--themeButtonColor);
    border-radius: 50px;
    color: #fff;
    transition: all .3s ease-in-out;
    background-color: var(--themeButtonColor);
}

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

/*
	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 {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--themeColor);
    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 .fa,
#themeBannerList .owl-next .fa {
	color: #fff;
    font-size: 40px;
}

@media screen and (max-width: 767px) {
	#themeBannerList .owl-prev .fa,
    #themeBannerList .owl-next .fa {
        font-size: 25px;
    }
}


#themeBannerList .owl-prev {
	left: 0;
}

#themeBannerList .owl-next {
	right: 0;
}

.theme_arrow svg {
	font-size: 30px;
    fill: #fff;
}

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

#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;
    background-color: var(--themeButtonColor);
    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 #fff;
    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: #fff;
    font-size: 12px;
}

.themeFooterSection {
	background-color: #000;
    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;
    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: #c1c1c1;
}

.themeFooterMiddle {
	margin-bottom: 40px;
}

.themeSocialList {
	margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-icon {
	color: #fff;
    font-size: 1.714rem;
}

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

.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-pinterest:before {
    content: "";
}

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

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

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

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

.social-icon.icon-contact-tiktok:before, .social-icon.icon-tiktok:before {
    content: "";
}


.themeSocialList svg {
	fill: #efefef;
}

.themeFooterBottom {
	margin-bottom: 40px;
}

.themeFooterBottomEnd .links-list {
	display: flex !important;
    align-items: center;
}

@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 #fff;
    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;
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 50px;
}*/

.themeFooterBottomEnd .links-list li:last-child a:hover,
.themeFooterBottomEnd .links-list li:last-child a:focus {
	text-decoration: none;
}

.themeFooterBottomEnd .links-list a {
	text-transform: uppercase;
    color: #fff;
    line-height: 14px;
}

.themeFooterBottomEnd .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
    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: #fff;
}

/* themeAccSection */
.themeAccSection {
	padding: 40px 0;
}

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

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

.themeAccList {
	list-style: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 50px;
    flex-wrap: wrap;
}

.themeAccLists {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    list-style: none;
}

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

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

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

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

.themeAccList .owl-prev {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.themeAccList .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.themeAccList .owl-nav .fa {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
    color: #fff;
    font-size: 35px;
}

@media screen and (max-width: 767px) {
    .themeAccList .owl-nav .fa {
    	height: 40px;
        width: 40px;
        font-size: 25px;
    }
}

.themeAccCard {
	background-color: #f6f6f6;
    padding: 15px 15px;
    position: relative;
}

.themeAccWrapperOffRoad .themeAccCard h3 {
	margin-bottom: 0;
    font-size: 18px;
    display: block;
    padding: 10px 15px;
    background-color: var(--themeColor);
    color: #ffffff !important;
}

.themeAccWrapperOffRoad .themeAccCard {
	padding: 0;
}

.themeAccSave {
	margin-bottom: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
    display: inline-block;
    padding: 5px;
    background-color: var(--themeColor);
    color: #fff;
}

.themeAccPriceRange {
	display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    height: 24px;
}

.themeAccPriceRange p {
	margin-bottom: 0;
    font-size: 18px;
}

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

.themeAccMsrp {
	text-decoration: line-through;
}

.themeAccImg {
	margin-bottom: 15px;
    display: block;
}

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

.themeAccContent h3 {
	font-weight: 300;
    text-transform: capatalize;
    height: 55px;
    font-size: 16px;
    text-align: left;
}

.themeAccContent {
	color: #000;
}

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

.themeAccLink {
	color: var(--themeTextColor);
}

.themeAccButton {
	display: flex;
    flex-direction: column;
    gap: 15px;
}

.themeAccButton a {
	display: inline-block;
    width: 100%;
    text-align: center;
    background-color: var(--themeColor);
    padding: 10px 15px;
    color: #fff;
    border-radius: 50px;
    position: relative;
}

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

.themeAccButton a:hover,
.themeAccButton a:focus {
	text-decoration: none;
    opacity: .6;
}

/* 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%;
    }
    .headerNNAOrderStatus {
    	display: none;
    }
}

@media screen and (max-width: 767px) {
    .themeHeader .container-wrap {
    	flex-direction: column;
        gap: 20px;
    }
    .headerNNAHamburgerMobile {
    	position: absolute;
        left: 15px;
        top: 30px;
    }
    .headerNNACartButton {
    	position: absolute;
        right: 15px;
        top: 30px;
    }
    .headerNNASearchIcon {
    	position: absolute;
        right: 60px;
        top: 33px;
    }
    .themeSearchBar.searchOpen {
    	top: 90px;
    }
}