/* ------- FONTS ------- */
/* ------- BORDERS ------- */
/* ------- BACKGROUNDS ------- */
/* ------- COLORS ------- */
/* ------- Indents ------- */
/* ------- Product Elements ------- */
/* ------- Buttons ------- */
/* ------- Buttons +/- ------ */
/* ------- Button Small ------- */
/* ------- Button exclusive-medium ------- */
/* ------- My Account List bg ------- */
/* ------- Product Listing ------- */
/* ------- Grid/List vars ------- */
/* ------- Pagination vars ------- */
/* ------- Product Info ------- */
/* ------- Cart Steps ------- */
/* ------- sub heading (h2,h3) define ------- */
/* ------- Image vars ------- */
#currencies-block-top {
  float: left;
  border-right: 1px solid #3c3c3c;
  position: relative;
}
@media (max-width: 479px) {
  #currencies-block-top {
    width: 50%;
    text-align: center;
  }
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current {
  font-weight: bold;
  padding: 16px 20px 18px 19px;
  font-size: 16px;
  line-height: 20px;
  color: white;
  text-shadow: 1px 1px #1e1e1e;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
#currencies-block-top div.current strong {
  color: #777777;
}
#currencies-block-top div.current span {
  margin-right: 4px;
}
#currencies-block-top div.current:hover, #currencies-block-top div.current.active {
  background: #202020;
}
#currencies-block-top div.current:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  padding-left: 12px;
}
@media (max-width: 767px) {
  #currencies-block-top div.current .cur-label {
    display: none;
  }
}
#currencies-block-top ul {
  display: none;
  position: absolute;
  top: 54px;
  left: 0px;
  width: 157px;
  background: #262626;
  z-index: 2;
}
#currencies-block-top ul li {
  color: white;
  line-height: 35px;
  font-size: 13px;
}
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
  padding: 0 10px 0 12px;
  display: block;
  color: white;
}
#currencies-block-top ul li.selected, #currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
  background: #1e1e1e;
  color: #777;
}