.PM_ASBlockOutput .checkbox .checker span {
    border: 2px solid #D9D9D9;
    width: 24px;
    height: 24px;
    background: none;
}
.PM_ASCriterionsGroupList .checkbox label,.PM_ASCriterionsGroupList  .radio label{
    line-height: 24px;
}
.PM_ASCriterionGroupLinkColor li {
    padding: 30px 25px;
}
.PM_ASCriterionsGroupList div.checker,.PM_ASCriterionsGroupList div.checker span,.PM_ASCriterionsGroupList div.checker input {
    width: 24px;
    height: 24px;
    margin: 0;
}
.PM_ASCriterionLink:hover {
    color: #0B0B0C;
}

.PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
    border: none;
}
.PM_ASBlockOutput .checker span.checked::before {
    content: "";
    background: #0B0B0C;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -2px;
    left: -2px;
    margin: auto;
    line-height: 14px;
    z-index: 9;
}
.PM_ASBlockOutput .checker span.checked::after{
    content: "";
    background: url("../img/icon/white/checkmark.svg")no-repeat center center /cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.PM_ASCriterionsGroupList {
    display: flex;
    -webkit-box-pack: center;
    justify-content: start;
    flex-wrap: wrap;
    background-color: #F4F6F8;
    position: relative;
    margin: 0;
    padding-top: 0 !important;
}
.PM_ASearchTitle {
    display: none;
    background: #fff;
    padding: 16px 0;
}
.PM_ASCriterionsGroupOuter .PM_ASCriterionStepEnable{
    height: 100%;
}
.PM_ASSelectionsCriterionsGroupName strong, .PM_ASResetSearch {
    display: none !important;
}

.btn_filter ul.PM_ASSelectionsCriterionsGroup {
    padding: 0 !important;
}
.PM_ASCriterionsGroupOuter,
.PM_ASForm .groupir.hidden{
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    background: #fff;
}
.PM_ASForm .groupir{
    display: block !important;
}
.PM_ASForm .groupir .PM_ASCriterionsGroupOuter{
    max-height: 100%;
    overflow: visible;
}
.PM_ASCriterionsOutput.active .PM_ASCriterionsGroupOuter,
.PM_ASForm .groupir{
    max-height: 1000px;
}
.PM_ASCriterionsOutput .PM_ASCriterionsGroupOuter .PM_ASCriterionStepEnable{
    padding: 16px 0;
}
.PM_ASCriterionsOutput .PM_ASCriterionsGroupOuter ul {
    margin: 0;
    justify-content: left;
    gap: 16px;
}
.PM_ASCriterionsOutput.active #PM_ASCriterions_1_15 .PM_ASCriterionsGroupOuter {
    width: 100%;
}

.PM_ASCriterionsGroup {
    width: auto;
}

.PM_ASCriterionsGroupList a.PM_ASLabelLink, .PM_ASCriterionNoChoice, .PM_ASCritRangeValue, .PM_ASCriterionLink {
    text-transform: inherit;
    font-size: 14px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 500px;
    color: #0B0B0C;
}
.PM_ASCriterionsGroupTitle {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 26px 16px;
    line-height: 17px;
    font-size: 16px;
    border: 2px solid #0B0B0C;
    font-weight: 500;
    font-family: 'Hanken Grotesk', sans-serif;
    color: #0B0B0C;
}
.box.groupir .PM_ASCriterionsGroupTitle{
    padding-top: 16px;
}
.PM_ASCriterionsGroupTitle .selected_filters {
    display: flex;
    gap: 8px;
    justify-content: left;
    flex-wrap: wrap;
}
.PM_ASCriterionsGroupTitle .selected_filters span {
    display: flex;
    width: max-content;
    max-width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #0B0B0C;
    font-weight: 400;
    position: relative;
    padding: 4px 8px 4px 4px;
    align-items: center;
    gap: 4px;
    border: 1px solid #B3B3B3;
}
.PM_ASCriterionsGroupTitle .selected_filters span:hover{
    border-color: #0B0B0C;
}
.PM_ASCriterionsGroupTitle .selected_filters span:before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/icon/black/close.svg")no-repeat center center /cover;
}
.PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: block;
}
.PM_ASCriterionsGroupTitle:before {
    content: '';
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
    width: 24px;
    height: 24px;
    background: url("../img/icon/black/caret-right.svg")no-repeat center center;
    transform: rotate(90deg);
}

