.live-search {
  width: 100%;
  position: absolute;
  z-index: 1000;
  padding: 5px 0 20px;
  margin-top: 40px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 2px 2px #DDDDDD;
  left: 0;
  display: none;
  min-width: 300px;
}

.live-search .loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.live-search ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.live-search ul li {
	display: inline-block;
  cursor: pointer;
  padding: 8px;
  background-color: #FFF;
  min-height: 56px;
  clear: both;
  width: 100%;
}

.live-search ul li:nth-child(even) {
  background-color: #FAFAFA;
}

.live-search ul li:hover {
  background-color: #F0F7FA;
}

.live-search ul li a {
  text-decoration: none;
  display: block;
}

.live-search ul li .product-image {
  float: left;
  margin-right: 5px;
}

.live-search ul li .product-name p {
  display: none;
}

.live-search ul li .product-name {
  font-weight: bold;
  float: left;
  width: 60%;
}

.live-search ul li .product-name:hover {
  color: #9E6048;
}

.live-search ul li .product-add-cart {
  float: right;
  padding: 7px;
}

.live-search ul li .product-price {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  float: right;
  margin-top: 10px;
  width: 30%;
}

.live-search ul li .product-price .price {
  color: #313131;
  display: block;
}

.live-search ul li .product-price .special {
  color: #acacac;
  text-decoration: line-through;
  display: block;
}

.live-search .product-price>.special {
  margin-top: -5px;
}

.live-search .result-text {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  color: #696969;
  background-color: #f2f0f1;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
	line-height: 25px;
	height: 25px;
}

.live-search .view-all-results:hover {
  color: #313131;
}

.live-search .product-image {
  width: auto;
}

.live-search .product-image img {
  width: auto;
}