.Pixtarja .txtPix {
    display: none;
    position: absolute;
    color: #8b8b8b;
    font-weight: 700;
    width: max-content;
    padding: 8px;
    margin-top: -26px;
    margin-left: 5px;
    border-radius: 30px;
    box-shadow: 4px 3px 7px 0 #ccc;
}
 
.Pixtarja:hover .txtPix {
    display: block;
}
 
.Pixtarja.active .txtPix {
    display: block;
}
 
 
.Pixtarja {
    display: flex;
    width: max-content;
}
 
.Pixtarja .txtPix {
    display: none;
}
.Tarjapix {
    display: none;
}
 
@media(max-width: 800px) {
    .Tarjapix {
        display: block;
    }
 
    .Pixtarja {
        display: none !important;
    }
}
 
.Pixtarja {
    display: block;
}
 
.Tarjapix .textoPix {
    display: none;
    position: relative;
    color: #8b8b8b;
    text-align: center;
    font-weight: 700;
    width: auto;
    padding: 8px;
    margin-top: -26px;
    margin-left: 5px;
    border-radius: 30px;
    box-shadow: 4px 3px 7px 0 #ccc;
}
 
 
.Tarjapix.active .textoPix {
    display: block;
} 

/*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;
}

/*

.modal-modalNewsletter .fancybox-skin {
   background: transparent url('https://cdn.awsli.com.br/876/876125/arquivos/Poup-Up-Newsletter.png') no-repeat center;
}

*/