.PM_ASCriterionsOutput.active .PM_ASCriterionsGroupTitle:before {
    transform: rotate(-90deg);
}

.PM_ASCriterionsGroupTitle {
    border: 1px solid transparent;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    border-radius: 0;
}
.PM_ASCriterionsOutput .PM_ASCriterionsGroupTitle small {
    display: block;
}

.PM_ASBlockOutputHorizontal .PM_ASSelectionsBlock {
    min-height: 0;
    padding: 0;
    display: none;
}

.PM_ASBlockOutputHorizontal.container_cat {
    margin: 0;
    padding: 15px 0 0 0;
}

.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
    padding: 0px;
    border-radius: 0;
    margin: 0;
    transition: background-color .2s ease-out;
    border-bottom: 1px solid #f2f2f2;
}
.PM_ASCritRangeValue {
    text-align: center;
    margin: 0;
    display: block;
    padding: 20px 16px 0;
}

@media (max-width: 767px) {
    .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
        background-color: #fff;
    }
    .PM_ASBlockOutput .pm-compact_header {
        padding: 16px 24px;
    }
}
.PM_ASCriterionsGroupList .checkbox {
    cursor: pointer;
}
.PM_ASBlockOutputHorizontal.show-filter {
    position: relative;
}
.PM_ASCriterionsGroupList .checkbox {
    padding-left: 0;
    display: flex;
    padding: 8px 18px;
    margin: 0;
    align-items: normal;
    gap: 8px;
}

.PM_ASCriterionsGroupList .checkbox label, .radio label {
    padding: 2px 0 0 5px;
}
.PM_ASCriterionsGroupList .checkbox label{
    padding: 0;
    width: 100%;
}
body.filter-open{
    overflow: hidden;
}

.PM_ASCriterionsGroupList a.PM_ASLabelLink {
    color: #0B0B0C;
}

.PM_ASCriterionsGroup:hover {
    background-color: #F2f2f2;
}

.PM_ASBlockOutput .ui-state-default, .PM_ASBlockOutput .ui-widget-content .ui-state-default, .PM_ASBlockOutput .ui-widget-header .ui-state-default {
    border: 1.5px solid #737373;
    background: #FFF;
    height: 24px;
    width: 24px;
    border-radius: 50px;
    font-weight: normal;
    color: #0B0B0C;
}
.PM_ASBlockOutput .ui-slider-horizontal .ui-slider-handle {
    top: -12px;
    margin-left: -12px;
    outline: 0;
}
.PM_ASBlockOutput .ui-slider-horizontal .ui-slider-handle:before {
    height: 4px;
    width: 4px;
    content: "";
    display: block;
    color: #0B0B0C;
    background-color: #D9D9D9;
    position: absolute;
    top: 9px;
    left: 9px;
    border-radius: 50%;
}

.PM_ASBlockOutput .PM_ASCritRange {
    max-width: 90%;
    margin: 20px auto 0 auto;
    height: 1px;
    background: #CCC;
    border-color: #0B0B0C;
    border: none;
}
.PM_ASSelections.PM_ASSelectionsResults {
    text-align: center;
}
.PM_ASBlockOutput .btn-holder > div > span.erase_all{
    display: none;
}
.PM_ASBlockOutput .btn-holder > div > span.erase_all.visible{
    display: flex !important;
}
.PM_ASBlockOutput a:focus{
    text-decoration: none;
}
#PM_ASBlockOutput_1 .btn-holder > div > span.erase_all.visible{
    display: flex !important;
}
.PM_ASSelections.PM_ASSelectionsResults ul{
    display: flex;
    gap: 8px;
    justify-content: left;
    margin-left: 8px !important;
}
.PM_ASSelections.PM_ASSelectionsResults ul li {
    padding: 0;
}
.PM_ASSelections.PM_ASSelectionsResults ul li.PM_ASSelectionsSelectedCriterion {
    margin: 0;
    padding: 0 !important;
}
.PM_ASSelections.PM_ASSelectionsResults ul li.PM_ASSelectionsSelectedCriterion a.PM_ASSelectionsRemoveLink {
    color: #0B0B0C;
    background: transparent;
    border: 1px solid #B3B3B3;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 8px 3px 4px;
    font-weight: 400;
}
.PM_ASSelections.PM_ASSelectionsResults ul li.PM_ASSelectionsSelectedCriterion a.PM_ASSelectionsRemoveLink:hover {
    border-color: #0B0B0C;
}
a.PM_ASSelectionsRemoveLink:hover, .PM_ASCriterionLinkSelected:hover {
    text-decoration: none !important;
}
a.PM_ASSelectionsRemoveLink:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/icon/black/close.svg")no-repeat center center /cover;
}
.ui-widget-header {
    background: #0B0B0C !important;
}
.PM_ASBlockOutput .btn-holder > div a.filterby-toggle span > span.mobile_only{
    display: inline;
    padding: 0 2px 0 0;
}
.PM_ASResetGroup {
    display: none;
}

