/* 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-custom .product-wrapper-link {
   height: 360px;
}
.yotpo .yotpo-default-button, .yotpo input[type="button"].yotpo-default-button {
	background: #49aa22!important;
    font-weight: 700!important;
}
.yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button.yotpo-question-only:hover {
	background-color: #6fce29!important;
}
/* Brand Logos Row | use hook #brand-logo-custom */
/* --------------------------------------------- */
#brand-logos-custom .make-logo {
  width: 19%;
  opacity: .6;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .5s ease;
}
#brand-logos-custom .make-logo:hover,
#brand-logos-custom .make-logo:active {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* Sprite Row Styles | use hook #sprite-custom */
/* ------------------------------------------- */
#sprite-custom {
  padding: 10px 0 20px 0;
}
#sprite-custom .call-to-action-module h2 {
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
    font-weight: 700; }
#sprite-custom .call-to-action-module p {
    margin-bottom: 30px;
    font-size: 14px;
}

/* 3-Images Row Changes | use #sti-custom */
/* =========================================
  Notes: 
  1) Images are best if sized at 600 x 600 JPG, saved at 65%
  3) Compress images below 300k

========================================== */
#sti-custom {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sti-custom > div:first-child {
    padding: 20px 0 30px 0;
}
#sti-custom a {
  text-decoration: none;
}
#sti-custom .sti-container {
  padding: 0;
}
/* Category Styles */
#sti-custom .sti-images {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  height:200px;
  width: 200px;
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px transparent;
  transition: all .5s ease;
}
#sti-custom .sti-images::before{
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  z-index: -1;
}
/* Plus Symbol Styles */
#sti-custom .sti-plus {
  font-family: 'lato', sans-serif;
  font-weight: 100;
  font-size: 80px;
  text-align: center;
  display: block;
  margin-top: 37px;
  color: #ffffff;   /* Hover Color for Plus */
  opacity: 0;
  transition: opacity .5s ease;
}
#sti-custom .sti-columns:hover .sti-plus,
#sti-custom .sti-columns:active .sti-plus {
  opacity: 1;
}
/* Image Psuedo Elements */
#sti-custom .image-one::before {
  content: "";
  background-image: url(https://cdn.revolutionparts.io/3ef5eb45f2c7cf28d883e7132d87edd7/design/performance.png); /* Replace Image paths */
  background-repeat: no-repeat;
  background-size: cover;   /* 'cover' or % */
  background-position: center; /* Directions or +/- px */
}
#sti-custom .image-two::before {
  content: "";
  background-image: url(https://cdn.revolutionparts.io/3ef5eb45f2c7cf28d883e7132d87edd7/design/wheels.png);  /* Replace Image paths */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#sti-custom .image-three::before {
  content: "";
  background-image: url(https://cdn.revolutionparts.io/3ef5eb45f2c7cf28d883e7132d87edd7/design/floor-mats.png);  /* Replace Image paths */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#sti-custom .image-four::before {
  content: "";
  background-image: url(https://cdn.revolutionparts.io/3ef5eb45f2c7cf28d883e7132d87edd7/design/accessories.png);  /* Replace Image paths */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* Brightness filter for images */
#sti-custom .sti-columns:hover .sti-images::before {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
  filter: gray; /* IE6-9 */
}
/* Adds glow on hover */
#sti-custom .sti-columns:hover .sti-images {
  border: solid 1px #ccc;
}
/* Text Styles */
#sti-custom .sti-cta-text {
  font-family: 'lato', sans-serif;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  color: #ffffff; /* Change color is necessary */
  text-transform: uppercase;
  transition: all .5s ease;
}
#sti-custom .trd-highlight {
  font-weight: 700;
}
#sti-custom .trd-title .trd-highlight {
  color: #D90404;
}
#sti-custom .sti-columns:hover .sti-cta-text,
#sti-custom .sti-columns:active .sti-cta-text {
  color: #D90404;  /* Hover color for text */
}
#sti-custom .trd-title {
  font-family: 'lato',sans-serif;
  font-weight: 100;
  font-size: 50px;
  text-transform: uppercase;
  color: #ffffff;
}
.social-links-custom ul {
  padding: 0;
  margin: 0;
}
.social-links-custom ul li {
  list-style: none;  
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  font-size: 12pt
}

#brand-logos-custom .make-logo {
    position: static;
    display: inline-block;
}

/* 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/3ef5eb45f2c7cf28d883e7132d87edd7/design/badge-sprite.png);
}


.make-logo.acura-make-logo {
	display: none!important;
}

#brand-logos-custom {
    text-align: center;
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}


/*----------  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;
    }
    
    .promotional-banner-wrap { /* Places the sitewide baner above the header */
        z-index: 1150;
    }
    
    .mobile-header-module .mobile-header-modal .modal-header { /* Moves the mobile menu down to make room for the sitewide banner */
    padding: 35px 10px 5px 15px;
}
}

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

.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: 40px;
    width: auto;
    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;
}

#___ratingbadge_0 { /* Repositions Google badge */
    right: 0px !important;
}

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