.live-search {
	display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    padding: 10px 16px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    border-radius: 4px;
	margin-top: 6px;
}
.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: 0;
    margin: 5px 0px;
    background-color: #FFF;
    min-height: 50px;
    clear: both;
}
.live-search ul li:nth-child(even) {
}
.live-search ul li:hover {
}
.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{
	display: none;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color:#555555;
	margin:0px;
	padding:0px;
}
.live-search ul li .product-name{
	float: left;
	width:80%;
	font-size: 14px;
    color: #848484;
    font-weight: normal;
}
.live-search ul li .product-name:hover{
    color: #1A1A1A;
}
.live-search ul li .product-add-cart{
	display:none;
	float: right;
	padding: 7px;
}

.live-search ul li .product-price {
	display: none;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	float:right;
	margin-top:10px;
	width:25%;
}
.live-search ul li .product-price .price{
	color: #333333;
	display:none;
}
.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: left;
    color: #1A1A1A;
    background-color: transparent;
}
.live-search .view-all-results:hover {
	color: #1A1A1A;
}
.live-search .view-all-results {
	color: #1A1A1A;
	text-decoration: none;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}