.cd-dropdown,
.cd-select {
	position: relative;

}
.cd-dropdown.cd-active {z-index: 2000;}

.cd-dropdown > span {
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #f06535;
	font-size: 20px;
	letter-spacing: 0.5px;
	background: #fff;
	display: block;
	padding: 0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	text-align: left;
	border-bottom: 6px solid #f06535;
}

.cd-dropdown > span:after {
	content: '\25BC';
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #fc756f;
}

.cd-dropdown.cd-active > span:after {
	content: '\25B2';
}

.cd-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
    overflow-y: auto;
	overflow-x: hidden;
    max-height: 300px;
	
}
.cd-dropdown ul li {
	display: block;
	margin-left: 0 !important;
}
.cd-dropdown.cd-active ul {
	z-index: 1000;
}

body.single-albums .cd-dropdown.cd-active ul {
    overflow: visible !important;
}

.cd-dropdown ul li span {
	width: 100%;
	background: #fff;
	padding: 0 10px;
	display: block;
	line-height: 45px;
	text-align: left;
	color: #f06535;
	cursor: pointer;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: none;
}

.cd-dropdown > span span[class^="icon-"],
.cd-dropdown > span span[class*=" icon-"]{
	padding: 0 30px 0 45px;
}

/* Select fallback styling */
.cd-select {
	border: 1px solid #ddd;
}
