.live-search {
	width: 100%;
	max-height: 300px;
	overflow-y: scroll;
    position: absolute;
    z-index: 1000;
    padding: 30px;
    margin-top: 40px;
    background-color: #FFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    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 0;
    background-color: #FFF;
    min-height: 70px;
    clear: both;
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.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;
	line-height: 16px;
    font-size: 12px;
	color:#555555;
	margin:0px;
	padding:0px;
}
.live-search ul li .product-name {
	float: left;
	width:58%;
	padding: 0 10px;
	font-size: 14px;
	color: #333;
}
.live-search ul li .product-price {
	color: #ffffff;
    background: #fd8725;
    display: table;
    padding: 0 15px;
    float: right;
}
.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 a {
	color: #989898;
	display: table;
	border-bottom: 1px dotted #989898;
}
.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;
}