/*
	SimplyBook.me booking site — custom CSS
	SKIMS VIP Shopping Event page
*/

/* hide "Opening Hours" and "Contact us" blocks */
#opening-hours,
.opening-hours,
.working-hours,
.company-schedule,
#contacts,
.contacts,
.contact-us,
.contact-block {
	display: none !important;
}

/*
	Text changes — do these in admin, not CSS:
	1. Headline "VIP Shopping Event":
	   Settings -> Company information -> company name
	2. "Available times" -> "Please RSVP by clicking time below":
	   Custom Features -> Custom Translations -> override the string
*/

/* remove checkmark icon from the booking button */
.btn i,
.btn svg,
.btn [class*="check"],
[class*="button"] [class*="check"],
.btn::after {
	content: none !important;
	display: none !important;
}

/* hide "Book More" button on confirmation */
.booking-btns .sb_book_again {
	display: none !important;
}

/* hide "Show all bookings" button */
a.btn.show-all {
	display: none !important;
}