/* new */
.sidebar-fil {
    /* position: sticky;
    max-height:  calc(100vh - 150px - 8px);
    overflow-y: auto;
    overflow-x: hidden; */
}

.fil-active-body {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
}

.fil-active-box {
    display: flex;
    flex-direction: row;
    width: 50%;
}

@media (min-width: 480px) {
    .fil-active-box {
        width: auto
    }
}

.fil-active-data {
    align-items: center;
    font-size: 14px;
    line-height: 32px;
    white-space: nowrap;
    display: none;
    margin-right: 8px;
    margin-top: 8px;
}

.sum-lines-item {
    margin: 0 4px;
}

.fil-active-items {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 1280px) {
    .fil-active-items {
        display: flex;
    }
}

.fil-active-items_select {
    margin-right: 8px;
    margin-top: 8px;
}

.fil-control-btn {
    border-radius: 50px;
    height: 32px;
}

.fil-control_btn-reset {
    border-color: #ff8989;
    background: none;
    transition: all .3s ease;
}

.fil-control_btn-reset:hover {
    background-color: #ff8989;
    color: #fff;
}

.fil-control-btn-select {
    border-color: #d2d2d2;
    background: none;
    transition: all .3s ease;
    padding-right: 3px;
    font-size: 14px;
}

.fil-control-btn-select:hover {
    background-color: #f5f5f5;
    color: #212529;
}

.del-fil-svg {
    height: 24px;
    width: 24px;
    fill: #ffa6a6;
    border-radius: 20px;
    margin-left: 5px;
    padding: 4px;
}

.fil-control-btn-select:hover .del-fil-svg {
    background-color: #fff;
    fill: #ffa6a6;
}

.fil-active-icon {
    height: 12px;
    width: 12px;
    display: flex;
    margin-right: 8px;
    fill: #fff;
    align-items: center;
}

.fil-control_btn-filter {
    display: flex;
    font-size: 14px;
    height: 32px;
    background-color: #428bc1;
    color: #fff;
    margin-right: 16px;
    width: 100%;
}

.fil-sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    transition: .22s ease-in-out;
    top: 72px;
}

@media (min-width: 768px) {
    .fil-active-data {
        /* display: flex; */
    }
}

@media (min-width: 1022px) {
    .fil-control_btn-filter {
        display: none;
    }

    .fil-active-data {
        display: flex;
    }


}

.select {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%233e77aa' viewBox='0 0 13 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 7a.956.956 0 0 1-.657-.256l-5.57-5.25a.839.839 0 0 1 0-1.237.968.968 0 0 1 1.312 0L6.5 4.888 11.415.257a.968.968 0 0 1 1.313 0 .839.839 0 0 1 0 1.237l-5.572 5.25A.956.956 0 0 1 6.5 7Z'/%3E%3C/svg%3E");
    background-position: right 12px center;
    background-repeat: no-repeat, repeat;
    background-size: 14px 9px;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    box-sizing: border-box;
    color: #221f1f;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    height: 32px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 40px;
    text-align: left;
    width: 50%;
    margin-left: auto;
}

@media (min-width: 480px) {
    .select {
        width: auto;
    }
}

@media (min-width: 768px) {
    .select {
        margin-right: 16px;
    }
}

.btn-view-box {
    display: flex;
    flex-direction: row;
}

.btn-view {
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 32px;
    border: 1px solid #d2d2d2;
    text-align: center;
    background-color: #fff;
    padding: 0;
    display: none;
}

@media (min-width: 768px) {
    .btn-view {
        display: flex;
    }
}

.btn-view-less {
    border-radius: 4px 0 0 4px;
    border-right: 0;
    background-color: #fff;
}

.btn-view-more {
    background-color: #fff;
    border-radius: 0 3px 3px 0;
    border-left: 0;
}

.view-less-svg,
.view-more-svg {
    height: 18px;
    width: 18px;
}

.view-less-svg,
.view-more-svg {
    fill: #3e77aa;
}

.btn-view-less.btn-view_active,
.btn-view-more.btn-view_active {
    background-color: #428bc1;
    border-color: #3e77aa;
}

.btn-view-less.btn-view_active .view-less-svg,
.btn-view-more.btn-view_active .view-more-svg {
    fill: #fff;
}

/*  */

.fil-sidebar-wrapper {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
}

/* custom */
.fil-sidebar-wrapper .custom-control-label {
    padding-top: 4px;
    padding-left: 15px;
}

.fil-sidebar-wrapper li label {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
    cursor: pointer;
}

