.search-image {
  display: block;
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.search-image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-front {
  z-index: 10000;
}
.algolia-autocomplete {
  width: 100%;
}
.ui-autocomplete li {
  border-bottom: 0px;
  clear: both;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  padding: 8px 5px;
  text-align: left;
  background-color: #EEE;
  background-image: none;
}
.ui-autocomplete li .title {
  font-weight: bold;
  color: #0897CF;
}
.ui-autocomplete li small {
  font-size: 11px;
}
.ui-autocomplete li .search-summary {
  text-align: center;
  padding: 15px;
}
.ui-autocomplete li .search-summary a {
  color: #0897CF;
}
.ui-autocomplete li:hover {
  background-image: none;
  background-color: #DDD;
}
.tt-text {
  font-size: 12px;
}
.aa-hint {
  color: #e4e4e4;
}
.aa-dropdown-menu {
  background-color: #fff;
  border: 2px solid rgba(228,228,228,0.6);
  border-top-width: 0;
  font-size: 12px;
  border-radius: 0px;
  box-sizing: border-box;
  width: 600px;
  margin-left: -303px;
  margin-top: 0px;
}
.aa-suggestion {
  width: 100%;
  padding: 5px 12px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  float: left;
  overflow: hidden;
}
.aa-suggestion:hover,
.aa-suggestion.aa-cursor {
  background-color: rgba(241,241,241,0.35);
}
.aa-suggestion span:first-child {
  color: #333;
}
.aa-suggestion span:last-child {
  text-transform: uppercase;
  color: #666;
}
.aa-suggestion img {
  max-width: 80px;
  margin-right: 10px;
}
.aa-suggestions-category {
  text-transform: uppercase;
  border-bottom: 2px solid rgba(228,228,228,0.6);
  border-top: 2px solid rgba(228,228,228,0.6);
  padding: 10px;
  color: #666;
  padding: 6px 12px;
  text-align: left;
}
.aa-suggestion em {
  font-weight: 700;
  font-style: normal;
  background-color: #FAFAFA;
  padding: 2px 0 2px 2px;
  color: #0897CF;
}
.aa-suggestion .title em {
  font-weight: 700;
  font-style: normal;
  background-color: #FAFAFA;
  padding: 2px 0 2px 2px;
  color: #0897CF;
}
.aa-dropdown-menu > div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.aa-dropdown-menu > div.powered-by {
  width: 100%;
  text-align: center;
  padding-bottom: 4px;
  padding-right: 10px;
}
.aa-dropdown-menu > div.powered-by img {
  height: 18px;
}
.aa-empty {
  padding: 6px 12px;
}
.search-summary {
  text-align: center;
  padding-bottom: 5px;
  clear: both;
}
.aa-dropdown-menu {
  z-index: 2000 !important;
}
@media (min-width: 1200px) {
  .aa-dropdown-menu {
    width: 600px;
    margin-left: -338px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .aa-dropdown-menu {
    width: 600px;
    margin-left: -388px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .aa-dropdown-menu {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .aa-dropdown-menu {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .aa-dropdown-menu > div {
    width: 100%;
  }
  .aa-suggestions-category {
    background-color: #F5F5F5;
  }
}
@media (max-width: 480px) {
  .aa-suggestion .search-image {
    display: none;
  }
  .aa-dropdown-menu {
    margin-left: 0;
  }
}