.calendar {
    position: relative;
}

.calendar,
.calendar * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.calendar-main {
    display: none;
    position: relative;
    /* margin-top: 0; */
}

.calendar-main.active {
    display: block;
}

.calendar .calendar-main:first-child {
    margin-top: 0;
}

.calendar .calendar-main:last-child:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: " ";
}

.calendar-action {
    position: absolute;
    top: 1px;
    z-index: 9;
    border: none;
    width: 44px;
    height: 43px;
    text-align: center;
    background: #fff;
}

.calendar-action:focus {
    outline: none;
}

.calendar-action.disabled {
    background: #ccc;
}

.calendar-action-prev {
    left: 1px;
}

.calendar-action-next {
    right: 1px;
}

.calendar-body,
.calendar-day {
    font-size: 0;
}

.calendar-body{
    margin: 6px 0;
}
 
.calendar-day {
    position: relative;
    text-align: center;
}

.calendar-cell {
    display: inline-block;
    width: 14.285714285714286%;
    font-size: 14px;
    vertical-align: top;
}

.calendar-date-cell {
    position: relative;
    text-align: center;
}

.calendar-date-cell .date {
    padding-top: 4px;
    padding-left: 4px;
    font-size: 14px;
    text-align: center;
}

.calendar-date-cell .label {
    display: none;
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 12px;
}

.calendar-date-cell .value {
    padding-right: 4px;
    font-size: 12px;
    text-align: center;
}

.calendar-date-cell:not(:empty) {
    cursor: pointer;
}

.calendar-date-cell.disabled .date {
    color: #d1d1d1 !important;
    cursor: default;
}

.calendar-date-cell.in-range {
    color: #fff;
    background: #19c5f8;
}

.calendar-date-cell.active {
    position: relative;
    color: #fff;
    background: #06a2d0;
}

.calendar-date-cell.active:before {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #06a2d0;
    content: "";
}

.calendar-double-views {
    width: 100%;
    max-width: none;
}

