.thmaf-pro-discount-popup {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.thmaf-discount-popup-wrapper {
    position: relative;
    width: 500px;
    max-width: calc(100% - 32px);
    min-height: 390px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}

.thmaf-pro-offer {
    width: 100%;
    height: 212px;
    border-radius: 20px 20px 0 0;
    background-color: #6911d8;
    background-image: url(images/discount-popup-flyers.svg), linear-gradient(90deg, #4410d8 5%, #4e10d8 18%, #6911d8 40%, #9611d9 69%, #cc12d9 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.thmaf-discount-popup-close {
    display: flex;
    justify-content: flex-end;
    padding: 8px 8px 0 0;
}

.thmaf-discount-close-btn {
    display: flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.thmaf-discount-close-btn:focus,
.thmaf-discount-close-btn:hover {
    box-shadow: none;
    color: #111;
}

.thmaf-discount-desc {
    margin-top: -8px;
}

.thmaf-discount-desc p {
    font-style: normal;
    text-align: center;
}

.thmaf-discount-desc-first,
.thmaf-discount-desc-last {
    margin: 1em 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.83px;
}

.thmaf-discount-desc-middle {
    margin: -32px 0;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 80.34px;
}

.thmaf-discount-exp-date {
    width: 50%;
    margin: 0 auto;
    border-radius: 3px;
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 26.31px;
}

.thmaf-pro-claim-offer {
    display: flex;
    box-sizing: border-box;
    min-height: 178px;
    padding: 16px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.thmaf-pro-offer-para {
    width: 398px;
    max-width: 100%;
    margin-top: 0;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    text-align: center;
}

.thmaf-claim-discount-btn {
    display: flex;
    width: 168px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #6e55ff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.665;
    text-align: center;
    text-decoration: none;
}

.thmaf-claim-discount-btn:focus,
.thmaf-claim-discount-btn:hover {
    background: #5540ce;
    box-shadow: none;
    color: #fff;
}

@media screen and (max-width: 520px) {
    .thmaf-discount-desc-middle {
        font-size: 42px;
    }

    .thmaf-discount-exp-date {
        width: 65%;
    }
}
