.nw-mobilefilters {
  .nwc-modal {
    padding: 0;
    background: $menu-background;
  }

  .nwc-modal-children {
    position: static;
    padding: 30px;
  }

  .nw-mobilefilters-loader {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: $transparent;
  }

  .nw-mobilefilters-loaderholder {
    position: absolute;
    top: calc(50vh + (100vh - 100%));
    left: calc(50vw + (100vw - 100%));
    transform: translate(-50%, -50%);
  }
}

