.live-search {
	width: 100%;
	position: absolute;
	z-index: 10000;
	padding: 16px;
	margin-top: 40px;
	background-color: #fff;
	border: 1px solid #e1e4eb;
	left: 0;
	box-shadow: 0px 4px 8px rgba(54, 56, 61, 0.12);
	border-radius: 0px 0px 6px 6px;
	display: none;
}
.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 {
	cursor: pointer;
	padding: 5px;
	background-color: #fff;
	min-height: 40px;
	clear: both;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	height: auto !important;
}
.live-search ul li:hover {
	/* background-color:#F0F7FA; */
	background: #f2f4f7;
}
.live-search ul li a {
	text-decoration: none;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.live-search ul li .product-image {
	float: left;
	margin-right: 10px;
	width: 64px;
	height: 64px;
}
.live-search ul li .product-image img {
	width: 100%;
	height: 100%;
}
.live-search ul li .product-name p {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: #555555;
	margin: 0px;
	padding: 0px;
}
.live-search ul li .product-name {
	width: 55%;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
}
.live-search ul li .product-price {
	text-align: right;
	margin-left: auto;
	color: #2e2f32;
	display: flex;
	flex-direction: column-reverse;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
.live-search ul li .product-price .price {
	color: #333333;
	display: block;
}
.live-search ul li .product-price .special {
	color: #a8adb7;
	text-decoration: line-through;
	display: block;
}

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

.live-search .result-text {
	text-align: center;
	color: #2e2f32;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	/* padding: 8px; */
	margin-top: 16px;
	border-radius: 6px;
	width: 100%;
	border: 1px solid #e1e4eb;
}
.live-search .view-all-results {
	color: #2e2f32;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	height: 100%;
	display: block;
	padding: 8px;
}
