#co-age-pop-main{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(247, 119, 0, 1);
    text-align: center;
}
#co-christmas-pop-main{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000000;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 1210px;
    max-height: 80%;
    height: auto;
    overflow: hidden;
    text-align: center;
    transform: translate(-50%, -50%);
}
#co-loyalty-pop-main{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000000;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 1210px;
    max-height: 80%;
    height: auto;
    overflow: hidden;
    text-align: center;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}
/* #co-christmas-pop-inner{
    width: 100%;
    height: 100%;    
} */
#co-christmas-pop-main img{
    width: 100%;
    height: 100%;
    max-height: 728px;
    object-fit: contain;
}
#co-loyalty-pop-inner,
#co-age-pop-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    background: #fff;
    padding: 50px 20px;
    position: relative;
}
#co-loyalty-pop-inner{
    max-width: 700px;
    padding: 0;
    padding-bottom: 20px;
}
#co-loyalty-pop-inner img{
    height: auto;
    max-width: 100%;   
}
#co-loyalty-pop-inne h5{
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
#co-loyalty-pop-inner p{
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}
#co-age-pop-inner h2{
    font-size: 32px!important;
    line-height: 1.5!important;
    color: #333333!important;
    font-weight: 700!important;
    border-bottom: 0!important;
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
}
#co-age-pop-inner p{
    width: 100%!important;
}
#co-age-pop-inner a{
    color: buttontext;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0 10px;
    padding: 1px 6px;
    border-width: 1px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
    border-radius: 5px;
}
#co-christmas-pop-inner{
    position: relative;
    width: 100%;
}
.close-loyalty,
.close-christmas{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    fill: white;
    cursor: pointer;
}
#co-loyalty-pop-inner .close-loyalty{
    fill: #000000;
    top: 0;
    right: 0;
}
@media (max-width: 767px){
    #co-christmas-pop-main{
        width: 100%;
    }
    #co-loyalty-pop-main{
        max-width: 85%;
        width: 100%;
    }
    .close-loyalty,
    .close-christmas{
        top: 0;
        right: 0;
    }
}