#currencies-block-top {
  position: relative;
  text-transform: uppercase;
  float: left;
  position: relative; }
  #currencies-block-top:after {
    content: "";
    display: block;
    height: 13px;
    width: 1px;
    background: #d5d5d5;
    position: absolute;
    right: 0;
    top: 16px; }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 100%;
    z-index: 3;
    border: solid 1px #ccc;
    border-top: none; }
    #currencies-block-top ul li.selected{
      background-color: #efefef;
    }
    #currencies-block-top ul li {
      padding: 12px;
      text-align: center;
      border-bottom: 1px solid #ccc; }
      #currencies-block-top ul li a, #currencies-block-top ul li span {
        color: #333;
        display: block; }
    #currencies-block-top ul li:last-child {
      border-bottom: none; }
  #currencies-block-top div.current.current-only{
    pointer-events: none;
    padding: 0 15px;
  }
  #currencies-block-top div.current.current-only:after{
    display: none;
  }
  #currencies-block-top div.current {
    display: block;
    padding: 0 30px 0 15px;
    position: relative;
    cursor: pointer; }
    #currencies-block-top div.current:after {
      content: "\f107";
      font-family: Fontawesome;
      color: #000;
      position: absolute;
      right: 15px;
      top: 12px;
      font-size: 12px; }
    #currencies-block-top div.current span {
      cursor: pointer;
      color: #000;
      line-height: 43px;
      font-size: 12px; }

@media (max-width: 992px) {
  #currencies-block-top {
    float: none;
    display: inline-block;
    vertical-align: top; }

  .rtl #currencies-block-top {
    float: none; } }
@media (max-width: 479px) {
  #currencies-block-top:after {
    display: none; } }
