.smart-search-container {
  max-width: 600px;
}
#smartSearchResults {
  background: #fff;
  border-radius: .5rem;
  overflow: hidden;
}
#smartSearchResults .list-group-item {
  cursor: pointer;
}
#smartSearchResults .list-group-item:hover {
  background-color: #f8f9fa;
}
.category-scroll::-webkit-scrollbar {
  height: 4px;
}
.category-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
