.filter-product {
    width: 269px;
    background: #fef1e7;
    padding: 20px;
}
.filter-product .item {
    padding-bottom: 15px;
    position: relative;
}
.filter-product .item:last-child {
    padding-bottom: 0;
}
.filter-product .item__content {
    max-height: 150px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.filter-product .show-all {
    color: #b25d5d;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.filter-product .show-all::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/icons/down-arrow_red.svg) center/100% no-repeat;
    margin: 5px 5px -3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.filter-product .show-all:hover {
    color: #444;
}
.filter-product .show-all:hover::after {
    background: url(../img/icons/down-arrow_black.svg) center/100% no-repeat;
}
.filter-product .show-all.active {
    color: #444;
}
.filter-product .show-all.active:after {
    background: url(../img/icons/down-arrow_black.svg) center/100% no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filter-product .item_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filter-product .title {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    display: block;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.filter-product .checkbox-wrap,
.filter-product .radio-wrap {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.filter-product .checkbox-title,
.filter-product .radio-wrap {
    color: #b25d5d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 14px;
}
.filter-product .checkbox-title:hover,
.filter-product .radio-wrap:hover {
    color: #444;
}
.filter-product .checkbox-title::before {
    background-color: #f5dcc9;
    border: 1px solid #eecfbe;
}
.filter-product .checkbox-wrap .input:checked ~ .checkbox-title::before {
    background-color: #f5dcc9;
}
.filter-product .radio-wrap .radio-title::before {
    background-color: #f5dcc9;
    border: 1px solid #eecfbe;
}
.filter-product .radio-wrap .input:checked ~ .radio-title::before {
    background-color: #f5dcc9;
}
.filter-product .item__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filter-product .item__input .input {
    border-radius: 4px;
    border: 1px solid #eecfbe;
    color: #444;
    height: 40px;
    width: 100%;
    padding-left: 40px;
    background: #fff8f3;
}
.filter-product .input__from,
.filter-product .input__to {
    position: relative;
    width: 48%;
}
.filter-product .input__from .span,
.filter-product .input__to .span {
    color: #444;
    opacity: 0.8;
    position: absolute;
    left: 10px;
    top: 13px;
}
.filter-product .input__from .input,
.filter-product .input__to .input {
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
}
.filter-product .price-line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    position: relative;
    z-index: 1;
    padding-left: 11px;
    padding-right: 11px;
}
.filter-product .line-test {
    height: 2px;
    width: 100%;
    background-color: #b25d5d;
}
.filter-product .line-test::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #fedfc9;
    position: absolute;
    right: 0;
    z-index: 1;
}
.filter-product .add-price,
.filter-product .remove-price {
    width: 20px;
    height: 20px;
    border: 2px solid #b25d5d;
    border-radius: 50%;
    position: absolute;
    background: #fef1e7;
    cursor: pointer;
    top: 10px;
}
.filter-product .remove-price {
    left: 0;
}
.filter-product .add-price {
    right: 40px;
}
.filter-product .btn {
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
.filter-product .btn:last-child {
    margin-bottom: 0;
}
.filter-product .product-result {
    position: absolute;
    left: 100%;
    top: -25px;
    background: #fedfc9;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    border-radius: 4px;
}
.filter-product .product-result::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fedfc9;
    position: absolute;
    left: -5px;
    top: 44%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filter-product .product-result .link {
    color: #b25d5d;
    margin-top: 5px;
}
.filter-product .product-result .link:hover {
    color: #444;
}
.filter-product .result-title {
    color: #444;
    white-space: nowrap;
}
.filter-product .mob-hidden {
    display: none;
}
.filter .bx_ui_slider_track {
    height: 4px;
    border: 0;
    background: #fedfc9;
}
.filter .bx_ui_slider_track .bx_ui_slider_range a.bx_ui_slider_handle {
    width: 20px;
    height: 20px;
    border: 3px solid #b25d5d;
    border-radius: 50%;
    position: absolute;
    background: #fef1e7;
    cursor: pointer;
    top: -9px;
}
.filter .bx_ui_slider_track .bx_ui_slider_pricebar_VN {
    background: #fedfc9;
    border: 0;
    top: 0;
    bottom: 0;
    left: -20px !important;
    right: -20px !important;
}
.filter .bx_ui_slider_track .bx_ui_slider_pricebar_V {
    background: #b25d5d;
    top: 0;
    bottom: 0;
}
.filter .bx_ui_slider_track .bx_ui_slider_range {
    z-index: 85;
    top: 0;
    bottom: 0;
    background: 0 0;
}
.filter .bx_ui_slider_track .bx_ui_slider_pricebar_VD {
    border: 0;
    background: 0 0;
}
.mob-filter-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #b25d5d;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 0;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    display: none;
}
.mob-filter-btn:hover {
    background: #fef1e7;
}
.close-filter {
    display: none;
}
@media (max-width: 1500px) {
    .filter-product {
        width: 230px;
    }
}
@media (max-width: 1220px) {
    .filter-product {
        width: 269px;
    }
}
@media (max-width: 1000px) {
    .filter-product {
        display: none;
    }
    .filter-product.active {
        display: block;
        z-index: 2;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: #fff;
    }
    .filter-product.active .product-result {
        display: none;
    }
    .filter-product.active .close-filter {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        top: auto;
        right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 40px;
        background: #fff;
        border: 1px solid #dedede;
        border-radius: 4px;
        color: #b25d5d;
        font-family: TTNorms-Medium, "Work Sans", sans-serif;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .filter-product.active .close-filter:hover {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .filter-product.active .close-filter::before {
        content: "Фильтр";
    }
    .filter-product.active .close-filter::after {
        content: " \2716";
        font-weight: 600;
        color: #b25d5d;
        position: absolute;
        top: 12px;
        right: 10px;
    }
    .filter-product.active .item__input .input {
        background: #f7f7f7;
        border: 1px solid #dedede;
    }
    .filter-product.active .item_btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .filter-product.active .item_btn .btn {
        width: 49%;
        height: 40px;
        margin-bottom: 0;
    }
    .filter-product.active .mob-hidden {
        display: block;
    }
    .filter-product.active .tags-cloud {
        width: 100%;
        height: auto;
        max-height: 150px;
        overflow: auto;
        scrollbar-color: #e0e0e0 #fff;
        scrollbar-width: thin;
        scrollbar-face-color: #e0e0e0;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .filter-product.active .tags-cloud::-webkit-scrollbar {
        width: 5px;
        background: #fff;
    }
    .filter-product.active .tags-cloud::-webkit-scrollbar-thumb {
        width: 5px;
        background: #e0e0e0;
        border-radius: 50px;
    }
    .filter .bx_filter_popup_result.right {
        left: auto;
        right: 0;
    }
}
@media (max-width: 760px) {
    .filter .bx_filter_popup_result.right {
        width: 150px;
        text-align: center;
    }
    .filter .result-title {
        white-space: inherit;
    }
}
@media (max-width: 560px) {
    .filter-product.active .tags-cloud {
        max-height: 80px;
    }
    .filter-product.active {
        padding-bottom: 48px;
    }
    .filter-product.active .item_btn {
        height: 40px;
        position: relative;
    }
    .filter-product.active .item_btn .btn {
        position: fixed;
        bottom: 0;
        z-index: 1;
        width: 50%;
        border-radius: 0;
    }
    .filter-product.active .item_btn .btn_dark-cream {
        left: 0;
    }
    .filter-product.active .item_btn .btn_pink {
        right: 0;
    }
    .filter-product.active .bx_filter_popup_result.right {
        visibility: hidden;
    }
    .filter-product.active .product-result {
        padding: 10px;
    }
}
@media (max-width: 435px) {
    .filter-product.active .item_btn .btn {
        width: 100%;
        padding: 0;
    }
    .filter-product.active .item_btn .btn_dark-cream {
        bottom: 40px;
    }
}
.mob-filter-btn-wrap {
    display: none;
}
@media (max-width: 1000px) {
    .mob-filter-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0;
        padding-bottom: 0;
        height: 40px;
    }
}