/*
Theme Name: Twenty Twenty Child
Theme URL: http://wpamanuke.com/
Description: Twenty Twenty Child Theme
Author: WPAmaNuke
Author URL: http://wpamanuke.com/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/

:root {
    --fad-bg: #f4efe6;
    --fad-surface: #fffdf8;
    --fad-surface-strong: #ffffff;
    --fad-ink: #1f2a37;
    --fad-muted: #5b6573;
    --fad-line: rgba(31, 42, 55, 0.12);
    /* --fad-primary: #0f766e;
	--fad-primary-dark: #115e59;
	--fad-secondary: #d97706;
	--fad-accent: #b91c1c; */
    --fad-shadow: 0 24px 60px rgba(31, 42, 55, 0.14);
    --fad-radius-xl: 32px;
    --fad-radius-lg: 22px;
    --fad-radius-md: 16px;
    --color1: #007DCD;
    --color2: #E92123;
    --color3: #0097ba;
    --color4: #163A5B;
    --white: #ffffff;
    --black: #000000;
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: calc(100% - 4rem);
}

.otgs-development-site-front-end {
    display: none;
}

/*******************************************************************************************************************/
/*  HEADER*/
/******************************************************************************************************************/

/****************************************************************************/
/*  GENERIC*/
/****************************************************************************/

#site-header {
    display: none;
}

#site-content {
    display: flex;
    justify-content: center;
    gap: 0px;
}

#site-content>div {
    width: calc(50% - 0px);
}

#site-content>div:first-child {
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

#site-content .right-side img {
    object-fit: cover;
    height: 100%;
}

body.home,
.page-template-default {
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.12), transparent 30%),
        linear-gradient(180deg, #f8f4ed 0%, #efe8db 100%);
    color: var(--fad-ink);
}

.entry-header,
.footer-top,
.post-meta-wrapper,
.woocommerce-breadcrumb,
.product_meta,
.woocommerce-tabs,
.related.products,
.footer-nav-widgets-wrapper,
.footer-widgets-outer-wrapper,
.wc-bookings-date-picker-timezone-block,
.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle,
.woocommerce-notices-wrapper:empty {
    display: none;
}

.entry-content>.wp-block-group,
.entry-content>p:empty {
    margin: 0;
}

/************************************************************/
/*RESPONSIVE*/
/************************************************************/
@media(max-width: 1920px) and (max-height: 1200px){
    #site-content .right-side img{
        max-width: unset;
    }
}
@media(max-width: 1680px) {}

@media(max-width: 1440px) {}

@media(max-width: 1366px) {}

@media(max-width: 1280px) {}

@media(max-width: 1024px) {

    body.home,
    .page-template-default {
        background: var(--white);
    }

    #site-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100dvh;
    }

    #site-content>div {
        width: calc(100% - 0px);
    }

    #site-content>div:last-child {
        display: none;
    }
}

@media(max-width: 912px) {}

@media(max-width: 820px) {}

@media(max-width: 768px) {
    #site-content {
        height: auto;
    }
}

@media(max-width: 480px) {
    #site-content {
        padding-bottom: 50px;
    }
}

@media(max-width: 394px) and (min-width: 360px) {
    .fad-shell__intro>div:nth-child(2) span {
        font-size: 13px;
    }
}

/****************************************************************************/
/*  LOGO | LANGUAGE CHANGE CTA*/
/****************************************************************************/
.fad-shell__intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 100%;
    margin: 0 0 28px;
}

.fad-shell__intro .cta {
    border-bottom: 1px solid #007DCD;
    font-size: 14px;
    padding-bottom: 8px;
}

.fad-shell__intro>div:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
}

.wpml-ls-current-language a,
.wpml-ls-item:hover a {
    color: var(--color1);
}

.fad-shell__intro .cta a {
    color: #007DCD;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

/************************************************************/
/*RESPONSIVE*/
/************************************************************/
@media(max-width: 1680px) {}

@media(max-width: 1440px) {}

@media(max-width: 1366px) {

    .fad-shell__intro>div:nth-child(1),
    .fad-shell__intro>div:nth-child(2) {
        width: calc(50% - 20px);
    }

    .fad-shell__intro>div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
    }

    .fad-shell__intro>div:nth-child(3) {
        display: flex;
        justify-content: flex-end;
        width: calc(100% - 0px);
    }
}

@media(max-width: 1280px) {}

@media(max-width: 1024px) {}

@media(max-width: 912px) {}

