.custom-combobox{
	width: 100%;
	background: transparent;
	color: #9b9b9b;
	font-size: 14px;
	font-family:'Univers LT W01_47 Light1475998';
	line-height: 27px;
	border-radius: 0px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}
.cs-select{
	position:relative;
}
.cs-dropdown{
	position: absolute;
	width: 100%;
	z-index: 999;
	max-width: 140px;
	right: 0;
	top: 0px;
}
.cs-option, .cs-selected{
	color: #fff;
	display:block;	
	text-decoration: none;
	outline: none;
	font-family:'Univers LT W01_47 Light1475998';
	box-sizing: border-box;
	padding-left: 1px;
}
.cs-option{
	background-color: #fff;
	padding: 2px 10px;
	text-transform: uppercase;
	font-size: 13px;
	color: #020E17;
}
.cs-option:first-child{
		border-radius: 0;
}
.cs-option:last-child{
		border-radius: 0;
}
.cs-option:hover, .cs-hilighted{
	background-color: #020E17;
	color: white;
}
.cs-right {
	position: absolute;
	background: url('select-arrow-down.svg') no-repeat;
	width: 10px;
	height: 6px;
	right: 0px;
	top: 8px;
	cursor: pointer;
}