.redeem-intro-sectiion{
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.offer-redeem-page{
    margin-bottom: 50px;
}
.offer-redeem-page .slick-dots{
    display: none;
}
.redeem-intro-sectiion h1, .redeem-intro-sectiion h2{
    font-weight: 700;
    font-size: 36px;
    color: #7E012D;
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.redeem-intro-sectiion h3{
    font-weight: 600;
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}
.redeem-intro-sectiion h4{
    font-weight: 500;
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.redeem-intro-sectiion h5{
    font-weight: 500;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.redeem-intro-sectiion ul{
    font-weight: 500;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: none;
}

.redeem-intro-sectiion ul li{
    line-height: 1.2;
    margin-bottom: 10px;
}
.redeem-intro-sectiion .steps{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1000px;
}
.redeem-intro-sectiion .steps li{
    width: 33.33%;
    padding: 30px;
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    border-radius: 15px;
    min-height: 200px;
    border: solid 2px #7e012d;
    margin-bottom: 0;

}
.redeem-intro-sectiion ul li b{
    font-size: 18px;
    margin-right: 10px;
    color: #7e012d;
}
.redeem-intro-sectiion .notice{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    max-width: 1000px;
    font-size: 13px;
}
.redeem-intro-sectiion .faq{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 13px;
}
.redeem-block img{
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
}
.redeem-block{
    text-align: center;
    margin-bottom: 30px;
    background: #ffe5d9;
    padding-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}
.redeem-block.disabled{
    pointer-events: none;
    opacity: 0.5;
    filter: grayscale(1);
    position: relative;
}
.allocation-exhausted:before{
    content: "allocation exhausted";
    font-weight: 700;
    font-size: 18px;
    color: #ffe5d9;
    position: absolute;
    top: 50%;
    z-index: 1;
    right: 0;
    left: 0;
    text-align: center;
    pointer-events: none;
    text-transform: capitalize;
    background: #7e012d;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 18px 20px;
    transform: translateY(-50%);
}
.redeem-block:hover{
    -webkit-box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.18);
    box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.18);
}
.content-block{
    padding: 0 25px ;
    min-height: 140px;
}
.redeem-block .redeem-title{
    font-weight: 700;
    font-size: 22px;
    color: #7E012D;
    margin-top: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: center;
}
.redeem-block .redeem-desc{
    font-weight: 500;
    font-size: 13px;
    color: #000;
    margin-top: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}
.redeem-block .redeem-collection{
    font-weight: 500;
    font-size: 12px;
    color: #000;
    margin-top: 20px;
    letter-spacing: 0;
    margin-bottom: 0px;
    text-align: center;
    line-height: 1.2;
}
.redeem-block .redeem-collection b{
    font-weight: 700;
    margin-right: 5px;
}

.redeem-block .redeem-price{
    font-weight: 700;
    font-size: 16px;
    color: #FF5722;
    margin-top: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}
.offer-hero{
    padding-top: 15px;
}
.offer-hero img{
    background-size: contain;
    width: 100%;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    background-color: #7E012D !important;
}

.price-code{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 auto;
    max-width: 1000px;
    margin-top: 50px;
}

.price-code .price-code-block{
    background-color: #7E012D;
    width: 50%;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
}

.price-code p{
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.price-code h4{
    color: #ffe5d9;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}

.offer-redeem-page .slick-main{
    margin-top: 15px;
}

.redeem-intro-sectiion.redeem-Verify{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;

}
.redeem-form{
    background-color: #7E012D;
    padding: 30px;
    border-radius: 15px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.redeem-form .error-msg{
    font-size: 12px;
    display: block;
    color: #fff;
    margin-top: 9px;
}
.redeem-form.rf-hide{
    display: none;
}
.redeem-form.rf-show{
    display: block;
}
.redeem-form h3{
    color: #ffe5d9;
    font-weight: 600;
}
.redeem-form .form-control{
    background: transparent;
    border: solid 1px #ffe5d9;
    margin-bottom: 15px;
    padding: 15px 20px;
    height: auto;
    color: #ffe5d9;
    font-size: 16px;
    font-weight: 600;
}
.redeem-form .form-control:focus{
    border: solid 1px #fff;
}
.redeem-form .form-control::placeholder{
    color: #ffe5d9;
}
.redeem-form .form-control.submit{
    background: #ffe5d9;
    border: solid 0px #fff;
    margin-bottom: 0px;
    padding: 15px 20px;
    height: auto;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.redeem-form .form-control.submit:hover{
    background: #fff;
    webkit-box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.18);
    box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.18);
}
.loading img {
    width: 100px;
}
.loading  {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: #ffffffdb;
    left: 0;
    right: 0;
    z-index: 99999;
  /*  pointer-events: none;*/
}
.loading.show-loader{
    display: flex;
}
.of-grid-wrap{
    display: flex;
    flex-wrap: wrap;
}
/* mobile */
@media (max-width: 991.98px) {
    .redeem-intro-sectiion h1, .redeem-intro-sectiion h2{
        font-size: 28px;
    }
    .price-code{
        flex-direction: column;
    }
    .price-code .price-code-block{
        width: 100%;
        padding: 20px;
    }
    .price-code h4{
        font-size: 30px;
    }
    .redeem-intro-sectiion{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .offer-redeem-page{
        margin-bottom: 30px;
    }
    .redeem-intro-sectiion .steps{
        flex-direction: column;
    }
    .redeem-intro-sectiion .steps li{
        width: 100%;
        padding: 20px;
        min-height: auto;
    }
    .loading img {
        width: 50px;
    }
}

/* theme-springfling */
.theme-springfling .redeem-block{
    background: #006d77;
}

.theme-springfling .redeem-block .redeem-title{
    color: #ffddd2;
}
.theme-springfling .content-block p{
    color: #fff;
}
.theme-springfling .redeem-block .redeem-desc{
    color: #e29578;
}
.theme-springfling .redeem-intro-sectiion h1, .theme-springfling .redeem-intro-sectiion h2{
    color: #006d77;
}
.theme-springfling .price-code .price-code-block{
    background-color: #006d77;
}
.theme-springfling .price-code h4{
    color: #ffddd2;
}
.theme-springfling-popup .swal2-actions .swal2-confirm{
background-color: #006d77 !important;
}
.theme-springfling .redeem-form{
    background-color: #006d77;
}
.theme-springfling .redeem-form h3{
    color: #ffddd2;
}
.theme-springfling .redeem-form .form-control.submit{
        background: #ffddd2;
}
.theme-springfling .allocation-exhausted:before{
    background: #006d77;
    color: #ffddd2;
}