.live-search {
	width:100%;
	position:absolute;
	z-index:1000;
	padding:5px 0px;
	margin-top: 40px;
	background-color:#FFF;
	left: 0;
	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 {
	height: auto !important;
	min-height: 50px;
	cursor:pointer;
	padding:5px;
	font-size: 18px;
	margin:0px 5px;
	clear:both;
}
.live-search ul li a{
	text-decoration: none;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 8px;
}
.showonmobileheader .live-search ul li a,
#menu .showonmobileheader .live-search ul li a{
	display: flex !important;
	align-items: center;
	flex-wrap: nowrap;
	line-height: 1.35 !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.live-search ul li a > span[style*="clear"]{
	display: none;
}
.live-search ul li .product-image{
	float: none;
	flex: 0 0 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	margin-right: 0;
}
.live-search ul li .product-image img{
	display: block;
	max-width: 50px;
	max-height: 40px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.live-search ul li .product-name{
	flex: 1 1 auto;
	min-width: 0;
	align-self: center;
	line-height: 1.35;
}
.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 {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	float: none;
	flex: 0 0 auto;
	align-self: center;
	margin-top: 0;
	width: auto;
	max-width: 32%;
}
.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: 300;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color:#555555;
    padding:5px;
	position: absolute;
	bottom: -25px;
	width: 100%;
}
.live-search .result-text a,
.live-search .result-text .view-all-results{
	font-size: inherit;
	font-weight: inherit;
}
