﻿.c-filter-bar {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 30
}

    .c-filter-bar .c-listing__filter-bar {
        background-color: #fff;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease
    }

.c-filter-bar__container {
    padding: 24px 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -1px;
    background: #fff;
    border-bottom: none;
    z-index: 100;
    position: relative
}

.c-filter-bar--scrolled .c-filter-bar__container {
    border-bottom: 1px solid #d9d9d9
}

.c-filter-bar--scrolled .c-listing__filter-bar {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.c-filter-bar__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    overflow: hidden;
    max-height: 53px
}

.c-filter-bar__filters--expand {
    max-height: 200px
}

.c-filter-bar__filters .cp-dropdown {
    margin-bottom: 16px
}

.c-filter-bar__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    white-space: nowrap
}

    .c-filter-bar__more:after {
        content: "\F094\00FE0E"
    }

.c-filter-bar__more--open:after {
    content: "\F0B2\00FE0E"
}

.c-filter-bar__more:after {
    margin-right: 8px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 20px
}

.c-filter-bar__select-all {
    color: #0fabc6;
    font-size: 11px;
    font-size: .688rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal
}

.c-filter-bar__select-all--hide {
    visibility: hidden;
    opacity: 0
}

.c-filter-bar__action-buttons-section {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-filter-bar__action-buttons, .c-filter-bar__action-buttons-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-filter-bar__action-buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 12px
}

.c-filter-bar__action-button--refresh {
    margin-left: 8px
}

    .c-filter-bar__action-button--refresh:before {
        content: "\F116";
        font-family: 'bootstrap-icons';
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 20px
    }

.c-filter-bar__sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .c-filter-bar__sorting .cp-dropdown--sort .cp-dropdown__content {
        min-width: 220px
    }

    .c-filter-bar__sorting .cp-dropdown--sort .cp-dropdown__input:checked ~ .cp-dropdown__label:after, .c-filter-bar__sorting .cp-dropdown--sort .cp-dropdown__label:after {
        ontent: "\F286";
        font-family: 'bootstrap-icons';
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px
    }