@media screen and (max-width: 1024px) {
    .PM_ASSelections.PM_ASSelectionsResults ul{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {

    #center_column_test {
        margin-top: 20px;
    }
    #center_column_test > .column {
        border-color: transparent;
    }
    .PM_ASBlockOutputHorizontal.container_cat {
        padding: 0;
    }

    .PM_ASCriterionsOutput.active .PM_ASResetGroup {
        display: block;
    }

    .PM_ASResetGroup {
        background: #FFFF;
        color: #666;
        margin: 0;
        padding: 0px 20px 10px 20px;
        text-align: right;
        width: 100%;
        display: none;
        font-family: 'Hanken Grotesk', sans-serif;
    }

    .PM_ASResetGroup:before {
        display: none;
    }

    .PM_ASCriterionsGroup {
        width: 100%;
    }

    .PM_ASCriterionsGroupList {
        margin: 0;
    }
    .PM_ASBlockOutputHorizontal {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        background: #f4f6f8;
        z-index: 9999999999 !important;
        transition: all .5s;
        padding: 0;
    }

    .PM_ASBlockOutputHorizontal.show-filter {
        transition: all .5s;
        overflow: auto;
        overflow-x: hidden;
    }

    .PM_ASCriterionsOutput.active .PM_ASCriterionsGroupOuter {
        position: relative;
        width: 100% !important;
        max-height: 1000px;
        border: none;
    }

    .PM_ASCriterionsOutput .PM_ASCriterionsGroupTitle {
        padding: 25px 16px;
    }

    .PM_ASCriterionsOutput.active .PM_ASCriterionsGroupTitle {
        border: 1px solid transparent;
        border-left: none;
        border-right: none;
    }
        .PM_ASCriterionsOutput .PM_ASCriterionsGroupTitle small {
        font-size: 12px;
        font-weight: 500;
        margin-top: 5px;
        color: #0B0B0C;
        width: 95%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
    }

    .PM_ASCriterionsOutput.active .PM_ASCriterionsGroupTitle.active:after, .PM_ASCriterionsOutput.active .PM_ASCriterionsGroupTitle.active small {
        display: none;
    }

    .pm-compact_header {
        padding: 22px 20px 20px 15px;
        display: block;
        position: relative;
        height: 60px;
        background: white;
        color: #0B0B0C;
        order: 1;
        font-family: 'Hanken Grotesk', sans-serif;
    }

    .PM_ASSelections ul li {
        padding: 0;
        width: 100%;
    }

    .PM_ASSelections.PM_ASSelectionsResults ul {
        display: flex;
    }

    .PM_ASSelections.PM_ASSelectionsResults ul li.PM_ASSelectionsSelectedCriterion {
        margin: 5px 5px 5px 5px;
        flex: auto;
        width: auto;
    }

    .PM_ASSelections.PM_ASSelectionsResults ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    a.PM_ASSelectionsRemoveLink {
        font-family: 'Hanken Grotesk', sans-serif;
        font-weight: 500;
        font-size: 12px;
        display: flex;
        width: 100%;
    }
}

.PM_ASCriterionsGroupList {
    background-color: white;
    padding-bottom: 30px;
}

#PM_ASCriterionGroupLink_1_15,
.PM_ASCriterionGroupLink.PM_ASCriterionGroupLinkColor {
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px;
}

.PM_ASCriterionGroupLinkColor li {
    padding: 0;
    flex: 0;
    text-align: center;
}

