/* Header Navigation Submenu */
li.sublist-parent {
	padding-left: 15px !important;
}
li.sublist-parent:hover,
li.sublist-parent:focus {
	background-color: #222222;
}
li.sublist-parent > ul.main-nav-sublist {
	position: absolute;
    background-color: var(--themeColor);
    left: 100%;
    bottom: -40%;
    list-style: none;
    min-width: 180px;
    width: 100%;
    display: none;
}
li.sublist-parent:hover > ul.main-nav-sublist {
	display: block;
}


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


/* Start: New Header CSS */
/* 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';
}

#___ratingbadge_0 {
	bottom: 68px;
}

#primary-header {
	background-color: #fff;
}
#primary-header .search-col-custom {
  	padding: 12px 0;
}
#primary-header .container-wrap {
  	padding: 0;
}
#primary-header .logo-wrap {
	margin-top: 0;
	width: auto;
	overflow: hidden; 
}
#primary-header .logo-wrap .store-logo-module {
	min-height: 78px;
	display: flex;
	flex-direction: column;
	justify-content: center; 
}
#primary-header .logo-wrap img {
  	max-height: 55px;
}
#primary-header .col-md-8 {
  	padding-top: 20px; 
}
#primary-header .help-nav {
	list-style: none;
	overflow: auto;
	text-align: right;
	margin-right: 120px; 
}
#primary-header .help-nav ul {
  	margin-bottom: 0px; 
}
#primary-header .help-nav ul li {
	display: inline-block;
	margin: 0 0 0 15px; 
}
#primary-header .help-nav ul a {
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
	padding: 7px 10px 9px 25px;
	display: block;
	position: relative;
	font-family: var(--themeFontRegular);
	font-size: 13px;
	color: #000;
	font-weight: 400; 
}
#primary-header .help-nav ul a:hover {
	color: var(--themeColor);
	text-decoration: none; 
}
@media (max-width: 1023px) {
	#primary-header .help-nav ul a {
		padding: 9px 6px; 
	}
}
#primary-header .help-nav ul .link-home:before {
	position: absolute;
	content: '\f015';
	left: 0;
	top: 9px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal; 
}
@media (max-width: 1023px) {
	#primary-header .help-nav ul .link-home:before {
		display: none; 
	} 
}
#primary-header .help-nav ul .link-order:before {
	position: absolute;
	content: '\f0d1';
	left: 0;
	top: 9px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal; 
}
@media (max-width: 1023px) {
	#primary-header .help-nav ul .link-order:before {
		display: none; 
	} 
}
#primary-header .help-nav ul .link-help:before {
	position: absolute;
	content: '\f128';
	left: 0;
	top: 9px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal; 
}
@media (max-width: 1023px) {
	#primary-header .help-nav ul .link-help:before {
		display: none; 
	} 
}
#primary-header .help-nav ul .link-account:before {
	position: absolute;
	content: '\f007';
	left: 0;
	top: 9px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal; 
}
@media (max-width: 1023px) {
	#primary-header .help-nav ul .link-account:before {
		display: none; 
	} 
}
#primary-header .cart-button-module {
	position: absolute;
	right: 8px;
	top: 20px;
	width: 100px; 
}
#primary-header .cart-button-module .cart-component .cart-button {
  	border-radius: 0px;
    background-color: var(--themeColor);
}
#primary-header .cart-button-module .cart-component .cart-button .cart-items-exist {
	background: #000;
	color: #fff; 
}

#secondary-header {
  	background-color: var(--themeColor);
}
#secondary-header .container-wrap {
	padding: 0;
}
#secondary-header .search-col-custom {
	padding: 12px 0;
}
#secondary-header .car-selected-module {
    width: 230px;
    float: left;
    background-color: transparent;
    margin: 0px 30px 0 0;
    padding: 0px 10px;
    line-height: 36px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}
#secondary-header .car-selected-module:hover {
	background-color: #222222;
	border-color: #222222; 
}
@media (max-width: 1023px) {
	#secondary-header .car-selected-module {
		margin: 0 30px 0 0; 
	} 
}
#secondary-header .car-selected-module .garage-component {
	width: 100%;
	text-align: center;
	padding-left: 28px; 
}
#secondary-header .car-selected-module .garage-component::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 6px;
	height: 20px;
	width: 20px;
	background: url("https://cdn-static.revolutionparts.io/assets/themes/default_assets/garage-icon.png") no-repeat center center;
	background-size: contain;
	margin: 2px 0 0 2px; 
}
#secondary-header .car-selected-module .garage-component .garage-text {
    font-family: var(--themeFontRegular);
    font-size: 14px;
	color: #fff;
	-webkit-font-smoothing: antialiased; 
}
#secondary-header .search-bar-module {
	overflow: hidden; 
}
#secondary-header .search-bar-module input {
	border: none; 
}
#secondary-header .search-bar-module .button-start-search {
	background: transparent;
	color: #7E7E7E; 
}
#secondary-header .main-nav-links {
    list-style: none;
    margin-bottom: 0; 
}
#secondary-header .main-nav-links .main-nav-outer-list {
	display: inline-block;
	position: relative;
	padding: 22px 10px;
	font-family: var(--themeFontRegular);
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; 
}
#secondary-header .main-nav-links .main-nav-outer-list:hover {
	background-color: #222222; 
}
#secondary-header .main-nav-links .main-nav-inner-list {
	list-style: none;
	display: none;
	position: absolute;
	width: 100%;
	min-width: 180px;
	top: 100%;
	left: 0;
	z-index: 22;
	padding: 5px 0;
	background-color: var(--themeColor); 
}
#secondary-header .main-nav-links .main-nav-inner-list a {
	display: block;
	padding: 0 0 0 10px; 
}
#secondary-header .main-nav-links .main-nav-inner-list a:hover {
	background-color: #222222;
	text-decoration: none; 
}
#secondary-header .main-nav-links .main-nav-inner-list li {
	padding: 5px;
	font-family: var(--themeFontRegular);
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	-webkit-font-smoothing: antialiased; 
}
#secondary-header .main-nav-links .main-nav-outer-list:hover .main-nav-inner-list {
	display: block; 
}
#secondary-header .garage.flyout {
    background-color: #090909;
    border: 0;
    border-radius: 0;
    color: #fff; 
}
#secondary-header .garage.flyout .recent-cars .recent-vehicles-header, #secondary-header .garage.flyout ul li a {
	color: #fff; 
}
#secondary-header .garage.flyout ul li a:hover {
	background-color: black;
	text-decoration: none;
	color: #fff;
	border-left: 2px solid #000;
}
#secondary-header .garage.flyout ul li a:hover i {
	color: #fff; 
}
#secondary-header .garage.flyout ul li a:hover em {
	color: #fff; 
}
#secondary-header .garage.flyout ul li a:hover em span {
	color: #fff; 
}
#secondary-header .garage.flyout ul li a:hover em span i {
	color: #fff; 
}
@media (max-width: 1100px) {
	#secondary-header .page-builder-layout-row {
		display: block; 
	}
	#secondary-header .col-sm-6 {
		float: none;
		width: 100%;
		display: block;
		padding: 0px; 
	} 
}
#mobile-menu {
	/* Mobile Header */
	padding: 10px;
	margin-top: -1px;
	/* Mobile Menu and Modals */
}
#mobile-menu .mobile-header {
	overflow: auto;
}
#mobile-menu .mobile-header .mobile-logo {
	float: left;
}
#mobile-menu .mobile-header .mobile-logo figure {
	margin: 0;
}
#mobile-menu .mobile-header .mobile-logo img {
	max-height: 40px;
}
#mobile-menu .mobile-header .mobile-contact {
	float: right;
	line-height: 40px;
}
#mobile-menu .mobile-header .mobile-contact .fa {
	font-size: 1.5em;
}
#mobile-menu .mobile-header .mobile-contact .fa .fa:before {
	vertical-align: middle;
}
#mobile-menu .mobile-header-search {
	margin-top: 10px;
}
#mobile-menu .mobile-header-search .search-bar-component input {
	padding-left: 40px;
}
#mobile-menu .mobile-header-search .search-bar-component button {
	background-color: transparent;
	color: #7E7E7E;
	left: 0;
	right: auto;
}
#mobile-menu .mobile-header-garage {
	margin-top: 10px;
}
#mobile-menu .mobile-header-garage .car-selected-module {
	background-color: var(--themeColor);
	text-align: center;
}
@media (min-width: 575px) {
	#mobile-menu .mobile-header-garage .car-selected-module .garage-component {
		width: 100%;
	}
}
#mobile-menu .mobile-header-garage .car-selected-module .garage-text {
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
}
#mobile-menu .container-wrap,
#mobile-menu .col-sm-12 {
	padding: 0;
	position: inherit;
}
#mobile-menu .mobilemenu {
	background: #333;
	list-style: none;
	height: 60px;
	position: fixed;
	z-index: 1025;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: visible;
	margin: 0;
}
#mobile-menu .mobilemenu .container-wrap,
#mobile-menu .mobilemenu .col-sm-12 {
	padding: 0;
	position: inherit;
}
#mobile-menu .mobilemenu .mm-item {
	width: 20%;
	float: left;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	padding: 14px 0;
}
#mobile-menu .mobilemenu .mm-item .icon {
	height: 20px;
}
#mobile-menu .mobilemenu .mm-item .call-to-action-button {
	background-color: transparent;
	padding: 3px 0;
	margin-top: -3px;
}
#mobile-menu .mobilemenu .mm-item .cart-component {
	position: inherit;
	min-width: 10px;
}
#mobile-menu .mobilemenu .mm-item .cart-component .cart-items {
	left: 10px;
}
#mobile-menu .mobilemenu .mm-item .cart-component .cart-items-exist {
	background: var(--themeColor);
	color: #fff;
}
#mobile-menu .mobilemenu .mm-item .cart-icon .fa {
	font-size: 20px;
}
#mobile-menu .mobilemenu .mm-item .cart-button {
	color: #fff;
}
#mobile-menu .mobilemenu .mm-item .mm-active .cart-button .cart-icon {
	color: var(--themeColor);
}
#mobile-menu .mobilemenu .mm-item .cart-text {
	display: block;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-transform: none;
}
#mobile-menu .mobilemenu .mm-item .cart-flyout {
	padding: 20px 20px;
	left: 0px;
	bottom: 100%;
	box-shadow: none;
	border: 0px;
	width: 100%;
	background: linear-gradient(120deg, #ccc, #848484);
	border-radius: 0;
}
#mobile-menu .mobilemenu .mm-item .cart-flyout .upper-arrow {
	display: none;
}
#mobile-menu .mobilemenu .mm-item .cart-flyout a {
	color: #000;
}
#mobile-menu .mobilemenu .mm-item .cart-flyout .cart-listing {
	border-radius: 0;
	padding: 15px;
	background: #fff;
}
#mobile-menu .mobilemenu .mm-item .cart-flyout .cart-listing .action-button {
	color: #fff;
}
#mobile-menu .mobilemenu .mm-item:hover {
	color: var(--themeColor);
}
#mobile-menu .mobilemenu .menu-home .icon-home {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 17" style="enable-background:new 0 0 20 17;" xml:space="preserve"><path fill="%23fff" d="M8,17v-6h4v6h5V9h3L10,0L0,9h3v8H8z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#mobile-menu .mobilemenu .menu-garage .icon-garage {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 16" style="enable-background:new 0 0 18 16;" xml:space="preserve"><path fill="%23fff" d="M15.9,1c-0.2-0.6-0.8-1-1.4-1h-11C2.8,0,2.3,0.4,2.1,1L0,7v8c0,0.5,0.5,1,1,1h1c0.6,0,1-0.5,1-1v-1h12v1c0,0.5,0.5,1,1,1h1	c0.5,0,1-0.5,1-1V7L15.9,1z M3.5,11C2.7,11,2,10.3,2,9.5S2.7,8,3.5,8S5,8.7,5,9.5S4.3,11,3.5,11z M14.5,11c-0.8,0-1.5-0.7-1.5-1.5	S13.7,8,14.5,8S16,8.7,16,9.5S15.3,11,14.5,11z M2,6l1.5-4.5h11L16,6H2z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#mobile-menu .mobilemenu .menu-search .icon-search {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 17.5 17.5" style="enable-background:new 0 0 17.5 17.5;" xml:space="preserve"><path fill="%23fff" d="M12.5,11h-0.8l-0.3-0.3C12.4,9.5,13,8,13,6.5C13,2.9,10.1,0,6.5,0S0,2.9,0,6.5S2.9,13,6.5,13c1.6,0,3.1-0.6,4.2-1.6l0.3,0.3 v0.8l5,5l1.5-1.5L12.5,11z M6.5,11C4,11,2,9,2,6.5S4,2,6.5,2S11,4,11,6.5S9,11,6.5,11z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#mobile-menu .mobilemenu .cart .icon-cart {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve"><path fill="%23fff" d="M6,16c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S7.1,16,6,16z M0,0v2h2l3.6,7.6L4.2,12C4.1,12.3,4,12.6,4,13c0,1.1,0.9,2,2,2h12 v-2H6.4c-0.1,0-0.2-0.1-0.2-0.2v-0.1L7.1,11h7.4c0.7,0,1.4-0.4,1.7-1l3.6-6.5C20.1,3,20,2.4,19.5,2.1C19.3,2,19.2,2,19,2H4.2L3.3,0	H0z M16,16c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S17.1,16,16,16z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#mobile-menu .mobilemenu .menu-more .icon-more {
	width: 20px;
	margin: auto;
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 4" style="enable-background:new 0 0 16 4;" xml:space="preserve"><path fill="%23fff" d="M2,0C0.9,0,0,0.9,0,2s0.9,2,2,2s2-0.9,2-2S3.1,0,2,0z M14,0c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S15.1,0,14,0z M8,0 C6.9,0,6,0.9,6,2s0.9,2,2,2s2-0.9,2-2S9.1,0,8,0z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media (max-width: 767px) {
	#mobile-menu .mobilemenu .col-sm-12 {
		width: 100%;
		display: table-cell;
	}
}
#mobile-menu .mobilemenu .mm-active {
	color: var(--themeColor);
}
#mobile-menu .mobilemenu .mm-active .call-to-action-button {
	color: var(--themeColor);
}
#mobile-menu .mobilemenu .mm-active .icon-garage {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 16" style="enable-background:new 0 0 18 16;" xml:space="preserve"><path fill="%23C51A47" d="M15.9,1c-0.2-0.6-0.8-1-1.4-1h-11C2.8,0,2.3,0.4,2.1,1L0,7v8c0,0.5,0.5,1,1,1h1c0.6,0,1-0.5,1-1v-1h12v1c0,0.5,0.5,1,1,1h1	c0.5,0,1-0.5,1-1V7L15.9,1z M3.5,11C2.7,11,2,10.3,2,9.5S2.7,8,3.5,8S5,8.7,5,9.5S4.3,11,3.5,11z M14.5,11c-0.8,0-1.5-0.7-1.5-1.5	S13.7,8,14.5,8S16,8.7,16,9.5S15.3,11,14.5,11z M2,6l1.5-4.5h11L16,6H2z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#mobile-menu .mobilemenu .mm-active .icon-search {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 17.5 17.5" style="enable-background:new 0 0 17.5 17.5;" xml:space="preserve"><path fill="%23C51A47" d="M12.5,11h-0.8l-0.3-0.3C12.4,9.5,13,8,13,6.5C13,2.9,10.1,0,6.5,0S0,2.9,0,6.5S2.9,13,6.5,13c1.6,0,3.1-0.6,4.2-1.6l0.3,0.3 v0.8l5,5l1.5-1.5L12.5,11z M6.5,11C4,11,2,9,2,6.5S4,2,6.5,2S11,4,11,6.5S9,11,6.5,11z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#mobile-menu .mobilemenu .mm-active .icon-cart {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve"><path fill="%23C51A47" d="M6,16c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S7.1,16,6,16z M0,0v2h2l3.6,7.6L4.2,12C4.1,12.3,4,12.6,4,13c0,1.1,0.9,2,2,2h12 v-2H6.4c-0.1,0-0.2-0.1-0.2-0.2v-0.1L7.1,11h7.4c0.7,0,1.4-0.4,1.7-1l3.6-6.5C20.1,3,20,2.4,19.5,2.1C19.3,2,19.2,2,19,2H4.2L3.3,0	H0z M16,16c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S17.1,16,16,16z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#mobile-menu .mobilemenu .mm-active .icon-more {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 4" style="enable-background:new 0 0 16 4;" xml:space="preserve"><path fill="%23C51A47" d="M2,0C0.9,0,0,0.9,0,2s0.9,2,2,2s2-0.9,2-2S3.1,0,2,0z M14,0c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S15.1,0,14,0z M8,0 C6.9,0,6,0.9,6,2s0.9,2,2,2s2-0.9,2-2S9.1,0,8,0z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#mobile-menu .mobilemenu .mm-active .cart-text {
	color: var(--themeColor);
}
#mobile-menu .more-modal .modal-content {
	border-radius: 0;
}
#mobile-menu .more-modal .more-title-row {
	background-color: #000;
}
#mobile-menu .more-modal .more-title-row h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.5em;
	color: #fff;
	font-weight: 300;
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding: 8px 20px;
}
#mobile-menu .more-modal .more-title-row button {
	padding-right: 5px;
	font-size: 30px;
	color: #fff;
	opacity: 1;
	font-weight: 300;
	margin-top: 2px;
}
#mobile-menu .more-modal .modal-body {
	overflow: auto;
	min-width: 100%;
	border-radius: 0;
	padding: 0;
}
#mobile-menu .more-modal .tile {
	position: relative;
	z-index: 1026;
	width: 50%;
	float: left;
	text-align: center;
	background: #000;
}
#mobile-menu .more-modal .tile .tile-label {
	transform: translateY(-50%);
	top: 50%;
	position: relative;
	font-weight: bold;
	color: #fff;
}
#mobile-menu .more-modal .tile .tile-label .icon {
	width: 30px;
	height: 30px;
	margin: 0 auto 10px;
}
#mobile-menu .more-modal .tile .tile-label .icon-track {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 21.8" style="enable-background:new 0 0 30 21.8;" xml:space="preserve"><path fill="%23fff" d="M25.9,5.5h-4.1V0H2.7C1.2,0,0,1.2,0,2.7v15h2.7c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1h8.2	c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1H30v-6.8L25.9,5.5z M6.8,19.8c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2s2,0.9,2,2	C8.9,18.9,7.9,19.8,6.8,19.8z M25.2,7.5l2.7,3.4h-6.1V7.5H25.2z M23.2,19.8c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2s2,0.9,2,2	C25.2,18.9,24.3,19.8,23.2,19.8z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
}
#mobile-menu .more-modal .tile .tile-label .icon-account {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve"><path fill="%23fff" d="M0,3.3v23.3C0,28.5,1.5,30,3.3,30h23.3c1.8,0,3.3-1.5,3.3-3.3V3.3C30,1.5,28.5,0,26.7,0H3.3C1.5,0,0,1.5,0,3.3z	 M20,10c0,2.8-2.2,5-5,5s-5-2.2-5-5s2.2-5,5-5S20,7.2,20,10z M5,23.3c0-3.3,6.7-5.2,10-5.2s10,1.8,10,5.2V25H5V23.3z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
}
#mobile-menu .more-modal .tile .tile-label .icon-help {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve"><path fill="%23fff" d="M13.5,24h3v-3h-3V24z M15,0C6.7,0,0,6.7,0,15s6.7,15,15,15s15-6.7,15-15S23.3,0,15,0z M15,27 C8.4,27,3,21.6,3,15S8.4,3,15,3s12,5.4,12,12S21.6,27,15,27z M15,6c-3.3,0-6,2.7-6,6h3c0-1.7,1.3-3,3-3s3,1.3,3,3c0,3-4.5,2.6-4.5,7.5h3c0-3.4,4.5-3.8,4.5-7.5C21,8.7,18.3,6,15,6z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
}
#mobile-menu .more-modal .tile .tile-label .icon-vin {
	width: 40px;
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32.5 16.9" style="enable-background:new 0 0 32.5 16.9;" xml:space="preserve"><path fill="%23fff" d="M16.5,6.3c0-0.9,0.2-1.8,0.6-2.6l-0.8-2.3c-0.2-0.6-0.8-1-1.4-1h-11c-0.7,0-1.2,0.4-1.4,1l-2.1,6v8c0,0.5,0.5,1,1,1h1	c0.5,0,1-0.5,1-1v-1h12v1c0,0.5,0.5,1,1,1h1c0.5,0,1-0.5,1-1v-4.8C17.1,9.5,16.5,8,16.5,6.3z M3.9,11.4c-0.8,0-1.5-0.7-1.5-1.5	s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S4.7,11.4,3.9,11.4z M14.9,11.4c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5	S15.6,11.4,14.9,11.4z M2.4,6.4l1.5-4.5h11l1.5,4.5H2.4z"/><path fill="%23fff" d="M27.8,10.4H27l-0.2-0.2c0.9-1,1.4-2.4,1.4-3.8c0-3.4-2.6-6-5.9-6c-2.3,0-4.3,1.4-5.3,3.3l1.3,3.7v3.2c1,1,2.5,1.6,4,1.6	s2.8-0.5,3.8-1.4l0.2,0.2v0.7l4.5,4.5l1.3-1.4L27.8,10.4z M22.4,10.4c-2.3,0-4.1-1.8-4.1-4.1c0-2.2,1.8-4.1,4.1-4.1s4.1,1.8,4.1,4.1	C26.5,8.5,24.6,10.4,22.4,10.4z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
}
#mobile-menu .more-modal .tile .tile-label .icon-about {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve"><path fill="%23fff" d="M9,15h2V9H9V15z M10,0C4.5,0,0,4.5,0,10s4.5,10,10,10s10-4.5,10-10S15.5,0,10,0z M10,18c-4.4,0-8-3.6-8-8	s3.6-8,8-8s8,3.6,8,8S14.4,18,10,18z M9,7h2V5H9V7z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
}
#mobile-menu .more-modal .tile .tile-label .icon-terms {
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 20" style="enable-background:new 0 0 18 20;" xml:space="preserve"><path fill="%23fff" d="M15,15H3v-2h12V15z M15,11H3V9h12V11z M15,7H3V5h12V7z M0,20l1.5-1.5L3,20l1.5-1.5L6,20l1.5-1.5L9,20l1.5-1.5	L12,20l1.5-1.5L15,20l1.5-1.5L18,20V0l-1.5,1.5L15,0l-1.5,1.5L12,0l-1.5,1.5L9,0L7.5,1.5L6,0L4.5,1.5L3,0L1.5,1.5L0,0V20z"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
}
#mobile-menu .more-modal a:nth-child(odd) .tile {
	border-right: 1px solid #ddd;
}
#mobile-menu .more-modal a:nth-child(-n+4) .tile {
	border-bottom: 1px solid #ddd;
}
#mobile-menu .mobile-garage {
	display: none;
	position: fixed;
	z-index: 1025;
	bottom: 60px;
	left: 0;
	right: 0;
	padding: 20px 20px;
	background: linear-gradient(120deg, #ccc, #848484);
	border-radius: 0;
}
#mobile-menu .mobile-garage .car-selected-module {
	background: #fff;
	text-transform: uppercase;
	border-radius: 0px;
	line-height: 40px;
	text-align: center;
}
#mobile-menu .mobile-garage .car-selected-module .garage-component {
	width: 95%;
}
#mobile-menu .mobile-garage .car-selected-module .garage-text {
	color: var(--themeColor);
}
#mobile-menu .mobile-garage .garage.flyout {
	top: auto;
	width: 100%;
	bottom: 100%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	position: relative;
}
#mobile-menu .mobile-garage .garage.flyout strong.recent-vehicles-header {
	font-size: 12pt;
	margin-top: 0;
	margin-left: 5px;
	padding-top: 0;
}
#mobile-menu .mobile-garage .garage.flyout .recent-car {
	font-size: 10pt;
}
#mobile-menu .mobile-garage .garage.flyout .recent-car em {
	font-size: 8pt;
}
#mobile-menu .mobile-garage .garage.flyout .recent-car nav ul li a {
	font-size: 10pt;
}
#mobile-menu .mobile-garage .garage.flyout .closeicon {
	font-size: 25px;
}
#mobile-menu .vehicleSelected {
	position: relative;
}
#mobile-menu .vehicleSelected:after {
	position: absolute;
	content: '';
	top: 5px;
	right: 50%;
	margin-right: -17px;
	width: 13px;
	height: 13px;
	background: url(check.png) no-repeat top center;
}
#mobile-menu .mobile-search {
	display: none;
	position: fixed;
	z-index: 1025;
	bottom: 60px;
	left: 0;
	right: 0;
	padding: 20px 20px;
	background: linear-gradient(120deg, #ccc, #848484);
	border-radius: 0;
}
#mobile-menu .mobile-search .search-bar-component {
	border-radius: 5px;
}
#mobile-menu .mobile-search .search-bar-component input {
	padding: 7px 20px 7px 50px;
	height: 40px;
	border-radius: 0;
}
#mobile-menu .mobile-search .search-bar-component button {
	right: auto;
	left: 0;
	padding: 7px 13px 8px;
	border-radius: 0;
}
#mobile-menu .modal.fade:not(.in).modal-from-bottom .modal-dialog {
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}
@media (max-width: 767px) {
	#mobile-menu {
		display: block;
	}
}
/* End: New Header CSS */





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

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

