.wm-search-suggests{
	bottom:0;
	position:absolute;
}
.wm-search-suggests li.ui-menu-item{
	line-height:2;
	padding-left:52px;
	position:relative;
}
.wm-search-suggests li.ui-menu-item a{
	display:inline-block;
	width:100%;
	padding: 3px 0 3px .4em;
	position:relative;
}
.wm-search-suggests li[data-num-results]::after{
	position:absolute;
	bottom:5px;
	right:2px;
	font-size:.9em;
	font-weight:bold;
	border-radius:1em;
	display:inline-block;
	min-width:22px;
	text-align:center;
	opacity:.6;
}
.wm-search-suggest-parent-cat{
	display:block;
	font-size: .7em;
    opacity: .9;
    margin: 0 0 -10px 0;
}
.wm-search-suggest-price{
	float:right;
	white-space:nowrap;
	display: inline-block;
	background-color: #EEE;
	border-radius: 2px 4px 4px 2px;
	margin:0 2px 0 14px;
	position: relative;
	font-size:13px;
	height:28px;
    font-weight: bold;
    opacity: .6;
	padding: 0 2px 0 2px;
}
a:hover .wm-search-suggest-price{
	background-color: #333;
	color: #EEE;
}
.wm-search-suggest-price::before {
	content: "";
	position: absolute;
	display: block;
	left: -13px;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: 14px solid #EEE;
}
a:hover .wm-search-suggest-price::before {
	border-right: 14px solid #333;
}
.wm-search-suggest-price::after {
	content: "";
	background-color: white;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -5px;
	top: 12px;
}
.wm-search-suggests li[data-num-results]::after{
	content:attr(data-num-results);
	background:#EEE;
}
.wm-search-suggests li.wm-search-suggest-heading{
	font-size:.7em;
	line-height:1.2;
	font-weight:bold;
	background:#EEE;
	border-radius:1em;
	display:block;
	margin:5px 26px;
	text-align:center;
	opacity:.6;
	padding-left:0;
}

.wm-search-suggests .wm-search-suggest-pic{
	position:absolute;
	margin:2px 0 0 -52px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position:center center;
	height:98%;
	width:52px;
}
