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

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap {
	max-width: 1250px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap,
.themeHeroSection .hero-module .hero-slider li .slide-image-wrap {
    height: 500px !important;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content {
	max-width: 575px;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content h1 {
	color: #fff;
    font-family: var(--themeFontLight) !important;
    font-size: 1.875rem;
    line-height: normal;
    margin-bottom: 15px;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content .themeHeroTooltipWrap {
	margin-bottom: 40px;
    font-size: 14px;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content .themeHeroButton {
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
    max-width: 200px;
    text-align: center;
    font-weight: 300;
    width: 100%;
    color: #fff !important;
    font-family: var(--themeFontRegular);
    transition: all .3s ease-in-out;
    margin-bottom: 0;
}

.themeHeroSection .themeHeroTooltip {
	position: absolute;
    bottom: 0;
    background: #fff;
    color: #000;
    padding: 10px 10px;
    border-radius: 2px;
    font-size: 10px;
    display: none;
    z-index: 1000;
    width: 100%;
}

.themeHeroSection .themeHeroTooltip strong {
    font-family: var(--themeFontBold) !important;
}

.themeHeroSection .hero-module .hero-content .owl-nav.disabled {
	display: none !important;
}
/* end of themeHeroSection */

.search-col-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.search-bar-module {
  flex: 1;              
  display: flex;        
  align-items: center;
}

.search-bar-module input {
  flex: 1;              
  min-width: 350px;     
}

.search-bar-module button {
  flex-shrink: 0;      
}

.main-nav-outer-list.nismo-logo img {
  position: relative;    
  vertical-align: middle;
  filter: drop-shadow(0 0 3px #000); 
}


/* update product details 031825 */
#layout_product .new-PDP .product-details-module h2.product-details-title {
	display: block;
    padding: 20px 10px 20px 40px;
    border: 1px solid #dddddd;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400 !important;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}

#layout_product .new-PDP .product-details-module h2.product-details-title::before {
	content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 1px;
    background-color: #000;
    transition: all .3s ease-in-out;
}

#layout_product .new-PDP .product-details-module h2.product-details-title:after {
	content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 20px;
    background-color: #000;
    transition: all .3s ease-in-out;
}

#layout_product .new-PDP .product-details-module h2.product-details-title.open::before {
	opacity: 0;
}

#layout_product .new-PDP .product-details-module h2.product-details-title.open:after{
	transform: rotate(90deg);
}

#layout_product .new-PDP .product-details-wrap-content {
	display: none;
    margin-bottom: 15px;
}

#layout_product .new-PDP .product-details-module ul.field-list li.product-description .list-label {
    display: block;
    margin-bottom: 10px;
}

#layout_product .product-page-layout .new-PDP ul.field-list {
	display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

#layout_product .product-page-layout .new-PDP ul.field-list li {
	height: auto;
}

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

/* additional css */
#primary-header .help-nav ul .link-help:before {
	content: "\F095";
}

#mobile-menu .more-modal .tile .tile-label .icon-contact.icon {
	position: relative;
}

#mobile-menu .more-modal .tile .tile-label .icon-contact.icon::before {
	content: "\F095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
}

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

/* featured products */
.themeFeaturedSection {
	padding-left: 0px;
	padding-right: 0px;
}

.themeFeaturedSection .featured-products-module h2 {
    font-size: 1.875rem !important;
    line-height: normal;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.themeFeaturedSection .featured-products-module h2::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 280px;
    width: 100%;
    background-color: var(--themeColor);
    height: 4px;
    margin: auto;
}

.themeFeaturedSection .owl-prev,
.themeFeaturedSection .owl-next {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--themeColor) !important;
}

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

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

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

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

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

.themeFeaturedSection .featured-products-module .featured-products {
	padding: 0 80px;
}

.themeFeaturedSection .featured-products-module .featured-products .featured-product {
	width: 100%;
    margin: 0;
}

.themeFeaturedSection .featured-products-module .product-wrapper-link {
    padding: 0px;
    border: 0;
}

.themeFeaturedSection .featured-products-module .product-wrapper-link .product-details-link {
	position: static;
    height: auto;
    background-color: transparent;
    text-align: left;
    font-weight: 400;
    color: var(--themeColor);
    font-size: 14px;
}

