.mM_custom_select {
	position: relative;
}

.mM_custom_select select {
	display: none;
}

.mM_custom_select .mM_select_selected {
	cursor: pointer;
}

.mM_custom_select .mM_select_items {
	height: 0;
	overflow: hidden;
	overflow-y: scroll;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	background: #fff;
	width: 100%;
}

.mM_custom_select .mM_select_item {
	cursor: pointer;
}

.mM_custom_select .mM_select_arrows {
	width: 10px;
	height: 14px;
	background-size: 10px 14px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='svg1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 20.05' style='fill: %23042438'%3E%3Cpath d='M13.87,14.09c-1.61-1.77-4.83-5.3-4.83-5.3l-.72.68s2.71,2.97,4.06,4.46c-3.39,0-9.76-.02-11.38-.03V0h-.99v14.32c0,.32.26.59.58.59.01,0,.02,0,.03,0,0,0,0,0,0,0,1.04,0,7.72.02,11.76.03-1.37,1.48-4.1,4.43-4.1,4.43l.72.69s3.25-3.52,4.87-5.28c.18-.19.18-.49,0-.68Z'/%3E%3C/svg%3E");
	position: absolute;
	right: 40px;
	top: 29px;
	transform: rotateX(180deg) rotate(-90deg);
}