.noscroll{
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    position: fixed;
}

.multi-column-dropdown > li:first-child a{            
    font-family: 'Arial-Bold',Verdana, Helvetica, Arial, sans-serif;
    font-size: 15px;
}

a.nav-link {
    font-family: 'Arial-Bold',Verdana, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #333 !important; 
    padding: 0;
    line-height: 44px; /* 44 */
}

#mobileNavbar a.nav-link {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #333 !important;
    padding: 0;
    line-height: 60px !important; /* 60 */
    background-color: #f7f7f7;
}

#mobileNavbar ul li {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #e8e8e8 !important;
}

.navbar-light .navbar-toggler {
    border: 0 !important;
    outline: none !important;
}

.navbar-toggler{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-right: 20px;
}

#mobileNavbar{
    height: 60px !important;
    width: 100%;
    padding: 0 !important;
    background-color: #fff !important;
    border-bottom: solid 1px;
    border-color: #e8e8e8;
}


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

/* Remove the icon from dropdown links */
.dropdown-toggle::after {
    display:none !important;
}

@media (min-width: 992px) {

    .no-link:hover{
        color: #333 !important;
        cursor: default !important;
        background-color: #fff !important;
    }

    .no-link:active{
        color: #333 !important;
        cursor: default !important;
        background-color: #fff !important;
    }

    .no-link:visited{
        color: #333 !important;
        cursor: default !important;
        background-color: #fff !important;
    }

    .no-cursor{
        cursor: default !important;
    }

    #desktopNavbar {
        border-bottom: 1px #e5e5e5 solid;
    }

    #desktopNavbar #navbarSupportedContent .navbar-nav{
        height: 77px; /* 77 */
        border-bottom: 1px #e5e5e5 solid;
    }

    #desktopNavbar .navbar-nav .nav-link{
        line-height: 64px; /* 64 */
        
    }

    #mobileNavbar{
        display: none;
    }

    .navbar-toggler-right{
        display: none !important;
    }

    /* Used in conjunction with JavaScript for the mouse-over behaviour on dropdown items */
    .dropdown:hover>.dropdown-menu {
      display: block;
    }

    .navbar{
        height: 77px; /* 77  */
        padding: 0 16px 0 16px !important;
    }

    li.nav-item{
        padding: 0 5px 0 5px;
        border: solid #f9f9f9 !important;
        border-color: #f9f9f9;
        border-width:0 0 5px 0 !important;
    }

    li.nav-item:hover {
        border: solid !important;
        border-width:0 0 5px 0 !important;
    }

    .wikifood-logo{
        padding-right: 40px;
        margin-left: 0;
        height: 35px;
        margin-top: -13px;
    }

    .navbar  .dropdown{
      position: static;
    }
    .navbar{
      position: static!important;
    }

    .dropdown-menu {
        border: 0px;
        border-radius: 2px;   
        min-width: auto;
        width: 100%;
        height: auto;
        top: 132px; /*132 = 90 height + 5 border + 42 topbar height*/
        border-radius: 0;
        border-width: 0px;
        margin-top: -1px;
        padding-bottom: 40px !important; /* 40 */
        padding: 0 0;
        max-height: 700px;
        overflow: auto; 
    }

    .navbar-nav>li.dropdown-toggle {
        line-height: 90px; /* 90  */
        padding-bottom: 20px;
    }
    
    .dropdown-menu li a {
        padding: 2px 20px 2px 15px;
        font-weight: 400;
    }

    .multi-column-dropdown {
        list-style: none;
        margin: 0px;
        padding: 8px 0;
    }

        .multi-column-dropdown li a {            
/*            font-family: 'Arial', serif;*/
            font-family: Verdana, sans-serif;
            font-weight: 600;
            display: block;
            clear: both;
            color: #333;
            white-space: normal;
            font-size: 15px;
        }

            .multi-column-dropdown li a:hover {
                text-decoration: none;
                background-color: #fff;
                color: rgba(0,0,0,0.5);
            }

}

.relative{
    position: relative;
}

.menu-arrow {
    display: none;
}

/* Mobile view/menu */
@media (max-width: 991px) {

    .close-sub-menu{
        background-color: #fff !important;
    }

    .hide-menu-icon{
        display: none;
    }

    .nav-svg{
        height: 15px;
        width: 15px;
    }

    #desktopNavbar{
        display: none !important;
    }

	.dropdown-menu.multi-column {
        display:none;
	}

    .small-logo{
        position: absolute;
        top: 21px;
        left: 20px;
        height: 20px;
        width: auto;
    }

    .navbar{
        padding: 2px 0.5rem;
    }

    .menu-icon{
        height: 18px;
        margin: 7px 0 6px 0;
    }

    .wikifood-logo{
        display: none;
        padding-right: 0;
    }

    .dropdown-menu {
      top: 20px !important; 
    }

    .nav-link.dropdown-toggle{
        text-align: left;
        font-size: 12px;
        margin-left: 20px;
    }

    li.nav-item.dropdown{
        background-color: White !important;
        border-bottom: 1px solid #f1f1f1;
    }

    .menu-arrow{
        float: right;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 20px;
    }

    .menu-arrow-inverse{
        float: left !important;
        margin-right: -35px; /* Move the next element to center, ignoring this element: 20 padding + 15 width */
        transform: rotate(180deg);
    }

    .offcanvas-collapse {
        position: fixed;
        top: 60px; /* Height of navbar */
        right: 0px;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 60px !important;
        background-color: #fff;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 99999;
        overflow-y: auto !important;
        height: 100vh;
    }

    .offcanvas-collapse::after{
        content: "";
        height: 60px;
        display: inline-block;
    }

    .offcanvas-collapse.open {
        -webkit-transform: translateX(0);
        transform: translateX(0); /* Account for horizontal padding on navbar */
    }

    .sub-menu{
        top: 0px !important;
        text-align: left;
    }

    .sub-menu-list{
        padding: 0;
    }

    .sub-menu-link{
        padding-left: 30px !important;
        margin-left: 0 !important;
        font-size: 12px;
    }

    .sub-menu-list > li:first-child a{
        background-color: #fff;
        text-align: center;
    }

    .border-left-color{
        border-left: 8px solid;
    }
	

	
}

@media (min-width: 1200px) {

    li.nav-item{
        padding: 0 5px 0 5px;
        border: solid #f9f9f9 !important;
        border-color: #f9f9f9;
        border-width:0 0 5px 0 !important;
    }

    .dropdown-menu {
      padding-bottom: 10px !important;
    }
}



html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}


.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: var(--secondary);
}

.nav-underline .nav-link:hover {
  color: var(--blue);
}

.nav-underline .active {
  font-weight: 500;
  color: var(--gray-dark);
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: var(--purple); }

.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

