/*Product Finder Styles*/
.finder {
	padding: 15px;
	background: #315eaf;
	margin: 0 !important;    /*background: #fff;*/
}

.finder-body {
	padding: 9px 15px 15px;
	border: 1px solid #fff;
}

.finder h3 {
	line-height: inherit;
	margin: 0 0 8px;
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
}

.finder h3 > .fa {
	margin-right: 6px;
}

.finder-or {
	margin: 10px 0;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 14px;
}

.finder-or span {
	display: inline-block;
	padding: 0 12px;
	font-style: italic;
	background: #315eaf;
	color: #fff;
}

.finder-or hr {
	border-color: #fff;
	margin-top: -12px;
}

.finder .input-box {
	position: relative;
	margin: 0 0 10px;
}

.finder .searchboxes input {
	width: 100%;
	padding: 8px;    /*border-radius: 0;
	    border-color: #ddd;*/
	border: 0 none;
}

.finder .searchboxes input:focus {

	/*border-radius: 4px 4px 0 0;*/
}

.finder .searchboxes button {
	position: absolute;
	top: 0px;
	right: 1px;
	outline: 0 none;
	border: 0 none;
	background: none;
	width: 32px;
	height: 32px;
	color: #888;
	background: none;
}

.finder .searchboxes button:hover {
	color: #2791eb;
}

.finder .input-box:last-child {
	margin: 0;
}

.finder .chain-selects select {
	width: 100%;
	border-radius: 4px;
}

.finder .searchboxes-controls,
.finder .chain-selects-controls {
	margin: 15px 0 0;
}

.finder .button {
	width: 100%;
	font-size: 14px;
	padding: 8px;
	text-transform: none;
}

.finder .select2-container {
	margin: 0 0 10px;
	width: 100% !important;
}

.finder .select2-container--default .select2-selection--single {
	border-color: #ddd;
	border-radius: 0;
	height: 33px;
}

.finder .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 32px;
	height: 32px;
}

.select2-dropdown {
	border-color: #ddd;
}

.finder .select2-container:last-child {
	margin: 0;
}

.finder-errors {
	color: red;
	font-size: 12px;
	margin-top: 5px;
	display: none;
}

span.custom-error {
	border-color: #EE0101 !important;
	box-shadow: 0 0 6px rgba(238, 1, 1, .5) !important;
	background-color: #faebe7 !important;
}

.searchbox-suggest-list {
	position: absolute;
	top: 33px;
	width: 100%;
	max-height: 198px;
	overflow-y: auto;
	background-color: #fff;
	z-index: 2;
	display: none;
	padding: 4px 0 0;
	border: 1px solid #ddd;
	border-top: 0 none;    /*border-radius: 0 0 4px 4px;*/
}

.searchbox-suggest-list ul li a,
.searchbox-suggest-list ul li span,
.searchbox-suggest-list ul li strong {
	display: block;
	padding: 2px 10px;
	font-size: 13px;
}

.searchbox-suggest-list ul li span {
	color: #e83d3a;
	padding: 8px 10px 12px;
	white-space: nowrap;
}

.searchbox-suggest-list ul li a:hover {
	color: #fff;
	background-color: #5897fb;
}

.searchbox-suggest-list .searchbox-suggest-loading {
	display: none;
	padding: 8px 10px 12px;
}

@media (max-width:991px) {
	.finder {
		margin-top: 20px;
	}

	.finder h3 {
		font-size: 14px;
	}

	.finder .searchboxes button {
		width: 33px;
		height: 33px;
	}

	.searchbox-suggest-list {
		top: 30px;
	}

}

@media (max-width:767px) {
	.finder {
		position: static;
		width: 100%;
		padding: 20px;
		margin: 0 0 20px;		/*background: #fff;*/
	}

	/*.finder-or span {
		background: #fff;
	}*/
	.finder .select2-container {
		margin: 0 0 10px;
	}

	.finder .searchboxes-controls,
	.finder .chain-selects-controls {
		margin-top: 12px;
	}

	.finder .searchboxes input {
		padding: 10px 8px;
	}

	.finder .select2-container .select2-selection--single,
	.finder .select2-container--default .select2-selection--single .select2-selection__rendered {
		height: 36px;
		line-height: 36px;
	}

	.finder .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 34px;
	}

	.searchbox-suggest-list {
		top: 37px;
	}

}
