/*
Theme Name: ArcHub
Theme URI: https://archub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.2
License: GNU General Public License
License URI: license.txt
Text Domain: archub
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
@import url("/wp-content/themes/archub/theme-colors.css");
@import url("/wp-content/themes/archub/baykal.css");

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    white-space: nowrap;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:focus-within {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.screen-reader-text:focus-within {
    overflow: visible;
}

/*--------------------------------------------------------------
Spacing
--------------------------------------------------------------*/
.wp-block-button,
.wp-block-cover {
    margin-bottom: 32px;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
[data-mobile-header-scheme=gray] .lqd-mobile-sec .navbar-header {
    background-color: #ffffff !important;
    border-radius: 20px !important;
	padding-bottom: 5px !important;
    padding-top: 5px !important;
}
[data-elementor-device-mode=mobile] .lqd-mobile-sec, [data-elementor-device-mode=tablet] .lqd-mobile-sec {
    padding: 15px !important;
}
body:not(.has-sidebar) .alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-inline-start: -50vw;
    margin-inline-end: -50vw;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.wp-block-gallery {
    margin-bottom: 1em;
}

.blocks-gallery-caption {
    margin-top: 0;
}

/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.wp-block-button__link {
    --wp-btn-border-radius: 1.5em;
    border-radius: var(--wp-btn-border-radius);
    line-height: 1.35em;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    --wp-btn-border-radius: 0;
}

/*--------------------------------------------------------------
Cover
--------------------------------------------------------------*/
.wp-block-cover.has-background-dim {
    color: #fff;
}

.wp-block-cover.has-background-dim a {
    color: inherit;
}

.wp-block-group.has-background,
.has-background {
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Blockquote
--------------------------------------------------------------*/
.wp-block-pullquote blockquote {
    border: none;
}

/*--------------------------------------------------------------
Readmore
--------------------------------------------------------------*/
.entry-summary .more-link:after {
    content: "\02192";
    display: inline-block;
    margin-left: 0.5em;
}

/*--------------------------------------------------------------
Dashboard
--------------------------------------------------------------*/
#dashboard-sidebar .hfe-nav-menu a.hfe-menu-item {
    border-radius: 10px;
    margin-bottom: 5px;
}

#dashboard-sidebar .hfe-nav-menu a.hfe-menu-item>i {
    margin-top: -1px;
    font-size: 21px;
}

#dashboard-sidebar .hfe-nav-menu .sub-menu {
    min-width: 100%;
}

#dashboard-sidebar .hfe-nav-menu .menu-item a.hfe-sub-menu-item {
    padding-left: calc(15px + 25px);
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: normal;
}

#dashboard-sidebar .hfe-nav-menu .menu-item a.hfe-sub-menu-item:hover {
    text-decoration: underline;
}

#dashboard-sidebar .hfe-nav-menu .hfe-nav-menu-icon {
    color: white;
}

#dashboard-top-row .elementor-widget-wrap {
    gap: 5px;
}

#dashboard-content h2 {
    font-size: clamp(1.4375rem, 1.225rem + 1.0625vw, 2.5rem);
}

@media (max-width: 1024px) {

    #dashboard-sidebar .hfe-dropdown {
        max-width: 220px;
        background: var(--primary-clr-dashboard);
        left: 0 !important;
    }

    #dashboard-sidebar .hfe-nav-menu .sub-menu {
        top: -10px;
    }

    #dashboard-sidebar .elementor-widget-container {}
}

@media (max-width: 767px) {
    #dashboard-sidebar .elementor-widget-container {
        margin: 10px;
    }

    #dashboard-content-row>.elementor-container {
        min-height: 100%;
    }

    #dashboard-sidebar .hfe-dropdown {
        max-width: 100%;
        padding: 0 10px;
    }

    #dashboard-content {
        min-height: 70vh;
    }

    #dashboard-content>.elementor-widget-wrap {
        padding: 10px;
    }
}

/*
Login Page
*/
.vg-frontend-admin-guests {
    max-width: 350px !important;
}

.vg-frontend-admin-guests input {
    border-radius: 10px 10px 10px 10px;
    border: 0;
    padding: 5px;
    padding: 10px;
}

.vg-frontend-admin-guests label {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
}

.vg-frontend-admin-guests .login-username,
.vg-frontend-admin-guests .login-password,
.vg-frontend-admin-guests .login-remember {
    margin-bottom: 0.5em;
}

.vg-frontend-admin-guests .login-remember label {
    margin-bottom: 0.5em;
    vertical-align: middle;
}

.vg-frontend-admin-guests .login-submit .button-primary {
    color: #FFFFFF;
    background-color: var(--hover-clr-dashboard);
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
}

.vg-frontend-admin-guests .vgfa-alert-failed {
    border-radius: 10px;
    font-size: 15px;
}

/*
--- Booking styles ---
*/
#lqd-site-content {
    min-height: 100vh;
}

.booking_page.lqd-page-not-loaded #lqd-site-content {
    opacity: 0;
    visibility: hidden;
}

.booking_page .elementor-widget-ld_header_sidedrawer {
    display: none !important;
}

@media (max-width: 991px) {
    .booking_page #lqd-site-content {
        margin-bottom: 0;
    }
}

:not(.booking_page) .lqd-stickybar-wrap.right-stickybar,
:not(.booking_page) .lqd-stickybar-wrap.left-stickybar,
:not(.booking_page) .is-stuck .lqd-stickybar-wrap.left-stickybar {
    display: flex !important;
}

/*,
.booking_page .lqd-stickybar-wrap.right-stickybar,*/
.booking_page .is-stuck .lqd-stickybar-wrap.left-stickybar,
.booking_page .lqd-stickybar-wrap.left-stickybar {
    display: none !important;
}

.lock .booking_page .lqd-stickybar-wrap.right-stickybar .elementor-element.elementor-element-4499ceda.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated .elementor-widget-container a {
    opacity: 0.3;
    pointer-events: none;
}

@media (max-width: 991px){
    .booking_page .lqd-stickybar-wrap.right-stickybar {
        padding: 0 !important;
        top: 155px;
    }
    .admin-bar.booking_page .lqd-stickybar-wrap.right-stickybar {
        top: 245px;
    }
    .admin-bar.booking_page .is-stuck .lqd-stickybar-wrap.right-stickybar,
    .booking_page .is-stuck .lqd-stickybar-wrap.right-stickybar {
        padding: 0;
        top: 65px;
    }
    .booking_page .lqd-stickybar-wrap.right-stickybar .elementor-element.elementor-element-4499ceda.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
        align-content: flex-start;
        
    }
    .booking_page .lqd-stickybar-wrap.right-stickybar .elementor-column:nth-child(1),
    .booking_page .lqd-stickybar-wrap.right-stickybar .elementor-column:nth-child(2) {
        display: none !important;   
    }
    .booking_page .lqd-stickybar-wrap.right-stickybar .elementor-element.elementor-element-4499ceda.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {
        
        position: fixed;
        top: unset;
        right: 20px;
        bottom: 360px;
       
    }
}

