.listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho {
    display: inline-block;
    background: #222!important;
    font-weight: 600;
}
.produto .principal .botao.principal.grande {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 24%;
    text-transform: uppercase;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #333;
    border-radius: 5px;
    padding: 14px 65px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    letter-spacing: -1px;
}

:root {
		--cor_primaria: #FFFFFF;
		--cor_secundaria: #444;
		--cor_botao: #1b1b1b;
		--cor_botao_hover: #444;
		--cor_texto_botao: #fff;
		--cor_texto_botao_hover: #fff;
		--cor_botao_comprar: #31b15f;
		--cor_cabecalho: #ffffff;
		--cor_icones: #1b1b1b;
		--cor_icones_hover: #444;
		--cor_texto_icones: #1b1b1b;
		--cor_menu: #1b1b1b;
		--cor_texto_menu: #fff;
		--cor_footer: #1b1b1b;
		--cor_texto_footer: #fff;
		--cor_tag_frete_gratis: #444;
		--texto_global: #1b1b1b;
}