#cabecalho .menu.superior {
    margin-top: 0px;
    text-align: center;
    background: var(--principal);
    font-size: 15px;
    padding: 5px 1px 5px 0px;
}
#corpo .listagem#listagemProdutos .titulo-categoria strong {
    font-weight: inherit;
    font-size: 25px;
}
#corpo .listagem#listagemProdutos .titulo-categoria {
    margin: 35px 0 15px;
    padding: 0 10px;
    border: 0;
    color: #486799;
    font-size: 20px;
    font-weight: 700;
}
#rodape .titulo {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
}

/* Estilo para as colunas do rodapé */
.footer-column {
    width: 25%;
    float: left;
    padding: 20px;
}

/* Estilo para o texto dentro das colunas */
.footer-column h4 {
    color: #333;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.pagina-carrinho .pagamento-selos {
    display: none;
}
#cabecalho .menu.superior .nivel-um>li>a strong {
    font-size: inherit;
    font-weight: 600;
}
.menu a {
    display: flex;
    white-space: nowrap;
}
#cabecalho .menu.superior .nivel-um>li>a {
    display: flex;
    padding: 0 10px;
    border: 0;
    font-size: 17px;
    transition: .25s ease;
}
.tabela-carrinho .produto-info {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
}
.links-rodape-categorias {display:none !important;}
