.cl-grandchild-submenu.open {
    display: block;
}

.rotate-90 {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.collection-list-wrapper .close-collection-menu {
    display: none;
}

.custom-category-content {
    display: flex;
    margin-top: 85px;
}

.collection-list-wrapper {
    width: 17%;
    padding: 0 45px 0 40px;
}

.collection-list {
    background: white;
    border: 2px solid #cccccc;
    border-radius: 10px;
    padding: 15px 10px;
    margin-bottom: 35px;
}

.collection-list-wrapper .menu>.menu-item>span {
    padding: 5px;
    display: flex;
    height: 55px;
    background: #ff8c3f;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    font-weight: 600;
}

.collection-list-wrapper .menu>.menu-item>span a {
    max-width: 85%;
}

.collection-list-wrapper .menu>.menu-item>span>svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.collection-list-wrapper .menu>.menu-item-has-children>.sub-menu>li>span {
    height: 35px;
    background: #f3f3f3;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #646464;
    font-size: 12px;
    padding: 5px 5px 5px 10px;
    margin-bottom: 6px;
    font-weight: 600;
}

.collection-list-wrapper .menu-item-object-product_cat>.sub-menu>.menu-item-has-children>span {
    background: #ffa86e !important;
    color: white !important;
    letter-spacing: 1px !important;
    margin-bottom: 12px !important;
}

.collection-list-wrapper .menu-item-object-product_cat>.sub-menu>.menu-item-has-children>span>svg {
    width: 18px;
    height: 18px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.collection-list-wrapper .sub-menu>.menu-item>.sub-menu>li {
    height: 35px;
    background: #f3f3f3;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #646464;
    font-size: 12px;
    padding: 5px 5px 5px 10px;
    margin-bottom: 6px;
    font-weight: 600;
}

.collection-list-wrapper .sub-menu {
    display: none;
}

@media (max-width: 1509px) {
    .collection-list-wrapper {
        display: none;
    }

    .custom-category-content {
        justify-content: center;
    }
}