.mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-container li.mec-book-ticket-container label {
    display: block;
}

.mec-book-ticket-container .mec-reg-mandatory:nth-child(2) label:after,
.mec-book-ticket-container .mec-reg-mandatory:nth-child(3) label:after,
.mec-book-ticket-container .wbmec-mandatory {
    content: "";
}

.mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-container li.mec-book-ticket-container input[type="radio"] {
    width: auto;
}

@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        transform: translate3d(0, 0, 0) rotate(45deg)
    }

    33% {
        width: 5px;
        height: 0;
        transform: translate3d(0, 0, 0) rotate(45deg)
    }

    100% {
        width: 5px;
        height: 11px;
        border-color: #fff;
        transform: translate3d(0, -11px, 0) rotate(45deg)
    }
}
body .mec-single-event [class*="mec-book-reg-field-"] label,
body .mec-single-event .mec-form-fields label{
    width: 100% !important;
    clear: both !important;
}

.mec-single-event select {
    margin: 0 !important;
}

.mec-wrap .button,
.mec-wrap a.button:not(.owl-dot),
.mec-wrap input[type=button],
.mec-wrap input[type=reset],
.mec-wrap input[type=submit] {
    clear: both;
}

.mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-container li .mec-book-reg-field-agreement label,
.mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-container li .mec-book-reg-field-checkbox label:not(:first-child),
.mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-container li .mec-book-reg-field-radio label:not(:first-child){
    width: inherit;
}