@media(max-width: 820px) {}

@media(max-width: 768px) {}

@media(max-width: 480px) {
    .fad-shell__intro>div:nth-child(3) {
        justify-content: center;
        text-align: center;
    }
}

@media(max-width: 394px) and (min-width: 360px) {}

/*******************************************************************************************************************/
/*  MAIN PANEL*/
/******************************************************************************************************************/

/****************************************************************************/
/*  GENERIC*/
/****************************************************************************/

.fad-home,
.fad-faqs {
    margin: 0px 50px 0px 50px;
    padding-top: 0px;
}

.woocommerce-checkout .fad-checkout-shell {
    padding: 50px 0px 0px 0px;
}

.woocommerce-checkout .fad-checkout-shell .fad-shell {
    max-width: 100%;
}

.fad-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.fad-kicker,
.fad-eyebrow {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--fad-primary);
    text-align: center;
}

.fad-shell__intro h1,
.fad-stage-title {
    font-size: 22px;
    margin: 0;
    text-align: center;
}

.fad-copy {
    text-align: center;
}

.fad-copy p strong {
    font-size: 20px;
}

.fad-shell__intro p,
.fad-copy p,
.fad-copy ul li,
.fad-faq-item,
.fad-booking-summary__excerpt,
.fad-checkout-shell .woocommerce {
    color: var(--black);
    font-size: 15px;
}

.fad-stage-subtitle {
    color: var(--black);
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
}

.fad-flow-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 253, 248, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: var(--fad-radius-xl);
    box-shadow: var(--fad-shadow);
    backdrop-filter: blur(12px);
}

.fad-flow-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto auto;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(0, 151, 186, 0.18), transparent 70%);
    pointer-events: none;
    transform: translate(30%, -30%);
}

/************************************************************/
/*RESPONSIVE*/
/************************************************************/
@media(max-width: 1680px) {}

@media(max-width: 1440px) {}

@media(max-width: 1366px) {

    .fad-home,
    .fad-faqs {
        margin: 20px 20px 0px 20px;
    }
}

@media(max-width: 1280px) {}

@media(max-width: 1024px) {}

@media(max-width: 912px) {}

@media(max-width: 820px) {}

@media(max-width: 768px) {}

@media(max-width: 480px) {
    .fad-stage-title {
        font-size: 20px;
    }
}

@media(max-width: 394px) and (min-width: 360px) {}

/****************************************************************************/
/*  STEPPER*/
/****************************************************************************/

