.restrict-wrapper-message {
    display: grid;
    grid-template-rows: auto auto;
    height: 280px;
    max-width: 600px;
    border: 2px solid #E2E2E2;
    background: #fff;
    margin: 120px auto 0 auto;
}

.restrict-title {
    font-family: sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.01em;
    color: #2E2E2E;
    max-width: 435px;
    margin: 5px auto 10px auto;
}


.restrict-button {
    display: grid;
    justify-content: center;
}

.restrict-button button {
    display: inline-block;
    width: 295px;
    height: 45px;
    padding: 8px 32px;
    border: 1px solid #00A857;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    background: #00A857;
    margin: 10px auto 55px auto;
    cursor: pointer;
}

.restrict-header {
    align-self: start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;

}

.restrict-brand {}

.restrict-login {
    text-align: right;
}

.restrict-container {}

@media screen and (max-width: 667px) {
    .restrict-header {
        align-self: start;
        display: grid;
        grid-template-columns: 1fr;
        padding: 20px;

    }

    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info,
    .bbp-template-notice,
    .indicator-hint {
        padding: 0px !important;
    }

    .restrict-wrapper-message {
        height: 320px;
        padding: 10px;
    }


}