/* JIRA RLC-265 */

.booking-form.stick .res-main .title h3 {
    display: block;
    margin-top: 20px;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 10px;
}

.booking-form .res-main .title h3 {
    display: block;
    margin-top: 20px;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 10px;
}

.booking-form.stick .res-main .title img {
    padding-right: 5px;
    margin-top: 0px !important;
}

.booking-form .reserva-els {
    width: 50% !important;
}

.booking-form .res-btns ul li input[type="text"].datepicker {
    height: 80px;
    width: 120px;
}

.booking-form.stick .res-btns ul li input[type="text"].datepicker {
    height: 47px !important;
    font-size: 22px !important;
    background: no-repeat top 5px right 5px;
    width: 110px;
}

.booking-form .res-btns ul li input[type="text"].datepicker {
    margin-left: 0px;
    font-size: 24px !important;
    line-height: 22px;
}

.res-btns ul li .nice-select {
    height: 80px;
    width: 100px;
    padding-left: 30px;
}

.stick .res-btns ul li .nice-select {
    height: 47px;
}

.booking-form .nice-select span.current {
    font-size: 50px;
    height: 40px;
}

.stick .booking-form .nice-select span.current {
    font-size: 40px;
}

.booking-form .res-btns p.text-obertura-motor {
    margin-left: 0px;
    font-size: 14px;
    line-height: 22px;
}

.booking-form .res-btns ul li input[type="text"].datepicker {
    margin-left: 0px;
    font-size: 14px;
    line-height: 22px;
}

.booking-form .res-btns a.linksCanvis {
    font-size: 15px;
    line-height: 22px;
}


.res-btn {
    margin-top: 75px;
}

.stick .res-btn {
    margin-top: 55px;
}

@media screen and (max-width:1440px) {
    .booking-form .reserva-els {
        width: 60% !important;
    }
}

@media screen and (max-width:1258px) {
    .booking-form .reserva-els {
        width: 65% !important;
    }

    .booking-form .res-btns ul li input[type="text"].datepicker {
        width: 115px !important;
    }
}

@media screen and (max-width:1024px) {
    .booking-form .reserva-els {
        width: 70% !important;
    }

    .booking-form .res-main .title img {
        padding-right: 5px;
        margin-top: 0px !important;
    }

    .booking-form .res-btns ul li input[type="text"].datepicker {
        height: 47px !important;
        font-size: 22px !important;
        background: no-repeat top 10px right 12px !important;
    }

    .res-btns ul li .nice-select {
        height: 47px;
    }

    .booking-form .nice-select span.current {
        font-size: 40px;
    }

    .res-btn {
        margin-top: 55px;
    }

}

@media screen and (max-width: 970px) {
    .booking-form .res-btns ul li input[type="text"].datepicker {
        width: 45% !important;
    }

    .res-btns ul {
        row-gap: 0px !important;
    }
}

@media screen and (max-width: 425px) {
    .booking-form .res-btns ul li input[type="text"].datepicker {
        width: 84% !important;
    }
}

@media screen and (max-width: 375px) {
    .booking-form .res-btns ul li input[type="text"].datepicker {
        width: 100% !important;
    }
}

@media screen and (max-width: 320px) {
    .res-btns ul li {
        flex: 1 1 49%;
        position: relative;
    }

    .booking-form .res-btns ul li input[type="text"].datepicker {
        width: 60% !important;
    }
}


/* end JIRA RLC-265 */

/* begin JIRA RLC-280 */

.facial-section .facial-rgt ul,
.facial-section .facial-txt ul {
    margin-top: 10px;
}

.facial-section .facial-rgt ul li,
.facial-section .facial-txt ul li {
    font-family: 'montserrat-light';
    font-size: 15px;
    line-height: 20px;
    color: #5c5c5c;
    margin-bottom: 5px;
    list-style: disc;
    margin-left: 20px;
}

/* end JIRA RLC-280 */

/* begin JIRA RLC-353 */

.restaurant-info .reservar {
    margin: 50px auto 0;
    width: clamp(0%, 100%, 600px);
}

.restaurant-info .reservar a {
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    background: #0a1f8f;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    display: block;
    transition: all 0.35s ease;
    border: 2px solid #0a1f8f;
}

.restaurant-info .reservar a:hover,
.restaurant-info .reservar a:focus {
    background: #fff;
    color: #0a1f8f;
}

/* end JIRA RLC-353 */