.drupal.search_box {
  position: relative;
}
.drupal.search_box .form-control.--busy {
  background-image: url('../images/autocomplete-throbber.gif');
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
.drupal.search_box button[type="submit"] {
  background: #1888c6;
  text-align: center;
  border: 0 none;
  float: left;
  height: 31px;
  width: 50px;
  border-radius: 0px 4px 4px 0px;
}
.drupal.search-results-list {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  font-size: 12px;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 300px;
  max-height: 75vh;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 102;
}
.drupal.search-results-list-item {
  border-top: 1px solid #e1e1e1;
}
.drupal.search-results-list-item:nth-child(even) {
  background-color: #f8f8f8;
}
.drupal.search-results-list-item.--suggestion {
  background-color: transparent;
  border-top-style: dotted;
  font-size: 14px;
}
.drupal.search-results-list-item:first-child {
  border-top: none;
}
.drupal.search-results-list-item > .search-result {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 10px;
}
.drupal.search-results-list-item.--suggestion  > .search-result {
  color: #555;
  padding: 5px 12px;
}
.drupal.search-result > .image {
  float: left;
  margin-right: 15px;
  width: 70px;
}
.drupal.search-result > .title {
  display: block;
}
.drupal.search-result > .description {
  color: #333;
}
.drupal.search-result > .price {
  color: #333;
  float: right;
  font-weight: bold;
}
