.live-search {
	width:100%;
	position:absolute;
	z-index:1000;
	padding:0;
	margin-top: 35px;
	background-color:#FFF;
	border: 1px solid #DDD;
	border-bottom: 0;
	box-shadow: 0 2px 2px #DDDDDD;
	left: 0;
	display:none;
	padding-bottom: 42px;
}
.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 9px;
	margin:0;
	background-color:#FFF;
	min-height:70px;
	clear:both;
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search ul li:hover {
	background-color: #f1f1f1;
}
.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:hover .product-name{
	color:#A2C57F;
}

.live-search ul li .product-name{
	float: left;
    width: 65%;
    font-size: 14px;
    text-align: left;
    word-break: break-word;
    margin-left: 10px;
    color:#333;
}
.live-search ul li .product-price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	float:right;
	margin-top:10px;
	width:auto;
}
.live-search ul li .product-price .price{
	color: #333333;
	display:block;
	font-size: 15px;
}
.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:#555555;
	background-color:#d3dec7;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.live-search .view-all-results:hover {
	color: #acc194;
}
.live-search .view-all-results {
	color: #A2C57F;
    font-weight: bold;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}


@media (max-width: 480px) {

	.live-search ul li {
		padding: 5px 9px 0;
	}

	.live-search ul li .product-name {
		width: 60%;
		line-height: 24px !important;
		margin-left: 2px;
	}

}


@media (max-width: 768px) {


}





@media (min-width: 768px) {

	.live-search {
		width: 420px;
		left: -370px;
	}

	.live-search ul li .product-name {
		margin-left: 2px;
		width: 68%;
	}


}


@media (min-width: 991px) {

	.live-search {
		width: 420px;
		left: -370px;
	}


	.live-search ul li .product-price {
		width: 15%;
	}

}


@media (min-width: 1200px) {

	.live-search {
		width: 450px;
		left: -420px;
	}

}


@media (min-width: 1400px) {

	.live-search {
		width: 500px;
		left: -470px;
	}

}


