/* #rw-pop{
    position: fixed;
    width: 90%;
    max-width: 420px;
    background-color: #8B2331;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
#rw-pop .c7-personalization{
    margin: 0;
}
#rw-pop .c7-personalization::after{
    display: none;
}
#rw-pop .c7-personalization > div:first-child{
    padding: 0;
    background-image: unset;
}
#rw-pop .c7-personalization img{
    width: 100%;
    height: auto;
}
#rw-pop .rw-pop__content{
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    width: 80%;
    margin: 20px auto 0 auto;
}
#rw-pop .rw-pop__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 250px;
    height: 100px;
    margin: 0 auto 20px auto;
    justify-content: center;
    align-items: center;
}
#rw-pop .rw-pop__actions a{
    display: block;
    border-radius: 10px;
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    width: 115px;
    text-align: center;
}
#rw-pop .rw-pop__actions a:nth-child(1){
    background-color: #FFC400;
    color: black;
    font-weight: 700;
}
#rw-pop .rw-pop__actions a:nth-child(2){
    background-color: transparent;
    border: solid 1px #FFC400;
    cursor: pointer;
} */