/*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;
}

/*Retirar barra de contatos*/
#listagemProdutos ul.contact{
    display: flex;
}

/*Retirar botao de ofertas*/
//li.offers.com-filho {
//    display: none;
}

/*Retirar botao de rastreio*/
li.top-action-item.rastreio {
   display: none
}


