/* Hide all notices */
.notice {
	display: none !important;
}

/* Hide notices inside wpsf */
.wpsf-notices .notice {
	display: none !important;
}

.woog-square-loyalty-points-advanced-notice{
	display: block !important;
}

/* Show specific notices */
.wumento-notice-wrapper,
#wpbody-content #setting-error-settings_updated {
	display: block !important;
}

#wumento-slpr-5-star-notice {
	display: block !important;
	margin-top: 20px;
}