/* ===== Search block (global) ===== */
@font-face {
    font-family: 'FontAwesomeAS4';
    src: url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.PM_ASBlockOutput {
    position: relative;
}

.PM_ASBlockOutputHorizontal {
    border-style: solid;
}

/* Link for reseting search */
.PM_ASResetSearch {
    display: none;
    text-decoration: none;
    padding-bottom: 17px;
}

.PM_ASResetSearch:before {
    content: "\f0e2";
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
}

/* ===== Search block (vertical) ===== */
/* Separation of criterion block on vertical block */
.PM_ASBlockOutputVertical .PM_ASCriterions .PM_ASCriterionsGroupOuter {
    margin-top: 10px;
}

/* Number products on vertical block */
.PM_ASBlockOutputVertical .PM_ASBlockTitle {
    display: block;
}

.PM_ASBlockOutputVertical .PM_ASBlockNbProductValue {
    font-size: 65%;
}

/* Submit search on vertical block */
.PM_ASBlockOutputVertical .PM_ASSubmitSearch {
    margin-top: 10px;
}

/* ===== Search block (horizontal) ===== */
.PM_ASBlockOutputHorizontal {
    padding: 15px;
    margin-bottom: 10px;
}

/* ===== Criterions group ===== */
/* Reset group link */
.PM_ASResetGroup {
    font-size: 10px;
    float: right;
    margin-top: 5px;
}

.PM_ASResetGroup:before {
    content: "\f00d";
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
}

/* Skip group link */
.PM_ASSkipGroup {
    font-size: 10px;
    float: right;
    margin-top: 5px;
}

.PM_ASSkipGroup:after {
    content: "\f051";
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-left: 5px;
}

/* vertical */
.PM_ASBlockOutputVertical .PM_ASCriterionsGroupList .PM_ASCriterionsGroup {
    margin-bottom: 15px;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroupList .PM_ASCriterionsGroup:last-child {
    margin-bottom: 0px;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroup select {
    width: 96%;
}

.PM_ASBlockOutputVertical .PM_ASCriterions .PM_ASCriterionsGroupTitle {
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 9px;
}

.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup select {
    width: 96%;
}

/* Hidden criterion group */
.PM_ASShowCriterionsGroupHidden:before {
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
}

.PM_ASShowCriterionsGroupHidden:before {
    content: "\f105";
}

.PM_ASShowCriterionsGroupHidden.PM_ASShowCriterionsGroupHiddenOpen:before {
    content: "\f107";
}

.PM_ASShowCriterionsGroupHidden {
    text-align: center;
    font-weight: bold;
}

.PM_ASCriterionsGroupHidden {
    display: none;
}

/* Range value for slider */
.PM_ASCritRange {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.PM_ASCritRangeValue {
    display: block;
    text-align: center;
    margin-top: 5px;
}

/* Hide toggle link */
.PM_ASCriterionHideToggleLink {
    font-size: 10px;
    margin-top: 10px;
    display: block;
}

/* ===== Criterions ===== */
ul.PM_ASCriterionGroupImage,
ul.PM_ASCriterionGroupCheckbox {
    list-style-type: none;
}

.PM_ASCriterionsSEOGroupDisabled,
.PM_ASCriterionsSEOGroupDisabled a,
.PM_ASCriterionsSEOGroupDisabled input {
    cursor: default;
}

/* Criterion group display */
ul.PM_ASCriterionGroupImage,
.PM_ASCriterionGroupColor {
    clear: both;
}

ul.PM_ASCriterionGroupImage li,
.PM_ASCriterionGroupColor li {
    display: inline-block;
}

ul.PM_ASCriterionGroupImage li a,
.PM_ASCriterionGroupColor li a {
    display: block;
}

/* Criterion display */
.PM_ASCriterionHide,
li.PM_ASCriterionHide {
    display: none;
}

.PM_ASHide {
    display: none;
}

.PM_ASHide:before, .PM_ASShow:before {
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
}

.PM_ASHide:before {
    content: "\f106";
}

.PM_ASShow:before {
    content: "\f107";
}

/* Number of results on criterion */
div.PM_ASCriterionNbProduct {
    color: #737373;
    margin-left: 5px;
    display: inline;
    font-size: 12px;
    line-height: 24px;
}

.PM_ASCriterionGroupLinkColor div.PM_ASCriterionNbProduct {
    color: #737373;
    display: block;
    margin-left: 0;
    font-size: 10px;
    line-height: 12px;
}


div.PM_ASCriterionNbProduct
    /* Color square size */
.PM_ASCriterionGroupColor li a {
    width: 15px;
    height: 15px;
}

.PM_ASCriterionGroupColor.color_to_pick_list li, .PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
    /*border: 1px solid #D6D4D4;*/
    display: inline-block;
    float: none;
}

.PM_ASCriterionGroupColor.color_to_pick_list li a, .PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
    width: 48px;
    height: 48px;
    margin: 1px !important;
    /*background-size: cover !important;*/
    background-size: 160% !important;
    background-position: center !important;
}
.PM_ASCriterionGroupColor.color_to_pick_list li.PM_ASCriterionHide, ul.PM_ASCriterionGroupImage li.PM_ASCriterionHide {
    display: none;
}

/* Selected => image and square color */
.PM_ASCriterionGroupImage .PM_ASCriterionLink,
.PM_ASCriterionGroupColor .PM_ASCriterionLink {
    margin: 4px !important;
}

.PM_ASCriterionGroupImage .PM_ASCriterionLinkSelected,
.PM_ASCriterionGroupColor .PM_ASCriterionLinkSelected {
    border: 2px solid #999;
    margin: 2px !important;
}

/* Selected => link */
/* 4 */
.PM_ASCriterionGroupLink:not(.PM_ASCriterionGroupLinkColor) .PM_ASCriterionLink:before {
    content: "\f105";
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
}

/* Criterion group (color, but not square only) */
.PM_ASCriterionGroupLinkColor .PM_ASCriterionLink {
    line-height: 23px;
    display: block;
}
.PM_ASCriterionGroupLinkColor .PM_ASCriterionLink:hover {
    text-decoration: none;
}
.PM_ASCriterionGroupLinkColor .PM_ASCriterionLink:hover span.PM_ASCriterionColorSquare{
    outline: 1px solid #B3B3B3;
    outline-offset: 2px;
}
.PM_ASCriterionGroupLinkColor .PM_ASCriterionLinkSelected span.PM_ASCriterionColorSquare{
    outline: 1px solid #0B0B0C;
    outline-offset: 2px;
}
.PM_ASCriterionGroupLinkColor .PM_ASCriterionLink .PM_ASCriterionValue {
    line-height: 12px;
    font-size: 10px;
    display: block;
    padding-top: 4px;
    text-align: left;
}

.PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
    margin: 0 auto !important;
    display: block;
}

/* Selected class for label with link to SEO pages */
/*.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink {*/
/*    font-weight: bold;*/
/*}*/
.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover{
    text-decoration: none;
}
/* Remove checkbox border for IE */
.PM_ASCriterionCheckbox {
    border: 0;
    vertical-align: middle;
}

/* Hidden criterion */
.PM_ASCriterionDisable {
    -khtml-opacity: .50;
    -moz-opacity: .50;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: .50;
    zoom: 1
}

/* ===== Criterion => level depth ===== */
.PM_ASLevelDepth {
    border-top: 1px solid #d6d4d4
}

.PM_ASLevelDepth li {
    position: relative
}

.PM_ASLevelDepth li a {
    font-weight: 700;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 0 30px 0 19px;
    border-bottom: 1px solid #d6d4d4
}

.PM_ASLevelDepth li a:hover {
    background: #f6f6f6
}

.PM_ASLevelDepth li:not(.level1) a {
    color: #777777;
    font-weight: normal;
}

.PM_ASLevelDepth li:not(.level1) a:before {
    content: "\f105";
    font-family: "FontAwesome", "FontAwesomeAS4";
    line-height: 29px;
    padding-right: 8px;
    color: #777777;
    font-weight: normal;
}

.PM_ASLevelDepth li span.grower {
    display: block;
    background: #f6f6f6;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-family: "FontAwesome", "FontAwesomeAS4";
    font-size: 14px
}

.PM_ASLevelDepth li span.grower.PM_ASCriterionOpen:before,
.PM_ASLevelDepth li span.grower.PM_ASCriterionOpenClose:before {
    content: "\f068";
    display: block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: #333;
    line-height: 30px;
    text-align: center
}

.PM_ASLevelDepth li span.grower.PM_ASCriterionClose:before {
    content: "\f067";
    color: silver
}

.PM_ASLevelDepth li span.grower.PM_ASCriterionOpen:before {
    content: "\f068";
    color: silver
}

/* Selected class for category tree view */
.PM_ASLevelDepth .PM_ASCriterionLevelChoosen .PM_ASCriterionLevelChoose {
    font-weight: bold;
}

.PM_ASLevelDepth .PM_ASCriterionLevelSelected.PM_ASCriterionLevelChoosen span + .PM_ASCriterionLevelChoose,
.PM_ASLevelDepth .PM_ASCriterionLevelSelected.PM_ASCriterionLevelChoosen a.PM_ASCriterionLevelChoose {
    text-decoration: underline;
}

/* ===== Selections block display ===== */
.PM_ASSelectionsBlock {
    padding-top: 10px;
}

.PM_ASSelections ul {
    list-style-type: none;
    margin: 0;
}

.PM_ASSelections ul li {
    display: inline-block;
    padding: 0 5px;
}

.PM_ASBlockOutputVertical .PM_ASSelections > ul li {
    display: block !important;
}

.PM_ASBlockOutputVertical .PM_ASSelections ul.PM_ASSelectionsCriterionsGroup > li {
    padding: 5px 0;
}

#PM_ASearchResults .PM_ASSelections ul li {
    padding: 0 10px;
}

