/* Cart Sidebar */
@media (max-width: 575.98px) {
    .katzonline-sidebar {
        width: 100%;
        right: -100%;
    }
    .menu-sidebar {
        width: 50% !important;
        right: -50%; !important;
    }
    .katzonline-sidebar-footer .btn {
        padding: 15px 17px;
        font-size: 11px;
    }
    .dropdown-item {
        padding: 0.5rem 1.5rem !important;
    }
}

body.sidebar-toggle {
    overflow: hidden;
}

body.sidebar-toggle::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 0;
}

.dropdown-menu.show {
    display: block !important;
}

.katzonline-sidebar {
    direction: rtl;
    background: #fff none repeat scroll 0 0;
    overflow: auto;
    position: fixed;
    right: -400px;
    border-right: 1px solid #ececec;
    top: 0;
    width: 400px;
    z-index: 999999999999999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100vh;
}

.katzonline-sidebar.toggled {
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.katzonline-sidebar-body {
    height: calc(100vh - 233px);
    overflow: inherit;
}

.katzonline-sidebar-header {
    background: #ececec none repeat scroll 0 0;
    color: #000;
    padding: 18px 20px;

    display: flex;
    justify-content: space-between;
}

.katzonline-sidebar-header h5 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 500;
}

.katzonline-sidebar-header .float-right {
    background: #fff none repeat scroll 0 0;
    border-radius: 24px;
    color: #000;
    height: 26px;
    line-height: 25px;
    text-align: center;
    width: 26px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    text-decoration: none;
    font-size: 13px;
}

.menu-sidebar .nav-osahan-pic {
    margin: -8px -5px -6px 0 !important;
}

.menu-sidebar .nav-link {
    color: #343a40;
    font-weight: 500;
}

.menu-container .dropdown-item {
    padding: .65rem 1rem;
    margin-bottom: 5px;
}

.navbarUserSubmenu {
    flex-direction: column-reverse;
}


.katzonline-sidebar-footer {
    background: #ececec none repeat scroll 0 0;
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 71px;
    padding-left: 20px;
}

.katzonline-sidebar-footer .btn {
    padding: 15px 17px;
}


.dropdown-menu {
    border-radius: 2px;
}

.dropdown-menu .dropdown-item {
    font-size: 13px;
    color: #666666;
    padding: 7px 18px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #f8f9fa;
}

.dropdown-menu .dropdown-item i {
    margin: 0 4px 0 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    /* padding: .25rem 1.5rem; */
    font-size: 13px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.submenu-trigger {
    background-color: #f1f1f1;
}

.submenu {
    display: none;
    transition: all .4s ease;
    border-bottom: 1px solid #f1f1f1;
}

.submenu.show {
    display: block !important;
}