/*ícone todos os departamentos*/
.menu.superior li.all-categories.com-filho .titulo svg path {
    fill: #cdac86;
}


/*carrinho*/
#cabecalho .carrinho>a {
    background: #cdac86;
}


/*Atendimento vitrine*/
#listagemProdutos .actions .contact li svg rect {
    stroke: #36221a;
}

/*botão comprar*/
.produto div.principal .acoes-produto .comprar .botao-comprar {
    color: #fff;
    background: #cdac86;
}



/*botão "adicionar" dos produtos*/
#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {
    color: #fff;
    background: #cdac86;
}


/*icone newsletter*/
path#Caminho_10 {
    fill: #cdac86;
}


/*botão newsletter*/
button.botao.botao-input.fundo-principal.icon-chevron-right.newsletter-assinar {
    background: #cdac86;
    color: #fff;
}

div#instagram h2 a {
    color: #cdac86;
}

/*scroll voltar ao topo*/
.scrollToTop {
    background: #cdac86;
    color: #fff;
}


/*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/1897/1897136/arquivos/Pop Up.jpg') no-repeat center;
}


button.botao.botao-input.fundo-principal.icon-chevron-right.newsletter-assinar:before {
    content: 'Enviar';
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 600;
    text-transform: uppercase;
}


.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao::before {
    content: "Enviar";
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    vertical-align: middle;
    font-family: Montserrat;
}


.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    right: 1rem;
    background: #202020;
    color: #fff;
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    display: none;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.svg:not(:root) {
    z-index: 999;
    bottom: -200px;
    right: 20px;
    overflow: hidden;
}


.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 0;
    width: 60%;
    height: 155px;
}