.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 900px;
    margin: 20px auto;
}

    .white-popup h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom:10px;
    }

.g-inner {
    max-width: 78.75rem;
}

.session-details {
    font-size:14px;
}

.session-details p {
    margin-bottom:5px;
    margin-top:0;
}

.session-details .more-info {
    margin:10px 0px;
}

.next-buttons {
    text-align:right;
}

.form-field label.contain {
    margin-bottom: 2px;
}

main .search-header .show-hide-filter {
    cursor:pointer;
}

.show-hide-filter svg {
    fill: #1F1F1F;
}

main .search-header h4 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

main .search-header label {
    font-size:13px;
}

main .search-header svg {
    width:50px;
}

main .search-header .full {
    margin-bottom:0;
}

main .search-header {
    border-bottom:1px solid #000;
}

.availability {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

    .availability.high {
        background-color: green;
    }

    .availability.low {
        background-color: #ffbf00
    }

    .availability.sold-out {
        background-color: #f00;
    }

.g-button.primary + .offside, div + .g-button.primary:not(#buyTickets), ul + .g-button.primary {
    margin-top:0;
}

.session-container:nth-child(even) {
    background-color: #f4f4f4;
}

.session-container {
    padding:0.625rem;
}

.g-button.secondary.sign-up {
    width:100%;
}

.g-button.primary.mfp-close {
    height: auto;
    width: auto;
    position: relative;
    opacity: 1;
    top: 0;
    right: 0;
    font-size: 14px;
    padding: 10px;
    line-height: 29px;
    margin-right: 20px;
    color:#fff;
}

.g-button.primary.checkout {
    float: right;
}

.basket-content > .g-ui-box {
    padding:0;
}

#basket-popup > h1.border, #signup > h1.border {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

#waiting {
    margin-top:20px;
}

.not-avail {
    margin:15px 0px;
    font-weight:bold;
    text-align:center;
}

.workshops .search-header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    margin: auto;
    max-width: 100%;
    background-color: #FCFCFC;
    padding: 20px;
}

.workshop-data .please-wait {
    text-align:center;
    font-weight:bold;
    font-size:30px;
}
    .workshop-data .please-wait .g-icon.spinner {
        fill: #000;
    }

.top_narr {
    margin-top:20px;
}

.workshops-list h3 {
    margin-top:10px !important;
}