.live-search {
	width: 100%;
	position: absolute;
	z-index: 1000;
	padding: 5px 0 34px;
	margin-top: 8px;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	left: 0;
	display: none;
	max-height: 70vh;
	overflow-y: auto;
}
.live-search .loading {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.live-search ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.live-search ul li {
	cursor: pointer;
	padding: 8px 10px;
	margin: 0 5px;
	background-color: #FFF;
	min-height: 58px;
	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;
	overflow: hidden;
}
.live-search ul li .product-image {
	float: left;
	margin-right: 8px;
	width: 56px;
}
.live-search ul li .product-image img {
	max-width: 100%;
	height: auto;
	display: block;
}
.live-search ul li .product-name {
	font-weight: bold;
	float: left;
	width: 52%;
	line-height: 1.25;
}
.live-search ul li .product-name p {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	color: #555555;
	margin: 4px 0 0;
	padding: 0;
}
.live-search ul li .product-name .product-model {
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #777;
	margin-top: 4px;
}
.live-search ul li .product-add-cart {
	float: right;
	padding: 7px;
}
.live-search ul li .product-price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-top: 8px;
	width: 24%;
}
.live-search ul li .product-price .price {
	color: #333333;
	display: block;
}
.live-search ul li .product-price .special {
	color: #FF0000;
	text-decoration: line-through;
	display: block;
}
.live-search .result-text {
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 28px;
	color: #555555;
	background-color: #e6ffff;
	position: sticky;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.live-search .view-all-results:hover {
	color: #23527c;
}
.live-search .view-all-results {
	color: #23a1d1;
	display: block;
}
.live-search .live-search-empty,
.live-search .live-search-loading {
	text-align: center;
	min-height: auto;
}
@media (max-width: 767px) {
	.live-search ul li .product-name {
		width: 58%;
	}
	.live-search ul li .product-price {
		width: 100%;
		float: none;
		text-align: left;
		margin-top: 4px;
	}
}
