:root {
	--themeColor: #c3002f;
}

@media screen and (max-width: 1300px) {
    #search-tabs {
    	margin-top: 0;
        background-color: #e0e0e0 !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;
}

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

/* 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.1);
    z-index: 1;
}

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

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

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

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

.themePagePadding {
	padding: 50px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-component .cart-flyout .order-item,
.cart-component .cart-flyout .view-cart-link a,
.cart-component .cart-flyout p.total_line .total_title,
.cart-component .cart-flyout p.total_line .amount {
	font-family: var(--themeFontRegular);
    color: var(--themeColor);
}
/* 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')
}
body {
  font: 100% nissan-regular, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
#primary-header .logo-wrap img {
    width: auto !important;
    height: auto !important;
}
    
.col-sm-3.cow {
    width: 20%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .col-sm-3.cow {
    	width: 100%;
        height: 200px;
    }
}

.col-md-6.text {
    width: 60%;
}

@media screen and (max-width: 767px) {
    .col-md-6.text {
    	width: 100%;
    }
}
/* Aligns the cows */
.col-sm-3.cow { 
    text-align: center;
}
/* end Aligns the cows */

/* Mobile */
@media (max-width: 767px) { 
    .col-sm-3.cow {
        width: 100%;
        height: unset;
    }
    .car-selected-module .garage-text { /* Aligns the text in the mobile vehicle picker button */
        padding-top: 0px;
    }
    .more-modal-wrap .modal { /* Moves the "More" modal down on mobile */
        top: 80px;
    }
    .product-additional-info-module .catalog-product .product-details-col { /* Tidies upsells on the cart page */ 
        width: 100%;
    }
    .product-additional-info-module .catalog-product .product-image-col {/* Tidies upsells on the cart page */
        width: 100%;
    }
    .cow-desktop-only { /* Removes the redundant cow from mobile */
        display: none;
    }
    #___ratingbadge_0 { /* Hides the Google Reviews tab on mobile */
        bottom: 60px !important;
    }
    .payments_messaging_module { /* Aligns the PayPal offering */
        padding-left: 20px;
    }
    /* Optimizes the product page product details for mobile */
    .product-details-inner ul.field-list {
        display: grid;
        grid-template-columns: repeat(4, 25%);
        align-items: start;
    }
    .product-details-inner ul.field-list .manufacturer, .product-details-inner ul.field-list .part_number, .product-details-inner ul.field-list .positions, .product-details-inner ul.field-list .also_known_as {
        grid-column: span 2;
        align-self: start;
        height: auto;
    }
    .product-details-inner ul.field-list .description, .product-details-inner ul.field-list .product-superseded-list, .product-details-inner ul.field-list .condition {
        height: auto;
    }
    .product-details-inner ul.field-list li {
        grid-column: span 4;
    }
    .product-details-inner ul.field-list h2, .product-details-inner ul.field-list span {
        display: block;
    }
    .product-details-inner ul.field-list ul {
        list-style: none;
        padding-left: 0;
    }
    .product-details-module ul.field-list li+li {
        height: auto;
        margin: 0 0 15px 0;
    }
    .product-additional-info-module .catalog-product .product-image-col {
        width: 90px;
    }
    .product-additional-info-module .catalog-product .product-image-col>a img {
        height: unset;
        max-width: 90px;
    }
    .product-page-layout ul.field-list li .list-value {
        display: block;
    }
    .box-message p { /* VIN Message */
        font-size: 12px;
        font-weight: 500;
    }
}

.page-builder-page-layout .page-builder-layout-section.wide-content>.container-wrap {
    max-width: 1275px;
}
.shop-other-brands img { /* Adds spacing between the other brand logos in the footer */
    margin: 5px 5px 30px;
}