#live-search {
	width: 100%;
    position: absolute;
    z-index: 1000;
    padding: 5px 0px;
    top: 50px;
    border-radius: 10px;
    background-color: #FFF;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
	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;
	padding: 5px;
	margin:0px;
	background-color:#FFF;
	clear:both;
}

#live-search ul li a{
	text-decoration: none;
	display:block;
	color: #000;
}
#live-search ul li a:hover {
	color: #777;
}
#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:100%;
	padding: 10px 0 0 15px;
}
#live-search ul li .product-price {
	text-align: right;
	
	float:right;
	margin-top:10px;
	width:15%;
}
#live-search ul li .product-price .price{
	color: #000;
    
    margin-bottom: 0;
    font-family: "ProximaNova-Bold", Arial, sans-serif;
    font-size: 16px;
	display:block;
}
#live-search ul li .product-price .special{
	color: #555;
    display: block;
    text-decoration-line: line-through;
    text-decoration-style: solid;
    text-decoration-color: red;
    text-decoration: line-through solid red;
    font-family: "ProximaNova-Medium", Arial, sans-serif;
	display:block;
}

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

@media(max-width:1199px) {
	#live-search {
	
		width: 85%;
	}
}

@media(max-width:710px) {
	#live-search {
	
		width: 90%;
		padding: 0;
	}
	#live-search ul li {
		margin: 0; 
	}
	#live-search ul li .product-name {
		padding: 0 0 0 5px;
	}
	#live-search ul li .product-price {

		width: 22%;
	}
	#live-search ul li .product-price .price {
		font-size: 15px;
	}
}
@media(max-width: 500px) {
	#live-search {
		top: 47px;
	}
	#live-search ul li .product-name {
		font-size: 14px;
		line-height: 1.2;
	}
	#live-search ul li .product-price .price {
		font-size: 14px;
	}
}
@media(max-width: 485px) {
	#live-search ul li .product-price {
		display: none;
	}
	#live-search ul li .product-name {
		width: 82%;
	}
	.product-image img {
		width: 30px;
	}
}

@media(max-width: 485px) { 
	#live-search {
		display: none!important;
	}
}
