.hide, .hidden {
    display: none;
}

.old-price {
    text-decoration: line-through;
    color: #666;
}

.row-order {
    padding-top: 5px;
}

.row-order:nth-child(even) {background: #d6d6d6}

.DOPBackendBookingCalendarPRO_Navigation {background-color: #36a631 !important }

.check-quantity {
    font-weight: bold;
    color: #111;
    background-color: rgba(245, 202, 11, 0.55);

}

.no-quantity {
    font-weight: normal;
    color: #999;
    background-color: white;
}