.live-search {
	width:100%;
	position: absolute;
	z-index: 1000;
	padding: 4px 0 0;
	margin-top: 40px;
	background-color:#FFF;
    border: 2px solid #1699ed;
    border-radius: 6px;
	left: 0;
	display: none;
}
/* 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{
	color: #333;
	line-height: 18px!important;
	font-weight: 600;
padding-top: 10px;
}
@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{}
}
.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;
	background-color:#FFF;
	min-height:50px;
	border-bottom: 1px solid #cceaff;
	display: inline-block;
	width: 100%;
	clear:both;
}
.live-search ul li > div {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.live-search ul li:hover > div {
    background: #dcdcdc;
}
.live-search ul li:hover .product-name {
	color: #c77405;
}
.live-search ul li:hover .product-price .price {
	color: #c77405;	
}
.live-search ul li a{
	text-decoration: none;
	display:block;
}
.live-search ul li .product-image{
	float:left;
	margin-right:8px;
	border: 1px solid #b8e0f9;
    border-radius: 3px;
}
.live-search ul li .product-add-cart{
	float: right;
	padding: 7px;
}

.live-search ul li .product-price {
	font-size: 16px;
	font-weight: bold;
}
.live-search ul li .product-price .price{
	/*color: #333333;*/
	display:block;
	font-size: 18px;
}
.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{
    cursor: pointer;
    background-color: #FFF;
    min-height: 40px;
    display: inline-block;
    width: 100%;
    clear: both;
}
.live-search .result-text:hover > a {
	color: #c77405;	
}
.live-search .result-text a {
	color: #333;
    line-height: 18px!important;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding-left: 12px;
    line-height: 35px;
}
.live-search .result-text a:hover {
	color: #c77405;	
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}