.booking_page #lqd-contents-wrap {
    max-width: 1845px;
    width: 100%;
    padding-top: 105px !important;
}

.woocommerce-checkout #lqd-site-content {
    padding-top: 0 !important;
}

.kenzap .kenzap-hall-layout .seat-info {
    margin: 0;
}

.kenzap .kenzap-hall-layout .seat-label {
    margin: 0 0 15px;
}

.kenzap .kenzap-hall-layout .seat-label ul {
    text-align: left;
    margin: 0 !important;
}

.kenzap .kenzap-hall-layout .seat-label ul li {
    margin: 8px 20px 8px 0;
}

.kenzap .kenzap-hall-layout .seat-label ul li::before {
    border-radius: 5px;
}

@media (max-width: 450px) {
    .kenzap .kenzap-hall-layout .seat-label ul li {
        margin: 8px 10px 8px 0;
    }

    .kenzap .kenzap-hall-layout .seat-label ul li::before {
        margin-right: 7px;
    }
}

@media (max-width: 360px) {
    .kenzap .kenzap-hall-layout .seat-label ul li {
        margin: 8px 4px 8px 0;
    }

    .kenzap .kenzap-hall-layout .seat-label ul li::before {
        margin-right: 3px;
        width: 20px;
        height: 20px;
    }
}

