#header-main .header-1 {
	padding: 0 !important;
}
/* Remover compartilhamento das redes sociais */ 
.product-sharing { 
display: none !important; 
} 

/* Remover campo de simular frete */ 
.box-shipping { 
display: none !important; 
} 

/* Alterar estilo da borda, de dashed para solid */ 
.product-view,
.element-product-detail,
#product-list .product-list-item .product-list-item-inner,
.wrapper-product-combination .product-combination-list .product-combination-item label,
.header-box-content h1, .header-box-content h2, .header-box-content h3, .header-box-content h4, .header-box-content h5, .header-box-content h6, .header-box-content .title-primary, .header-box-content .title-secundary,
.page-content,
#nav-bottom .element-newsletter-bottom .newsletter-inner  {
	border-style: solid !important;
}

/* Preenche com cor todo o botão de opção das Variações dos Produtos*/ 
.wrapper-product-combination .product-combination-list .product-combination-item.product-combination-active label {
    background-color: #cb8514;
}

/* Posiciona o valor do produto e o botão de compra em linhas separadas */ 
.element-product-detail .wrapper-product-price {
    display: grid;
}

/* Insere um espaço entre o  valor do produto e o botão de compra */ 
.content-main-cols-1 .element-product-detail .wrapper-product-price .product-price {
    margin-bottom: 10px;
}

.combination-text {  
    padding: 10px 20px;
    display: inline;
} 

.btnWhats {
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #32c752;
    border-radius: 30px;
    margin-top: 5px;
        font-size: 24px;
    color: white;
    background: #32c752;
}
 
.element-product-detail .wrapper-product-price .wrapper-btn-buy {
    display: flex;
    flex-direction: column;
}
 
.btnWhats a {
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    line-height: 30px;
}
 
.btnWhats span.wa-chat-icon {
    background: url(https://cdn.simplo7.net/static/webroot/img/frontend/icon-chat-wa.png) no-repeat 0 0;
    background-size: 30px auto;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

.pagina-produto a.btn.btn-buy {
    display: none !important;
}

/*`Remove o icone de login e do carrinho no menu superior, pois as vendas são redirecionadas ao whatsapp */
.icon-user,
.user-actions-inner,
.link-shopping-cart {
	display: none !important;
}
/* Remove lista de avaliações dos produtos (porque não há nenhuma avaliação) */
.product-rating,
#product-rating {
	display: none;
}
