.ui-autocomplete {
	width: 300px !important;
	max-height: 500px !important;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 20px !important;
	z-index: 1000;
}
.ui-autocomplete .ui-menu-item{
	border-bottom: 1px dotted black;
}
#search_by_heading {
	float: left;
}
label.search_type_label {
	margin-right: 10px;
}
input.search_type {
	margin-right: 10px;
}
.search-result-row {
	margin: 0 5px 10px 0;
	border: 1px solid #CDCDCD;
	padding: 10px 0 10px 5px;
}
.search-result-row picture img {
	float: left;
	margin: 5px 10px 5px 0;
}
.search-result-row a {
	overflow-wrap: break-word;
}
.search-result-row img[src="images/site/pixel_trans.gif"] {
	display: none;
}
.search-result-row picture img[src="images/site/pixel_trans.gif"] {
	display: block;
}
.search-keyword-highlight {
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}
.search-result-row.last {
	border: none;
}
.search-result-url {
	color: #676767;
}
.search-results-info-row.top {
	margin: 5px 0;
}
.search-result-info-cell.result-count {
	float: left;
}
.search-result-info-cell.result-pager {
	float: right;
}
.searchNav {
	color: #0044cc;
}
.searchNav:hover {
	text-decoration: underline;
}
.searchNav.active {
	color: #000;
	text-decoration: underline;
}
#searchtable {
	margin-top: 20px;
}
.search-no-res {
	max-width: 600px;
	line-height: 1.8;
	text-align: center;
	margin-top: 25px;
}
.search-no-res a {
	color: #CC0133;
}
.search-cart-btns {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
	font-size: 14px;
}
.search-cart-btns a {
	border: 1px solid #CC0133;
	color: #CC0133;
	text-decoration: none;
	padding: 6px 7px 1px 7px;
	margin-top: 10px;
	display: block;
	&:hover {
		background: #CC0133;
		color: #fff;
	}
}
.search-cats {
	display: none;
	align-items: stretch;
	justify-content: space-between;
}
.search-cats a {
	width: 15%;
	text-decoration: none;
}
.search-cats h4 {
	font-size: 13px;
}
.search-cats img {
	background: #D9D9D9;
}