/* Reserve area */
.kp_wrapper-row {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.kenzap .kenzap-hall-layout .kp_wrapper {
    flex: 0 0 80%;
    padding: 0 0 10px;
    position: relative;
}

.kp_wrapper-admin-info {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 5;
    color: #000;
    font-size: 11px;
    line-height: 1;
}

.kp_wrapper-tickets {
    flex: 0 0 20%;
    border: 2px solid var(--primary-clr);
    padding: 10px;
    margin-top: 0;
    border-radius: 10px;
}

@media (min-width: 991px){
    .kp_wrapper-tickets {
        position: sticky;
        top: 90px;
    }
}

.admin-bar .kp_wrapper-tickets {
    top: 120px;
}

@media (max-width: 1199px){
    .kp_wrapper-tickets {
        top: 60px;
    }

    .admin-bar .kp_wrapper-tickets {
        top: 90px;
    }
}

@media (max-width: 991px){
    .kp_wrapper-tickets {
        top: unset !important;
    }
}

.kenzap .kenzap-hall-layout .ticket-price {
    margin: 7px auto 0 auto;
}

/* /Reserve area */

/* Tickets */
.kp-ticket-block {
    max-height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*
.kp-ticket-row {
    max-height: 440px;
    overflow-y: auto;
}*/

.kp-ticket {
    position: relative;
    border: 2px solid var(--primary-clr);
    background: white;
    color: var(--primary-clr);
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.8em;
    width: 100%;
    margin-bottom: 10px;
}

.kp-ticket:last-child {
    margin-bottom: 0;
}

.kp-ticket.additional-ticket {
    margin-top: 10px;
}

.kp-ticket:before,
.kp-ticket:after {
    height: 90px;
    width: 45px;
    content: '';
    position: absolute;
    top: 0.9em;
    top: 50%;
    transform: translateY(-50%);
    height: 1.2em;
    width: 0.6em;
    border: 2px solid var(--primary-clr);
    background-color: #fff;
}

.kp-ticket:before {
    left: -2px;
    border-radius: 0 1em 1em 0;
    border-left-color: white;
}

.kp-ticket:after {
    right: -2.5px;
    border-radius: 1em 0 0 1em;
    border-right-color: white;
}

.kp-ticket__title {
    font-size: clamp(0.625rem, 0.5875rem + 0.1875vw, 0.8125rem);
    line-height: 1.2;
}

.kp-ticket a.kp-ticket__adtnl,
.kp-ticket a.kp-services__adtnl {
    color: var(--primary-clr);
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.kp-ticket a.kp-ticket__adtnl:hover,
.kp-ticket a.kp-services__adtnl:hover {
    color: var(--hover-clr);
}

.kp-ticket__adtnl>span,
.kp-services__adtnl>span {
    min-width: 20px;
    height: 20px;
    background: var(--primary-clr);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
}

.kp-ticket__price {
    font-weight: 600;
}

.kp-ticket-none {
    width: 145px;
    margin: 0 auto;
    display: block;
}

.kp-ticket-sum {
    display: none;
    justify-content: space-between;
    color: var(--primary-clr);
}

.kids_label {
    color: var(--primary-clr);
    font-size: 12px;
    margin-top: 10px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    align-items: center;
    gap: 0.5em;
}

.kids_input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.kids_input::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--primary-clr);
    background-color: CanvasText;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.kids_input:checked::before {
    transform: scale(1);
}

/* /Tickets */

/* Remove ticket btn */
.kp-ticket .kp-rem-seat,
.kp-ticket .kp-rem-seat2 {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
    z-index: 1;
    background: var(--primary-clr);
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    border: 2px solid var(--primary-clr);
    z-index: 1;
    cursor: pointer;
}

.kp-ticket .kp-rem-seat-cross {
    margin-left: 2px;
    margin-bottom: 3px;
    display: block;
    line-height: 1;
    font-size: 21px;
}

@media (max-width: 480px) {

    .kp-ticket .kp-rem-seat,
    .kp-ticket .kp-rem-seat2 {
        width: 12px;
        height: 12px;
    }

    .kp-ticket .kp-rem-seat-cross {
        font-size: 18px;
    }
}

.kenzap .kenzap-hall-layout table tr td span.kp-rem-seat {
    background-color: var(--primary-clr);
    border: 2px solid transparent;
    overflow: hidden;
    position: relative;
    padding: 10px;
    text-align: center;
    width: 15px;
    height: 15px;
    outline: 0;
    display: flex;
    align-items: center;
}

.kenzap .kenzap-hall-layout table tr td span.kp-rem-seat .kp-rem-seat-cross {
    position: relative;
    z-index: 1;
    font-size: 26px;
    color: #fff;
}

.kenzap .kenzap-hall-layout table tr td span.kp-rem-seat:hover {
    color: #fff !important;
    background-color: var(--primary-clr) !important;
    border-color: transparent !important;
}

.kenzap .kenzap-hall-layout table tr td span.kp-rem-seat .kp-rem-seat-wave-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 2200px;
    height: 126px;
    background-repeat: repeat-x;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform 1s cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 1s cubic-bezier(.25, .46, .45, .94);
    transition: transform 1s cubic-bezier(.25, .46, .45, .94);
    transition: transform 1s cubic-bezier(.25, .46, .45, .94), -webkit-transform 1s cubic-bezier(.25, .46, .45, .94);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.kenzap .kenzap-hall-layout table tr td span.kp-rem-seat:hover .kp-rem-seat-wave-holder {
    -webkit-transform: translateY(35%);
    -ms-transform: translateY(35%);
    transform: translateY(35%);
    -webkit-animation: qodef-wave 7.5s cubic-bezier(.36, .45, .63, .53) infinite;
    animation: qodef-wave 7.5s cubic-bezier(.36, .45, .63, .53) infinite;
}

/* /Remove ticket btn */

/* Button reserve */
.kenzap .kenzap-hall-layout a.step2-next,
a.kp-btn-reserve,
.kenzap .kenzap-hall-layout a.kp-btn-reserve {
    color: #fff;
    background-color: var(--primary-clr) !important;
    border: 2px solid transparent;
    overflow: hidden;
    padding: 11px 36px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    font-family: "Josefin Sans", sans-serif;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .2em;
    font-weight: 700;
    text-transform: uppercase;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 !important;
    border-radius: 10px;
    margin-bottom: 0;
    display: none;
    justify-content: center;
    -webkit-transition: color .2s ease-in-out .2s, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out .2s, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out .2s, background-color .2s ease-in-out, border-color .2s ease-in-out;
    margin-top: 10px;
}

.order-step2__btn-reserve.show {
    display: flex;
    justify-content: center;
}

@media (max-width: 480px) {
    .order-step2__btn-reserve.show {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--primary-clr);
        padding: 10px 0 16px;
    }

    .order-step2__btn-reserve.show::before {
        content: "";
        display: block;
        position: absolute;
        top: -14px;
        right: 0;
        left: 0;
        height: 14px;
        background: linear-gradient(-45deg, var(--primary-clr) 33.333%, transparent 33.333%, transparent 66.667%, var(--primary-clr) 66.667%), linear-gradient(45deg, var(--primary-clr) 33.333%, transparent 33.333%, transparent 66.667%, var(--primary-clr) 66.667%);
        background-size: 12px 40px;
        background-position: 0 -20px;
    }

    .order-step2__btn-reserve.show a.kp-btn-reserve.done {
        background-color: var(--hover-clr) !important;
    }
}

.order-step2__btn-reserve.show a.kp-btn-reserve.done {
    display: flex;
    width: auto;
}

.kenzap .enterence-actions__btn a.kp-btn-reserve {
    display: block;
    width: 132px;
    height: 106px;
    padding: 10px;
    margin: 0 !important;
    line-height: 83px;
}

a.step2-next .kp-btn-reserve-text,
a.kp-btn-reserve .kp-btn-reserve-text,
.kenzap .kenzap-hall-layout a.kp-btn-reserve .kp-btn-reserve-text {
    position: relative;
    z-index: 1;
}

.kp-btn-reserve-wave-holder {
    fill: red;
}

a.step2-next .kp-btn-reserve-wave-holder,
a.kp-btn-reserve .kp-btn-reserve-wave-holder,
.kenzap .kenzap-hall-layout a.kp-btn-reserve .kp-btn-reserve-wave-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 2200px;
    height: 126px;
    background-repeat: repeat-x;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform 1s cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 1s cubic-bezier(.25, .46, .45, .94);
    transition: transform 1s cubic-bezier(.25, .46, .45, .94);
    transition: transform 1s cubic-bezier(.25, .46, .45, .94), -webkit-transform 1s cubic-bezier(.25, .46, .45, .94);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a.step2-next:hover .kp-btn-reserve-wave-holder,
a.kp-btn-reserve:hover .kp-btn-reserve-wave-holder,
.kenzap .kenzap-hall-layout a.kp-btn-reserve:hover .kp-btn-reserve-wave-holder {
    -webkit-transform: translateY(35%);
    -ms-transform: translateY(35%);
    transform: translateY(35%);
    -webkit-animation: qodef-wave 7.5s cubic-bezier(.36, .45, .63, .53) infinite;
    animation: qodef-wave 7.5s cubic-bezier(.36, .45, .63, .53) infinite;
}

a.step2-next:hover,
a.kp-btn-reserve:hover,
.kenzap .kenzap-hall-layout a.kp-btn-reserve:hover {
    color: #fff !important;
    background-color: var(--primary-clr) !important;
    border-color: transparent !important;
}

/* /Button reserve */

/* Order received */
.kenzap .kenzap-download-ticket a.button.pay,
.kenzap .kenzap-download-ticket a {
    border-radius: 10px;
    padding: 10px;
    background-color: var(--primary-clr) !important;
}

.kenzap .kenzap-download-ticket p span,
.kenzap .kenzap-download-ticket p strong {
    font-weight: 600;
    color: var(--primary-clr);
}

.kenzap .kenzap-download-ticket-rules p {
    text-align: left;
    font-size: 14px;
    line-height: 1.1;
    margin: 0 0 10px;
}

.kenzap .kenzap-download-ticket a.receipt_print {
    border-radius: 10px;
    padding: 10px;
    background-color: var(--hover-clr) !important;
    border-color: var(--hover-clr) !important;
}

.kenzap .kenzap-download-ticket a.receipt_print:hover {
    color: #fff !important;
}


/* /Order received */

@media (max-width: 991px) {

    .kenzap .kenzap-hall-layout .kp_wrapper {
        flex: 0 0 100%;
    }

    .kenzap .kenzap-hall-layout .seat-info,
    .kenzap .kenzap-hall-layout .seat-label ul {
        margin: 0 0 0 5px;
    }

    .kp_wrapper-tickets {
        position: fixed;
        border: unset;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 99;
        padding: 0;
    }

    .kp_wrapper-tickets .controls-btns {
        display: flex;
        gap: 5px;
    }

    .kenzap .controls-btns a.event-popup-btn {
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        font-size: 15px;
        padding: 4px 8px;
    }

    .kenzap .controls-btns a.event-popup-btn>span {
        display: none;
    }

    .kenzap a.event-popup-btn.as-btn {
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        font-size: 15px;
        padding: 4px 8px;
        margin-bottom: 5px;
        margin-left: auto;
        width: 50%;
    }

    .kp-ticket-container {
        background: #fff;
        border: 2px solid var(--primary-clr);
        padding: 5px;
        -webkit-box-shadow: 0px 9px 80px -18px rgb(0, 0, 0);
        -moz-box-shadow: 0px 9px 80px -18px rgb(0, 0, 0);
        box-shadow: 0px 9px 80px -18px rgb(0, 0, 0);
        border-radius: 10px;
    }

    .kp-ticket-block {
        overflow: hidden;
    }

    .kp-ticket-row {
        display: flex;
        gap: 5px;
        overflow-x: auto;
        margin-top: 5px;
    }

    .kp-ticket {
        padding: 0.5em 0.5em;
        flex: 1 0 45%;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .kp-ticket-row .kp-ticket:last-child {
        margin-bottom: 5px;
    }

    .kp-ticket.additional-ticket {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .kenzap .kenzap-hall-layout a.step2-next,
    .kenzap .kenzap-hall-layout a.kp-btn-reserve {
        margin-top: 0;
        float: unset;
        justify-content: center;
    }

    .kp-ticket-none {
        width: 80px;
    }

}

/* Select booking date */
.kenzap a.event-popup-btn {
    -webkit-appearance: none;
    padding: 7px 12px;
    width: 100%;
    border: 1px solid var(--primary-clr);
    border-radius: 0;
    background-color: var(--primary-clr);
    box-shadow: 0 1px 3px -2px #9098a9;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    transition: all 150ms ease;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: 600;
}

.kenzap a.event-popup-btn.as-btn {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.kenzap a.event-popup-btn.as-btn .as-qty {
    min-width: 22px;
    height: 22px;
    background: var(--hover-clr);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
}

.kenzap a.event-popup-btn.as-btn:hover .as-qty {
    background: var(--primary-clr);
}

.kenzap a.event-popup-btn:hover {
    background-color: var(--hover-clr);
    border-color: var(--hover-clr);
}

.kenzap .enter-popup.event-popup-btn {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 3.1%;
    height: 5%;
    background: var(--hover-clr);
    /*rgba(208, 80, 41, 0.4)*/
    opacity: 0.7;
    z-index: 9;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    justify-content: center;
}

.kenzap .enter-popup.event-popup-btn span {
    min-width: 22px;
    height: 22px;
    background: var(--hover-clr);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: -75%;
}

.kenzap .enter-popup.event-popup-btn:hover {
    opacity: 0.5;
}

/* Select booking date
.select {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.select svg {
    position: absolute;
    right: 12px;
    top: calc(50% - 3px);
    width: 10px;
    height: 6px;
    stroke-width: 2px;
    stroke: #9098a9;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.select select {
    -webkit-appearance: none;
    padding: 7px 40px 7px 12px;
    width: 100%;
    border: 1px solid var(--primary-clr);
    border-radius: 0;
    background-color: var(--primary-clr) !important;
    box-shadow: 0 1px 3px -2px #9098a9;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    transition: all 150ms ease;
    color: #fff;
}

.select select:required:invalid {
    color: #5a667f;
}

.select select option {
    color: #fff;
}

.select select>option:hover {
    background-color: yellow;
}

.select select option[value=""][disabled] {
    display: none;
}

.select select:focus {
    outline: none !important;
    border-color: var(--primary-clr);
}

.select select:hover+svg {
    stroke: #fff;
}

.sprites {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}
 /Select booking date */


/* Booking Steps */
.booking-steps .lqd-woo-steps-item.is-active .lqd-woo-steps-number {
    background-color: var(--hover-clr);
}

.booking-steps .lqd-woo-steps-item.is-active.is-complete .lqd-woo-steps-number {
    background-color: var(--primary-clr);
}

@media screen and (min-width: 992px) {
    .booking-steps .lqd-woo-steps-item {
        flex-basis: 25%;
    }
}

/* /Booking Steps */

/* Booking Plusminus */
.enterence-actions__block {
    max-width: 80%;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .enterence-actions__block {
        max-width: 100%;
    }
}

.enterence-actions__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.enterence-actions__col {
    background: #f0f0f0;
    border-radius: 3px;
    text-align: center;
    margin: 5px 0;
}

.enterence-actions__col>span {
    color: var(--primary-clr);
}

.enterence-actions__col>img {
    display: block;
    margin: 15px auto !important;
    max-width: 100%;
}

.enterence-actions__btn {
    display: flex;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.plusminus {
    display: block;
    position: relative;
    font-size: 0;
    overflow: hidden;
    width: 44px;
    height: 132px;
}

.plusminus button {
    display: block;
    width: 44px;
    height: 35px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    background: var(--primary-clr);
    color: #fff;
    font-size: 30.8px;
    line-height: 1;
    font-family: bonds, sans-serif;
    cursor: pointer;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

.plusminus button:focus {
    outline: none;
}

.plusminus button:hover {
    outline: none;
    background: var(--hover-clr);
}

.plusminus button:disabled {
    background: #999;
    color: #ccc;
    cursor: default;
}

.plusminus button>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.plusminus button:first-child {
    bottom: 0;
}

.plusminus button:last-child {
    top: 0;
}

.plusminus button:last-child:focus {
    color: #fff;
}

.plusminus input[type="number"] {
    position: absolute;
    width: calc(100% - 88px);
    height: 35px;
    top: 44px;
    margin: 0;
    padding: 0px 0 12px;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    -moz-appearance: textfield;
}

.plusminus input[type="number"]::-webkit-outer-spin-button,
.plusminus input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.plusminus:after {
    content: "К-СТЬ";
    position: absolute;
    font-size: 7px;
    left: 0;
    right: 0;
    line-height: 1;
    padding: 3px 0 3px 0;
    width: 35px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    color: #888;
    text-align: center;
    bottom: 34%;
}

.plusminus.horiz {
    width: 100%;
    height: 35px;
}

.plusminus.horiz button:first-child {
    left: 0;
}

.plusminus.horiz button:last-child {
    right: 0;
}

.plusminus.horiz:after {
    bottom: 0;
}

.plusminus.horiz input[type="number"] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-clr);
}

@media (max-width: 650px) {
    .enterence-actions__row {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* /Booking Plusminus */

/**/
.booking-timer {
    color: rgb(255, 255, 255);
    border: 2px solid transparent;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 46px;
    margin: 0px;
    font-size: 29px;
    outline: currentcolor none 0px;
    box-sizing: border-box;
    transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
    padding: 0;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.2em;
    font-weight: 700;
    line-height: 1;
    z-index: 9;
}


.booking-timer::after {
    content: "Залишилося часу";
    font-size: 9px;
    position: absolute;
    bottom: 0;
    letter-spacing: 1px;
    white-space: nowrap;
    left: 0;
    right: 0;
    text-align: center;
}

@media (max-width: 410px) {
    .booking-timer {
        height: 36px;
        font-size: 21px;
    }
}

/* Agreements List */
.agreements-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.agreements-list ul li {
    flex: 0 0 calc(100% / 3 - 10px);
    margin: 0 !important;
    padding: 10px !important;
    background: #eeebea;
    font-weight: bold;
    line-height: 1;
    color: var(--primary-clr);
}

.agreements-list ul li .elementor-icon-list-icon i {
    color: var(--primary-clr);
}

@media (max-width: 650px) {
    .agreements-list ul li {
        flex: 0 0 calc(100% / 2 - 7.5px);
        text-align: center;
    }

    .agreements-list ul li a {
        flex-direction: column;
        gap: 5px;
    }
}

/* Calendar popup */
html.lock,
body.lock {
    overflow: hidden !important;
}

.event_popup {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease 0s;
}

.event_popup__body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

.event_popup__content {
    background-color: #fff;
    color: #000;
    max-width: 450px;
    width: 100%;
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
    margin-top: 120px;
}

@media (max-width: 991px) {
    .event_popup__content {
        margin-top: 70px;
    }
}

@media (max-width: 768px) {
    .event_popup__content {
        max-width: 100% !important;
    }
}

.event_popup.open {
    opacity: 1;
    visibility: visible;
    overflow: auto;
}

.event_popup.open .event_popup__content {
    opacity: 1;
    transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
}

.event_popup__close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9;
    background: var(--primary-clr);
    padding: 5px;
    display: flex;
}

.event_popup__close svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.event_popup__title {
    padding: 3px 25px 0;
    font-size: 19px;
    background: #fff;
    color: var(--primary-clr);
}

.event_popup__no-tickets {
    padding: 25px;
    font-size: 17px;
    background: #fff;
}

.event_popup__apply {
    -webkit-appearance: none;
    padding: 7px 12px;
    width: 150px;
    border: 1px solid var(--primary-clr);
    border-radius: 0;
    background-color: var(--primary-clr);
    box-shadow: 0 1px 3px -2px #9098a9;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    transition: all 150ms ease;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto 25px;
    border-radius: 5px;
}

.event_popup__apply:hover {
    background-color: var(--hover-clr);
    border-color: var(--hover-clr);
}

.people-tickets,
.additional-tickets,
.additional-services {
    padding: 25px 20px;
}

.event_popup__content .additional-tickets,
.event_popup__content .additional-services {
    padding-top: 45px;
}

.additional-ticket {
    display: none;
    align-items: center;
    justify-content: center;
}

.calendar {
    position: relative;
    max-width: 450px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.calendar header {
    display: flex;
    align-items: center;
    padding: 10px 30px 10px;
    justify-content: space-between;
}

.calendar header .icons {
    display: flex;
}

.calendar header .icons span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    color: #878787;
    text-align: center;
    line-height: 38px;
    font-size: 1.9rem;
    user-select: none;
    border-radius: 50%;
}

.calendar .icons span:last-child {
    margin-right: -10px;
}

.calendar header .icons span:hover {
    background: #f2f2f2;
}

.calendar header .current-date {
    font-size: 1.45rem;
    font-weight: 500;
}

.calendar_body {
    padding: 20px;
}

.calendar_body ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}

.calendar_body .calendar_days {
    margin-bottom: 20px;
}

.calendar_body li {
    color: #333;
    width: calc(100% / 7);
    font-size: 1.07rem;
}

.calendar_body .calendar_weeks li {
    font-weight: 500;
    cursor: default;
}

.calendar_body .calendar_days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
}

.calendar_days li.inactive {
    color: #aaa;
}

.calendar_days li.canBook {
    color: #fff;
}

.calendar_days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.calendar_days li.active.canBook::before {
    height: 35px;
    width: 35px;
}

.calendar_days li.active.canBook::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: var(--hover-clr);
    z-index: -2;
}

.calendar_days li.active::before {
    background: #f2f2f2;
}

.calendar_days li.canBook::before {
    background: var(--primary-clr);
}

.calendar_days li:not(.canBook):hover::before {
    background: #f2f2f2;
}

#billing_event_date_field {
    display: none;
}

.remove-booking {
    margin-bottom: 15px;
    color: #63c7c7;
    display: flex;
    justify-content: center;
    text-decoration: underline;
}

#lqd-site-content.step2-open {
    margin-bottom: 0;
    padding-bottom: 0;
}

