.header-vertical-menu__fly-out .nav-dropdown,
.header-vertical-menu__fly-out{
	border:0px !important;
	box-shadow: none !important;
	border-radius:0px !important;
}
.vertical-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 999;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
display: none;
}
#menu-vertical-menu{
    height: 460px;
}
.header-vertical-menu__fly-out{
    background: transparent !important;
    padding-top:20px;
}
.header-vertical-menu__fly-out .menu-vertical-menu-container{
    background: #FFF;
    position: relative;
}
