.popup-overlay {
    transition: all 250ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.575);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.popup-overlay.enter {
    visibility: visible;
    opacity: 1;
}

.bkntc_popup-x {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.bkntc_popup_close_icon:before {
    content: "\f00d";
}

.booknetic_custom_duration_popup
{
    z-index: 1;
    transition: all 250ms ease-in-out;
    bottom: -100%;
    left: 0;
    min-height: 100px;
    max-height: 100%;
    background: #fff;
    padding: 32px;
    position: absolute;
    width: 100%;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    overflow: hidden;

}

/*be theme conflict*/
.booknetic_custom_duration_popup button:after
{
    content: none;
}

.booknetic_custom_duration_popup.enter {
    bottom: 0;
}

.booknetic_custom_duration_popup_body {
    position: relative;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.booknetic_custom_duration_popup_header {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    color: #292D32;
    margin-bottom: 20px;

}

.bkntc_custom_duration.booknetic_custom_duration_popup_body {
    max-height: 100%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.bkntc_custom_duration.booknetic_custom_duration_popup_body_labels {
    max-height: 100%;
    display: block;
}

.bkntc_custom_durations {
    padding: 12px !important;
    background-color: transparent;
    border: 1px solid rgba(26, 44, 55, 0.2);
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(26, 44, 55, 0.06);
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 10px 10px;
}

.bkntc_custom_durations_labels {
    background-color: transparent;
    border: 1px solid rgba(26, 44, 55, 0.2);
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(26, 44, 55, 0.06);
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 10px 10px;
}

.bkntc_custom_duration_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bkntc_custom_duration_time {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    border-right: 1px solid rgba(26, 44, 55, 0.2);
}

.bkntc_custom_duration_time > span {
    display: flex;
    align-items: center;
    padding: 12px 16px;
}

.bkntc_custom_duration_time > p {
    padding: 12px 16px;
    border-left: 1px solid rgba(26, 44, 55, 0.2);
}

.bkntc_custom_duration_p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
    margin: 0;
}

.bkntc_custom_duration_p_labels {
    font-size: 15px;
    font-weight: 500;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    margin: 0;
}

.bkntc_custom_duration_price_wrapper {}

.bkntc_custom_duration_price_wrapper_labels {
    padding: 12px;
    min-width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bkntc_custom_duration_price_wrapper > p,
.bkntc_custom_duration_price_wrapper_labels > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    padding: 5px 8px;
    margin: 0 0 0 8px;
    border-radius: 12px;
}

.bkntc_custom_duration_price {
    color: green;
    background-color: rgba(1, 151, 25, 0.1);
    margin: 0;
}

.bkntc_custom_duration_line {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0 20px;
    color: rgba(26, 44, 55, 0.6);
}

.bkntc_custom_duration_line:before {
    margin-right: 10px !important;
}

.bkntc_custom_duration_line:after {
    margin-left: 10px !important;
}

.bkntc_custom_duration_line:before, .bkntc_custom_duration_line:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid rgba(26, 44, 55, 0.6);
    margin: auto;
}

.bkntc_custom_duration_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(26, 44, 55, 0.6);
}


.bkntc_custom_duration_btn.bkntc_custom_duration_continue.bkntc_custom_duration_btn_container {
    line-height: 16px;
    width: 100%;
    justify-content: space-between;
}

.bkntc_custom_duration_continue span {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 4px 12px 4px 0;
}

.bkntc_custom_duration_default_price {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--bkntc-primary-color);
    background-color: var(--bkntc-secondary-color);
    border-radius: 12px;
    padding: 5px 8px;
}

.bkntc_custom_duration_continue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    font-size: 14px;
    font-weight: 500;
    white-space: normal;
    border-radius: 6px;
    outline: 0;
    margin: 0;
    padding: 8px 24px;
    cursor: pointer;
    /*transition: .3s all ease-in-out;*/
}

.bkntc_label_duration_wrapper {
    display: flex;
}

