.announcement-scheduledproducts {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
}

.announcemets label {
    font-weight: bold;
}

.announcement-scheduledproducts .error {
    color: red;
    text-align: center;
    width: 100%;
    display: block;
}

.announcemets {
    margin-bottom: 15px;
}

.use-code-btn {
    height: 35px !important;
    padding-bottom: 3px !important;
    margin: 15px 0;
}

.presale-date {
    color: red;
}

.fix-date-booking-filter .overview {
    width: 100%;
}

.fix-date-booking-filter .full-description {
    clear: none;
}

.fix-date-booking-filter .gallery .picture:before {
    padding-top: 60%;
}

.fix-date-booking-filter .overview .product-name {
    border: none;
}

.fix-date-booking-filter .scheduledproducts .error {
    display: flex;
    margin: 20px 0;
    color: #FF0000;
}

.course-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
    clear: both;
    padding: 20px;
    background-color: #EFEFEF;
}

    .course-filters .possible-time {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 50px;
    }

        .course-filters .possible-time div {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

    .course-filters .button-1 {
        background-color: white;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid gray;
    }

    .course-filters .location-items .button-1 {
        flex: 40%;
        max-width: 40%;
    }

    .course-filters .button-1.selected {
        color: white;
        background-color: #ff6600;
        border-color: #ff6600;
    }

    .course-filters .location-items {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .course-filters .label-filter {
        text-align: center;
        margin-bottom: 15px;
        font-weight: bold;
    }
.booking-disabled {
    font-weight: bold;
    padding:15px 0;
    font-size:18px;
}
@media (min-width: 769px) {
    .fix-date-booking-filter .gallery {
        margin-bottom: 0;
        margin-right: 45px;
    }

    .fix-date-booking-filter .scheduledproducts,
    .fix-date-booking-filter #add-planning-buttons,
    .fix-date-booking-filter .waitinglist {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .course-filters .location-filter,
    .course-filters .date-time-filter {
        width: 47%;
    }

    .course-filters .location-items {
        flex-direction: row;
    }

    .course-filters {
        justify-content: space-between;
        margin-bottom: 0;
    }
}

@media all and (max-width: 1025px) {
    .fix-date-booking-filter .course-filters .location-items .button-1 {
        flex: 100%;
        max-width: 100%;
    }

    .location-filter {
        order: 0;
    }

    .date-time-filter {
        order: 1;
        width: 100%;
    }

    .course-filters .location-items {
        margin-bottom: 50px;
    }
}
