.autocomplete-suggestions {position: absolute;top: 40px;left: 138px;width: 470px!important; max-height: 500px!important;border: 1px solid #0083bf;background: #fff;cursor: default;overflow: auto;margin: 0 6px 6px -1px;}
.autocomplete-suggestions div {width: 100%;display: inline-block;clear: both;padding: 0;margin: 0;margin-bottom: -5px}
.autocomplete-suggestions .autocomplete-group {background: #f1f1f1; color: #0083bf !important; padding: 8px 3%;width: 100%;}
.autocomplete-suggestions div a,
.autocomplete-suggestions div a:link,
.autocomplete-suggestions div a:visited {
	display: inline-block;
	margin: 0;
	padding: 6px 3%;
	width: 100%;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	clear: both;
	border-bottom: 1px solid #eee
}

.autocomplete-suggestions div a:hover {
	background: #d9eef8
}

.autocomplete-suggestions div a img {
	width: 50px;
	float: left
}

.autocomplete-suggestions div a label {
	float: right;
	width: 360px;
	font-weight: 400;
	cursor: pointer;
	margin: 0;
	padding: 0
}

.autocomplete-suggestions div a span {
	display: block;
	clear: both;
	cursor: pointer;
	margin: 0;
	padding: 0
}

.autocomplete-suggestions div a span.price {
	color: #990000; font-weight:bold;
	padding-top: 10px
}

.autocomplete-suggestions div.last {
	border: none
}

.autocomplete-suggestion strong {font-weight: 700 !important; color:#F00 !important}

@media only screen and (max-width:768px) {
	.autocomplete-suggestions {
		top: 136px;
		left: 10px
	}
}