﻿#navMenuMega a.dropdown-item.dropdown-toggle {
    display: flex;
    justify-content: space-between;
}

#navMenuMega .navbar .megamenu {
    padding:1rem;
}

#navMenuMega .align-dropdown-menu-bottom {
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
}

/*DESKTOP*/
@media all and (min-width: 992px) {
    #navMenuMega .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

    #navMenuMega ul, #navMenuMega ul ul {
        box-shadow: 19px 19px 9px rgba(0, 0, 0, 0.5) !important;
        border-bottom: 1px solid #ccc;
        border-radius: 0 0 5px 5px;

    }

        /*#navMenuMega ul ul {
            transform: translateX(-10px);*/ /* Start slightly above its normal position */
            /*opacity: 0;
            transition: transform 0.2s ease-out, opacity 0.2s ease-out;*/ /* Smooth slide and fade */
            /*display: block; 
        }
        #navMenuMega li:hover > ul*/ /* For direct child UL of a hovered LI in the top level */
        /*#navMenuMega ul li:hover > ul*/ /*{*/ /* For direct child UL of a hovered LI within a sub-menu */
            /*transform: translateX(0);*/ /* Slide down to its normal position */
            /*opacity: 1;
        }*/

        #navMenuMega ul .subwrapper-1 {
        box-shadow: 19px 19px 9px rgba(0, 0, 0, 0.5) !important;
        border-bottom: 1px solid #ccc;
        border-radius: 0 0 5px 5px;
    }
        #navMenuMega .section-header {
        box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.5) !important;
    }



}