.pick_currency {
    display: inline-block;
      margin-right: 10px;
}
select#currencies {
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    padding-top:0px;
	padding-bottom:0px;
    padding-right: 10px;
    border: 0;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
  background-color:transparent;
  /*width: 57px;*/
}
select#currencies:focus,select#currencies:hover{
outline:none;border: 0;
}
.pick_currency label{display:none !important;}
#mobile-header .pick_currency {
    position: absolute;
  top: 9px;
    right: 70px;
}
@media only screen and (max-width:767px) {
  .pick_currency {
    padding: 14px 15px;
        margin-right:0px;
}
  .mlvedamobile{
  display:block !important;
  }
 select#currencies {
    color: #464e54;
    font-weight: 500;
    font-size: 16px;
    /*width: 55px;*/
}
}
@media only screen and (min-width: 421px) {
.tier-1 .pick_currency {
   /*display:none;*/
}
}
@media only screen and (max-width: 420px) {
  #mobile-header .pick_currency {
    /*display:none;*/
}
}
 