#search input.no-bottom-borders {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.sphinxsearch {
	display: none;
	width: 100%;
	position: absolute;
	top: 40px;
	background: #fff;
	border: 1px solid #ccc;
	/*border-top: 0;*/
	z-index: 10;
}

.sphinxsearch a {
	cursor: pointer;
}

.sphinxsearch .categories span,
.sphinxsearch .products span {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	background: #eee;
}

.sphinxsearch a {
	display: block;
	padding: 5px;
	color: initial;
	line-height: 40px;
	border-bottom: 1px solid #e9e9e9;
}

.sphinxsearch .categories a {
	text-transform: uppercase;
	text-indent: 10px;
}

.sphinxsearch a:hover {
	color: #2196c2;
}

.sphinxsearch a img {
	float: left;
	margin: 0 10px 0 0;
}

.sphinx-viewall {
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #e9e9e9;
}

.sphinxsearch .wrap-results {
	max-height: 300px;
	overflow-y: scroll;
	overscroll-behavior: contain;
}

@media(max-width: 575px) {
	#js_top_search {
		position: inherit;
	}
	#js_top_search .input-group-prepend-overlay {
		top: 17px;
	}
	.sphinxsearch {
		left: .5rem;
		right: .5rem;
		width: calc(100% - 1rem);
		top: 4.5rem;
		border-top: 1px solid #ccc;
	}
}