body {
    background: #FFF;
}

.logo {
    padding-top: 22px;
}

.logo a {
    height: 80px;
}

.busca {
    position: relative;
    padding: 5px;
        padding-left: 5px;
    background-color: #fff;
    border: none;
    padding-left: 0;
}

.menu.superior {
    background-color: #FFF;
    margin-top: 6px;
}

.menu.superior .nivel-um > li:first-child {
    padding-left: 0;
}

.borda-principal {
    border-width: none;
    border-style: none;
}

.conteiner-principal .conteiner
{
    background-color: #FFF;
    box-shadow: none;
}

#rodape .institucional {
    background-image: none;
}

.pagamento-selos {
    background: #f2f2f2;
}

.produto .nome-produto {
    font-size: 29px;
    font-weight: bold;
}

.produto .acoes-produto .preco-produto.destaque-parcela .preco-promocional {
    font-size: 30px;
    font-weight: bold;
    color: #EDDE31;
}

.preco-produto strong.titulo {
    white-space: nowrap;
    font-weight: bold;
    font-size: 25px;
}

.abas-custom .tab-content {
    padding: 27px;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #f2f2f2;
}

.pagina-categoria .coluna .lateral {
    display: none;
}

#cabecalho .carrinho .qtd-carrinho {
    color: white!important;
    border: solid 1px #90b420!important;
}

#cabecalho .carrinho .qtd-carrinho {
    background: #90b420!important;

}

.produto div.principal .acoes-produto .comprar .botao-comprar{
    opacity: 1;
    background: #008000 !important;
}

@media screen and (max-width: 767px){
    .carrinho-checkout #cabecalho .conteiner {
        height: 90px !important;
    }

    .carrinho-checkout #cabecalho .logo a {
        max-height: 68px !important;
    }
}

@media (max-width: 767px){
    #listagemProdutos.listagem .listagem-item:not(.produto-adicionado):hover .info-produto, .listagem.aproveite-tambem .listagem-item:not(.produto-adicionado):hover .info-produto {
        opacity: 1;
    }
}
@media (max-width: 767px){
     .conteudo-topo .menu.superior.visible-phone ul.nivel-um {
    height: 450px !important;
    } 
}