ul .nivel-um{
    padding: 0;
    margin: 0;
    border-radius: 10px;
}

.menu.superior {
    background-color: rgba(0, 0, 0, 0.09);
    margin-top: 20px;
    border-radius: 10px;
}

.menu li>a i, .menu-responsivo i {
    font-size: 9px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 10px;
}

.busca {
    position: relative;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.09);
    border: 1px solid #ddd;
    border-radius: 10px;
}

.busca input {
    width: 94%;
    border-radius: 10px;
}

.botao {
   border-radius: 10px;
}

.carrinho {
    border-width: 1px;
    border-style: outset;
    position: relative;
    border-radius: 10px;
}

.carrinho>a i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    border-radius: 10px;
}

.titulo {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: bold;
    text-rendering: inherit;
}

.fundo-principal {
    background-color: #154A36;
}

.botao.principal {
    background-color: #154A36;
}

.body {
    font-size: 14px;
}

.carrinho>a i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    background-color: #CAEA17;
    border-radius: 10px;
}

.atributos ul li a {
    border-radius: 10px;
}