@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


:not(.fa):not(.fi) {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto; 
}


#main #main-content #sb_content #steps #sb_booking_content .item .bar-service .time span {
    display: flex;
    width: 300px;
    font-size: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#main #main-content #sb_content #steps #sb_booking_content .item .bar-service .time span:before {
    content: "1h";
    font-size: 18px;
}

#main #main-content #sb_content #steps #sb_booking_content .item .bar-service .badge {
    display: none;
}
#main #main-content #sb_content #steps #sb_booking_content .item .bar-service .time span:after {
    content: "39 €";
    font-size: 18px;
    font-weight: 700;
}


/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3 {
  font-family: Open Sans;
}


 #events p.duration, #events div.duration   {

}


 #events p.description, #events div.description {
  font-family: Open Sans;
}


 #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   {


}


 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 */
}


 div#widget_container   {
	/* add your css rule here */
}


 #widget_container #widget_header   {
	/* add your css rule here */
}


 #widget_container #widget_footer   {
	/* add your css rule here */
}


 #widget_container h1.title a   {
	/* add your css rule here */
}


 #events .event_price   {
	/* add your css rule here */
}


 #eventForm dd.extention_data   {
	/* add your css rule here */
}


 dd.extention_data dl.zend_form dt, dd.extention_data dl.zend_form dd label   {
	/* add your css rule here */
}

.step_info_item.active, .sb-next.btn.next, .date.selected, .facebook.sb-targetblank, .google.sb-targetblank, #sb_sign_out_btn, #sb_book_btn, .btn.btn-invoice {
  border-radius: 2px !important;
}

.col-md-12 {
  display: none;
}

body, .title-main {
  font-family: Open Sans !important;
}

#title-main {
  font-family: Open Sans !important;
}

#sb_booking_company_time {
  display: none;
}

.btn.select.custom, .plugin-group-booking, #sb_sign_in_btn, #sb_sign_up_btn {
  border-radius: 4px !important;
}

.form-group--terms.form-group--terms-useer, .form-group--terms.form-group--terms-cancel {
  padding-bottom: 10px;
}