/*Hide classes from menu*/
#header .nav-wrapper #sb_menu ul.nav li:nth-child(3) {
    display: none;
}
/*Hide classes from menu end*/

#main-buttons > div > div > div > div.bar > div {
    border-radius: 0 !important; /* Removes rounded corners */
    padding: 10px 20px; /* Adjust size */
    width: auto; /* Adjust width as needed */
    height: auto; /* Adjust height as needed */
}
 
.btn.select  {
   border-radius: 0 !important;     padding: 10px 20px;     width: auto;     height: auto;     border: 2px solid black !important;     background-color: black !important;     color: white !important; }
}

.promotion-list .promotion-item .promo-label.amount {
    display: none;
}

.selected-package-list short {
    display: none;
}

.tab .excerpt-info .tab-pd .content .cap.short {
    display: none;
  }

#booking-result-view .booking-item.booking-confirmed { background-image: url
("https://www.facebook.com/tr?id=305312971352744&ev=PageView&noscript=1"); 
}

.invoice-pay-page .invoice-info .part table b.text-success{ background-image: 
url("https://www.facebook.com/tr?id=305312971352744&ev=PageView&noscript=1"); 
}

/*
	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.reserve_time_btn:hover {
    background-color: #333333 !important;
}



 #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 {
    background-color: #000000; /* Noir */
    color: #ffffff; /* Blanc pour le texte */
    padding: 12px 24px; /* Ajustement du padding pour un bouton rectangulaire */
    border: none; /* Supprime la bordure */
    border-radius: 0; /* S'assure qu'il reste rectangulaire sans coins arrondis */
    font-size: 16px; /* Taille du texte */
    cursor: pointer; /* Curseur en forme de main */
    text-transform: uppercase; /* Texte en majuscules pour un effet plus chic */
}

#eventForm #save_button:hover {
    background-color: #333333; /* Gris foncé au survol */
}



 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 */
}
