.live-search {
	width:100%;
	position: absolute;
	z-index: 1000;
	padding: 5px 0 20px;
	margin-top: 40px;
	left: 0;
	display: none;
	background-color: #000000eb;
	border: none;
	box-shadow: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
	.live-search {
		width:400px;
	}
}
.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;
	margin:0px 5px;
	background-color: transparent;
	min-height:90px;
	clear:both;
}
.live-search ul li:nth-child(even) {
	background-color: #000;
}
.live-search ul li:hover {
	background-color: #000;
}
.live-search ul li a{
	text-decoration: none;
	display:block;
}
.live-search ul li .product-image{
	float:left;
	margin-right:20px;
	margin-top: 10px;
}
.live-search ul li .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color:#555555;
	margin:0px;
	padding:0px;
	display: none;
}
.live-search ul li .product-name{
	font-weight: normal;
	float: left;
	width:50%;
	font-size: 14px;
}
@media (min-width: 768px) {
	.live-search ul li .product-name {
		width: 54%;
		margin-top: 10px;
	}
}
.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: 40px;
	width:25%;
	position: absolute;
	right: 10px;
}
.live-search ul li .product-price .price{
	color: #fff;
	display:block;
	font-size: 16px;
}
.live-search ul li:hover .product-price .price,
#search .live-search ul li:hover a {
	color: #00a9eb;
}
.live-search ul li:hover .fa-shopping-cart::before{
	background: url(/img/04-blue.png);
	background-size: auto;
	content: '';
	width: 30px;
	height: 30px;
	background-size: cover;
	display: block;
	position: relative;
	margin: 0 auto !important;
}
.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:#555555;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #000;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 5px;
}
.live-search .view-all-results:hover {
	color: #23527c;
}
.live-search .view-all-results {
	color: #23a1d1;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}