.bx-filter * {
    /* font-family: sf-compact, sans-serif; */
    /* font-size: 14px; */
    /* line-height: 20px; */
}

.bx-filter .bx-filter-parameters-box-title span{color: rgba(0, 0, 0, 0.50);
    transition:.3s;
}
.bx-filter .bx-filter-parameters-box-title:hover span{ color:#000;}
.filter-sort .sm-text{
    display:none;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
}
.smartfilter .row{
    gap:33px;
}
.fa::before {
    content: "";
}

.smartfilter .row.filter-selected{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    /* margin-top: 28px; */
    row-gap: 0;
}
.smartfilter .row.filter-selected .filter-chip{
    width: fit-content;
    border-radius: 40px;
    border: 0.8px solid #000;
    background: #000;
    padding: 9px 14px;
    padding-right: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: #FFF;
    font-family: 'AA Stetica';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 127%; /* 22.86px */
    letter-spacing: 0.72px;
    margin-top: 20px;
}
.smartfilter .row.filter-selected .filter-clear-all{
    width: fit-content;
    margin-left: 4px;
    color: #979797;
    font-family: 'AA Stetica';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%; /* 22.86px */
    letter-spacing: 0.72px;
    margin-top: 28px;
}

.bx-filter-parameters-box-hint .fa {
    float: right;
    height: 21px;
    width: 15px;
    background-image: url(../images/icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.bx-filter-parameters-box-hint .fa.fa-angle-up {

}
.bx-filter-parameters-box-hint .fa.fa-angle-down {
    transform: scale(1, -1)
}
.bx-filter .bx-filter-title,
.bx-filter .bx-filter-parameters-box-title span {
    /* display: block; */
    /* font-size: 14px; */
    /* line-height: 20px; */
    /* color: #808080; */
    /* text-transform: uppercase; */
    /* padding: 0; */
    /* margin-top: 30px; */
    /* margin-bottom: 20px; */
    font-weight: 400;
    font-weight: 500;
}
.bx-filter .bx-filter-title {
    margin-top: 0;
}
.bx-filter .bx-filter-parameters-box {
    /* border-bottom: 1px solid #ECECEA; */
    width: fit-content;
    position: relative;
    padding: 0;
    min-width: auto;
    max-width: fit-content;
}

.filter-sort{
    margin-left:auto;
    height: fit-content;
    padding: 00;
}

.bx-filter .filter_element .bx-filter-block{
    position: absolute;
    z-index: 5;
    top: calc(100% + 14px);
    left: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 8px 24px -4px rgba(24, 39, 75, 0.10);
    padding: 30px;
    height: auto;
    height: fit-content;
    padding-bottom: 10px;
    max-height: fit-content;
    z-index: 99;
}

.bx-filter .filter_element .bx-filter-block .bx-filter-parameters-box-container > div{
    display: flex;
    flex-direction: column;
    gap: 0;
}

.bx-filter-param-label .bx-filter-param-text:before{
    display:none;
}
.bx-filter .bx-filter-parameters-box:last-child {
    border: 0;
}
#del_filter {
    display: block;
    position: absolute;
    top: 25px;
    right: 10px;
    background: none;
    background-image: url(../images/icons/reload.svg);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 15px;
    width: fit-content;
    min-width: fit-content;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    font-weight: 100;
    font-size: 12px;
    text-align: right;
    text-decoration-line: underline;
    text-transform: none;
    color: #808080;
    border: 0;
}
#del_filter:hover {
    text-decoration-line: none;
}
#set_filter {
    width: 100%;
    min-width: 100%;
    height: 48px;
    background-color: #E6BEA5;
    border-color: #E6BEA5;
    color: #554236;
}
#set_filter:hover {
    background-color: var(--text);
    border-color: var(--text);
    color: #ffffff;
}


