<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
  margin-left: 16px;
  margin-top: 24px;
  position: relative; }
  @media (max-width: 479px) {
    #currencies-block-top {
      width: 25%; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    color: #333333;
    font-size: 11px;
    line-height: 18px;
    cursor: pointer; }
    #currencies-block-top div.current strong {
      font-weight: normal; }
    #currencies-block-top div.current .cur-label {
      display: none; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      color: #fe2a2a; }
    #currencies-block-top div.current:after {
      content: "";
      font-family: "FontAwesome";
      font-size: 11px;
      line-height: 18px;
      color: #878686;
      padding-left: 10px; }
    #currencies-block-top div.current.active:after {
      content: ""; }
    @media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 25px;
    right: 0;
    width: 157px;
    background: #232323;
    z-index: 2; }
    #currencies-block-top ul li {
      color: white;
      line-height: 30px;
      font-size: 13px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li &gt; span {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 0 10px 0 12px;
        display: block;
        color: white; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a, #currencies-block-top ul li.selected a, #currencies-block-top ul li.selected span {
        color: #fe2a2a; }
</pre></body></html>