/* 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 !important;
    font-family: var(--themeFontLight) !important;
    font-size: 1.875rem;
    line-height: normal;
    margin-bottom: 15px !important;
    text-align: left !important;
}

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


#primary-header .store-logo-module .store-logo-link img {
	filter: invert(1);
}

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

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

/* Greeting Style Changes | Use hook #greeting-custom */
/* ---------------------------------------------------------------------- */
/* ====================================================================== */

#greeting-custom .category-title {
  font-size: 24pt !important;
}
@media screen and (max-width: 767px) {
	#greeting-custom .category-title {
	  font-size: 20pt !important;
	}
}
#greeting-custom .sub-heading {
  font-weight: 400;
}
.title-type {
  font-weight: 700;
  color: #cc0033;
}
.promotional-banner-wrap {
    background-color: #C51A47 !important;
    color: #fff;
}
.promotional-banner-wrap .promotional-banner-link {
    color: #fff !important;
    text-shadow: 1px 2px 1px #000;
    font-size: 1.2em;
}
/* Black Friday Sale Section | use hook #sale-custom */
/* ---------------------------------------------------------------------- */
/* ====================================================================== */
#sale-custom {
  padding: 15px;
}
#sale-custom strong {
    font-size: 1.25em;
}
#sale-custom p {
    font-size: 1.15em;
}
#sale-custom hr {
    color: #fff;
}
#sale-custom .bf-text {
  text-align: justify;
}
#sale-custom .black-friday-header {
  font-size: 2.3em;
  font-weight: 700;
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
}
#sale-custom .bf-row2 {
  font-size: 1.5em; 
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 12px;
}
#sale-custom .bf-row3 {
  font-size: 1.4em;
  font-style: italic;
}
#sale-custom .save-code {
  color: #cc0033;
}
#sale-custom .carousel-indicators {
    display: none;
}
/*Sprite Column Changes | use hook #sprite-custom */
/* ---------------------------------------------------------------------- */
/* ====================================================================== */
#sprite-custom{
  padding:20px 0;
}
#sprite-custom .category-title {
  color: #fff;
  border: none
}
#sprite-custom .title-type {
  color: #cc0033;
}
/* Make paragraph body font larger */
#sprite-custom .cta-content {
  font-size: 13pt;
}

#sprite-custom > .container-wrap{
  padding-bottom:30px;
}
.partznet {
    margin: 0px !important;
}

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



/*--- OEM INTERACTIVE ---*/
/* Product Page */

.product-purchase-module .purchase-box .product-price .you-save .list-label {
  font-size: 17px;
}
.product-purchase-module .purchase-box .product-price .you-save .list-value {
  color: #49aa22;
  font-size: 17px;
}
.product-page-layout li.you-save .list-value .savings-percent-value {
  font-weight: 1000;
}
.product-details-module li.product-description span.description_body p,
.product-details-module li.product-description span.description_body ul,
.product-details-module li.product-description span.description_body ol,
.product-details-module li.product-description span.description_body li {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.product-details-module li.product-description span.description_body ul,
.product-details-module li.product-description span.description_body ol {
    margin: 0 0 20px 30px;
}
.product-badges-module .product-badges .product-badge .badge-icon .icon {
    background-image: url(//cdn.revolutionparts.io/4c0925304c01148cf1e8709633debf01/design/badge-sprite.png);
}

/*-- OEM INTERACTIVE --*/
/* Featured Products */

a.product-wrapper-link {
    height: 335px!important;
}


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

/* OEMI Site Wide Banner */
.promotional-banner-text {
    font-size: 18px !important;
    text-shadow: 2px 2px 2px #000;
}

/*----------  OEM Interactive UX Audit, October 13 2025  ------------*/
/*-------------------------------------------------------------------*/
/*------------OOOOO-------EEEEEEEEEE--MM----------MMM--IIIIIIIIII----*/
/*---------OOO----OOO----EEE---------MMM--------MMMM------III--------*/
/*-------OOO-------OOO--EEE---------MM-MM----MMM-MM------III---------*/
/*------OOO-------OOO--EEEEEEEE----MM--MM--MMM--MM------III----------*/
/*-----OOO-------OOO--EEE---------MM---MMMM----MM------III-----------*/
/*------OOO----OOO---EEE---------MM----MM-----MM------III------------*/
/*-------OOOOOO-----EEEEEEEEEE--MM-----------MM--IIIIIIIIII----------*/
/*-------------------------------------------------------------------*/

html body .action-button.big-button { /* Fits the Add To Cart button text on a single line */
    padding: 12px 20px;
}

/* Sets the default upsell image width */
.product-additional-info-module .catalog-product .product-image-col { 
    width: 100%;
}
.product-additional-info-module .catalog-product .product-image-col>a img {
    height: auto;
    max-width: 100%;
}

/* Mobile */
@media (max-width: 767px) { 
    .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%;
    }
    
    .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;
        margin-bottom: 5px;        
    }
    .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;
    }
    .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;
    }
    
    /*#mobile-filters-button { /* Moves the category page filters down 
        top: 100px;
        z-index: 40;
    } */
    .promotional-banner-wrap { /* Places the sitewide banner above other elements */
        z-index: 99999;
    }
}

