@charset "utf-8";
/* CSS Document */


h1, h2, h3, h4, h5 {
  font-family: "Exo 2", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal !important;
}

footer .site-name {
    display: none !important;
}

/* Skryje menu hned při načtení, než zasáhne JS */
.top-navigation-bar-menu {
  visibility: hidden;
}

/* Zruší tečku na konci */
.top-navigation-bar-menu li:last-child::after {
  content: none !important;
}

/* Styl nové položky */
.top-navigation-bar-menu .delivery-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #fff;
  padding: 15px;
  list-style: none;
  position: relative;
}

/* Ikona dopravy z Apollo Icons */
.top-navigation-bar-menu .apollo-delivery-icon::before {
  content: '\e912';
  font-family: 'apollo' !important;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}

  @media (min-width: 768px) {
    .is-header-fixed.is-header-hidden #header .site-name a img {
      max-height: 56px;
    }
    #header .site-name {
      display: flex;
      align-items: center;
    }

    #header .site-name a img {
      max-height: 120px;
    }
    
}
  }

  @media (max-width: 767px) {
    .top-navigation-bar .site-name a img {
      max-height: 40px;
    }
    /* breadcrumbs test */
  .breadcrumbs > span > a {
    font-weight: 700 !important;
    color: #901485 !important;
  }

  /* schovat h4 před top produkty */
  main#content .category-top > h4 { 
    display: none !important; 
  }

  /* schovat #productsTop */
  main#content .category-top > h4 + #productsTop { 
    display: none !important; 
  }

  /* schovat i tlačítko pod blokem */
  main#content .category-top > h4 + #productsTop + .button-wrapper {
    display: none !important;
  }
}
  

 body{
    background-color: white!important;
  }
  .products-block .p-in-in {
    min-height: auto;
  }
  .category-header input[type="radio"]:checked+label {
    background-color: var(--color-primary);
  }
  .in-contacts .content-inner>article {
    width: 100%;
  }
  .welcome .welcome__content p {
    margin-bottom: 0;
  }

  .welcome .welcome__content p + p{
    margin-top: 20px;
  }


  @media (min-width: 768px) {
    .navigation-in {
      font-size: 15px;
      line-height: 15px;
    }
    .navigation-in ul li a {
      padding-left: 22px;
      padding-right: 22px;
    }
    .top-navigation-bar .container > div.top-navigation-contacts {
      top: 0;
      height: 49px;
    }
    .welcome h1 {
      font-size: 40px;
      margin-bottom: 30px;
    }
    .welcome p {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 30px;
    }
  }
  @media (min-width: 992px) {
    .welcome {
      padding: 40px 40px 40px 40px;
    }
    
        .header-top {
        height: 130px;
    }
    
    .is-header-scrolling .header-top {
        height: auto;
    }
  }
  @media (min-width: 768px) {
    .header-top {
      padding-top: 30px;
      padding-bottom: 10px;
    }

    .popup-widget.cart-widget,
    .popup-widget.login-widget {
      top: 130px;
    }

    .admin-logged .popup-widget.cart-widget,
    .admin-logged .popup-widget.login-widget {
      top: 130px;
    }
  }
  @media (min-width: 992px) {
    .header-top {
      padding-top: 30px;
      padding-bottom: 10px;
    }

    .popup-widget.cart-widget,
    .popup-widget.login-widget {
      top: 130px;
    }

    .admin-logged .popup-widget.cart-widget,
    .admin-logged .popup-widget.login-widget {
      top: 155px;
    }
  }
  @media (max-width: 767px){
    .top-navigation-bar {
      background-color: white;
    }
  }

  @media (max-width: 370px){
    .top-navigation-bar .site-name a img {
        max-height: 30px;
    }
  }
  
  @media (min-width: 768px) {
  .products-related-block h2, .products-alternative-block h2,
  h4.homepage-group-title, .h4.homepage-group-title {
    font-size: 36px;
  }
  body .hodnoceni:before {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .products-block.products .p .name {
    font-size: 18px;
  }
}  

.menu .menu-level-1 li {
    margin-right: 50px;
    font-size: large;
}

.is-header-black .navigation-in-bottom {
    background-color: #000000;
}

li.menu-item-category {
    display: none !important;
}
