@media (max-width: 767px) {
    #rodape .span4.sobre-loja-rodape {
        text-align: center;
    }
}

#rodape .span4.links-rodape.links-rodape-categorias {
    display: none !important;
}

#rodape .span12.visible-phone {
    width: 30%;
}

.pagina-produto .acoes-produto .buy-for-whats a {
    background: none !important;
    border: none;
    color: #000 !important;
}

.pagina-produto .acoes-produto .buy-for-whats a i {
    color: #1eab49 !important;
}

@media (min-width: 767px) {
    .pagina-produto .acoes-produto .buy-for-whats a:hover {
        opacity: 0.7;
    }
}