.order-step2 {
    max-width: 1845px;
    width: 100%;
    padding-top: 105px !important;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease 0s;
}

.order-step2.open {
    z-index: 99;
    opacity: 1;
    visibility: visible;
}

.order-step2 .booking-steps .lqd-woo-steps-item {
    flex-basis: 20%;
}

.order-step2__back {
    -webkit-appearance: none;
    cursor: pointer;
}

.booking-steps .lqd-woo-steps-item.is-active.order-step2__back:hover .lqd-woo-steps-number {
    background-color: var(--hover-clr);
}

/*
.order-step2__back {
    -webkit-appearance: none;
    padding: 4px;
    width: 100%;
    border: 1px solid var(--primary-clr);
    border-radius: 0;
    background-color: var(--primary-clr);
    box-shadow: 0 1px 3px -2px #9098a9;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    transition: all 150ms ease;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
}

.order-step2__back:hover {
    background-color: var(--hover-clr);
    border-color: var(--hover-clr);
}
*/

.order-step2__content {
    max-width: 700px;
    margin: 0 auto;
}

.order-step2__tickets {}

.order-step2__additional-tickets {}

.order-step2__additional-services {}

.order-step2__kids-tickets {}

.lqd-mobile-sec .navbar-header .mobile-booking-btn {
    width: auto;
}

