/* Add smooth scroll */
html {
  scroll-behavior: smooth;
}
/* Hide payments image for cart page */
.cart-wrap .totals-wrap .payments {
  display: none !important;
}
@media (min-width: 992px) {
  .hidden-md {
      display: none !important;
  }
}
/* Single Product dropdown */
.ui.selection.dropdown .menu {
	max-height: max-content; 
}