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

#layout_product .product-details-module iframe {
	width: 100%;
}
/* end fix the thumbnail arrows */

#banner-custom .banner-vpicker-module,
#banner-custom .banner-vpicker-module .slider .rslides_container .rslides,
#banner-custom .banner-vpicker-module .slider .rslides_container .rslides li {
	height: calc(200px + (360 - 200) * ((100vw - 768px) / (1900 - 768))) !important;
}


.promotional-banner-wrap {
background-color: #016dbe !important;
}
.promotional-banner-text {
 color: #ffffff;
 font-size: 18px !important;
}

/* OEM Interactive - Site Wide Banner */
.page-builder-page-layout .page-builder-layout-section.full-content > .container-wrap {
    padding: 0 0px!important;
}

.promotional-banner-text {
    text-shadow: 1px 1px 2px #000;
}


/* OEM INTERACTIVE */
#car-row-custom .model-wrap .models {
    width: 25%;
}
.featured-products-module .product-wrapper-link {
    height: 340px;
}

/*----------  OEM Interactive UX Audit, September 8 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;
    }
}

#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: 60px;
}
.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;
}

#mobile-drop-downs .help-modal-wrap .help-button i.fa-question-circle { /* Aligns the Help Menu item in the mobile menu */
    padding: 0;
}

#mobile-drop-downs .help-modal-wrap .help-modal { /* Aligns the mobile Help menu since the "?" is hidden (below) */
    top: 85px;
}

.help-modal .help-icon { /* Hides an otherwise difficut-to-position question mark icon in the mobile help menu */
    display: none;
}

@media (max-width: 767px) {
    .help-modal .section-heading.contact-section.help-section-expand { /* Adjusts the height of the Contact Us help menu */
        padding-bottom: 140px;
    }
    .help-modal .section-heading.address-section.help-section-expand { /* Adjusts the height of the Address help menu */
        padding-bottom: 40%;
    }
}
#mobile-drop-downs .menu-row.slider-tab.open { /* Removes errant padding in the mobile menu */
    padding-bottom: 212px;
}

.other-brands-module { /* Repositions the "Shop our other brands" section in the footer */
    position: relative;
    top: -40px;
}

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

/*-------- End OEMI Audit --------*/