.products-alternative-header,
.products-alternative-wrapper {
    display: none;
}

.p-data-wrapper .newAlternative .h3 {
    font-size: 16px;
    font-weight: 600;
}

.p-data-wrapper .newAlternative .alternativeVar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.p-data-wrapper .newAlternative .alternativeVar .inner {
    border: 1px solid #cfcfcf;
    cursor: pointer;
    margin: 10px;
    position: relative;
    width: calc(16.66666% - 5px);
}

.p-data-wrapper .newAlternative .alternativeVar .inner.active {
    border: 10px solid #aaa;
}

.p-data-wrapper .newAlternative .alternativeVar .inner.active:before {
    align-items: center;
    color: #aaa;
    content: "\e913";
    display: flex;
    font-family: Shoptet;
    font-size: 16px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.p-data-wrapper .newAlternative .alternativeVar .inner a {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.navigation-in {
    font-size: 16px;
    line-height: 18px;
}

@media (min-width: 992px) {
    .columns-3 .products-block>div, .columns-4 .products-block>div {
        width: 25%;
    }
}




/* horní menu */
@media (min-width: 768px) {
    .navigation-in > ul > li.ext > ul > li > div > ul {
        display: block !important;
    }

    .navigation-in > ul > li.ext > ul > li > div > ul > li {
        display: block !important;
        width: 100% !important;
        float: none !important;    
    }
}

.menu-level-3.has-more-items li:nth-child(n+3) {
    display: none;
}
@media (min-width: 768px) {
  .force-expanded-menus .menu-level-3.has-more-items,
  .force-expanded-menus .menu-level-3.has-more-items li,
  .force-expanded-menus .navigation-in > ul > li.ext > ul > li > div,
  .force-expanded-menus .navigation-in > ul > li.ext > ul > li > div > ul {
    display: block !important;
    width: 100% !important;
    float: none !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }

  .force-expanded-menus .menu-level-3.has-more-items li > a {
    display: block !important;
    width: 100% !important;
    padding: 6px 0 !important;
    line-height: 1.2 !important;
  }
  .force-expanded-menus .menu-level-3.has-more-items li:nth-child(n+3) {
    display: block !important;
  }
}