#t-datepicker-ajax {
    position: relative;
    width: 100%;
    float: right;
}

#t-datepicker-ajax-load {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
}

#run {
    width: 17%;
}

.destination1 {
    margin: 0 0 10px 0;
}

.coupon {
    position: relative;
    width: 15%;
    float: right;
    margin: 0 5px 0 0;
}

.widget-body #booking .t-check-in,
.widget-body #booking .t-check-out,
.widget-body #booking input,
.widget-body #booking select {
    border: 1px solid !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.number_rooms {
    display: none;
}

.by_coupon {
    position: relative;
    width: 100%;
    float: right;
    margin: 0 0 0 0;
}

.by_coupon_button {
    float: right;
    cursor: pointer;
}

.by_coupon_box {
    display: none;
    width: 100%;
    padding: 15px;
    margin: 0;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 8;
    background: #3e4142;
    color: #ffffff;
    border-top: 3px solid #1a88f6;
    box-shadow: 0 0 10px #000;
}

.by_coupon_box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 9px solid #1a88f6;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: -12px;
    right: 10px;
}

.by_coupon_box label {
    position: static !important;
    width: 100%;
    float: right;
    padding: 0;
    margin: 0 0 10px 0;
}

.by_coupon_box input {
    width: 100% !important;
    font-size: 12px !important;
    padding: 5px !important;
    margin: 0 !important;
    float: left;
    height: auto !important;
}

.by_coupon_box_desc {
    width: 100%;
    float: right;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 12px;
}

.ui-datepicker-trigger {
    display: none;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #338ce2;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

.fixed .compo .widget-body .checkdates {
    width: 66%;
}

.widget-body .run {
    width: 100% !important;
    margin: 0;
}

.fixed .compo #run {
    margin: 0 0 0;
    width: 30% !important;
}

.widget-body .t-day-translate {
    width: calc(100% - 45px);
    line-height: 18px;
    font-size: 12px;
}

.widget-body .t-day-translate {
    width: calc(100% - 45px);
    line-height: 12px;
    font-size: 12px;
}

.fixed .widget-body .t-day-translate {
    width: calc(100% - 30px);
}

.fixed .t-dates {
    padding: 10px 5px;
}

.fixed .material-icons {
    display: none;
}

.fixed .t-day-check-in,
.fixed .t-day-check-out {
    font-size: 23px;
    width: 30px;
}

.fixed .t-check-in,
.fixed .t-check-out {
    height: 45px;
}

.fixed .widget-body .run {
    line-height: 33px;
}

#number_rooms {
    display: none !important;
}

@media screen and (min-width: 700px) {
    .widget-body .run {
        width: 17% !important;
    }
}

@media (min-width: 910px) {
    .fixed .widget-body .t-day-translate {
        width: calc(100% - 35px);
    }
    .fixed .compo #run {
        margin: 0 0 0;
        width: 20% !important;
        line-height: 48px;
    }
    .fixed .widget-body .run {
        line-height: 48px;
    }
    .fixed .t-check-in,
    .fixed .t-check-out {
        height: 50px;
    }
    .fixed .t-dates {
        padding: 15px 5px;
    }
    .fixed .t-day-check-in,
    .fixed .t-day-check-out {
        font-size: 34px;
        width: 45px;
    }
    .fixed .material-icons {
        display: block;
    }
    .fixed .compo .widget-body .checkdates {
        width: 37%;
    }
    .by_coupon_box {
        width: 20%;
    }
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}