
/* Menu Start */
#mega-menu-wrap-primary-menu {
    #mega-menu-primary-menu {
        margin-top: -4px !important;
    }
}

#et-top-navigation {
    
    .mega-sub-menu {
        margin-top: 20px !important;
        
        h3 {
            font-weight: 600;
            font-size: 25px;
            text-decoration: underline;
            text-underline-offset: 15px;

        }
        
        img {
            width: 198px !important;
            height: 123px !important;
        }
        
        
        .megamenu-content-row {
            .mega-sub-menu[role=presentation] {
                height: 500px !important;
                
                
                
                .mega-menu-column {
                    height: 100% !important;
                    
                    .mega-sub-menu {
                        display: flex !important;
                        flex-direction: column;
                        height: 100% !important;
                        
                        .mega-description-group {
                            .mega-menu-title {
                                font-weight: 600;
                                font-size: 16px;
                                text-transform: capitalize;
                                
                            }
                        }
                        
                        li:has(.megamenu-button) {
                            margin-top: auto !important;
                        }
                        
                        .megamenu-button {
                            color: #FFFFFF;
                            border-width: 0px;
                            font-size: 16px;
                            background-color: #95c768;
                            padding-top: 13px;
                            padding-right: 48px;
                            padding-bottom: 13px;
                            padding-left: 48px;
                        }
                    }
                }
            }
        }
    }

    @media (max-width: 980px) {
        display: flex !important;
        
        #top-menu-nav {
            order: 5;
        }
        
        #et_mobile_nav_menu {
            display: none;
        }
        
        .mega-menu-heading-row {
            display: none !important;
        }
        
        .mega-sub-menu {
            h3 {
                display: none;
            }
            
            img {
                display: none;
            }
            
            .megamenu-content-row {
                .mega-sub-menu[role=presentation] {
                    height: auto !important;

                    .mega-menu-column {
                        height: 100% !important;
                        
                            .mega-menu-item {
                                padding: 0px 0px 0px 15px !important;
                            }
                            
                            .widget_media_image {
                                display: none !important;
                            }
                            
                            .mega-menu-description {
                                display: none  !important;
                            }
                            
                            .mega-menu-item:has(.megamenu-button) {
                                display: none  !important;
                            }
                        
                        
                    }
                }
            }
        }
    }
}