/* Mega menu navigation - approved 2026-08-10 */
.top{background-color:#42A466;}
.top .container{position:relative;}
.nav-me > li.mega-menu{position:static;}
.nav-me > li.mega-menu > .mega-menu-panel{
  left:-20%;
  right:0;
  width:auto;
  top:100%;
  margin:0;
  padding:22px 20px 24px;
  border:0;
  border-top:4px solid #42A466;
  border-radius:0 0 4px 4px;
  background:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
  max-height:calc(100vh - 165px);
  overflow-y:auto;
  z-index:1000;
}
.nav-me > li.mega-menu:hover > .mega-menu-panel,
.nav-me > li.mega-menu.open > .mega-menu-panel,
.nav-me > li.mega-menu:focus-within > .mega-menu-panel{display:block;}
.mega-menu-grid{display:grid;gap:0;}
.mega-menu-grid-fruit{grid-template-columns:repeat(4,minmax(0,1fr));}
.mega-menu-grid-food{grid-template-columns:repeat(5,minmax(0,1fr));}
.mega-menu-group{min-width:0;padding:0 16px;border-left:1px solid #e4e4e4;}
.mega-menu-group:first-child{padding-left:0;border-left:0;}
.mega-menu-group:last-child{padding-right:0;}
.mega-menu-title{
  margin:0 0 8px;
  padding:0 0 8px;
  border-bottom:2px solid #e4e4e4;
  color:#42A466;
  font-size:16px;
  font-weight:600;
  line-height:1.35;
}
.mega-menu-group ul{margin:0;padding:0;list-style:none;}
.nav-me .mega-menu-panel .mega-menu-group li{margin:0;padding:0;}
.nav-me .mega-menu-panel .mega-menu-group a{
  position:relative;
  display:block;
  margin:0;
  padding:5px 6px 5px 17px;
  border-radius:3px;
  color:#333;
  font-size:14px;
  line-height:1.35;
  text-transform:capitalize;
  white-space:normal;
  overflow-wrap:anywhere;
}
.nav-me .mega-menu-panel .mega-menu-group a .glyphicon{
  position:absolute;
  left:3px;
  top:8px;
  color:#42A466;
  font-size:11px;
}
.nav-me .mega-menu-panel .mega-menu-group a:hover,
.nav-me .mega-menu-panel .mega-menu-group a:focus{
  color:#42A466;
  background:#f3fbf6;
  text-decoration:none;
  outline:none;
}
@media screen and (min-width:768px) and (max-width:991px){
  .mega-menu-grid-fruit,.mega-menu-grid-food{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:20px;}
  .mega-menu-group:nth-child(odd){padding-left:0;border-left:0;}
}
@media screen and (min-width:992px) and (max-width:1199px){
  .mega-menu-grid-food{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:20px;}
  .mega-menu-grid-food .mega-menu-group:nth-child(5){padding-left:0;border-left:0;}
}
@media screen and (max-width:767px){
  .nav-me > li.mega-menu{position:relative;}
  .nav-me > li.mega-menu > .mega-menu-panel{
    position:static;
    float:none;
    width:100%;
    max-height:none;
    margin:0;
    padding:16px 14px;
    border-top:3px solid #42A466;
    border-radius:0;
    box-shadow:none;
    overflow:visible;
  }
  .mega-menu-grid-fruit,.mega-menu-grid-food{grid-template-columns:1fr;row-gap:18px;}
  .mega-menu-group,.mega-menu-group:first-child,.mega-menu-group:last-child{
    padding:0;
    border-left:0;
  }
  .mega-menu-title{color:#42A466;}
  .nav-me .mega-menu-panel .mega-menu-group a{color:#333;background:none;}
  .nav-me .mega-menu-panel .mega-menu-group a:hover,
  .nav-me .mega-menu-panel .mega-menu-group a:focus{color:#42A466;background:#f3fbf6;}
}
/* End mega menu navigation */
