/** Shopify CDN: Minification failed

Line 392:0 Unexpected "}"

**/


/* mlveda-currencies-switcher.iquid */


select#currencies {
background-repeat: no-repeat;
      background-position: right center;
      
    
}
.nice-select.open .list {
max-height: 250px;
overflow-y: auto;
}

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;
}
select#currencies option{
color:#000;
   background-color:#fff;
}
select#currencies:focus,select#currencies:hover{
outline:none;border: 0;
}












/* mlveda-currencies-switcher.iquid */



/* mlveda-currencies-flag.liquid */

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent !important;
  border-radius: 0px;
/*  comment this line border: solid 1px; */
  border-color: inherit !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  /* float: left; */
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding-left: 5px;
  padding-right: 20px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 90px; }
.nice-select:after {
/*   border-bottom: 2px solid;
  border-right: 2px solid; */
/*  comment this line border-color: inherit !important; */
/*   content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px; */}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0); }
.nice-select.switch {
  font-size: 12px;
  height: 30px;
  width:90px;
  line-height: 30px; 
  display:inline-block;
  }
.nice-select.switch:after {
  height: 4px;
  width: 4px; }
.nice-select.switch .option {
  line-height: 30px;
  min-height: 30px; }
.nice-select .list {
/*   color: #000 !important; */
  background-color:#fff;
  z-index: 999 !important;
/*   width:96px !important; */
  width:92px !important;
  border-radius: 0px;
  border:1px solid #e8e8e8;
  box-sizing: border-box;
  margin-top:0px;
  margin-left:0px !important;
  margin-bottom:0px !important;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: -1px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }
.nice-select .option:hover {
  background-color: #f8f8f8; }
.nice-select .option {
  cursor: pointer;
   border-bottom: solid 1px #e8e8e8;
  font-weight: 400;
  line-height: 30px !important;
  list-style: none;
  margin-left: 0px !important;
  margin-right: 0px !important;
  height: 30px !important;
  outline: none;
/*   padding-left: 5px!important; */
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  transition: all 0.2s; 
  float: left !important;
  border-left: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
  width: 94px !important;
  
}
  .nice-select .option:last-child{ border-bottom:0 none}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  }
.nice-select .option.selected {
  font-weight: bold; }

/*# sourceMappingURL=nice-select.css.map */

.nice-select.switch .flags{ position:relative; top:50%; margin-top:-7px}

.mldarrow:hover{
  cursor: pointer !important; 
  }


/* mlveda-currencies-flag.liquid */



/* mlveda-currencies-styleliquid */

  .nice-select .option {
    margin-bottom: 0px;
  }
   .nice-select .option:last-child
  {
    border-bottom: 0px !important;
    overflow:hidden !important;
  }
/* start flag code */

  
      .mlcurrent,.cn 
      {
        position: relative;
        right: 38px;
      } 
      .nice-select .flags 
      {
        width: 20px !important;
        height: 20px !important; 
        display: block !important;
        float: left !important; 
     /*   background-size: 20px 20px !important; */
        margin: 2px 5px 0px 0px !important;
      }
      .nice-select
  	  {
        padding-left: 5px !important;
      }
      .nice-select .option 
      {
        padding-top: 2px;
        padding-bottom: 33px;
        padding-left: 5px !important;
      }
   
  
/* End flag code */
  
         /** arroe code **/
.mldarrow{
     position: relative;
    right: 10px;
  }
  .nice-select{
    display:inline-block !important;
    
  }
   /** end arroe code **/ 
  
/* start border code */

      .pick_currency 
      {
        border: 0 !important;
        border-color: unset !important;
      }
      .nice-select .list 
      {
        border: 0 !important;
        border-color: unset !important;
      }
      .nice-select .option 
      {
        border: 0 !important;
        border-color: unset !important;
      }

/* end border code */

/* switcher color,Font-size code */

  .pick_currency 
      {
        color: inherit !important;
        background-color: inherit !important;
      }
      .pick_currency:hover
      {
        color: inherit !important;
        background-color: inherit !important;
      }
      .nice-select
      {
        font-size:  !important;
      }
      .nice-select .option 
      {
         color: inherit !important;
         background-color: inherit !important;
      }
      .nice-select .option:hover 
      {
        color: inherit !important;
         background-color: inherit !important;
      }
        .nice-select .list 
      {
         background-color: inherit !important;
      } 
  
/* End switcher color code */
  
/* Cart message code */
  .mlvedaCartNote
  {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
    padding: 40px !important;
    text-align: justify;
  }

  .mlvedaCartNote
  {
    color: inherit !important;
    background-color: inherit !important;
/*     display:block !important; */
  }
 
/* End Cart message code */
  
 
  /*when backgroundcolor is inherit code */

   .nice-select .list 
      {
         background-color: #fff !important;
/*         color:#000 !important; */
      } 
  
  
