#cabecalho, #cabecalho>.conteiner {
    background: #000 !important;
}

.produto .acoes-produto .comprar .qtde-adicionar-carrinho {
    text-align: right;
    margin-bottom: 10px;
    display: none !important;
}

.produto .principal .botao.principal.grande {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FF2372;
    text-shadow: none;
    border: 0;
    font-weight: 700;
    font-size: 24px;
    color: #FFF;
    letter-spacing: -.77px;
    padding: 15px 0;
    display: none !important;
}

#instagram-rodape {
    margin-bottom: 40px;
    display: none !important;
}

#modalNewsletter .componente {
    margin-top: 0px !important;
    padding: 0 0px !important;

}

.modal-modalNewsletter #modalNewsletter .componente .interno {
    background: url(https://cdn.awsli.com.br/417/417252/arquivos/Banner_App_popup.jpg); width: 560px; height: 420px; 
    padding: 0;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter {
    position: absolute;
    top: 0;
    color: #4d4d4d;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    display: none !important; 
    padding: 20px;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 30px;
    display: none !important; 
}

.modal-modalNewsletter .fancybox-inner {
    width: 100% !important;
    height: 420px !important;
}

.modal-modalNewsletter .fancybox-skin {
    width: 563px !important;
    height: 423px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #efefef;
}