.selectList-wrapper {
	position: relative;
	margin-top: 0px;
}

@media ( max-width : 767px) {
	.selectList-wrapper {
		margin-top: 0px;
		margin-bottom: 20px;
		display: inline-block;
		max-width: 100%;
	}
}

.selectList-wrapper .bs-caret {
	display: none;
}

.selectList-wrapper button[type="button"] {
	background: transparent !important;
	border-radius: 0;
}

.selectList-wrapper .dropdown-menu {
	margin-top: 0px;
}

.selectList-wrapper .dropdown-menu li.selected {
	background: #d72922 !important;
	color: #ffffff !important;
}

.selectList-wrapper .dropdown-menu li.selected a {
	background: #d72922 !important;
	color: #ffffff !important;
}

.selectList-wrapper .dropdown-menu li a:hover {
	background: #d72922 !important;
	color: #ffffff !important;
}

.selectList-wrapper .selectList {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 408px;
	max-width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 32px;
	border: 1px solid #d3d3d3;
	outline: 0;
	background-color: transparent;
	z-index: 1;
	position: relative;
}

.selectList-wrapper .selectList option:not (:disabled ) {
	color: #000000;
}

.selectList-wrapper .selectList.not_chosen {
	/*color:#333333; font-size:14px;*/
	
}

.title-icons .selectList-wrapper {
	display: inline-block;
	margin-top: 0;
	margin-right: 20px;
}

.title-icons .selectList-wrapper:after {
	right: 10px;
}

.title-icons .selectList-wrapper:before {
	right: 0;
}

@media ( max-width : 767px) {
	.title-icons .selectList-wrapper {
		display: block;
	}
}

select::-ms-expand {
	display: none;
}

.selectList-wrapper:before {
	content: "";
	background-color: #f1f1f1;
	width: 32px;
	height: 100%;
	position: absolute;
	right: 0;
	border-left: #d3d3d3 solid 1px;
	margin-bottom: 5px;
}

.selectList-wrapper:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 10px;
	width: 11px;
	height: 11px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}