@charset "UTF-8";
/* ------- 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: right;
  position: relative;
  margin-top: 7px;
  margin-left: 30px; }
  @media (max-width: 479px) {
    #currencies-block-top {
      margin-left: 20px; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    cursor: pointer;
    font-weight: bold;
    text-transform: capitalize;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 18px;
    color: black; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      color: #fee402; }
    #currencies-block-top div.current:after {
      content: "";
      font-family: "FontAwesome";
      font-size: 14px;
      line-height: 18px;
      margin-left: 7px;
      vertical-align: 0px;
      display: inline-block;
      font-weight: normal;
      color: #cccccc; }
    #currencies-block-top div.current.active:after {
      content: ""; }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 23px;
    right: 0;
    width: 157px;
    background: black;
    z-index: 2; }
    @media (max-width: 479px) {
      #currencies-block-top ul {
        right: auto;
        left: 0; } }
    #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: #fff; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a, #currencies-block-top ul li.selected a {
        color: #fee402; }
