/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
.header__currencies {
  position: relative; }
  .header__currencies .current {
    cursor: pointer; }
    .header__currencies .current:after {
      padding-left: 5px;
      content: "\f107";
      font-family: "fontAwesome"; }

@media (min-width: 992px) {
  .header__currencies {
    text-transform: uppercase; }
    .header__currencies .current {
      padding: 13px 15px;
      position: relative;
      -moz-transition: background 0.25s;
      -o-transition: background 0.25s;
      -webkit-transition: background 0.25s;
      transition: background 0.25s; }
      .header__currencies .current:before {
        content: '';
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        height: 21px;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .header__currencies .current.active {
        background: rgba(255, 255, 255, 0.95);
        color: #131313; }
    .header__currencies .drop-menu {
      margin-top: 0;
      left: 0;
      right: auto;
      min-width: 100%;
      max-width: 240px; }
    .header__currencies + .header__languages .current:before {
      display: none; } }
@media (max-width: 991px) {
  #_mobile_currencies .cur-title {
    text-transform: uppercase; }
  #_mobile_currencies .current:after {
    padding-left: 2px; } }

/*# sourceMappingURL=blockcurrencies.css.map */
