.order-details-container .order-header {
    display: none;
}

.div_service_name {
    color: var(--color-secondary)!important;
    font-weight: 300!important;
}

/*Hide "click here to book service again" and "Remove" buttons from checkout confirmation page*/
.service-item-actions {
    display: none;
}

/* Hide "You don't need to make any payment to complete the order" text*/
.row.depositwarning {
    display: none;
}

/*Service Info*/
/*---Hide service duration---*/
span#serviceTime {
    display: none!important;
}

/*---Hide number of staff---*/
span#serviceStaff {
    display: none!important;
}