.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;
	top: 55px;
	display: none;
}
.live-search .loading {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.live-search h4 {
	padding: 10px 20px;
	color: #545454;
}
.live-search ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 340px;
	overflow-y: auto;
}
.live-search ul li {
	cursor: pointer;
	padding: 5px 20px;
	/*margin: 0px 5px;*/
	background-color: #fff;
	min-height: 50px;
	clear: both;
}
.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 {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: #575857;
	margin: 0px;
	padding: 0px;
}
.live-search ul li .product-name {
	font-weight: bold;
	float: left;
	width: 50%;
}
.live-search ul li .product-add-cart {
	float: right;
	padding: 7px;
}
.live-search ul li .product-add-cart .btn {
	color: #838383;
	font-size: 22px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px #d9d9d9 solid;
	border-radius: 8px;
}
.live-search ul li .product-price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	float: right;
	width: 25%;
}
.live-search ul li .product-price .price {
	color: #24262f;
	display: block;
	font-size: 16px;
}
.live-search ul li .product-price .special {
	color: #ff0000;
	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: 11px;
	line-height: 20px;
	color: #fff;
	background-color: #5bd22c;
	/*position: absolute;
	bottom: 0;*/
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px;
}
.live-search .view-all-results:hover {
	color: #fff;
}
.live-search .view-all-results {
	color: #fff;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}