.lqd-mobile-sec .navbar-header .mobile-booking-btn .btn {
    width: 160px;
    height: 46px;
    --icon-font-size: 1.5em;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    fill: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
}

@media (max-width: 478px) {

    .booking_page #lqd-contents-wrap,
    .order-step2 {
        padding-top: 100px !important;
        padding-bottom: 60px !important;
    }

    .booking-steps.lqd-woo-steps {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    .booking_page .main-footer {
        margin-bottom:150px;
    }
	.elementor-7793 .elementor-element.elementor-element-4519dd4{
		--justify-content: flex-start !important;
	}
}
@media (max-width: 1199px) {
    .lqd-mobile-sec .navbar-header .mobile-booking-btn .btn-txt {
        font-size: 11px;
    }
}

@media (max-width: 410px) {
    .lqd-mobile-sec .navbar-header .mobile-booking-btn {
        width: 45%;
    }

    .lqd-mobile-sec .navbar-header .mobile-booking-btn a {
        display: flex;
        flex-direction: column;
    }

    .lqd-mobile-sec .navbar-header .mobile-booking-btn a .split-text-applied {
        font-size: 8px;
        line-height: 1.5;
    }

    .lqd-mobile-sec .navbar-header .mobile-booking-btn a .btn-icon {
        margin: 0;
    }

    .mobile-user-btn {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        margin-right: 3px;
    }
}

@media (max-width: 375px) {
    .lqd-mobile-sec .navbar-header .mobile-booking-btn a .split-text-applied {
        font-size: 7px;
    }
}

body .lqd-mobile-sec .navbar-brand {
    padding: 10px 0;
}

.kp_current-stat {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 20px;
    overflow-x: auto;
}

.kp_current-stat>div {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    white-space: nowrap;
}

.kp_current-stat>div:last-child {
    margin-right: 0;
    padding-right: 0;
}

.kp_current-stat>div::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #e7e7e7;
}

