@media screen and (max-width: 767px){
	.float-contact {
       display: inherit !important;
    }
    
    #modalContato{
        width: 95% !important;
    }
}

.full.menu .conteiner .nivel-um>li.offers>a, #cabecalho .carrinho .qtd-carrinho, .bandeiras-produto .bandeira-promocao, .botao.principal.botao-comprar,#barraNewsletter.posicao-rodape .componente .newsletter-assinar, .scrollToTop, .float-contact .float-open, .botao.principal.botao-comprar, #cabecalho.fixed .open-menu .line, .float-contact .float-items>li>a, .coluna div.componente.newsletter .botao, #cabecalho .carrinho .carrinho-interno .carrinho-rodape .botao:hover{
    background: #e30016!important;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar, .coluna div.componente.newsletter .botao{
    border: solid 2px #e30016
}

#cabecalho .busca .botao{
    color: #e30016;
}

.botao{
    border: solid 1px #e30016;
}

.finalizar-compra .botao.principal, .produto div.principal .acoes-produto .comprar .botao-comprar{
    background: #5cb85c!important;
}

/*MOBILE*/

@media only screen and (max-width: 767px){
    .conteudo-topo .busca-mobile .atalho-menu, .atalhos-mobile ul li a .qtd-carrinho, .conteudo-topo .menu.superior.visible-phone .menu-close:after{
        background: #e30016;
    }
    #cabecalho .busca .botao{
        color: #e30016;
    }
}

