.overlay-container .occupancy-overlay {
    max-width: 375px;
    width: 100%;
    display: none;
    background: #F5F5F5;
}

.overlay-container.initialized .occupancy-overlay {
    display: block;
}

.occupancy-overlay header {
    height: 60px;
    padding: 20px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
}

.occupancy-overlay header em {
    display: block;
    margin-top: 5px;
    color: #B2D7D9;
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
}

.occupancy-overlay header .close {
    top: calc(50% - 12.5px);
}

.occupancy-overlay .overlay-content {
    padding: 60px 0px 0px;
    overflow-y: auto;
}

.occupancy-overlay label {
    display: inline-block;
    color: #535353;
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
}

.occupancy-overlay label .sub-text {
    display: block;
    color: #9B9C9D;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
}

.occupancy-overlay .select-style {
    padding: 0px;
    height: auto;
}

.occupancy-overlay .select-style select {
    display: inline-block;
    padding: 0px 10px;
    width: 95px;
    height: 35px;
    margin-left: auto;
    margin-right: 10px;
    border-radius: 2px;
    color: #535353;
    font-family: Arial;
    font-size: 14px;
    line-height: 35px;
}

.occupancy-overlay .children {
    padding: 30px 20px;
    border-bottom: 1px solid #D4D4D4;
    background-color: #FFFFFF;
}

.occupancy-overlay .children li {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.occupancy-overlay .children li+li {
    margin-top: 20px;
}

.occupancy-overlay .children .select-style {
    
}

.occupancy-overlay .children .childclose {
    float: none;
    margin: 0px;
}

.occupancy-overlay .children .button {
    height: auto;
    padding: 12px 20px;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    background: linear-gradient(180deg, #FBFBFB 0%, #F6F6F6 100%);
    color: #3B7ADB;
    font-family: Arial;
    font-size: 14px;
    line-height: 1;
}

.occupancy-overlay .children .children-ages-error {
    color: #AC121C;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.occupancy-overlay .adults-and-rooms {
    padding: 30px 20px;
    border-bottom: 1px solid #D4D4D4;
    background: #FFF;
}

.occupancy-overlay .adults-and-rooms li {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.occupancy-overlay .adults-and-rooms li+li {
    margin-top: 20px;
}


.occupancy-overlay .select-style.use-buttons {
    border: none;
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #535353;
    font-family: Arial;
    font-size: 24px;
    line-height: 28px;
    box-shadow: none;
    margin-left: auto;
}

.occupancy-overlay .select-style.use-buttons a {
    display: inline-block;
    border: 2px solid currentColor;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #0E7073;
    flex-grow: 0;
    flex-shrink: 0;
    transition: color 150ms, opacity 150ms;
    cursor: pointer;
}

.occupancy-overlay .select-style.use-buttons a.disabled {
    color: #9B9C9D;
    opacity: .75;
    cursor: default;
}

.occupancy-overlay .select-style.use-buttons select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    height: auto;
    margin: 0px 15px;
    font: inherit;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 1;
}

.occupancy-overlay .controls {
    padding: 30px 20px;
    border-bottom: 1px solid #D4D4D4;
    background: #FFF;
}

.occupancy-overlay .controls .button {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #961B20;
    border-radius: 3px;
    background: linear-gradient(180deg, #BC2525 0%, #A41515 100%);
    box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}