.live-search {
	width:80%;
	position: absolute;
	z-index: 1000;
	padding: 5px 0 20px;
	background-color:#FFF;
	border: 1px solid #DDD;
	border-bottom-left-radius: 15px!important;
	border-bottom-right-radius: 15px!important;
	box-shadow: 0 2px 2px #DDDDDD;
	left: 0;
	right:0;
	margin: 50px auto;
	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 {
	display: flex;
	flex-flow: row nowrap;
	align-items:center;
	cursor:pointer;
	padding:5px;
	margin:0px 5px;
	background-color:#FFF;
	min-height:50px;
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search ul li:hover {
	background-color:#ffcd18;
}
.live-search ul li a{
	text-decoration: none;
	overflow:hidden;
}
.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-price .price{
	color: #333333;
	display:block;
}
.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: 14px;
	line-height: 40px;
	color:#555555;
	background-color:#fffce6;
	position: absolute;
	width: 100%;
	border: 1px solid #DDD;
	border-top:none;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.live-search .view-all-results:hover {
	color: #ffcd18;
}
.live-search .view-all-results {
	color: #000000;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}
.live-search .search-product {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.live-search .product-image {
	flex: 0 0 auto;
}

.live-search .product-name {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: bold;
	color: #000;
}

.live-search .product-price {
	flex: 0 0 auto;
	margin-left: auto;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}