

.nav_content {
    min-height: 300px;
}

.nav_content__nav {
	
    &.buttons {

    }

    &.nav_content__nav-dropdown {
        margin-bottom: 1em;
    
        .dropdown-content {
             border: 1px solid #f2f2f2;
        
        }
    }
}

.nav_content__nav__item {
	& > * {
		display: flex;	
	}		
}



.nav_content--position-left, .nav_content--position-rigth {
   @media (min-width: 768px) {
    
    .button {
        width: 100%;
    }
   }
}


.nav_content__body__item {
		
	animation: fadeIn .3s linear;

	&:not(.is-active) {
		display: none!important;
	}
}
