Variáveis CSS - Topo modelo 06

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

:root{
    --topo_fundo: #FFF;
    --topo_fundo_scroll: #f5f5f5;
    --abrir_departamentos_borda: inherit;
    --abrir_departamentos_active: inherit;
    --abrir_departamentos_cor: inherit;
    --usuario_cor: #000;
    --usuario_icone: inherit;
    --usuario_botao: #000;
    --whatsapp_cor: #000;
    --whatsapp_icone: #000;
    --whatsapp_botao: #000;
    --cesta_texto_cor: #000;
    --cesta_numero_fundo: #000;
    --cesta_numero_cor: #383838;
    --busca_fundo: #FFF;
    --busca_texto: #000;
    --busca_borda_cor: #C1C1C1;
    --busca_icone: inherit;
    --cabecalho_fundo: #F5F5F5;
    --departamentos_fonte: inherit;
    --departamentos_tamanho: 14px;
    --departamentos_cor: #000;
    --departamentos_cor_hover: #444;
    --categorias_nivel2_fundo: #FFF;
    --categorias_nivel2_fundo_hover: #222;
    --categorias_nivel2_texto: #222;
    --categorias_nivel2_texto_hover: #FFF;
    --categorias_nivel3_fundo: #FFF;
    --categorias_nivel3_texto: #222;
    --categorias_nivel3_fundo_hover: #222;
    --categorias_nivel3_texto_hover: #FFF;
    --menu_mobile_icone_fundo: #000;
    --menu_mobile_icone_active: #000;
    --menu_mobile_icone_aberto: #000;
    --busca_mobile_icone: inherit;
    --busca_mobile_icone_active: inherit;
    --busca_mobile_icone_fundo_active: #F4F4F4;
    --login_mobile_icone: inherit;
    --busca_borda_mobile: #F4F4F4;
    --busca_fundo_mobile: #FFF;
    --busca_borda_cor_mobile: #C1C1C1;
    --busca_texto_mobile: #000;
    --busca_icone_mobile: inherit;
    --categorias_nivel2_fundo_mobile: inherit;
    --categorias_nivel2_texto_mobile: inherit;
    --login_fundo_mobile: inherit;
    --login_texto_mobile: inherit;
    --login_texto_acao: #000;
    --departamentos_menu_mobile: #f4f4f4;
    --departamentos_fundo_mobile: inherit;
    --departamentos_borda_cor_mobile: #cecece;
    --departamentos_fonte_mobile: inherit;
    --departamentos_cor_mobile: inherit;
    --departamentos_cor_ativo_mobile: inherit;
    --departamentos_fundo_ativo_mobile: #ccc;
    --departamentos_botao_fundo_mobile: #000;
    --departamentos_botao_icone_mobile: #FFF;
    --categorias_nivel2_voltar_fundo_mobile: inherit;
    --categorias_nivel2_voltar_botao_mobile: rgba(0,0,0,0);
    --categorias_nivel2_voltar_icone_mobile: #000;
    --categorias_nivel2_fundo_ativo_mobile: inherit;
    --categorias_nivel2_botao_mobile: #000;
    --categorias_nivel2_texto_ativo_mobile: inherit;
    --categorias_nivel2_icone_mobile: #FFF;
}