#colorbox .wpce-field .select2-container--disabled .select2-selection--single {
	opacity:0.4 !important;
}

#colorbox .wpce-processing .wpce-field .select2-container--disabled .select2-selection--single {
	opacity:1 !important;
}

#colorbox .wpce-field .select2-container, #colorbox .wpce-field .select2-container .select2-selection--single {
	height:55px;
	line-height:54px;
	font-size:13px;
}

.wpce-field .select2-container .select2-selection--single, #colorbox .wpce-field .select2-container .select2-selection--single {
	border-radius:5px;
}

body .select2-container--open .select2-dropdown .select2-results .select2-results__option {
	height:50px;
	line-height:48px;
	padding:0 0 0 20px;
	margin:0;
	border-top:1px solid #e9e9e9;
	font-size:13px;
}

/* HEADER WPCE FORM */
header .wpce-filter-widget-inner .wpce-field, header .wpce-filter-widget-inner .wpce-field input[type="submit"] {
	margin-bottom:0;
}

header .wpce-filter-widget-inner .wpce-field input[type="submit"] {
	border:none;
}

header .wpce-filter-widget-inner {
	min-width:1000px;
}

@media only screen and (max-width: 1310px) {
	header .wpce-filter-widget-inner {
		min-width:800px;
	}
}

@media only screen and (max-width: 1150px) {
	header .wpce-filter-widget-inner {
		min-width:750px;
	}
}

@media only screen and (max-width: 1060px) {
	header .wpce-filter-widget-inner {
		min-width:700px;
	}
}

@media only screen and (max-width: 900px) {
	header .wpce-filter-widget-inner {
		min-width:590px;
	}
}

header .mega-sub-menu .wpce-filter-widget-inner {
	min-width:unset;
	width:100%;
}