.mobile-header-module .mobile-header-logo-link img.image-logo {
  width: auto !important;
  height: auto !important;
  display: block !important;
  margin: 5px auto 0 auto !important;
  position: relative !important;
}

.custom-image-wrapper {
    padding: 0px !important;
}


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

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

/* product page unnecessary lines */
.product-images-module .product-images.show-thumbnails .main-image .main-image-text {
	display: none;
}

#featured-custom .product-wrapper-link {
   height: 360px;
}

/* Nismo, Installation, and Apparel Row | #nismo-custom */
/* ----------------------------------------------------------------------------- */
/* ============================================================================= */
#nismo-custom {
  margin-top: 5px !important;
}
#nismo-custom .container-wrap {
  padding: 0;
}
#nismo-custom .nismo-img {
  background: url(https://cdn.revolutionparts.io/9cda8367b6e7323bc25cf8f1f17a4c2e/design/jdm-nismo-logo.png) no-repeat;
  background-position: center;
  background-size: contain;
  padding-bottom: 4%;
  width: 100%;
}
#nismo-custom a:hover {
  text-decoration: none;
}
#nismo-custom a:hover div {
  color: #cc0033;
  border-color: #cc0033;
}
#nismo-custom a div {
  width: 100%;
  display: inline-block;
  font-size: 13pt;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-align: center;
  padding: 20px 0 24px 0;
  border-top: 4px solid transparent;
  transition: all .5s ease; 
}
#nismo-custom a div.nismo-wrapper {
  padding: 24px 0 0 0; 
}

