.typeahead-item {
  cursor: pointer; 
}
.typeahead-hi {
  font-weight: bold;
  background-color: #ffe0e0;
}
.typeahead-thumb-div img {
  display: inline-block;
}
.typeahead-thumb-div-price {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-left: 1em;
}
div.simple-search-product-form form .typeahead.dropdown-menu {
  max-height: calc(100vh - 120px);
  max-width: calc(100vw - 24px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

div.simple-search-product-form form .typeahead.dropdown-menu img {
  max-width: 160px;
  max-height: 160px;
}

/* !important is needed sometimes */
div.simple-search-product-form form .typeahead.dropdown-menu::-webkit-scrollbar {
/*  -webkit-appearance: none; */
  width: 16px !important;
}
/* Track */
div.simple-search-product-form form .typeahead.dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
}
/* Handle */
div.simple-search-product-form form .typeahead.dropdown-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  background: #ff0000 !important; 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 
}
div.simple-search-product-form form .typeahead.dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
  background: #ff0000 !important; 
}