/*end custom */
.fil-sidebar-btn {
    width: 100%;
    padding: 8px;
    background-color: unset;
    color: #3e77aa;
    font-size: 14px;
}

.fil-sidebar-btn:hover {
    color: #ff7878;
}

.fil-sidebar-btn_title {
    margin-right: 16px;
    display: flex;
    /* align-items: end; */
    height: 20px;
    overflow: hidden;
    text-align: left;
}

.fil-sidebar-btn_quantity {
    margin-left: 4px;
    font-size: 14px;
    color: #a6a5a5;
}

.fil-sidebar-btn_svg {
    margin-left: auto;
}

.fl-svg-rrow {
    width: 14px;
    height: 14px;
    transform: rotate(-90deg);
    fill: #3e77aa;
}

.fl-svg-rrow.rotate {
    transform: rotate(90deg);
    transition: all .3s linear;
}

.fil-sidebar-box {
    padding-bottom: 21px;
    overflow: hidden;
    max-height: 999px;
}

.sidebar-fil .fil-sidebar-wrapper:not(:last-child) .fil-sidebar-box,
.sidebar-fil .fil-sidebar-wrapper:only-child .fil-sidebar-box {
    border-bottom: 1px solid #e9e9e9;
}

.fil-sidebar-search {
    position: relative;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 1024px) {
    .fil-sidebar-search {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.fil-sidebar-input {
    background-color: #fff;
    appearance: none;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    transition: border .2s ease-in-out;
}

.fil-sidebar-search_input {
    width: 100%;
    height: 32px;
    padding: 0 12px;
}

@media (min-width: 768px) {
    .fil-sidebar-search_input {
        font-size: 14px;
    }
}

.fil-sidebar-pr_form {
    padding: 8px 8px 0 8px;
}

.fil-sidebar-pr_fieldset {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fil-sidebar-pr_input {
    width: 32%;
    height: 32px;
    padding-left: 8px;
    padding-right: 8px;
}

.fil-sidebar-pr_delimiter {
    margin-left: 4px;
    margin-right: 4px;
    color: #a6a5a5;
}

.fil-sidebar-pr_button {
    margin-left: auto;
    font-size: 14px;
    text-transform: uppercase;
    height: 32px;
    font-weight: normal;
    color: #428bc1;
    background: #f5f5f5;
    border-color: #d2d2d2
}

.fil-sidebar-pr_button:hover {
    background-color: #f4f4f4;
}

.fil-slider-wrapper {
    padding: 0 12px;
    position: relative;
    display: flex;
}

.fil-slider-body {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 24px;
    margin-top: 20px;
}

.fil-slider_step {
    background: #e12e2e;
    width: 100%;
    border: unset;
    box-shadow: unset;
    z-index: 2;
}


.noUi-horizontal .noUi-handle {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: -11px;
    border: none;
    border-radius: 50%;
    background-color: #f5f5f5;
    box-shadow: inset 0 0 0 1px #ebebeb;
    cursor: pointer;
}

.noUi-active {
    background-color: #d2d2d2 !important;
}

.noUi-connect {
    background: #428bc1;
}

.noUi-connect,
.noUi-origin {
    top: 0;
    right: 7px;
}

.noUi-horizontal {
    height: 2px;
}

.noUi-handle::after,
.noUi-handle::before {
    top: 0;
    background: none;
}


.fil-scrollbar {
    height: 240px;
}


/* old */
.fp-body {
    display: flex;
    margin-top: 24px;
}


.moby-select,
.fl-modal-header,
.fl-modal-footer,
.fl-modal-sub-footer {
    display: none;
}


.reset-fil-svg {
    height: 17px;
    width: 17px;
    fill: #fff;
    position: relative;
    margin-left: 0.1rem;
    margin-top: 0.1rem;
}

.fl-ex-box {
    color: #0082D0;
    cursor: pointer;
    margin-bottom: .5rem;
}

.fl-ex-svg-rrow {
    width: 12px;
    height: 12px;
    transform: rotate(90deg);
    stroke: #0082D0;
    fill: #fff;
}

.fl-body {
    margin-bottom: 42px;
    border-bottom: 1px solid #d4dbdf;
}


/* pr */

.apply-price-t-1 {
    margin-right: 4px;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

#flp .form-control {
    font-size: 16px;
    width: 76px;
    height: 25.71px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    margin: auto;
    display: flex;
    padding: 1px;
}

.apply-price-t-2 {
    margin: auto 4px;
    display: flex;
}



/* end pr */


.filter-serch-body {
    display: flex;
    position: relative;
}

.filter_serch-svg {
    position: absolute;
    margin-top: 12px;
    width: 15px;
    height: 15px;
    margin-left: 8px;
}


/*  */


.fl-sort-box {
    display: flex;
    margin-left: auto;
}

.fl-sort-box form {
    margin: 0 !important;
    position: relative;
}

.fl-sort-box .custom-select {
    color: #0082d0;
    cursor: pointer;
}


/*  */

.fil-cat-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #5B5B5B;
    display: flex;
    margin-bottom: 18px;
}

.fil-cat-title span {
    font-size: 16px;
    color: #C1C1C1;
    margin-left: 4px;
}

.fil-cat-box {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.fil-cat-1-name {
    font-size: 14px;
    line-height: 24px;
    color: #5B5B5B;
    margin-bottom: 8px;
    display: flex;
}

.fil-cat-2-name,
.fil-cat-3-name,
.fil-cat-4-name {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    display: flex;
}

.fil-cat-2-name {
    margin-left: 8px;
}

.fil-cat-3-name {
    margin-left: 16px;
}

.fil-cat-4-name {
    margin-left: 24px;
}

.fil-cat-1-name span,
.fil-cat-2-name span,
.fil-cat-3-name span,
.fil-cat-4-name span {
    color: #C1C1C1;
    margin-left: 3px;
}

/* moby */
.fil-moby_body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fil-moby_box {
    padding-bottom: 24px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.fil-moby_header {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 16px;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
}

.fil-moby_btn-back {
    flex: 1;
    position: relative;
    height: 56px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: none;
    background: none;
    align-items: center;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #221f1f;
    justify-content: left;
}

.fil-moby_btn-back:hover {
    text-decoration: none;
    color: #f84147;
}

.fil-moby_btn-back svg {
    min-width: 14px;
    width: 14px;
    height: 14px;
    fill: #3e77aa;
    margin-top: 3px;
    margin-right: 4px;
    stroke: #3e77aa;
    stroke-width: 2;
}

.fil-moby_btn-back:hover svg {
    fill: #f84147;
    stroke: #f84147
}

.fil-moby_btn-resetall,
.fil-moby_btn-resetitem {
    height: 26px;
    padding-left: 12px;
    padding-right: 12px;
    border: none;
    border-radius: 50px;
    background: #f84147;
    font-size: 14px;
    white-space: nowrap;
    color: #fff;
}

.fil-moby_btn-resetall:hover,
.fil-moby_btn-resetitem:hover {
    color: #fff;
}

.fil-moby_btn-linck {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    padding: 0 8px 0 16px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-align: left;
    font-size: 14px;
}


.fil-moby_btn-linck-values {
    display: inline-block;
    flex-shrink: 0;
    max-width: 30%;
    margin-left: auto;
    margin-right: 8px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #221f1f;
    text-overflow: ellipsis;
}

.fil-moby_btn-linck-icons {
    width: 14px;
    height: 14px;
    min-height: 14px;
    min-width: 14px;
    transform: rotate(180deg);
    fill: #3e77aa;
}

.fil-moby_footer {
    margin-top: auto;
    padding: 16px;
    border-top: 1px solid #e9e9e9;
}

.fil-control_btn-show,
.fil-control_btn-back {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.fil-control_btn-show {
    background-color: #3e77aa;
    color: #fff;
}

.fil-control_btn-show:hover {
    background-color: #4096e3;
}

.fil-control_btn-back {
    margin-right: 16px;
    background-color: #f5f5f5;
    box-shadow: inset 0 0 0 1px #ebebeb;
    color: #3e77aa;
}

.fil-control_btn-back:hover {
    background-color: #f5f5f5;
    color: #4096e3;
}

.fil-moby_footer_title {
    margin-bottom: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    color: #797878;
}

.fil-moby_btn-wrapper {
    display: flex;
    flex-direction: row;
}

.fil-moby_box .fil-checkbox_items,
.fil-moby_box .fil-sidebar-pr_form {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.fil-moby_box .fil-scrollbar {
    height: 100%;
}

.fil-checkbox_items {
    position: relative;
}

.checkbox-filter_quantity {
    font-size: 12px;
    font-weight: 400;
    color: #a6a5a5;
    position: absolute;
    right: 8px;
    top: 8px;
}

.fil-moby_body .checkbox-filter_quantity {
    right: 18px;
    top: 24px;
}

/*  */