.calendar-double-views .calendar-main {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.calendar-double-views .calendar-head {
    position: relative;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.calendar-single-view {
    max-width: 768px;
}

.calendar-single-view .calendar-title {
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.calendar {
    margin-top: -1px;
}

.calendar .calendar-body .calendar-cell {
    height: 40px;
    background: #fff;

    -webkit-tap-highlight-color: rgba(250, 250, 250, 0);
}

.calendar .calendar-body .calendar-cell .date {
    top: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #434c5a;
}

.calendar .calendar-body .calendar-cell .date,
.calendar .calendar-body .calendar-cell .value {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
    pointer-events: none;
}

.calendar .calendar-body .calendar-cell .value {
    display: none;
    bottom: 5px;
    font-size: 10px;
    color: #acafb4;
}

.calendar .calendar-body .calendar-cell .value:before {
    content: "$";
}

.calendar .calendar-body .calendar-cell.highlight .value {
    color: #b4975a;
}

.calendar .calendar-body .calendar-cell.active:before {
    display: none;
}

.calendar .calendar-body .calendar-cell.start-date {
    border-radius: 1px;
    background: #c01821;
    /* color: #fff; */
}

.calendar .calendar-body .calendar-cell.start-date .date {
    font-weight: 500;
    color: #fff;
}

.calendar .calendar-body .calendar-cell.start-date .value {
    color: #b4975a;
}

.calendar .calendar-body .calendar-cell.in-range {
    background: #dfb557 !important;
    -webkit-box-shadow: inset 0 -1px 0 0 #b99037, inset 0 1px 0 0 #b99037;
    box-shadow: inset 0 -1px 0 0 #b99037, inset 0 1px 0 0 #b99037;
}

.calendar .calendar-body .calendar-cell.in-range .date,
.calendar .calendar-body .calendar-cell.in-range .value {
    color: #fff;
}

.calendar .calendar-body .calendar-cell.end-date {
    background: #c01821 !important;
    /* color: #fff; */
    /*-webkit-box-shadow: inset -1px -1px 0 0 #b99037, inset 0 1px 0 0 #b99037;*/
    /*box-shadow: inset -1px -1px 0 0 #b99037, inset 0 1px 0 0 #b99037*/
}

.calendar .calendar-body .calendar-cell.end-date .date {
    font-weight: 500;
    color: #fff;
}

.calendar .calendar-body .calendar-cell.end-date .value {
    color: #b4975a;
}

.calendar .calendar-body .calendar-cell.end-date:after {
    left: auto;
    right: 0;
    border-width: 8px 4.8px 8px 0;
    border-width: 50px 30px 50px 0;
    border-color: transparent hsla(0, 0%, 100%, .3) transparent transparent;
}

.calendar .calendar-body .calendar-cell.calendar-cell-empty {
    background: #ebe9e6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.calendar .calendar-day {
    display: none;

/* position: fixed; */
    z-index: 999;
    width: 100%;
    height: 40px;
}

.calendar .calendar-date-cell.hover {
    border-radius: 1px;
    background: #f3d5d7;
}

.calendar .calendar-day .calendar-day-cell {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    color: #434c5a;
}

.calendar .calendar-day .calendar-day-cell:first-child,
.calendar .calendar-day .calendar-day-cell:last-child {
    color: #c01821;
}

.calendar .calendar-title {
    position: relative;
    border-radius: 2px;
    font-size: 14px;

/* font-weight: 500; */
    line-height: 31px;
    text-align: center;
    color: #434c5a;
    background-color: #f8f8f8;
}

.swiper-container {
    overflow: hidden;
    list-style: none;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-slide {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 8px;
    margin-right: 50px;
}

.btn-warning {
    color: #181717;
    background-color: #f7ba2a;
}

.btn-warning:hover {
    color: #181717;
    background-color: #f2ac09;
}

.btn-warning.disabled,
.btn-warning:disabled {
    border-color: #f7ba2a;
    background-color: #f7ba2a;
}

.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    border-color: #d99b08;
    color: #181717;
    background-color: #e5a409;
}

.btn-primary {
    color: #fff;
    background-color: #93773b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #786130;
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #93773b;
    background-color: #93773b;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    border-color: #665229;
    color: #fff;
    background-color: #6f5a2c;
}

.btn-champagne {
    color: #181717;
    background-color: #bd9e57;
}

.btn-champagne:hover {
    color: #fff;
    background-color: #ab8b43;
}

.btn-champagne.disabled,
.btn-champagne:disabled {
    border-color: #bd9e57;
    background-color: #bd9e57;
}

.btn-champagne:not([disabled]):not(.disabled).active,
.btn-champagne:not([disabled]):not(.disabled):active,
.show > .btn-champagne.dropdown-toggle {
    border-color: #987c3c;
    color: #fff;
    background-color: #a2843f;
}

.btn-dark,
.btn-dark:hover {
    color: #fff;
    background-color: #000;
}

.btn-dark.disabled,
.btn-dark:disabled {
    border-color: #000;
    background-color: #000;
}

.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    border-color: #000;
    color: #fff;
    background-color: #000;
}

.btn-outline-light {
    border-color: #f4f2ed;
    color: #f4f2ed;
    background-color: transparent;
    background-image: none;
}

.btn-outline-light:hover {
    color: #181717;
    background-color: #f4f2ed;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f4f2ed;
    background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    border-color: #f4f2ed;
    color: #181717;
    background-color: #f4f2ed;
}

.btn-outline-warning {
    border-color: #f7ba2a;
    color: #f7ba2a;
    background-color: transparent;
    background-image: none;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f7ba2a;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f7ba2a;
    background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    border-color: #f7ba2a;
    color: #fff;
    background-color: #f7ba2a;
}

.btn-outline-primary {
    border-color: #93773b;
    color: #93773b;
    background-color: transparent;
    background-image: none;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #93773b;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #93773b;
    background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    border-color: #93773b;
    color: #fff;
    background-color: #93773b;
}

.btn-outline-champagne {
    border-color: #bd9e57;
    color: #bd9e57;
    background-color: transparent;
    background-image: none;
}

.btn-outline-champagne:hover {
    color: #fff;
    background-color: #bd9e57;
}

.btn-outline-champagne.disabled,
.btn-outline-champagne:disabled {
    color: #bd9e57;
    background-color: transparent;
}

.btn-outline-champagne:not([disabled]):not(.disabled).active,
.btn-outline-champagne:not([disabled]):not(.disabled):active,
.show > .btn-outline-champagne.dropdown-toggle {
    border-color: #bd9e57;
    color: #fff;
    background-color: #bd9e57;
}

.btn-outline-dark {
    border-color: #000;
    color: #000;
    background-color: transparent;
    background-image: none;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #000;
    background-color: transparent;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #979595;
}

.btn-text {
    border-color: #e9ecef;
    border-radius: 12.5px;
    padding: 0;
    width: 100%;
    height: inherit;
    font-weight: 400;
    text-transform: none !important;
    color: #000;
    background-color: transparent;
}

.btn-text.disabled,
.btn-text:disabled {
    color: #979595;
}

.Qanimated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.content {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.content.showMark,
.filterBlur {
    -webkit-filter: blur(3px);
    filter: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"filter\"><feGaussianBlur stdDeviation=\"3\" /></filter></svg>#filter");
    filter: blur(3px);
}

.scrollwarp {
    /* overflow: hidden; */
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.scrollwarp.hasScroll {
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    -webkit-overflow-scrolling: touch;
}

.scrollwarp.hasBottomBar {
    bottom: 21.333px;
    bottom: 1.33333rem;
}

.scrollwarp.hasTopBar {
    top: 17.066px;
    top: 1.06667rem;
}

.mark {
    z-index: 10;
    background: rgba(0, 0, 0, .7);
}

.mark,
.mark:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mark:before {
    z-index: 9;
    background: rgba(0, 0, 0, .1);
    -webkit-filter: blur(20px);
    filter: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"filter\"><feGaussianBlur stdDeviation=\"20\" /></filter></svg>#filter");
    filter: blur(20px);
    /* content: ""; */
}

.mark.top {
    z-index: 30;
}

.noSelectedHotel {
    position: absolute;
    top: 125.44px;
    top: 7.84rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: hsla(0, 0%, 100%, .7);
}

.index-detail {
    overflow: hidden;
    position: absolute;
    top: 5.12px;
    top: 32px;
    left: 5.12px;
    left: 32px;
    right: 5.12px;
    right: 32px;
    bottom: 0;
    z-index: 40;
    border-radius: 10.7px 10.7px 0 0;
    font-size: 5.973px;
    font-size: 37.3px;
    line-height: 1.5;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .13);
}

.index-detail .index-detail-con {
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.index-detail .index-detail-con:after {
    position: absolute;
    top: 85.333px;
    top: 5.33333rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    content: " ";
}

.index-detail.hasBottomBar .index-detail-con {
    bottom: 24.32px;
    bottom: 1.52rem;
}

.index-detail .hotelDetail {
    padding: 5.12px;
    padding: 32px;
    background-color: #fff;
}

.index-detail .hotelDetail .ql-editor {
    padding: 0;
}

.index-detail .hotelDetail .ql-editor ul {
    margin-left: -.8em;
    padding-left: 0;
}

.index-detail .hotelDetail .ul-list ul {
    margin-top: 1em;
    margin-bottom: 1em;
}

.index-detail .hotelDetail .hotelDetail {
    padding: 5.12px 0;
    padding: 32px 0;
}

.index-detail .hotelDetail .hotelAward {
    font-size: 5.973px;
    font-size: 37.3px;
    color: #4a4848;
}

.index-detail .hotelDetail .hotelAward p {
    margin: 0 0 .5em;
}

.index-detail .hotelDetail .hotelAward p em {
    font-weight: 700;
    font-style: normal;
}

.index-detail .hotelDetail .hotelAward p i {
    position: relative;
    top: .853px;
    top: 5.3px;
    margin-right: 1.706px;
    margin-right: 10.7px;
    font-size: 6.826px;
    font-size: 42.7px;
    color: #93773b;
}

.index-detail .hotelDetail .hotelAward p i:before {
    color: #93773b;
}

.index-detail .hotelDetail .desc {
    line-height: 1.4;
    color: #979595;
}

.index-detail .hotelDetail .icon-box {
    clear: both;
    overflow: hidden;
}

.index-detail .hotelDetail .icon-box .icon-big {
    float: left;
    width: 25%;
    text-align: center;
    color: #93773b;
}

.index-detail .hotelDetail .icon-box .icon-big i {
    display: block;
    font-size: 11.946px;
    font-size: 74.7px;
}

.index-detail .hotelDetail .icon-box .icon-big i:after {
    color: #93773b;
}

.index-detail .hotelDetail .icon-box .icon-big span {
    display: block;
    font-size: 5.973px;
    font-size: 37.3px;
    line-height: 1.2;
}

.index-detail .hotelDetail .icon-box .icon-small {
    float: left;
    width: 50%;
    color: #979595;
}

.index-detail .hotelDetail .icon-box .icon-small i {
    position: relative;
    top: .853px;
    top: 5.3px;
    margin-right: 1.706px;
    margin-right: 10.7px;
    font-size: 6.826px;
    font-size: 42.7px;
}

.index-detail .hotelDetail .icon-box .icon-small i:after {
    color: #4a4848;
}

.index-detail .hotelDetail .icon-box .icon-small span {
    font-size: 5.12px;
    font-size: 32px;
    line-height: 1.2;
}

.index-detail .hotelDetail h3 {
    clear: both;
    margin: 5.12px 0 3.413px;
    margin: 32px 0 21.3px;
    font-size: 5.973px;
    font-size: 37.3px;
    /* 20230417 pengchenglong 700 -> 400 IS-437 */
    font-weight: 400;
    /* 20230417 pengchenglong end */
    text-align: center;
}

.index-detail .select {
    margin: 0 auto;
    border: 1px solid #93773b;
    border-radius: 10px;
    font-size: 5.973px;
    font-size: 37.3px;
    color: #93773b;
    background-color: #fff;
}

.index-detail .booking,
.index-detail .select {
    display: block;
    width: 66.133px;
    width: 4.13333rem;
    height: 16.64px;
    height: 1.04rem;
    line-height: 16.64px;
    line-height: 1.04rem;
    text-align: center;
    outline: none;
}

.index-detail .booking {
    float: right;
    margin: 0;
    border-radius: 10px;
    font-size: 8.533px;
    font-size: 53.3px;
    color: #fff;
    background-color: #93773b;
}

.index-detail .bottomBar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    padding: 3.84px;
    padding: 24px;
    height: 24.32px;
    height: 1.52rem;
    background: #fff;
}

.index-detail .bottomBar:after {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #ddd;
    width: 200%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    content: " ";
}

.index-detail .bottomBar p {
    margin: 0;
    font-size: 4.266px;
    font-size: 26.7px;
    line-height: 1.2;
    color: #979595;
}

.index-detail .bottomBar p em {
    margin-right: 4.266px;
    margin-right: 26.7px;
    font-size: 7.68px;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    white-space: nowrap;
    color: #be9e58;
}

.index-detail .close {
    overflow: hidden;
    position: absolute;
    top: 3.413px;
    top: 21.3px;
    right: 3.413px;
    right: 21.3px;
    z-index: 1;
    border-radius: 8px;
    width: 11.093px;
    width: 69.3px;
    height: 11.093px;
    height: 69.3px;
    font-size: 7.68px;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background: rgba(0, 0, 0, .2);
}

.index-detail .close i {
    position: absolute;
    top: 1.706px;
    top: 10.7px;
    left: 1.706px;
    left: 10.7px;
}

.index-detail .close i:before {
    color: hsla(0, 0%, 98%, .5);
}

.index-detail .close:active {
    background: rgba(0, 0, 0, .5);
}

.index-detail .close:active i:before {
    color: #fafafa;
}

.index-detail .hotelName {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.2px;
    bottom: 20px;
    z-index: 2;
    margin: 0;
    font-size: 8.533px;
    font-size: 53.3px;
    text-align: center;
    color: #fafafa;
}

.index-detail .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5.12px;
    margin: 32px;
}

