#dd-popup{
    margin: 0 5rem 0 3rem;
}
button.is-close-btn {
    top: 10px !important;
    right: 10px !important;
    background: white;
    color: black;
    opacity: 1 !important;
    border-radius: 50%;
    border: unset !important;
    width: 20px;
    height: 20px;
    box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}
.fancybox__backdrop {
    opacity: .5 !important;
}
button.is-close-btn:hover{
    color: black !important;
    background: lightgray !important;
}
button.is-close-btn svg{
    max-width: 1.2rem;
}
