.live-search {
	width:100%;
	position:absolute;
	z-index:1000;
	margin-top: 0;
	background-color:#222;
	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: 10px 5px;
	margin:0px 5px;
	min-height:90px;
	clear:both;
	color:#fff;
}

.live-search ul li:hover {
	background-color: #1c1c1c;
}
.live-search ul li a{
	text-decoration: none;
	display:block;
}
.live-search ul li .product-image{
	float:left;
	margin-right:5px;
	width: 65px;
	padding: 5px;
}
.product-image img {
	max-width: 100%;
}
.live-search ul li .product-name p{
	font-weight: normal;
	line-height: 16px;
    font-size: 12px;
	color:#fff;
	margin:0px;
	padding:0px;
}
.live-search ul li .product-name{

	color:#fff;
	float: left;
	width:58%;
	font-size: 14px;
}
.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: #fff;
	display:block;
}
.live-search ul li .product-price .special{
	color: #a9a9a9;
	text-decoration: line-through;
	display:block;
}

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

.live-search .result-text{
	text-align: center;
	font-size: 14px;
    line-height: 40px;
	color:#eee;
	background-color:#303030;
	width: 100%;
	margin-top: 10px;
}
.live-search .view-all-results:hover {
	color: #5FD255;
}
.live-search .view-all-results {
	color: #fff;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}

#search .input-lg:focus+.dropdown-menu+.live-search{
	display: block !important;
}