.header-bottom-nav .navbar-main>li>a {
    width: 100%;
    display: block;
    cursor: pointer;
    height: 50px;
    font-size: 14px;
    padding: 0 15px;
    line-height: 50px;
    color: #74716e;
    border-radius: 0;
    background: transparent;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
}

.navbar-main>li>a:hover {
    background: #f7f7f7;
    color: #46403c;
    border-bottom: 2px solid #a7b21e;
}

.navbar {
    min-height: unset !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px){
    .header-bottom-nav .navbar-main>li>a{
        text-align: left;
        font-size: 16px;
    }
    .header-bottom-nav .navbar-main>li {
        float: none;
    }
}

.border_bottom { border-bottom: 1px solid #dfdfdf}

.navbar_custom_tools li a{
    text-transform: uppercase;
}