/** style bookiser*/
#reservation {
    position: relative;
}
@media (max-width: 991px) {
    #reservation {
        display: none;
    }
}
#reservation #reservation__form {
    max-width: 910px;
    margin: auto;
    padding: 10px 15px;
    border-radius: 60px;
    display: flex;
}
@media (min-width: 768px) {
    #reservation #reservation__form {
        /*position: absolute;
        bottom: 17px;*/
        width: calc(100% - 60px);
        padding: 20px 30px;
    }
}
#reservation #reservation__form form {
    border: 3px solid rgba(100, 28, 98);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 60px;
    width: 100%;
    padding: 10px 25px;
}
@media (min-width: 768px) {
    #reservation #reservation__form form {
        padding: 20px 50px;
    }
}
#reservation #reservation__form form fieldset {
    background-color: #F5F4F4;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #033F7B;
    border-radius: 60px;
    color: rgba(100, 28, 98, .6);;

    text-align: center;
    min-width: 200px;
    font-size: 18px;
    padding: 8px 22px;
    position: relative;
    margin-bottom: 0;
}
#reservation #reservation__form form fieldset i {
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);
    font-size: 30px;
    color: rgba(100, 28, 98);
}
@media (min-width: 992px) {
    #reservation #reservation__form form fieldset + fieldset {
        margin: 0 40px;
    }
}
@media (max-width: 767px) {
    #reservation #reservation__form form fieldset {
        width: 100%;
        margin-top: 10px;
    }
}
#reservation #reservation__form form input[type=date] {
    position: absolute;
    width: calc(100% - 2px);
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    cursor: pointer;
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}
@media (max-width: 992px) {
    #reservation #reservation__form form .reservation__submit {
        margin-top: 10px;
        width: 100%;
    }
}
#reservation #reservation__form form input[type=submit] {
    background-color: rgba(100, 28, 98);
    box-shadow: 0px 3px 6px #00000029;
    border: 0;
    border-radius: 19px;
    min-width: 200px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 7px;
}
@media (max-width: 992px) {
    #reservation #reservation__form form input[type=submit] {
        width: 100%;
    }
}
@media(min-width: 992px){
    .footer__xs{
        display: none !important;
    }
}
@media(max-width: 991px){

    .gt_switcher_wrapper{
        bottom:50px !important;
    }
}
.footer__xs>div{
    background-color: rgba(100, 28, 98);
    position: fixed;
    bottom:0;
    width:100%;
    z-index: 10000;
    left:0;
}

.footer__xs>div a{
    color: #fff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .justify-content-md-between {
        justify-content: space-between !important;
    }
}
.justify-content-center {
    justify-content: center !important;
}
.align-items-center {
    align-items: center !important;
}
#reservation.fixed{
    position:fixed;
    bottom:0px;
    left:0;
    width:100%;
    right:0;
    z-index: 10000;
}
#reservation.fixed #reservation__form{
    bottom: inherit;
}