.kp_current-stat>div:last-child:after {
    content: none;
}

.kp_current-stat span {
    font-weight: 600;
}

.kp_current-all {
    color: #000;
}

.kp_current-booked {
    color: var(--hover-clr);
}

.kp_current-left {
    color: var(--primary-clr);
}

.kp_current-sold {
    color: red;
}

.kp_current-validated {
    color: #000;
}

.kp_current-guests {
    color: #000;
}

/* Accordion styles */
.kp_note {
    max-width: 300px;
    width: 100%;
}

@media (max-width: 479px) {
    .kp_note {
        max-width: 100%;
    }
}

.kp_note textarea {
    width: 100%;
}

.kp_tabs {
    overflow: hidden;
}

.kp_tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.kp_tab-label {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    background: var(--primary-clr);
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

.kp_tab-label:hover {
    background: var(--hover-clr);
}

.kp_tab-label::after {
    content: "❯";
    text-align: center;
    transition: all 0.35s;
}

.kp_tab-content {
    max-height: 0;
    padding: 0 10px;
    color: var(--primary-clr);
    background: white;
    transition: all 0.35s;
}

.kp_tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: var(--primary-clr);
    cursor: pointer;
}

.kp_tab-close:hover {
    background: #1a252f;
}

.kp_tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.kp_tabs input:checked+.kp_tab-label {
    background: var(--primary-clr);
}

.kp_tabs input:checked+.kp_tab-label::after {
    transform: rotate(90deg);
}

.kp_tabs input:checked~.kp_tab-content {
    max-height: 100vh;
    padding: 10px;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.coupon-message {
    margin: 10px 0 15px;
    font-weight: 600;
}

.coupon-check-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    border-radius: 0;
    background-color: var(--primary-clr);
    font-size: 13px;
    line-height: 1;
    color: #fff;
    transition: all .3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    height: 45px;
    cursor: pointer;
    width: 100%;
}

.coupon-box {
    display: flex;
    width: 100%;
}

.coupon-box-row {
    flex: 0 0 50%;
}

.coupon-box-row input {
    width: 100%;
    display: flex;
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    background: 0 0;
    -webkit-appearance: none;
    padding: 15px 25px;
    margin: 0;
    outline: 0;
    line-height: normal;
}

.coupon-check-btn:hover {
    background-color: var(--hover-clr);
}

.spec-codes {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-top: 5px;
}

.spec-code {
    background: var(--primary-clr);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.spec-code:hover {
    background: var(--hover-clr);
}

@media (max-width: 420px) {
    .coupon-box {
        flex-wrap: wrap;
    }

    .coupon-box-row {
        flex: 0 0 100%;
    }
}

.woocommerce form.woocommerce-checkout .form-row label.checkbox input {
    position: relative;
    border: 2px solid var(--hover-clr);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    height: 20px !important;
    width: 20px !important;
    -webkit-appearance: none;
    opacity: .5;
    flex: 1 0 auto;
    margin: 5px 10px 0 0 !important;
    flex: 0 0 20px;
}

.woocommerce form.woocommerce-checkout .form-row label.checkbox input:hover {
    opacity: 1;
}

.woocommerce form.woocommerce-checkout .form-row label.checkbox input:checked {
    background-color: var(--hover-clr);
    opacity: 1;
}

.woocommerce form.woocommerce-checkout .form-row label.checkbox input::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 1;
    flex: 0 0 20px;
}

.woocommerce form.woocommerce-checkout .form-row label.checkbox a {
    color: var(--hover-clr);
}

body.woocommerce-checkout .woocommerce form.woocommerce-checkout h3.order_review_heading::before {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    height: 14px;
    background: linear-gradient(-45deg, var(--primary-clr) 33.333%, transparent 33.333%, transparent 66.667%, var(--primary-clr) 66.667%), linear-gradient(45deg, var(--primary-clr) 33.333%, transparent 33.333%, transparent 66.667%, var(--primary-clr) 66.667%);
    background-size: 12px 40px;
    background-position: 0 -20px;
}

body.woocommerce-checkout .woocommerce form.woocommerce-checkout h3.order_review_heading,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment {
    background-color: var(--primary-clr);
    color: #fff;
}

body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods li label,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review table th {
    color: #fff;
}

body.woocommerce-checkout .col2-set .col-2 #payment li:not(:last-child) {
    margin-bottom: 0.6em;
}

body.woocommerce-checkout .col2-set .col-2 #payment .payment_method_liqpay label {
    font-size: 0;
}

body.woocommerce-checkout .col2-set .col-2 #payment .wc_payment_method label img {
    height: 35px;
    width: auto;
}

body.woocommerce-checkout .col2-set .col-2 #payment .wc_payment_method.payment_method_mono_gateway label {
    font-size: 0;
}

body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment #place_order {
    background-color: var(--hover-clr);
}

body.woocommerce-checkout .woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td {
    border-bottom: 1px solid rgb(255, 255, 255);
}

body.woocommerce-checkout .woocommerce form.woocommerce-checkout .blockOverlay {
    background: rgba(0, 104, 117, 0.5) !important;
}

@media (max-width: 479px) {
    .woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr {
        border: 0;
    }

    body.woocommerce-checkout .col2-set .col-2 {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment #place_order {
        margin-top: 0.6em;
    }

    body.woocommerce-checkout .col2-set .col-2 #payment .place-order {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--primary-clr);
        margin: 0;
        padding: 0 20px;
    }

    body.woocommerce-checkout .col2-set .col-2 #payment .place-order::before {
        content: "";
        display: block;
        position: absolute;
        top: -14px;
        right: 0;
        left: 0;
        height: 14px;
        background: linear-gradient(-45deg, var(--primary-clr) 33.333%, transparent 33.333%, transparent 66.667%, var(--primary-clr) 66.667%), linear-gradient(45deg, var(--primary-clr) 33.333%, transparent 33.333%, transparent 66.667%, var(--primary-clr) 66.667%);
        background-size: 12px 40px;
        background-position: 0 -20px;
    }

    .woocommerce-checkout #lqd-site-content,
    body.woocommerce-checkout #lqd-contents-wrap {
        padding-bottom: 0 !important;
    }
}

