@media only screen and (min-width: 768px) and (max-width: 1439px) {
  
}

/* Tablet */
@media only screen and (max-width: 768px) {
    .bkr__form {
        justify-content: unset;
    }      
    .bkr__btn-quantity .bkr__btn-label {
        font-size: 16px;
        line-height: 70px;
    }
    .bkr__btn-quantity .bkr__input-quantity {
        height: 48px;
        padding: 0;
        font-size: 20px;
    }
    .bkr__btn-quantity .bkr__btn-minus {
        height: 35px;
        font-size: 1.4em;
        font-weight: bold;
    }
    .bkr__btn-quantity .bkr__btn-plus {
        width: 35px;
        height: 35px;
        font-size: 1.4em;
        font-weight: bold;
    }
    .bkr__guests-select-button {
        height: 50px;
        font-size: 1.2em;
        margin-top: 0;
    }
    #bkr__datepicker {
        overflow: auto;
    }
    .bkr__datepicker__next {
        right: 0;
    }
    .bkr__current-month{
        margin-right: 0;
    }
    .bkr__datepicker__calendars {
        display: block;
        padding: 50px;
    }
    .bkr__datepicker__calendar {
        width: 100%;
    }
    .bkr__datepicker__calendar.bkr__current-month {
        margin-right: 0;
	margin-bottom: 10%;
    }
    .bkr__datepicker__month-name {
        margin-bottom: 1.4rem;
    }
    .bkr__datepicker__week-day-name {
        width: 100%;
        text-align: center;
    }
    .bkr__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;
    }
    .bkr__datepicker__day.-rangestart:before {
        border-width: 1.3rem 0.7rem;
    }
    .bkr__datepicker__day.-rangeend:after {
        border-width: 1.3rem 0.7rem;
    }
    .bkr__datepicker__day-date {
        font-size: 14px;
        line-height: 2em;
        padding-top: 6px;
    }
    .bkr__datepicker__footer {
        margin: 2.4rem 0 0;
    }
    .bkr__datepicker__footer-hints {
        font-size: 14px;
        line-height: 1em;
    }
    .bkr__datepicker__footer-label {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .bkr__datepicker__footer-note {
        font-size: 10px;
        line-height: 5px;
    }
    .guests-select-wrapper {

    }
    .bkr__guests-select {
        margin: 0 auto;
    }
}

/* Phone */
@media only screen and (max-width: 600px) {
    .bkr__form {
        justify-content: unset;
    }

    .bkr__form .bkr__checkin {
        width: 100%;
    }

    .bkr__form .bkr__checkout {
        width: 100%;
    }

    .bkr__form .bkr__persons {
        width: 100%;
    }
    .bkr__guests-select {
        margin: 0 auto;
    }
    .bkr__btn-quantity .bkr__btn-label {
        font-size: 16px;
        line-height: 70px;
    }
    .bkr__btn-quantity .bkr__input-quantity {
        height: 48px;
        padding: 0;
        font-size: 20px;
    }
    .bkr__btn-quantity .bkr__btn-minus {
        width: 35px;
        height: 35px;
        font-size: 1.4em;
        font-weight: bold;
    }
    .bkr__btn-quantity .bkr__btn-plus {
        width: 35px;
        height: 35px;
        font-size: 1.4em;
        font-weight: bold;
    }
    .bkr__guests-select__button {
        height: 50px;
        font-size: 1.2em;
        margin-top: 0;
    }
    .bkr__datepicker__next {
        right: 0;
    }
    .bkr__current-month{
        margin-right: 0;
    }
    .bkr__datepicker__calendars {
        display: block;
        padding: 0;
    }
    .bkr__datepicker__month-name {
        margin-bottom: 1.4rem;
    }
    .bkr__datepicker__week-day-name {
        width: 100%;
        text-align: center;
    }
    .bkr__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;
    }
    .bkr__datepicker__day.-rangestart:before {
        border-width: 1.3rem 0.7rem;
    }
    .bkr__datepicker__day.-rangeend:after {
        border-width: 1.3rem 0.7rem;
    }
    .bkr__datepicker__day-date {
        font-size: 14px;
        line-height: 2em;
        padding-top: 6px;
    }
    .bkr__datepicker__footer {
        margin: 5rem 0 0;
    }
    .bkr__datepicker__footer-hints {
        font-size: 14px;
        line-height: 1em;
    }
    .bkr__datepicker__footer-label {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .bkr__datepicker__footer-note {
        font-size: 10px;
        line-height: 5px;
    }
}