.mlddesk .pick_currency {
    display: inline-block;
    margin-right:0px;
  position: relative;
    top: 2px;
}

.nice-select{
  padding-left:10px !Important;
  font-family: "DIN Neuzeit Grotesk",sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px;
  border:none !important;
}
.pick_currency {
    display: none;
}
select#currencies,select#currencies1 {
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    padding-top:0px;
	padding-bottom:0px;
    padding-right: 15px;
    border: 0;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
  background-color:transparent;
  background-position:right center;
  padding: 0 15px !important;
    padding-left: 7px !important;
    border: 0;
}
select#currencies option{
color:#000;
   background-color:#fff;
}
select#currencies:focus,select#currencies:hover{
outline:none;border: 0;
}
.pick_currency label{display:none !important;}

@media only screen and (max-width:1239px) {
   .pick_currency {
    display: inline-block !Important;
    position: absolute !important;
    right: 62px;
    top: 40px !important;
    left: unset !important;
  }
}
@media only screen and (max-width: 640px) {
.pick_currency {
    display: inline-block !Important;
    position: absolute;
    top: 14px !important;
    right: 56px !important;
}
}
@media only screen and (max-width: 340px) {
.pick_currency {
    display: inline-block !Important;
    position: absolute;
    right: 34px !important;
    top: 12px;
}
} 