#rp_global_add_to_cart .current_product .product_details_col ul li label { /* Fixes the padding of "Our Price" in the Added to Cart popup */
    padding-right: unset !important;
}

#rp_global_add_to_cart .add_cart_control .add_cart_button .button { /* Makes the buttons in the Added to Cart popup larger */
    height: 50px;
}

/* Fixes the display of the product page vehicle fitment table */
.product-fitment-module .fitment-table-wrap .fitment-table td, .product-fitment-module .fitment-table-wrap .fitment-table th {
    padding: 8px;
}
.fitment-year {
    min-width: 45px;
    max-width: 50px;
}
.fitment-make {
    min-width: 65px;
    max-width: 80px;
}
.fitment-model {
    min-width: 50px;
}
.fitment-trim {
    max-width: unset;
}
.fitment-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.fitment-table {
  min-width: 800px;
  width: max-content;
  border-collapse: collapse;
}

.product-details-module li.product-description span.description_body li { /* Adds spacing for lists in product descriptions */
    margin: 0 0 20px 20px;
}

.required-parts th { /* Properly displays the labels in the bundle parts table */
    white-space: nowrap;
}

.cart-page-layout .cart-other-options { /* Prevents the checkout box from clipping */
    width: unset;
}

/* Adjusts the cart page VIN collector */
.cart-page-layout .cart-subtotal-row .collect-vin-form-module p { 
    font-size: 15px;
    font-weight: 700;
}
.collect-vin-form-module .input-custom .vin-form-button {
    min-width: 80px;
}
@media(max-width: 767px) {
    .cart-page-layout .cart-subtotal-row .collect-vin-form-module {
        display: block;
    }
    .cart-page-layout .cart-subtotal-row .collect-vin-form-module p {
        font-size: 12px;
        font-weight: 500;
    }
}

.health-warning { /* Adds some space above the Prop 65 warning */
    padding-top: 20px;
}

#rp_shipping_message { /* Aligns the shipping message */
    padding: unset !important;
    padding-left: 10px !important;
}

.shop-other-brands img { /* Adds spacing between the other brand logos in the footer */
    margin: 10px 10px 30px;
}

.create-user-form-module { /* Adds space between modules on the Track Order page */
    margin-bottom: 50px;
}

.product-page-layout ul.field-list li .list-label { /* Bolds the labels */
    font-weight: 700 !important;
}

.cart-listing-module {
    margin-bottom: 20px;
}

#vehicle-custom .vpicker_buttons li.active_button a:hover .select { /* Removes the hover background color from links */
    background-color: transparent;
    color: #1c68cf;
}

.product-badges-module .product-badges .product-badge { /* Resizes the product badges */
    display: inline-block;
    width: 48%;
}

.product-details-module ul.field-list li+li { /* Prevents errant spacing between elements on the product page */
    margin-top: unset;
}

#filters-overlay { /* puts the overlay above the mobile buttons */
    z-index: 99999999999;
}

/* Tidies and repositions the elements in the mobile header */
.mobile-header-module .header-left-nav {
    top: 30px;
}
/* Resizes the mobile logo */
.mobile-header-module-height {
    height: 10px;
}
.mobile-header-module .mobile-header-logo-link img.image-logo {
    height: auto;
    width: 130px;
    margin-top: -15px;
}
.mobile-header-module .mobile-header-search-button {
    border-radius: 20px 20px 0 0;
    margin-top: -5px;
    top: 5px;
}
.mobile-search {
    border-radius: 20px;
}
.mobile-header-module .header-left-nav {
    top: 20px;
}
.mobile-header-module .header-right-nav {
    top: 0px;
}

.vp_control { /* Makes room for the mobile chat button while the vehicle picker is open */
    margin-bottom: 130px;
}

.mobile-header-module .mobile-header-search-button.collapsed {
    fill: #333;
    background-color: #fff;
    top: 5px;
}
/*-------- End OEMI Audit --------*/