.sidebar-offcanvas {
  z-index: 1;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 991px) {
  .row-offcanvas {
    background-color: #fff;
    position: relative;
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
            transition: all .15s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -75%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -75%;
  }

  .row-offcanvas-right.active {
    right: 75%;
  }
  .row-offcanvas-left.active {
    left: 75%;
  }

  .row-offcanvas-left .sidebar-offcanvas {
    display: none;
  }
  .row-offcanvas-left.active .sidebar-offcanvas {
    display: block;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 75%;
    overflow-x: hidden;
    padding-right: 0;
  }
}