/* KT-4418: Papago Theme fix */
.header-right-wrap .main-nav { margin: 0; }


.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}

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

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

html body .action-button.place-order-button {
        background-color: var(--themeColor);
    border-radius: 50px;
    width: 100%;
    font-weight: 700;
    font-family: var(--themeFontBold);
    font-size: 14px !important;
    position: relative;
}

html body .action-button.place-order-button::before {
        -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: ""\F07A"";
    display: inline-block;
    font-family: FontAwesome\ 4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: 8px;
    position: relative;
    top: 0;
}

html body .action-button.place-order-button:hover,
html body .action-button.place-order-button:focus {
        background-color: var(--themeColor);
    opacity: .8;
}

.vp_category_sidebar_module .all-category-parts, .vp_category_sidebar_module .category-accessories, .vp_category_sidebar_module .category-parts {
        padding: 15px 15px;
    background-color: #fff;
}

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

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

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

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

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

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

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

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

.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://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';
}

/* Pet product pages white line */
.product-images-module .product-images.show-thumbnails .main-image .main-image-text {
   display: none;
}


/* Site wide banner color change update */

.promotional-banner-text .promotional-banner-text-wrap,
.promotional-banner-wrap .promo-close {
	color: #ffffff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) !important;
}

.promotional-banner-wrap {
  background-color: var(--themeColor) !important;
}

.promotional-banner-text {
 color: white;
 font-size: 18px !important;
}

.promotional-banner-link {
 color: white !important;
}

/* Remove Sold in quantity in the product details page */
li.sold-in-qty {
 display: none !important;
}