/* logo center */

.nice-select .list {
max-height: 250px;
overflow-y: scroll !important;
} 

.pick_currency{ position:fixed;top:7px;right:42px;z-index:999999 !important;background-color: #fff;}
#AccessibleNav .pick_currency{ display:none !important;}

/*#AccessibleNav .pick_currency{ display:none;}
 .logo--center  .pick_currency {
    display: inline-block;
  position: absolute;
    top: 0px;
    right:80px;
    z-index:9999;
    
}
.nice-select .list {
max-height: 250px;
overflow-y: scroll !important;
} 

.logo--center  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;
}
.logo--center  select#currencies1:focus,.logo--center  select#currencies1:hover{
outline:none;border: 0;
}

.logo--center  .pick_currency label{display:none !important;}




@media only screen and (max-width:749px) {
   
  .logo--center .pick_currency{ 
    top: 19px;
    right: 145px;
  }
  header.cloned .pick_currency{ display:none;}
  .nice-select{ width:95px !important;}
  
}
@media only screen and (max-width: 500px) {
 .logo--center .pick_currency {
       display: none !important;	
}
}
 
.logo--center .search-header .pick_currency {
  display:none !important;
}
*/



/* //end logo center// */


/* logo left */

/*.logo--left .mlveda-mobile {
  display:none;
}
.logo--left .pick_currency {
    display: inline-block;
  position: absolute;
    top: 10px;
    right:45px;
    
}
.logo--left .search--focus .pick_currency {
  z-index:-9 !important;
}
.logo--left select#currencies, .logo--left 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;
}
.logo--left select#currencies:focus,.logo--left select#currencies:hover{
outline:none;border: 0;
}
.logo--left select#currencies1:focus,.logo--left select#currencies1:hover{
outline:none;border: 0;
}
.logo--left .search-focus .search__input {
z-index:999 !important;
}
.logo--left .pick_currency label{display:none !important;}


@media only screen and (max-width:749px) {
.logo--left  .mlveda-mobile .pick_currency {
top: 20px;
    right: 135px;
}
 .logo--left .mlveda-mobile {
    display: inline-block !important;
}
}
@media only screen and (max-width: 450px) {
  .logo--left .mlveda-mobile .pick_currency {
    display: none !important;
}
}*/
 
/* //end logo left// */
/*select#currencies2 {
    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;
  color:inherit;
}
@media only screen and (max-width: 500px) {
	.mlvedaMobileSwitcher{display: block !important;}
	a.pick_currency.mobile-nav__link {left: 0px;}
    a.pick_currency.mobile-nav__link:hover,a.pick_currency.mobile-nav__link:focus{ opacity:1;}
}
*/