/*ajuste botão comprar pelo whatsapp*/
    .produto-detalhes .botao-whatsapp{
    display: table;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #2270c9;
    border-radius: 5px;
    height: 45px;
    margin-top: 0px;
    padding-left: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
    margin-top: 10px;
    box-shadow: 0 1px 4px 0 #b1b1b147;
   
}
