/* Texto do topo (login, atendimento, carrinho) */
.header .acoes-topo,
.header .acoes-topo a,
.header .acoes-topo span {
    color: #ffffff !important;
}

/* Ícones do topo */
.header .acoes-topo svg,
.header .acoes-topo i {
    fill: #ffffff !important;
    color: #ffffff !important;
}
/* Carrinho */
.header .carrinho a,
.header .carrinho span {
    color: #ffffff !important;
}

/* Login / Minha conta */
.header .conta a,
.header .conta span {
    color: #ffffff !important;
}

