.catalog-sidebar__background {
    display: none;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 1400;
    top: 0;
}

body.category-sidebar-active .catalog-sidebar__background {
    display: block;
}

body.category-sidebar-active .subfooter {
    display: none;
}

body.category-sidebar-active {
    overflow: hidden;
}

.catalog-sidebar__menu-container {
    width: 365px;
    bottom: 0;
    top: 0;
    background-color: #f5f5f5;
    position: fixed;
    z-index: 1450;
    left: -100%;
    transition: left .3s;
    display: flex;
    flex-direction: column;
}

.catalog-sidebar__menu-container li {
    list-style: none;
}

.catalog-sidebar__menu-container a {
    text-decoration: none;
}

.catalog-sidebar__menu-header a:hover,
.catalog-sidebar__menu-header a:visited {
    color: white;
}

body.category-sidebar-active .catalog-sidebar__menu-container {
    left: 0;
}

.catalog-sidebar__menu-header {
    height: 50px;
    background-color: #EF3124;
    display: flex;
    justify-content: space-between;
}

.catalog-sidebar__title {
    display: flex;
    align-items: center;
    padding-left: 36px;
    flex-grow: 1;
    white-space: nowrap;
    font-size: 19px;
    max-width: 90%;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}

.catalog-sidebar__menu-content {
    overflow-y: auto;
    flex-grow: 1;
}

.cs__menu-item {
    height: 42px;
    display: flex;
    font-size: 14px;
    font-weight: normal;
    justify-content: flex-start;
    align-items: stretch;
    color: #111;
}

.cs__toggle-show-item {
    height: 42px;
    display: flex;
    font-size: 14px;
    font-weight: normal;
    justify-content: center;
    align-items: center;
    color: #111;
    cursor: pointer;
}

.cs_category_name {
    flex-grow: 1;
    padding: 0 36px;
    display: flex;
    align-items: center;
    color: #111;
    justify-content: space-between;
}

.cs_category_name.hover,
.cs_category_name.visited,
.cs_category_name.active {
    color: #111;
}

.cs__menu-title {
    font-size: 19px;
    font-weight: bold;
    display: flex;
    padding: 0 36px;
    justify-content: flex-start;
    align-items: stretch;
    color: #111;
    margin-top: 15px;
}

.cs__menu-item span,
.cs__menu-title span {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cs_menu-separator {
    border-bottom: 1px solid #d5dbdb;
    padding: 0;
    margin: 5px 0;
}

.cs_category_name:hover,
.cs_category_expand:hover {
    background-color: #eaeded;
}

.cs_category_expand {
    width: 50px;
    display: flex;
    align-items: center;
}

.catalog-sidebar__menu-footer {
    background-color: #EF3124;
    height: 10px;
}

.catalog-sidebar_cross-icon {
    height: 50px;
    width: 50px;
    transform: translateX(50px);
    background: url("../img/icons/Cross.svg") center center no-repeat!important;
    cursor: pointer;
}

.hidden {
    display: none;
}

.sidebar-list {
    min-width: 220px;
    width: 220px;
    margin-right: 20px;
    margin-top: 80px;
}

.sidebar-list li {
    list-style: none;
}

.sidebar-list li a {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-family: "SFHelloRegular";
    background: #ffffff;
    border: 1px solid #f0f0f0;
}

.sidebar-list li a > .hot-icon,
.sidebar-list li a > .journal-icon,
.sidebar-list li a > .upload-icon,
.sidebar-list li a > .plus-icon-white-18 {
    display: none;
}

.catalog_supplier--page-container {
    justify-content: space-between;
}

.catalog_supplier--page-container form {
    width: 100%;
}
@media (max-width: 400px) {

    .catalog-sidebar__menu-container {
        width: 100%;
    }

    .catalog-sidebar__menu-header {
        position: relative;
    }

    .catalog-sidebar_cross-icon {
        position: absolute;
        right: 15%;
        background: url("../img/icons/CrossWhite.svg") center center no-repeat !important;
    }
}