.live-search {
	width: 100%;
	position: absolute;
	z-index: 1000;
	padding: 10px 20px 50px 20px;
	margin-top: 0px;
	background-color: #FFF;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
	left: 0;
	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: 45px;
	clear: both;
}

.live-search ul li.not-img {
	min-height: 30px;
}

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

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

.live-search ul li a.link-cat {
	color: #418CC4;
	margin-left: 10px;
}

.live-search ul li a.link-cat:hover {
	text-decoration: underline;
}

.live-search ul li .product-image {
	float: left;
}

.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 {
	font-weight: bold;
	float: left;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	color: #333333;
	width: 50%;
}

.live-search ul li .product-name-cat {
	font-weight: bold;
	float: left;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	color: #333333;
	width: 80%;
}

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

.live-search ul li .product-price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-top: 10px;
	width: 25%;
}

.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 .product-price>.special {
	margin-top: -5px;
}

.live-search .result-text {

	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0;
	line-height: 17px;
	color: #FFFFFF;
	background-color: #418CC4;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.live-search .view-all-results:hover {}

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

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

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

.category-live-search {
	color: #2649dfee;
}

.separate-word {
	color: #afa6a6;
}

hr {
	margin: 0;
}

.live-search ul li i.fa {
	color: #cccccc;
	margin-right: 7px;
}