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

/* Hidding Footnote */

.footnotes {
	display: none!important;
}

.promotional-banner-text {
    font-size: 14px!important;
    color: white;
    background-color: RED;
}

.paypal-smart-buttons, .paypal-smart-flyout-button {
    display: none !important;
}

.promotional-banner-link { /* Makes sitewide banner links white */
    color: #ffffff !important;
  }
@media (max-width: 768px) { /* Moves the sitewide banner below the menu on mobile */
  .promotional-banner-wrap {
    top: 65px;
  }
}