.PM_ASBlockOutputHorizontal .PM_ASSelectionsBlock {
    min-height: 25px;
}

* html .PM_ASBlockOutputHorizontal .PM_ASSelectionsBlock {
    height: 25px;
}

.PM_ASSelectionsDropDown {
    position: relative;
    height: 25px;
    z-index: 2;
}

.PM_ASSelectionsDropDownMenu {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 2%;
    z-index: 2;
}

/* Link for showing dropdown selection reminder on vertical block */
.PM_ASBlockOutputVertical a.PM_ASSelectionsDropDownShowLink {
    text-decoration: none;
}

.PM_ASBlockOutputVertical a.PM_ASSelectionsDropDownShowLink:before {
    content: "\f107";
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
}

.PM_ASSelectionsResults .PM_ASSelectionsSelectedCriterion {
    display: inline-block;
    padding-right: 5px;
}

.PM_ASSelectionsResults .PM_ASSelectionsCriterionsGroup .PM_ASSelectionsCriterionsGroupName {
    display: block;
}

.PM_ASSelectionsResults .PM_ASSelectionsCriterionsGroupName strong,
.PM_ASSelectionsResults .PM_ASSelectionsCriterionsGroupName > ul {
    display: inline-block;
}

/* Dropdown selection reminder on vertical block */
.PM_ASBlockOutputVertical .PM_ASSelectionsDropDownMenu {
    background: #ffffff;
    border: 1px dashed #9E9E9E;
}

