/**
 * Simple Lightbox Category Navigation Restrictor CSS
 * Suffix: 0b79206d
 */

/* Completely hide navigation buttons when category navigation restriction is active */
body.slb-hide-navigation .slb_next,
body.slb-hide-navigation .slb_prev,
body.slb-hide-navigation .slb_controls,
body.slb-hide-navigation .slb_viewer_wrap .slb_prev,
body.slb-hide-navigation .slb_viewer_wrap .slb_next,
body.slb-hide-navigation #slb_viewer_wrap .slb_next,
body.slb-hide-navigation #slb_viewer_wrap .slb_prev,
body.slb-hide-navigation .slb_controls_nav {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
}
