#searchMobile {
    display: none !important;
}

/*BEGIN:: Navbar Bottom*/
.navbar-bottom {
    position: fixed;
    bottom: 0;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    box-sizing: inherit !important;
    z-index: 9999999;

    padding-top: 10px;
    background-color: #FFF;
    box-shadow: -2px 3px 28px #CCC;
}
.navbar-bottom > a {
    width: 100%;
    text-align: center;
    color: #999999;
}
.navbar-bottom > a > .box-navbar-bottom > img {
    display: block;
    height: 30px;
    margin: 0 auto;
    transition: all .5s;
}
.navbar-bottom > a > .box-navbar-bottom > img.icon-fill {
    display: none;
}
.navbar-bottom > a > .box-navbar-bottom.active > img.icon-fill,
.navbar-bottom > a > .box-navbar-bottom:hover > img.icon-fill {
    display: block;
}
.navbar-bottom > a > .box-navbar-bottom.active > img.icon-outline,
.navbar-bottom > a > .box-navbar-bottom:hover > img.icon-outline {
    display: none;
}
.navbar-bottom > a > .box-navbar-bottom > span {
    display: block;
    font-size: 10px;
    margin-top: 0px;
}
/*END:: Navbar Bottom*/

@media (max-width: 768px) {
    nav.navbar.navbar-expand-lg.navbar-light > a {
        padding-left: 10px !important;
    }
}