.customDropDown {
	margin: 0;
}

.customDropDown button::before {
	display: none;
}

.customDropDown > div > span.selected {
	background-color: #fff;
}
.customDropDown > div > span:hover {
	background-color: #f1f4f7;
}

.customDropDown > ul > li.selected a {
	font-weight: 700;
}
.customDropDown > ul > li.selected a .label::after {
	content: attr(data-after);
}

.customDropDown > div {
	border: 1px solid #a0a0a0;
	border-top: 0;
	left: 4px;
	top: 46px;
	width: calc(100% - 8px);
}
.customDropDown > div > span {
	border: 0;
}
.customDropDown > div > span > label {
	font-weight: 400;
	padding-left: 30px;
	text-indent: 0 !important;
}

#searchCriteriaDropdown button.icon-down-open-mini.before::before,
#searchCriteriaDropdown button.icon-down-open-mini.after::after {
	content: '';
}
