




#kvidm_megamenu .childcontent.clearfix.adddropdown {
position: fixed !important;
    background: #fff;
    z-index: 1000 !important;
    top: 0;
    left: 300px;
    width: 0px;
    height: 100%;
    visibility: hidden;
    transition: all .3s ease .3s;
    -webkit-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    -o-transition: all .3s ease .3s;
    overflow: auto;
    opacity: 0;
}

#kvidm_megamenu .childcontent.clearfix.adddropdown::-webkit-scrollbar {
    width: 0px;
}

#kvidm_megamenu .jux-nav-child.dropdown-menu.mega-dropdown-menu{
position: fixed !important;
    background: #fff;
    z-index: 1000 !important;
    top: 0;
    left: 300px;
    width: 0px;
    height: 100%;
    visibility: hidden;
    transition: all .3s ease .3s;
    -webkit-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    -o-transition: all .3s ease .3s;
    overflow: auto;
    opacity: 0;
	
}

#kvidm_megamenu .jux-nav-child.dropdown-menu.mega-dropdown-menu::-webkit-scrollbar {
    width: 0px;
}

#kvidm_megamenu li.dropdown.mega:hover > .jux-nav-child.dropdown-menu.mega-dropdown-menu , li.dropdown-submenu.mega:hover > .jux-nav-child.dropdown-menu.mega-dropdown-menu {
visibility: visible !important;
    opacity: 1;
	 width: 330px;
}



#kvidm_megamenu .haschild:hover > .childcontent {
visibility: visible !important;
    width: 330px;
    opacity: 1;
}



#kvidm_megamenu .jux-nav-child.dropdown-menu.mega-dropdown-menu > .mega-dropdown-inner {
    height: 100%;
    width: 330px;
    position: absolute;
    right: 0;
    background: #ffffff!important;
}


