/* Hide appointment product in cart and checkout */
.tzirzurim-hidden-appointment {
    display: none !important;
}

/* In case the theme uses a table structure where we need to hide the row */
tr.tzirzurim-hidden-appointment {
    display: none !important;
}
