/* 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;
}