/* block top currencies */
#currencies_block_top {
  background: #fff;
  margin-left: 16.6667%;
  height: 32px;
  position: relative;
  z-index: 3;
  text-align: right; }
  @media (max-width: 991px) {
    #currencies_block_top {
      display: none;
      margin-left: 0;
      text-align: center; } }
  @media (min-width: 991px) {
    #currencies_block_top {
      background: transparent;
      margin-left: 0; } }
  #currencies_block_top form p {
    text-align: right;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #2e2c2c;
    font-size: 14px;
    line-height: 32px;
    position: relative; }
  #currencies_block_top form ul#first-currencies li {
    margin-right: 16px; }
    @media screen and (min-width: 1200px) {
      #currencies_block_top form ul#first-currencies li {
        margin-right: 8px; } }
    #currencies_block_top form ul#first-currencies li.selected {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  #currencies_block_top #setCurrency {
    cursor: pointer;
    position: relative; }
    #currencies_block_top #setCurrency .currencies_ul {
      display: inline-block;
      vertical-align: middle;
      padding: 2px 3px;
      margin-bottom: 0;
      margin-left: 10px;
      height: auto;
      text-align: center;
      width: auto;
      list-style-type: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 991px) {
        #currencies_block_top #setCurrency .currencies_ul {
          background: transparent; } }
      #currencies_block_top #setCurrency .currencies_ul.currencies_ul_hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
    #currencies_block_top #setCurrency li {
      display: inline-block;
      vertical-align: middle;
      padding: 0  0 0 16px;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 991px) {
        #currencies_block_top #setCurrency li {
          border-bottom: none; } }
      #currencies_block_top #setCurrency li a {
        color: #606060;
        line-height: 28px; }
        @media (max-width: 991px) {
          #currencies_block_top #setCurrency li a {
            padding: 0; }
            #currencies_block_top #setCurrency li a:hover {
              background: none; } }
      #currencies_block_top #setCurrency li + li {
        border-left: 1px solid #e5e5e5; }

.overMobile #currencies_block_top {
  display: block;
  height: auto;
  padding: 12px 0;
  border-bottom: 1px solid #e4e4e4; }