.index-detail .title h3 {
    margin: 0 .5em;
    font-size: 7.68px;
    font-size: 48px;
    line-height: 10.24px;
    line-height: 64px;
}

.index-detail .title section {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-flex: 0;
    border-bottom: .853px solid #93773b;
    border-bottom: 5.3px solid #93773b;
    height: 10.24px;
    height: 64px;
    color: #4a4848;
}

.index-detail .title section:last-child {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-flex: 1;
    border-color: #000;
    color: #979595;
}

.index-detail .info {
    margin: 0 5.12px;
    margin: 0 32px;
    font-size: 5.12px;
    font-size: 32px;
}

.index-detail .info p {
    margin: 0 0 4.266px;
    margin: 0 0 26.7px;
}

.index-detail .info i {
    position: relative;
    top: 1.28px;
    top: 8px;
    font-size: 7.68px;
    font-size: 48px;
}

.action {
    position: absolute;
    top: 16px;
    top: 100px;
    left: 16px;
    left: 100px;
    right: 16px;
    right: 100px;
    bottom: 16px;
    bottom: 100px;
    z-index: 20;
    background: #fff;
}
.datepickerBox {
    position: fixed;
    top: 54px;
    right: 0;
    z-index: 11;
    padding: 0 12px;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.14);
    touch-action: none;
}

