#aw_popup_wraper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10-specific styles */
    #aw_popup_wraper {
        background: transparent;
        background: rgba(0,0,0,0.7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
        zoom: 1;
    }


}

#aw_popup_window {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    background: #ffffff;
    top: 0;
    left: 0;
    border: solid 1px;
    border-radius: 6px;
    padding: 10px;
}

#aw_popup_title {
    font-weight: bold;
}

#aw_popup_close_btn {
    cursor: pointer;
    float: right;
}

#checkout-get-details {
    display: flex !important;
    justify-content: flex-end !important;
    margin-right: -23px;
}

#checkout-get-details * {
    margin-top: .5em;
    margin-bottom: .5em;
    margin-left: .3em;
}

#get-club-details{
    padding-left: .5em;
    padding-right: .5em;
    background-color: #fc732e;
    font-size: 12px;
    color: white;
    border: none !important;
    height: 25px;
    align-self: flex-end;
}

#pref_club_details {
    padding: 1em;
    font-size: 18px;
}

#pref_club_details h2 {
    margin-bottom: 0.7em;
    color: #3399cc;
    font-family: "Open Sans", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
}

#pref_club_details ul {
    list-style-position: inside !important;
    list-style-type: disc;
    margin-bottom: .5em;
}
#pref_club_details ul, #pref_club_details ul li {
    margin-bottom: .7em;
}

#pref_club_details * strong {
    font-size: 20px;
    margin-left: 1em;
}