/*
	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-timeline .steps-nav li.filled .title-sub, #sb-timeline .steps-nav li.passed .title-sub {
    color: darkgray;
}
#sb-timeline #steps #steps-content #sb_booking_content .wrapper-details .detail-step .left-side .control-label.required {
    padding-right: 70px;
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .paid-attr__description {
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
    line-height: 20px;
    font-size: 12px;
    word-break: normal;
    overflow: hidden;
    margin-bottom: 22px;
}

.item__description.short {
position: relative;
    display: block;
    width: 100%;
    height: fit-content;
    line-height: 20px;
    font-size: 12px;
    word-break: normal;
    overflow: hidden;
    margin-bottom: 22px;
}

.item__read-more {
    display: contents;
    padding: inherit;
    margin: 0;
    position: absolute;
    bottom: -1px;
    line-height: 3;
    right: 0;
    background-color: #fff;
    font-weight: 600;
}

.invoice-notifications .alert .notifications-icon svg {
    width: auto;
    height: 100%;
    display: none;
}

.invoice-return .invoice-info .part tbody, .invoice-pay-page .invoice-info .part tbody, .invoice-pay-page--page-pd.invoice-return .invoice-info .part tbody, .invoice-view .invoice-pay-page .invoice-info .part tbody {
    display: none;
    flex-wrap: wrap;
    gap: 6px 22px;
}

.invoice-return .invoice-pay-page .invoice-pay-page-grid .invoice-pay-page-grid_item-footer {
    display: none;
}

.invoice-return .invoice-buttons-container .btn, .invoice-pay-page .invoice-buttons-container .btn, .invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn, .invoice-view .invoice-pay-page .invoice-buttons-container .btn {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.invoice-table th:nth-child(4),
.invoice-table th:nth-child(5),
.invoice-table th:nth-child(6),
.invoice-table th:nth-child(7),
.invoice-table td:nth-child(4),
.invoice-table td:nth-child(5),
.invoice-table td:nth-child(6),
.invoice-table td:nth-child(7) {
    display: none;
}

.full-info-price--wrapper {
    display: none;
}

#sb_booking_content .form-group label.control-label,
#sb_booking_content .form-group .col-sm-8 input,
#sb_booking_content .form-group .col-sm-8 select,
#sb_booking_content .form-group .col-sm-8 textarea {
    font-size: 14px; /* Μείωση μεγέθους σε 18px */
}

.invoice-notifications .alert .message {
    font-size: 22px;
    font-weight: 600;
    color: #1b8381;
}

.inv-cell-qty,
.inv-cell-tax {
    display: none;
}

.invoice-pay-page-grid_item.right-block .right-block--footer .invoice-total-prices p {
    display: none;

}

#main-buttons .wrapper .inner .company-name.company-logo-and-name, #main-buttons .wrapper .inner .company-name.company-name-only {
    display: block;
    color: black;
}

#main #main-buttons .btn.map {
    background: #1b8381;
    color: #f7f7f7;
    display: none;
}


.info-bar.with-mh a {
    color: #1B8381 !important;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .container-caption {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}


/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

/* Φόρτωσε τη γραμματοσειρά Commissioner από το Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@400;700&display=swap');

/* Εφάρμοσε τη γραμματοσειρά παντού */
body, html, #events h3, #events p.duration, #events div.duration, #events p.description, #events div.description, 
#events .selectedEvent, #events input.reserve_time_btn, #events input.select_another_btn, 
#eventForm #start_date-block-container h3, #eventForm #timeline-container h3, 
#eventForm #save_button, div.ui-widget-content, div.ui-widget-header, 
#timeline-container table.timeline, .timeline td.not_worked_time, .timeline td.free_time, 
.timeline td.selected_time, .timeline td.reserved_time, div#loading, 
#start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, 
start_date-block-container .zend_form dd label, #sb-timeline .steps-nav li.filled .title-sub, 
#sb-timeline .steps-nav li.passed .title-sub, #sb-timeline #steps #steps-content #sb_booking_content .wrapper-details .detail-step .left-side .control-label.required, 
#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .paid-attr__description, 
.item__description.short, .item__read-more, 
.invoice-notifications .alert .notifications-icon svg, 
.invoice-return .invoice-info .part tbody, 
.invoice-pay-page .invoice-info .part tbody, 
.invoice-pay-page--page-pd.invoice-return .invoice-info .part tbody, 
.invoice-view .invoice-pay-page .invoice-info .part tbody, 
.invoice-return .invoice-pay-page .invoice-pay-page-grid .invoice-pay-page-grid_item-footer, 
.invoice-return .invoice-buttons-container .btn, 
.invoice-pay-page .invoice-buttons-container .btn, 
.invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn, 
.invoice-view .invoice-pay-page .invoice-buttons-container .btn, 
.invoice-table th:nth-child(4), 
.invoice-table th:nth-child(5), 
.invoice-table th:nth-child(6), 
.invoice-table th:nth-child(7), 
.invoice-table td:nth-child(4), 
.invoice-table td:nth-child(5), 
.invoice-table td:nth-child(6), 
.invoice-table td:nth-child(7), 
.full-info-price--wrapper, 
#sb_booking_content .form-group label.control-label, 
#sb_booking_content .form-group .col-sm-8 input, 
#sb_booking_content .form-group .col-sm-8 select, 
#sb_booking_content .form-group .col-sm-8 textarea, 
.invoice-notifications .alert .message, 
.inv-cell-qty, 
.inv-cell-tax, 
.invoice-pay-page-grid_item.right-block .right-block--footer .invoice-total-prices p, 
#main-buttons .wrapper .inner .company-name.company-logo-and-name, 
#main-buttons .wrapper .inner .company-name.company-name-only, 
#main #main-buttons .btn.map, 
.info-bar.with-mh a, 
#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .container-caption, 
h1, h2, h3, h4, h5, h6, button, input, select, textarea {
    font-family: 'Commissioner', sans-serif !important;
}

#sb_map {
    display: none !important;
}


/* Εξαφάνιση του section με ID "schedule" */
#schedule {
    display: none !important;
}


/* Εξαφάνιση του section με ID "contacts" */
#contacts {
    display: none !important;
}

/* Εξαφάνιση του τίτλου με την κλάση "title-main" */
.title-main {
    display: none !important;
}

body {
    display: flex;
    flex-direction: column;
}

/* Εξαφάνιση του div με την κλάση "title-section" */
.title-section {
    display: none !important;
}

/* Εξαφάνιση του section με ID "main-buttons" */
#main-buttons {
    display: none !important;
}
