/* Zlato z Oliv – kompaktní dropdown menu */
@media (min-width:1200px){

  .zzo-custom-nav li>ul{
    min-width:280px!important;
    width:280px!important;
    max-height:none!important;
    overflow:visible!important;
    padding:5px 0!important;
    background:#fff!important;
    border:1px solid #e7dcc7!important;
    border-top:3px solid #c9a442!important;
    border-radius:0!important;
    box-shadow:0 12px 28px rgba(39,48,25,.12)!important;
  }

  .zzo-custom-nav li>ul img,
  .zzo-custom-nav li>ul picture,
  .zzo-custom-nav li>ul figure,
  .zzo-custom-nav li>ul .image,
  .zzo-custom-nav li>ul .category-image,
  .zzo-custom-nav li>ul .menu-image,
  .zzo-custom-nav li>ul .submenu-image{
    display:none!important;
    width:0!important;
    height:0!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
  }

  .zzo-custom-nav li>ul>li{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
    border:0!important;
    border-bottom:1px solid #eee9df!important;
  }

  .zzo-custom-nav li>ul>li:last-child{
    border-bottom:0!important;
  }

  .zzo-custom-nav li>ul>li>a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    margin:0!important;
    padding:0 18px!important;
    box-sizing:border-box!important;
    color:#253511!important;
    background:#fff!important;
    font-size:15px!important;
    line-height:1.2!important;
    font-weight:600!important;
    text-align:left!important;
    text-transform:none!important;
    text-decoration:none!important;
    overflow:hidden!important;
  }

  .zzo-custom-nav li>ul>li>a:hover{
    color:#b98b24!important;
    background:#f7f3e9!important;
  }

  .zzo-custom-nav li>ul>li>a *{
    min-height:0!important;
    max-height:46px!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }

  /* Chuť */
  .zzo-custom-nav>ul>li.zzo-nav-taste>ul,
  .zzo-custom-nav>ul>li:nth-child(3)>ul{
    width:310px!important;
    min-width:310px!important;
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
  }

  /* Podle použití */
  .zzo-custom-nav>ul>li.zzo-nav-use>ul,
  .zzo-custom-nav>ul>li:nth-child(4)>ul{
    width:560px!important;
    min-width:560px!important;
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
  }

  .zzo-custom-nav>ul>li.zzo-nav-use:hover>ul,
  .zzo-custom-nav>ul>li:nth-child(4):hover>ul{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    padding:5px!important;
  }

  .zzo-custom-nav>ul>li.zzo-nav-use>ul>li:nth-child(odd),
  .zzo-custom-nav>ul>li:nth-child(4)>ul>li:nth-child(odd){
    border-right:1px solid #eee9df!important;
  }
}
