/*
=============================================
EBH CORE

Página do Produto

Versão 1.0.0-alpha5
=============================================
*/

/* Remove elementos do WooCommerce */

.stock{
    display:none !important;
}

.product_meta{
    display:none !important;
}

/* Área do botão */

.ebh-orcamento{

    margin:25px 0;

}

.ebh-whatsapp{

    display:flex;

    justify-content:center;

    align-items:center;

    width:100%;

    padding:18px;

    background:#11A35B;

    color:#ffffff !important;

    text-decoration:none;

    font-size:18px;

    font-weight:700;

    border-radius:12px;

    transition:.25s;

}

.ebh-whatsapp:hover{

    background:#0D8D4D;

    color:#ffffff;

}