.fad-stepper {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.woocommerce-checkout .fad-stepper{
    display: none;
}

.fad-step {
    background: rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 14px 16px;
    border: 1px solid var(--fad-line);
    color: var(--fad-muted);
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
    -webkit-transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
    -moz-transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
    -ms-transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
    -o-transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.fad-step.is-active,
.fad-step.is-complete {
    background: rgba(15, 118, 110, 0.1);
    border-color: rgba(15, 118, 110, 0.2);
    color: var(--color1);
}

.fad-step.is-active {
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.12);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.fad-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(31, 42, 55, 0.08);
    font-weight: 700;
    flex-shrink: 0;
}

.fad-step.is-active .fad-step__number,
.fad-step.is-complete .fad-step__number {
    background: var(--color1);
    color: var(--white);
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}

.fad-step__label {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

/************************************************************/
/*RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px) {
    .fad-step {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

@media(max-width: 1440px) {
}

@media(max-width: 1366px) {}

@media(max-width: 1280px) {}

@media(max-width: 1024px) {}

@media(max-width: 912px) {}

@media(max-width: 820px) {}

@media(max-width: 768px) {}

@media(max-width: 480px) {
    .fad-stepper {
        display: none;
    }
}

@media(max-width: 394px) and (min-width: 360px) {}

@media (-webkit-device-pixel-ratio: 1.25){
    .fad-stepper{
        zoom: 0.8;
    }
}

.fad-stage {
    position: relative;
    z-index: 1;
}

.fad-stage-panel {
    padding: 18px 8px 6px;
}

.fad-copy ul {
    margin: 0 0 24px 18px;
    padding: 0;
    color: var(--fad-ink);
}

.fad-copy li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.fad-button-row,
.fad-footer-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.fad-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 26px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
    -webkit-transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
    -moz-transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
    -ms-transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
    -o-transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.fad-button:hover,
.fad-button:focus {
    box-shadow: 0 16px 28px rgba(31, 42, 55, 0.16);
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
}

.fad-button--primary,
.wc-bookings-booking-form-button.single_add_to_cart_button,
.woocommerce #place_order {
    background: var(--color1);
    color: var(--white);
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}

.wc-bookings-booking-form-button.single_add_to_cart_button:hover{
    opacity: 0.7;
    text-decoration: none;
}

.wc-bookings-booking-form-button.single_add_to_cart_button {
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.fad-button--secondary {
    background: var(--color2);
    color: var(--white);
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}

.fad-button--emergency {
    background: var(--color3);
    color: var(--white);
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    max-width: 456px;
    width: calc(100% - 0px);
}

.info-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.info-buttons a {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(31, 42, 55, 0.12);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    color: var(--color1) !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 20px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.info-buttons a:hover {
    background: var(--color1);
    border-color: var(--color1);
    color: var(--white) !important;
}

/************************************************************/
/*RESPONSIVE*/
/************************************************************/
@media(max-width: 1920px) and (max-height: 1200px){
    .fad-button--emergency{
        max-width: 336px;
    }
}

@media(max-width: 1920px){
    .fad-button--emergency {
        max-width: 460px;
    }
}
@media(max-width: 1680px) {}

@media(max-width: 1440px) {}

@media(max-width: 1366px) {}

@media(max-width: 1280px) {}

@media(max-width: 1024px) {}

@media(max-width: 912px) {}

@media(max-width: 820px) {}

@media(max-width: 768px) {}

@media(max-width: 480px) {
    .info-buttons {
        width: fit-content;
    }

    .fad-button {
        font-size: 13px;
        text-align: center;
    }
}

@media(max-width: 394px) and (min-width: 360px) {}

@media (-webkit-device-pixel-ratio: 1.25){
    .fad-button{
        font-size: 11px;
    }
    
    .fad-button--emergency{
        max-width: 336px;
    }
}

.fad-button--dark {
    background: var(--color1);
    color: var(--white);
    font-size: 12px;
    text-align: center;
        padding: 10px 15px;
}

.fad-text-link {
    display: inline-flex;
    align-items: center;
    color: var(--fad-ink);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.fad-text-link:hover{
    color: var(--color1);
    text-decoration: none;
}

.fad-select-wrap {
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

/*.fad-select-wrap{*/
/*    border: 1px solid rgba(0,0,0,0.05);*/
/*    padding-left: 10px;*/
/*    padding-right: 10px;*/
/*}*/

.fad-select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    width: 100%;
    padding: 16px 18px;
    outline: none;
    border: none;
    border: 1px solid rgba(31, 42, 55, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--fad-ink);
    box-sizing: border-box;
    font-size: 15px;
}

.fad-carousel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    margin-top: 28px;
}

.fad-carousel__viewport {
    overflow: hidden;
    width: 100%;
}

.fad-carousel__track {
    display: flex;
    gap: 18px;
    transition: transform 280ms ease;
    will-change: transform;
}

.fad-card {
    flex: 0 0 calc(33.333% - 12px);
    display: flex;
    flex-direction: column;
    background: var(--fad-surface-strong);
    border: 1px solid rgba(31, 42, 55, 0.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(31, 42, 55, 0.08);
}

.fad-card__media {
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(0, 151, 186, 0.14));
    border-radius: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    width: 100px;
    text-decoration: none;
}

.fad-card__image,
.fad-booking-summary__media img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    padding: 10px;
}

.fad-card__placeholder {
    display: grid;
    place-items: center;
    height: 100%;
    font-weight: 600;
    color: var(--fad-muted);
}

.fad-card__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
    height: 100%;
}

.fad-card__title,
.fad-booking-summary__content h3,
.fad-faq-item h3 {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.fad-card__price,
.fad-booking-summary__price {
    margin: 0;
    font-weight: 700;
    color: var(--fad-accent);
    text-align: center;
}

.fad-carousel__nav {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 24px rgba(31, 42, 55, 0.1);
    font-size: 1.3rem;
    cursor: pointer;
}

.fad-carousel__nav svg {
    color: var(--black);
    width: 24px;
    height: 24px;
}

.fad-booking-layout {
    display: grid;
    grid-template-columns: minmax(280px, 280px) minmax(0, 1fr);
    gap: 26px;
    margin-top: 26px;
    align-items: start;
}

.fad-booking-summary,
.fad-booking-form-wrap,
.fad-empty-state,
.fad-faq-item {
    padding: 22px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 42, 55, 0.08);
    border-radius: 24px;
}

