/*.mega-menu table td.wide_menu > .wrap > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
}*/

.dropdown-menu.long-menu-items ul.menu-wrapper.menu-type-4 > li .subitems-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 37px 40px 10px;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu ul.menu-wrapper:not(.menu-type-4) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
}

.wrapper1 .menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu.long-menu-items ul.menu-wrapper.menu-type-4 > li .subitems-wrapper > ul > li {
    width: 100%;
}

.wrapper1 .menu-row .mega-menu table td.wide_menu .long-menu-items.dropdown-menu ul.menu-wrapper>li:nth-child(3n+1) {
    clear: none !important;
}

.menu-navigation__sections-item-link .image + .name {
    padding-left: 0;
    margin-left: 13px;
    display: inline-block;
}

.menu-navigation__sections-item-link .image {
    display: inline-block;
}

body .menu-navigation__sections .menu-navigation__sections-item-link {
    display: flex;
}

.menu-row .mega-menu table td.wide_menu .dropdown-menu.with_right_block .brand-wrapper {
    background:  var(--card_bg_black);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-menu table .dropdown-menu li a, .auth_wr_inner .dropdown-menu li .brand-wrapper a {
    padding: 10px !important;
    width: fit-content;
} 