:root {
  --cor_primaria: #145a8b;
  --cor_secundaria: #000;
  --cor_botao: #145a8b;
  --cor_botao_hover: #fff;
  --cor_texto_botao: #fff;
  --cor_texto_botao_hover: #443b42;
  --cor_botao_comprar: #5bbf5f;
  --cor_tag_frete: #f28646;
  --pre_cabecalho: #145a8b;
  --cor_texto_pre_cabecalho: #443b42;
  --cor_cabecalho: #000;
  --cor_icones: #145a8b;
  --cor_icones_hover: #443b42;
  --cor_texto_icones: #145a8b;
  --cor_menu: #000;
  --cor_texto_menu: #fff;
  --cor_newsletter: #145a8b;
  --cor_texto_newsletter: #fff;
  --cor_footer: #fff;
  --cor_texto_footer: #000;
  --texto_global: #7f7f7f !important;
  --cor_clara: #333;
  --cor_escura: #000;
  --texto_background: #443b42;
  --texto_bg_escuro: #222;
  --texto_bg_claro: #443b42;
  --cor_texto_modal_open: #444 !important;
  --cor_texto_flutuante: #444 !important;
}

/* Corrige textos brancos invisíveis em fundos claros */
#descricao.tab-pane.active,
#descricao.tab-pane.active *,
.price-box,
.price-box *,
.product-info,
.product-info * {
  color: #444 !important;
}

/* Fix installments prices incorrect color */
.tema-escuro .cor-secundaria, .tema-escuro .atributo-comum a span {
    color: var(--texto_global) !important;
}

/* Fix checkout-page */
.formas.envio .accordion-group.forma-envio-ativo .forma-aviso,
.borda-alpha, .borda-alpha * {
	color: black;
}

@media(min-width: 769px) {
	.carrinho-checkout #corpo {
	padding-top: 164px !important;
	}
}

