#divSuggestions {
  background-color: rgba(255,255,255,0);
  padding: 15px 30px;
  position: absolute;
  width: 100%;
  z-index: 999;
  /*display: none;*/
}

#divSuggestions ul {
  background-color: #eeeeee;
}

#divSuggestions ul li {
  text-align: left;
  list-style: none;
}

#divSuggestions li.ACHeaderItem {
  font-family: 'ms500', Arial, sans-serif;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #d4003c;
  border-bottom: 4px solid #d4003c;
  margin-bottom: 30px;
}

#divSuggestions ul li.ACQueryItem {
  cursor: pointer;
}

#divSuggestions ul li.ACQueryItem a {
  text-decoration: none;
  color: #1d1d1b;
}

#divSuggestions ul li.ACQueryItem:hover {
  color: #d4003c;
}

#divSuggestions ul li.uimenuitem:last-child a {
  border: 0 none;
}

#divSuggestions ul li.uimenuitem {
  cursor: pointer;
}

#divSuggestions ul li.uimenuitem:hover {
  color: #d4003c;
}

#divSuggestions ul li.uimenuitem a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #bebebe;
  text-decoration: none;
  color: #1d1d1b;
  position: relative;
}

#divSuggestions ul li.uimenuitem a:after {
  content: "";
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f054';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

#divSuggestions img.ACProductImage /* product's image */
{
  height: 52px;
  width: 35px;
  margin-right: 6px;
}

/*.right-header .search .autocomplete .line2 ul li a::after {
    content: "";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 0;
    text-decoration: inherit;
    top: 50%;
    transform: translate3d(0px, -50%, 0px);
}*/