.themeFeaturedSection .featured-products-module .product-wrapper-link .product-details-link:hover,
.themeFeaturedSection .featured-products-module .product-wrapper-link .product-details-link:focus {
	color: #000;
}

.themeFeaturedSection .featured-products-module .product-wrapper-link:hover .image-display .image-wrapper img {
	transform: scale(1.1);
}

.themeFeaturedSection .featured-products-module .product-wrapper-link:hover .product-title {
	color: #000;
}

.themeFeaturedSection .featured-products-module .featured-product .image-display .image-wrapper img {
	height: 200px;
    object-fit: contain;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
}

.themeFeaturedSection .featured-products-module .featured-products .featured-product .image-display .image-wrapper {
	height: auto;
    max-height: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #fff;
}

.themeFeaturedSection .featured-products-module .featured-product .details-display .details-title {
	min-height: auto;
}

.themeFeaturedSection .featured-products-module .featured-product .details-display {
	margin-top: 0;
    min-height: auto;
}

.themeFeaturedSection .featured-products-module .featured-product .details-display .product-title {
    font-size: 20px;
    font-weight: 400;
}

.themeFeaturedSection .featured-products-module .product-wrapper-link .product-details-link .fa,
.themeFeaturedSection .featured-products-module .featured-product .details-display .details-partnum {
	display: none;
}

.themeFeaturedSection .featured-products-module .featured-product .pricing-actions-display .product-pricing .product-sale-price {
	font-size: 14px;
}

/* 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 !important;
    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;
    gap: 20px;
}

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

.themeModelCatLink {
	color: #000;
}

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

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

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

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

.tabModelContent {
	display: none;
}

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

.themeModelContentList a:hover 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: 120px;
    }
}

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

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

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

/* category */
.theme_cat_tab_list {
	display: flex;
    justify-content: center;
    grid-gap: 5px;
    list-style: none;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

.tab_content {
	display: none;
}

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

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

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

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

.theme_cat_tab_content_list li {
	position: relative;
}

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

.theme_cat_tab_content_list a:hover,
.theme_cat_tab_content_list a:focus {
	opacity: 1;
}

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

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

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

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

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

.category_section {
	padding: 40px 0;
}

.theme_cat_tab_wrapper .main_title {
	display: block;
    position: relative;
    font-family: var(--themeFontBold);
    font-size: 26px !important;
    margin-bottom: 30px;
    text-align: center;
}

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


/* begin 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.4);
    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(--themeFontRegular);
}

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

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

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

.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: 20px 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.themePageProductList .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-family: var(--themeFontLight) !important;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}

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

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

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

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

.search-listing-module .catalog-product .product-details-col .product-title a {
	color: #000;
}

.selected-vehicle-tile .select-vehicle-link {
	color: #000;
}
/* end page pet accessories page */

/* fonts */
@font-face {
    font-family:'nissan-light';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/NissanBrandW01-Light.woff2') format('woff2')
}

@font-face {
    font-family:'nissan-regular';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/NissanBrandW01-Regular.woff2') format('woff2')
}

@font-face {
    font-family:'nissan-bold';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/NissanBrandW01-Bold.woff2') format('woff2')
}

@font-face {
    font-family:'nissan-global';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/Nissan-Global.woff2') format('woff2')
}

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

body, html {
	font-family: var(--themeFontRegular) !important;
    font-size: 14px;
    color: var(--themeTextColor);
    font-weight: 400;
}

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

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

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

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

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

form, h1, h2, h3, h4, h5, input, label, select, .call-to-action-button, .search-by-part-module .btn, .vin-column-custom .search-by-vin-module .btn, #home-content .newsletter-signup-module .btn, .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button, #accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom {
	font-family: var(--themeFontRegular) !important;
    text-transform: capitalize !important;
}

#mobile-menu .mobile-header-garage .car-selected-module {
	text-transform: capitalize !important;
}

html body .action-button.place-order-button {
	font-family: var(--themeFontRegular) !important;
    text-transform: capitalize !important;
    background-color: var(--themeColor);
}

#secondary-header .main-nav-links .main-nav-outer-list,
.title-row-custom aside,
#search-tabs .tab-content .call-to-action-button {
	font-family: var(--themeFontRegular) !important;
    font-size: 16px;
}

