#live-search {
	width:95%;
	position:absolute;
	z-index:9999;
	margin-top: -2px;
	background-color:#FFF;
	border: 1px solid #e0e0e0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	box-shadow: 2px 3px 5px -1px rgba(0,0,0,.5);
	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:0 5px;
	background-color:#fff;
	
	
}
#live-search ul li:nth-child(even) {
	background-color: #fff;
}
#live-search ul li:hover {
	
}
#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:#000;
	margin:0px;
	padding:0px;
}
#live-search ul li .product-name{
	font-weight: normal;
	float: left;
	width:auto;
color:#000;
font-size: 14px;
line-height:24px;
font-weight:normal;
}
#live-search ul li .product-name:hover{color:#000;
}
#live-search ul li .product-price {
	text-align: right;
	font-weight: normal;
	float:right;
	
	
font-size: 14px;
line-height:24px;
font-weight:normal;
color:#555;
}
#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:none;
}

#live-search .product-price > .special {
	margin-top: -5px;
}


#live-search ul li .product-name{width:75%}



@media (min-width: 320px)and (max-width: 767px) {
#live-search {
	width:150%!important;
}
#live-search {
    left: -25%;
}
#live-search ul li .product-name{
font-size:12px;

}
}
@media (min-width: 768px){
#live-search {
	width:94%!important;
}
}
@media (min-width: 992px){
#live-search {
	width:95%!important;
}
}
@media (min-width: 1200px){
#live-search {
	width:96%!important;
}
}