@media (min-width: 768px){
a#return-to-top {
    bottom: 20px !important;
}

.menu.superior .nivel-um li.all-menu {
    display: none;
}


    .pagina-carrinho #cabecalho {
        top: unset!important;
    }
    
   


}

 @media screen and (min-width: 800px) {
        
        body.pagina-carrinho.fixed #cabecalho{
            top:0!important;
            border-bottom:0px;
        }
        
    }