:root {
  --primary-color: #fa0b0b;
  --secundary-color: #000;
}

html #cabecalho .barra-inicial {
    background-color:rgb(192, 194, 189, 0.3);
}

html #cabecalho  {
    background-color:var(--secundary-color);
}

html #cabecalho .menu {
    background-color:var(--secundary-color);
}

html .banner.tarja {
    margin:20px 0!important;
}

html .busca .botao-busca, .busca .botao-busca:hover {
    background: #000;
}

html .listadedesejos-topo svg, html .conta-topo svg {
    fill: #fff;
}

html .conta-topo > div span {
    color:#fff;
}

html .conta-topo > div i {
    color:#fff;
}

html .carrinho .qtd-carrinho {
    background:var(--primary-color);
}

html .carrinho svg {
    fill:#fff;
}

html .barra-inicial .canais-contato a, .barra-inicial .canais-contato span, html .barra-inicial .canais-contato i {
    color:#ccc;
}

html .barra-inicial .rastreio-rapido i, html .barra-inicial .rastreio-rapido i::before {
    border-color: #ccc!important;
}

html .barra-inicial .lista-redes i, .barra-inicial .lista-redes a:hover i {
    color:#ccc;
}