.pick_currency {
    display: inline-block;
  position: absolute;
    top: 8px;
    right:45px;
    
}
.search--focus .pick_currency {
  z-index:-9 !important;
}
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;
  background-position:right center;    color: #3d4246;
}
select#currencies:focus,select#currencies:hover{
outline:none;border: 0;
}
.search-focus .search__input {
z-index:999 !important;
}
.pick_currency label{display:none !important;}


@media only screen and (max-width:749px) {
  .mlveda-mobile .pick_currency {
top: 20px;
    right: 155px;
}
  .mlveda-mobile {
    display: inline-block !important;
}
}
@media only screen and (max-width: 450px) {
  .mlveda-mobile .pick_currency {
    top: unset;
    right: unset;
    bottom: 15px;
    left: 15px;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    border: 1px solid #ddd;
    padding-right: 7px;
    height: 30px;
    line-height:26px;	
}
}
 
