html.dklab-filter-window-active body.one-column-body #content #filters-wrapper {position: unset;width: unset;padding: 0;margin: 0;}
html.dklab-filter-window-active body.one-column-body #content #filters-wrapper #filters {left: 0;}
@media (max-width: 991px) {
  html.dklab-filter-window-active--mobile .filters-wrapper.dkLab-mobile-window, html.dklab-filter-window-active body--mobile .filters-wrapper.dkLab-mobile-window {position: unset;padding: 0;}
  html.dklab-filter-window-active body.one-column-body #content #filters-wrapper #filters {padding: 0 15px;}
}
@media (max-width: 767px) {
  #content .filters-unveil-button-wrapper + .dkLab-filters-wrapper > .dkLab-filters-wrapper__button h4 {display: none;}
  #content .filters-unveil-button-wrapper + .dkLab-filters-wrapper > .dkLab-filters-wrapper__button form {display: block;}
}
#content .filters-unveil-button-wrapper .unveil-button {padding: 0;min-height: unset;line-height: 37px;height: 37px;font-size: 0;background: transparent;margin-top: 2px;}
#content .filters-unveil-button-wrapper .unveil-button:before{
  width: 24px;
  height: 24px;
  content: "";
  font-size: 18px;
  font-family: icons;
  font-weight: 400;
  display: inline-block;
  position: relative;
  color: #000;
  line-height: 1;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/filter.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-right: 12px;}
#content .filters-unveil-button-wrapper .unveil-button:after{
  position: relative;
  display: inline-block;
  content: "Filtrovat";
  color: #000 !important;
  font-size: 16px;
  font-family: var(--template-font);
  letter-spacing: .1px;
}

#category-header {
  margin-top: 0 !important;
  padding-left: 25px;
}

#content .filters-unveil-button-wrapper .unveil-button:before {
  background-size: 20px;
  margin-top: -2px;
}

#content #filters .filter-sections .filter-section.filter-section-count {
  margin-top: 0;
}

html.dklab-filter-window-active--mobile .filter-section.filter-section-count span.btn.btn-primary, html.dklab-filter-window-active body--mobile .filter-section.filter-section-count span.btn.btn-primary {
  margin-bottom: 10px;
}

#filters #clear-filters {
  position: relative;
  top: 0;
  width: 100%;
  margin-top: 0;
}

#filters #clear-filters a {
  width: 100%;
  text-align: center;
  justify-content: center;
  font-size: 1em !important;
  height: 55px;
  align-items: center;
  margin-top: 0 !important;
}

.type-category .cat-header-scroll-wrapper .cat-header-content {
  flex-wrap: wrap;
}

.type-category .dkLab-filters-button {
  width: 100%;
}

@media (max-width: 768px) {
  #content .filters-unveil-button-wrapper {
    margin-right: auto;
    /*width: 100%;*/
    margin-top: 11px;
  }
  #content .filters-unveil-button-wrapper .unveil-button {
    margin: 0;
  }
  #content .filters-unveil-button-wrapper .unveil-button:before {
    background-size: 18px;
  }
  #content .filters-unveil-button-wrapper .unveil-button:after {
    font-size: 14px;
    margin-top: 2px;
  }
  .type-category .dkLab-filters-button {
    width: 100%;
    margin-top: 10px !important;
  }

  #content #filters .filter-sections .filter-section .btn.btn-primary {
    width: 100%;
  }

  html:not(.dklab-filter-window-active) body.one-column-body #content #filters-wrapper {
    margin: 0;
  }
  #filters .filter-section .filter-label {
    padding: 5px 26px 3px 6px;
    border: 1px solid #e4e4e4;
    margin-right: 4px !important;
    margin-bottom: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9em;
    letter-spacing: 0;
    line-height: 1.1em;
    min-height: 28px;
    font-weight: 500 !important;
  }

  #filters .filter-sections {
    margin-bottom: 65px;
  }
}

#filters .slider-header {
  padding-bottom: 0;
}

#filters .slider-wrapper {
  margin: 0 0 20px !important;
}

#filters .ui-slider-horizontal {
  margin: 20px 9px 15px 9px;
}

#filters .filter-section .advanced-filters-wrapper label .advanced-parameter-inner.yes-before:after {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -3px;
  left: inherit;
  right: -3px;
  transform: none;
  content: "";
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/check-w.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  display: block !important;
  border: none;
  z-index: 1;
  background-color: #46a603;
  border-radius: 20px;
}