/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}


#sb_cart_checkout_btn {
    background-color: #b1c3ac; /* Zielony kolor tła */
    color: transparent; /* Ukrywa oryginalny tekst */
    text-align: center; /* Wyśrodkowanie tekstu */
    display: inline-block;
    width: 100%; /* Dopasowanie szerokości do kontenera */
    padding: 15px 0;
    border-radius: 8px;
    position: relative; /* Aby zapewnić poprawne wyświetlanie nowego tekstu */
}

#sb_cart_checkout_btn::after {
    content: "Przejdź do kasy";
    color: #ffffff; /* Biały kolor nowego tekstu */
    visibility: visible;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* Wyśrodkowanie nowego tekstu */
}


.open-booking-widget-button {
    display: none !important;
}

/* Ukrycie technicznej frazy */
.booking-message {
    font-size: 0; /* Ukrycie tekstu */
    line-height: 0; /* Usunięcie przestrzeni zajmowanej przez tekst */
}

/* Dodanie własnego tekstu */
.booking-message::after {
    content: "Skontaktuj się z nami w razie pytań.";
    font-size: 14px;
    color: #ff0000;
    display: block;
    line-height: normal;
}
#push-subscribe-region {
    display: none !important; /* Ukrywa cały blok */
}