.calendar-title-date {
    display: none;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    line-height: 50px;
}

.calendar-title-date p {
    font-size: 16px;
    font-weight: 600;
    color: #424b5a;
}

.calendar-title-date i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../png/close-icon-date.png") no-repeat;
    background-size: 100%;
}

.datepickerBox .calendarFix {
    height: 40px;
}

.datepickerBox .calendarFix .calendar-day {
    display: block;
}

.datepickerBox .buttonBox {
    position: static;
}

.datepickerBox .buttonBox section {
    width: 50%;
}

.datepickerBox .dateBox {
    position: relative;
    /* height: calc(100% - 1.71rem); */
}

.datepickerBox .backBox {
    display: none;
    position: absolute;
    left: 0;

/* right: 15px; */
    bottom: 0;
    z-index: 3;
    padding: 11px 15px 28px 15px;
    width: 100%;
    height: 82.5px;
    background: #fff;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, .03);
}

.datepickerBox .backBox .offerTip {
    border-radius: 2px;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background-color: #cbb27b;
}

/* added 2020.11 */

.datepicker__mark {
    position: fixed;
    top: 54px;
    z-index: 8;
    background: none;
}

.calendar-head {
    margin-left: -12px;
    margin-right: -12px;
}

.booking-widget__calendar-arrow__container {
    position: relative;
    z-index: 1;
}

.booking-widget__icon__arrow {
    position: absolute;
    top: 3px;
    left: -12px;
    width: 40px;
    height: 30px;
    background: url("../svg/icon__arrow--left.svg") center / 32px no-repeat;
    cursor: pointer;
}

.booking-widget__icon__arrow.disabled {
    opacity: .2;
    pointer-events: none;
}

.booking-widget__icon__arrow--right {
    left: auto;
    right: -12px;
    transform: scaleX(-1);
}

.booking-widget__mask__inner {
    height: 100%;
}

.datepickerBox .calendar {
    border: none;
}

@media (max-width: 768px) {
    .empty-canlendar__main{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 11;
        display: none;
        touch-action: none;
    }
}

/* end of added 2020.11 */
