/*!
* zeynepjs v2.2.0
* A light-weight multi-level jQuery side menu plugin.
* It's fully customizable and is compatible with modern browsers such as Google Chrome, Mozilla Firefox, Safari, Edge and Internet Explorer
* MIT License
* by Huseyin ELMAS
*/
.zeynep {
    bottom: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    pointer-events: none;
    /* position: fixed; */
    /* top: 0; */
    transform: translateX(-100%) translateZ(0);
    z-index: 1011;
}
.zeynep .submenu:not(.no-transition),
.zeynep:not(.no-transition) {
    transition: all 250ms;
}
.zeynep-overlay {
    background-color: rgba(0, 0, 0, 0.42);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010;
}
.zeynep-opened .zeynep-overlay {
    display: block;
}
.zeynep.opened {
    pointer-events: auto;
    transform: translateX(0) translateZ(0);
}
.zeynep.submenu-opened {
    overflow: hidden;
}
.zeynep .submenu {
    bottom: 0;
    min-height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
}
.zeynep .submenu.opened {
    left: 0;
    pointer-events: auto;
}
.zeynep .submenu.opened:not(.current) {
    overflow: hidden;
}
/*# sourceMappingURL=zeynep.min.css.map */
