.fr .pick_currency {
    display: inline-block;
    margin-right: 5px;
    line-height: 44px;
    height: 48px;
    vertical-align: middle;
}
select#currencies {
    margin-bottom: 0;
    margin-top: 0;
     vertical-align: middle;
    padding-top: 0px;
  padding-bottom: 0px;
    padding-right: 15px;
    border: 0;
  background-color: transparent;
   background-color: transparent;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  color:#685d5d;font-size: 0.875em;
}
select#currencies:focus{
outline:none;
}
.pick_currency label{display:none !important;}
/* .pick_currency:after {
    width: 0;
    content: '';
    position: absolute;
    top: 22px;
    height: 0;
    right:9px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
} */
@media only screen and (max-width:768px) {
  select#currencies {
    font-weight: bold;
    font-size: 14px;
}
  .pick_currency {
    display: block;
    margin-right: 7px;
    float: right;
    height: 35px;
    line-height: 35px;
}
}