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

/*--- Promotional Banner CODE ---*/
.promotional-banner-wrap {
background-color: #008000 !important;
}

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

.promotional-banner-link {
 color: white !important;
}

/* OEM Interactive - Call for Price Products Button */
i.fa.fa-envelope {
    display: none;
}

.product-purchase .cannot-purchase h3 a {
    /* color: transparent; */
    font-size: 0px!important;
}

.product-purchase .cannot-purchase h3 a:after {
    content: 'Email Us for best pricing on remaining inventory';
    color: red;
    font-size: 16px;
    font-weight: 700;
}

.free-shipping { /* Defines the Free Shipping tag */
    background: url(//cdn-static.revolutionparts.io/assets/images/storefront/product/free_shipping_sash.png) no-repeat 50%;
    background-size: cover;
    height: 95px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 160px;
    z-index: 10;
}