/**********************/
/* SETT ELEMENTOR */
/**********************/

.elementor-field-group .elementor-select-wrapper:before{
	display: none !important;
}


.hide{
	opacity:0 !important;
	position: absolute !important;
}

/**********************/
/* SELECTOR */
/**********************/


.custom-a11yselect-container {
	margin-bottom:0;
	position:relative;
	width: 100% !important;
}
.custom-a11yselect-container .custom-a11yselect-btn {
	background: #F0F0F0 !important;
	border: 2px solid #F0F0F0;
	display: block;
	font-family: inherit;
	font-size: 16px;
	font-style:normal;
	font-weight:normal;
	line-height:50px;
	height: 50px;
	max-width: 100%;
	min-width: 100%;
	overflow: hidden;
	padding: 0 35px 0 10px !important;
	margin: 0;
	text-align: left;
	white-space: nowrap;
	text-transform: none;
	width:100%;
	border-radius: 0 6px 6px 6px !important;
	box-shadow: none !important;
}
.custom-a11yselect-container .custom-a11yselect-btn .custom-a11yselect-text {
	color:#333;
}
.custom-a11yselect-container i.custom-a11yselect-icon {
	content: '';
	height: 0;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 22px;
	top: 22px;
	width: 0;
}
.custom-a11yselect-container .custom-a11yselect-btn:before{
	position: absolute;
	content: '';
	background: #FFB300;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 12px;
	z-index: 0;
}
.custom-a11yselect-container i.custom-a11yselect-icon.icon-carrat-down {
	border-top:6px solid #191769;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
}
.custom-a11yselect-container i.custom-a11yselect-icon.icon-carrat-up {
	border-bottom:6px solid #191769;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
}
.custom-a11yselect-container .custom-a11yselect-menu {
	background: #F0F0F0;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	display:none;
	left: 0;
	margin: 0;
	max-width: 100%;
	padding: 14px 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 5;
	border-radius: 5px;
}
.custom-a11yselect-container .custom-a11yselect-menu.opened {
	display:block;
}
.custom-a11yselect-container .custom-a11yselect-menu.custom-a11yselect-overflow {
	max-height: 250px; /* can be overriden by overlay parameter */
	overflow-x:hidden;
	overflow-y:auto;
}
.custom-a11yselect-container .custom-a11yselect-menu.custom-a11yselect-hidden {
	display:none !important;
}
.custom-a11yselect-container .custom-a11yselect-menu.custom-a11yselect-reversed {
	border-top:1px solid #D7D7D7;
	border-bottom:none;
	bottom:100%;
	top:auto;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option {
	display:block;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option button {
	background:#F0F0F0;
	border:none;
	color:#333;
	font-family:inherit;
	text-transform: uppercase !important;
	font-size: 13px !important;
	letter-spacing: 1px !important;
	font-weight:bold !important;
	line-height: 21px;
	padding: 10px 18px;
	text-align: left;
	width: 100%;
	box-shadow: none !important;
	border-radius: 0px;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option.custom-a11yselect-focused button {
	color: #191769;
	background:#FFC924;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option.custom-a11yselect-selected button {
	color: #FFC924;
	background:#F0F0F0;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option.custom-a11yselect-disabled button {
	background:#F0F0F0;
	color:#666;
	cursor:default;
}
.custom-a11yselect-container .custom-a11yselect-img {
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	margin-right:10px;
	height:18px;
	width:18px;
	vertical-align: middle;
}
.custom-a11yselect-container select.custom-a11yselect-mobile {
	display:block !important;
	height:100% !important;
	left:0 !important;
	margin:0 !important;
	opacity:0 !important;
	padding:0 !important;
	position:absolute !important;
	top:0 !important;
	visibility: visible !important;
	width:100% !important;
	z-index:99999;
	-webkit-appearance: menulist-button !important;
	-moz-appearance: menulist-button !important;
	appearance: menulist-button !important;
}

