.live-search {
	width: 100%;
    position: absolute;
    z-index: 1000;
    padding: 5px 0px;
    background-color: #FFF;
    box-shadow: 0 20px 20px rgba(100, 100, 100, 0.1);
    left: 0;
    top: 90px;
	display: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;
	margin: 0;
	background-color:#FFF;
	min-height:90px;
	clear:both;
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search ul li:hover {
	background-color:#dadada;
}
.live-search ul li:last-child {
	margin-bottom: 17px;
}
.live-search ul li a{
	text-decoration: none;
	display:block;
	height: 100%;
}
.live-search ul li .product-image, .live-search ul li .product-name,.live-search ul li .product-price{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.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;
}
.header-more .live-search ul li .product-name{
	font-weight: 500;
    float: left;
    color: #202020;
    width: 60%;
    font-family: 'Normative Pro', sans-serif;
    font-size: 13px;
}
.header-more .live-search ul li .product-price {
	text-align: center;
	float:right;
	width:20%;
}
.live-search ul li .product-price .price{
	color: #3482be;
    font-weight: 700;
    display: block;
	font-family: 'Normative Pro', sans-serif;
    font-size: 15px;
}
.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: 11px;
	line-height: 20px;
	color:#202020;
	background-color:#f9a825;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.live-search .view-all-results:hover {
	color: #2a2a2a;
}
.live-search .view-all-results {
	color: #fff;
}
.header-more .live-search>ul>li::before {
    content: '';
	margin: 0;
}
.header-more .live-search .product-image > img {
    height: 60px;
    width: 60px;
}
@media (min-width: 768px) {
	.header-more .live-search ul li .product-name{
		font-size: 16px;
	}
	.live-search ul li .product-price .price{
		font-size: 20px;
	}
}
