:root {
	--cor_primaria: #4CAF50;
	--txt-global: #420606;
	--icones_texto_cabecalho: #420606;
    --cor_cabecalho: #fff;
    --botao: #b7a697;
    --cor-hamburger: #b7a697;
}

html span.fundo-principal.bandeira-promocao {
	background: #4CAF50;
}

html #barraTopo {
	display: none !important;
}

.cep .input-append.input-prepend button:hover {
	left: -96px !important;
	top: 8px !important;
	font-weight: 600 !important; 
}

html a.btn-favorite:hover:before {
	color: red !important;
}

html .pagina-carrinho .acao-editar .botao.principal.grande {
	background: var(--botao) !important;
}

@media screen and (min-width: 769px) {
    html .hamburguer span {
        background: var(--cor-hamburger) !important;
    }
}


@media (max-width: 768px) {
	html .menu-mobile span {
		background: var(--cor-hamburger) !important;
	}
}

.bandeiras-pagamento i {
    display: inline-block !important;
}
