@charset "UTF-8";

/* ALSO: Include FontAwesome 4.x, if not already loaded separately */;
/* 
@import("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
*/

#suggestions {
  position: absolute;
  left: 0px !important;
  top: 35px;
  width: 100%;
  min-width: 270px;
  display: none;
  text-align: left;
  z-index: 9999;
  border-width: 1px;
  border-bottom: 0;
  background: #fff;
  border: 1px solid #ececec;
}

#suggestions hr {
  padding: 0px;
  margin: 0px;
  border: none;
}

.suggestion {
  background-color: #fff;
  font-size: 13px;
  position: relative;
}

.suggestion a {
  display: block;
  clear: left;
  color: #23b55c;
  text-decoration: none;
  padding: 10px;
  border-bottom: 1px solid #ececec;
}

.suggestion a:hover {
  color: #2ec0f7;
}

.suggestion img.img-responsive {
  float: left;
  width: 45%;
  margin: 0px 3% 0 0 !important;
}

.suggestion .search-info {
  float: left;
  width: 52%;
}
.suggestion .search-info .content_price .normalprice {
  display: block;
}
.suggestion .search-info .content_price .productPriceDiscount {
  top: 0;
  left: 0;
  color: #333;
}

.suggestion .product-name {
  margin: 0;
  color: #23b55c;
  display: inline-block;
  text-align: left;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.suggestion .product-name:hover {
  color: #2ec0f7;
}

.suggestion .productSalePrice {
  color: #2ec0f7;
}

.suggestion .model {
  margin-top: 10px;
}

.suggestion .model,
.suggestion .brand {
  display: block;
  color: #555;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
}

.suggestion .productPriceDiscount {
  position: absolute;
  left: -1px !important;
  background: #ee9432;
  color: white !important;
  font-size: 11px;
  top: 0;
  margin-left: 0 !important;
}

#suggestionCount {
  text-align: left;
  display: block;
  font-weight: normal;
}

#suggestionPrev {
  display: block;
  cursor: pointer;
  text-align: left;
  padding-left: 10px;
  float: left;
}

#suggestionPrev:after {
  content: '';
  font-family: 'FontAwesome';
}

#suggestionNext {
  display: block;
  float: right;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
}

#suggestionNext:after {
  content: '';
  font-family: 'FontAwesome';
}

#suggestionPrev:hover,
#suggestionNext:hover {
  color: #474747;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .suggestion .search-info {
    width: 55%;
  }

  .suggestion img.img-responsive {
    float: left;
    margin: 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #suggestions {
    width: 270px;
  }
}
@media (max-width: 991px) {
  .suggestion .search-info {
    width: 60%;
  }

  .suggestion img.img-responsive {
    width: 30%;
  }

  .suggestion .productPriceDiscount {
    top: auto !important;
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  #suggestions {
    left: 0px !important;
  }
}