.c-filter-bar__sort-dropdown {
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-filter-bar__sort-option {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 8px 16px
}

.c-filter-bar__sort-option--selected {
    font-weight: 700
}

.c-filter-bar__sort-option:hover {
    background-color: #f5f5f5
}


.cp-dropdown {
    margin-left: 24px
}

.cp-dropdown__input {
    display: none
}

    .cp-dropdown__input:checked ~ .cp-dropdown__label {
        border-color: #000
    }

        .cp-dropdown__input:checked ~ .cp-dropdown__label:after {
            content: "\F286";
            font-family: 'bootstrap-icons';
            font-size: 20px;
            font-size: 1.25rem;
            font-weight: 400;
            letter-spacing: normal;
            line-height: 20px
        }

    .cp-dropdown__input:checked ~ .cp-dropdown__content {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(12px) scaleY(1);
        transform: translateY(12px) scaleY(1);
        height: auto
    }

    .cp-dropdown__input:checked ~ .cp-dropdown__overlay {
        display: block
    }

.cp-dropdown__overlay {
    display: none;
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cp-dropdown__label {
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    height: 40px;
    padding: 8px 12px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 10
}

    .cp-dropdown__label:after {
        content: "\F282";
        font-family: 'bootstrap-icons';
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 20px;
        margin-right: 8px
    }

    .cp-dropdown__label:hover {
        border-color: #000
    }

.cp-dropdown--bold .cp-dropdown__label {
    font-weight: 800
}

.cp-dropdown__content {
    background-color: #fff;
    border: 1px solid #000;
    z-index: 11;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateY(12px) scaleY(0);
    transform: translateY(12px) scaleY(0);
    height: 0;
    -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
    transition: opacity .2s ease,-webkit-transform .2s ease;
    transition: opacity .2s ease,transform .2s ease;
    transition: opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    min-width: 292px;
    max-width: 320px;
    max-height: 320px;
    overflow: hidden
}

.cp-dropdown--lg .cp-dropdown__content {
    min-width: 320px
}

.cp-dropdown--left-aligned {
    margin-left: 0;
    margin-right: 24px
}

    .cp-dropdown--left-aligned .cp-dropdown__content {
        right: auto;
        left: 0
    }



.c-filter-box {
    overflow: hidden;
    position: relative;
    border: none;
    padding: 8px 12px
}

    .c-filter-box .c-scrollable-text__text {
        right: 0;
        max-height: 190px;
        padding-left: 4px;
        padding-top: 0
    }

    .c-filter-box:after {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #41c1c6;
        position: absolute;
        left: 7px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(.55,.06,.68,.19);
        transition: opacity .3s cubic-bezier(.55,.06,.68,.19)
    }

.c-filter-box__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.c-filter-box__title {
    cursor: pointer;
    font-size: 15px;
    font-size: .938rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    padding-right: 17px;
    padding-left: 8px;
    white-space: nowrap;
    position: relative
}

    .c-filter-box__title:before {
        content: "\F007\00FE0E";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        right: 0;
        font-size: 4px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

.c-filter-box__selections-preview-container {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2;
    color: #8c8c8c;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.55,.06,.68,.19);
    transition: opacity .3s cubic-bezier(.55,.06,.68,.19)
}

    .c-filter-box__selections-preview-container:before {
        content: attr(data-before)
    }

    .c-filter-box__selections-preview-container:after {
        content: attr(data-after)
    }

.c-filter-box__selections-preview {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%
}

.c-filter-box.is-closed .c-filter-box__title:before {
    -webkit-transform: translateY(-50%) rotate(1turn);
    transform: translateY(-50%) rotate(1turn)
}

.c-filter-box.is-closed .c-filter-box__selections-preview-container, .c-filter-box.is-closed.has-selections:after {
    opacity: 1
}

.c-filter-box__search {
    padding-right: 20px;
    position: relative;
    min-width: 0;
    border: none
}

    .c-filter-box__search:before {
        content: "\F10E\00FE0E";
        position: absolute;
        right: 6px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #8c8c8c;
        font-size: 18px
    }

.c-filter-box__toggle-content {
    overflow: hidden
}

    .c-filter-box__toggle-content.opened {
        max-height: 450px;
        overflow: auto
    }

        .c-filter-box__toggle-content.opened::-webkit-scrollbar {
            display: none
        }

        .c-filter-box__toggle-content.opened + .c-filter-box__show-all:after {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .c-filter-box__toggle-content.opened + .c-filter-box__show-all:before {
            content: attr(data-open)
        }

.c-filter-box__show-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 12px
}

    .c-filter-box__show-all:after {
        content: "\F007\00FE0E";
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-size: 4px;
        margin-right: 5px
    }

    .c-filter-box__show-all:before {
        font-size: 11.5px;
        font-size: .719rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 2.087;
        color: #666;
        content: attr(data-closed)
    }

.c-filter-box__submit-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-filter-box__size-section {
    padding-top: 12px;
    padding-right: 0
}

.c-filter-box__size-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 65px
}

.c-filter-box__size-item, .c-filter-box__size-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-filter-box__size-item {
    cursor: pointer;
    height: 25px;
    padding: 4px 4px 2px;
    margin-left: 10px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12.5px;
    font-size: .781rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.92;
    color: #4e4e4e;
    border: 1px solid #d0d0d0
}

    .c-filter-box__size-item:hover {
        color: #41c1c6;
        border-color: #41c1c6
    }

.c-filter-box__size-item-check {
    display: none
}

    .c-filter-box__size-item-check:checked + .c-filter-box__size-item {
        color: #41c1c6;
        border-color: #41c1c6
    }

.c-filter-box__color-section {
    padding-top: 12px
}

.c-filter-box__color-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 65px
}

.c-filter-box__color-sample {
    width: 20px;
    height: 20px;
    border: 1px solid #e9e9e9
}

.c-filter-box__color-item {
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .c-filter-box__color-item:before {
        content: "\F017\00FE0E";
        font-size: 17px;
        opacity: 0;
        color: #4e4e4e;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

.c-filter-box__color-item--inverted:before {
    color: #fff
}

.c-filter-box__color-item-check {
    display: none
}

    .c-filter-box__color-item-check:checked + .c-filter-box__color-item:before {
        opacity: .6
    }

.c-filter-box__attr-section, .c-filter-box__seller-section {
    padding-top: 12px
}

.c-filter-box__attr-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 80px
}

.c-filter-box__attr-item, .c-filter-box__attr-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-filter-box__attr-item {
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .c-filter-box__attr-item:not(:last-child) {
        margin-bottom: 4px
    }

.c-filter-box__attr-item--selected:before {
    opacity: .6
}

.c-filter-box__attr-number {
    color: #c2c2c2;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2;
    margin-right: 5px
}

.c-filter-box__brand-section {
    padding-top: 12px
}

.c-filter-box__brand-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 80px
}

.c-filter-box__brand-en, .c-filter-box__brand-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-filter-box__brand-en {
    font-size: 10.5px;
    font-size: .656rem;
    line-height: 2.286;
    color: #c2c2c2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    white-space: nowrap;
    padding-right: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 11px;
    font-size: .688rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    color: #c4c4c4
}

.c-filter-box__brand-item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

    .c-filter-box__brand-item:not(:last-child) {
        margin-bottom: 4px
    }

.c-filter-box__brand-item--selected:before {
    opacity: .6
}

.c-filter-box__brand-item .c-ui-checkbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .c-filter-box__brand-item .c-ui-checkbox input[type=checkbox]:checked ~ .c-filter-box__brand-en {
        font-weight: 700;
        color: #666
    }

    .c-filter-box__brand-item .c-ui-checkbox .c-ui-checkbox__label {
        color: #2d2d2d;
        font-size: 12.5px;
        font-size: .781rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1.92
    }

        .c-filter-box__brand-item .c-ui-checkbox .c-ui-checkbox__label:after {
            content: attr(data-brand-number);
            color: #c2c2c2;
            font-size: 12px;
            font-size: .75rem;
            font-weight: 400;
            letter-spacing: normal;
            line-height: 2;
            margin-right: 5px
        }

    .c-filter-box__brand-item .c-ui-checkbox:hover .c-ui-checkbox__label {
        color: #41c1c6;
        color: #000
    }

.c-filter-box__price-section {
    padding-top: 12px
}

.c-filter-box__price-range {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-filter-box__price-range-separator {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 16px;
    color: #555
}

.c-filter-box__price-slider-container {
    padding: 0 10px;
    margin: 32px 0
}

.c-filter-box__price-side {
    display: -webkit-box;
    display: -ms-flexbox;
    font-size: 11.5px;
    font-size: .719rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2.087;
    color: #b1b1b1;
    width: 50%;
    border: 1px solid #c4c4c4 !important;
    padding: 8px;
    height: 40px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .c-filter-box__price-side:first-child {
        padding: 0 4px 0 8px;
        border-left: 1px solid #d0d0d0
    }

    .c-filter-box__price-side:before {
        content: attr(data-label);
        content: none
    }

    .c-filter-box__price-side:after {
        content: "تومان";
        color: #555;
        margin-right: 4px;
        font-size: 12px;
        font-size: 0.8rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 20px
    }

.c-filter-box__price-side--discount:after {
    content: attr(data-currency);
    font-family: IRANYekan;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 2px
}

.c-filter-box__price-side-amount-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    padding: 0 5px
}

.c-filter-box__price-side-amount {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 13.5px;
    font-size: .844rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.778;
    background: none;
    border: none
}

.c-filter-box__price-submit {
    padding: 7px 50px;
    font-size: 13px;
    font-size: .812rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    border: 1px solid #41c1c6;
    color: #fff;
    background-color: #41c1c6
}

    .c-filter-box__price-submit.u-disabled {
        color: #8c8c8c;
        border-color: #8c8c8c;
        background: #fff
    }

.c-filter-box__cat-tree-section {
    padding-top: 15px;
    padding-right: 17px
}

.c-filter-box__cat-tree-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 85px;
    list-style: none
}

.c-filter-box__cat-tree-item {
    cursor: pointer;
    width: 100%;
    color: #000;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.714;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .c-filter-box__cat-tree-item:not(:last-child) {
        margin-bottom: 5px
    }

.c-filter-box__cat-tree-item--subcat {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2;
    color: #666
}

.c-filter-box__cat-tree-item--current-last-level {
    font-weight: 700;
    color: #0e0e0e;
    position: relative
}

    .c-filter-box__cat-tree-item--current-last-level:before {
        content: "\F009\00FE0E";
        position: absolute;
        right: -17px;
        top: 12px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 11px
    }

.c-filter-box__cat-tree-item--current {
    font-weight: 700;
    color: #0e0e0e;
    position: relative
}

.c-filter-box__cat-tree-item:hover {
    color: #41c1c6
}

.c-filter-box__cat-tree-subcats-container {
    list-style: none;
    padding-right: 25px
}

.c-filter-box__cat-tree-cat {
    margin-bottom: 5px
}

.c-filter-box__seller-checkbox {
    font-size: 13px !important;
    font-weight: 400 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-filter-box__seller-checkbox--ds:after {
    content: "\F025\00FE0E";
    margin-right: 4px;
    font-size: 15px;
    font-size: .938rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.6;
    color: #41c1c6
}

.c-filter-box__filter-item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

    .c-filter-box__filter-item:not(:last-child) {
        margin-bottom: 12px
    }

.c-filter-box__filter-item--selected:before {
    opacity: .6
}

.c-filter-box__filter-item .c-ui-checkbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .c-filter-box__filter-item .c-ui-checkbox input[type=checkbox]:checked ~ .c-filter-box__brand-en {
        font-weight: 700;
        color: #666
    }

    .c-filter-box__filter-item .c-ui-checkbox .c-ui-checkbox__label {
        color: #2d2d2d;
        font-size: 12.5px;
        font-size: .781rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1.92
    }

        .c-filter-box__filter-item .c-ui-checkbox .c-ui-checkbox__label:after {
            content: attr(data-brand-number);
            color: #c2c2c2;
            font-size: 12px;
            font-size: .75rem;
            font-weight: 400;
            letter-spacing: normal;
            line-height: 2;
            margin-right: 5px
        }

    .c-filter-box__filter-item .c-ui-checkbox:hover .c-ui-checkbox__label {
        color: #41c1c6;
        color: #000;
        font-weight: 700
    }


.cp-button--disabled, .cp-button[disabled] {
    background-color: #d9d9d9;
    pointer-events: none
}
.cp-button[disabled] {
    color: #fff;
    border: none
}

.cp-button--inline {
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}


.cp-button {
    height: 44px;
    color: #fff;
    background: #000;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    border: 1px solid transparent;
    padding: 8px 24px;
    width: auto;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-transition: color .3s ease,background .3s ease,border .3s ease;
    transition: color .3s ease,background .3s ease,border .3s ease
}

    .cp-button:focus, .cp-button:hover {
        background-color: transparent !important;
        border: 1px solid #000 !important;
        color: #000 !important
    }

.cp-button--inline {
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.cp-button--horizontal {
    margin-top: 0
}

    .cp-button--horizontal + .cp-button--horizontal {
        margin-right: 24px
    }

.cp-button--grow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cp-button--clear {
    background-color: transparent !important;
    border: none !important
}

.cp-button--outlined {
    background-color: transparent !important;
    border: 1px solid #000;
    color: #000
}

    .cp-button--outlined:focus, .cp-button--outlined:hover {
        background-color: #000 !important;
        color: #fff !important
    }

.cp-button--primary {
    background-color: #f04d7d;
    color: #fff
}

    .cp-button--primary.cp-button--clear {
        color: #f04d7d
    }

    .cp-button--primary:focus, .cp-button--primary:hover {
        background-color: transparent !important;
        color: #f04d7d !important;
        border: 1px solid #f04d7d !important
    }

    .cp-button--primary.cp-button--outlined {
        color: #f04d7d;
        border: 1px solid #f04d7d
    }

        .cp-button--primary.cp-button--outlined:focus, .cp-button--primary.cp-button--outlined:hover {
            background-color: #f04d7d !important;
            color: #fff !important
        }

.cp-button--secondary {
    background-color: #41c1c6;
    color: #fff
}

    .cp-button--secondary.cp-button--clear {
        color: #41c1c6
    }

    .cp-button--secondary:focus, .cp-button--secondary:hover {
        background-color: transparent !important;
        color: #41c1c6 !important;
        border: 1px solid #41c1c6 !important
    }

    .cp-button--secondary.cp-button--outlined {
        color: #41c1c6;
        border: 1px solid #41c1c6
    }

        .cp-button--secondary.cp-button--outlined:focus, .cp-button--secondary.cp-button--outlined:hover {
            background-color: #41c1c6 !important;
            color: #fff !important
        }

.cp-button--white {
    background-color: #fff;
    color: #000
}

    .cp-button--white.cp-button--clear {
        color: #fff
    }

    .cp-button--white:focus, .cp-button--white:hover {
        background-color: transparent !important;
        color: #fff !important;
        border: 1px solid #fff !important
    }

    .cp-button--white.cp-button--outlined {
        color: #fff;
        border: 1px solid #fff
    }

        .cp-button--white.cp-button--outlined:focus, .cp-button--white.cp-button--outlined:hover {
            background-color: #fff !important;
            color: #000 !important
        }

.cp-button--full {
    width: 100%
}

.cp-button[disabled] {
    color: #fff;
    border: none
}

.cp-button--disabled, .cp-button[disabled] {
    background-color: #d9d9d9;
    pointer-events: none
}

.cp-button--no-margin {
    margin-top: 0
}

.cp-button--spacing-top-md {
    margin-top: 24px
}

.cp-button--spacing-top-lg {
    margin-top: 60px
}

.cp-button--xs {
    height: 30px
}

.cp-button--sm, .cp-button--xs {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal
}

.cp-button--sm {
    height: 40px
}

.cp-button--lg {
    height: 48px
}

.cp-button--xl {
    height: 52px
}

.cp-button--xxl {
    height: 56px;
    padding: 12px 16px
}

.cp-button--minw-240 {
    min-width: 240px
}

.cp-button--maxw-240 {
    max-width: 240px
}

.cp-button--maxw-140 {
    max-width: 140px
}

.cp-button--square {
    padding: 8px;
    width: 44px
}

.cp-checkbox {
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer
}

.cp-checkbox__input {
    display: none
}

    .cp-checkbox__input:checked ~ .cp-checkbox__checkmark {
        background: #41c1c6;
        border: none
    }

        .cp-checkbox__input:checked ~ .cp-checkbox__checkmark:before {
            opacity: 1
        }

    .cp-checkbox__input[disabled] ~ .cp-checkbox__label {
        opacity: .4;
        pointer-events: none
    }

.cp-checkbox__checkmark {
    margin-left: 16px;
    width: 24px;
    height: 24px;
    padding: 3px
}

.cp-checkbox__checkmark, .cp-checkbox__checkmark--checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cp-checkbox__checkmark--checkbox {
    padding: 6px 4px;
    color: #c4c4c4;
    border-radius: 4px;
    border: 1px solid #c4c4c4
}

    .cp-checkbox__checkmark--checkbox:before {
        content: "\F095\00FE0E";
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        z-index: 1;
        color: #fff;
        opacity: 0
    }

.cp-checkbox__checkmark--radio {
    color: #c4c4c4;
    border-radius: 50%;
    border: 1px solid #c4c4c4
}

    .cp-checkbox__checkmark--radio:before {
        content: "";
        border-radius: 50%;
        background: #fff;
        width: 8px;
        height: 8px;
        opacity: 0
    }

.cp-checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cp-checkbox__title {
    color: #262626;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.71
}

    .cp-checkbox__title + .cp-checkbox__subtitle {
        margin-top: 4px
    }

.cp-checkbox--list .cp-checkbox__title {
    color: #000;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal
}

.cp-checkbox__label--full .cp-checkbox__title {
    width: 100%
}

.cp-checkbox__title--container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cp-checkbox__subtitle {
    color: #7b7b7b;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.8
}

input:not(:checked) ~ .cp-checkbox__dependant-content {
    display: none
}

.cp-checkbox--list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .cp-checkbox--list:not(:last-child) {
        margin-bottom: 0
    }

.cp-checkbox--timescope .cp-checkbox__input[disabled] ~ .cp-checkbox__label {
    opacity: 1
}

    .cp-checkbox--timescope .cp-checkbox__input[disabled] ~ .cp-checkbox__label .c-checkout-shipment__timescope-title {
        color: #c4c4c4
    }

    .cp-checkbox--timescope .cp-checkbox__input[disabled] ~ .cp-checkbox__label .cp-checkbox__title--container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .cp-checkbox--timescope .cp-checkbox__input[disabled] ~ .cp-checkbox__label .c-checkout-shipment__timescope-isFull {
        margin-right: 16px
    }



.cp-dropdown {
    margin-left: 24px
}

.cp-dropdown__input {
    display: none
}

    .cp-dropdown__input:checked ~ .cp-dropdown__label {
        border-color: #000
    }

        .cp-dropdown__input:checked ~ .cp-dropdown__label:after {
            content: "\F286";
            font-family: 'bootstrap-icons';
            font-size: 20px;
            font-size: 1.25rem;
            font-weight: 400;
            letter-spacing: normal;
            line-height: 20px
        }

    .cp-dropdown__input:checked ~ .cp-dropdown__content {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(12px) scaleY(1);
        transform: translateY(12px) scaleY(1);
        height: auto
    }

    .cp-dropdown__input:checked ~ .cp-dropdown__overlay {
        display: block
    }

.cp-dropdown__overlay {
    display: none;
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cp-dropdown__label {
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    height: 40px;
    padding: 8px 12px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 10
}

    .cp-dropdown__label:after {
        content: "\F282";
        font-family: 'bootstrap-icons';
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 20px;
        margin-right: 8px
    }

    .cp-dropdown__label:hover {
        border-color: #000
    }

.cp-dropdown--bold .cp-dropdown__label {
    font-weight: 800
}

.cp-dropdown__content {
    background-color: #fff;
    border: 1px solid #000;
    z-index: 11;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateY(12px) scaleY(0);
    transform: translateY(12px) scaleY(0);
    height: 0;
    -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
    transition: opacity .2s ease,-webkit-transform .2s ease;
    transition: opacity .2s ease,transform .2s ease;
    transition: opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    min-width: 292px;
    max-width: 320px;
    max-height: 320px;
    overflow: hidden
}

.cp-dropdown--lg .cp-dropdown__content {
    min-width: 320px
}

.cp-dropdown--left-aligned {
    margin-left: 0;
    margin-right: 24px
}

    .cp-dropdown--left-aligned .cp-dropdown__content {
        right: auto;
        left: 0
    }

.c-ui-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 24px
}

    .c-ui-checkbox, .c-ui-checkbox * {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

.c-ui-checkbox__check {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #9d9d9d
}

.c-ui-checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute
}

    .c-ui-checkbox input[type=checkbox] ~ .c-ui-checkbox__label {
        cursor: pointer;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 2
    }

    .c-ui-checkbox input[type=checkbox]:checked + .c-ui-checkbox__check {
        background: #41c1c6;
        background: #000;
        border: 1px solid #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .c-ui-checkbox input[type=checkbox]:checked + .c-ui-checkbox__check:before {
            content: "\f00c";
            content: "\f00c";
            color: #fff;
            font-family: 'FontAwesome';
            font-size: 10px;
            font-size: 12px;
            font-weight: 700
        }

    .c-ui-checkbox input[type=checkbox]:checked ~ .c-ui-checkbox__label {
        color: #41c1c6;
        font-weight: 700;
        color: #000
    }

.c-ui-checkbox:hover .c-ui-checkbox__check {
    border: 1px solid #000
}

.c-ui-checkbox:hover .c-ui-checkbox__label {
    color: #41c1c6;
    color: #000
}


.c-slider.noUi-horizontal {
    height: 4px
}

    .c-slider.noUi-horizontal .noUi-handle {
        left: -9px;
        top: -7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 50%;
        width: 19px;
        height: 19px;
        background-color: #000;
        border: .5px solid #000
    }

        .c-slider.noUi-horizontal .noUi-handle:hover {
            cursor: pointer
        }

        .c-slider.noUi-horizontal .noUi-handle:after {
            display: none
        }

        .c-slider.noUi-horizontal .noUi-handle:before {
            height: auto;
            width: auto;
            background: none;
            position: unset;
            font-weight: 700;
            color: #ababab
        }

        .c-slider.noUi-horizontal .noUi-handle.noUi-handle-lower:before {
            content: "\F007\00FE0E";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            font-size: 4px;
            color: #666;
            color: #000
        }

        .c-slider.noUi-horizontal .noUi-handle.noUi-handle-upper:before {
            content: "\F007\00FE0E";
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            font-size: 4px;
            color: #666;
            color: #000
        }

.c-slider.noUi-target {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e8e8e8;
    cursor: pointer;
    background: #c4c4c4
}


.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        left: -17px;
        top: -6px
    }

.noUi-vertical {
    width: 18px
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px
    }

