#currencies-block-top {
  float: right;
  margin: 5px 0 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  #currencies-block-top {
    background: #A98764;
    position: absolute;
    text-align: center;
    top: 155px;
    width: 25%;
    left: 25%;
    z-index: 95;
    border-right: 1px solid #fff;
    margin: 0;
  }
}
@media (max-width: 479px) {
  #currencies-block-top {
    width: 25%;
  }
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current {
  font-weight: normal;
  border-width: 1px;
  cursor: pointer;
}
#currencies-block-top div.current .cur-label {
  display: none;
}
#currencies-block-top div.current strong {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #currencies-block-top div.current {
    text-align: center;
    padding: 9px 5px;
    font-size: 12px;
    color: #fff;
  }
}
#currencies-block-top div.current:hover, #currencies-block-top div.current.active {
  color: #9b4c3b;
  font-weight: normal;
}
#currencies-block-top div.current:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 18px;
  vertical-align: -1px;
  padding-left: 5px;
}
@media (max-width: 479px) {
  #currencies-block-top div.current:after {
    display: none;
  }
}
@media (max-width: 767px) {
  #currencies-block-top div.current .cur-label {
    display: none;
  }
}
#currencies-block-top div.active:after {
  content: "\f106";
  font-family: "FontAwesome";
}
#currencies-block-top ul {
  display: none;
  position: absolute;
  top: 32px;
  right: 0px;
  width: 157px;
  background: #fff;
  border: 1px solid #dedede;
  z-index: 95;
  text-align: left;
}
@media (max-width: 767px) {
  #currencies-block-top ul {
    width: 100%;
    top: 43px;
    right: auto;
    left: 0;
  }
}
@media (max-width: 479px) {
  #currencies-block-top ul {
    width: 130px;
  }
}
#currencies-block-top ul li {
  font-size: 14px;
  line-height: 22px;
}
#currencies-block-top ul li a {
  padding: 3px 8px;
  display: block;
}
#currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
  color: #9b4c3b;
}
#currencies-block-top ul li.selected a {
  color: #9b4c3b;
}
