Variáveis CSS - Topo modelo 03

Paga que seja possível utilizar as variáveis no personalizador rápido wBuy, você deve informá-las em seu arquivo global.css. 

:root{
	--linha_topo: #000;
	--cabecalho_botao_fundo: inherit;
	--cabecalho_botao_texto: #FFF;
	--cabecalho_botao_fundo_hover: #FFF;
	--cabecalho_botao_texto_hover: #000;
	--topo_fundo: #FFF;
	--topo_texto: #000;
	--topo_texto_hover: inherit;
	--topo_botao_fundo: inherit;
	--topo_botao_fundo_hover: #EEE;
	--topo_icone: inherit;
	--topo_icone_hover: inherit;
	--busca_fundo: inherit;
	--busca_texto: inherit;
	--busca_borda_cor: #F60;
	--busca_botao: #F60;
	--busca_icone: #FFF;
	--cesta_cor: inherit;
	--cesta_numero_fundo: #F60;
	--cesta_numero_cor: #FFF;
	--categorias_nivel2_fundo: #FFF;
	--categorias_nivel2_texto: inherit;
	--categorias_nivel2_fundo_hover: #000;
	--categorias_nivel2_texto_hover: #FFF;
	--departamentos_fonte: inherit;
	--departamentos_fundo: inherit;
	--departamentos_fundo_hover: inherit;
	--departamentos_cor_fundo: #FFF;
	--departamentos_cor: #000;
	--departamentos_cor_hover: #444;
	--departamentos_tamanho: 12px;
	--departamentos_altura: 48px;
	--departamentos_espacamento: 10px;
	--departamentos_icone: inherit;
	--departamentos_icone_hover: inherit;
	--departamentos_borda_cor: #000;
	--departamentos_borda_cima: 1px;
	--departamentos_borda_baixo: 1px;
}