.live-search {
	width:100%;
	position: absolute;
	z-index: 1000;
	padding: 5px 0 20px;
	top: 55px;
	background-color:#FFF;
	border: 1px solid #DDD;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 2px 2px #DDDDDD;
	left: 0;
	display: none;
	grid-area: drop_down;
}

.live-search-mobile {
	width:100%;
	position: absolute;
	z-index: 1000;
	padding: 5px 0 20px;
	top: 55px;
	background-color:#FFF;
	border: 1px solid #DDD;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 2px 2px #DDDDDD;
	left: 0;
	display: none;
	grid-area: drop_down;
}


@media (max-width: 767px) {
	.live-search {
		width: 100% !important;
    	/* margin-left: 15px; */
	}
	.live-search-mobile {
		width: 100% !important;
    	/* margin-left: 15px; */
	}
	#hr_search{
		margin-top: 4px;
		margin-bottom: 20px;
		border: 0;
		border-top: 2px solid #dddddd;
	}
}

.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.live-search-mobile .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.live-search ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.live-search-mobile ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.live-search ul li {
	cursor:pointer;
	padding:5px;
	margin:0px 0px -09px 5px;
	background-color:#FFF;
	min-height:50px;
	clear:both;
}
.live-search-mobile ul li {
	cursor:pointer;
	padding:5px;
	margin:0px 0px -09px 5px;
	background-color:#FFF;
	min-height:50px;
	clear:both;
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search-mobile ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search ul li:hover {
	background-color:#F0F7FA;
}
.live-search-mobile ul li:hover {
	background-color:#F0F7FA;
}
.live-search ul li a{
	text-decoration: none;
	display:block;
}
.live-search-mobile ul li a{
	text-decoration: none;
	display:block;
}
.live-search ul li .product-image{
	float:left;
	margin-right:5px;
}
.live-search-mobile 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;
	font-size:13px;
}
.live-search-mobile ul li .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color:#555555;
	margin:0px;
	padding:0px;
	font-size:13px;
}
.live-search ul li .product-name{
	font-weight: bold;
	float: left;
	width:100%;
	font-size:12px;
}
.live-search-mobile ul li .product-name{
	font-weight: bold;
	float: left;
	width:75%;
	font-size:12px;
}
.live-search ul li .product-add-cart{
	float: right;
	padding: 7px;
}
.live-search-mobile ul li .product-add-cart{
	float: right;
	padding: 7px;
}

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

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


.live-search .result-text{
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color:#555555;
	background-color:#e6ffff;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.live-search-mobile .result-text{
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color:#555555;
	background-color:#e6ffff;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.live-search .view-all-results:hover {
	color: #23527c;
}
.live-search-mobile .view-all-results:hover {
	color: #23527c;
}
.live-search .view-all-results {
	color: #23a1d1;
}
.live-search-mobile .view-all-results {
	color: #23a1d1;
}
.live-search .product-image {
	width: auto;
}
.live-search-mobile .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}
.live-search-mobile .product-image img {
	width: auto;
}