/* Link for removing criterion of selection */
a.PM_ASSelectionsRemoveLink {
    text-decoration: none;
}

/* ===== SEO pages ===== */
#PM_ASearchSeoCrossLinks {
    clear: both;
}

/* ===== Others ===== */
.clear {
    clear: both;
}

#module-pm_advancedsearch4-searchresults #center_column {
    padding-top: 55px;
}

@media (max-width: 768px) {
    .PM_ASCriterionsOutput.active .PM_ASCriterionsGroupOuter {
        box-shadow: none !important;
    }

    .PM_ASCriterionsOutput.active .PM_ASCriterionsGroupTitle {
        background-color: white !important;
        color: #0B0B0C !important;
    }

    .PM_ASCriterionsOutput.active .PM_ASCriterionsGroupTitle:before {
        border-color: #0B0B0C !important;
    }
}

.PM_ASBlockOutput.container_cat {
    margin-top: 0 !important;
}

/* Dimensions */
.groupir .PM_ASCriterionsGroup {
    display: contents;
}

.box.groupir {
    display: flex;
    background: none;
    border: none;
    flex-direction: column;
}

.box.groupir {
    display: block;
    z-index: 14;
    background: #fff;
    padding: 0;
    margin: 0;
}

.box.groupir .PM_ASCriterionsOutput.active .PM_ASCriterionsGroupOuter {
    position: initial;
}

.box.groupir .PM_ASCriterionsOutput.active .PM_ASCriterionsGroupOuter {
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    width: auto;
}

