@import url('https://fonts.google.com/css?family=Jost';;);
:not(.fa):not(.fi) {
font-family: 'Jost'!important;
}

.btn.custom.btn-with-icon.sb-book {
    display: none;
}

.invoice-buttons-container .btn-invoice:nth-child(2)  {
    display: none;
}



.sb-contact-us-item .sb-contact-us-youtube:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(https://imgur.com/RDSmmt8);
  background-size: cover;
  margin-right: 10px;
  id: "youtube-icon";
}

document.addEventListener("DOMContentLoaded", function() {
  const youtubeIcon = document.getElementById("youtube-icon");
  if (youtubeIcon) {
    youtubeIcon.addEventListener("click", function() {
      window.location.href = "https://www.youtube.com/@Zenwellnesscentre";
    }
;}
}







#main #main-buttons .btn.book {
color: blue:
}
#main-buttons .wrapper .bar .btn .book btn-has-icon {
display: none !important;
}


.invoice-pay-page .invoice-notifications .alert .message {
    color: black !important;
}




.form-group.form-client-phone {
    display: none;
}

#sb_terms_and_conditions div label[role=button] {
 display:none  !important;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .day-on {
font-weight: bold !important;
}


#sb_terms_and_conditions div label[role=button] {
     display:none  !important;
}


#content-view #about-us .section-pd .title-main {
display: none;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .day-container .date {
color: #db1111;
}

#main #main-buttons .column .wrapper .inner .company-name {
font-weight: lighter;
}

.wrapper-details .detail-step.detail-step--no-login .terms-and-conditions-block .form-group:last-child {
display: none !important;
}



/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
