@font-face {
  font-family: LTHoopXB;
  src: url('../fonts/lt-hoop-font-family/LTHoop-ExtraBold.otf') format('opentype');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: Verdana, Geneva, sans-serif;
}

body {
  /* background-color: #a55f94; */
  /* background-color: lightgray; */
}

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#header {
  display: flex;
  border-bottom: 1px solid #ddd;
  min-height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  /* background-color: #a0cfec; */
}

#nav {
  text-align: center;
  background-color: #F4F4F5;
  margin-top: 80px;
  border-bottom: 1px solid #ddd;
}

#main {
  display: flex;
  flex-grow: 1;

  width: 90%;
  margin: 0 auto;
  padding-top: 15px;
}

#aside {
  width: 20%;
  /* background-color: #ffdead; */
}

#content {
  display: flex;
  flex-direction: column;
  /* flex-grow: 1; */
  /* background-color: #ffefd5; */
  /* flex-direction: column; */

  width: 80%;
}

#footer {
  /* background-color: lightseagreen; */
  min-height: 35px;
}

.no-image {
  opacity: 0.1;
}

.diagnostyka {
  padding: 10px;
  margin: 10px;
  /* background-color: darksalmon; */
}

/* szczegóły produktu / class="product" */
#content .product {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
  margin: 10px;

  /* background-color: darkseagreen; */
}
#content .product-title {
  width: 100%;
}
#content .product-left {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  border: 1px solid #dcdcdc;
}
  #content .product-left img {
    max-width: 80%;
    padding: 20px;
  }
#content .product-right {
  width: 50%;
}
#content .product-description {
  width: 100%;
}
#content .product-bottom {
    width: 100%;
}
#content .product-accordion {
    width: 100%;
    font-size: 14px;
}

/* produkty danej grupy (kategorii) / class="category" */
#content .category {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin: 10px;

  /* background-color: darkseagreen; */
}
#content .category-item {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  padding: 10px;
  /* margin: 10px;

  background-color: darkseagreen; */
}
#content .category-item-title {
  width: 100%;
  min-height: 44px;
}
#content .category-item-left {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #dcdcdc;
}
  #content .category-item-left img {
    max-width: 90%;
  }
#content .category-item-right {
  width: 100%;
}
#content .category-item-description {
  width: 100%;
}
#content .category-item-bottom {
    width: 100%;
}

/* główne menu .aside menu-main */

#aside .menu_main {

  padding: 10px;
  margin: 10px;
  background-color: #fff;
}
#aside .menu_main ul {
  list-style: none;
}
#aside .menu_main a {
  font-size: 14px;
  line-height: 28px;
  color: #000;
  text-decoration: none;
}
#aside .menu_main li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#aside .menu_main li span {
  display: inline-flex;
  align-items: center;
  transform: translateY(-5px);
  color: gray;
}


/* szczegóły produktu / class="subgroup" */
#content .subgroup {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */

  padding: 10px;
  margin: 10px;

  /* background-color: darkseagreen; */
}

  /* lista podgrup w grupie / class="subgroup-item" */
  #content .subgroup-item {
    /* display: flex; */
    
  }

/* rozwijamy #header - logo, wyszukiwarka, ikonki */

/* #header  */

    .header-logo {
      width: 35%;
      padding-left: 50px;

      display: flex;
      flex-grow: 1;
      justify-content: center;
      align-items: center;

      /*  style="font-family: LTHoopXB; color: #2e3192; text-decoration: underline solid #ed1c24 4px;" */

      /* background-color: lightsalmon; */
    }
    .header-logo .logo-hamburger {
      display: none;
    }
    .header-logo .logo-hamburger img {
      height: 32px;
      padding: 0 10px;
    }
    .header-logo .logo {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .header-logo .logo a {
      text-decoration: none;
      color: #000;
      font-family: 'LTHoopXB';
      font-size: 26px;
    }
    .header-logo .logo-img img {
      display: block;
      padding-left: 30px;
      height: 70px;
      /* border: 1px solid #a2a2a2; */
    }
    .header-search {
      position: relative;
      width: 35%;

      display: flex;
      justify-content: center;
      align-items: center;

      /* background-color: lightgreen; */
    }
    .search-container {
      display: flex;
      justify-content: center;
      align-items: center;

      width: 80%;
      padding: 5px 15px 5px 20px;
      border: 1px solid #ddd;
      border-radius: 25px;

      /* background-color: #f8f8f8; */
    }
    .input-search {
      width: 100%;
      border: none;
      outline: none;
      font-size: 16px;
      /* background-color: #f8f8f8; */
    }
    /* .button-search {} */
    .button-search-icon {
      cursor: pointer;
    }
    .area-search {
      display: none;
      position: absolute;
      top: 75px;
      left: 5px;
      line-height: 20px;
      max-width: 800px;
      max-height: 500px;
      overflow: scroll;
      border: 1px solid #ddd;
      padding: 10px;
      background-color: #fff;
    }
    .display {
      display: block;
    }
    .header-icons {
      width: 40%;
      padding-right: 100px;

      display: flex;
      justify-content: center;
      align-items: center;

      /* background-color: lightgoldenrodyellow; */
    }
    .header-icons img {
      height: 32px;
      padding: 0 10px;
    }
    .header-icons b {
      padding-right: 45px;
      font-size: 16px;
    }  

/* moduł tabs */
     .product_tabs_container {

      padding: 30px 0px;

      /* background-color: lightgoldenrodyellow; */
     }
     .product_tabs_ul {
      border-bottom: 1px solid #ddd;
      padding-left: 50px;
      list-style: none;
      font-size: 0;

      /* background-color: lightseagreen; */
     }
     .product_tabs_li {
      display: inline-block;
      line-height: 30px;
      padding: 0 30px;
      border: 1px solid #ddd;
      font-size: 14px;
      cursor: pointer;
      
      /* background-color: lightsalmon; */
    }
    .product_tabs_div {
      min-height: 300px;
      padding: 25px 40px;
      font-size: 14px;

      /* background-color: lightskyblue; */
     }
     .product_tabs_div_img {
      display: flex;
      justify-content: center;
     }
     .product_tabs_div_img img{
      max-width: 60%;
     }

    /* ----- ---- */

/* accordion (produkt) / class="product-accordion" */
#content .product-accordion .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* #content .product-accordion .active, .accordion:hover {
  background-color: #ccc;
} */

#content .product-accordion .panel {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#content .product-accordion .panel p {
  padding: 20px;

}

#content .product-accordion .accordion:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  /* font-size: 13px; */
  color: #777;
  float: right;
  margin-left: 5px;
}

#content .product-accordion .active:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
}
/* --------- --------- - ------------------------- */

.mobile-aside {
  position: fixed;
  top: 125px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
