.fh-header{
   font-family: Lato,Arial; 
    position: fixed;
    z-index: 2000;
    top:0;
    width:100%;
    left:0;
    display:none;
    
}
.fh-header .icon{
      display: inline-block;
      width: 16px;
      height: 16px;
      stroke-width: 0;
      stroke: #000;
      fill: #fff;
    vertical-align: middle;
}

.fh-header .fh-top{
    background:#11D295;
    color:#fff;
    float:left;
    width:100%;
    padding:5px 0;
}

.fh-header .fh-top #fh-top-left{
    
}

.fh-header .fh-top #fh-top-right{
    text-align: right;
}

.fh-header .fh-top #fh-top-right ul,
.fh-header .fh-top #fh-top-right li{
    margin:0;
    padding:0;
    list-style: none;
    display: inline-block;
}

.fh-header .fh-top #fh-top-right li{
    padding-left:12px;
}

.fh-header .fh-top #fh-top-right li .icon{
    margin-right:2px;
}

.fh-header .fh-top #fh-top-right li a,
.fh-header .fh-top #fh-top-right li a:hover,
.fh-header .fh-top #fh-top-right li a:focus{
    color:#fff !important;
    font-weight: 700;
}

.fh-header .fh-top #fh-top-right li:hover{
    opacity: 0.8;
}

.fh-header .fh-bottom{
    background:#eaeaea;
    color:#fff;
    float:left;
    width:100%;
    padding:10px 0;
    font-family: Lato,Arial;
}

.fh-header .fh-bottom #fh-bottom-left img{
    max-width: 100%;
    height: auto;
    margin-top:2px;
}

.fh-header .fh-bottom #fh-bottom-left{
    padding-right:0;
}

.fh-header .fh-bottom #fh-bottom-cats a,
.fh-header .fh-bottom #fh-bottom-cats a:hover{
    display:block;
    color:#fff !important;
    border:solid 1px #11D295;
    border-radius: 3px;
    background-color:#11D295;
    text-align: center;
    padding:2px 0;
    text-indent: 0px;
    font-weight: bold;
    text-decoration: none;
}

.fh-header .fh-bottom #fh-bottom-cats a .icon{
    fill:#fff;
}
.fh-header .fh-bottom #fh-bottom-cats a.active{
    background-color:#fff;
    color:#11D295 !important;
}
.fh-header .fh-bottom #fh-bottom-cats a.active .icon.icon-keyboard_arrow_down{
   display:none;
}
.fh-header .fh-bottom #fh-bottom-cats .icon.icon-x{
    display: none;
    height:16px;
    width:16px;
    margin-left:3px;
}
.fh-header .fh-bottom #fh-bottom-cats a.active .icon.icon-x{
   display:inline-block;
    fill:#11D295;
}

.fh-header .fh-bottom #fh-bottom-search form{
    margin-bottom:0;
    background-color:#fff;
    border:solid 1px transparent;
    border-radius: 3px;
    position: relative;
    padding:1px 0;
}

.fh-header .fh-bottom #fh-bottom-search form input[type='text']{
    width:100%;
    max-width: 100%;
    padding:0 10px !important;
    margin:0;
    padding:0;
    background-color:#fff;
    border:solid 1px transparent;
    color:#000;
    outline: 0;
    
}

.fh-header .fh-bottom #fh-bottom-search form input[type='image']{
    position: absolute;
    right:5px;
    top:3px;
}

.fh-header .fh-bottom #fh-bottom-links{
    color:#000;
    text-align: right;
}

.fh-header .fh-bottom #fh-bottom-links a{
    color:#000;
}

.fh-header .fh-bottom #fh-bottom-links .icon{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left:15px;
    stroke-width: 0;
    stroke: #000;
    fill: #11D295;
    vertical-align: middle;
}

.fh-header .fh-bottom #fh-bottom-links .icon.icon-user2{
    height:16px;
    width:16px;
    fill:#000;
    fill:#000;
}

.fh-header .fh-bottom #fh-bottom-links div{
    display: inline-block;
    vertical-align: middle;
}
.fh-header .category-area{

    height:100vh;
    width:100%;
    float: left;
}

.fh-header .category-area #fh-nav{
    background-color:#fff;
    height:100vh;
    overflow-y: scroll;
    padding:0;
}

.fh-header .category-area #fh-nav > ul,
.fh-header .category-area #fh-nav > ul > li,
.navbar-nav > ul,
.navbar-nav > ul > li{
    list-style: none;
    margin:0;
    padding:0;
}

.fh-header .category-area #fh-nav .icon,
.navbar-nav .icon{
    height:16px;
    width:16px;
    fill:#a1a1a1;
    margin-right: 10px;
}

.fh-header .category-area #fh-nav .icon.icon-keyboard_arrow_down,
.navbar-nav .icon.icon-keyboard_arrow_down{
    height:22px;
    width:22px;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    position: absolute;
    right:0px;
    top:10px;
}

.fh-header .category-area #fh-nav li.back .icon.icon-keyboard_arrow_down,
.navbar-nav li.back .icon.icon-keyboard_arrow_down{
    height:22px;
    width:22px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    position: absolute;
    right:auto;
    left:0;
    top:10px;
}

.fh-header .category-area #fh-nav li.back,
.navbar-nav li.back{
    text-indent:15px;
    font-weight: bold;
    border-bottom:solid 1px #424242;
}

.fh-header .category-area #fh-nav li.catlink,
.navbar-nav li.catlink{
    font-weight: bold;
    font-size:20px;
    padding:10px;
}

.fh-header .category-area #fh-nav li.catlink{
    padding:0;
}

.fh-header .category-area #fh-nav li.catlink > a{
    padding:10px;
}

.fh-header .category-area #fh-nav a,
.navbar-nav a{
    display: block;
    padding:8px 10px;
    position: relative;
}

.fh-header .category-area #fh-nav a:hover,
.navbar-nav a:hover{
    color:#fff !important;
    background-color:#11D295;
}

.fh-header .category-area #fh-nav a:hover .icon,
.navbar-nav a:hover .icon{
    fill:#fff !important;
}

.fh-hidden{
    display:none;
}

#fh-bg{
    height:100vh;
        background-color:rgba(0,0,0,0.5);
}

.navbar-nav{
    margin-top:0;
}

/*
element {
  --main-bg-color: #E2572E;
}
*/