/*   
  
   .nice-select .list:hover, .pick_currency:hover 
      {
         background-color: #fff !important;
       
      } 
  
   */
/*End when backgroundcolor is inherit code */
  
     
  /* Currencysymbol functionality  */
  
   .nice-select{
    width: 81px;
   }
  
/* EndCurrencysymbol functionality  */

/* Switcher shadow style  */
   
  /* EndSwitcher shadow style  */ 
   

/* mlveda-currencies-styleliquid */
.circle{background-image:url(https://d38dvuoodjuw9x.cloudfront.net/circle.png);background-repeat:no-repeat;display:block;transform:scale(.4);transform-origin:0 0;width:64px;height:64px;background-position:-818px -818px}.pick_currency .nice-select .circle-aed{width:64px!important;height:64px!important;background-position:-2px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-afn{width:64px!important;height:64px!important;background-position:-70px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-all{width:64px!important;height:64px!important;background-position:-138px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-amd{width:64px!important;height:64px!important;background-position:-206px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-ang{width:64px!important;height:64px!important;background-position:-274px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-aoa{width:64px!important;height:64px!important;background-position:-342px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-ars{width:64px!important;height:64px!important;background-position:-410px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-aud{width:64px!important;height:64px!important;background-position:-478px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-awg{width:64px!important;height:64px!important;background-position:-546px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-azn{width:64px!important;height:64px!important;background-position:-614px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-bam{width:64px!important;height:64px!important;background-position:-682px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-bbd{width:64px!important;height:64px!important;background-position:-750px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-bdt{width:64px!important;height:64px!important;background-position:-818px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-bgn{width:64px!important;height:64px!important;background-position:-2px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-bhd{width:64px!important;height:64px!important;background-position:-70px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-bif{width:64px!important;height:64px!important;background-position:-138px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-bmd{width:64px!important;height:64px!important;background-position:-206px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-bnd{width:64px!important;height:64px!important;background-position:-274px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-bob{width:64px!important;height:64px!important;background-position:-342px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-brl{width:64px!important;height:64px!important;background-position:-410px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-bsd{width:64px!important;height:64px!important;background-position:-478px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-btn{width:64px!important;height:64px!important;background-position:-546px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-bwp{width:64px!important;height:64px!important;background-position:-614px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-byn{width:64px!important;height:64px!important;background-position:-682px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-byr{width:64px!important;height:64px!important;background-position:-750px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-bzd{width:64px!important;height:64px!important;background-position:-818px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-cad{width:64px!important;height:64px!important;background-position:-2px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-cdf{width:64px!important;height:64px!important;background-position:-70px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-chf{width:64px!important;height:64px!important;background-position:-138px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-clp{width:64px!important;height:64px!important;background-position:-206px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-cnh{width:64px!important;height:64px!important;background-position:-274px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-cny{width:64px!important;height:64px!important;background-position:-342px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-cop{width:64px!important;height:64px!important;background-position:-410px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-crc{width:64px!important;height:64px!important;background-position:-478px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-cuc{width:64px!important;height:64px!important;background-position:-546px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-cup{width:64px!important;height:64px!important;background-position:-614px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-cve{width:64px!important;height:64px!important;background-position:-682px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-czk{width:64px!important;height:64px!important;background-position:-750px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-djf{width:64px!important;height:64px!important;background-position:-818px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-dkk{width:64px!important;height:64px!important;background-position:-2px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-dop{width:64px!important;height:64px!important;background-position:-70px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-dzd{width:64px!important;height:64px!important;background-position:-138px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-egp{width:64px!important;height:64px!important;background-position:-206px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-ern{width:64px!important;height:64px!important;background-position:-274px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-etb{width:64px!important;height:64px!important;background-position:-342px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-eur{width:64px!important;height:64px!important;background-position:-410px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-fjd{width:64px!important;height:64px!important;background-position:-478px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-fkp{width:64px!important;height:64px!important;background-position:-546px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-gbp{width:64px!important;height:64px!important;background-position:-614px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-gel{width:64px!important;height:64px!important;background-position:-682px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-ggp{width:64px!important;height:64px!important;background-position:-750px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-ghs{width:64px!important;height:64px!important;background-position:-818px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-gip{width:64px!important;height:64px!important;background-position:-2px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-gmd{width:64px!important;height:64px!important;background-position:-70px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-gnf{width:64px!important;height:64px!important;background-position:-138px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-gtq{width:64px!important;height:64px!important;background-position:-206px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-gyd{width:64px!important;height:64px!important;background-position:-274px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-hkd{width:64px!important;height:64px!important;background-position:-342px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-hnl{width:64px!important;height:64px!important;background-position:-410px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-hrk{width:64px!important;height:64px!important;background-position:-478px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-htg{width:64px!important;height:64px!important;background-position:-546px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-huf{width:64px!important;height:64px!important;background-position:-614px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-idr{width:64px!important;height:64px!important;background-position:-682px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-ils{width:64px!important;height:64px!important;background-position:-750px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-imp{width:64px!important;height:64px!important;background-position:-818px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-inr{width:64px!important;height:64px!important;background-position:-2px -342px!important;background-size:unset!important}.pick_currency .nice-select .circle-iqd{width:64px!important;height:64px!important;background-position:-70px -342px!important;background-size:unset!important}.pick_currency .nice-select .circle-irr{width:64px!important;height:64px!important;background-position:-138px -342px!important;background-size:unset!important}.pick_currency .nice-select .circle-isk{width:64px!important;height:64px!important;background-position:-206px -342px!important;background-size:unset!important}.pick_currency .nice-select .circle-jep{width:64px!important;height:64px!important;background-position:-274px -342px!important;background-size:unset!important}.pick_currency .nice-select .circle-jmd{width:64px!important;height:64px!important;background-position:-342px -342px!important;background-size:unset!important}.pick_currency .nice-select .circle-jod{width:64px!important;height:64px!important;background-position:-410px -342px!important;background-size:unset!important}.pick_currency .nice-select .circle-jpy{width:64px!important;height:64px!important;background-position:-478px -342px!important;background-size:unset!important}.pick_currency .nice-select .circle-kes{width:64px!important;height:64px!important;background-position:-546px -342px!important;background-size:unset!important}.pick_currency .nice-select .circle-kgs{width:64px!important;height:64px!important;background-position:-614px -342px!important;background-size:unset!important}.pick_currency .nice-select .circle-khr{width:64px!important;height:64px!important;background-position:-682px -342px!important;background-size:unset!important}.pick_currency .nice-select .circle-kmf{width:64px!important;height:64px!important;background-position:-750px -342px!important;background-size:unset!important}.pick_currency .nice-select .circle-kpw{width:64px!important;height:64px!important;background-position:-818px -342px!important;background-size:unset!important}.pick_currency .nice-select .circle-krw{width:64px!important;height:64px!important;background-position:-2px -410px!important;background-size:unset!important}.pick_currency .nice-select .circle-kwd{width:64px!important;height:64px!important;background-position:-70px -410px!important;background-size:unset!important}.pick_currency .nice-select .circle-kyd{width:64px!important;height:64px!important;background-position:-138px -410px!important;background-size:unset!important}.pick_currency .nice-select .circle-kzt{width:64px!important;height:64px!important;background-position:-206px -410px!important;background-size:unset!important}.pick_currency .nice-select .circle-lak{width:64px!important;height:64px!important;background-position:-274px -410px!important;background-size:unset!important}.pick_currency .nice-select .circle-lbp{width:64px!important;height:64px!important;background-position:-342px -410px!important;background-size:unset!important}.pick_currency .nice-select .circle-lkr{width:64px!important;height:64px!important;background-position:-410px -410px!important;background-size:unset!important}.pick_currency .nice-select .circle-lrd{width:64px!important;height:64px!important;background-position:-478px -410px!important;background-size:unset!important}.pick_currency .nice-select .circle-lsl{width:64px!important;height:64px!important;background-position:-546px -410px!important;background-size:unset!important}.pick_currency .nice-select .circle-lyd{width:64px!important;height:64px!important;background-position:-614px -410px!important;background-size:unset!important}.pick_currency .nice-select .circle-mad{width:64px!important;height:64px!important;background-position:-682px -410px!important;background-size:unset!important}.pick_currency .nice-select .circle-mdl{width:64px!important;height:64px!important;background-position:-750px -410px!important;background-size:unset!important}.pick_currency .nice-select .circle-mga{width:64px!important;height:64px!important;background-position:-818px -410px!important;background-size:unset!important}.pick_currency .nice-select .circle-mkd{width:64px!important;height:64px!important;background-position:-2px -478px!important;background-size:unset!important}.pick_currency .nice-select .circle-mmk{width:64px!important;height:64px!important;background-position:-70px -478px!important;background-size:unset!important}.pick_currency .nice-select .circle-mnt{width:64px!important;height:64px!important;background-position:-138px -478px!important;background-size:unset!important}.pick_currency .nice-select .circle-mop{width:64px!important;height:64px!important;background-position:-206px -478px!important;background-size:unset!important}.pick_currency .nice-select .circle-mro{width:64px!important;height:64px!important;background-position:-274px -478px!important;background-size:unset!important}.pick_currency .nice-select .circle-mru{width:64px!important;height:64px!important;background-position:-342px -478px!important;background-size:unset!important}.pick_currency .nice-select .circle-mur{width:64px!important;height:64px!important;background-position:-410px -478px!important;background-size:unset!important}.pick_currency .nice-select .circle-mvr{width:64px!important;height:64px!important;background-position:-478px -478px!important;background-size:unset!important}.pick_currency .nice-select .circle-mwk{width:64px!important;height:64px!important;background-position:-546px -478px!important;background-size:unset!important}.pick_currency .nice-select .circle-mxn{width:64px!important;height:64px!important;background-position:-614px -478px!important;background-size:unset!important}.pick_currency .nice-select .circle-myr{width:64px!important;height:64px!important;background-position:-682px -478px!important;background-size:unset!important}.pick_currency .nice-select .circle-mzn{width:64px!important;height:64px!important;background-position:-750px -478px!important;background-size:unset!important}.pick_currency .nice-select .circle-nad{width:64px!important;height:64px!important;background-position:-818px -478px!important;background-size:unset!important}.pick_currency .nice-select .circle-ngn{width:64px!important;height:64px!important;background-position:-2px -546px!important;background-size:unset!important}.pick_currency .nice-select .circle-nio{width:64px!important;height:64px!important;background-position:-70px -546px!important;background-size:unset!important}.pick_currency .nice-select .circle-nok{width:64px!important;height:64px!important;background-position:-138px -546px!important;background-size:unset!important}.pick_currency .nice-select .circle-npr{width:64px!important;height:64px!important;background-position:-206px -546px!important;background-size:unset!important}.pick_currency .nice-select .circle-ntd{width:64px!important;height:64px!important;background-position:-274px -546px!important;background-size:unset!important}.pick_currency .nice-select .circle-nzd{width:64px!important;height:64px!important;background-position:-342px -546px!important;background-size:unset!important}.pick_currency .nice-select .circle-omr{width:64px!important;height:64px!important;background-position:-410px -546px!important;background-size:unset!important}.pick_currency .nice-select .circle-pab{width:64px!important;height:64px!important;background-position:-478px -546px!important;background-size:unset!important}.pick_currency .nice-select .circle-pen{width:64px!important;height:64px!important;background-position:-546px -546px!important;background-size:unset!important}.pick_currency .nice-select .circle-pgk{width:64px!important;height:64px!important;background-position:-614px -546px!important;background-size:unset!important}.pick_currency .nice-select .circle-php{width:64px!important;height:64px!important;background-position:-682px -546px!important;background-size:unset!important}.pick_currency .nice-select .circle-pkr{width:64px!important;height:64px!important;background-position:-750px -546px!important;background-size:unset!important}.pick_currency .nice-select .circle-pln{width:64px!important;height:64px!important;background-position:-818px -546px!important;background-size:unset!important}.pick_currency .nice-select .circle-pyg{width:64px!important;height:64px!important;background-position:-2px -614px!important;background-size:unset!important}.pick_currency .nice-select .circle-qar{width:64px!important;height:64px!important;background-position:-70px -614px!important;background-size:unset!important}.pick_currency .nice-select .circle-ron{width:64px!important;height:64px!important;background-position:-138px -614px!important;background-size:unset!important}.pick_currency .nice-select .circle-rsd{width:64px!important;height:64px!important;background-position:-206px -614px!important;background-size:unset!important}.pick_currency .nice-select .circle-rub{width:64px!important;height:64px!important;background-position:-274px -614px!important;background-size:unset!important}.pick_currency .nice-select .circle-rwf{width:64px!important;height:64px!important;background-position:-342px -614px!important;background-size:unset!important}.pick_currency .nice-select .circle-sar{width:64px!important;height:64px!important;background-position:-410px -614px!important;background-size:unset!important}.pick_currency .nice-select .circle-sbd{width:64px!important;height:64px!important;background-position:-478px -614px!important;background-size:unset!important}.pick_currency .nice-select .circle-scr{width:64px!important;height:64px!important;background-position:-546px -614px!important;background-size:unset!important}.pick_currency .nice-select .circle-sdg{width:64px!important;height:64px!important;background-position:-614px -614px!important;background-size:unset!important}.pick_currency .nice-select .circle-sek{width:64px!important;height:64px!important;background-position:-682px -614px!important;background-size:unset!important}.pick_currency .nice-select .circle-sgd{width:64px!important;height:64px!important;background-position:-750px -614px!important;background-size:unset!important}.pick_currency .nice-select .circle-shp{width:64px!important;height:64px!important;background-position:-818px -614px!important;background-size:unset!important}.pick_currency .nice-select .circle-sll{width:64px!important;height:64px!important;background-position:-2px -682px!important;background-size:unset!important}.pick_currency .nice-select .circle-sos{width:64px!important;height:64px!important;background-position:-70px -682px!important;background-size:unset!important}.pick_currency .nice-select .circle-spl{width:64px!important;height:64px!important;background-position:-138px -682px!important;background-size:unset!important}.pick_currency .nice-select .circle-srd{width:64px!important;height:64px!important;background-position:-206px -682px!important;background-size:unset!important}.pick_currency .nice-select .circle-std{width:64px!important;height:64px!important;background-position:-274px -682px!important;background-size:unset!important}.pick_currency .nice-select .circle-stn{width:64px!important;height:64px!important;background-position:-342px -682px!important;background-size:unset!important}.pick_currency .nice-select .circle-svc{width:64px!important;height:64px!important;background-position:-410px -682px!important;background-size:unset!important}.pick_currency .nice-select .circle-syp{width:64px!important;height:64px!important;background-position:-478px -682px!important;background-size:unset!important}.pick_currency .nice-select .circle-szl{width:64px!important;height:64px!important;background-position:-546px -682px!important;background-size:unset!important}.pick_currency .nice-select .circle-thb{width:64px!important;height:64px!important;background-position:-614px -682px!important;background-size:unset!important}.pick_currency .nice-select .circle-tjs{width:64px!important;height:64px!important;background-position:-682px -682px!important;background-size:unset!important}.pick_currency .nice-select .circle-tmm{width:64px!important;height:64px!important;background-position:-750px -682px!important;background-size:unset!important}.pick_currency .nice-select .circle-tmt{width:64px!important;height:64px!important;background-position:-818px -682px!important;background-size:unset!important}.pick_currency .nice-select .circle-tnd{width:64px!important;height:64px!important;background-position:-2px -750px!important;background-size:unset!important}.pick_currency .nice-select .circle-top{width:64px!important;height:64px!important;background-position:-70px -750px!important;background-size:unset!important}.pick_currency .nice-select .circle-try{width:64px!important;height:64px!important;background-position:-138px -750px!important;background-size:unset!important}.pick_currency .nice-select .circle-ttd{width:64px!important;height:64px!important;background-position:-206px -750px!important;background-size:unset!important}.pick_currency .nice-select .circle-tvd{width:64px!important;height:64px!important;background-position:-274px -750px!important;background-size:unset!important}.pick_currency .nice-select .circle-twd{width:64px!important;height:64px!important;background-position:-342px -750px!important;background-size:unset!important}.pick_currency .nice-select .circle-tzs{width:64px!important;height:64px!important;background-position:-410px -750px!important;background-size:unset!important}.pick_currency .nice-select .circle-uah{width:64px!important;height:64px!important;background-position:-478px -750px!important;background-size:unset!important}.pick_currency .nice-select .circle-ugx{width:64px!important;height:64px!important;background-position:-546px -750px!important;background-size:unset!important}.pick_currency .nice-select .circle-usd{width:64px!important;height:64px!important;background-position:-614px -750px!important;background-size:unset!important}.pick_currency .nice-select .circle-uyu{width:64px!important;height:64px!important;background-position:-682px -750px!important;background-size:unset!important}.pick_currency .nice-select .circle-uzs{width:64px!important;height:64px!important;background-position:-750px -750px!important;background-size:unset!important}.pick_currency .nice-select .circle-vef{width:64px!important;height:64px!important;background-position:-818px -750px!important;background-size:unset!important}.pick_currency .nice-select .circle-ves{width:64px!important;height:64px!important;background-position:-2px -818px!important;background-size:unset!important}.pick_currency .nice-select .circle-vnd{width:64px!important;height:64px!important;background-position:-70px -818px!important;background-size:unset!important}.pick_currency .nice-select .circle-vuv{width:64px!important;height:64px!important;background-position:-138px -818px!important;background-size:unset!important}.pick_currency .nice-select .circle-wst{width:64px!important;height:64px!important;background-position:-206px -818px!important;background-size:unset!important}.pick_currency .nice-select .circle-xaf{width:64px!important;height:64px!important;background-position:-274px -818px!important;background-size:unset!important}.pick_currency .nice-select .circle-xag{width:64px!important;height:64px!important;background-position:-342px -818px!important;background-size:unset!important}.pick_currency .nice-select .circle-xau{width:64px!important;height:64px!important;background-position:-410px -818px!important;background-size:unset!important}.pick_currency .nice-select .circle-xbt{width:64px!important;height:64px!important;background-position:-478px -818px!important;background-size:unset!important}.pick_currency .nice-select .circle-xcd{width:64px!important;height:64px!important;background-position:-546px -818px!important;background-size:unset!important}.pick_currency .nice-select .circle-xdr{width:64px!important;height:64px!important;background-position:-614px -818px!important;background-size:unset!important}.pick_currency .nice-select .circle-xof{width:64px!important;height:64px!important;background-position:-682px -818px!important;background-size:unset!important}.pick_currency .nice-select .circle-xpd{width:64px!important;height:64px!important;background-position:-750px -818px!important;background-size:unset!important}.pick_currency .nice-select .circle-xpf{width:64px!important;height:64px!important;background-position:-818px -818px!important;background-size:unset!important}.pick_currency .nice-select .circle-xpt{width:64px!important;height:64px!important;background-position:-886px -2px!important;background-size:unset!important}.pick_currency .nice-select .circle-yer{width:64px!important;height:64px!important;background-position:-886px -70px!important;background-size:unset!important}.pick_currency .nice-select .circle-zar{width:64px!important;height:64px!important;background-position:-886px -138px!important;background-size:unset!important}.pick_currency .nice-select .circle-zmk{width:64px!important;height:64px!important;background-position:-886px -206px!important;background-size:unset!important}.pick_currency .nice-select .circle-zmw{width:64px!important;height:64px!important;background-position:-886px -274px!important;background-size:unset!important}.pick_currency .nice-select .circle-zwd{width:64px!important;height:64px!important;background-position:-886px -342px!important;background-size:unset!important}.rectangle{background-image:url(https://d38dvuoodjuw9x.cloudfront.net/rectangle.png);background-repeat:no-repeat;display:block;transform:scale(.56);transform-origin:0 0;width:48px;height:36px;background-position:-7px -707px}.pick_currency .nice-select .rectangle-aed{width:48px!important;height:36px!important;background-position:-7px -7px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-afn{width:48px!important;height:36px!important;background-position:-69px -7px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-all{width:48px!important;height:36px!important;background-position:-131px -7px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-amd{width:48px!important;height:36px!important;background-position:-193px -7px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-ang{width:48px!important;height:36px!important;background-position:-255px -7px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-aoa{width:48px!important;height:36px!important;background-position:-317px -7px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-ars{width:48px!important;height:36px!important;background-position:-379px -7px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-aud{width:48px!important;height:36px!important;background-position:-441px -7px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-awg{width:48px!important;height:36px!important;background-position:-503px -7px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-azn{width:48px!important;height:36px!important;background-position:-565px -7px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-bam{width:48px!important;height:36px!important;background-position:-627px -7px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-bbd{width:48px!important;height:36px!important;background-position:-7px -57px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-bdt{width:48px!important;height:36px!important;background-position:-69px -57px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-bgn{width:48px!important;height:36px!important;background-position:-131px -57px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-bhd{width:48px!important;height:36px!important;background-position:-193px -57px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-bif{width:48px!important;height:36px!important;background-position:-255px -57px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-bmd{width:48px!important;height:36px!important;background-position:-317px -57px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-bnd{width:48px!important;height:36px!important;background-position:-379px -57px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-bob{width:48px!important;height:36px!important;background-position:-441px -57px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-brl{width:48px!important;height:36px!important;background-position:-503px -57px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-bsd{width:48px!important;height:36px!important;background-position:-565px -57px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-btn{width:48px!important;height:36px!important;background-position:-627px -57px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-bwp{width:48px!important;height:36px!important;background-position:-7px -107px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-byn{width:48px!important;height:36px!important;background-position:-69px -107px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-byr{width:48px!important;height:36px!important;background-position:-131px -107px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-bzd{width:48px!important;height:36px!important;background-position:-193px -107px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-cad{width:48px!important;height:36px!important;background-position:-255px -107px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-cdf{width:48px!important;height:36px!important;background-position:-317px -107px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-chf{width:48px!important;height:36px!important;background-position:-379px -107px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-clp{width:48px!important;height:36px!important;background-position:-441px -107px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-cnh{width:48px!important;height:36px!important;background-position:-503px -107px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-cny{width:48px!important;height:36px!important;background-position:-565px -107px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-cop{width:48px!important;height:36px!important;background-position:-627px -107px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-crc{width:48px!important;height:36px!important;background-position:-7px -157px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-cuc{width:48px!important;height:36px!important;background-position:-69px -157px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-cup{width:48px!important;height:36px!important;background-position:-131px -157px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-cve{width:48px!important;height:36px!important;background-position:-193px -157px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-czk{width:48px!important;height:36px!important;background-position:-255px -157px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-djf{width:48px!important;height:36px!important;background-position:-317px -157px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-dkk{width:48px!important;height:36px!important;background-position:-379px -157px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-dop{width:48px!important;height:36px!important;background-position:-441px -157px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-dzd{width:48px!important;height:36px!important;background-position:-503px -157px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-egp{width:48px!important;height:36px!important;background-position:-565px -157px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-ern{width:48px!important;height:36px!important;background-position:-627px -157px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-etb{width:48px!important;height:36px!important;background-position:-7px -207px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-eur{width:48px!important;height:36px!important;background-position:-69px -207px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-fjd{width:48px!important;height:36px!important;background-position:-131px -207px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-fkp{width:48px!important;height:36px!important;background-position:-193px -207px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-gbp{width:48px!important;height:36px!important;background-position:-255px -207px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-gel{width:48px!important;height:36px!important;background-position:-317px -207px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-ggp{width:48px!important;height:36px!important;background-position:-379px -207px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-ghs{width:48px!important;height:36px!important;background-position:-441px -207px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-gip{width:48px!important;height:36px!important;background-position:-503px -207px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-gmd{width:48px!important;height:36px!important;background-position:-565px -207px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-gnf{width:48px!important;height:36px!important;background-position:-627px -207px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-gtq{width:48px!important;height:36px!important;background-position:-7px -257px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-gyd{width:48px!important;height:36px!important;background-position:-69px -257px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-hkd{width:48px!important;height:36px!important;background-position:-131px -257px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-hnl{width:48px!important;height:36px!important;background-position:-193px -257px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-hrk{width:48px!important;height:36px!important;background-position:-255px -257px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-htg{width:48px!important;height:36px!important;background-position:-317px -257px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-huf{width:48px!important;height:36px!important;background-position:-379px -257px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-idr{width:48px!important;height:36px!important;background-position:-441px -257px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-ils{width:48px!important;height:36px!important;background-position:-503px -257px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-imp{width:48px!important;height:36px!important;background-position:-565px -257px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-inr{width:48px!important;height:36px!important;background-position:-627px -257px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-iqd{width:48px!important;height:36px!important;background-position:-7px -307px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-irr{width:48px!important;height:36px!important;background-position:-69px -307px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-isk{width:48px!important;height:36px!important;background-position:-131px -307px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-jep{width:48px!important;height:36px!important;background-position:-193px -307px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-jmd{width:48px!important;height:36px!important;background-position:-255px -307px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-jod{width:48px!important;height:36px!important;background-position:-317px -307px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-jpy{width:48px!important;height:36px!important;background-position:-379px -307px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-kes{width:48px!important;height:36px!important;background-position:-441px -307px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-kgs{width:48px!important;height:36px!important;background-position:-503px -307px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-khr{width:48px!important;height:36px!important;background-position:-565px -307px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-kmf{width:48px!important;height:36px!important;background-position:-627px -307px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-kpw{width:48px!important;height:36px!important;background-position:-7px -357px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-krw{width:48px!important;height:36px!important;background-position:-69px -357px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-kwd{width:48px!important;height:36px!important;background-position:-131px -357px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-kyd{width:48px!important;height:36px!important;background-position:-193px -357px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-kzt{width:48px!important;height:36px!important;background-position:-255px -357px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-lak{width:48px!important;height:36px!important;background-position:-317px -357px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-lbp{width:48px!important;height:36px!important;background-position:-379px -357px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-lkr{width:48px!important;height:36px!important;background-position:-441px -357px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-lrd{width:48px!important;height:36px!important;background-position:-503px -357px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-lsl{width:48px!important;height:36px!important;background-position:-565px -357px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-lyd{width:48px!important;height:36px!important;background-position:-627px -357px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mad{width:48px!important;height:36px!important;background-position:-7px -407px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mdl{width:48px!important;height:36px!important;background-position:-69px -407px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mga{width:48px!important;height:36px!important;background-position:-131px -407px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mkd{width:48px!important;height:36px!important;background-position:-193px -407px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mmk{width:48px!important;height:36px!important;background-position:-255px -407px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mnt{width:48px!important;height:36px!important;background-position:-317px -407px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mop{width:48px!important;height:36px!important;background-position:-379px -407px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mro{width:48px!important;height:36px!important;background-position:-441px -407px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mru{width:48px!important;height:36px!important;background-position:-503px -407px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mur{width:48px!important;height:36px!important;background-position:-565px -407px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mvr{width:48px!important;height:36px!important;background-position:-627px -407px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mwk{width:48px!important;height:36px!important;background-position:-7px -457px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mxn{width:48px!important;height:36px!important;background-position:-69px -457px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-myr{width:48px!important;height:36px!important;background-position:-131px -457px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-mzn{width:48px!important;height:36px!important;background-position:-193px -457px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-nad{width:48px!important;height:36px!important;background-position:-255px -457px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-ngn{width:48px!important;height:36px!important;background-position:-317px -457px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-nio{width:48px!important;height:36px!important;background-position:-379px -457px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-nok{width:48px!important;height:36px!important;background-position:-441px -457px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-npr{width:48px!important;height:36px!important;background-position:-503px -457px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-ntd{width:48px!important;height:36px!important;background-position:-565px -457px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-nzd{width:48px!important;height:36px!important;background-position:-627px -457px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-omr{width:48px!important;height:36px!important;background-position:-7px -507px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-pab{width:48px!important;height:36px!important;background-position:-69px -507px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-pen{width:48px!important;height:36px!important;background-position:-131px -507px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-pgk{width:48px!important;height:36px!important;background-position:-193px -507px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-php{width:48px!important;height:36px!important;background-position:-255px -507px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-pkr{width:48px!important;height:36px!important;background-position:-317px -507px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-pln{width:48px!important;height:36px!important;background-position:-379px -507px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-pyg{width:48px!important;height:36px!important;background-position:-441px -507px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-qar{width:48px!important;height:36px!important;background-position:-503px -507px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-ron{width:48px!important;height:36px!important;background-position:-565px -507px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-rsd{width:48px!important;height:36px!important;background-position:-627px -507px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-rub{width:48px!important;height:36px!important;background-position:-7px -557px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-rwf{width:48px!important;height:36px!important;background-position:-69px -557px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-sar{width:48px!important;height:36px!important;background-position:-131px -557px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-sbd{width:48px!important;height:36px!important;background-position:-193px -557px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-scr{width:48px!important;height:36px!important;background-position:-255px -557px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-sdg{width:48px!important;height:36px!important;background-position:-317px -557px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-sek{width:48px!important;height:36px!important;background-position:-379px -557px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-sgd{width:48px!important;height:36px!important;background-position:-441px -557px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-shp{width:48px!important;height:36px!important;background-position:-503px -557px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-sll{width:48px!important;height:36px!important;background-position:-565px -557px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-sos{width:48px!important;height:36px!important;background-position:-627px -557px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-spl{width:48px!important;height:36px!important;background-position:-7px -607px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-srd{width:48px!important;height:36px!important;background-position:-69px -607px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-std{width:48px!important;height:36px!important;background-position:-131px -607px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-stn{width:48px!important;height:36px!important;background-position:-193px -607px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-svc{width:48px!important;height:36px!important;background-position:-255px -607px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-syp{width:48px!important;height:36px!important;background-position:-317px -607px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-szl{width:48px!important;height:36px!important;background-position:-379px -607px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-thb{width:48px!important;height:36px!important;background-position:-441px -607px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-tjs{width:48px!important;height:36px!important;background-position:-503px -607px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-tmm{width:48px!important;height:36px!important;background-position:-565px -607px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-tmt{width:48px!important;height:36px!important;background-position:-627px -607px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-tnd{width:48px!important;height:36px!important;background-position:-7px -657px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-top{width:48px!important;height:36px!important;background-position:-69px -657px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-try{width:48px!important;height:36px!important;background-position:-131px -657px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-ttd{width:48px!important;height:36px!important;background-position:-193px -657px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-tvd{width:48px!important;height:36px!important;background-position:-255px -657px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-twd{width:48px!important;height:36px!important;background-position:-317px -657px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-tzs{width:48px!important;height:36px!important;background-position:-379px -657px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-uah{width:48px!important;height:36px!important;background-position:-441px -657px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-ugx{width:48px!important;height:36px!important;background-position:-503px -657px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-usd{width:48px!important;height:36px!important;background-position:-565px -657px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-uyu{width:48px!important;height:36px!important;background-position:-627px -657px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-uzs{width:48px!important;height:36px!important;background-position:-689px -7px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-vef{width:48px!important;height:36px!important;background-position:-689px -57px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-ves{width:48px!important;height:36px!important;background-position:-689px -107px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-vnd{width:48px!important;height:36px!important;background-position:-689px -157px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-vuv{width:48px!important;height:36px!important;background-position:-689px -207px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-wst{width:48px!important;height:36px!important;background-position:-689px -257px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-xaf{width:48px!important;height:36px!important;background-position:-689px -307px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-xag{width:48px!important;height:36px!important;background-position:-689px -357px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-xau{width:48px!important;height:36px!important;background-position:-689px -407px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-xbt{width:48px!important;height:36px!important;background-position:-689px -457px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-xcd{width:48px!important;height:36px!important;background-position:-689px -507px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-xdr{width:48px!important;height:36px!important;background-position:-689px -557px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-xof{width:48px!important;height:36px!important;background-position:-689px -607px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-xpd{width:48px!important;height:36px!important;background-position:-689px -657px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-xpf{width:48px!important;height:36px!important;background-position:-7px -707px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-xpt{width:48px!important;height:36px!important;background-position:-69px -707px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-yer{width:48px!important;height:36px!important;background-position:-131px -707px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-zar{width:48px!important;height:36px!important;background-position:-193px -707px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-zmk{width:48px!important;height:36px!important;background-position:-255px -707px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-zmw{width:48px!important;height:36px!important;background-position:-317px -707px!important;background-size:unset!important}.pick_currency .nice-select .rectangle-zwd{width:48px!important;height:36px!important;background-position:-379px -707px!important;background-size:unset!important}




.pick_currency {
    display: inline-block;
  margin-right:0px;
   position: relative;
    left: 16px;
    top: 2px;
}
.mldcustom{
display:none;
}
.nice-select .option{
color:#000 !important;
}
.nice-select .option:hover{
color:#000 !important;
}
.pick_currency label{display:none !important;}

@media only screen and (max-width:640px) {
.mldesk{
display:none;
}
.mldcustom{
    display: inline-block;
    margin-right: 0px;
    position: relative;
  margin: 20px 0px;
    left: unset !important;
    right: 10px;
}
}
}
@media only screen and (max-width: 380px) {

}
 
.pick_currency .nice-select {
    border: 0 !important;
}
  

