<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#currencies-block-top {
  float: right;
  position: relative;
  padding: 14px 15px;
  line-height: 1;
}

#currencies-block-top span.firstWord {
  display: none;
}

#currencies-block-top div.current {
  display: inline-block;
  color: #ccc;
  cursor: pointer;
}

#currencies-block-top div.current strong {
  color: #fff;
}

@media (max-width: 479px) {
  #currencies-block-top div.current .cur-label {
    display: none;
  }
}

#currencies-block-top ul {
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background: #166061;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  margin: 0;
  text-align: left;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  display: block;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  border-radius: 0;
}

#currencies-block-top ul li {
  color: #fff;
  line-height: 35px;
  font-size: 13px;
}

#currencies-block-top ul li a,
#currencies-block-top ul li &gt; span {
  padding: 0 10px 0 12px;
  display: block;
  color: #fff;
}

#currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
  background: #c43b59;
}

#currencies-block-top #setCurrency:after {
  content: "\f0d7";
  display: inline-block;
  font-family: FontAwesome;
  color: #a1a1a1;
  padding-left: 10px;
}

#currencies-block-top:hover ul {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
</pre></body></html>