/** Shopify CDN: Minification failed

Line 61:16 Expected identifier but found whitespace
Line 61:17 Unexpected "\"kagami-shopify\""

**/
.pick_currency {
    display: inline-block;
  position: relative;
}
.header__item.header__item-currencies {
    width: 75px;
}
.header__item.header__item-currencies .pick_currency label{
display:none !important;
}
select#currencies {
    max-height:25px;
    max-width:70px;
    height:25px;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    padding-top:0px;
    padding-right: 18px;
    border: 0;padding-left: 12px;
  color:#3a3a3a;
}
select#currencies:focus{
outline:none;
}
select#currencies,select#currencies1 {
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    padding-top:0px;
	padding-bottom:0px;
    padding-right: 15px;
    border: 0;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
  background-color:transparent;
  background-position:right center;
  padding: 0 15px !important;
    padding-left: 7px !important;
    border: 0;
}

/* .pick_currency:after {
   
    content: '';
    position: absolute;
    
    top:13px;
    height: 0;
    right:10px;
    /*border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #c1c0c0;*/
    font-family: "kagami-shopify";
    content: '\e60d';
    font-size: 6px;
} */
.pick_currency:hover:after{ border-top: 5px solid #1473fb;}

@media only screen and (max-width:769px) {
  .navigation-sidebar__item{
   display:block !important;
  }
  .header__item.header__item-currencies {
  display:none !important;
  }
  .pick_currency {
    display: inline-block;
    position: relative;
/*     width: 170px; */
    right:8px;
    padding: 15px 0px 15px 25px;
}
  .pick_currency:after {
    top: 26px;
   
}
}
 