
#ns-quicksearch-dropdown {
	position: absolute;
	width: 100%;
	right: 120px;
	background: #fff;
	margin-top: 3px;
	z-index: 10000;
}

@media screen and (max-width: 767px) {
	#ns-quicksearch-dropdown {
		right: 0;
	}
}

.ns-ac-sb-row-title span {
	font-weight: bold;
	color: #000;
}

.ns-ac-sb-row-title {
	display: inline-block;
	width: 60%;
	line-height: 2em;
}

.ns-ac-sb-row-count {
	text-decoration: none;
	color: #808080;
	display: inline-block;
	width: 39%;
	text-align: right;
	line-height: 2em;
}

.ns-ac-results h3 {
	text-transform: uppercase;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
}

.ns-ac-results a {
	text-decoration: none;
}

.ns-ac-sr-img-wrap {
	display: inline-block;
	width: 19%;
	text-align: center;
	vertical-align: top;
}

.ns-ac-sr-img-wrap img {
	max-width: 100%;
	max-height: 40px;
}

.ns-ac-sr-content {
	text-decoration: none;
	display: inline-block;
	width: 54%;
	vertical-align: top;
}

.no-img .ns-ac-sr-content {
	width: 73%;
}

.no-price .ns-ac-sr-content {
	width: 78%;
}

.no-img.no-price .ns-ac-sr-content {
	width: 100%;
}

.ns-ac-sr-title {
	padding: 0 10px;
	color: #1f80aa;
	font-weight: bold;
}

.ns-ac-sr-price {
	text-decoration: none;
	color: #f15a24;
	text-align: right;
	display: inline-block;
	width: 24%;
	line-height: 40px;
	vertical-align: top;
	font-weight: 700;
}

.ns-ac-all-results {
	background: #eee;
	text-align: center;
	line-height: 2em;
	padding: 6px 0;
}

.ns-ac-all-results a {
	text-decoration: none;
	color: #808080;
}

.ns-ac-all-results a span {
	font-weight: bold;
	color: #000;
}

.ns-autocomplete {
	border: 1px solid #ccc;
}

.ns-ac-suggestionbox {
	padding: 8px;
}

.ns-ac-results {
	padding: 8px;
}

.ns-ac-single-result {
	margin: 5px 0;
}

#ns-quicksearch-dropdown a {
	display: block;
}

#ns-quicksearch-dropdown a:hover,
#ns-quicksearch-dropdown a:focus {
	background: rgba(0, 0, 0, .05);
}