
.fresh-modal-form .popup-text{
    text-align: center;
    margin-bottom: 15px;
}
.fresh-modal-form .form-group{
    margin-bottom: 0;
}

#user-wishlist-popup .search-list-item img{
    max-width: 300px;
}

@media (max-width: 767px) {
    html:has(body.modal-open) {
        overflow: hidden;
    }
}
