#currencies-block-top {
  float: right;
  border-right: 1px solid #844724;
  padding: 8px 0 9px;
  position: relative;
}
@media (max-width: 767px) {
  #currencies-block-top {
    background: #945734;
    position: absolute;
    text-align: center;
    top: 37px;
    padding: 0;
    width: 25%;
    left: 25%;
    z-index: 959;
    border-right: 1px solid #844724;
  }
}
@media (max-width: 479px) {
  #currencies-block-top {
    width: 25%;
  }
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current {
  padding: 10px;
  color: #eae0d5;
  cursor: pointer;
  line-height: 18px;
}
@media (max-width: 479px) {
  #currencies-block-top div.current {
    text-align: center;
    padding: 9px 5px 10px;
    font-size: 11px;
  }
}
#currencies-block-top div.current:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 13px;
  line-height: 20px;
  vertical-align: 0px;
  padding-left: 6px;
}
@media (max-width: 479px) {
  #currencies-block-top div.current:after {
    display: none;
  }
}
#currencies-block-top div.current .cur-label {
  display: none;
}
#currencies-block-top .active:after {
  content: "\f106" !important;
  font-family: "FontAwesome";
}
#currencies-block-top ul {
  display: none;
  position: absolute;
  top: 54px;
  right: 0;
  width: 157px;
  background: #844724;
  z-index: 2;
  text-align: left;
}
@media (max-width: 767px) {
  #currencies-block-top ul {
    width: 100%;
    top: 40px;
  }
}
@media (max-width: 479px) {
  #currencies-block-top ul {
    width: 130px;
    top: 37px;
    right: auto;
    left: 0;
  }
}
#currencies-block-top ul li {
  color: #eae0d5;
  line-height: 30px;
}
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
  padding: 0 10px 0 12px;
  display: block;
  color: #BE8D71;
}
#currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
  background: #BE8D71;
  color: #844724 !important;
}

.current > strong {
  font-weight: normal;
}
