:root {

    /*geral*/
    --cor-principal: #392C60;
    --cor-secundaria: #000000;
    --cor-terciaria: #818181;
    --cor-botao: #392C60;
    --cor-titulos: #818181;
    --cor-preco: #392C60;

    /*topo da loja*/
    --cor-background-topo: #ffffff;

    /*corpo da loja*/
    --cor-background-corpo: #eeeeee;

    /*rodape da loja*/
    --cor-menu-rodape: #3B3B3B;
    --cor-background-menu-rodape: #ffffff;
    --cor-background-rodape: #f6f6f6;

    /*newsletter rodape*/
    --cor-background-newsletter: #ffffff;
    --cor-texto-newsletter: #818181;

    /*texto fullbanner*/
    --cor-texto-1: #392C60;
    --cor-texto-2: #ffffff;

    /*compre junto*/
    --cor-background-compre-junto: #ffffff;

}




/*topo*/
.links-rodape-atendimento .tel-skype {
    display: none;
}

/*rodape*/
.support-items .tel-skype {
    display: none;
}
/*fale conosco*/
#modalContato > form > div > div > div:nth-child(2) > table > tbody > tr:nth-child(5) {
    display: none;
}
/*atendimento checkout*/
.carrinho-checkout .atendimento li:nth-child(4) {
    display: none;
}

/*tarja mobile*/
@media only screen and (max-width: 767px)
.banner .tarjamobile {
    width: 100%;
    display: none;
}