/** OCULTA CATEGORIA CIDADES ATENDIDAS **/
.menu.superior .categoria-id-16482808 {display:none;}


/* ESPSCIAL DIA DOS NAMORADOS */
/*li.categoria-id-23443280 {
    background: #cf3333;
    border-radius: 8px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.30);
    line-height: 16px;
}
li.categoria-id-23443280:hover {
    background-color: #e71111;
}*/
/* ESPSCIAL DIA DOS NAMORADOS */

.produto .comprar .botao-comprar{
    display: block;
    background: #2a914a;
    color: #ffffff;
    border-color: #3c7250;
    padding: 4px 0 12px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}

.produto .comprar .botao-comprar:hover {
    background-color: #33a055;
}

.ou {
    position: relative;
    margin: 0 0 10px 0;
    text-align: center;
}
.ou:before, .ou:after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    border-bottom: 1px solid #cdcdcd;
    top: 10px;
    position: absolute;
}
.ou:before {
    left: 0;
}
.ou:after {
    right: 0;
}

.produto .comprar .botao-comprar span {
    margin: 0;
    padding: 0;
}

.produto .comprar .botao-comprar .melhor-opcao {
    font-weight: 200;
    font-size: 14px
}

.produto .acoes-produto .comprar a.botao.botao-comprar-wpp {
    font-size: 18px;
    margin-left: 0;
    
    background: #2a914a;
    color: #ffffff;
    border-color: #3c7250;
    
    display: block;
    font-weight: 400;
}
.produto .comprar .botao-comprar-wpp .melhor-opcao {
    font-weight: 200;
    font-size: 13px
}

/*.pagina-produto .cep{*/
/*    display:none !important;*/
/*}*/

.pagina-produto .parcelas-produto {
    display: none !important;
}

/** BOTÃO VER TODOS - PÁGINA INICIAL **/
.pagina-inicial .listagem .titulo-categoria::after {
    content: 'Ver todos';
    position: absolute;
    right: 10px;
    text-transform: initial;
    color: #08c;
    font-size: 13px;
}

.pagina-inicial .listagem .titulo-categoria {
    position: relative;
}


@media (max-width: 479px){

    /* Melhorar área de renderização mobile, comprimindo elementos do cabeçalho */
    #cabecalho > .conteiner {
        padding-top: 0
    }
    .conteiner .logo {
        margin-bottom: 5px
    }
    .logo a{
        height: 70px
    }
    .listagem .listagem-linha:first-child {
        padding: 0;
    }
    .listagem .listagem-linha>ul {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .listagem .listagem-item {
        padding: 0px;
    }
    .listagem .listagem-linha li:nth-child(even) {
        margin-left: 5px;
    }
}