@media only screen and (min-width: 768px) and (max-width: 1439px) {
  
}

/* Tablet */
@media only screen and (max-width: 768px) {
    .booking-form {
        justify-content: unset;
    }      
    .btn-quantity .btn-label {
        font-size: 16px;
        line-height: 70px;
    }
    .btn-quantity input {
        height: 48px;
        padding: 0;
        font-size: 20px;
    }
    .btn-quantity .btn-minus {
        height: 35px;
        font-size: 1.4em;
        font-weight: bold;
    }
    .btn-quantity .btn-plus {
        width: 35px;
        height: 35px;
        font-size: 1.4em;
        font-weight: bold;
    }
    .guests-select__button {
        height: 50px;
        font-size: 1.2em;
        margin-top: 0;
    }
    #datepicker {
        overflow: auto;
    }
    .datepicker__next {
        right: 0;
    }
    .current-month{
        margin-right: 0;
    }
    .datepicker__calendars {
        display: block;
        padding: 50px;
    }
    .datepicker__month-name {
        margin-bottom: 1.4rem;
    }
    .datepicker__week-day-name {
        width: 100%;
        text-align: center;
    }
    .datepicker__day {
        position: relative;
        width: 14.2%;
        height: 2.6rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.2rem;
        box-shadow: 1px 1px 0 0 #f3f3f3, 1px 0 0 0 #f3f3f3 inset, 0 1px 0 0 #f3f3f3 inset;
    }
    .datepicker__day.-rangestart:before {
        border-width: 1.5rem 0.7rem;
    }
    .datepicker__day.-rangeend:after {
        border-width: 1.5rem 0.7rem;
    }
    .datepicker__day-date {
        font-size: 14px;
        line-height: 2em;
        padding-top: 6px;
    }
    .datepicker__footer {
        margin: 2.4rem 0 0;
    }
    .datepicker__footer-hints {
        font-size: 14px;
        line-height: 1em;
    }
    .datepicker__footer-label {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .datepicker__footer-note {
        font-size: 10px;
        line-height: 5px;
    }
    .guests-select-wrapper {

    }
    .guests-select {
        margin: 0 auto;
    }
}

/* Phone */
@media only screen and (max-width: 600px) {
    .booking-form {
        justify-content: unset;
    }

    .booking-form .checkin {
        width: 100%;
    }

    .booking-form .checkout {
        width: 100%;
    }

    .booking-form .persons {
        width: 100%;
    }

    .booking-form .persons .input-text {

    }

    .booking-form .input-text {

    }
    .booking-form .button-big {

    }
    .guests-select-wrapper {

    }
    .guests-select {
        margin: 0 auto;
    }
    .btn-quantity .btn-label {
        font-size: 16px;
        line-height: 70px;
    }
    .btn-quantity input {
        height: 48px;
        padding: 0;
        font-size: 20px;
    }
    .btn-quantity .btn-minus {
        width: 35px;
        height: 35px;
        font-size: 1.4em;
        font-weight: bold;
    }
    .btn-quantity .btn-plus {
        width: 35px;
        height: 35px;
        font-size: 1.4em;
        font-weight: bold;
    }
    .btn-quantity input {
        width: 140px;
    }
    .guests-select__button {
        height: 50px;
        font-size: 1.2em;
        margin-top: 0;
    }
    #datepicker {
        
    }
    .datepicker__next {
        right: 0;
    }
    .current-month{
        margin-right: 0;
    }
    .datepicker__calendars {
        display: block;
        padding: 0;
    }
    .datepicker__month-name {
        margin-bottom: 1.4rem;
    }
    .datepicker__week-day-name {
        width: 100%;
        text-align: center;
    }
    .datepicker__day {
        position: relative;
        width: 3.8rem;
        height: 2.6rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.2rem;
        box-shadow: 1px 1px 0 0 #f3f3f3, 1px 0 0 0 #f3f3f3 inset, 0 1px 0 0 #f3f3f3 inset;
    }
    .datepicker__day.-rangestart:before {
        border-width: 1.5rem 0.7rem;
    }
    .datepicker__day.-rangeend:after {
        border-width: 1.5rem 0.7rem;
    }
    .datepicker__day-date {
        font-size: 14px;
        line-height: 2em;
        padding-top: 6px;
    }
    .datepicker__footer {
        margin: 5rem 0 0;
    }
    .datepicker__footer-hints {
        font-size: 14px;
        line-height: 1em;
    }
    .datepicker__footer-label {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .datepicker__footer-note {
        font-size: 10px;
        line-height: 5px;
    }
}