div#pa_quantidade-opcoes>button {
    background: #5dc9d0;
    color: #fff;
    border: none;
    padding: 10px;
    margin: 2px;
}
button.quantidade-btn.ativo {
    color: #333 !important;
    background: #5dc9d0a1 !important;
    border: solid 1px!important;
}
.wp-block-woocommerce-product-price {
    display: none;
}
table.variations>tbody>tr {
    display: flex;
    flex-direction: column;
}