#primary-header .cart-button-module .cart-component .cart-button {
	font-family: var(--themeFontRegular) !important;
    text-transform: capitalize;
}

.pop-parts-rows h2 {
	font-size: 1.875rem !important;
    line-height: normal;
    text-align: center;
}

.pop-parts-rows aside {
	text-align: center;
}

.pop-parts-rows .parts-grid-block .parts-grid-container .parts-grid-title {
	font-family: var(--themeFontRegular) !important;
    text-transform: capitalize;
}

#footer-custom .contact-column address, #footer-custom .contact-column .footer-phone {
	font-family: var(--themeFontRegular) !important;
}

#primary-header .help-nav ul a,
#secondary-header .search-bar-module input,
#secondary-header .search-bar-module input::placeholder,
#footer-custom .newsletter-column p,
#footer-custom .newsletter-column input,
#footer-custom .newsletter-column input::placeholder,
#search-tabs .tab-content #part-search-tab .actions-bar-module #search_column input,
#search-tabs .tab-content #part-search-tab .actions-bar-module #search_column input::placeholder,
#search-tabs .tab-content #vin-search-tab .search-input,
#search-tabs .tab-content #vin-search-tab .search-input::placeholder,
.form-fields .field.block-field input,
.form-fields .field.block-field input::placeholder {
	font-family: var(--themeFontRegular) !important;
    font-size: 13px;
}

#search-tabs .nav-tabs li a,
.pop-parts-rows .shop-all-parts a,
.pop-parts-rows .shop-all-parts,
#secondary-header .main-nav-links .main-nav-inner-list li,
.login-combined-module .login-user-form .form-caption,
.btn-primary {
	font-family: var(--themeFontRegular) !important;
    font-size: 14px;
}

#footer-custom .links-list li a {
	font-family: var(--themeFontRegular) !important;
    font-size: 12px;
}

#footer-custom strong.heading {
	font-family: var(--themeFontRegular) !important;
}

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

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

.themeBannerImage {
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.themeBannerImage::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.896796218487395) 5%, rgba(0,0,0,0) 80%);
}

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

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

@media screen and (max-width: 767px) {
    .themeBannerImage img {
    	height: 400px;
    }
}
 
.themeBannerList {
	list-style: none;
    margin-bottom: 0;
    position: relative;
}

.themeBannerList .owl-dots {
	display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
}

.themeBannerList .owl-dots .active span {
	background-color: var(--themeColor);
}

.themeBannerList .owl-dots span {
	display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #747474;
    border-radius: 10px;
}

.themeBannerList .theme_arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.themeBannerList .theme_arrow svg {
	fill: #fff;
}

.themeBannerList .theme_arrow.theme_arrow_left {
	left: 15px;
}

.themeBannerList .theme_arrow.theme_arrow_right {
	right: 15px;
}


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

.themeBannerContent a {
	color: #fff;
}

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

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

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

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

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

@media screen and (max-width: 616px) {
    .themeBannerContent p {
    	font-size: 14px;
    }
}

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

.themeBannerButton p {
	display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
    max-width: 200px;
    text-align: center;
    font-weight: 300;
    width: 100%;
    color: #fff !important;
    font-family: var(--themeFontRegular);
    transition: all .3s ease-in-out;
    margin-bottom: 0;
}

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

.themeBannerButton p:hover,
.themeBannerButton p:focus {
	background-color: var(--themeColor);
	border: 1px solid var(--themeColor);
    text-decoration: none;
    color: #fff;
}

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

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

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

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

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

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

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

/* FOOTER BOTTOM */
.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 !important;
    border-right: 1px solid #fff;
    line-height: 14px;
    font-size: 12px;
}

#footer-custom .links-list li::after {
	display: none;
}

#footer-custom .links-list {
	margin: 0;
    padding: 0;
}

.listRight {
	margin-top: 0 !important;
}

.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 !important;
    padding: 5px 15px !important;
    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;
    padding: 0 !important;
    border: 0 !important;
}

@media screen and (max-width: 767px) {
	#footer-custom .text-right {
		text-align: center;
    }
}

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

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


/* old */

body {
  font: 100% nissan-regular, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
#secondary-header {
    background-color: #C3002F;}

#search-tabs .tab-content {
    background-color: #C3002F;

}