.hfb-header .switcher .label {
    display: none;
}

.hfb-header .switcher .action>strong {
    margin-right: 3px;
}

.hfb-header .switcher .options {
    display: inline-block;
    position: relative;
}

.hfb-header .switcher .options:before,
.hfb-header .switcher .options:after {
    content: '';
    display: table;
}

.hfb-header .switcher .options:after {
    clear: both;
}

.hfb-header .switcher .options .action.toggle {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.hfb-header .switcher .options .action.toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hfb-header .switcher .options .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'Magezon-Icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}

.hfb-header .switcher .options .action.toggle:hover:after {
    color: inherit;
}

.hfb-header .switcher .options .action.toggle:active:after {
    color: inherit;
}

.hfb-header .switcher .options .action.toggle.active {
    display: inline-block;
    text-decoration: none;
}

.hfb-header .switcher .options .action.toggle.active>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hfb-header .switcher .options .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'Magezon-Icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}

.hfb-header .switcher .options .action.toggle.active:hover:after {
    color: inherit;
}

.hfb-header .switcher .options .action.toggle.active:active:after {
    color: inherit;
}

.hfb-header .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #FFF;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 160px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.hfb-header .switcher .options ul.dropdown li {
    margin: 0;
    padding: 0;
}

.hfb-header .switcher .options ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer;
}

.hfb-header .switcher .options ul.dropdown:before,
.hfb-header .switcher .options ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.hfb-header .switcher .options ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #FFF transparent;
    z-index: 99;
}

.hfb-header .switcher .options ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
}

.hfb-header .switcher .options ul.dropdown:before {
    left: 10px;
    top: -12px;
}

.hfb-header .switcher .options ul.dropdown:after {
    left: 9px;
    top: -14px;
}

.hfb-header .switcher .options.active {
    overflow: visible;
}

.hfb-header .switcher .options.active ul.dropdown {
    display: block;
}

.hfb-header .switcher .options ul.dropdown a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 8px;
}

.hfb-header .switcher .options ul.dropdown a:visited {
    color: #333;
    text-decoration: none;
}

.hfb-header .switcher .options ul.dropdown a:hover {
    color: #333;
    text-decoration: none;
}

.hfb-header .switcher .options ul.dropdown a:active {
    color: #333;
    text-decoration: none;
}

.hfb-header .switcher strong {
    font-weight: 400;
}

.hfb-header .switcher.dropdown-right .options ul.dropdown {
    right: 0;
}

.hfb-header .switcher.dropdown-right .options ul.dropdown:before {
    left: auto;
    right: 10px;
}

.hfb-header .switcher.dropdown-right .options ul.dropdown:after {
    left: auto;
    right: 9px;
}