.dropdown dd,
.dropdown dt,
.dropdown ul {
margin: 0px;
padding: 0px;
}

.dropdown dd ul li a span:first-child,
.dropdown dt a span span:first-child {
background-image: url("../images/select-country/OQiDoZe.png");
background-repeat: no-repeat;
width: 16px;
height: 11px;
display: inline-block;
margin: 5px 15px 5px 5px;
vertical-align: top;
}

.dropdown dt a span {
cursor: pointer;
display: block;
padding: 5px;
white-space: nowrap;
}

.dropdown dt a img {
position: relative;
z-index: 1;
}

.dropdown dt a span span:first-child:before {
position: absolute;
content: '';
width: 15px;
height: 10px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.dropdown dt a span span {
display: inline-block;
padding: 0;
}

.dropdown dt a span span:first-child {
padding: 0;
}

.dropdown dd {
position: relative;
}

.dropdown a,
.dropdown a:visited {
color: #4a535f;
text-decoration: none;
outline: none;
}

.dropdown a:hover {
color: #5d4617;
}

.dropdown dt a:hover,
.dropdown dt a:focus {
color: #5d4617;
}

.dropdown dt a {
position: relative;
background: #ffffff;
display: block;
padding-right: 20px;
overflow: hidden;
border: none;
}



.dropdown dd ul {
background: #f0f2f7;

color: #C5C0B0;
display: none;
left: 0px;
padding: 5px 0px;
position: absolute;
width: 200px;
border: none;
list-style: none;
max-height: 170px;
overflow-y: scroll;
top: 10px;
z-index: 2;
}

li a {
font-size: 13px;
}

li a span:nth-child(2) {
line-height: 2em;
}

.dropdown dd ul::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown dd ul::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.4);
/*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
border-radius:10px;*/
}

.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
background: blue;
}

.dropdown span.value {
display: none;
}

.dropdown dd ul li a {
padding: 5px;
display: block;
font-size: 12px !important;
}

.dropdown dd ul li a:hover {
background-color: rgba(0, 0, 0, 0.05);
}

dl.dropdown {
display: inline-block;
width: 240px;
margin: 0px;
}

dl.dropdown span:nth-child(3) {
color: rgba(0, 0, 0, 0.4)
}

dl.dropdown>span:nth-child(2) {
overflow: hidden;
white-space: nowrap;
display: inline-block;
}

dl.dropdown span:nth-child(3) {
float: right;
}

dl.dropdown dt span:nth-child(2) {
font-size: 13px;
color: #4b4b4b;
text-transform: uppercase;
font-weight: normal;
font-family: 'SourceSansPro-Regular';
}

dl.dropdown dt span:nth-child(3) {
display: none;
}

.countryFlag {
padding: 0;
background-image: url("../images/select-country/OQiDoZe.png");
background-repeat: no-repeat;
display: inline-block;
height: 11px;
margin-right: 4px;
width: 16px;
cursor: pointer;
white-space: nowrap;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #BFBFC1 #B6B6B6 #969696;
border-image: none;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.dropdown dt a:after {content: ''; position: absolute; border-right: 2px solid #bcbcbc;border-bottom: 2px solid #bfbfbf;background: transparent;height: 12px;width: 12px;transform: rotate(45deg);right: 3px;top: 7px;}
dl.dropdown {width: 200px;padding-right: 11px;}