.right-sidebar-active .right-sidebar .sidebar-close, .right-sidebar-active .right-sidebar .sidebar-overlay, .sidebar-active .sidebar .sidebar-close, .sidebar-active .sidebar .sidebar-overlay, .top-sidebar-active .top-sidebar .sidebar-close, .top-sidebar-active .top-sidebar .sidebar-overlay {
    visibility: visible;
    opacity: 1;
}

.right-sidebar-active .right-sidebar .sidebar-content, .sidebar-active .sidebar .sidebar-content, .top-sidebar-active .top-sidebar .sidebar-content {
    transform: translateX(0);
    opacity: 1;
}

.top-sidebar-active .category-sidebar {
    display: none;
}

.sidebar-active .page-wrapper {
    margin-left: 250px;
    margin-right: -250px;
}

.right-sidebar-active .page-wrapper {
    margin-left: -250px;
    margin-right: 250px;
}

.sidebar-content, .sidebar-overlay, .sidebar-toggle {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
}

.sidebar-overlay {
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.4s,opacity 0.4s;
}

.sidebar-close {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.4s,opacity 0.4s;
}

.sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 160px;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    color: #fff;
    background-color: rgba(28,26,26,0.8);
}

.sidebar-close {
    position: fixed;
    margin: 0;
    left: calc(100vw - 52px);
    top: 12px;
    font-size: 3.5rem;
    color: #ccc;
    z-index: 1201
}

    .sidebar-close:hover {
        color: #ccc;
    }