.fad-booking-summary__type {
    margin: 0 0 10px;
    font-weight: 700;
    color: var(--color1);
    text-align: center;
}

.fad-booking-summary__excerpt p:last-child {
    margin-bottom: 0;
}

.fad-booking-form-wrap form.cart {
    margin: 0;
    float: none;
    padding-bottom: 20px;
    width: 100%;
}

.wc-bookings-booking-form {
    padding: 22px;
    border: 1px solid rgba(31, 42, 55, 0.08);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(15, 118, 110, 0.04), rgba(255, 255, 255, 0.92));
    margin: 10px;
}

.wc-bookings-booking-form fieldset {
    margin-bottom: 18px;
}

.wc-bookings-booking-form label,
.woocommerce-checkout h3,
.woocommerce-order-review-heading {
    font-weight: 700;
    color: var(--fad-ink);
}

.wc-bookings-booking-cost,
.single_variation_wrap,
.woocommerce-Price-amount.amount {
    color: var(--color1);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.wc-bookings-booking-form .wc-bookings-booking-cost{
    background-color: transparent;
    border-top: none;
}

.woocommerce form.checkout {
    background: rgba(255, 255, 255, 0.92);
    border-radius: var(--fad-radius-lg);
    -webkit-border-radius: var(--fad-radius-lg);
    -moz-border-radius: var(--fad-radius-lg);
    -ms-border-radius: var(--fad-radius-lg);
    -o-border-radius: var(--fad-radius-lg);
    box-shadow: 0 16px 36px rgba(31, 42, 55, 0.08);
    margin-top: 20px;
    padding: 28px;
}

.woocommerce-checkout #payment {
    padding: 24px;
    border-radius: 22px;
    background: rgba(15, 118, 110, 0.05);
}

.woocommerce table.shop_table {
    border-radius: 18px;
    overflow: hidden;
}

.fad-checkout-remove {
    margin-right: 8px;
    font-weight: 700;
}

.fad-faq-list {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}

/************************************************************/
/*RESPONSIVE*/
/************************************************************/
@media(max-width: 1680px) {}

@media(max-width: 1440px) {
    .fad-carousel {
        zoom: 0.75;
    }

    .fad-booking-layout{
        zoom: 0.75;
    }
}

@media(max-width: 1366px) {
    .fad-booking-layout {
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
    }
    
    .fad-booking-layout>div{
         width: calc(100% - 0px);
    }
}

@media(max-width: 1280px) {}

@media(max-width: 1024px) {
}

@media(max-width: 912px) {}

@media(max-width: 820px) {}

@media(max-width: 768px) {}

@media(max-width: 480px) {

    .fad-booking-form-wrap,
    .wc-bookings-booking-form {
        padding: 0px;
    }

    .wc-bookings-booking-form fieldset {
        border: none;
    }

    .wc-bookings-booking-form .ui-datepicker-title {
        font-size: 17px;
    }

    .fad-text-link {
        justify-content: center !important;
    }

    .fad-select-wrap {
        max-width: 100%;
    }

    .fad-booking-summary__content h3 {
        font-size: 20px;
    }

    .fad-card__price,
    .fad-booking-summary__price {
        font-size: 21px;
    }
    
    .fad-card__title{
        font-size: 21px;
    }
}

@media(max-width: 394px) and (min-width: 360px) {}

@media (-webkit-device-pixel-ratio: 1.25){
    .fad-carousel {
        zoom: 0.8;
    }
    .fad-button--dark {
        font-size: 9px;
        line-height: 12px;
    }
}

