/* crawler-shop.cz | v2 */
@media (min-width: 992px) {

  #header .site-name a img {
    max-height: 80px;
  }
}

@media (min-width: 768px) {

  .navigation-in ul.menu-level-2 li a img {
    max-width: 40px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {

  #header .header-top {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    min-height: 92px;
  }

  #header .header-top {
    --crw-logo-posun: 14px;
  }

  #header .header-top > .site-name-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-1 * var(--crw-logo-posun)));
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    z-index: 2;
  }

  #header .header-top .site-name {
    margin: 0;
    text-align: center;
    border-bottom: 0;
  }

  #header .header-top .site-name a img {
    display: block;
    margin: 0 auto;
    width: auto;
  }

  #header .header-top > .search {
    order: 2;
    flex: 0 0 280px;
    width: 280px;
    max-width: 280px;
    min-width: 0;
    margin: 0 18px 0 0;
    padding: 0;
    position: relative;
    z-index: 3;
  }

  #header .header-top > .navigation-buttons {
    order: 3;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    right: 0;
    margin: 0;
    position: relative;
    z-index: 3;
  }

  #header .header-top .search .search-form fieldset {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }

  #header .header-top .search .query-input {
    flex: 1 1 auto;
    height: 40px;
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  #header .header-top .search .search-form .btn {
    flex: 0 0 auto;
    height: 40px;
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
    line-height: 38px;
  }

  #header .header-top .search .search-whisperer {
    left: auto;
    right: 0;
    width: 420px;
    max-width: calc(100vw - 40px);
  }

  #header .header-top .search .search-whisperer .p-availability {
    height: auto;
    min-height: 0;
    line-height: 1.25;
  }

  #header .header-top .search .search-whisperer .p-availability .p-availability-inner {
    position: static;
    white-space: normal;
  }

  #header .header-top .search .search-whisperer .p-info {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  #header .header-top .navigation-buttons .btn.cart-count .cart-price {
    display: none !important;
  }

  #header .header-top .navigation-buttons .btn.cart-count {
    position: relative;
    padding: 0 12px;
    margin: 0;
  }

  #header .header-top .navigation-buttons .btn.cart-count::before {
    margin-right: 0;
    font-size: 26px;
  }

  #header .header-top .navigation-buttons .btn.cart-count > i {
    left: auto;
    right: 0;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: var(--color-primary, #556fd1);
    border-radius: 20px;
  }

  #header .header-top .navigation-buttons .top-nav-button-login {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0 6px 0 0;
    padding: 0 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #header .header-top .navigation-buttons .top-nav-button-login > span {
    display: none !important;
  }

  #header .header-top .navigation-buttons .top-nav-button-login::before {
    content: "\e911";
    font-family: 'apollo';
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 1;
    color: #7c7e8f;
    transition: color 200ms ease-out;
  }

  #header .header-top .navigation-buttons .top-nav-button-login::after {
    display: none !important;
  }

  #header .header-top .navigation-buttons .top-nav-button-login:hover::before {
    color: var(--color-primary, #556fd1);
  }
}

@media (min-width: 992px) {

  #navigation .navigation-in > ul > li.ext > ul.menu-level-2,
  .submenu-visible #navigation .navigation-in > ul > li.exp > ul {
    left: 0;
    margin-top: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-start;
  }

  #navigation .navigation-in > ul > li.ext > a::after {
    display: none;
    content: none;
  }

  #navigation .navigation-in > ul > li.ext > a {
    padding-right: 24px;
  }

  #navigation .navigation-in > ul > li.ext > a .submenu-arrow {
    right: 4px;
    width: 16px;
    height: 16px;
    font-size: 8px;
  }

  #navigation .navigation-in > ul > li.ext.exp > a::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 48px;
    background: transparent;
    font-size: 0;
    pointer-events: auto;
  }

  #navigation .navigation-in > ul > li.ext.exp > ul.menu-level-2::before {
    top: -8px;
    height: calc(100% + 8px);
  }
}

@media (min-width: 992px) {

  body:not(.crw-l3-show) #navigation .navigation-in ul.menu-level-3 {
    display: none;
  }

  body.crw-l3-show #navigation .navigation-in > ul > li.ext > ul > li > div > ul {
    display: block;
    max-height: none;
    overflow: visible;
    line-height: 1.35;
    margin: 2px 0 0;
    padding-left: 0;
    font-size: 13px;
  }

  body.crw-l3-show #navigation .navigation-in ul.menu-level-3 > li {
    display: block;
    width: auto;
    min-height: 0;
    padding: 0;
  }

  body.crw-l3-show #navigation .navigation-in ul.menu-level-3 > li > a {
    display: block;
    padding: 3px 0 !important;
    white-space: normal;
    font-weight: 400;
    color: #7c7e8f;
  }

  body.crw-l3-show #navigation .navigation-in ul.menu-level-3 > li > a:hover {
    color: var(--color-primary, #556fd1);
  }
}
