
.adtl-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  overflow-x: auto;
  padding: 10px 0 60px;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 50;
}

.adtl-pill {
 border: 2px solid #58595B;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 0;
    padding: 2px 16px;
    background: #ffffff;
    color: #222;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.adtl-pill[aria-expanded="true"] {
  background: #e7e7e7;
}

.adtl-pill .chev {
  display: inline-block;
  transition: transform .2s;
}

.adtl-pill[aria-expanded="true"] .chev {
  transform: rotate(180deg);
}

.adtl-pill.more {
  background: #58595B;
  color: #fff;
  font-weight: 800;
}
.adtl-dropdown input[type=checkbox]+label:after, input[type=checkbox]+label:before{border-radius:0}
.adtl-dropdown input[type=checkbox]:checked+label:after{background-color: #02B19D;border-color: #02B19D;height: 18px;left: 0px;width: 18px;}


.adtl-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 9999;
  min-width: 280px;
  max-width: 88vw;
  background: #fff;
  border: 1px solid #02B19D;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  padding: 14px;
  display: none;
}

.adtl-dropdown.open {
  display: block;
}

.adtl-dropdown.portal {
  position: fixed;
  left: 0;
  top: 0;
  transform: translate3d(0,0,0);
}

.adtl-dropdown form,
.adtl-dropdown fieldset,
.adtl-dropdown .slider-wrapper,
.adtl-dropdown .filter-section {
  margin: 0;
}

.filter-section.filter-section-button,
.filter-section.filter-section-count {
  display: none !important;
}

.adtl-hidden-dock {
  display: none !important;
}

/* zabráň orezu */
.category-content-wrapper,
.category-content-wrapper .category-header,
.filters-wrapper,
.adtl-filter-bar {
  overflow: visible;
}

.adtl-active-bar {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 14px;
}

.adtl-active-bar.visible {
  display: flex;
}

.adtl-chip {
  display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #02b19d14;
    color: #222;
    border-radius: 0;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #02B19D;
}

.adtl-chip .x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #58595B;
  font-weight: 900;
  cursor: pointer;
  user-select: none;
color:white
}

.adtl-chip .x:hover {
  background: #ccc;
}

.adtl-active-label {
  font-weight: 700;
  opacity: .7;
  margin-right: 6px;
  display: inline-flex;
  align-items: center;
}

div.filters-unveil-button-wrapper {
  display: none !important;
}

.adtl-order-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 20px 0;
}

.adtl-order-pills .pill {
  border: 2px solid #58595B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 22px;
    background: #fff;
    color: #000000;
    border-radius: 0;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: transform .12s ease, opacity .12s ease, background .12s ease;
    white-space: nowrap;
}
adtl-order-pills .pill:hover{}

.adtl-order-pills .pill:hover {
  transform: translateY(-1px);
}

.adtl-order-pills .pill.active {
  background: #58595B;
  color: #ffffff;
}

.adtl-order-wrap .btn.btn-plain,
.adtl-order-wrap .dropdown-menu {
  display: none !important;
}

@media (max-width: 991px) {
  .adtl-order-pills,
  .adtl-filter-bar {
    flex-wrap: wrap;
  }
}

:where(body.ums_a11y_category_page--on) .listSorting {
  display: none;
}
@media(max-width:768px){
.adtl-filter-bar {
    overflow: scroll;
}
}
.adtl-pill-extra {
  display: none !important;
}

.adtl-filter-bar.adtl-more-open .adtl-pill-extra {
  display: inline-flex !important;
}

.adtl-filter-bar.adtl-more-open .adtl-pill-extra:first-of-type {
  flex-basis: 100%;
}