.box.groupir .PM_ASCriterionsOutput.active .PM_ASCriterionsGroupTitle {
    color: #0B0B0C;
    background-color: white;
}

.box.groupir .PM_ASCriterionsGroupTitle:before {
    display: none;
}

.box.groupir .PM_ASCriterionsGroupOuter {
    display: block !important;
}

.box.groupir .PM_ASCriterionsGroupTitle {
    font-weight: bold;
    text-align: center;
    padding-bottom: 0;
}

.PM_ASCritRangeValue {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.PM_ASCritRangeValue p {
    background-color: transparent;
    color: #0B0B0C;
    font-family: 'Hanken Grotesk', sans-serif;
    padding: 8px 0;
    border-radius: 0;
    margin: 15px 0;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
}

.PM_ASCritRangeValue p > span {
    font-size: 10px;
    font-weight: normal;
    color: #737373;
}
.PM_ASSelections ul li.erase_all.not_flyout{
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 4px !important;
    font-size: 12px;
    line-height: 24px;
    gap: 4px;
}
.PM_ASSelections ul li.erase_all.not_flyout svg{
    width: 16px;
    height: 16px;
}
.PM_ASForm .PM_ASSubmitSearch{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.PM_ASSelections ul li.erase_all.not_flyout:hover{
    background: #f2f2f2;
}
.custom-spinner {
    display: inline-block;
    vertical-align: middle;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
.as4-loader-blur {
    position: relative;
    opacity: 0.5;
    pointer-events: none;
}

.as4-loader {
    position: absolute;
    top: 50%;
    left: calc(50% - 25px);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999;
    background: white;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"]{
    cursor: pointer;
}



@media screen and (max-width: 768px) {
    .PM_ASResetGroup {
        text-align: left;
        text-decoration: underline;
        font-weight: bold;
        color: #0B0B0C;
    }

    .box.groupir {
        position: initial;
        width: 100%;
        max-height: 100%;
        border: none;
        box-shadow: none;
    }

    a.PM_ASSelectionsRemoveLink {
        font-size: 16px;
        font-weight: bold;
    }

    .filter_mobile {
        position: fixed;
        bottom: 0;
        z-index: 10;
    }

    .PM_ASBlockOutput .relative {
        position: relative;
        min-height: 100%;
        padding-bottom: 79px;
    }

    .PM_ASCriterionsOutput.active .PM_ASCriterionsGroupTitle {
        font-weight: bold;
    }

    .box.groupir {
        margin-top: 0;
        padding: 0;
    }
}

.has-mobile .btn_filter a, .has-mobile .btn_sortby a {
    font-family: 'Hanken Grotesk', sans-serif !important;
}

@media (max-width: 767px) {
    .PM_ASBlockOutput .btn-holder > div a.filterby-toggle span > span.mobile_only{
        display: none;
    }
    .PM_ASSelections.PM_ASSelectionsResults ul li.PM_ASSelectionsSelectedCriterion {
        margin: 0;
        flex: auto;
        width: max-content;
    }
    .PM_ASSelections.PM_ASSelectionsResults ul li.PM_ASSelectionsSelectedCriterion a{
        width: max-content;
    }
    .PM_ASSelections.PM_ASSelectionsResults ul {
        width: max-content;
        display: flex;
        flex-wrap: nowrap;

    }
    .PM_ASBlockOutputHorizontal {
        position: fixed !important;
        width: 100%;
        height: 100%;
        top: auto;
        right: 0;
        bottom: -100%;
        background: #f4f6f8;
        z-index: 9999999999 !important;
        transition: all .5s;
        padding: 0;
    }
    .PM_ASBlockOutputHorizontal.show-filter {
        bottom: 0;
        transition: all .5s;
        overflow: auto;
        overflow-x: hidden;
        height: 100%;
    }
    .PM_ASBlockOutput .pm-compact_header {
        width: 100%;
    }
}
@media (max-width: 600px) {
    #PM_ASearchResults .aling_pagination{
        flex-wrap: wrap;
        gap: 8px;
    }
    #PM_ASearchResults .product_nb{
        padding: 0 !important;
        text-align: left;
    }
}
@media (max-width: 450px) {
    .PM_ASBlockOutput .btn-holder > div > span{
        font-size: 12px;
        line-height: 16px;
    }
}

