.live-search{
    position: absolute;
    top: 100%;
    z-index: 1000;
    padding: 5px 0 20px;
    background-color: #FFF;
    border-top: 1px dotted #D8D8D8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    left: 0;
    right: 0;
    display: none;
    box-sizing: border-box;
}
.live-search .loading{display:block;margin-left:auto;margin-right:auto}
.live-search ul{list-style-type:none;margin:0;padding:0}
.live-search ul li{
    cursor: pointer;
    padding: 5px 10px;
    background-color: #FFF;
    min-height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
}
.live-search ul li:hover {
    background: rgba(0, 0, 0, 0.06);
}
.live-search ul li.live-search-waiting,
.live-search ul li.live-search-no-results {
    border: 0;
}
.live-search ul li a{text-decoration:none;display:block}
.live-search ul li > a{display:flex;align-items: center;}
.live-search ul li .product-image{display: none;}
.live-search ul li .product-name p{font-weight:400;font-style:italic;font-size:10px;color:#313334;margin:0;padding:0}
.live-search ul li .product-name{color: #313334;font-size: 13px;line-height: 1.2;font-weight: 700;}
.live-search ul li .product-add-cart .btn-primary{margin-left: 10px;}
.live-search ul li .product-price{font-size:14px;font-weight:700;min-width: 90px;text-align: right;margin-left: auto;}
.live-search ul li .product-price a{color: #F5AE40;}
.live-search ul li .product-price .price{color:#F5AE40;display:block}
.live-search ul li .product-price .special{color:#A3A3A3;text-decoration:line-through;display:block;}
.live-search .product-price > .special{margin-top:-5px}
.live-search .result-text{text-align: center;font-size: 13px;line-height: 1;color: #fff;background-color: #313334;position: absolute;bottom: 0;width: 100%;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;padding: 4px 0;}
.live-search .view-all-results:hover{color:#F5AE40}
.live-search .view-all-results{
	color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.live-search .product-image{width:auto}
.live-search .product-image img{width:auto}
@media (min-width: 576px){
	.live-search ul li .product-image{margin-right: 10px;width: 100%;max-width: 50px;margin-bottom: 0;display: block;}
}

@media (min-width: 768px){
	.live-search {

	}

	.live-search ul li .product-name {
		font-size: 14px;
	}
}