.woosubmodal {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 150px;
}
.woosub-modal-content {
    height: auto;
    margin: auto;
    background-color: transparent;
    padding: 20px;
    width: 70%;
    @media only screen and (max-width: 600px) {
        width: 100% !important;
    }
}
.woosubmodalclose {
    color: #ffffff;
    float: right;
    font-size: 50px;
    font-weight: bold;
}
.woosubmodalclose:hover,
.woosubmodalclose:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}