.filter-sections {
    background-color: transparent;
}
#content .filters-unveil-button-wrapper {
    display: flex;
}
@media (min-width: 768px) {
    #content .filters-unveil-button-wrapper {
        justify-content: var(--dklab-filters-show-filter-align-desktop);
    }
}
#content .filters-unveil-button-wrapper .unveil-button {
    display: flex;
    background-color: var(--dklab-filters-show-filter-background-color);
    border-color: var(--dklab-filters-show-filter-background-color);
    color: var(--dklab-filters-show-filter-foreground-color);
    padding: var(--dklab-filters-show-filter-edges-size);
    justify-content: var(--dklab-filters-show-filter-align);
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
}
@media (max-width: 767px) {
    #content .filters-unveil-button-wrapper + .dkLab-filters-wrapper > .dkLab-filters-wrapper__button {
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    #content .filters-unveil-button-wrapper + .dkLab-filters-wrapper > .dkLab-filters-wrapper__button h4 {
        display: flex;
        width: 100%;
        background-color: var(--dklab-filters-show-filter-background-color);
        border-color: var(--dklab-filters-show-filter-background-color);
        color: var(--dklab-filters-show-filter-foreground-color);
        padding: var(--dklab-filters-show-filter-edges-size);
        justify-content: var(--dklab-filters-show-filter-align);
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        margin-top: 5px;
        line-height: 1;
    }
}
@media (max-width: 767px) {
    #content .filters-unveil-button-wrapper + .dkLab-filters-wrapper > .dkLab-filters-wrapper__button h4:after {
        margin-left: 8px;
    }
}
#content #category-header:not(.dkLabTopFiltersHeader).dkLab-filters-wrapper__button:not(.dkLab-filters-wrapper__wrap) h4:after {
    transform: rotate(-180deg);
}
#content body:not(.paxio-merkur) .category-header {
    background-color: white;
}
@media (max-width: 767px) {
    #content body:not(.paxio-merkur) .category-header:not(.dkLabTopFiltersHeader) form {
        overflow-x: auto;
        width: 100%;
        padding-bottom: 6px;
    }
}
@media (max-width: 767px) {
    #content body:not(.paxio-merkur) .category-header:not(.dkLabTopFiltersHeader) fieldset {
        flex-wrap: nowrap;
        display: flex;
    }
}
#content .dkLab-filters-wrapper + .dkLab-filters-button {
    margin-top: 15px;
}
#content .filters-unveil-button-wrapper + .dkLab-filters-wrapper + .dkLab-filters-button {
    margin-top: 0px;
}
body.spinner-visible .overlay {
    z-index: 99999;
}
body.template-11 .category-header {
    background-color: #fff;
}
body.dklab-filters--scroll #dkLabTopFilters,
body.dklab-filters--scroll #filters {
    display: none !important;
}
@media (max-width: 767px) {
    body.dklab-filters--loading #filters {
        display: none;
    }
}
#dkLabTopFilters .filter-sections {
    background-color: white;
}
#content #dkLabTopFilters {
    text-align: left;
}
#dkLabTopFilters {
    position: relative;
    margin-top: 30px;
    z-index: 4;
}
.products-block > div {
    z-index: 3;
}
#dkLabTopFilters #filters {
    position: relative;
    margin: 0px;
}
#dkLabTopFilters #filters:after {
    display: block;
    width: 100%;
    font-size: 0px;
    height: 1px;
    margin-top: -1px;
    clear: both;
    content: '';
}
#dkLabTopFilters .filter-section > form,
#dkLabTopFilters .slider-wrapper > .dkLab-slider-wrapper,
#dkLabTopFilters .filter-section-boolean .param-filter-top {
    display: none;
    position: absolute;
    top: 100%;
    min-width: calc(100% + 2px);
    left: -1px;
    background: white;
    color: black;
    z-index: 3;
    padding: 5px 8px;
    border: 2px solid black;
    font-size: 12px;
    max-height: 250px;
    overflow-y: auto;
}
#dkLabTopFilters .slider-wrapper > .dkLab-slider-wrapper {
    min-width: 300px;
}
#dkLabTopFilters .filter-section.active > form,
#dkLabTopFilters .slider-wrapper.active > .dkLab-slider-wrapper,
#dkLabTopFilters .filter-section-boolean.active .param-filter-top {
    display: block;
}
#content #dkLabTopFilters .filter-section fieldset div {
    width: 100% !important;
    white-space: nowrap;
}
#content #dkLabTopFilters .filter-section fieldset div .filter-label {
    margin-right: 0px;
    padding-right: 30px;
    width: 100%;
}
#dkLabTopFilters .filter-count {
    background-color: #f4f4f4;
    color: #696969;
    font-size: 10px;
    padding: 3px 5px;
    position: absolute;
    right: 0px;
    top: 2px;
}
#dkLabTopFilters .filter-section-boolean > div,
#dkLabTopFilters .filter-section-boolean > span {
    display: none;
}
#dkLabTopFilters #clear-filters {
    text-align: left;
}
#dkLabTopFilters .filter-section,
#dkLabTopFilters .filter-section-boolean,
#dkLabTopFilters .slider-wrapper {
    max-width: 100%;
    float: left;
    margin: 0px 10px 10px 0px;
    border: 1px solid black !important;
    padding: 0px;
    position: relative;
}
#dkLabTopFilters .filter-section h4,
#dkLabTopFilters .filter-section-boolean h4,
#dkLabTopFilters .slider-wrapper h4 {
    margin: 0px;
    font-size: 13px;
    padding: 14px 50px 12px 20px;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    color: black;
    text-transform: none;
}
#dkLabTopFilters .filter-section h4:after,
#dkLabTopFilters .filter-section-boolean h4:after,
#dkLabTopFilters .slider-wrapper h4:after {
    position: absolute;
    top: 14px;
    right: 16px;
    font-family: 'shoptet';
    content: '\e90e';
    font-weight: 400;
}
#dkLabTopFilters
    #filters
    > .filter-sections
    > #category-filter-hover
    > .filter-section:not(.filter-section-parametric):not(#manufacturer-filter):not(.slider-wrapper) {
    float: none;
    font-size: 11px;
    clear: both;
    padding: 0px;
    border: 0px !important;
}
#dkLabTopFilters
    #filters
    > .filter-sections
    > #category-filter-hover
    > .filter-section:not(.filter-section-parametric):not(#manufacturer-filter):not(.slider-wrapper)
    p {
    margin: 0px;
}
#dkLabTopFilters #clear-filters a {
    color: black;
    text-decoration: underline;
    font-weight: 700;
}
#dkLabTopFilters #category-header {
    border: 0px;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 20px;
    padding-bottom: 0px;
    margin-top: 0px;
}
#dkLabTopFilters #category-header label:before,
#dkLabTopFilters #category-header label:after {
    display: none;
}
#dkLabTopFilters #category-header > span.span--sort {
    border: 1px solid black !important;
    padding: 0px;
    font-size: 13px;
    padding: 14px 50px 12px 20px;
    position: relative;
    cursor: pointer;
    color: black;
    z-index: 1;
    font-weight: 700;
    line-height: 1;
}
#dkLabTopFilters #category-header:after {
    position: absolute;
    top: 13px;
    right: 16px;
    font-family: 'shoptet';
    content: '\e90e';
    z-index: 2;
    font-weight: 400;
    color: black;
    font-size: 14px;
    cursor: pointer;
}
#dkLabTopFilters #category-header > form {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100%;
    left: 0px;
    background: white;
    color: black;
    z-index: 3;
    padding: 5px 8px;
    border: 2px solid black;
    margin-top: -1px;
}
#dkLabTopFilters #category-header.active > form {
    display: block;
}
#dkLabTopFilters .category-header input[type='radio'] + label {
    border: 0px;
    background: transparent;
    padding: 5px 5px 12px 10px;
    width: 100%;
    margin-left: 0px;
    font-size: 12px;
}
#dkLabTopFilters .category-header input[type='radio'] + label:hover {
    background: transparent;
    text-decoration: underline;
}
#dkLabTopFilters .category-header input[type='radio']:checked + label {
    border: 0px;
    background: transparent;
    border-bottom: 0px;
    font-weight: 700;
}
#dkLabTopFilters .filter-section.active h4:after,
#dkLabTopFilters .filter-section-boolean.active h4:after,
#dkLabTopFilters .slider-wrapper.active h4:after,
#dkLabTopFilters #category-header.active:after {
    content: '\e911';
}
#content #dkLabTopFilters .filter-section fieldset .advanced-filters-wrapper div .filter-label.no-display {
    width: calc(100% - 23px);
    display: inline-block !important;
}
#content #dkLabTopFilters .filter-section fieldset .advanced-filters-wrapper .advanced-parameter {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
#content #dkLabTopFilters .filter-section fieldset .advanced-filters-wrapper .advanced-parameter-inner {
    border: 0px;
    width: 18px;
    height: 18px;
}
#content #dkLabTopFilters .advanced-parameter-inner.yes-before::before,
.mobile #content #dkLabTopFilters .advanced-parameter-inner.yes-before::before {
    background-size: 14px;
}
#content #dkLabTopFilters .advanced-filters-wrapper label::before,
#content #dkLabTopFilters .advanced-filters-wrapper label::after,
.mobile #content #dkLabTopFilters .advanced-filters-wrapper label::before,
.mobile #content #dkLabTopFilters .advanced-filters-wrapper label::after {
    display: none;
}
#content #dkLabTopFilters .advanced-filters-wrapper label,
.mobile #content #dkLabTopFilters .advanced-filters-wrapper label {
    padding-left: 0px;
}
#dkLabTopFilters .filter-section h4 .show-tooltip {
    margin-left: 5px;
    margin: -2px 0px -2px 5px;
}
#dkLabTopFilters .filter-section h4 .question-tooltip,
#dkLabTopFilters .filter-section-boolean h4 .question-tooltip,
#dkLabTopFilters .slider-wrapper h4 .question-tooltip {
    font-size: 13px;
}
@media screen and (min-width: 768px) {
    #dkLabTopFilters .filter-section,
    #dkLabTopFilters .filter-section-boolean,
    #dkLabTopFilters .slider-wrapper {
        height: 38px;
    }
}
@media screen and (min-width: 992px) {
    #dkLabTopFilters .filter-section,
    #dkLabTopFilters .filter-section-boolean,
    #dkLabTopFilters .slider-wrapper {
        height: 42px;
    }
}
@media screen and (min-width: 1200px) {
    #dkLabTopFilters .filter-section,
    #dkLabTopFilters .filter-section-boolean,
    #dkLabTopFilters .slider-wrapper {
        height: 43px;
    }
}
@media (min-width: 768px) {
    #content #dkLabTopFilters .filters {
        display: block;
    }
    #dkLabTopFilters .dkLab-filters-pack-button {
        display: none;
    }
    #dkLabTopFilters #filters {
        padding-right: 200px;
    }
}
@media (max-width: 1199px) {
    #dkLabTopFilters .filter-section h4,
    #dkLabTopFilters .filter-section-boolean h4,
    #dkLabTopFilters .slider-wrapper h4,
    #dkLabTopFilters #category-header > span.span--sort {
        font-size: 12px;
        padding-right: 40px;
    }
    #dkLabTopFilters #filters {
        padding-right: 170px;
    }
}
@media (max-width: 991px) {
    #dkLabTopFilters .filter-section,
    #dkLabTopFilters .filter-section-boolean,
    #dkLabTopFilters .slider-wrapper {
        margin: 0px 8px 8px 0px;
    }
    #dkLabTopFilters .filter-section h4,
    #dkLabTopFilters .filter-section-boolean h4,
    #dkLabTopFilters .slider-wrapper h4,
    #dkLabTopFilters #category-header > span.span--sort {
        font-size: 10px;
        padding: 12px 35px 10px 10px;
    }
    #dkLabTopFilters .filter-section h4:after,
    #dkLabTopFilters .filter-section-boolean h4:after,
    #dkLabTopFilters .slider-wrapper h4:after {
        top: 12px;
        right: 15px;
    }
    #dkLabTopFilters #category-header:after {
        top: 11px;
        right: 15px;
        font-size: 10px;
    }
    #dkLabTopFilters .category-header input[type='radio'] + label {
        padding: 3px 10px 3px 2px;
        width: 100%;
        margin: 0px;
        font-size: 10px;
    }
    #content #dkLabTopFilters .filter-section fieldset div .filter-label {
        font-size: 11px;
    }
}
@media (max-width: 767px) {
    #dkLabTopFilters #category-header {
        position: relative;
        top: 0px;
        right: 0px;
        display: inline-block;
        margin: 0px 0px 25px 0px;
    }
    #dkLabTopFilters #filters {
        background: #f7f7f7;
        margin: 0px 0px 15px 0px;
        padding: 20px 40px;
    }
    #dkLabTopFilters .filter-sections {
        background-color: #f7f7f7;
    }
    #dkLabTopFilters
        #filters
        > .filter-sections
        > #category-filter-hover
        > .filter-section:not(.filter-section-parametric):not(#manufacturer-filter):not('.slider-wrapper') {
        margin: 0px;
        text-align: center;
    }
    #dkLabTopFilters .filter-section,
    #dkLabTopFilters .filter-section-boolean,
    #dkLabTopFilters .slider-wrapper {
        float: none;
    }
    #dkLabTopFilters #category-header:after {
        top: -2px;
    }
    #dkLabTopFilters #category-header > form {
        margin-top: 11px;
    }
    #dkLabTopFilters .slider-wrapper > .dkLab-slider-wrapper {
        min-width: calc(100% + 2px);
    }
    #dkLabTopFilters #clear-filters {
        text-align: center;
    }
    #dkLabTopFilters #filters {
        display: none;
    }
    #dkLabTopFilters .dkLab-filters-pack-button {
        display: block;
        position: absolute;
        top: auto;
        right: 20px;
        margin-top: -48px;
    }
    #dkLabTopFilters .dkLab-filters-pack-button .btn.btn-primary {
        font-size: 10px;
        padding: 3px 15px 2px 15px;
        height: 36px;
        font-weight: 700;
        border: 1px solid black;
        background: white;
        color: black;
        text-transform: none;
        border-radius: 0px;
    }
    body.id--24 #content #dkLabTopFilters {
        padding-top: 36px;
    }
    body.id--24 #dkLabTopFilters .dkLab-filters-pack-button,
    body.id--24 #dkLabTopFilters .dkLab-filters-pack-button,
    body.mobile.id--24 #dkLabTopFilters .dkLab-filters-pack-button {
        margin-top: 0px;
        top: 0px;
    }
    body.id--24 #dkLabTopFilters #category-header,
    body.mobile.id--24 #dkLabTopFilters #category-header {
        position: absolute;
        top: 14px;
        right: auto;
        left: 0px;
    }
}
#dkLabTopFilters .filter-section.checked,
#dkLabTopFilters .filter-section-boolean.checked,
#dkLabTopFilters .slider-wrapper.checked {
    border-color: var(--dklab-filters-active-color) !important;
}
#dkLabTopFilters .close-after::after,
#dkLabTopFilters .filter-total-count,
#dkLabTopFilters
    #filters
    > .filter-sections
    > #category-filter-hover
    > .filter-section:not(.filter-section-parametric):not(#manufacturer-filter):not(.slider-wrapper),
#dkLabTopFilters .filter-section.checked h4,
#dkLabTopFilters .filter-section-boolean.checked h4,
#dkLabTopFilters .slider-wrapper.checked h4 {
    color: var(--dklab-filters-active-color);
}
#dkLabTopFilters .filter-more {
    font-size: 11px;
}
#dkLabTopFilters + .dkLab-filters-button {
    margin-top: 0px;
}
#dkLabTopFilters + .dkLab-filters-button .dkLab-filters-button__in {
    margin: 0px;
}
body.template-11 #dkLabTopFilters #category-header > div {
    display: none;
}
body.template-11 #dkLabTopFilters .filter-sections {
    padding-left: 0px;
}
@media (max-width: 767px) {
    body.template-11 #dkLabTopFilters .filter-sections {
        padding-right: 0px;
    }
    body.template-11 #dkLabTopFilters .dkLab-filters-pack-button .btn > span.span__pack-button {
        line-height: 29px;
    }
    body.template-11 #dkLabTopFilters .dkLab-filters-pack-button {
        right: 0px;
    }
}
body.template-13 #category-header .category-header-pagination {
    display: none;
}
@media (max-width: 767px) {
    body.template-14 #content .filters-unveil-button-wrapper + .dkLab-filters-wrapper > .dkLab-filters-wrapper__button h4 {
        border-radius: 8px;
    }
}
.slider-header {
    padding-bottom: 0px;
    padding-top: 10px;
}
.ui-slider-horizontal .ui-slider-handle,
.ui-slider .ui-slider-range,
.ui-slider-range {
    background-color: var(--dklab-filters-slider-color);
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.slider-wrapper {
    padding: 0px;
    /* max-width: 650px; */
    /* margin-left: auto; */
    /* margin-right: auto */
}
.filter-section {
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
    .filter-section {
        margin-bottom: 40px;
    }
}
.filter-section.filter-section-parametric:last-of-type {
    margin-bottom: 0;
}
.filter-section.filter-section-count {
    display: none;
}
.sidebar .filter-section.filter-section-count {
    display: block;
}
.sidebar .filter-total-count {
    text-align: center;
}
#dkLabTopFilters .filter-section.filter-section-count {
    display: block;
}
@media (min-width: 992px) {
    .slider-wrapper {
        margin-bottom: 40px;
    }
}
.template-10 .slider-content::before,
.template-10 .slider-content::after {
    display: none;
}
.template-09 .slider-wrapper h4 {
    display: block;
}
.template-09 .ui-slider {
    width: 100%;
}
.slider-content {
    order: 2;
    padding: 0px;
    border-style: none;
    background-color: #ffffff;
}
.ui-slider {
    order: 2;
    position: relative;
    padding: 0 10px;
    height: 6px;
    margin: 25px 9px 15px 9px;
    border-style: none;
    border-width: 0;
    background-color: #dadada;
    border-color: inherit;
    border-radius: 6px;
}
.ui-slider:before {
    position: absolute;
    top: 0;
    left: -9px;
    right: -9px;
    height: 6px;
    content: '';
    border-radius: 6px;
    background-color: #dadada;
}
.ui-slider-range {
    border-style: solid;
    border-width: 1px;
}
.ui-slider-horizontal {
    height: 6px;
}
.ui-slider-horizontal .ui-slider-handle,
.ui-slider-horizontal .ui-slider-range {
    z-index: 2;
}
.ui-slider-horizontal .ui-slider-handle {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    top: -6px;
    border-radius: 50%;
    cursor: pointer;
}
.ui-slider-horizontal .ui-slider-handle:after {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 50%;
    background: #fff;
    border: 1px solid white;
}
#content :not(#dkLabTopFilters) .dkLab-filters-wrapper .filter-section h4:after,
#content-wrapper :not(#dkLabTopFilters) .dkLab-filters-wrapper .filter-section h4:after,
#content :not(#dkLabTopFilters) .dkLab-filters-wrapper .slider-wrapper h4:after,
#content-wrapper :not(#dkLabTopFilters) .dkLab-filters-wrapper .slider-wrapper h4:after {
    transform: rotate(-180deg);
}
#content :not(#dkLabTopFilters) .dkLab-filters-wrapper .filter-section.dkLab-filters-wrapper__wrap h4:after,
#content-wrapper :not(#dkLabTopFilters) .dkLab-filters-wrapper .filter-section.dkLab-filters-wrapper__wrap h4:after,
#content :not(#dkLabTopFilters) .dkLab-filters-wrapper .slider-wrapper.dkLab-filters-wrapper__wrap h4:after,
#content-wrapper :not(#dkLabTopFilters) .dkLab-filters-wrapper .slider-wrapper.dkLab-filters-wrapper__wrap h4:after {
    transform: none;
}
.dkLab-filters-wrapper h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
}
.dkLab-filters-wrapper h4 > span:nth-of-type(1) {
    flex-grow: 1;
}
.dkLab-filters-wrapper h4 .show-tooltip {
    margin-left: 15px;
    order: 98;
}
.dkLab-filters-wrapper h4:after {
    transition: all 0.3s ease;
    font-family: 'shoptet';
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90e';
    font-size: 12px;
    margin-left: 15px;
    order: 99;
}
.dkLab-filters-wrapper__wrap {
    margin-bottom: 0px;
}
.dkLab-filters-wrapper__wrap > h4:after {
    transform: none;
}
.dkLab-filters-wrapper__wrap .slider-content,
.dkLab-filters-wrapper__wrap .slider-header,
.dkLab-filters-wrapper__wrap > .slider-wrapper,
.dkLab-filters-wrapper__wrap > .param-filter-top,
.dkLab-filters-wrapper__wrap > form {
    display: none;
}
.dkLab-filters-wrapper form fieldset {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.dkLab-filters-wrapper form > fieldset:first-child {
    padding-bottom: 0px;
}
.dkLab-filters-wrapper form + form > fieldset {
    margin-top: 0px;
}
.dkLab-filters-wrapper .filter-section {
    margin-bottom: 0px;
}
.dkLab-filters-wrapper .filter-section.filter-section-boolean {
    border-top: 1px solid #ddd;
}
.dkLab-filters-wrapper .slider-wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
}
#price-filter-form fieldset {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.filter-sections {
    padding-left: 0px;
    padding-right: 0px;
}
.slider-wrapper.slider-wrapper--bordered {
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
}
.slider-wrapper.slider-wrapper--bordered:first-child {
    border-top-style: none;
}
.slider-wrapper.slider-wrapper--bordered + .filter-section {
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
}
.slider-wrapper.slider-wrapper--bordered + .filter-section:last-child {
    border-top-style: none;
}
.dkLab-filters-button {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .dkLab-filters-button {
        margin-top: 0;
    }
}
.dkLab-filters-button--remove {
    display: flex;
    margin-left: 10px;
    cursor: pointer;
}
.dkLab-filters-button--remove:before {
    font-family: 'shoptet';
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    content: '\e912';
}
.dkLab-filters-button__in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -5px;
}
.dkLab-filters-button__item {
    display: flex;
    align-items: center;
    height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    background-color: var(--dklab-filters-active-color);
    color: var(--dklab-filters-active-foreground-color);
    font-size: 14px;
    font-weight: 500;
}
.dkLab-filters-button__item--cancel {
    color: #000000;
    background-color: transparent;
    border: 1px solid var(--dklab-filters-active-color);
    cursor: pointer;
}
.dkLab-filters-button__item--cancel:after {
    margin-left: 10px;
    font-family: 'shoptet';
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    content: '\e912';
}
.dkLab-filters-label-stats {
    display: none;
}
@media (max-width: 991px) {
    html.dklab-filter-window-active,
    html.dklab-filter-window-active body {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}
html.dklab-filter-window-active #OPHWidgetWrapp,
html.dklab-filter-window-active body #OPHWidgetWrapp,
html.dklab-filter-window-active #heurekaTableft,
html.dklab-filter-window-active body #heurekaTableft,
html.dklab-filter-window-active #heurekaTabright,
html.dklab-filter-window-active body #heurekaTabright,
html.dklab-filter-window-active .LEAD_GENERATION,
html.dklab-filter-window-active body .LEAD_GENERATION,
html.dklab-filter-window-active #smartsupp-widget-container,
html.dklab-filter-window-active body #smartsupp-widget-container {
    display: none !important;
}
html.dklab-filter-window-active .dkLab-filters-close-button,
html.dklab-filter-window-active body .dkLab-filters-close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
html.dklab-filter-window-active .dkLab-filters-close-button:before,
html.dklab-filter-window-active body .dkLab-filters-close-button:before {
    font-family: 'shoptet';
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    content: '\e912';
}
@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 {
        z-index: 9999;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        padding: 40px 10px;
        overflow: auto;
        background-color: white;
    }
}
@media (max-width: 991px) {
    html.dklab-filter-window-active--mobile .filter-sections,
    html.dklab-filter-window-active body--mobile .filter-sections {
        background-color: transparent;
    }
}
@media (max-width: 991px) {
    html.dklab-filter-window-active--mobile div.filters-unveil-button-wrapper,
    html.dklab-filter-window-active body--mobile div.filters-unveil-button-wrapper {
        display: none;
    }
}
@media (max-width: 991px) {
    html.dklab-filter-window-active--mobile span.dkLab-filters-label--checked.dkLab-filters-label-stats,
    html.dklab-filter-window-active body--mobile span.dkLab-filters-label--checked.dkLab-filters-label-stats {
        display: -webkit-box;
        flex-grow: 0;
        padding: 0px 15px;
        font-weight: 400;
        font-size: 12px;
        text-transform: none;
        text-align: right;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        background: #f4f4f4;
        border-radius: 20px;
    }
}
html.dklab-filter-window-active--mobile .slider-wrapper,
html.dklab-filter-window-active body--mobile .slider-wrapper {
    max-width: 100%;
}
html.dklab-filter-window-active--mobile .filter-section.filter-section-count,
html.dklab-filter-window-active body--mobile .filter-section.filter-section-count {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    margin-top: 30px;
}
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 {
    cursor: pointer;
    margin-bottom: 20px;
}
html.dklab-filter-window-active--mobile .filter-section.filter-section-count .filter-total-count,
html.dklab-filter-window-active body--mobile .filter-section.filter-section-count .filter-total-count {
    color: black;
}
html.dklab-filter-window-active--mobile #content .filters-wrapper.dkLab-mobile-window #filters,
html.dklab-filter-window-active body--mobile #content .filters-wrapper.dkLab-mobile-window #filters {
    display: block;
}
html.dklab-filter-window-active .tooltip,
html.dklab-filter-window-active body .tooltip {
    z-index: 100000;
}
.filters-wrapper .dkLab-filters-close-button {
    display: none;
}
.filters-wrapper.dkLab-mobile-window #filters {
    display: none;
}
.filter-more {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-right: 15px;
    margin-top: 6px;
    line-height: 20px;
    font-size: 14px;
    color: var(--color-secondary);
    cursor: pointer;
}
.filter-more:before {
    position: absolute;
    right: 0;
    top: 6px;
    font-family: 'shoptet';
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    content: '\e90e';
}
.filter-more--less {
    display: none;
}
.filter-more--less:before {
    content: '\e911';
}
.filter-section form.dkLab-parameter--show .filter-more--less,
.filter-section form.dkLab-parameter-special--show .filter-more--less {
    display: inline-flex;
}
.filter-section form.dkLab-parameter--show .filter-more--more,
.filter-section form.dkLab-parameter-special--show .filter-more--more {
    display: none;
}
@media (min-width: 768px) {
    html.dklab-filter-window-active body.one-column-body #content #filters-wrapper {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 100%;
        z-index: 99999;
        overflow-y: auto;
        padding: 40px 20px;
        background: white;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
@media (min-width: 768px) {
    html.dklab-filter-window-active body.one-column-body #content #filters-wrapper::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 768px) {
    html.dklab-filter-window-active body.one-column-body #content #filters-wrapper .filter-sections {
        background-color: transparent;
    }
}
html.dklab-filter-window-active body.one-column-body #content #filters-wrapper .filter-section fieldset > div {
    width: 100%;
}
@media (min-width: 768px) {
    html.dklab-filter-window-active #content .filters-wrapper.dkLab-mobile-window #filters {
        display: block;
    }
}
html:not(.dklab-filter-window-active) body.one-column-body #content #filters-wrapper {
    max-width: 480px;
    margin: 0px auto 40px auto;
}
@media (min-width: 768px) {
    html:not(.dklab-filter-window-active) body.one-column-body #content #filters-wrapper .filter-sections {
        background-color: transparent;
    }
}
html:not(.dklab-filter-window-active) body.one-column-body #content #filters-wrapper .filter-section fieldset > div {
    width: 100%;
}
body.template-07 .slider-wrapper {
    background-color: transparent;
    color: black;
}
body.template-07 .slider-wrapper h4 {
    color: black;
}
@media (max-width: 767px) {
    body.template-07 .category-header {
        display: block;
    }
}
@media (min-width: 768px) {
    body.template-07 .sidebar #filters {
        padding: 17px;
    }
}
@media (min-width: 768px) {
    body.template-07 #dkLabTopFilters #category-header > span.span--sort {
        padding: 11px 50px 9px 20px;
    }
}
@media (max-width: 767px) {
    body.template-07 #dkLabTopFilters #category-header > span.span--sort {
        padding: 11px 35px 9px 10px;
    }
}
@media (min-width: 768px) {
    body.template-07 #dkLabTopFilters #category-header {
        top: 4px;
    }
}
@media (max-width: 767px) {
    body.template-07 #dkLabTopFilters #category-header {
        top: 0px;
        margin-bottom: 14px;
    }
}
@media (min-width: 768px) {
    body.template-07 #dkLabTopFilters #category-header:after {
        top: 5px;
    }
}
@media (max-width: 767px) {
    body.template-07 #dkLabTopFilters #category-header:after {
        top: 8px;
    }
}
@media (max-width: 767px) {
    body.template-07 #dkLabTopFilters #category-header > form {
        margin-top: 2px;
    }
}
@media (min-width: 768px) {
    body.template-09 #dkLabTopFilters #category-header {
        top: 13px;
    }
}
@media (max-height: 767px) {
    body.template-09 #dkLabTopFilters #category-header {
        margin-bottom: 20px;
    }
}
body.template-09 #dkLabTopFilters #category-header > span.span--sort {
    padding: 11px 50px 10px 20px;
}
body.template-09 #dkLabTopFilters #category-header:after {
    top: 0px;
}
@media (max-width: 767px) {
    body.template-09 #dkLabTopFilters .dkLab-filters-pack-button .btn.btn-primary {
        line-height: 29px;
    }
}
body.template-09 .sidebar .slider-wrapper h4 {
    padding-top: 9px;
}
body.template-09 .dkLab-filters-wrapper .slider-wrapper h4 {
    display: flex;
}
@media (max-width: 767px) {
    body.template-09 #content .filters-unveil-button-wrapper + .dkLab-filters-wrapper > .dkLab-filters-wrapper__button h4 {
        display: none;
    }
}
@media (max-width: 767px) {
    body.template-09 #content .category-header:not(.dkLabTopFiltersHeader) form {
        overflow-x: visible;
        width: 100%;
        padding-bottom: 0px;
        display: block;
    }
}
html.dklab-filter-window-active--mobile body.template-09 .filters {
    margin-bottom: 0px;
    margin-top: 0px;
}
html.dklab-filter-window-active--mobile body.template-09 .filters-wrapper {
    margin-bottom: 0px;
    margin-top: 0px;
}
body.template-10 #dkLabTopFilters #category-header {
    top: 12px;
}
body.template-10 #dkLabTopFilters #category-header:after {
    top: 0px;
}
@media (max-width: 767px) {
    body.template-10 #dkLabTopFilters #category-header:after {
        top: 4px;
    }
}
body.template-10 #dkLabTopFilters #category-header > span.span--sort {
    padding: 13px 50px 11px 20px;
}
@media (max-width: 767px) {
    body.template-10 #dkLabTopFilters .dkLab-filters-pack-button {
        margin-top: -42px;
    }
}
@media (max-width: 767px) {
    body.template-10 #dkLabTopFilters .dkLab-filters-pack-button .btn.btn-primary {
        padding: 3px 15px 2px 15px;
        height: 38px;
        line-height: 31px;
    }
}
body.template-10 #dkLabTopFilters .filter-count {
    top: 6px;
}
@media (max-width: 767px) {
    body.template-10 #dkLabTopFilters .filter-count {
        top: 12px;
    }
}
body.template-10 .dkLab-filters-wrapper .filter-section.filter-section-boolean {
    border: 0px;
}
body.template-10 .dkLab-filters-button__item {
    border-radius: 30px;
}
body.template-10 #content .filters-unveil-button-wrapper + .dkLab-filters-wrapper > .dkLab-filters-wrapper__button h4 {
    border-radius: 30px;
}
@media (max-width: 767px) {
    body.template-10 .category-header {
        display: block;
    }
}
body.template-10 .sidebar .dkLab-filters-wrapper h4:before {
    display: none;
}
body.template-10 .sidebar .dkLab-filters-wrapper h4 span.dkLab-filters-label-stats {
    display: none;
}
body.template-10 .sidebar .dkLab-filters-wrapper h4 .question-tooltip {
    background-color: var(--color-tertiary);
    border-color: var(--color-tertiary-hover);
    color: #fff;
    text-align: center;
    padding: 0px;
}
@media (max-width: 767px) {
    body.template-12 #dkLabTopFilters .dkLab-filters-pack-button {
        right: 0px;
    }
}
body.template-12 .category-content-wrapper > .dkLab-filters-wrapper:nth-of-type(1) > #category-header h4 {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}
@media (min-width: 768px) {
    body.template-12 #content .category-content-wrapper {
        position: relative;
    }
}
@media (min-width: 768px) {
    body.template-12 #content .category-content-wrapper .filters-unveil-button-wrapper {
        display: flex;
        position: absolute;
        right: 0px;
        top: 1px;
    }
}
@media (min-width: 768px) {
    body.template-12 #content .category-content-wrapper .filters-unveil-button-wrapper .unveil-button {
        font-size: 13px;
        padding: 5px 10px;
        line-height: 20px;
    }
}
@media (min-width: 992px) {
    body.template-12 #content .category-content-wrapper .filters-unveil-button-wrapper .unveil-button {
        font-size: 13px;
        padding: 10px 20px;
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    body.template-13 #content .filters-unveil-button-wrapper + .dkLab-filters-wrapper > .dkLab-filters-wrapper__button h4 {
        display: none;
    }
}
@media (max-width: 767px) {
    body.template-13 #content .filters-unveil-button-wrapper + .dkLab-filters-wrapper {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    body.template-13 #dkLabTopFilters #category-header {
        margin: 0px 0px 17px 0px;
    }
}
body.template-13 #dkLabTopFilters #category-header:after {
    top: 10px;
}
@media (max-width: 767px) {
    body.template-13 #dkLabTopFilters #category-header:after {
        top: 7px;
    }
}
@media (max-width: 767px) {
    body.template-13 #dkLabTopFilters #category-header > form {
        margin-top: 4px;
        width: auto;
        text-align: left;
        font-size: 13px;
        line-height: 2.3;
    }
}
body.template-14 .dkLab-filters-wrapper h4 {
    margin: 0px;
}
body.template-14 .dkLab-filters-wrapper .filter-section {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 1200px) {
    body.template-14 #content .category-content-wrapper {
        position: relative;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.template-14 #content .category-content-wrapper .filters-unveil-button-wrapper {
        justify-content: center;
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    body.template-14 #content .category-content-wrapper .filters-unveil-button-wrapper {
        position: absolute;
        right: 16px;
        margin-top: 14px;
    }
}
@media (max-width: 767px) {
    body.template-14 #dkLabTopFilters .dkLab-filters-pack-button {
        right: 0px;
    }
}
body.template-14 #dkLabTopFilters #category-header {
    background: transparent;
    padding-top: 0px;
}
@media (max-width: 767px) {
    body.template-14 #dkLabTopFilters #category-header {
        margin-bottom: 16px;
    }
}
body.template-14 #dkLabTopFilters #category-header:after {
    top: 14px;
}
@media (max-width: 767px) {
    body.template-14 #dkLabTopFilters #category-header:after {
        top: -3px;
    }
}
@media (max-width: 767px) {
    body.template-14 #dkLabTopFilters #category-header > form {
        margin-top: 4px;
    }
}
@media (min-width: 768px) {
    body.template-14 #dkLabTopFilters #category-header > span.span--sort {
        padding: 18px 50px 16px 20px;
    }
}
body.template-14 #dkLabTopFilters #filters {
    border: 0px;
    margin: 0px;
}
@media (min-width: 768px) {
    body.template-14 #dkLabTopFilters #filters {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        background: transparent;
    }
}
body.template-14 .dkLab-filters-button__item {
    border-radius: 8px;
}
@media (max-width: 767px) {
    html.dklab-filter-window-active--mobile body.template-14 #content .filters-wrapper.dkLab-mobile-window {
        padding: 40px 10px;
    }
}
@media (min-width: 768px) {
    html.dklab-filter-window-active--mobile body.template-14 #content .filters-wrapper.dkLab-mobile-window #filters {
        margin: 0px;
    }
}
body.paxio-merkur #category-header > h4 {
    display: none;
}
body.paxio-merkur #category-header.dkLab-filters-wrapper__wrap {
    display: block;
}
body.paxio-merkur #category-header div {
    display: none;
}
body.paxio-merkur #category-header form {
    display: block;
}
body.paxio-merkur #category-header form fieldset {
    margin: 0px;
    padding: 0px;
}
body.paxio-merkur :not(#dkLabTopFilters) > #filters .filter-section:not(.dkLab-filters-wrapper__wrap) form,
body.paxio-merkur :not(#dkLabTopFilters) > #filters .slider-wrapper:not(.dkLab-filters-wrapper__wrap) form,
body.paxio-merkur :not(#dkLabTopFilters) > #filters .filter-section:not(.dkLab-filters-wrapper__wrap) div:not(.div--collapsable, .filter-more),
body.paxio-merkur :not(#dkLabTopFilters) > #filters .slider-wrapper:not(.dkLab-filters-wrapper__wrap) div:not(.div--collapsable, .filter-more) {
    display: block;
}
body.paxio-merkur :not(#dkLabTopFilters) > #filters .filter-section:not(.dkLab-filters-wrapper__wrap) > h4,
body.paxio-merkur :not(#dkLabTopFilters) > #filters .slider-wrapper:not(.dkLab-filters-wrapper__wrap) > h4 {
    color: var(--color-primary);
}
body.paxio-merkur :not(#dkLabTopFilters) > #filters .filter-section:not(.dkLab-filters-wrapper__wrap) > h4::before,
body.paxio-merkur :not(#dkLabTopFilters) > #filters .slider-wrapper:not(.dkLab-filters-wrapper__wrap) > h4::before {
    transform: none;
}
body.paxio-merkur :not(#dkLabTopFilters) > #filters .filter-section.dkLab-filters-wrapper__wrap > div,
body.paxio-merkur :not(#dkLabTopFilters) > #filters .slider-wrapper.dkLab-filters-wrapper__wrap > div,
body.paxio-merkur :not(#dkLabTopFilters) > #filters .filter-section.dkLab-filters-wrapper__wrap > form,
body.paxio-merkur :not(#dkLabTopFilters) > #filters .slider-wrapper.dkLab-filters-wrapper__wrap > form {
    display: none;
}
body.paxio-merkur :not(#dkLabTopFilters) > #filters .filter-section.dkLab-filters-wrapper__wrap > h4,
body.paxio-merkur :not(#dkLabTopFilters) > #filters .slider-wrapper.dkLab-filters-wrapper__wrap > h4 {
    color: #24242e;
}
body.paxio-merkur :not(#dkLabTopFilters) > #filters .filter-section.dkLab-filters-wrapper__wrap > h4::before,
body.paxio-merkur :not(#dkLabTopFilters) > #filters .slider-wrapper.dkLab-filters-wrapper__wrap > h4::before {
    transform: rotate(-180deg);
}
body.paxio-merkur #dkLabTopFilters #category-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin-bottom: 19px;
}
body.paxio-merkur #dkLabTopFilters #category-header .pet label {
    text-align: left;
}
@media (max-width: 767px) {
    body.paxio-merkur #filters .slider-wrapper {
        max-width: unset;
    }
    body.paxio-merkur #category-header form.otevreno {
        overflow: visible;
        z-index: 10;
    }
    body.paxio-merkur #dkLabTopFilters #category-header.active form {
        height: auto;
        overflow: visible;
        z-index: 1;
    }
    body.paxio-merkur #dkLabTopFilters #category-header.active fieldset {
        box-shadow: none;
    }
    body.paxio-merkur #dkLabTopFilters #category-header .razeni-klik {
        display: none;
    }
    body.paxio-merkur #dkLabTopFilters #category-header label:first-child {
        background-color: #fff;
        border: none;
    }
    body.paxio-merkur #dkLabTopFilters .dkLab-filters-pack-button {
        margin-top: 0px;
    }
    body.paxio-merkur #dkLabTopFilters .dkLab-filters-pack-button .btn.btn-primary {
        line-height: 36px;
    }
    body.paxio-merkur #dkLabTopFilters .dkLab-filters-pack-button .btn.btn-primary .span__pack-button {
        display: flex;
        justify-content: center;
    }
    body.paxio-merkur #dkLabTopFilters #filters .filtrovat {
        display: none;
    }
    body.paxio-merkur #dkLabTopFilters #filters .filter-sections {
        display: block;
    }
}
@media (min-width: 768px) {
    body.paxio-merkur #dkLabTopFilters #category-header:after {
        top: 10px;
    }
    body.paxio-merkur #dkLabTopFilters #category-header .pet {
        display: block;
    }
    body.paxio-merkur #dkLabTopFilters .slider-wrapper.active .dkLab-slider-wrapper {
        padding: 5px 8px !important;
        display: grid;
    }
    body.paxio-merkur #dkLabTopFilters .slider-wrapper.active .dkLab-slider-wrapper .slider-header {
        width: auto;
        order: 1;
    }
    body.paxio-merkur #dkLabTopFilters .slider-wrapper.active .dkLab-slider-wrapper .slider-content {
        width: auto;
        order: 2;
        position: relative;
        top: 0px;
        left: 0px;
        height: auto;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    body.paxio-merkur #dkLabTopFilters #category-filter-hover {
        display: block;
    }
    body.paxio-merkur #dkLabTopFilters h4 {
        border: none;
    }
    body.paxio-merkur #dkLabTopFilters h4::before {
        display: none;
    }
    body.paxio-merkur #dkLabTopFilters h4:hover {
        background-color: unset;
    }
    body.paxio-merkur #dkLabTopFilters .filter-section.active form {
        padding: 5px 8px !important;
    }
    body.paxio-merkur #dkLabTopFilters .filter-section.active form fieldset > div {
        padding: 0px;
    }
    body.paxio-merkur #dkLabTopFilters .filter-section.active .param-filter-top form {
        display: block;
        position: relative;
        background-color: unset;
        padding-top: 0px;
        width: auto;
    }
    body.paxio-merkur #dkLabTopFilters .filter-section.active .param-filter-top form:last-of-type {
        padding-bottom: 0px;
    }
    body.paxio-merkur #dkLabTopFilters .filter-section.active .param-filter-top form + form {
        top: 0px;
    }
    body.paxio-merkur #dkLabTopFilters .filter-total-count {
        display: block;
    }
}
body.venus #category-header > h4 {
    display: none;
}
body.venus #category-header.dkLab-filters-wrapper__wrap {
    display: block;
}
body.venus #category-header div {
    display: none;
}
body.venus #category-header form {
    display: block;
}
body.venus #category-header form fieldset {
    margin: 0px;
    padding: 0px;
}
body.venus .slider-wrapper .ui-slider::before {
    display: none;
}
body.venus .slider-wrapper .ui-slider-handle::after {
    display: none;
}
@media screen and (max-width: 767px) {
    body.venus #category-header form.otevreno {
        overflow: visible;
        z-index: 10;
    }
}
body.venus :not(#dkLabTopFilters) > #filters .filter-section.slider-wrapper,
body.venus :not(#dkLabTopFilters) > #filters .slider-wrapper.slider-wrapper {
    max-width: unset;
    margin: 0px;
}
body.venus :not(#dkLabTopFilters) > #filters .filter-section:not(.dkLab-filters-wrapper__wrap) > div,
body.venus :not(#dkLabTopFilters) > #filters .slider-wrapper:not(.dkLab-filters-wrapper__wrap) > div,
body.venus :not(#dkLabTopFilters) > #filters .filter-section:not(.dkLab-filters-wrapper__wrap) > form,
body.venus :not(#dkLabTopFilters) > #filters .slider-wrapper:not(.dkLab-filters-wrapper__wrap) > form {
    display: block;
}
body.venus :not(#dkLabTopFilters) > #filters .filter-section:not(.dkLab-filters-wrapper__wrap) h4::after,
body.venus :not(#dkLabTopFilters) > #filters .slider-wrapper:not(.dkLab-filters-wrapper__wrap) h4::after {
    transform: none;
}
body.venus :not(#dkLabTopFilters) > #filters .filter-section.dkLab-filters-wrapper__wrap > div,
body.venus :not(#dkLabTopFilters) > #filters .slider-wrapper.dkLab-filters-wrapper__wrap > div,
body.venus :not(#dkLabTopFilters) > #filters .filter-section.dkLab-filters-wrapper__wrap > form,
body.venus :not(#dkLabTopFilters) > #filters .slider-wrapper.dkLab-filters-wrapper__wrap > form {
    display: none;
}
body.venus :not(#dkLabTopFilters) > #filters .filter-section.dkLab-filters-wrapper__wrap > h4::after,
body.venus :not(#dkLabTopFilters) > #filters .slider-wrapper.dkLab-filters-wrapper__wrap > h4::after {
    transform: rotate(-180deg);
}
@media (min-width: 768px) {
    body.venus #dkLabTopFilters #category-header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    body.venus #dkLabTopFilters > #filters {
        padding-top: 0px;
    }
    body.venus #dkLabTopFilters > #filters::before {
        display: none;
    }
    body.venus #dkLabTopFilters > #filters h4 {
        border: none;
    }
    body.venus #dkLabTopFilters > #filters h4:after {
        margin-top: 0px;
    }
    body.venus #dkLabTopFilters > #filters h4:hover {
        background-color: unset;
    }
    body.venus #dkLabTopFilters > #filters .filter-sections {
        background-color: unset;
    }
    body.venus #dkLabTopFilters > #filters .filter-sections #category-filter-hover {
        margin-left: 0px;
        margin-right: 0px;
    }
    body.venus #dkLabTopFilters > #filters .filter-sections .slider-wrapper.active .dkLab-slider-wrapper {
        padding: 5px 8px !important;
        display: grid;
    }
    body.venus #dkLabTopFilters > #filters .filter-sections .slider-wrapper.active .dkLab-slider-wrapper .slider-header {
        width: auto;
        order: 1;
    }
    body.venus #dkLabTopFilters > #filters .filter-sections .slider-wrapper.active .dkLab-slider-wrapper .slider-content {
        width: auto;
        order: 2;
        position: relative;
        top: 0px;
        left: 0px;
        height: auto;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    body.venus #dkLabTopFilters > #filters .filter-sections .filter-section::before,
    body.venus #dkLabTopFilters > #filters .filter-sections .slider-wrapper::before,
    body.venus #dkLabTopFilters > #filters .filter-sections .filter-section::after,
    body.venus #dkLabTopFilters > #filters .filter-sections .slider-wrapper::after {
        display: none;
    }
    body.venus #dkLabTopFilters > #filters .filter-sections .filter-section.dkLab__manager--active .active.otevreny::after,
    body.venus #dkLabTopFilters > #filters .filter-sections .slider-wrapper.dkLab__manager--active .active.otevreny::after {
        display: none;
    }
    body.venus #dkLabTopFilters > #filters .filter-sections .filter-section-count {
        height: auto;
        background-color: unset;
    }
    body.venus #dkLabTopFilters > #filters .filter-sections .filter-section-count .filter-total-count {
        display: block;
    }
}
@media (max-width: 767px) {
    body.venus #dkLabTopFilters #category-header.active form {
        height: auto;
        overflow: visible;
        z-index: 1;
        width: auto;
    }
    body.venus #dkLabTopFilters #category-header.active fieldset {
        box-shadow: none;
    }
    body.venus #dkLabTopFilters #category-header.active fieldset label {
        border: none !important;
    }
    body.venus #dkLabTopFilters #category-header .razeni-klik {
        display: none;
    }
    body.venus #dkLabTopFilters #category-header label:first-child {
        background-color: #fff;
        border: none;
    }
    body.venus #dkLabTopFilters .dkLab-filters-pack-button {
        margin-top: 0px;
    }
    body.venus #dkLabTopFilters .dkLab-filters-pack-button .btn.btn-primary {
        line-height: 36px;
    }
    body.venus #dkLabTopFilters .dkLab-filters-pack-button .btn.btn-primary .span__pack-button {
        display: flex;
        justify-content: center;
    }
    body.venus #dkLabTopFilters #filters .filtrovat {
        display: none;
    }
    body.venus #dkLabTopFilters #filters .filter-sections {
        display: block;
    }
}
body.jupiter .slider-wrapper .ui-slider::before {
    display: none;
}
body.jupiter .slider-wrapper .ui-slider-handle::after {
    display: none;
}
@media (min-width: 768px) {
    body.jupiter :not(#dkLabTopFilters) > #filters .filter-section,
    body.jupiter :not(#dkLabTopFilters) > #filters .slider-wrapper {
        margin-bottom: 0px;
    }
}
body.jupiter :not(#dkLabTopFilters) > #filters.otevreny > h4::after {
    transform: unset;
}
@media (max-width: 767px) {
    body.jupiter .filters-unveil-button-wrapper > .btn {
        align-items: center;
    }
    body.jupiter .filters-wrapper.dkLab-mobile-window--active {
        padding-left: 0px;
        padding-right: 0px;
    }
    body.jupiter .filters-wrapper.dkLab-mobile-window--active .filtrovat {
        display: none;
    }
    body.jupiter .filters-wrapper.dkLab-mobile-window--active .filter-sections {
        display: block;
        box-shadow: none;
    }
    body.jupiter .filters-wrapper.dkLab-mobile-window--active .slider-wrapper {
        padding-bottom: 5px;
    }
    body.jupiter .filters-wrapper.dkLab-mobile-window--active .slider-wrapper.otevreny > h4::after,
    body.jupiter .filters-wrapper.dkLab-mobile-window--active .filter-section.otevreny > h4::after {
        transform: unset;
    }
    body.jupiter #category-header form:has(.dropdown.open) {
        z-index: 10;
    }
}
@media (min-width: 768px) {
    body.jupiter #dkLabTopFilters .filter-section:not(.active) > div,
    body.jupiter #dkLabTopFilters .slider-wrapper:not(.active) > div,
    body.jupiter #dkLabTopFilters .filter-section:not(.active) form,
    body.jupiter #dkLabTopFilters .slider-wrapper:not(.active) form {
        display: none !important;
    }
    body.jupiter #dkLabTopFilters .filter-section.otevreny::after,
    body.jupiter #dkLabTopFilters .slider-wrapper.otevreny::after {
        transform: rotate(-180deg);
    }
    body.jupiter #dkLabTopFilters .filter-section > h4,
    body.jupiter #dkLabTopFilters .slider-wrapper > h4 {
        line-height: 1.2;
    }
    body.jupiter #dkLabTopFilters .filter-section > h4:hover,
    body.jupiter #dkLabTopFilters .slider-wrapper > h4:hover {
        text-decoration: none;
        background-color: unset;
    }
    body.jupiter #dkLabTopFilters .filter-section.filter-section-buttom a.toggle-filters,
    body.jupiter #dkLabTopFilters .slider-wrapper.filter-section-buttom a.toggle-filters {
        display: none;
    }
    body.jupiter #dkLabTopFilters #category-filter-hover {
        display: block;
    }
}
@media (max-width: 767px) {
    body.jupiter #dkLabTopFilters .dkLab-filters-pack-button {
        margin-top: 0px;
    }
    body.jupiter #dkLabTopFilters .dkLab-filters-pack-button .btn.btn-primary {
        line-height: 36px;
    }
    body.jupiter #dkLabTopFilters .dkLab-filters-pack-button .btn.btn-primary.close {
        position: unset;
    }
    body.jupiter #dkLabTopFilters .dkLab-filters-pack-button .btn.btn-primary.close::before {
        display: none;
    }
    body.jupiter #dkLabTopFilters .dkLab-filters-pack-button .btn.btn-primary .span__pack-button {
        display: flex;
        justify-content: center;
    }
    body.jupiter #dkLabTopFilters #filters .filtrovat {
        display: none;
    }
    body.jupiter #dkLabTopFilters #filters .filter-sections {
        display: block;
        box-shadow: none;
    }
    body.jupiter #dkLabTopFilters #filters .filter-section::before,
    body.jupiter #dkLabTopFilters #filters .slider-wrapper::before,
    body.jupiter #dkLabTopFilters #filters .filter-section::after,
    body.jupiter #dkLabTopFilters #filters .slider-wrapper::after {
        display: none;
    }
}
body.tursky-apollo #dkLabTopFilters .category-header input[type='radio']:checked + label {
    color: var(--color-primary);
}
body.tursky-apollo #dkLabTopFilters .filter-sections {
    background-color: transparent;
}
body.tursky-apollo #dkLabTopFilters .filter-section:not(.filter-section-count),
body.tursky-apollo #dkLabTopFilters .filter-section-boolean,
body.tursky-apollo #dkLabTopFilters .slider-wrapper {
    background-color: white;
}
body.tursky-apollo #dkLabTopFilters .filter-count {
    background-color: white;
}
body.tursky-apollo #dkLabTopFilters .slider-content {
    background-color: transparent;
}
body.tursky-apollo #dkLabTopFilters .ui-slider-horizontal::after {
    display: none;
}
body.tursky-apollo #dkLabTopFilters .slider-header {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 20px;
}
@media (max-width: 767px) {
    body.tursky-apollo #dkLabTopFilters #category-header {
        padding-top: 0px;
    }
    body.tursky-apollo #dkLabTopFilters #category-header > span.span--sort {
        background-color: white;
    }
}
@media (min-width: 768px) {
    body.tursky-apollo #dkLabTopFilters .category-header {
        padding-top: 0px;
    }
    body.tursky-apollo #dkLabTopFilters .category-header input[type='radio'] + label {
        padding: 6px 15px;
        font-size: 14px;
    }
}
