@charset "UTF-8";
#currencies-block-top {
  float: right !important;
  position: relative;
  border-left: 1px solid #2b2b2b;
  padding: 10px 20px;
  border-right: 1px solid #2b2b2b; }
  @media (max-width: 767px) {
    #currencies-block-top {
      padding: 6px 10px;
      border: none;
      float: left; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    padding: 0;
    color: #777;
    cursor: pointer;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase; }
    @media (max-width: 479px) {
      #currencies-block-top div.current {
        text-align: center;
        padding: 0; } }
    #currencies-block-top div.current strong {
      font-weight: normal; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      color: #cb0d05; }
    #currencies-block-top div.current:after {
      content: "";
      font-family: "FontAwesome";
      font-size: 11px;
      line-height: 18px;
      color: #777;
      padding-left: 4px; }
      @media (max-width: 479px) {
        #currencies-block-top div.current:after {
          padding-left: 2px;
          font-size: 13px;
          line-height: 13px;
          vertical-align: 0; } }
    #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: 39px;
    right: 0;
    width: 157px;
    background: #fff;
    z-index: 2; }
    @media (max-width: 767px) {
      #currencies-block-top ul {
        right: auto;
        left: -78px; } }
    #currencies-block-top ul li {
      color: #333;
      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: #333;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #currencies-block-top ul li:hover a, #currencies-block-top ul li.selected span, #currencies-block-top ul li.selected a {
        background: #333;
        color: #fff; }

.switch-currency { display: none; padding: 0 0 30px; }
.switch-currency a { color: #fff; transition: color .4s ease-in-out; }
.switch-currency-content {  border-top: 1px solid #fff; border-right: 1px solid #fff; border-left: 1px solid #fff; }
.switch-currency label { display: flex; padding: .85em 1em; align-items: center; border-bottom: 1px solid #fff; position: relative; margin-bottom: 0; }
.switch-currency label::after { font-family: "FontAwesome"; content: "\f078"; position: absolute; top: 5px; right: 17px; height: 30px; line-height: 30px; }
.switch-currency .switch-currency-content.show label::after { content: "\f077"; }
.switch-currency .currency-image { width: 27px; height: 20px; margin: 0 1em 0 0; }
.switch-currency ul { display: none; margin: 0; padding: 0; list-style: none none; }
.switch-currency .switch-currency-content.show ul { display: block; }
.switch-currency ul li { padding: .85em 1em; padding-top: 0.85em; }
.switch-currency ul li:first-child { padding-top: 1em; }
.switch-currency ul li:last-child { border-bottom: 1px solid #fff; padding-bottom: 1em; }
@media (max-width: 1100px ) {
  .switch-currency { display: block; }
}