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

/* begin bproauto dseo banner css */

.d-none-cat {
  display:none;
}

.moparContentWrapper {
	display: flex;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .moparContentWrapper {
    	flex-direction: column;
    }
}

.moparContentImg {
	flex: 0 0 30%;
    max-width: 30%;
}

@media screen and (max-width: 767px) {
    .moparContentImg {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.moparContentImg img {
	width: 100%;
    height: 200px;
    object-fit: contain;
}

.moparContentDesc ul {
	padding-left: 40px;
}
/* end bproauto dseo banner css */

/* OEM Interactive - Site Wide Banner */
.promotional-banner-wrap {
    background: #0275d8!important;
}

.promotional-banner-text a {
    color: #fff!important;
}

/* OEM Interactive - Featured Products */
.featured-products-module {
    margin-top: 28em !important;
}

.featured-products-module .product-wrapper-link {
    height: 320px;
}

/* Interactive Garage implementation CSS code Start  - GT 12/15/25*/
/* Interactive Garage */
vehicle.action-button.place-order-button, .search-listing-module .catalog-product .ig-view-on-vehicle-wrapper .ig-view-on-vehicle.action-button.place-order-button, .ig-view-on-vehicle-wrapper .ig-view-on-vehicle.action-button.place-order-button {
    background: #333333 !important;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: .2rem;
    font-size: .8rem !important;
    padding: 0.5rem 1rem !important;
    height: auto;
    margin-top: 10px;
    line-height: 1.2;
    width: 100%;
    display: block;
}

.oem-assemblies-module .part-purchase-button .place-order-button, .oem-assemblies-module .catalog-product .ig-view-on-vehicle-wrapper .ig-view-on-vehicle.action-button.place-order-button {
    width: 150px;
}

.ig-view-on-vehicle-nv.action-button:after, .ig-view-on-vehicle.action-button:after, .ig-view-on-vehicle-nv img {
    display: none !important;
}

.search-listing-module .ig-view-on-vehicle img {
    margin: 0 !important;
    display: inline-block;
}

vehicle.action-button.place-order-button:hover, .search-listing-module .catalog-product .ig-view-on-vehicle-wrapper .ig-view-on-vehicle.action-button.place-order-button:hover, .ig-view-on-vehicle-wrapper .ig-view-on-vehicle.action-button.place-order-button:hover {
    background: #7A8899 !important;
}

/* Interactive Garage implementation CSS code End */

/* Mopar Customizer - Navigation Fixes */
#second-nav-custom ul.second-nav-links li.second-nav-outer-list {
    margin: 0 0 0 18px;
}

@media screen and (max-width: 767px) {
    #mobile-drop-downs .menu-row.slider-tab.open {
        padding-bottom: 315px;
    }
    
    .page-builder-page-layout .page-builder-layout-module.mobile-only {
        margin: 0 !important;
    }
}
/* End Mopar Customizer - Navigation Fixes */

/* Vertical Align Logo Fix */
#logo-custom .store-logo-module {
    place-items: center;
    display: grid;
}
/* End Vertical Align Logo Fix */

/* START Credit Card Modal */
.linkImage {
	position: relative;
}
.linkImage > img {
	display: block;
    margin: auto;
}
.linkImage > a {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#creditCardPromoModal h2 {
	text-align: center;
    font-size: 1.5rem;
    color: #333;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 25px;
}
#creditCardPromoModal > .modal-dialog {
	max-width: 950px;
    margin-top: 10%;
}
#creditCardPromoModal .creditCardItems {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 55px;
    row-gap: 5px;
    margin-bottom: 30px;
}
#creditCardPromoModal .creditCardItem {
    position: relative;
}
#creditCardPromoModal .creditCardItem.horizontal {
	max-width: 248px;
}
#creditCardPromoModal .creditCardItem > img {
	transition: transform .2s;
    max-width: 135px;
}
#creditCardPromoModal .creditCardItem:hover > img {
	transform: scale(1.05);
}
#creditCardPromoModal .creditCardItem > a {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media (max-width: 767.98px) {
    #creditCardPromoModal {
    	padding-right: 0 !important;
    }
    #creditCardPromoModal > .modal-dialog {
    	margin-top: 40%;
    }
    #creditCardPromoModal .creditCardItems {
    	column-gap: 30px;
        row-gap: 5px;
    }
}
/* END of Credit Card Modal */