#checkoutForm {
    position: fixed;
    transition: all .5s linear;
    bottom: -280px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(255 255 255 / 60%);
    width: 100%;
    max-width: 730px;
    transition:all .5s linear .2s;
    z-index:9;
}

#checkoutForm.active {
    bottom: 30px;
}

.checoutform .cell .titl, .checoutform .cell .titl .data {
    font-size: 20px;
    color:var(--white);
    text-transform: uppercase;
    line-height: 3.565;
}

.checoutform .cell .titl span:not(.data) {
    font-weight: bold;
    transform: translateY(-50%) rotate(90deg) !important;
    position: absolute;
    top: 50%;
    right: 15px;
}
.checoutform .cell.chek .titl {
    background: var(--cta-button);
    color:var(--white);
}

.datepicker.dropdown-menu.fromDateNow {
    /* left: 0%!important; */
}



.checoutform .cell .titl {
    position: relative;
}


.chek {
    cursor: pointer;
}


.select-guests, .select-rooms{
  position: relative;
  width: 100%!important;
}

.select-guests select, .select-rooms select {
  display: none; /*hide original SELECT element:*/
}


/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-rooms div,.select-selected {
  color: #171614;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  line-height: 1;
  font-size:18px;
}

/*style items (options):*/
.select-items, .select-rooms {
  position: absolute;
  background-color: white;
  top: -167px;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover.select-rooms div:hover, .same-as-selected {
  background-color: #171614;
  color: white!important;
}

.select-selected {
    background-color: #171614;
    color: white;
    margin-top: -71px;
    height: 71px;
    opacity: 0;
}


.datepicker table {
    width: 100%!important;
    height: 300px;
    background: white;
}

.datepicker table thead {
    padding-bottom:20px!important;
}
.datepicker table td, .datepicker table thead > tr th {
    font-size:18px!important;
        text-align: center;
}


.datepicker table thead > tr:first-child th {
    font-size:20px!important;
    padding: 10px 5px!important;
} 

.button.datepicker-close {
    background: #171614!important;
    right: 0;
    top: 0;
    width: 66px!important;
    position: fixed;
}
tbody tr {
    background: transparent!important;
}

.datepicker td span.month.disabled, .datepicker td span.year.disabled, .datepicker td.day.disabled {
    color: #eee;
}

.datepicker td.active.day {
    background: #171614!important;
    color: white!important;
}

.button.datepicker-close:before {
    content: "Close ";
}

.datepicker td:hover {
    background: #333!important;
    color: white!important;
}

.datepicker table tbody, .datepicker table thead {
    border: 0!important;
}

.datepicker.dropdown-menu {
    position: fixed;
    top: 0!important;
    left: 0!important;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: rgba(0,0,0,0.75);
    border: 0!important;
    box-shadow: none!important;
    border-radius: 0!important;
    padding: 0;
    margin: 0;
    display:none;
}

.datepicker.dropdown-menu .datepicker-minutes,
.datepicker.dropdown-menu .datepicker-hours,
.datepicker.dropdown-menu .datepicker-days,
.datepicker.dropdown-menu .datepicker-months,
.datepicker.dropdown-menu .datepicker-years {
    position: absolute;
    width: 80%;
    max-width: 800px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
div#alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #c11b00;
    padding: 20px;
    color: white;
    z-index: 9999;
        margin-top: -80px;
}

.datepicker-years td, .datepicker-years td:hover,
.datepicker-months td, .datepicker-months td:hover,
.datepicker-hours td, .datepicker-hours td:hover,
.datepicker-minutes td, .datepicker-minutes td:hover {
    background: white!important;
}

.datepicker-years td span:hover, 
.datepicker-months td span:hover, 
.datepicker-hours td span:hover, 
.datepicker-minutes td span:hover {
    background: #333!important;
    color: white!important;
}

.datepicker-years td span.active,
.datepicker-months td span.active,
.datepicker-hours td span.active,
.datepicker-minutes td span.active {
    background: #171614;
    color: white;
}

.checoutform .cell.chek.no-submit .titl {
    opacity: 0.5;
    cursor: no-drop;
}



.select-items-bg {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.75);
}

.select-rooms {
    left: 50%;
    width: 200px;
    transform: translateX(-50%);
    margin-top: -97px;
}

.grid-x.checoutform >.small-3 {
    width: 25%!important;
    position: relative;
}

.checoutform .cell .titl, .checoutform .cell .titl .data, input.date-picker, .chekguests select, .chekrooms select, .select-items div, .select-selected, .select-items div:hover, .same-as-selected {
    font-size: 14px;
}


.cell.small-3.chek {
    background: #171614;
    color: white;
}

input.date-picker, .chekguests select, .chekrooms select {
    color: #171614;
}
.cell.small-3.chekrooms .select-items {
    margin-top: 73px;
}

.select-items {
    width: 100%;
    top: auto;
    bottom: 50px;
}


@media screen and (max-width:980px) {

    #checkoutForm {
        bottom: 0!important;
        max-width: 100%;
    }
    
    .grid-x.checoutform >.small-3 {
        width: 100%!important;
    }
    
    .grid-x.checoutform >.small-3:not(.chek) {
        display: none;
    }
}

