
.search-results {
  z-index: 8889;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.1);
  overflow: auto;
  max-height: 430px;
}

.search-results li {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 4px;
  border-top: 1px solid #eee;
  line-height: 38px;
  overflow: hidden;
}
.search-results li:first-child {
  border-top: none;
    border-top-color: currentcolor;
}
.search-results li {
  border-color: rgb(255 255 255 / 18%) !important;
}
.search-results li {
  padding: 5px;
}
.search-results a {
  display: flex;
  align-items: center;
}
.search-results .thumbnail {
  float: left;
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.search-results .thumbnail img {
  height: 100%;
  object-fit: contain;
}

.search-results .title {
  float: left;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left;
  border: none;
  line-height: 16px;
  font-size: 16px !important;
  text-transform: capitalize;
  margin-bottom: 0;
}
.title {
  margin-bottom: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
  display: block;
  position: relative;
}
.title span {
  padding: 5px 10px;
  display: block;
}
.search-results .price {
  width: auto;
  float: left;
  font-size: 15px;
  line-height: 16px;
  color: #222;
  font-weight: 600;
}
.title span {
  padding: 5px 10px;
  display: block;
}
.title span.money {
  padding: 0;
}
.search-results .price {
  width: auto;
  float: left;
  font-size: 15px;
  line-height: 16px;
  color: #222;
  font-weight: 600;
}