@media (max-width: 1024px) {
    .fad-stepper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fad-card {
        flex-basis: calc(50% - 9px);
    }

    .fad-booking-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {

    .fad-home,
    .fad-checkout-shell,
    .fad-faqs {
        padding: 40px 14px 56px;
    }

    .fad-flow-card {
        padding: 18px;
        border-radius: 24px;
    }

    .fad-stepper {
        grid-template-columns: 1fr;
    }

    .fad-step {
        border-radius: 20px;
    }

    .fad-button-row,
    .fad-footer-actions {
        flex-direction: column;
    }

    .fad-button,
    .fad-text-link {
        width: 100%;
    }

    .fad-carousel {
        grid-template-columns: 1fr;
    }

    .fad-carousel__nav {
        display: none;
    }

    .fad-carousel__viewport {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .fad-carousel__track {
        padding-bottom: 4px;
    }

    .fad-card {
        flex-basis: 86%;
        scroll-snap-align: start;
    }

    .woocommerce form.checkout {
        padding: 18px;
    }
}

.wc-bookings-date-picker .ui-datepicker td.bookable a {
    background-color: var(--color1) !important;
}

.wc-bookings-date-picker .ui-datepicker td.partial_booked a {
    background-color: var(--color3) !important;
}

.wc-bookings-booking-form .block-picker li {
    font-size: 15px;
    text-align: center;
}

.wc-bookings-date-picker .ui-datepicker-header,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next{
    background: var(--color1) !important;
}

.wc-bookings-booking-form .ui-widget-header .ui-icon{
    filter: invert(1) !important;
}

fieldset{
    border: none !important;
}


.wc-bookings-booking-form .block-picker li a.selected,
.wc-bookings-booking-form .block-picker li:nth-child(even) a:hover,
.wc-bookings-booking-form .block-picker li:nth-child(even) a:focus,
.wc-bookings-booking-form .block-picker li:nth-child(odd) a:hover,
.wc-bookings-booking-form .block-picker li:nth-child(odd) a:focus {
    background-color: var(--color1) !important;
}

.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
    background-color: var(--color4) !important;
}

.wc-bookings-booking-form .block-picker li:nth-child(even) a{
    background: transparent !important;
}

.wc-bookings-booking-form .block-picker li a {
    color: var(--black) !important;
}

.wc-bookings-booking-form .block-picker li:hover a {
    color: var(--white) !important;
}

.wc-bookings-booking-form-button.single_add_to_cart_button {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (-webkit-device-pixel-ratio: 1.25){
    .fad-booking-layout {
        zoom: 0.8;
    }
}

/*******************************************************************************************************************/
/*  CHECKOUT*/
/******************************************************************************************************************/

/****************************************************************************/
/*  GENERIC*/
/****************************************************************************/

.woocommerce-checkout .fad-stage-panel {
    padding: 0px 8px 6px;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
    display: none !important;
}

.checkout-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    width: fit-content;
}

.woocommerce-checkout h3 {
    font-size: 25px;
}

.woocommerce-checkout label {
    font-size: 14px;
}

.woocommerce-checkout form .col2-set p {
    font-size: 16px;
}

.woocommerce-checkout #place_order {
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.woocommerce-checkout span.select2-selection.select2-selection--single {
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    padding: 10px 18px;
}

.woocommerce form .form-row .input-checkbox {
    display: inline-flex;
    width: 10px !important;
    height: 15px !important;
}

.woocommerce-privacy-policy-text p:last-child{
    font-size: 13px;
}

/* .woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 50%;
} */

/************************************************************/
/*RESPONSIVE*/
/************************************************************/
@media(max-width: 1680px) {}

@media(max-width: 1440px) {}

@media(max-width: 1366px) {}

@media(max-width: 1280px) {}

@media(max-width: 1024px) {}

@media(max-width: 912px) {}

@media(max-width: 820px) {}

@media(max-width: 768px) {}

@media(max-width: 480px) {
    .woocommerce-billing-fields__field-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce-billing-fields__field-wrapper>p {
        width: calc(100% - 0px) !important;
    }

    .woocommerce-checkout-review-order-table dl.variation {
        display: flex;
        flex-direction: column;
    }

    .payment_method_vivacom_smart img {
        max-width: 100% !important;
        max-height: 100% !important;
        width: 100%;
    }
}

@media(max-width: 394px) and (min-width: 360px) {}

/*******************************************************************************************************************/
/*  ORDER RECEIVED*/
/******************************************************************************************************************/

/****************************************************************************/
/*  GENERIC*/
/****************************************************************************/

.woocommerce-order-received {
    margin-top: 50px;
    margin-bottom: 50px;
}

.woocommerce-order-received #site-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 253, 248, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: var(--fad-radius-xl);
    box-shadow: var(--fad-shadow);
    backdrop-filter: blur(12px);
    padding: 50px 0px 100px 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.woocommerce-order-received .woocommerce-order>p {
    text-align: center;
}

.woocommerce-order-received .woocommerce-booking-details {
    padding-top: 0px;
}

.woocommerce-order-received #site-footer {
    display: none;
}

/************************************************************/
/*RESPONSIVE*/
/************************************************************/
@media(max-width: 1680px) {}

@media(max-width: 1440px) {}

@media(max-width: 1366px) {}

