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

.featured-products-module .product-wrapper-link .product-details-link {
  color: #fff;
  background-color: #cb2027;
}
#footer-custom .newsletter-column input {
  color: #fff;
}
#featured-custom .product-wrapper-link {
   height: 360px;
}
.search-filters-module .refine-reset, .search-filters-module .refine-submit {
    background-color: #cb2027;
}
.search-filters-module .refine-reset:hover, .search-filters-module .refine-submit:hover {
    background-color: #9f191f;
}

.simple-list li+li, .simple-list li {
    display: inline-block;
    background-color: #eee;
    border-radius: 15px;
    border: solid #eee 1px;
    padding: 2px 0px;
    transition: border .1s, background-color .1s;
}

.simple-list li:hover {
    background-color: #ddd;
    border: solid #ccc 1px;
    transition: border .1s, background-color .1s;
}

.simple-list li a {
    padding: 0px 15px;
    font-size: 18px;
    color: #333;
}
ul.second-nav-links {
	text-align: center;
}
/* div#featured-custom {
    margin-left: 20%;
} */

#featured-custom .featured-products-module h2 {
    margin-bottom: 18px;
    margin-top: 30px;
}
ul.second-nav-links.first {
    width: 75%;
 }
.promotional-banner-wrap {
    background-color: #59d809!important;
}

.promotional-banner-text {
    font-size: 16px!important;
}

.promotional-banner-link, .promotional-banner-text {
  animation: color-change 3s infinite;
}

@keyframes color-change {
  0% { color: white; }
  50% { color: white; }
  51% { color: black; }
  100% { color: black; }
}


.product-title-module .local-pickup {
    
    height: 30px;
 
    width: 160px;
}
.product-title-module .local-pickup .local-pickup-message {
    color: red;
    font-size: 15px;
    
    height: 24px;
    
    width: 128px;
}
.product-title-module .local-pickup .local-pickup-address {
    color: #555;
    font-size: 13px;
    height: 18px;
    letter-spacing: 0;
    margin-left: 2.5rem;
    width: 72px;
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}

#logo-custom .store-logo-module {
    box-shadow: none;
}

#logo-custom .store-logo-module img {
    top: 15px;
}

#homepage-banner-slider .container-fluid {
    padding: 0;
}

.banner-vpicker-module .owl-dots {
    bottom: 20px;
}

#max-height-243 {
    max-height: 243px;
}

/*-------------  OEM Interactive UX Audit, July 1 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%;
}


#logo-custom .store-logo-module img { /* Centers the desktop logo */
    margin-top: 15px;
}
@media (max-width: 1199px) { /* Repositions the tablet logo */
    #logo-custom .store-logo-module img {
        margin-top: 23px;
    }
}

/* .mobile-site-title {
    display: none;
} */

/* Mobile */
@media (max-width: 767px) { 
    .mobile-site-title {
    	display: block;
	}
    .desktop-site-title {
    	display: none;
	}
    
    .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;
    }
    
    .featured-products-module .product-wrapper-link { /* Removes extra height from featured products */
        height: auto;
    }
    
    #mobile-filters-button { /* Moves the category page filters down */
        top: 100px;
        z-index: 40;
    }
    
    #page-home h2, #pop-parts h3 { /* Centers homepage h2s and h3s */
        text-align: center;
    }
}

@media (max-width: 799px) { /* Overrides and properly sizes h2s on the mobile homepage */
    #page-home h2 {
        font-size: 2.5em;
    }
}

#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;
}
.fitment-make {
    min-width: 80px;
}
.fitment-model {
    min-width: 80px;
}
.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;
}

.featured-products-module .featured-products { /* Centers the Featured Products section */
    justify-content: center;
}

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

/* Fixes the mobile menu placement */
#mobile-drop-downs .search-row.slider-tab.open {
    padding-bottom: 180px;
}
#mobile-menu  {
    margin-top: -15px !important;
}

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

#home-page-search .page-builder-layout-column-wrap {
    box-shadow: unset; /* Removes shadow from the mobile site title */
}

#mobile-header-custom { /* Adds shadow to the mobile header */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    top: -1px;
}

#mobile-header-custom .mobile-menu-col.menu-selected i, #mobile-header-custom .mobile-search-col.menu-selected i { /* Fixes the mobile menu icon color */
    color: unset;
}

#mobile-drop-downs #mobile-menu .links-list a i { /* Sets the width of the mobile menu icons */
    width: 25px;
}

.search-listing-module .search-pagination a.active { /* Highlights the active page in the pagination tab */
    background: #ddd;
    border-radius: 40%;
}

ul.second-nav-links { /* Aligns the desktop secondary menu */
    text-align: unset;
}
#second-nav-custom ul.second-nav-links li.second-nav-11 {
    margin: 0;
}

#mobile-banner-hide-owls { /* Prevents the mobile banners from having space at the top */
    margin-top: 0;
}

#mobile-banner-hide-owls .owl-dots { /* Hides the mobile banner dots */
    display: none;
}
/*-------- End OEMI Audit --------*/