.pick_currency {
    display: inline-block;
      margin-right: 10px;
    position: relative;
    z-index: 9999999;
}
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;
    -moz-appearance:none;
    appearance:none;
  background-color:transparent;
  background-position:right center;
}
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) {
}
 
