.nav {
    border-bottom: 1px solid #EAEAEB;
    width: 100%;
    /*
    text-align: right;
    height: 70px;
    line-height: 70px;
    */
    z-index: 9999;
    position: relative;
    background-color: #1474A4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}

.nav a {
    color: #fff;
    margin: 10px 10px 10px 10%;
}

label {
    /*
    */
    margin: 0 40px 0 0;
    font-size: 2em;
    line-height: 70px;
    display: none;
    width: 26px;
    color: #fff;
}

.menu {
    margin: 0 10% 0 0;
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu a {
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 10px;
    text-align: center;
    /*
    line-height: 70px;
    */
}

.ccarrinho {
    position: relative;
    height: 50px;
    width: 50px;
    margin: 0 auto;
}

.carrinho {
    font-size: 2.5em;
    display: flex;
}

.qtdad {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.5em;
    padding: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: red;
    color: #fff;
}

#toggle {
    display: none;
}


.bsBmenu {
    width: 100%;
    background-color: #003C61;
}

.LnBmenu {
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.LnBmenu a {
    font-size: 1em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 5px 50px;
}

.LnBmenu a:hover {
    color: #73FFFF;
}

.LnBmenu a img {
    margin-bottom: -10px;
}

/*
@media screen and (max-width: 1000px){
    .nav a {
        margin: 10px 10px 10px 5%;
    } 
    
    .menu {
        margin: 0 0 0 0;
        width: 70%;
    }
}

@media screen and (max-width: 880px){
*/

@media screen and (max-width: 1000px){
    label {
        display: block;
        cursor: pointer;
    }
    
    .menu {
        text-align: center;
        width: 100%;
        display: none;
        /**/
        margin: 0 0 0 0;
    }
    
    .menu a {
        display: block;
        border-top: 1px solid #49B5E9;
        margin: 0;
        line-height: 50px;
        /*
        background-color: #fff;
        */
    }
    
    #toggle:checked + .menu {
        display: block ;
    }
    
    .qtdad {
        font-size: 0.4em;
        padding: 5px;
        width: 15px;
        height: 15px;
        line-height: 1em;
    }
}

@media screen and (max-width: 478px){
    
    .LnBmenu {
        width: 100%;
        padding: 5px 0;
        /*
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        */
    }
    
    .LnBmenu a {
        margin: 5px 10px;
        font-size: 0.8em;
        /*
        text-align: center;
        color: #fff;
        text-decoration: none;
        */
    }
}