/* footer */
@media (max-width: 1199px) {
    #footer .elementor-238 .elementor-element.elementor-element-8991d8b {
        padding: 10px 20px 10px 20px;
    }
}

@media (max-width: 845px) {
    #footer .footer-left-col {
        width: 25%;
    }

    #footer .footer-left-col * {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #footer .footer-payments {
        width: 75%;
    }

    #footer .footer-menu {
        display: none;
    }
}

@media (max-width: 375px) {
    #footer .footer-payments .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: 5px;
        margin-left: 0;
    }
}

.place-tooltip {
    position: absolute;
    top: -38px;
    left: 0;
    -webkit-appearance: none;
    padding: 7px 12px;
    width: auto;
    border: 1px solid var(--primary-clr);
    background-color: var(--primary-clr);
    box-shadow: 0 1px 3px -2px #9098a9;
    font-family: inherit;
    font-size: 14px;
    transition: all 150ms ease;
    color: #fff;
    display: none;
    align-items: center;
    border-radius: 5px;
    height: 33px;
}

.place-tooltip.top-fix {
    top: -40px;
}

.place-tooltip.show {
    display: flex;
}

@media (max-width: 991px) {
    #tooltip {
        visibility: hidden;
        opacity: 0;
        display: none;
    }
}

@media (min-width: 991px) {

    .place-tooltip,
    .place-tooltip.top-fix {
        visibility: hidden;
        opacity: 0;
        display: none;
    }
}

#svg .counter-people {
    display: none;
}

.administrator #svg .counter-people,
.hostes #svg .counter-people,
.entrance_worker #svg .counter-people {
    display: block;
    pointer-events: none;
    fill: var(--primary-clr);
    font-weight: 900;
    cursor: default;
}

.woocommerce .woocommerce-error button.pi-open {
    background: var(--primary-clr);
    border: 0;
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
    color: #fff;
}

.woocommerce .woocommerce-error button.pi-open:hover {
    background: var(--hover-clr);
}

.woocommerce-error li {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .woocommerce-error li {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .woocommerce .woocommerce-error button.pi-open {
        margin-left: 0;
    }
}

#pi-store-credit-email-form-container {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000000;
    transition: all 0.8s ease 0s;
}

#pi-store-credit-email-form-main {
    max-width: 450px;
    width: 100%;
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
    margin: 10px;
}

.opened #pi-store-credit-email-form-main {
    opacity: 1;
    transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
}

#pi-store-credit-email-form-header {
    display: flex;
    align-items: center;
    background: var(--primary-clr);
    color: #fff;
    padding: 10px 25px;
    position: relative;
    text-align: center;
}

.pi-close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9;
    background: var(--primary-clr);
    padding: 5px;
    display: flex;
}

.pi-close svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

#pi-store-credit-email-form {
    display: flex;
    margin-top: 0;
    padding: 20px;
    flex-wrap: wrap;
}

#pi-store-credit-email-form input {
    display: flex;
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    padding: 15px 25px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    background: 0 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 15px;
    outline: 0;
    line-height: normal;
}

#pi-store-credit-email-form input.button {
    background: var(--primary-clr);
    border: 0;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    margin-bottom: 0;
    transition: all 0.8s ease 0s;
    font-weight: 600;
}

#pi-store-credit-email-form input.button:hover {
    background: var(--hover-clr);
}

.frmSearch {
    position: relative;
}

.suggesstion-box {
    top: 100%;
    position: absolute;
    left: 0;
    background: #eee;
    z-index: 9;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: auto;
    width: 100%;
    font-size: 11px;
}

.suggesstion-box table tr {
    cursor: pointer;
}

.suggesstion-box table tr:hover {
    border-bottom: 1px solid var(--primary-clr);
    border-top: 1px solid var(--primary-clr);
    background-color: var(--primary-clr) !important;
    color: #fff;
}

.suggesstion-box .booked_place {
    white-space: nowrap;
}

.frmSearch.goodSuggesstion::before {
    content: "\2714";
    width: 20px;
    height: 20px;
    background: var(--primary-clr);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 9;
}

.frmSearch.goodSuggesstion #search-box {
    padding-left: 25px;
}

.woocommerce-MyAccount-content .screen-reader-response ul {
    padding: 0;
    list-style: none;
    border-radius: 5px;
    overflow: hidden;
}

.woocommerce-MyAccount-content .screen-reader-response ul li {
    background: var(--hover-clr-dashboard);
    color: #fff;
    padding: 10px;
}

.woocommerce-MyAccount-content form.wpcf7-form p {
    margin-bottom: 0;
}

.woocommerce-MyAccount-content form.wpcf7-form .wpcf7-form-control {
    margin-bottom: 15px;
}

/* My Account */
.woocommerce-account #my-account-menu.layout-no-borders {
    position: sticky;
    top: 120px;
}

.woocommerce-account #my-account-menu.layout-no-borders.position-vertical-left::before {
    margin-left: -5vw;
    border-radius: 5px;
    background: var(--primary-clr-dashboard);
}

.woocommerce-account #my-account-menu .myaccount-menu li a {
    color: #fff;
}

.woocommerce-account #my-account-menu .myaccount-menu li.active a,
.woocommerce-account #my-account-menu .myaccount-menu li a:hover {
    color: var(--hover-clr-dashboard);
}

.woocommerce-account #my-account-menu .myaccount-menu li a span.item-icon {
    background: var(--hover-clr-dashboard);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
}

.woocommerce-account .woocommerce-button.woocommerce-button--next,
.woocommerce-account .woocommerce-button.woocommerce-button--previous {
    background: var(--hover-clr-dashboard);
    border-radius: 5px;
}

.woocommerce-account .woocommerce-button.woocommerce-button--next:hover,
.woocommerce-account .woocommerce-button.woocommerce-button--previous:hover {
    background: var(--primary-clr-dashboard);
}

.woocommerce-account .yith-wcmap .user-profile .user-avatar.avatar-upload::after {
    background-color: var(--hover-clr-dashboard);
}

.woocommerce-account #my-account-menu .user-info {
    color: #fff;
}

.woocommerce-account .yith-wcmap .user-profile .user-info .logout a {
    border-radius: 5px;
    background: var(--hover-clr-dashboard);
    color: #fff;
}