@media(max-width: 1280px) {}

@media(max-width: 1024px) {
    .woocommerce-order-received #site-content {
        max-width: 900px;
    }
}

@media(max-width: 912px) {
    .woocommerce-order-received #site-content {
        max-width: 800px;
    }
}

@media(max-width: 820px) {
    .woocommerce-order-received #site-content {
        max-width: 700px;
    }
}

@media(max-width: 768px) {}

@media(max-width: 480px) {
    .woocommerce-order-received #site-content {
        max-width: 350px;
    }

    .woocommerce-order-received table.shop_table_responsive tbody>tr {
        display: flex !important;
        margin: 0px !important;
    }

    .woocommerce-order-received table.shop_table_responsive tbody th,
    .woocommerce-order-received table.shop_table_responsive tbody td {
        display: flex !important;
        margin: 0px !important;
    }

    .woocommerce-order-received table.shop_table_responsive tr td::before,
    .woocommerce-order-received table.shop_table_responsive tr td::before {
        margin-right: 10px;
    }

    .woocommerce-order-received h3 {
        margin-bottom: 20px !important;
    }
}

@media(max-width: 394px) and (min-width: 360px) {
    .woocommerce-order-received #site-content {
        max-width: 300px;
    }
}

/*******************************************************************************************************************/
/*  STATIC PAGES*/
/******************************************************************************************************************/

/****************************************************************************/
/*  GENERIC*/
/****************************************************************************/

.static-pages-template .left-side {
    flex-direction: column;
}

.static-pages-template .left-side .fad-shell__intro {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}

.static-pages-template .left-side .inner-wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 253, 248, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: var(--fad-radius-xl);
    -webkit-border-radius: var(--fad-radius-xl);
    -moz-border-radius: var(--fad-radius-xl);
    -ms-border-radius: var(--fad-radius-xl);
    -o-border-radius: var(--fad-radius-xl);
    box-shadow: var(--fad-shadow);
    backdrop-filter: blur(12px);
    position: relative;
    overflow-y: scroll;
    padding: 40px !important;
    margin-left: 40px;
    margin-right: 40px;
    height: 600px;
}

.static-pages-template .left-side .inner-wrapper h2 {
    font-size: 25px;
    margin: 0 0 10px;
}

.static-pages-template .left-side .inner-wrapper>p,
.static-pages-template .left-side .inner-wrapper ul li {
    font-size: 15px;
}

.static-pages-template .left-side .inner-wrapper h3 {
    font-size: 17px;
    margin: 0 0 20px;
}

.static-pages-template .left-side .inner-wrapper .wp-block-accordion-panel p {
    font-size: 15px;
}

/*******************************************************************************************************************/
/*  FOOTER*/
/******************************************************************************************************************/

/****************************************************************************/
/*  GENERIC*/
/****************************************************************************/

#site-footer {
    background-color: transparent;
    color: white;
    font-size: 15px;
    text-shadow: 0 0 10px rgb(0 0 0 / .8);
    padding: 0px;
    position: absolute;
    top: 50px;
    right: 0;
    width: 400px;
}

.woocommerce-checkout #site-footer {
    color: var(--black);
    text-shadow: none;
    top: -70%;
    right: 20%;
}

/************************************************************/
/*RESPONSIVE*/
/************************************************************/
@media(max-width: 1680px) {}

@media(max-width: 1440px) {
    #site-footer {
        top: 50px;
    }
}

@media(max-width: 1366px) {
    #site-footer {
        top: 50px;
    }
    
    .woocommerce-checkout #site-footer{
        bottom: -100%;
    }
}

@media(max-width: 1280px) {
    .woocommerce-checkout #site-footer{
        bottom: -85%;
    }
}

@media(max-width: 1024px) {

    #site-footer,
    .woocommerce-checkout #site-footer {
        color: var(--black);
        position: relative;
        text-align: center;
        text-shadow: none;
        bottom: unset;
        right: unset;
    }

    #site-footer .section-inner,
    .woocommerce-checkout #site-footer .section-inner {
        justify-content: center;
    }
}

@media(max-width: 912px) {}

@media(max-width: 820px) {}

@media(max-width: 768px) {}

@media(max-width: 480px) {}

@media(max-width: 394px) and (min-width: 360px) {}

@media (-webkit-device-pixel-ratio: 1.25){
    #site-footer {
        bottom: -250px;
    }
    
    .woocommerce-checkout #site-footer{
        bottom: -100%;
    }
}