.live-search {
    width: 100%;
    position: absolute;
    z-index: 1000;
    padding: 5px 0px;
    margin-top: 30px;
    background-color: #FFF;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.22);
    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;
	margin-bottom: 50px;
}
.live-search ul li {
	cursor: pointer;
    padding: 5px 10px;
    margin: 0;
    background-color: #FFF;
    border-bottom: 1px solid #efefef;
    min-height: 65px;
    clear: both;
}
.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:#555555;
	margin:0px;
	padding:0px;
}
.live-search ul li .product-name{
    float: left;
    width: 50%;
    font-size: 13px;
}
.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{
	display:block;
}
.live-search ul li .product-price .special{
	color: #FF0000;
	text-decoration: line-through;
	display:block;
}

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

.live-search .result-text{
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 0px;
}
.live-search .view-all-results:hover {
	color: var(--secondarycolor);
}
.live-search .view-all-results {
    color: var(--maincolor);
    display: block;
    padding: 15px 0;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}