/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:8px;
right:8px;
z-index: 999;
}

.carousel .card h2 {
    color: #E416B8
}

.produto .acoes-produto .preco-produto.destaque-parcela .preco-promocional {
    font-size: 3em;
    font-weight: normal;
    }
.produto .nome-produto {
    font-size: 2em;
    line-height: normal;
    margin: 0;
}


.listagem .imagem-produto img {
    border-radius: 5%;
}

.listagem .listagem-linha .span3{
    transition: all .2s ease-in-out;
}

.listagem .listagem-linha .span3:hover{
    transform: scale(1.2);
    border-radius: 5%;
    background-color: #323232;
}


.abas-custom .tab-content {
    background-color: #fff;
}

.tab-content>.active, .pill-content>.active{
    color: #000000cc;
}

.listagem .listagem-item .nome-produto {
    font-size: 1.5em;
    line-height: 18px;
    display: inline-block;
    min-height: 40px;
    word-wrap: break-word;
}

.listagem .titulo-categoria {
    font-size: 21px
        
}