.lsnotfound {
	padding: 15px;
}
#live-search {
    width: 1000%;
    max-width: 500px;
    position: absolute;
    z-index: 1000;
    left: 16px;
    top: 105px;
    display: none;
    border-top: 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;
    background-color: #FFF;
    min-height: 35px;
    clear: both;
	box-shadow: 0 0 5px 0px black;
	border-radius: 7px 7px 7px 7px;
}
#live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
#live-search ul li:hover {
	background-color:#f3f3f3;
}
#live-search ul li a{
	text-decoration: none;
	display:block;
	height: 50px;
	padding: 15px 15px;
}
#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:#555555;
	margin:0px;
	padding:0px;
}
#live-search ul li .product-name {
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
	width: 85%;
}
#live-search ul li .product-name a {
	color:#333;
}
#live-search ul li .product-price {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    float: right;
	width: 15%;
}
#live-search ul li .product-price .price{
	color: #333333;
	display:inline-block;
}
#live-search ul li .product-price .special{
	color: #ac4141;
	text-decoration: line-through;
	display:inline-block;
}

#live-search .product-price > .special {
	margin-top: -5px;
}

#live-search .result-text{
	font-weight: 500;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color:#fff;
	background-color:#1d70b7;
	border-radius: 5px 5px 25px 25px;
	box-shadow: 0 0 5px 0px blue;
}
#live-search .result-text a {
	color:#fff;
}

@media (min-width: 320px) and (max-width: 768px) {
	#live-search {
    display: block;
    left: 16px;
    top: 63px;
    width: calc(100% - 33px);
    }
    #live-search ul li .product-price {
    	width: 25%;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
	#live-search {
    display: block;
    left: 16px;
    top: 63px;
    width: calc(100% - 33px);
    }
    #live-search ul li .product-price {
    	text-align: right;
    	display: inline-block;
    	float: right;
        width:23%;
    }
    #live-search ul li .product-name {
    	width:77%;
    }
	#live-search ul li a {
    padding: 7.5px 15px;
    line-height: 1.25;
}
}
@media (min-width: 769px) and (max-width: 1200px) {
	#live-search {
    top: 90px;
    }

}