.nav-top-header {
    background: #3e3e3e;
    color: white;
    height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}

.nav-top-header a, .nav-top-header a:link, .nav-top-header a:focus, .nav-top-header a:visited {
    color: white;
    margin:  0 15px;
}

.nav-top-header a:hover {
    font-weight: bold;
}

.navbar-default {
    background-color: white;
    border-color: #ebebeb;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    margin-bottom: 0;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    font-size: 18px;
}

.navbar-nav > li > a {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ff0000;
    background-color: transparent;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ff0000;
    text-decoration: none;
    background-color: #f5f5f5;
}

.navbar-brand {
  padding: 0 5px;
}

.navbar-brand-center {
  height: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.logo_menu {
    /*padding: 5px 0;*/
    padding: 3px 0;
    height: 50px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.fa-menu {
    font-size: 20px;
    min-width: 25px;
    text-align: center;
}

.navbar-collapse.collapse {
    /*transition: height 0.2s;*/
}
.navbar-collapse.collapsing {
    height: 0 !important;
}
.navbar-collapse.collapse.in {
    max-height: none;
    height: 100vh;
}

@media (min-width: 768px) {

    #menu {
        margin-top: 30px;
    }

    .navbar-brand-center {
        margin: 0;
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
    }

    .m_expandido.navbar {
        min-height: 90px;
    }

    .m_expandido .logo_menu {
        height: 90px;
    }

    .m_expandido .navbar-brand-center {
        padding: 0 15px;
        height: 90px;
        line-height: 90px;
    }

    .m_expandido .navbar-toggle {
        margin-top: 23px;
        padding: 9px 10px !important;
    }

    .m_expandido .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: 27px;
    }


}


@media only screen and (max-width : 1365px) {
    .navbar-default .navbar-nav>li>a {
        margin-top: 20px;
        font-size: 16px;
        padding: 5px 5px;
    }

    .fa-menu {
        font-size: 18px;
        min-width: 20px;
    }
}


@media only screen and (max-width : 1100px) {
    .navbar-default .navbar-nav>li>a {
        margin-top: 25px;
        font-size: 12px;
        padding: 5px 5px;
    }

    .fa-menu {
        font-size: 16px;
        min-width: 18px;
    }
}

@media only screen and (max-width : 991px) {


    .m_expandido .logo_menu {
        margin-top: 15px;
        height: 70px;
        max-width: 100%;
    }

    .navbar-brand {
        height: 70px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 10px;
        padding: 5px 5px;
    }

    .fa-menu {
        font-size: 14px;
        min-width: 16px;
    }
}

@media only screen and (max-width : 767px) {

    .m_expandido .logo_menu {
        margin-top: 0;
    }

    .navbar-default .navbar-nav>li>a {
        margin-top: 0;
        font-size: 20px;
        padding: 5px 5px;
    }

    .logo_menu {
        height: 50px;
    }

    .navbar-default {
        margin-top: 0;
        min-height: 70px;
    }

    .nav-top-header {
        display: none;
    }
}


.link_header {
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}

.link_header:hover {
    font-weight: bold;

}

.carrinho_qtd_itens {
    font-size: 14px;
    line-height: 10px;
    position: absolute;
    top: -4px;
    right: 6px;
    color: #665948;
    font-weight: bold;
}

@media (max-width: 767px) {
    .carrinho_qtd_itens {
        top: -6px;
        right: 9px;
    }
}

