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

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

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

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

#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 + (500 - 200) * ((100vw - 768px) / (1900 - 768))) !important;
}

/* OEMI Margin above mobile search decreased - was causing white space */
#mobile-search {
    margin-top: 0px !important;
}
   
.mobile-header-module-height {
    height: 55px;
    padding: 5px;
}