/* Customize the label (the container) */
.bx-filter-param-label  {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bx-filter .bx-filter-param-text {
    /* font-weight: 100; */
    /* color: #2D2D2D; */
}
.bx-filter .bx-filter-block {
    /*display: block;
    opacity: 1;*/
}


/* Hide the browser's default checkbox */
.bx-filter-param-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.bx-filter-param-label .bx-filter-param-text:before {
    content: " ";
    position: absolute;
    top: 4px;
    left: 0;
    height: 12px;
    width: 12px;
    border: 1px solid #2D2D2D;
    background-size: 75%;
    background-position: center center;
    background-repeat: no-repeat;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.bx-filter-param-label input:checked ~ .bx-filter-param-text:before {
    background-image: url(../images/icons/checkbox.svg);
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


html .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #444;
    line-height: 28px;
    color: #000;
    font-family: 'AA Stetica';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 127%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    padding: 0;
    padding-right: 18px;
    text-align: right;
    font-weight: 400;
    font-weight: 500;
}

html .select2-container--default .select2-selection--single .select2-selection__arrow{
    width:8px;
    display: flex;
    align-items: center;
    height: 100%;
}

html .select2-container--default .select2-selection--single{
    height:fit-content;
    border: 0;
}

html .select2-dropdown{
    top: 14px;
    border-radius: 10px!important;
    background: #FFF;
    box-shadow: 0 8px 24px -4px rgba(24, 39, 75, 0.10);
    border: 0;
    overflow: hidden;
    /* min-width: 248px; */
    /* left: inherit!important; */
    /* right: -100%; */
    /* width: 248px; */
}

.select2-container--open .select2-dropdown--above{
    top:-30px;
}
html .select2-container--default .select2-results>.select2-results__options{
    width: 248px;
    min-width: 248px;
    max-width: 258px;
}
html .select2-container--default .select2-results>.select2-results__options li{
    padding-left:30px;
    padding-right:30px;
    color: #000;
    font-family: 'AA Stetica';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 127%; /* 22.86px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}
html .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: transparent;
    color: black;
}
html .select2-container--default .select2-results__option--selected{
    background: transparent;
}

html .select2-container--default .select2-results>.select2-results__options li:first-child{
    padding-top:30px;
    white-space: nowrap;
}
html .select2-container--default .select2-results>.select2-results__options li:last-child{
    padding-bottom:30px;
}


html .filter-sort . select2-container--default{
    width:248px;
}


.select2-container--open .select2-selection__arrow{
    transform:rotate(180deg);
}

.select2-container--default{
    min-width:248px;
}


.filter-price-box{

}

html .bx-filter .filter-price-box.filter_element .bx-ui-slider-track-container{
    display:none;
}


.bx-filter .filter_element.filter-price-box .bx-filter-block{
    padding: 30px;
}

.bx-filter .filter_element.filter-price-box .bx-filter-block .bx-filter-parameters-box-container-block{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.bx-filter .filter_element.filter-price-box .bx-filter-block .bx-filter-parameters-box-container-block i{
    color: #000;
    font-family: 'AA Stetica';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 127%; /* 22.86px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
    padding: 0;
    width: 27px;
}


.bx-filter .filter_element.filter-price-box .bx-filter-block .bx-filter-parameters-box-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bx-filter .filter_element.filter-price-box .bx-filter-block .bx-filter-parameters-box-container-block .bx-filter-input-container{
    width: 70px;
}
.bx-filter .filter_element.filter-price-box .bx-filter-block .bx-filter-parameters-box-container-block .bx-filter-input-container input{
    height: 23px;
    padding: 0;
    border: 0;
    color: #000;
    text-align: center;
    font-family: 'AA Stetica';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 127%; /* 22.86px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
    text-align: left;
}

.catalog-item__content.new_sty{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.catalog-item__content.new_sty .left{}
.catalog-item__content.new_sty .left .catalog-item__title{
    margin: 0;
    color: #000;

    /* H2 (карточка товара) */
    font-family: 'AA Stetica';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%; /* 22.86px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
    text-align: left;
}
.catalog-item__content.new_sty .left .price-wrapper{
    margin-top: 8px;
    text-align: left;
    justify-content: flex-start;
    color: #000;

    /* Text */
    font-family: 'AA Stetica';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 127%; /* 22.86px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}
.catalog-item-container .catalog-item .price-wrapper .price{
    font-weight:400;
}

.catalog-item__content.new_sty .colors-list{
    gap: 10px;
}


.catalog-item__content.new_sty .colors-list .color-box{
    width: 12px;
    height: 12px;
}

.catalog-items .row{
    row-gap:60px;
    column-gap:30px;
}
.catalog-items .row .col-md-4{
    width: calc(33.33333333% - 20px);
}


@media screen and (max-width:768px){
    .catalog-items .row .col-md-4{
        width:50%;
    }
    .catalog-items .row{
        gap:0;
        row-gap:20px;

    }
    .catalog-item__content.new_sty{
        flex-wrap:wrap;
        padding-top: 11px;
    }
    .slick-dotted.slick-slider{
        margin:0;
    }
    .catalog-item__content.new_sty .left .catalog-item__title{
        font-size:15px;
    }
    .btn.btn-default[data-use="show-more-1"]{
        margin: 0!important;
    }
    .catalog-item__content.new_sty .left .catalog-item__title a{
        white-space:normal;
        color: #000;
        font-family: 'AA Stetica';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 127%; /* 17.78px */
        letter-spacing: 0.56px;
        text-transform: uppercase;
    }
    .catalog-item-container .catalog-item__img{
        padding:0;
    }

    .slick.slides{
        display:block!important;
    }
    .grid-gallery.slides{
        display:none;
    }
    .catalog-item .slick .slick-dots{
        bottom:10px;
    }
    .slick-slide img{
        transform:scale(1);
        aspect-ratio: 8/11;
    }
    .smartfilter .row{
        gap:10px;
    }
    html .select2-container--default .select2-selection--single{
        /* max-width:188px; */
        justify-content: flex-end;
        text-align: right;
        margin-left: auto;
        background: transparent;
    }
    .bx-filter .bx-filter-parameters-box-title span, html .select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size:14px;
        color: rgba(0, 0, 0, 0.50);
        max-width: 212px;
        padding-right: 14px;
        background: transparent;
    }
    .catalog-page .catalog-head{
        margin-bottom:16px;
    }
    html .catalog-page-title{
        text-align: left;
        margin-bottom: 0;
        margin: 0;
    }

    .mobile-filter-trigger-container{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 10px;
        max-width: 100%;
        overflow: visible;
        width: 100%;
    }
    .mobile-filter-trigger-container .filter-selected{
        order: 1;
        padding: 12px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        border-top: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB;
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: 100%;
        margin-left: -15px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        flex: 0 0 calc(100% + 30px);
        padding-left: 15px;
        /* padding-right: 15px; */
    }
    .mobile-filter-trigger-container .filter-selected .filter-chip:first-child{
        /* margin-left:15px; */
        scroll-snap-align: end!important;
    }
    .mobile-filter-trigger-container .filter-chip, .mobile-filter-trigger-container .filter-clear-all{
        width:fit-content;
        padding: 10px 14px;
        color: #000;
        font-family: 'AA Stetica';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 127%; /* 15.24px */
        letter-spacing: 0.48px;
    }
    .mobile-filter-trigger-container .filter-chip{
        padding: 10px 14px;
        border-radius: 40px;
        background: #E9E9E9;
        align-items: center;
        gap: 10px;
        display: flex;
        scroll-snap-align: start!important;
    }
    .mobile-filter-trigger-container .filter-chip svg path{
        fill: #000;
    }
    .mobile-filter-trigger-container .filter-sort{
        max-width: 50%;
        justify-content: flex-end;
        display: flex;
        background: transparent;
    }
    .select2-container--default{
        max-width: 212px;
        min-width: 212px;
    }
    .mobile-filter-trigger-container  .mobile-filter-button{
        order: -1;
        border-radius: 40px;
        border: 0.8px solid #000;
        background: #000;
        max-width: 163px;
        min-width: inherit;
        width: 163px;
        height: 38px;
        color: #FFF;
        font-family: 'AA Stetica';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 127%; /* 17.78px */
        letter-spacing: 0.56px;
        z-index: 7;
        max-width: 50%;
    }
    html .select2-container--default .select2-results>.select2-results__options li{
        padding-left: 16px;
        padding-right: 16px;
        color: #000;
        font-family: 'AA Stetica';
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 127%; /* 17.78px */
        letter-spacing: 0.56px;
        text-transform: uppercase;
    }
    html .select2-container--default .select2-results>.select2-results__options li:first-child{
        padding-top:16px;
    }
    html .select2-container--default .select2-results>.select2-results__options li:last-child{
        padding-bottom:16px;
    }
    .filter-modal{
        height: 100dvh;
    }
    .filter-modal .filter-modal-header{
        padding: 10px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .filter-modal  .filter-modal-body{
        padding: 20px 16px;
        height: calc(100dvh - 55px);
    }
    .filter-modal .filter-modal-body .catalog-filter-wrapper{
        display: block!important;
    }
    .filter-modal .filter-modal-body .catalog-filter-wrapper .smartfilter{}
    .filter-modal .filter-modal-body .catalog-filter-wrapper .smartfilter .row{
        flex-direction: column;

    }
    .filter-modal .filter-modal-body .catalog-filter-wrapper .smartfilter .row:first-child{
        overflow-y: scroll;
        height: calc(100dvh - 55px - 136px);
        overflow-x: hidden;
        flex-direction: column;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .bx-filter .bx-filter-parameters-box:first-child{
        border-top:1px solid #DBDBDB;
    }
    .bx-filter .bx-filter-parameters-box{
        width:100%;
        max-width: 100%;
        /* padding-bottom: 2px; */
        border-bottom: 1px solid #DBDBDB;
    }
    .bx-filter .bx-filter-parameters-box.filter-price-box{
        border-bottom: 1px solid #DBDBDB;
    }
    .filter-modal .filter-modal-body .catalog-filter-wrapper .bx-filter .bx-filter-parameters-box-title span{
        color: rgba(0, 0, 0, 0.50);
        font-family: 'AA Stetica';
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 127%; /* 22.86px */
        letter-spacing: 0.72px;
        text-transform: uppercase;
        padding: 0;
        width: 100%;
        justify-content: space-between;
        max-width: 100%;
        padding: 16px;
        padding-left: 0;
        padding-right: 0;
        /* border-bottom: 1px solid #DBDBDB; */
    }
    .filter-modal .filter-modal-header div{
        color: #000;
        font-family: 'AA Stetica';
        font-size: 27px;
        font-style: normal;
        font-weight: 300;
        line-height: 127%; /* 34.29px */
    }
    .filter-modal .filter-modal-header button{
        width: fit-content;
        height: fit-content;
        min-width: fit-content;
        background: transparent;
        border: 0;
    }
    .bx-filter .filter_element .bx-filter-block{
        position: relative;
        padding-top: 0;
        top: 0;
        margin: 0;
        border-radius: 0;
        padding: 0;
        box-shadow: 0 0 0 black;
        max-height: inherit;
    }
    .bx-filter .bx-filter-param-label{
        margin-bottom:14px;
    }
    .bx-filter .bx-filter-input-checkbox .bx-filter-param-text{color: #000;    font-family: 'AA Stetica';font-size: 14px;font-style: normal;font-weight: 300;line-height: 127%; /* 17.78px */letter-spacing: 0.56px;text-transform: uppercase;padding-left: 24px;align-items: center;position: relative;}
    .bx-filter-parameters-box-container{
        padding-bottom:2px;
        /* border-bottom:1px solid #DBDBDB; */
    }
    .bx-filter .filter_element.filter-price-box .bx-filter-block{
        padding:0;
        padding-bottom: 2px;
    }
    .bx-filter-param-label input{

    }


    .bx-filter .bx-filter-input-checkbox .bx-filter-param-text:before{content:'';border-radius: 2px;border: 1px solid #DBDBDB;width: 12px;height: 12px;display: block;top: 0;bottom: 0;margin: auto;background: none!important;}
    .bx-filter .bx-filter-input-checkbox .bx-filter-param-text:after{content:'';background-image: url(../images/svgster.svg);background-color: #000;border-radius: 2px;position: absolute;left: 0;width: 12px;height: 12px;background-repeat: no-repeat;background-position: center;top: 0;bottom: 0;margin: auto;transition: .3s;opacity: 0;}
    .bx-filter .bx-filter-input-checkbox input:checked + .bx-filter-param-text:after{content:'';opacity: 1;}
    .bx-filter .filter_element.filter-price-box .bx-filter-block .bx-filter-parameters-box-container-block i{
        font-size: 14px;
        height: 16px;
    }
    .bx-filter .filter_element.filter-price-box .bx-filter-block .bx-filter-parameters-box-container-block .bx-filter-input-container input{
        font-size:14px;
        height: 18px;
    }
    .bx-filter .filter_element.filter-price-box .bx-filter-block .bx-filter-parameters-box-container-block .bx-filter-input-container{
        height:20px;
    }
    .bx-filter .bx-filter-button-box{
        display: flex;
        width: 100%;
        padding: 0;
    }
    .bx-filter .bx-filter-button-box{
        padding-top: 14px;
    }
    .bx-filter .bx-filter-button-box .bx-filter-block{
        width: 100%;
    }
    .bx-filter .bx-filter-button-box .bx-filter-parameters-box-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    #del_filter{
        position: relative;
        top: 0;
        width: 100%;
        background: none;
        padding: 0;
        text-align: center;
        color: rgba(0, 0, 0, 0.50);
        font-family: 'AA Stetica';
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 127%; /* 17.78px */
        letter-spacing: 0.56px;
        text-transform: uppercase;
        text-decoration: none;
        left: 0;
    }
    .bx-touch .bx-filter .bx-filter-popup-result{
        display: none!important;
    }
    #set_filter{
        color: #FFF;
        font-family: 'AA Stetica';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 127%; /* 17.78px */
        letter-spacing: 0.56px;
        border-radius: 40px;
        border: 0.8px solid #000;
        background: #000;
        width: 100%;
        text-align: center;
        order: 1;
        margin: 0;
    }
    .bx-filter{
        margin: 0;
    }
    .catalog-item .slick .slick-dots{
        display: flex;
        justify-content: flex-end;
        background: #FFF;
        padding: 4px 3px;
        width: fit-content;
        gap: 3px;
    }
    .catalog-item .slick .slick-dots li{
        margin: 0;
        width: 3px;
        height: 3px;
        background: #CACACA;

    }
    .catalog-item .slick .slick-dots li.slick-active{
        background: #000;

        width: 10px;
        transition: .3s;
    }
    .catalog-item__content.new_sty .left .price-wrapper{
        margin-top:6px;
        height: fit-content;
        min-height: inherit;
        height: fit-content;
        min-height: fit-content;
        line-height: 1;
    }

    .mobile-filter-trigger-container .filter-sort select{
        opacity:0;
    }

    .catalog-item__content.new_sty .colors-list{
        width:100%;
        justify-content: flex-start;
        gap: 5px;
    }
    .catalog-item__content.new_sty .colors-list .color-box{
        margin:0;
        width:10px;
        height:10px;
    }
    .catalog-item .price-wrapper .price{
        color: #000;
        font-family: 'AA Stetica';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 127%; /* 17.78px */
        letter-spacing: 0.56px;
        text-transform: uppercase;
    }
}