
.menu_pro .navbar-nav {width: 100%; justify-content: space-between; display: flex;}
.menu_pro a {font-size: 13px; text-transform: uppercase; padding: 6px; color: #000;}
.menu_pro a:hover {color: var(--primary);}

@media(min-width:991px){
    .dropdown:hover > .dropdown-menu{
        top: 100%;
        left: 0;
        display: block;
    }
    .dropend:hover > .dropdown-menu{
        top: 0;
        right: auto;
        left: 100%;
        margin-top: 0;
        margin-left: var(--bs-dropdown-spacer);
        display: block;
    }
    .dropstart:hover > .dropdown-menu{
        top: 0;
        right: 100%;
        left: auto;
        margin-top: 0;
        margin-right: var(--bs-dropdown-spacer);
        display: block;
    }
}

@media (max-width: 991px) {
	.menu-mobile {display: flex; flex-direction: column; gap: 8px; border-top: 1px solid #eee; padding-top: 12px;}
	.menu_pro a {padding: 4px; text-transform: uppercase; font-size: 16px;}
	#menu {border: none; border-bottom: 1px solid #eee;}
}

