.groupOverviewTable .wrapper {
  position: relative;
}

.groupOverviewTable .wrapper img {
  width: 100%;
  max-width: 43px;
}

@media screen and (max-width: 1399px) {
  .groupOverviewTable .wrapper img {
    max-width: 31px;
  }
}

@media screen and (max-width: 1199px) {
  .groupOverviewTable .wrapper img {
    max-width: 27px;
  }
}

@media screen and (max-width: 990px) {
  .groupOverviewTable .wrapper img {
    max-width: 50px;
  }
}

.groupOverviewTable .wrapper p {
  position: absolute;
  bottom: -3px;
  right: -6px;
  margin: 0;
  font-size: 10px;
  font-weight: bold;
}

.groupOverviewTable tr td {
  border-color: #848484;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
  background: none;
}

.groupOverviewTable tr th {
  font-size: 16px;
  max-width: 240px;
}

@media screen and (max-width: 1200px) {
  .groupOverviewTable tr th {
    font-size: 14px;
    max-width: 120px;
  }
}

.groupOverviewTable tr th sup {
  font-size: 0.5em;
}

.groupOverviewTable:not(.groupTable) {
  table-layout: fixed;
  width: 100%;
}

.groupOverviewTable:not(.groupTable) tr:nth-of-type(1) th {
  padding-bottom: 30px;
  position: relative;
}

.groupOverviewTable:not(.groupTable) tr:nth-of-type(1) th::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: #848484;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 990px) {
  .groupOverviewTable:not(.groupTable) tr:nth-of-type(1) th::after {
    display: none;
  }
}

.groupOverviewTable:not(.groupTable) tr:nth-of-type(1) th::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #848484;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 990px) {
  .groupOverviewTable:not(.groupTable) tr:nth-of-type(1) th::before {
    display: none;
  }
}

.groupOverviewTable:not(.groupTable) tr:nth-of-type(1) th:nth-of-type(1)::after, .groupOverviewTable:not(.groupTable) tr:nth-of-type(1) th:nth-of-type(1)::before {
  display: none;
}

.groupOverviewTable:not(.groupTable) tr th:nth-of-type(1) {
  width: 240px;
  padding-right: 30px;
  table-layout: fixed;
  overflow: hidden;
  word-wrap: break-word;
  position: relative;
}

.groupOverviewTable:not(.groupTable) tr th:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #848484;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 990px) {
  .groupOverviewTable:not(.groupTable) tr th:nth-of-type(1)::after {
    display: none;
  }
}

.groupOverviewTable:not(.groupTable) tr th:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #848484;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 990px) {
  .groupOverviewTable:not(.groupTable) tr th:nth-of-type(1)::before {
    display: none;
  }
}

.groupOverviewTable:not(.groupTable) tr td {
  position: relative;
}

.groupOverviewTable:not(.groupTable) tr td::before, .groupOverviewTable:not(.groupTable) tr td::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #848484;
  z-index: -1;
}

@media screen and (max-width: 990px) {
  .groupOverviewTable:not(.groupTable) tr td::before, .groupOverviewTable:not(.groupTable) tr td::after {
    display: none;
  }
}

.groupOverviewTable:not(.groupTable) tr td.has-vertical::before {
  height: 105%;
  width: 2px;
}

.groupOverviewTable:not(.groupTable) tr td.has-vertical.last-vertical::before {
  height: 55%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.groupOverviewTable:not(.groupTable) tr td.has-horizontal::after {
  width: 105%;
  height: 2px;
}

.groupOverviewTable:not(.groupTable) tr td.has-horizontal.last-horizontal::after {
  width: 55%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.groupOverviewTable .groupTable {
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.groupOverviewTable .groupTable tr td {
  cursor: pointer;
  border-radius: 10px;
  padding: 15px 10px;
}

.groupOverviewTable .groupTable tr td.empty {
  cursor: unset;
}

.groupOverviewTable .groupTable tr td.empty:hover {
  background: transparent;
}

.modal-content {
  border-color: transparent !important;
  border-radius: 20px !important;
}

.detailTable {
  margin-top: 20px;
}

select.product-group-select {
  display: none;
}

@media screen and (max-width: 990px) {
  .product-grid-wrapper select.product-group-select {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .product-grid-wrapper table:not(.detailTable) {
    display: block;
    width: 100% !important;
  }
  .product-grid-wrapper table:not(.detailTable) tbody {
    display: block;
    width: 100% !important;
  }
  .product-grid-wrapper table:not(.detailTable) tr,
  .product-grid-wrapper table:not(.detailTable) th,
  .product-grid-wrapper table:not(.detailTable) td {
    display: block;
  }
  .product-grid-wrapper table:not(.detailTable) tr.has-horizontal, .product-grid-wrapper table:not(.detailTable) tr.has-vertical,
  .product-grid-wrapper table:not(.detailTable) th.has-horizontal,
  .product-grid-wrapper table:not(.detailTable) th.has-vertical,
  .product-grid-wrapper table:not(.detailTable) td.has-horizontal,
  .product-grid-wrapper table:not(.detailTable) td.has-vertical {
    width: 100%;
  }
  .product-grid-wrapper table:not(.detailTable) th {
    width: 100% !important;
    max-width: unset !important;
    text-align: center !important;
    padding: 0 !important;
    display: block;
  }
  .product-grid-wrapper table:not(.detailTable) td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-grid-wrapper table:not(.detailTable) tr {
    margin: 10px 0;
    /*smazat start*/
    /*smazat end*/
  }
  .product-grid-wrapper table:not(.detailTable) tr:not(:nth-of-type(1)) {
    background: #f3f3f3;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  }
  .product-grid-wrapper table:not(.detailTable) tr:nth-of-type(1) {
    display: none;
  }
  .product-grid-wrapper table:not(.detailTable) tr td {
    /*smazat start*/
    /*                &:not(:nth-of-type(1)) {
                    display: none;
                }*/
    /*smazat end*/
  }
  .product-grid-wrapper table:not(.detailTable) tr td:not(.visible) {
    display: none;
  }
  .product-grid-wrapper table:not(.detailTable).groupTable {
    display: table !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
    background: transparent !important;
  }
  .product-grid-wrapper table:not(.detailTable).groupTable tbody {
    display: table-row-group !important;
  }
  .product-grid-wrapper table:not(.detailTable).groupTable th,
  .product-grid-wrapper table:not(.detailTable).groupTable td {
    display: table-cell !important;
  }
  .product-grid-wrapper table:not(.detailTable).groupTable tr {
    display: table-row !important;
    background: transparent !important;
    border-radius: unset !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
  }
  .product-grid-wrapper table:not(.detailTable).groupTable p {
    position: relative !important;
    right: unset !important;
    bottom: unset !important;
    text-align: center;
    margin-top: 10px !important;
    font-size: 14px !important;
    font-weight: unset !important;
  }
}
/*# sourceMappingURL=productGroup.css.map */