/*remover newsletter*/
#nav-bottom .element-newsletter-bottom .newsletter-inner {
    align-items: center;
    background: #01080d;
    display: -webkit-flex;
    display: none;
    justify-content: center;
    padding: 20px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* Trocar texto do botão comprar no produto */ 
.element-product-detail .wrapper-btn-buy .btn.btn-buy .btn-text, 
.element-product-detail .wrapper-btn-buy .btn.btn-buy-kit .btn-text,  
.wrapper-btn-fixed .btn.btn-buy .btn-text, 
.wrapper-btn-fixed .btn.btn-buy-kit .btn-text { 
font-size: 0; 
} 
 
.element-product-detail .wrapper-btn-buy .btn.btn-buy .btn-text:before, 
.element-product-detail .wrapper-btn-buy .btn.btn-buy-kit .btn-text:before, 
.wrapper-btn-fixed .btn.btn-buy .btn-text:before, 
.wrapper-btn-fixed .btn.btn-buy-kit .btn-text:before { 
content: "adicionar ao carrinho"; 
font-size: 18px; 
} 