.live-search {
	width:100%;
	position: absolute;
	z-index: 1000;
	background-color:#FFF;
	box-shadow: 0px 2px 25px rgba(0,0,0,.07);
	left: 0;
	display: none;
	top: 46px;
}
/* description */
.live-search ul li .product-name p{
	font-weight: normal;
	font-style: italic;
	color:#555555;
	margin:0px;
	padding:0px;
}
.live-search ul li .product-name span.stock{
	display:block;
	font-size: 12px;
}
.live-search ul li .product-name{
	font-weight: 500;
	float: left;
	color: #000;
	text-align: left;
}
@media (min-width: 600px) and (max-width: 1200px) {
	/* description */
	.live-search ul li .product-name p{font-size: calc(1.2rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600))); }
	.live-search ul li .product-name{
		font-size: calc(1.2rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600))); 
	}
}
@media (min-width: 1200px) {
	/* description */
	.live-search ul li .product-name p{font-size: 1.1rem; }
	.live-search ul li .product-name{
		width: 75%;
		font-size: 1.4rem; 
	}
}
.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:12px 20px;
	background-color:#FFF;
	min-height:50px;
	clear:both;
	line-height: 25px;
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search ul li:hover {
	background-color:#F0F7FA;
}
.live-search ul li a{
	text-decoration: none;
	display:flex;
	align-items: center;
}
.live-search ul li .product-image{
	float:left;
	margin-right:15px;
}
.live-search ul li .product-add-cart{
	float: right;
	padding: 7px;
}

.live-search ul li .product-price {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	float:right;
	width:25%;
}
.live-search ul li .product-price .price{
	color: #333333;
	display:block;
}
.live-search ul li .product-price .special{
	color: #777;
	text-decoration: line-through;
	display:block;
	font-size: 12px;
}

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

.live-search .result-text{
	font-weight: 400;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color:#a2a2a2;
	background-color:#fff;
	position: absolute;
	width: 100%;
	padding: 15px 0 15px;
	text-decoration: underline;
	display: none;
}
.live-search .result-text a{
	color: #969ea4;
}
.live-search .result-text a:hover{
	color: #2f9500;
}
.live-search .result-text .btn{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}

@media(max-width: 767px){
	.live-search ul li .product-name{
		width: 65%;
	}
	.live-search ul li .product-price{
		width: 35%;
		font-size: 14px;
	}
	.live-search .price-new{
		display: block;
	}
}