
.listagem .imagem-produto img {
    height: auto !IMPORTANT;
}
.whats-float{
    box-shadow: 0 0 0 0 #4dc247;
    -webkit-animation: pulsed 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsed 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsed 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsed 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulsed {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulsed {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulsed {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsed {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}


.listagem-item .acoes-produto {
    position: relative;
    width: 100%;
    margin: 0;
    opacity: 1;
    visibility: visible;
    top: 0;
}

.listagem ul li .listagem-item {
    padding-bottom: 10px !IMPORTANT;
}
#carouselImagem .flex-direction-nav a.flex-prev {
    font-size: 0;
}
@media(max-width:767px){
    .listagem-item .acoes-produto {
        display: block !IMPORTANT;
    }
    
    .listagem-item .acoes-produto {
        display: flex !IMPORTANT;
    }
    
    .listagem-item .acoes-produto .prod-counter {
        display: none;
    }
    
    .listagem-item .acoes-produto .prod-counter+a.botao.botao-comprar.principal {
        width: 100%;
    }
    .row-fluid.banner .modulo.span4 {
        margin-bottom: 15px !IMPORTANT;
    }
}