.woocommerce-account .yith-wcmap .user-profile .user-info .logout a:hover {
    background: var(--hover-clr-dashboard);
    color: #fff;
    opacity: 0.8;
}

.woocommerce-account .woocommerce table.shop_table {
    overflow: hidden;
}

.woocommerce-account .woocommerce table.my_account_orders th {
    background: var(--primary-clr-dashboard);
    color: #fff;
}

.woocommerce-account .woocommerce table.shop_table a {
    color: var(--hover-clr-dashboard);
}

.woocommerce-account .woocommerce table.shop_table tbody tr,
.woocommerce-account .woocommerce table.shop_table tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

.woocommerce-account .woocommerce table.shop_table a.woocommerce-button {
    background: var(--hover-clr-dashboard);
    color: #fff;
    border-radius: 5px;
    padding: 0.7em 0.1em;
    margin-bottom: 5px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .form-row .input-text,
.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .form-row .select2-selection--single {
    display: flex;
    height: 45px;
    align-items: center;
    border-radius: 5px;
    border-color: var(--primary-clr-dashboard);
}

.woocommerce-account .woocommerce button.button.woocommerce-Button {
    background: var(--hover-clr-dashboard);
    color: #fff;
    border-radius: 5px;
    padding: 0.7em 0.8em;
    margin-top: 5px;
}

.woocommerce-account .woocommerce .wpcf7-form {
    max-width: 426px;
    width: 100%;
}

.woocommerce-account .woocommerce .wpcf7-form input.wpcf7-form-control,
.woocommerce-account .woocommerce .wpcf7-form textarea.wpcf7-form-control {
    display: flex;
    height: 45px;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--primary-clr-dashboard);
    width: 100%;
}

.woocommerce-account .woocommerce .wpcf7-form textarea.wpcf7-form-control {
    height: auto;
}

.woocommerce-account .woocommerce .wpcf7-form input.wpcf7-submit {
    background: var(--hover-clr-dashboard);
    color: #fff;
    border-radius: 5px;
    padding: 0.7em 0.8em;
    margin-top: 5px;
    border: 0;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
    color: var(--hover-clr-dashboard);
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Button.button {
    background: var(--hover-clr-dashboard);
    color: #fff;
    border-radius: 5px;
    padding: 0.7em 0.8em;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Button.button:hover {
    background: var(--primary-clr-dashboard);
}

.digits-form_tab-bar .digits-form_tab-item {
    opacity: 1;
    color: #fff;
}

.digits-form_tab-bar .digits-tab_active {
    color: var(--dprimary);
}

.dig_login_signup_bar {
    display: flex !important;
    justify-content: space-between;
}

.dig_login_signup_bar {
    font-size: 17px;
}

.digits-cancel {
    background-color: var(--hover-clr-dashboard);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg id='close' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_204' data-name='Rectangle 204' width='24' height='24' fill='rgba(255,255,255,0)'/%3E%3Cline id='Line_41' data-name='Line 41' x1='12' y2='12' transform='translate(6 6)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline id='Line_42' data-name='Line 42' x2='12' y2='12' transform='translate(6 6)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.processing {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.processing__machine {
    width: 60vmin;
    fill: #3eb049;
}

.processing__small-shadow,
.processing__medium-shadow,
.processing__large-shadow {
    fill: rgba(0, 0, 0, 0.05);
}

.processing__small {
    fill: var(--hover-clr-dashboard);
    -webkit-animation: counter-rotation 2.5s infinite linear;
    -moz-animation: counter-rotation 2.5s infinite linear;
    -o-animation: counter-rotation 2.5s infinite linear;
    animation: counter-rotation 2.5s infinite linear;
    -webkit-transform-origin: 100.136px 225.345px;
    -ms-transform-origin: 100.136px 225.345px;
    transform-origin: 100.136px 225.345px;
}

.processing__small-shadow {
    -webkit-animation: counter-rotation 2.5s infinite linear;
    -moz-animation: counter-rotation 2.5s infinite linear;
    -o-animation: counter-rotation 2.5s infinite linear;
    animation: counter-rotation 2.5s infinite linear;
    -webkit-transform-origin: 110.136px 235.345px;
    -ms-transform-origin: 110.136px 235.345px;
    transform-origin: 110.136px 235.345px;
}

.processing__medium {
    fill: var(--primary-clr-dashboard);
    -webkit-animation: rotation 3.75s infinite linear;
    -moz-animation: rotation 3.75s infinite linear;
    -o-animation: rotation 3.75s infinite linear;
    animation: rotation 3.75s infinite linear;
    -webkit-transform-origin: 254.675px 379.447px;
    -ms-transform-origin: 254.675px 379.447px;
    transform-origin: 254.675px 379.447px;
}

.processing__medium-shadow {
    -webkit-animation: rotation 3.75s infinite linear;
    -moz-animation: rotation 3.75s infinite linear;
    -o-animation: rotation 3.75s infinite linear;
    animation: rotation 3.75s infinite linear;
    -webkit-transform-origin: 264.675px 389.447px;
    -ms-transform-origin: 264.675px 389.447px;
    transform-origin: 264.675px 389.447px;
}

.processing__large {
    fill: var(--hover-clr-dashboard);
    -webkit-animation: counter-rotation 5s infinite linear;
    -moz-animation: counter-rotation 5s infinite linear;
    -o-animation: counter-rotation 5s infinite linear;
    animation: counter-rotation 5s infinite linear;
    -webkit-transform-origin: 461.37px 173.694px;
    -ms-transform-origin: 461.37px 173.694px;
    transform-origin: 461.37px 173.694px;
}

.processing__large-shadow {
    -webkit-animation: counter-rotation 5s infinite linear;
    -moz-animation: counter-rotation 5s infinite linear;
    -o-animation: counter-rotation 5s infinite linear;
    animation: counter-rotation 5s infinite linear;
    -webkit-transform-origin: 471.37px 183.694px;
    -ms-transform-origin: 471.37px 183.694px;
    transform-origin: 471.37px 183.694px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes counter-rotation {
    from {
        -webkit-transform: rotate(359deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes counter-rotation {
    from {
        -moz-transform: rotate(359deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

@-o-keyframes counter-rotation {
    from {
        -o-transform: rotate(359deg);
    }

    to {
        -o-transform: rotate(0deg);
    }
}

@keyframes counter-rotation {
    from {
        transform: rotate(359deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.online_sales_off {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background: #7d7d7da6;
	display: flex;
	width: auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 37px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}

.online_sales_off a {
	max-width: 200px;
    margin-top: 10px !important;
}

@media (max-width: 767px) {
    .online_sales_off {
        font-size: 30px;
    }
}
