@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: 15px;
  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;
    color: #efc94c; }
    #currencies-block-top div.current .cur-label {
      display: none; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      color: #fff; }
    #currencies-block-top div.current:after {
      content: "";
      color: #231e0b;
      font-family: "FontAwesome";
      font-size: 12px;
      line-height: 18px;
      margin-left: 12px;
      vertical-align: 0px;
      display: inline-block;
      font-weight: normal; }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 34px;
    right: 0;
    width: 157px;
    background: #56491b;
    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: #efc94c; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a, #currencies-block-top ul li.selected a {
        color: white; }