.bkntc_custom_duration_continue.bkntc_custom_duration_btn_color {
    background-color: var(--bkntc-primary-color);
    color: var(--bkntc-secondary-color);
    border: 1px solid var(--bkntc-primary-color);
}


@media only screen and (max-width: 768px) {
    .bkntc_custom_duration_content {
        flex-direction: column;
    }

    .bkntc_custom_duration_time {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(26, 44, 55, 0.2);
    }

    .bkntc_custom_duration_p_labels {
        min-width: 100px;
        padding: 8px 12px;
    }

    .bkntc_custom_duration_time > span {
        padding: 8px 12px;
    }

    .bkntc_custom_duration.booknetic_custom_duration_popup_body {
        overflow: auto;
        justify-content: flex-start;
    }

    .bkntc_custom_durations {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }

}/*! elementor - v3.28.0 - 01-04-2025 */
.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}/**
 Responsive table courtesy of Mark Wiltshire: mark@bamboorocketapps.com (thanks!)
 
 For more styles try: http://icant.co.uk/csstablegallery/
 ----
 Generic styles:
 Here you could e.g. customise width of column 1 and 2,
 or add a generic roll-over effect on table rows
*/
.cookielawinfo-column-1 {width: 25%;}
.cookielawinfo-column-2 {width: 10%;}
.cookielawinfo-column-3 {width: 15%;}
.cookielawinfo-column-4 {width: 50%;}

/** Simple style */
.cookielawinfo-simple thead {width: 100%;}
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;}

/** Modern style */
.cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;}

/** Elegant style */
.cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;}

/** Rounded style */
.cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;}

/** Classic Style */
table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
table.cookielawinfo-classic tfoot tr th {width: 20%;}
table.cookielawinfo-classic tfoot tr td {width: 80%;}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;}

/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */
table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}  
table.cookielawinfo-winter a:visited {color: #777;}
table.cookielawinfo-winter a:hover {color: #000;}  
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px;text-align: left;}
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
table.cookielawinfo-winter tbody  tr:hover {background: #EAECEE; color: #111;}
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}

/** 27/05/2013: responsive table by Mark Wiltshire */
@media(max-width:800px) {
        table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
        {
          width:23%;
          font-size:12px;
        }       
        table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
        {
          width:45%;
        }
}

.cookielawinfo-row-cat-title{
    border-bottom: 1px solid #eee;
    text-align: center;
}
.cookielawinfo-row-cat-title-head{
    text-align: center;
}
.cookielawinfo-row-cat-table{
    width: 99%;
    margin-left: 5px;
    word-wrap:break-word;
    table-layout: fixed;
}
.cli-tab-section .cookielawinfo-row-cat-table
{
  width: 100%;
  margin-left: 0;
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th
{
  font-size:12px;
}.elementskit-reset-button.elementor-button{cursor:pointer;width:100%}.ekit-tippy .tippy-box{background-color:transparent}.ekit-tippy .tippy-content{color:#fff;background-color:#333;overflow:hidden}.ekit-tippy-image{display:block}.ekit-tippy-image-content{padding:0}.tippy-box[data-animation=perspective][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=perspective][data-placement^=top][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden]{transform:perspective(700px) translateY(8px) rotateX(60deg)}.tippy-box[data-animation=perspective][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden]{transform:perspective(700px) translateY(-8px) rotateX(-60deg)}.tippy-box[data-animation=perspective][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=perspective][data-placement^=left][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden]{transform:perspective(700px) translateX(8px) rotateY(-60deg)}.tippy-box[data-animation=perspective][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=perspective][data-placement^=right][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden]{transform:perspective(700px) translateX(-8px) rotateY(60deg)}.tippy-box[data-animation=perspective][data-state=hidden]{opacity:0}.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{transform:scale(.5);opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top]{transform:translateY(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom]{transform:translateY(10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left]{transform:translateX(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right]{transform:translateX(10px)}