header .header-container{
    background: var(--white);
    height: 10.9375vw;
    padding: 2.1875vw 1.875vw;
}

.header-row{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.header-logo{
    width: 15.9375vw;
    cursor: pointer;
}

.header-searchbar{
    width: 12.89vw;
    height: 2.5vw;
    border: 0.078vw solid black;
    border-radius: 0.625vw;
    padding: 0.3125vw;
    padding-left: 0.9375vw;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-searchbar input{
    width: 9.453vw;
    font-family: "Poppins Bold";
    font-size: 1.0937vw;
    height: 100%;
    cursor: pointer;
}

.header-searchbar input::placeholder{
    color: var(--blueC) !important;
}

.header-searchbar img{
    width: 1.875vw;
    float: right;
}

.header-topright-buttons, .help-button{
    display: flex;
}

.help-button{
    cursor: pointer;
}

.header-topright-buttons{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.help-button img{
    margin-right: 0.35vw;
}

.header-topright-buttons img{
    width: 1.5625vw;
    cursor: pointer;
}

.reserve-h-button{
    /*width: 8.9vw;*/
    text-align: right;
    cursor: pointer;
}

.lang-button{
    width: 4.0625vw !important;
    height: 1.875vw;
    cursor: pointer;
}

.header-menu{
    height: 1.5625vw;
    margin-top: 2.5vw;
    align-items: center;
}

.header-menu *{
    text-transform: uppercase;
}

.header-menu img{
    width: 0.15vw;
}

.header-menu-option{
    font-family: "Poppins Bold";
    font-size: 1.09375vw;
    margin: 0vw 2.1875vw;
    cursor: pointer;
}


header .header-picker{
    background: var(--white);
    height: 6.875vw;
    display: flex;
    justify-content: space-between;
    padding: 0px 2vw;
    align-items: center;
    transition: top 0.4s;
    z-index: 2;
    top: 10vw;
}

#header-picker{
    width: 96% !important;
    border-radius: 3vw;
    margin-top: 2vw;
    justify-self: anchor-center;
    position: fixed !important;
}

header .header-picker div{
    width: 14.2vw;
    position: relative;
}

header .header-picker button{
    width: 16vw;
}

.header-picked-selected{
    background: #AAA18C !important;
    align-items: center;
}

.header-picked-selected img, .h-picker-item img{
    width: 1.875vw;
    min-width: 1.875vw;
    margin-right: 0.9375vw;
}

.header-picked-selected *{
    color: #FFF !important;
}

.header-picked-selected .cancel{
    cursor: pointer;
}

.h-picker-item{
    background: #FFF !important;
    border-radius: 0.625vw;
    display: flex;
    padding: 0.7vw 1.25vw;
    height: 4.5vw;
}

.h-picker-item select{
    padding: 0px;
    border: none;
    margin-left: -0.3vw;
}

.h-picker-item input::placeholder{
    color: black;
}

.h-m-option-selected{
    color: #FFF;
    background: #AAA18C;
    padding: 0.4vw 0.8vw;
}

#lang-selector{
    position: absolute;
    padding: 0.9375vw 1.25vw;
    width: 6.875vw;
    height: 5vw;
    left: 20.6vw;
    top: 1.99vw;
    background: #FFFFFF;
    box-shadow: 0px 0.625vw 1.875vw -0.46875vw rgba(0, 0, 0, 0.16), 0px 0px 0.078125vw rgba(0, 0, 0, 0.4);
    border-radius: 0.625vw;
    z-index: 3;
    display: none;
}

#lang-selector div{
    height: 1.8vw !important;
}

#lang-selector img{
    width: 4.6875vw;
}

#header-responsive, .options-header-resp{
    display: none;
    width: 100%;
    height: 12.307vw;
    padding: 2.05vw 4.102vw;
    background: #F9F6ED;
    position: fixed;
    top: 0vw;
    z-index: 9;
    justify-content: space-between;
}

.options-header-resp{
    display: flex !important;
    background: #FFF !important;
    filter: invert(1);
    margin-bottom: 11.282vw;
    position: static !important;
}

#menu-resp{
    width: 6.153vw;
    cursor: pointer;
    margin-right: 4.1025vw;
}

#logo-resp{
    width: 33.846vw;
    margin-right: auto;
    cursor: pointer;
    margin-bottom: 1.1vw;
}

.reserve-button-resp{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.025vw 1.025vw 1.025vw 3.075vw;
    height: 8.205vw;
    border: 0.256vw solid #000000;
    border-radius: 2.0512vw;
    cursor: pointer;
}

.reserve-button-resp img{
    width: 6.153vw;
    margin-left: 1.025vw;
}

#header-menu-responsive{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: #000;
    transition: left 0.5s;
    left: -100%;
}

.resp-h-option{
    margin-bottom: 10.256vw;
    padding: 0px 4.102vw;
    color: #FFF !important;
    cursor: pointer;
    text-transform: uppercase;
}

.header-bottom{
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*padding-bottom: 4.102vw;*/
    padding-bottom: 13vw;
    justify-content: center;
    display: block;
    place-items: center;
    text-align: -webkit-center;
}

.header-bottom .help-button{
    width: 100% !important;
    padding: 4.102vw !important;
    margin-bottom: 4vw !important;
}

.header-bottom .help-button img{
    width: 5vw !important;
    margin-right: 1vw !important;
    filter: invert(1) !important;
}
.header-bottom .help-button *{
    color: #FFF !important;
}

.bottom-reserve-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.025vw 1.025vw 1.025vw 3.075vw;
    height: 8.205vw;
    border: 0.256vw solid #FFF;
    cursor: pointer;
    color: #FFF;
    width: 92.30vw;
    border-radius: 2.0512vw;
}

.close-header{
    display: none;
    width: 6.3157vw !important;
    justify-self: right;
}

.invis-div{
    display: none;
}

.resp-div{
    display: block;
}

.flatpickr-calendar{
    transform-origin: top left;
    transform: scale(1) !important;
    margin-top: 1vw;
}

@media (min-height: 120vw){
    .resp-div{
        display: none;
    }
    header{
        margin-top: 12.307vw !important;
    }
    #header-container{
        display: none !important;
    }
    #header-responsive{
        display: flex;
    }
    .flatpickr-calendar{
        /*top:1vw !important;
        left: 1vw !important;
        place-self: anchor-center !important;
        transform-origin: center !important;
        transform: scale(2.5) !important;
        align-self: anchor-center;
        justify-self: anchor-center;
        position-area: center;*/
        top: 50% !important;
        left: 50% !important;
        transform: scale(2.5) translate(-50%, -50%) !important;
        display: grid !important;
    }
    .flatpickr-calendar.animate.open {
        animation: opacityy linear 0.2s !important;
    }
    #header-picker-selected{
        height: 32vw;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0vw;
        padding: 4vw;
        padding-top: 3vw;
    }
    .close-header, .invis-div{
        display: block;
    }
    header #header-picker-selected div {
        width: 42.2vw !important;
    }
    header #header-picker-selected .flex-center img{
        display: none !important;
    }
    .mmsk{
        margin-bottom: 3vw;
    }
}

@media (min-width: 120vh){
    #header-picker-selected{
        transform: scale(0.9);
        transform-origin: top left;
        width: 111.11% !important;
        padding: 0px 15vw;
        height: 5.5vw;
    }
}

@keyframes opacityy {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}