.searchxml>.nav-tabs {
	background: #C29F60;
}
.searchentry .searchxml>.nav li a.active {
	color: #fff !important;
	background: var(--secondary-color) !important;
	border: 0;
	border: 1px solid var(--secondary-color);
}
.searchentry .searchxml>.nav li a {
	background: transparent !important;
	color: #fff !important;
	padding: 7px 20px !important;
}

.searchentry .searchxml>.nav li a:focus, .searchentry .searchxml>.nav li a:hover {
	border: 1px solid transparent;
}
.searchentry .searchentry {
	background: transparent !important;
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.combisearch-select .combisearch-target-select {
	margin-top: 18px;
}
.combisearch-target-select .btn {
	border-left: 0 !important;
}
.combisearch-select>.type-select,
.combisearch-target-select {
	width: 50%;
	float: left;
}