/* block top currencies */
#header #currencies-block-top {
  float:left;
  font-size:10px; font-size:1rem;
  margin-left:3px;
  text-transform:lowercase;
  position: relative;
}
#header #currencies-block-top .current {
  padding:3px 5px; 
  color:#fff;
  cursor: pointer;
  background: #212121;
  font-size: 11px; font-size: 1.1rem;
  transition: opacity 150ms ease-in-out 0s;
}
#header #currencies-block-top .current:after {
  font-family: "pictos", arial;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;

  content: '\25BE';
  margin-left: 5px;
}
.fontface #header #currencies-block-top .current:after {content: '\E810';}
#header #currencies-block-top .current:hover {opacity: 0.75;}

#currencies-block-top .current img {
  vertical-align:middle;
}
#currencies-block-top ul {
  z-index: 10000;
  padding:10px;
  color: #fff; padding:5px;
  background:#212121;
  transition: background 200ms ease-in-out 0s;
  position:absolute;
  right:0;
  left:0;
  display: none;
  font-size: 11px; font-size: 1.1rem;
}
/*#currencies-block-top.opened ul {display: block; }*/
  #currencies-block-top ul li {float:none;}
    #currencies-block-top ul li a {display:block; padding:0; color:inherit; opacity: 0.5;}
      #currencies-block-top ul li a:hover, #currencies-block-top ul li a:focus, #currencies-block-top ul li.selected a {color:inherit; opacity: 1;}