@charset "utf-8";
.mega-dropdown {
position: unset;
}
.mega-dropdown-menu ul {
list-style: none;
}
.dropdown-menu.mega-dropdown-menu {
position: absolute;
top: auto;
width: 100vw;
left: -15px;
right: -15px;
}
.dropdown .mega-dropdown-menu li img {
transition: 0.3s all ease-in;
}
.dropdown .mega-dropdown-menu li img:hover {
opacity: 0.5;
}
.dropdown .mega-dropdown-menu li .active img:hover {
opacity: inherit;
}
.megamenu {
position: relative;
}
.nav-item.dropdown.show a.nav-link.dropdown-toggle {
color: var(--secondary);
}
.megamenu .dropdown-menu {
background: none;
border: none;
width: 100%;
box-shadow: none;
border-radius: unset;
}
