.modalcatalogbg {
    background-color: #000000a8;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	display: none;
    z-index: 2;
}
.block-categories {
    position: absolute;
    max-width: 340px;
    width: 100%;
    margin-bottom: 0;
    top: 104px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    display: none;
    padding: 10px;
}
.block-categories li ul {
    margin-left: .5rem;
    font-size: .9em;
}
.block-categories ul li {
    position: relative;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    padding: 10px 10px;
    border-radius: 8px;
}
.block-categories ul li:hover {
    background: rgba(32, 33, 36, .09);
}
.block-categories ul li a {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
    width: 100%;
    line-height: normal;
    transition: all 0.3s ease-in-out;
	padding-left: 0;
	display: inline-block;
}
.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
}
.block-categories .collapse-icons {
    left: 0;
    bottom: 0;
}
.block-categories .collapse-icons .remove {
    display: none;
}
.block-categories .collapse-icons i {
    font-size: 24px;
    float: right;
    text-align: right;
    padding-right: 7px;
    padding-top: 7px;
    color: rgba(32, 33, 36, .72);
}
.block-categories ul li>div {
    position: absolute;
    right: 0;
    transform: translate(calc(100% + 10px), 0);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 25px rgba(0, 0, 0, .1);
    z-index: 1;
    padding: 10px;
}
.collapse:not(.show) {
    display: none;
}
.block-categories ul li>div .category-sub-menu {
    margin-left: 0;
}
.block-categories ul li .category-sub-link {
    margin-right: 25px;
}
