
.in-hotel .article .booking[selected-hotel="0"] .cell[h="1"],
.template-home .article .booking[selected-hotel="0"] .cell[h="1"] {
    display: none;
}

.in-hotel .article .booking[selected-hotel="1"] .cell[h="1"],
.template-home .article .booking[selected-hotel="1"] .cell[h="1"] {
    display: none;
}

.in-hotel .article .booking[selected-hotel="0"] .cell[h="0"],
.template-home .article .booking[selected-hotel="0"] .cell[h="0"] {
    display: block; 
}

.in-hotel .article .booking[selected-hotel="1"] .cell[h="0"],
.template-home .article .booking[selected-hotel="1"] .cell[h="0"] {
    display: block;
}

/*
.date-picker-wrapper .footer{
    display:none;
}
*/