/**Top menu**/

.root-item-selected+.dropdown-menu ,
.root-item+.dropdown-menu {
    position: static;
    border: 0;
    /* height: 0; */
    padding: 10px 20px 20px;
    margin: 30px 0 0 0;
    border-radius: 0;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 10%);
}
.root-item-selected+.dropdown-menu-catalog,
.root-item+.dropdown-menu-catalog {
    border: 0;
    height: 0;
    padding: 0;
    margin: 0;
}
.menu-dropdown {
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    top: 30px;
    /* display: none!important; */
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}
@media (max-width: 1024px) {
    .menu-dropdown {
        top: 10px;
    }
}
.dropdown-menu-home.d-lg-grid {
    grid-template-columns: max-content max-content;
    grid-template-rows: max-content max-content;
}
.dropdown-menu-auto {
    background-color: rgba(217, 217, 217, 0.20);
    padding: 0 20px 0 0px;
    margin: 0;
}
.menu-dropdown>ul>li {
    flex: 1 0;
    padding: 30px 40px 30px 60px;
    margin: 0;
}
.navbar-mobile .dropdown-menu-category .dropdown-menu {
    display: none!important;
    margin-top: 20px;
    border: 0;
}
.navbar-mobile .dropdown-menu-category .dropdown-menu.show {
    display: flex!important;
}
.dropdown-menu-category .dropdown-menu {
    position: unset!important;
    display: block;
    border: 0;
    background-color: transparent;
}
.dropdown-menu-category-name,
.dropdown-menu-subcategory-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    white-space: nowrap;
    color: var(--text-color-secondary);
}
.navbar-mobile .dropdown-menu-category-name {
    font-weight: 600;
    font-size: 20px;
    display: block;
    width: 100%;
    position: relative;
}
.dropdown-menu-subcategory-name {
    font-size: 14px;
    font-weight: 500;
}
.dropdown-menu-category-items a {
    white-space: nowrap;
    font-size: 16px;
    line-height: 28px;
}

/* .dropdown-menu-category-items>a {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
} */


/* :not(.navbar-mobile) .dropdown-menu-category-items {
    display: flex!important;
} */

.dropdown-menu-category-items {
    display: flex!important;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 16px;
}
.dropdown-menu-category-items li {}
.dropdown-menu-subcategory-items ul {
    margin-top: 10px;
}
.dropdown-toggle::after {
    margin-left: 0.4em;
    vertical-align: 0.18em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid var(--text-color-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
.dropdown-menu-catalog .dropdown-toggle::after {
    display: none;
}
.navbar-mobile .dropdown-menu-catalog .dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
}
.dropdown-menu-subcategory-name+.dropdown-menu-category-items {
    margin-left: 10px;
}
.dropdown-menu-subcategory-name+.dropdown-menu-category-items ul {
    margin-top: 10px;
}
.dropdown-menu .nav-link {
    font-weight: 500;
    font-size: initial;
    white-space: nowrap;
}