@media only screen and (max-width: 767px) {
  #navigation li a {
    padding: 12px 1px !important;
    background: #fff;
    border-bottom: none !important;
  }

  #navigation ul.menu-level-1 > li.ext.exp > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  #navigation ul.menu-level-1 > li.ext.exp > a b {
    font-weight: 600;
    flex-grow: 1;
  }

  #navigation ul.menu-level-1 > li.ext.exp > a b::after {
    content: "Zobrazit vše";
    font-size: 13px;
    color: #999;
    text-decoration: underline;
    margin-left: auto;
    font-weight: normal;
    float: right;
  }

  #navigation .menu-level-2 > li {
    display: flex;
    align-items: center;
    padding: 6px 12px;
  }

  #navigation .menu-level-2 > li > a.menu-image {
    margin-right: 10px;
    flex-shrink: 0;
    display: block;
  }

  #navigation .menu-level-2 > li > a.menu-image img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    display: block;
    border: none !important;
  }

  #navigation .menu-level-2 > li > div > a span {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    display: block;
    border: none !important;
  }

  #navigation .menu-level-2 > li > div > a {
    font-weight: normal !important;
    border: none !important;
    display: block;
    width: 100%;
    padding-right: 0;
  }

  #navigation .menu-level-2 > li > div > a::after {
    display: none !important;
  }

  #navigation .menu-level-3 + .showall {
    padding: 0 12px 6px;
    text-align: right;
  }

  #navigation .menu-level-3 + .showall a {
    font-size: 13px;
    color: #999;
    text-decoration: underline;
  }

  #navigation .menu-level-3 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #navigation .menu-level-2 > li.has-third-level {
    position: relative;
  }

  #navigation .menu-level-2 > li.has-third-level > div > a {
    position: relative;
    z-index: 2;
  }

  #navigation .menu-level-2 > li.has-third-level::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
  }
}