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

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


/* change logo to be pure black */
.store-logo-module .store-logo-link img {
    filter: grayscale(100%) !important;
}


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

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

}