.pick_currency {
    display: inline-block;
    line-height: 1;
    position: relative;
    top: -2px;
      margin-right: 15px;
}
select#currencies {
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    padding-top:0px;
	padding-bottom:0px;
    padding-right: 14px;
    border: 0;
	-webkit-appearance:none;font-weight: bold;
    -moz-appearance:none;
    appearance:none;
  background-color:transparent;
  background-position:right center;color:#656565;
}
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:768px) {
}
@media only screen and (max-width: 480px) {
}
 
