/* SN-4450 - problems with yith wishlist plugin - blockUI is not taken away from page */
.wishlist-fragment .blockUI {
    display: none !important;
}

/* swal2 alert is being shown under some dropdowns */
.swal2-container {
    z-index: 999999999;
}

/* User registration */
body.user-registration-page div.user-registration,
body.user-registration-page div#user-registration.user-registration {
    max-width: unset !important;
}