/** VERSION: 1.6.5. Please don't modify or unzip this content. It will be updated regularly **/







@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

a.boost-pfs-filter-scroll-to-top {
    text-align: center;
    line-height: 45px;
    display: none;
    background-color: #000;
    z-index: 99;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 30px;
    top: 85%;
    cursor: pointer;
    margin: 0;
    clear: both;
    overflow: hidden;
    font-size: 0
}

@media (max-width: 767px) {
    a.boost-pfs-filter-scroll-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        opacity: .7;
        filter: alpha(opacity=70);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        top: inherit;
        right: 15px;
        bottom: 50px;
        overflow: hidden;
        vertical-align: baseline;
        padding: 0
    }
}

a.boost-pfs-filter-scroll-to-top:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

a.boost-pfs-filter-scroll-to-top:before {
    display: inline-block;
    color: #fff;
    background: none !important;
    font-size: 16px;
    text-rendering: auto;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
    margin-top: 4px;
    border-width: 2px
}

a.boost-pfs-filter-scroll-to-top.style2 {
    background-color: #f0f0f0;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

    a.boost-pfs-filter-scroll-to-top.style2:before {
        border-color: #000
    }

    a.boost-pfs-filter-scroll-to-top.style2:hover {
        background-color: #222
    }

        a.boost-pfs-filter-scroll-to-top.style2:hover:before {
            border-color: #fff
        }

.boost-pfs-filter-apply-button {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0px 42px;
    line-height: 40px;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    border-radius: 50em;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    color: #222;
    background: #fff;
    border: 1px solid #222;
    margin: 15px 20px 0px 0px;
    width: auto
}

    .boost-pfs-filter-apply-button:hover, .boost-pfs-filter-apply-button.active, .boost-pfs-filter-apply-button.selected {
        color: #fff;
        background-color: #222;
        border-color: #222
    }

    .boost-pfs-filter-apply-button[disabled], .boost-pfs-filter-apply-button.disabled {
        cursor: default;
        background-color: #ccc;
        border: none;
        color: #fff
    }

    .boost-pfs-filter-apply-button:hover {
        border: 1px solid #222
    }

.boost-pfs-filter-apply-all-button {
    display: none
}

.boost-pfs-filter-clear {
    cursor: pointer;
    width: auto
}

@media screen and (min-width: 768px) {
    .boost-pfs-filter-clear-all {
        float: left;
        line-height: 20px;
        font-size: 14px;
        cursor: pointer
    }
}

.boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%
}

    .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner ul {
        padding-right: 15px
    }

.boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content {
    position: relative
}

    .boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content:before {
        display: block;
        font-size: 10px;
        margin: 14px auto;
        text-indent: -9999em;
        width: 28px;
        height: 28px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ffffff;
        background: -moz-linear-gradient(left, #333 50%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left, #333 50%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left, #333 50%, rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(left, #333 50%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, #333 50%, rgba(255,255,255,0) 100%);
        position: relative;
        -webkit-animation: load3 0.7s infinite linear;
        animation: load3 0.7s infinite linear;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 999999;
        content: '';
        width: 15px;
        height: 15px;
        display: block;
        left: 50%;
        bottom: 15px;
        margin-bottom: -15px;
        margin-left: -8px;
        position: absolute
    }

        .boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content:before:before {
            width: 50%;
            height: 50%;
            background: #333;
            border-radius: 100% 0 0 0;
            position: absolute;
            top: 0;
            left: 0;
            content: ''
        }

        .boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content:before:after {
            background: #fff;
            width: 80%;
            height: 80%;
            border-radius: 50%;
            content: '';
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0
        }

    .boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content:after {
        z-index: 999999;
        background: #fff;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        content: '';
        margin: 0;
        position: absolute;
        top: auto;
        left: 50%;
        bottom: 2px;
        right: 0;
        margin-left: -6px
    }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden
}

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-no-scrollbar .boost-pfs-filter-option-content-inner {
    max-height: 100% !important
}

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content::after {
    position: absolute;
    top: 220px
}

@media screen and (min-width: 768px) {
    @supports (-moz-appearance: none) {
        .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
            scrollbar-width: thin
        }
    }
}

.boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content-inner::-webkit-scrollbar {
    width: 4px
}

.boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content-inner::-webkit-scrollbar-track {
    background: #ebebeb
}

.boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content-inner::-webkit-scrollbar-thumb {
    background: #757575
}

.boost-pfs-filter-option-show-search-box[type="text"] {
    padding: 10px 16px;
    width: 100%;
    background: #FBFBFB;
    border: 1px solid rgba(34,34,34,0.5);
    height: 36px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    min-height: 0;
    margin: 0;
    color: inherit;
    line-height: 14px;
    font-size: inherit
}

.boost-pfs-filter-option .boost-pfs-filter-option-show-search-box-wrapper {
    margin-bottom: 20px
}

.boost-pfs-filter-option-tooltip {
    position: relative;
    z-index: 99;
    display: inline
}

    .boost-pfs-filter-option-tooltip:before {
        content: '?';
        width: 16px;
        height: 16px;
        border: 1px solid #bbb;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        line-height: 14px;
        font-size: 11px;
        margin-left: 5px
    }

    .boost-pfs-filter-option-tooltip .boost-pfs-filter-tooltip-arrow {
        display: none;
        width: 7px;
        height: 7px;
        background: #fff;
        border: 1px solid #E2E2E2;
        border-top: none;
        border-left: none;
        position: absolute;
        top: -12px;
        left: 50%;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -3px;
        z-index: 2
    }

.boost-pfs-filter-tooltip-open {
    background-color: #fff;
    border-color: #E2E2E2;
    color: #454545;
    font-size: 13px;
    padding: 5px;
    line-height: 20px
}

.boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-tooltip + .boost-pfs-filter-tooltip-wrapper {
    width: 200px;
    position: absolute;
    bottom: 30px;
    left: 0;
    display: none;
    min-width: 0px;
    z-index: 99999
}

    .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-tooltip + .boost-pfs-filter-tooltip-wrapper .boost-pfs-filter-qtip-content {
        text-align: center
    }

.boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-tooltip-wrapper .boost-pfs-filter-qtip-content {
    word-wrap: break-word;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #E2E2E2 !important;
    color: #454545;
    font-size: 13px;
    padding: 10px 15px;
    line-height: 20px;
    text-transform: initial;
    max-width: 100%;
    min-width: 50px;
    font-weight: normal;
    text-align: left
}

.boost-pfs-filter-option-tooltip:hover:after, .boost-pfs-filter-option-tooltip:hover .boost-pfs-filter-tooltip-arrow, .boost-pfs-filter-option-tooltip:hover .boost-pfs-filter-tooltip-wrapper, .boost-pfs-filter-option-tooltip:hover + .boost-pfs-filter-tooltip-wrapper, .boost-pfs-filter-option-tooltip:hover + button + .boost-pfs-filter-tooltip-wrapper {
    display: block !important
}

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-title button .boost-pfs-filter-option-tooltip + .boost-pfs-filter-tooltip-wrapper {
    width: 200px;
    left: 0;
    margin-left: 0;
    bottom: 33px;
    text-align: left;
    height: auto;
    border: none
}

    .boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-title button .boost-pfs-filter-option-tooltip + .boost-pfs-filter-tooltip-wrapper .boost-pfs-filter-qtip-content {
        position: static;
        height: auto
    }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-tooltip .boost-pfs-filter-tooltip-arrow {
    top: -12px
}

.boost-pfs-filter-option-view-more-action, .boost-pfs-filter-option-view-less-action {
    cursor: pointer;
    display: inline-block
}

    .boost-pfs-filter-option-view-more-action button, .boost-pfs-filter-option-view-less-action button {
        border: none;
        background: none;
        padding: 0;
        color: inherit;
        margin: 0
    }

    .boost-pfs-filter-option-view-more-action:hover, .boost-pfs-filter-option-view-less-action:hover {
        opacity: .7;
        filter: alpha(opacity=70)
    }

        .boost-pfs-filter-option-view-more-action:hover button, .boost-pfs-filter-option-view-less-action:hover button {
            opacity: .7;
            filter: alpha(opacity=70)
        }

    .boost-pfs-filter-option-view-more-action:focus, .boost-pfs-filter-option-view-less-action:focus {
        outline: none
    }

.boost-pfs-filter-tree-v .boost-pfs-filter-option-view-more-action, .boost-pfs-filter-tree-v .boost-pfs-filter-option-view-less-action {
    padding-top: 10px
}

.boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action {
    position: relative;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -5px;
    display: block
}

    .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action:after, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action:after {
        position: absolute;
        content: '';
        top: 50%;
        z-index: -1
    }

    .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action:before {
        left: 0;
        width: 100%;
        border-top: 1px solid #eee
    }

    .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action:after, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action:after {
        left: 50%;
        height: 34px;
        width: 60px;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff
    }

    .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action > button, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action > button {
        text-align: center;
        margin-top: 0;
        width: 32px;
        height: 32px;
        color: #999;
        background: #f0f0f0;
        display: inline-block;
        border: 1px solid #eee;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        line-height: 26px;
        position: relative;
        font-size: 0
    }

        .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action > button:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action > button:after, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action > button:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action > button:after {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -2px;
            margin-left: -3px;
            content: "";
            font-size: 21px;
            width: 6px;
            height: 6px;
            -moz-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
            border-right: 1px solid #999;
            border-bottom: 1px solid #999
        }

        .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action > button:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action > button:after {
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action > button:after {
            margin-top: -5px
        }

        .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action > button:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action > button:after {
            -ms-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
            margin-top: -1px
        }

        .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action > button:after {
            margin-top: -4px
        }

.boost-pfs-filter-refine-by .boost-pfs-filter-option-title {
    *zoom: 1
}

    .boost-pfs-filter-refine-by .boost-pfs-filter-option-title h3 {
        float: left
    }

    .boost-pfs-filter-refine-by .boost-pfs-filter-option-title .boost-pfs-filter-clear-all {
        float: right;
        width: auto
    }

    .boost-pfs-filter-refine-by .boost-pfs-filter-option-title:after {
        content: '';
        display: table;
        clear: both
    }

.boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item {
    display: block;
    color: inherit;
    position: relative
}

    .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
        display: inline-block;
        width: 100%;
        height: auto;
        margin-left: 0px;
        right: 0;
        top: 2px;
        background: none;
        padding-right: 20px
    }

        .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before {
            width: 9px;
            content: '';
            display: block;
            height: 1px;
            background: #000;
            position: absolute;
            right: 0;
            top: 9px;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after {
            width: 9px;
            content: '';
            display: block;
            height: 1px;
            background: #000;
            position: absolute;
            right: 0;
            top: 9px;
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

@media screen and (min-width: 768px) {
    .boost-pfs-filter-refine-by {
        overflow: hidden;
        margin-top: 15px
    }

        .boost-pfs-filter-refine-by > span {
            float: left;
            margin: 0;
            margin-right: 20px;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 600;
            line-height: 20px
        }

        .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item {
            float: left;
            margin-right: 20px;
            line-height: 20px;
            margin-bottom: 8px
        }

            .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type {
                font-size: 14px;
                display: inline-block;
                vertical-align: text-bottom
            }

        .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .boost-pfs-filter-clear {
            width: 14px;
            height: auto;
            margin-left: 5px
        }
}

.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3
}

    .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title {
        overflow: hidden;
        line-height: 20px
    }

        .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title h3, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title h3 {
            font-size: 16px;
            margin: 0;
            text-transform: none;
            font-weight: normal;
            line-height: 20px
        }

        .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title .boost-pfs-filter-clear, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title .boost-pfs-filter-clear {
            font-size: 11px;
            color: #2d2d2d;
            line-height: 21px
        }

    .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items {
        margin-top: 15px
    }

        .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item {
            text-transform: uppercase;
            color: #2d2d2d;
            overflow: hidden;
            float: none;
            margin-right: 0px
        }

            .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-option, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-option {
                font-weight: normal;
                margin-right: 3px
            }

            .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-value, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-value {
                font-weight: 700
            }

            .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
                float: right;
                margin-top: -1px
            }

                .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before, .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after {
                    border-top: 1px solid black;
                    background: none;
                    width: 15px
                }

.boost-pfs-filter-tree-h .boost-pfs-filter-pc > span, .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-clear-all, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc > span, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-clear-all {
    line-height: 26px
}

.boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-clear-all, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-clear-all {
    text-transform: lowercase;
    text-decoration: underline
}

    .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-clear-all:hover, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-clear-all:hover {
        text-decoration: none
    }

.boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item {
    line-height: 26px;
    height: 26px;
    background: #f5f5f5;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    border-radius: 50em;
    @inlude transition(background-color 0.5s ease)
}

    .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item:hover, .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item:focus, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item:hover, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item:focus {
        background-color: rgba(0,0,0,0.2)
    }

    .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
        right: 0;
        top: 0;
        width: 100%;
        margin-left: 0;
        padding: 0 30px 0 12px
    }

        .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before, .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after {
            border-top: 1px solid black;
            top: 13px;
            right: 7px
        }

        .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear .refine-by-type, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear .refine-by-type {
            color: #3D4246;
            font-size: 12px;
            line-height: 18px;
            padding-top: 4px;
            padding-bottom: 4px
        }

            .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear .refine-by-type .refine-by-value, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear .refine-by-type .refine-by-value {
                font-weight: normal
            }

@media (max-width: 767px) {
    .boost-pfs-filter-mobile-toolbar {
        display: none
    }

    .boost-pfs-filter-mobile-footer {
        display: none
    }

    .boost-pfs-filter-selected-items-mobile {
        display: none
    }

    .boost-pfs-filter-tree-v {
        display: none;
        width: 100% !important;
        float: none !important
    }

    .boost-pfs-filter-tree-mobile-button {
        display: block
    }

    .boost-pfs-filter-top-show-limit, .boost-pfs-filter-top-sorting {
        width: auto;
        margin-top: 0
    }

    .boost-pfs-filter-top-display-type .boost-pfs-filter-display-item:nth-of-type(1) {
        margin-left: 0
    }

    .boost-pfs-search-form {
        max-width: 100%
    }

    .boost-pfs-filter-option-item-list-swatch.square-list li a {
        display: table !important;
        width: 100%
    }

        .boost-pfs-filter-option-item-list-swatch.square-list li a span {
            display: table-cell !important;
            vertical-align: middle
        }

            .boost-pfs-filter-option-item-list-swatch.square-list li a span.boost-pfs-filter-option-value {
                padding-left: 5px
            }

            .boost-pfs-filter-option-item-list-swatch.square-list li a span.boost-pfs-filter-option-amount {
                float: none;
                text-align: right
            }

    .boost-pfs-filter-option-tooltip {
        display: none
    }

    .boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content ul.boost-pfs-filter-option-item-list-multiple-list li, .boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content ul.boost-pfs-filter-option-item-list-single-list li {
        width: 100%
    }

    .boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content ul.boost-pfs-filter-option-item-list-box li {
        width: auto
    }

    .boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-slide {
        width: 90%
    }

    .boost-pfs-filter-tree-h .boost-pfs-filter-refine-by {
        padding-top: 10px
    }

    .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-mobile-open {
        position: fixed;
        display: block !important;
        margin: 0;
        padding: 0;
        background: #fff;
        list-style: none;
        z-index: 9999999998;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        text-align: left;
        margin: 0 !important
    }

        .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-mobile-open .boost-pfs-filter-tree-content {
            height: 100%;
            width: 100%
        }

    .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
        height: calc(100vh - 88px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-option {
        white-space: nowrap;
        margin: 0;
        padding: 15px 20px;
        text-align: center;
        position: relative
    }

        .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
            padding: 0 8px;
            position: relative
        }

            .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-clear {
                display: none !important
            }

        .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content {
            text-align: left;
            max-height: max-content;
            white-space: normal
        }

    .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-option-amount {
        float: right
    }

    .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by {
        padding: 15px 28px;
        display: none
    }

    .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-selected-items-mobile {
        display: block
    }

    .boost-pfs-filter-mobile-toolbar-header {
        background: #f3f3f3;
        border-bottom: 1px solid #e3e3e3;
        padding: 15px 0;
        text-align: center;
        text-transform: uppercase;
        line-height: 14px
    }

    .boost-pfs-filter-mobile-toolbar-items {
        background: #fff;
        border-bottom: 1px solid #e3e3e3;
        padding: 15px;
        line-height: 14px;
        text-transform: uppercase
    }

        .boost-pfs-filter-mobile-toolbar-items a {
            color: #333;
            position: relative;
            font-size: 14px;
            line-height: 14px;
            margin: 0;
            padding: 0
        }

        .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-close-btn {
            color: #949494
        }

        .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left {
            display: inline-block
        }

            .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a {
                padding-left: 15px
            }

                .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before {
                    content: "";
                    border: solid black;
                    border-width: 0 2px 2px 0;
                    display: inline-block;
                    padding: 3px;
                    -ms-transform: rotate(135deg);
                    -webkit-transform: rotate(135deg);
                    transform: rotate(135deg);
                    position: absolute;
                    left: 0;
                    top: 4px
                }

        .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right {
            float: right
        }

    .boost-pfs-filter-mobile-footer {
        position: relative;
        bottom: 0;
        width: 100%
    }

        .boost-pfs-filter-mobile-footer button {
            padding: 15px;
            background: #333;
            color: #fff;
            width: 100%;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 16px
        }

    .boost-pfs-filter-option-item-list-swatch.circle-list li a .boost-pfs-filter-option-swatch-image, .boost-pfs-filter-option-item-list-swatch.circle-grid li a .boost-pfs-filter-option-swatch-image {
        background-clip: padding-box
    }
}

@media screen and (max-width: 767px) {
    .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-tree-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        padding-bottom: 48px;
        position: relative
    }

        .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-tree-content [class*=mobile-] {
            margin: 0;
            float: none
        }

    .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-option-item-list-swatch.square-grid {
        white-space: normal
    }

    .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar {
        display: block
    }

        .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {
            position: fixed;
            left: 0px;
            top: 0;
            z-index: 99999;
            width: 60px;
            height: 100%
        }

        .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close {
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.2)
        }

            .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span {
                display: block;
                width: 40px;
                height: 40px;
                position: relative;
                background: #000;
                font-size: 0;
                margin-left: 20px
            }

                .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:before, .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: calc(55% - 7px);
                    display: block;
                    width: 2px;
                    height: 25px;
                    transform-origin: bottom center;
                    background: #fff;
                    -moz-transition: all ease-out 280ms;
                    -ms-transition: all ease-out 280ms;
                    -o-transition: all ease-out 280ms;
                    -webkit-transition: all ease-out 280ms;
                    transition: all ease-out 280ms;
                    border: none;
                    padding: 0
                }

                .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:before {
                    -ms-transform: translateX(-5px) translateY(5px) rotate(45deg);
                    -webkit-transform: translateX(-5px) translateY(5px) rotate(45deg);
                    transform: translateX(-5px) translateY(5px) rotate(45deg)
                }

                .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:after {
                    -ms-transform: translateX(13px) translateY(5px) rotate(-45deg);
                    -webkit-transform: translateX(13px) translateY(5px) rotate(-45deg);
                    transform: translateX(13px) translateY(5px) rotate(-45deg)
                }

        .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items {
            text-align: center;
            padding-top: 10px;
            padding-bottom: 10px;
            display: table;
            width: 100%;
            position: relative
        }

            .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left, .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle, .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right {
                display: table-cell;
                vertical-align: top;
                float: none
            }

            .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left {
                width: 55px;
                text-align: left
            }

                .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a {
                    margin-left: 4px
                }

                    .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before {
                        top: 8px
                    }

            .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle {
                line-height: 20px;
                font-weight: 600;
                font-size: 14px;
                padding-left: 50px;
                padding-right: 50px;
                width: calc(100% - 110px);
                text-align: center;
                padding-right: 5px;
                padding-left: 5px
            }

            .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right {
                width: 55px
            }

                .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
                    border: none;
                    background: none;
                    text-transform: lowercase;
                    text-align: right;
                    width: 100%
                }

    .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-footer {
        display: block;
        margin: 0;
        position: fixed;
        width: calc(100% - 60px);
        left: auto;
        right: 0
    }

        .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-footer button {
            font-weight: 400;
            color: #fff;
            line-height: 20px;
            padding-top: 14px;
            padding-bottom: 14px;
            background: #222;
            text-transform: lowercase;
            border: none;
            margin-bottom: 0;
            -moz-border-radius: 0 !important;
            -webkit-border-radius: 0 !important;
            border-radius: 0 !important
        }

            .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-footer button:first-letter {
                text-transform: uppercase
            }

    .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v {
        width: calc(100% - 60px) !important;
        left: auto;
        right: 0;
        padding-bottom: 0px
    }

        .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
            overflow-x: hidden;
            overflow-y: auto;
            padding-bottom: 0px;
            height: auto;
            flex-grow: 1;
            position: fixed;
            bottom: 49px;
            width: calc(100% - 81px);
            right: 10px
        }

        .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option {
            max-height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 0px;
            border: none
        }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
                text-align: left;
                padding: 20px 16px;
                border-top: 1px solid #E8E9EB
            }

                .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
                    margin: 0;
                    padding: 0px 0 0;
                    font-size: 12px;
                    font-weight: 300
                }

                    .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
                        display: block;
                        padding-top: 4px;
                        margin-bottom: -3px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        width: calc(100% - 10px)
                    }

                .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
                    font-weight: 400;
                    padding-bottom: 0;
                    width: 100%;
                    position: relative;
                    padding-right: 20px;
                    margin-bottom: 0px;
                    display: block
                }

                    .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
                        content: "";
                        width: 10px;
                        height: 10px;
                        border-right: 1px solid #000;
                        border-bottom: 1px solid #000;
                        display: inline-block;
                        -moz-transition: all 100ms ease-in-out;
                        -ms-transition: all 100ms ease-in-out;
                        -o-transition: all 100ms ease-in-out;
                        -webkit-transition: all 100ms ease-in-out;
                        transition: all 100ms ease-in-out;
                        -ms-transform: rotate(-45deg);
                        -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                        position: absolute;
                        top: 6px;
                        right: 0
                    }

                .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-text:before {
                    display: none
                }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option:first-child .boost-pfs-filter-option-title {
                border-top: none
            }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content {
                padding: 20px 20px;
                padding-right: 0px
            }

                .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-show-search-box-wrapper {
                    margin-right: 20px
                }

                .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
                    max-height: calc(100vh - 130px);
                    padding-right: 20px;
                    overflow-x: hidden;
                    overflow-y: auto
                }

                .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content.boost-pfs-filter-has-searchbox:not(.boost-pfs-filter-has-view-more) .boost-pfs-filter-option-content-inner {
                    max-height: calc(100vh - 190px)
                }

                .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content.boost-pfs-filter-has-view-more:not(.boost-pfs-filter-has-searchbox) .boost-pfs-filter-option-content-inner {
                    max-height: calc(100vh - 165px)
                }

                .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content.boost-pfs-filter-has-view-more.boost-pfs-filter-has-searchbox .boost-pfs-filter-option-content-inner {
                    max-height: calc(100vh - 220px)
                }

                .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item .boost-pfs-filter-button {
                    display: block;
                    width: 100%
                }

                    .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item .boost-pfs-filter-button.boost-pfs-filter-button-arrow {
                        width: auto;
                        right: 4px
                    }

                    .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item .boost-pfs-filter-button .boost-pfs-filter-option-amount {
                        opacity: .6;
                        filter: alpha(opacity=60)
                    }

                .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item.selected .boost-pfs-filter-button {
                    opacity: 1;
                    filter: alpha(opacity=100)
                }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
                -ms-transform: translate(0, -50%) rotate(-45deg);
                -webkit-transform: translate(0, -50%) rotate(-45deg);
                transform: translate(0, -50%) rotate(-45deg)
            }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed:first-child {
                border-top: none
            }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-view-more-action, .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-view-less-action {
                display: none
            }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-content {
                display: none
            }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-hidden {
                display: none
            }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner ul {
                padding-right: 0
            }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar.boost-pfs-filter-option-swatch .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
                margin-left: -3px;
                margin-right: -3px;
                width: calc(100% + 6px)
            }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-view-more .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner, .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-view-more-with-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
                max-height: calc(100vh - 172px)
            }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
                overflow-y: hidden
            }

    .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style {
        width: 100% !important
    }

        .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {
            position: absolute;
            left: 0px;
            top: 0;
            z-index: 99999;
            height: 40px;
            width: 55px;
            text-align: left
        }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close {
                background: none
            }

                .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span {
                    background: none;
                    margin-left: 15px
                }

                    .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:before {
                        content: "";
                        border: solid black;
                        border-width: 0 2px 2px 0;
                        display: inline-block;
                        padding: 3px;
                        -ms-transform: rotate(135deg);
                        -webkit-transform: rotate(135deg);
                        transform: rotate(135deg);
                        position: absolute;
                        left: 0;
                        top: 10px;
                        bottom: auto;
                        width: auto;
                        height: auto
                    }

                    .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:after {
                        display: none
                    }

        .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items {
            padding: 0
        }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left {
                width: 55px;
                text-align: left;
                height: 40px;
                position: relative;
                margin: 0
            }

                .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn {
                    margin-left: 0;
                    z-index: 99999999;
                    background: #fff;
                    width: 55px;
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%
                }

                    .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn:before {
                        top: 16px;
                        left: 15px
                    }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle {
                padding-top: 10px
            }

            .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
                padding: 10px 10px 0 0
            }
}

@media screen and (max-width: 767px) {
    .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-tree-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        padding-bottom: 48px;
        position: relative
    }

        .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-tree-content [class*=mobile-] {
            margin: 0;
            float: none
        }

    .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar {
        display: block
    }

        .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-header {
            background: #fff;
            height: 40px;
            color: #000;
            padding: 13px 0;
            font-weight: 600
        }

        .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {
            position: fixed;
            left: 0px;
            top: 0;
            z-index: 99999;
            width: 60px;
            height: 100%
        }

            .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close {
                display: block;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.2)
            }

                .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span {
                    display: block;
                    width: 40px;
                    height: 40px;
                    position: relative;
                    background: #000;
                    font-size: 0;
                    margin-left: 20px
                }

                    .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:before, .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: calc(55% - 7px);
                        display: block;
                        width: 2px;
                        height: 25px;
                        transform-origin: bottom center;
                        background: #fff;
                        -moz-transition: all ease-out 280ms;
                        -ms-transition: all ease-out 280ms;
                        -o-transition: all ease-out 280ms;
                        -webkit-transition: all ease-out 280ms;
                        transition: all ease-out 280ms;
                        border: none;
                        padding: 0
                    }

                    .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:before {
                        -ms-transform: translateX(-5px) translateY(5px) rotate(45deg);
                        -webkit-transform: translateX(-5px) translateY(5px) rotate(45deg);
                        transform: translateX(-5px) translateY(5px) rotate(45deg)
                    }

                    .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:after {
                        -ms-transform: translateX(13px) translateY(5px) rotate(-45deg);
                        -webkit-transform: translateX(13px) translateY(5px) rotate(-45deg);
                        transform: translateX(13px) translateY(5px) rotate(-45deg)
                    }

        .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-bottom {
            position: absolute;
            top: 8px;
            right: 15px
        }

            .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-bottom .boost-pfs-filter-clear-all {
                text-decoration: none
            }

    .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-footer {
        display: block;
        position: fixed;
        width: calc(100% - 60px);
        left: auto;
        right: 0
    }

        .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-footer button {
            height: 48px;
            padding-bottom: 0;
            padding-top: 0;
            line-height: 48px;
            border: none;
            font-weight: 400;
            text-transform: lowercase
        }

            .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-footer button:first-letter {
                text-transform: uppercase
            }

            .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-footer button .boost-pfs-filter-selected-filters {
                margin-left: 5px
            }

    .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v {
        width: calc(100% - 60px) !important;
        left: auto;
        right: 0
    }

        .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
            overflow-x: hidden;
            overflow-y: auto;
            padding-bottom: 0px;
            height: auto;
            flex-grow: 1;
            position: fixed;
            bottom: 49px;
            width: calc(100% - 81px);
            right: 10px
        }

        .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option {
            text-align: left;
            white-space: normal
        }

            .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content-inner {
                max-height: 220px;
                overflow-x: hidden;
                overflow-y: auto
            }

            .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
                padding: 0
            }

                .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
                    font-weight: 400;
                    display: block;
                    padding-bottom: 0;
                    color: #000;
                    position: relative;
                    width: 100%;
                    text-align: left;
                    width: 100%
                }

                    .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
                        top: 5px
                    }

                    .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading .boost-pfs-filter-option-title-text {
                        display: block
                    }

                        .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading .boost-pfs-filter-option-title-text:before {
                            display: none
                        }

                    .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
                        content: "";
                        width: 10px;
                        height: 10px;
                        border-right: 1px solid #000;
                        border-bottom: 1px solid #000;
                        display: inline-block;
                        -moz-transition: all 100ms ease-in-out;
                        -ms-transition: all 100ms ease-in-out;
                        -o-transition: all 100ms ease-in-out;
                        -webkit-transition: all 100ms ease-in-out;
                        transition: all 100ms ease-in-out;
                        -ms-transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                        position: absolute;
                        top: 10px;
                        right: 0
                    }

                .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title p {
                    margin: 5px 0
                }

                .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-clear {
                    display: none
                }

            .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-selected-items-mobile {
                color: #222;
                font-size: 12px;
                font-weight: 300;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden
            }

            .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
                -ms-transform: translate(0, -50%) rotate(-45deg);
                -webkit-transform: translate(0, -50%) rotate(-45deg);
                transform: translate(0, -50%) rotate(-45deg);
                top: 12px
            }

            .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option:not(.boost-pfs-filter-option-collapsed) .boost-pfs-filter-selected-items-mobile {
                display: none
            }

    .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style {
        width: 100% !important
    }

        .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {
            position: absolute;
            left: 0px;
            top: 0;
            z-index: 99999;
            height: 40px;
            width: 55px;
            text-align: left
        }

            .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close {
                background: none
            }

                .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span {
                    background: none;
                    margin-left: 15px
                }

                    .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:before {
                        content: "";
                        border: solid black;
                        border-width: 0 2px 2px 0;
                        display: inline-block;
                        padding: 3px;
                        -ms-transform: rotate(135deg);
                        -webkit-transform: rotate(135deg);
                        transform: rotate(135deg);
                        position: absolute;
                        left: 0;
                        top: 10px;
                        bottom: auto;
                        width: auto;
                        height: auto
                    }

                    .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:after {
                        display: none
                    }

        .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items {
            padding: 0
        }

            .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left {
                width: 55px;
                text-align: left;
                height: 40px;
                position: relative;
                margin: 0
            }

                .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn {
                    margin-left: 0;
                    z-index: 99999999;
                    background: #fff;
                    width: 55px;
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%
                }

                    .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn:before {
                        top: 16px;
                        left: 15px
                    }

            .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle {
                padding-top: 10px
            }

            .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
                padding: 10px 10px 0 0
            }

        .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-bottom .boost-pfs-filter-clear-all {
            text-decoration: none
        }
}

@media screen and (max-width: 767px) {
    .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-option-item-list-swatch.square-grid {
        white-space: normal
    }

    .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar {
        display: block
    }

        .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .bc-sf-filter-mobile-toolbar-header {
            background: #f3f3f3;
            padding: 15px 0;
            text-align: center;
            border-bottom: 1px solid #e3e3e3;
            line-height: 14px;
            text-transform: uppercase;
            font-size: 16px
        }

        .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items {
            *zoom: 1
        }

            .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items:after {
                content: '';
                display: table;
                clear: both
            }

            .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left {
                float: left
            }

                .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a {
                    color: #949494;
                    text-decoration: none
                }

                    .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before {
                        top: 50%;
                        margin-top: -4px
                    }

            .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
                border: none;
                background: none;
                text-transform: lowercase;
                text-align: right;
                width: 100%;
                line-height: 14px;
                text-transform: uppercase;
                font-size: 14px
            }

    .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-footer {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0
    }

        .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-footer button {
            padding: 15px;
            background: #333;
            color: #fff;
            width: 100%;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 16px;
            border: none
        }

        .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-footer .boost-pfs-number-result {
            display: none
        }

    .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0px;
        position: absolute;
        bottom: 48px;
        top: 90px;
        height: auto;
        width: 100%
    }

    .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option {
        max-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0px;
        border: none
    }

        .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
            text-align: center;
            padding: 15px 28px;
            border-top: 1px solid #E8E9EB
        }

            .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
                margin: 0;
                padding: 0px 0 0;
                font-size: 12px;
                font-weight: 300
            }

                .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
                    display: block;
                    padding-top: 4px;
                    margin-bottom: -3px;
                    white-space: initial
                }

            .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
                text-align: center;
                padding-bottom: 0
            }

                .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
                    content: "";
                    width: 10px;
                    height: 10px;
                    border-right: 2px solid #000;
                    border-bottom: 2px solid #000;
                    display: inline-block;
                    -moz-transition: all 100ms ease-in-out;
                    -ms-transition: all 100ms ease-in-out;
                    -o-transition: all 100ms ease-in-out;
                    -webkit-transition: all 100ms ease-in-out;
                    transition: all 100ms ease-in-out;
                    -ms-transform: rotate(-45deg);
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    position: absolute;
                    top: 20px;
                    right: 20px
                }

            .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-text:before {
                display: none
            }

        .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option:first-child .boost-pfs-filter-option-title {
            border-top: none
        }

        .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content {
            padding: 20px 20px;
            padding-right: 0px
        }

            .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-show-search-box-wrapper {
                margin-right: 20px
            }

            .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
                max-height: calc(100vh - 190px);
                padding-right: 20px
            }

            .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content.boost-pfs-filter-has-searchbox:not(.boost-pfs-filter-has-view-more) .boost-pfs-filter-option-content-inner {
                max-height: calc(100vh - 250px)
            }

            .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content.boost-pfs-filter-has-view-more:not(.boost-pfs-filter-has-searchbox) .boost-pfs-filter-option-content-inner {
                max-height: calc(100vh - 225px)
            }

            .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content.boost-pfs-filter-has-view-more.boost-pfs-filter-has-searchbox .boost-pfs-filter-option-content-inner {
                max-height: calc(100vh - 280px)
            }

            .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item .boost-pfs-filter-button {
                display: block;
                width: 100%
            }

                .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item .boost-pfs-filter-button.boost-pfs-filter-button-arrow {
                    width: auto;
                    right: 4px
                }

                .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item .boost-pfs-filter-button .boost-pfs-filter-option-amount {
                    opacity: .6;
                    filter: alpha(opacity=60)
                }

            .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item.selected .boost-pfs-filter-button {
                opacity: 1;
                filter: alpha(opacity=100)
            }

            .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-view-more-action {
                display: block;
                text-align: center
            }

        .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
            -ms-transform: translate(0, -50%) rotate(-45deg);
            -webkit-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg)
        }

        .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed:first-child {
            border-top: none
        }

        .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-view-more-action, .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-view-less-action {
            display: none
        }

        .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-content {
            display: none
        }

        .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-hidden {
            display: none
        }

        .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner ul {
            padding-right: 0
        }

        .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar.boost-pfs-filter-option-swatch .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
            margin-left: -3px;
            margin-right: -3px;
            width: calc(100% + 6px)
        }

            .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar.boost-pfs-filter-option-swatch .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item {
                display: block;
                margin-bottom: 8px
            }

                .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar.boost-pfs-filter-option-swatch .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item .boost-pfs-filter-button {
                    display: inline-block;
                    margin-left: 5px;
                    width: calc(100% - 40px)
                }
}

.boost-pfs-filter-bottom-pagination {
    clear: both
}

.boost-pfs-filter-load-more {
    text-align: center;
    display: none;
    clear: both;
    padding: 20px 0 30px
}

    .boost-pfs-filter-load-more .boost-pfs-filter-load-more-button {
        color: #333;
        border: 1px solid #333;
        background-color: transparent;
        padding: 10px 20px;
        height: auto;
        vertical-align: top;
        line-height: 22px;
        text-transform: uppercase
    }

    .boost-pfs-filter-load-more .boost-pfs-filter-load-more-loading .boost-pfs-filter-load-more-icon {
        z-index: 99;
        display: block;
        font-size: 10px;
        margin: 14px auto;
        text-indent: -9999em;
        width: 28px;
        height: 28px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ffffff;
        background: -moz-linear-gradient(left, #333 50%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left, #333 50%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left, #333 50%, rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(left, #333 50%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, #333 50%, rgba(255,255,255,0) 100%);
        position: relative;
        -webkit-animation: load3 0.7s infinite linear;
        animation: load3 0.7s infinite linear;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 999999
    }

        .boost-pfs-filter-load-more .boost-pfs-filter-load-more-loading .boost-pfs-filter-load-more-icon:before {
            width: 50%;
            height: 50%;
            background: #333;
            border-radius: 100% 0 0 0;
            position: absolute;
            top: 0;
            left: 0;
            content: ''
        }

        .boost-pfs-filter-load-more .boost-pfs-filter-load-more-loading .boost-pfs-filter-load-more-icon:after {
            background: #fff;
            width: 80%;
            height: 80%;
            border-radius: 50%;
            content: '';
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0
        }

.boost-pfs-filter-load-more-total {
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.15em
}

.template-search #PageContainer, .search #PageContainer {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.boost-pfs-search-suggestion-wrapper *, .boost-pfs-search-suggestion-mobile-top-panel * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 0
}

.boost-pfs-search-suggestion-wrapper {
    position: absolute;
    z-index: 9999999999;
    display: none
}

    .boost-pfs-search-suggestion-wrapper.boost-pfs-search-suggestion-open {
        display: initial
    }

.boost-pfs-search-suggestion-header {
    text-transform: uppercase;
    background: #fafafa;
    padding: 6px 12px 5px;
    color: rgba(34,34,34,0.4);
    margin: 0 0 0px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.boost-pfs-search-suggestion {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    margin: 0;
    -ms-box-shadow: 0 0 0 1px rgba(39,44,48,0.05),0 1px 5px 1px rgba(39,44,48,0.16);
    -webkit-box-shadow: 0 0 0 1px rgba(39,44,48,0.05),0 1px 5px 1px rgba(39,44,48,0.16);
    box-shadow: 0 0 0 1px rgba(39,44,48,0.05),0 1px 5px 1px rgba(39,44,48,0.16);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 99999990
}

@media (min-width: 768px) {
    .boost-pfs-search-suggestion {
        max-height: 657px;
        overflow-y: auto
    }
}

.boost-pfs-search-suggestion li {
    list-style: none !important;
    clear: both
}

.boost-pfs-search-suggestion > li:first-child > ul > li:first-child {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.boost-pfs-search-suggestion .boost-pfs-search-suggestion-group li {
    float: left;
    width: 100%
}

.boost-pfs-search-suggestion:after {
    display: table;
    content: "";
    clear: both
}

.boost-pfs-search-suggestion-header-popular + .boost-pfs-search-suggestion-item a {
    color: inherit
}

.boost-pfs-search-suggestion-header-view-all {
    text-align: center;
    background: none;
    padding-bottom: 11px;
    padding-top: 11px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    clear: both;
    background: #fafafa
}

    .boost-pfs-search-suggestion-header-view-all > a {
        display: block;
        color: inherit;
        font-weight: 700;
        margin: 0;
        border: none;
        background: none;
        font-size: 14px;
        color: #222;
        text-transform: none;
        font-weight: 600;
        line-height: 20px
    }

.boost-pfs-search-suggestion-header + .boost-pfs-search-suggestion-item {
    padding-top: 8px
}

.boost-pfs-search-suggestion-popover {
    position: absolute;
    top: -20px;
    right: 10%;
    overflow: hidden;
    height: 20px;
    width: 20px;
    margin: 0;
    z-index: 99999991
}

    .boost-pfs-search-suggestion-popover[data-direction="left"] {
        position: absolute;
        top: -20px;
        left: 10%;
        right: auto;
        overflow: hidden;
        height: 20px;
        width: 20px;
        margin: 0;
        z-index: 99999991
    }

    .boost-pfs-search-suggestion-popover:after {
        content: '';
        position: absolute;
        top: 15px;
        left: 50%;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
        height: 10px;
        width: 10px;
        margin-left: -5px;
        background-color: #f5f5f5;
        -ms-box-shadow: 0 0 0 1px rgba(39,44,48,0.05),0 1px 5px 1px rgba(39,44,48,0.16);
        -webkit-box-shadow: 0 0 0 1px rgba(39,44,48,0.05),0 1px 5px 1px rgba(39,44,48,0.16);
        box-shadow: 0 0 0 1px rgba(39,44,48,0.05),0 1px 5px 1px rgba(39,44,48,0.16)
    }

.boost-pfs-search-suggestion-group {
    padding: 0;
    margin: 0;
    border: none
}

    .boost-pfs-search-suggestion-group ul {
        display: block;
        padding: 0;
        margin: 0;
        border: none;
        position: relative
    }

        .boost-pfs-search-suggestion-group ul:after {
            display: table;
            content: "";
            clear: both
        }

    .boost-pfs-search-suggestion-group[aria-label="Suggestions"] .boost-pfs-search-suggestion-item a {
        color: inherit
    }

    .boost-pfs-search-suggestion-group[aria-label="Suggestions"] .boost-pfs-search-suggestion-item b {
        font-weight: bold
    }

.boost-pfs-search-suggestion-column-1:not(.boost-pfs-search-suggestion-mobile):not(.boost-pfs-search-suggestion-wrapper-style2).boost-pfs-search-suggestion-product-item-type-grid .boost-pfs-search-suggestion-group[data-group="products"] > ul {
    padding-left: 8px;
    padding-right: 8px
}

.boost-pfs-search-suggestion-column-1:not(.boost-pfs-search-suggestion-mobile):not(.boost-pfs-search-suggestion-wrapper-style2).boost-pfs-search-suggestion-product-item-type-grid .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 16px
}

@media (max-width: 767px) {
    .boost-pfs-search-suggestion-column-1:not(.boost-pfs-search-suggestion-mobile):not(.boost-pfs-search-suggestion-wrapper-style2) .boost-pfs-search-suggestion {
        max-height: 90vh;
        overflow-y: auto
    }
}

[class*="boost-pfs-search-suggestion-column-2-"]:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-groups-others {
    width: calc(33.33% - 2px)
}

    [class*="boost-pfs-search-suggestion-column-2-"]:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-groups-others.boost-pfs-search-suggestion-no-products {
        width: 100% !important
    }

[class*="boost-pfs-search-suggestion-column-2-"]:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-groups-pro {
    width: 66.66%
}

    [class*="boost-pfs-search-suggestion-column-2-"]:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-groups-pro .boost-pfs-search-suggestion-group[data-group="products"] {
        padding-bottom: 20px
    }

    [class*="boost-pfs-search-suggestion-column-2-"]:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-groups-pro.boost-pfs-search-suggestion-no-others {
        width: 100% !important
    }

[class*="boost-pfs-search-suggestion-column-2-"]:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-Product-column-1 .boost-pfs-search-suggestion-groups-others {
    width: calc(50% - 2px)
}

[class*="boost-pfs-search-suggestion-column-2-"]:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-Product-column-1 .boost-pfs-search-suggestion-groups-pro {
    width: 50%
}

[class*="boost-pfs-search-suggestion-column-2-"]:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-product-item-type-grid .boost-pfs-search-suggestion-groups-others {
    width: calc(45% - 2px)
}

[class*="boost-pfs-search-suggestion-column-2-"]:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-product-item-type-grid .boost-pfs-search-suggestion-groups-pro {
    width: 55%
}

[class*="boost-pfs-search-suggestion-column-2-"]:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-header-view-all {
    margin: 9px 12px;
    padding: 0;
    background: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px
}

    [class*="boost-pfs-search-suggestion-column-2-"]:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-header-view-all a {
        padding: 11px;
        line-height: 20px;
        display: inline-block;
        color: #222222;
        font-weight: 500;
        font-size: 14px;
        text-decoration: none;
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='8' viewBox='0 0 17 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3536 4.35355C16.5488 4.15829 16.5488 3.84171 16.3536 3.64645L13.1716 0.464466C12.9763 0.269204 12.6597 0.269204 12.4645 0.464466C12.2692 0.659728 12.2692 0.976311 12.4645 1.17157L15.2929 4L12.4645 6.82843C12.2692 7.02369 12.2692 7.34027 12.4645 7.53553C12.6597 7.7308 12.9763 7.7308 13.1716 7.53553L16.3536 4.35355ZM0 4.5H16V3.5H0V4.5Z' fill='%233D4246'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 24px
    }

    [class*="boost-pfs-search-suggestion-column-2-"]:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-header-view-all:hover {
        background: #F8F8F8
    }

.boost-pfs-search-suggestion-column-2-non-fullwidth:not(.boost-pfs-search-suggestion-mobile) {
    width: 858px !important;
    max-width: 90%
}

    .boost-pfs-search-suggestion-column-2-non-fullwidth:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion {
        width: 100%;
        position: relative
    }

.boost-pfs-search-suggestion-column-2-fullwidth:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-wrapper {
    width: calc(100% - 100px) !important;
    left: 50px !important
}

    .boost-pfs-search-suggestion-column-2-fullwidth:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion {
        left: 0 !important
    }

.boost-pfs-search-suggestion-column-2-fullwidth-no-margin:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-wrapper {
    width: 100% !important;
    left: 0 !important
}

    .boost-pfs-search-suggestion-column-2-fullwidth-no-margin:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion {
        left: 0 !important
    }

.boost-pfs-search-suggestion-column-2-fullwidth-no-margin:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion {
    width: 100%;
    position: relative
}

.boost-pfs-search-suggestion-product-item-type-grid:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-group[data-group="products"] > ul {
    padding-left: 4px;
    padding-right: 4px
}

.boost-pfs-search-suggestion-product-item-type-grid:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px
}

    .boost-pfs-search-suggestion-product-item-type-grid:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item:hover {
        background: none
    }

.boost-pfs-search-suggestion-product-item-type-grid:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-left {
    float: none;
    display: block;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px
}

    .boost-pfs-search-suggestion-product-item-type-grid:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-left img {
        max-height: fit-content
    }

.boost-pfs-search-suggestion-product-item-type-grid:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-right {
    float: none;
    display: block;
    max-width: 100%;
    vertical-align: top
}

.boost-pfs-search-suggestion-product-position-right:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-groups-others {
    float: left
}

.boost-pfs-search-suggestion-product-position-right:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-groups-pro {
    float: right
}

.boost-pfs-search-suggestion-product-position-left:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-groups-others {
    float: right
}

.boost-pfs-search-suggestion-product-position-left:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-groups-pro {
    float: left
}

.boost-pfs-search-suggestion-products-per-row-2:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
    float: none;
    width: 50%;
    clear: none;
    display: inline-block;
    vertical-align: top
}

.boost-pfs-search-suggestion-products-per-row-3:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
    float: none;
    width: 33.33%;
    clear: none;
    display: inline-block;
    vertical-align: top
}

@media (max-width: 1199px) {
    .boost-pfs-search-suggestion-products-per-row-3:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-product-item-type-list .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
        width: 50%
    }
}

.boost-pfs-search-suggestion-products-per-row-4:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
    float: none;
    width: calc(25%);
    clear: none;
    display: inline-block;
    vertical-align: top
}

@media (max-width: 1199px) {
    .boost-pfs-search-suggestion-products-per-row-4:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
        width: 33.33%
    }
}

@media (max-width: 1199px) {
    .boost-pfs-search-suggestion-products-per-row-4:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-product-item-type-list .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
        width: 50%
    }
}

.boost-pfs-search-suggestion-products-per-row-5:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
    float: none;
    width: calc(20%);
    clear: none;
    display: inline-block;
    vertical-align: top
}

@media (max-width: 1199px) {
    .boost-pfs-search-suggestion-products-per-row-5:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
        width: 33.33%
    }
}

@media (max-width: 1199px) {
    .boost-pfs-search-suggestion-products-per-row-5:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-product-item-type-list .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
        width: 50%
    }
}

.boost-pfs-search-suggestion-products-per-row-6:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
    float: none;
    width: calc(16.6%);
    clear: none;
    display: inline-block;
    vertical-align: top
}

@media (max-width: 1199px) {
    .boost-pfs-search-suggestion-products-per-row-6:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
        width: 33.33%
    }
}

@media (max-width: 1199px) {
    .boost-pfs-search-suggestion-products-per-row-6:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-product-item-type-list .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
        width: 50%
    }
}

.boost-pfs-search-suggestion-wrapper:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym {
    width: 100%
}

.boost-pfs-search-suggestion-no-result {
    padding: 20px !important;
    color: #000
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -150px 0
    }

    100% {
        background-position: 150px 0
    }
}

.boost-pfs-search-suggestion-loading > ul {
    margin: 10px 10px 0;
    padding: 0
}

    .boost-pfs-search-suggestion-loading > ul > li {
        height: 45px;
        margin-bottom: 10px;
        position: relative
    }

        .boost-pfs-search-suggestion-loading > ul > li:before {
            content: "";
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: placeHolderShimmer;
            animation-name: placeHolderShimmer;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            background: #f6f7f8;
            background: #eeeeee;
            background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #e6e6e6), color-stop(33%, #eee));
            width: calc(100% - 55px);
            height: 10px;
            position: absolute;
            top: 8px;
            left: 55px
        }

        .boost-pfs-search-suggestion-loading > ul > li:after {
            content: "";
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: placeHolderShimmer;
            animation-name: placeHolderShimmer;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            background: #f6f7f8;
            background: #eeeeee;
            background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #e6e6e6), color-stop(33%, #eee));
            width: 50%;
            height: 10px;
            position: absolute;
            top: 28px;
            left: 55px
        }

.boost-pfs-search-suggestion-loading .boost-pfs-search-suggestion-loading-img {
    background-color: #f0f0f0;
    height: 100%;
    width: 30%;
    max-width: 45px
}

.boost-pfs-filter-view-all-result {
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 5px 0
}

.boost-pfs-search-container {
    text-align: center;
    margin-bottom: 50px
}

    .boost-pfs-search-container .boost-pfs-search-result-header {
        font-size: 20px;
        padding-bottom: 10px
    }

.boost-pfs-search-form {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    clear: both;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .boost-pfs-search-form {
        max-width: 60%
    }
}

.boost-pfs-search-form .boost-pfs-search-box {
    border: 1px solid #ececec;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding: 10px 40px 10px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.boost-pfs-search-form .boost-pfs-search-btn {
    border: 0;
    width: 26px;
    height: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0px;
    vertical-align: middle;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}

    .boost-pfs-search-form .boost-pfs-search-btn:before {
        display: inline-block;
        font-size: 24px;
        text-rendering: auto;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\26B2";
        color: #696969;
        font-weight: 600;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

@media (max-width: 767px) {
    .boost-pfs-search-form .boost-pfs-search-btn:before {
        margin-top: 2px
    }
}

.boost-pfs-search-form .boost-pfs-search-btn:hover:before {
    color: #000
}

.boost-pfs-search-box:focus {
    outline: none;
    outline-offset: 0;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width: 767px) {
    .boost-pfs-search-box {
        font-size: 16px
    }
}

.boost-pfs-search-suggestion-item {
    padding: 4px 12px 3px;
    margin: 0;
    word-break: break-word
}

    .boost-pfs-search-suggestion-item:last-child {
        padding-bottom: 8px
    }

    .boost-pfs-search-suggestion-item > a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        line-height: 20px;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        background: none !important;
        overflow: visible;
        float: left;
        width: 100%;
        word-break: break-word
    }

        .boost-pfs-search-suggestion-item > a:focus {
            outline: none
        }

    .boost-pfs-search-suggestion-item a > b {
        font-weight: 600
    }

    .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym:hover {
        background: none;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym > * {
        position: relative
    }

    .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym p {
        padding: 0;
        margin: 0;
        line-height: 22px
    }

        .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym p:last-child {
            margin: 0
        }

    .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym a, .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym span {
        display: inline-block;
        color: #FF3300
    }

.boost-pfs-search-suggestion-item-product {
    overflow: visible;
    padding-top: 6px;
    padding-bottom: 6px;
    float: left;
    width: 100%
}

    .boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-left {
        float: left;
        display: inline-block;
        margin-right: 16px;
        max-width: 56px
    }

        .boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-left img {
            width: auto;
            max-height: 84px;
            max-width: 100%;
            width: auto;
            max-height: 84px;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            display: block
        }

    .boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-right {
        overflow: visible;
        vertical-align: middle;
        float: left;
        display: block;
        max-width: calc(100% - 72px)
    }

.boost-pfs-search-suggestion-product-title {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    padding-top: 0;
    padding-bottom: 6px;
    margin-top: 0px;
    margin-bottom: 0
}

    .boost-pfs-search-suggestion-product-title b {
        font-weight: 600
    }

.boost-pfs-search-suggestion-product-sku {
    color: #a6a6a6;
    font-size: 85%;
    padding-bottom: 6px;
    margin-bottom: 0;
    line-height: 20px
}

.boost-pfs-search-suggestion-product-vendor {
    color: #666666;
    padding-bottom: 6px;
    margin-top: 0px;
    margin-bottom: 0
}

.boost-pfs-search-suggestion-product-price {
    color: #030303;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0
}

    .boost-pfs-search-suggestion-product-price s {
        text-decoration: line-through;
        color: rgba(34,34,34,0.6)
    }

        .boost-pfs-search-suggestion-product-price s:after {
            background-color: initial
        }

    .boost-pfs-search-suggestion-product-price .boost-pfs-search-suggestion-product-sale-price {
        color: #FF3300
    }

html.boost-pfs-filter-mobile-detect-ios body.boost-pfs-search-suggestion-mobile-open {
    position: fixed
}

body.boost-pfs-search-suggestion-mobile-open {
    overflow: hidden;
    height: 100%
}

.boost-pfs-search-suggestion-mobile.boost-pfs-search-suggestion-wrapper {
    position: fixed;
    left: 0 !important;
    top: calc(64px) !important;
    width: 100% !important;
    height: calc(100% - 64px);
    background: #f5f5f5;
    list-style: none;
    z-index: 9999999998;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #eee
}

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-popover {
    display: none !important
}

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion {
    width: 100% !important;
    left: 0px !important;
    top: 0 !important;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-shadow: none;
    background: #f5f5f5;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none !important;
    overflow-y: auto;
    max-height: 100% !important;
    position: static !important;
    -webkit-overflow-scrolling: touch
}

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-item {
        margin-bottom: -1px;
        border: 1px solid #eee;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px
    }

        .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-item-product {
            border-top: none;
            border-bottom: none
        }

            .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-item-product:last-child {
                padding-bottom: 12px;
                border-bottom: 1px solid #eee;
                -webkit-border-bottom-right-radius: 4px;
                -webkit-border-bottom-left-radius: 4px;
                -moz-border-radius-bottomright: 4px;
                -moz-border-radius-bottomleft: 4px;
                border-bottom-right-radius: 4px;
                border-bottom-left-radius: 4px
            }

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-loading > ul > li:first-child {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group {
    background: none;
    margin: 0 10px !important
}

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group > ul > .boost-pfs-search-suggestion-header {
        padding-top: 8px;
        padding-bottom: 8px
    }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header {
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 5px 8px;
    border: none !important;
    text-align: center;
    background: #f5f5f5
}

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header + .boost-pfs-search-suggestion-item {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

        .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header + .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-item-product {
            padding-top: 12px
        }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header-view-all {
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #eee !important;
    border-top: none !important;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 14px 5px;
    margin-bottom: 30px
}

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-item {
    padding: 6px 12px;
    background: #fff
}

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-item:last-child {
        padding-bottom: 6px;
        margin-bottom: 0;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym {
    margin: 0;
    border-bottom: 0 !important
}

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym.boost-pfs-search-suggestion-item:last-child {
        padding-bottom: 20px
    }

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym:not(:last-child):before {
        bottom: 0
    }

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym p {
        padding: 0;
        margin: 0
    }

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym + .boost-pfs-search-suggestion-item-product {
        border-top: 0 !important
    }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-loading > ul > li {
    background: #fff;
    padding: 10px;
    height: 65px
}

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-loading > ul > li:last-child {
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-loading > ul > li:before {
        top: 18px;
        left: 65px;
        width: calc(100% - 75px)
    }

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-loading > ul > li:after {
        top: 38px;
        left: 65px
    }

.boost-pfs-search-suggestion-mobile-top-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999999998;
    height: calc(64px);
    padding-bottom: 1px;
    display: none;
    background: rgba(0,0,0,0.5)
}

    .boost-pfs-search-suggestion-mobile-top-panel form {
        height: calc(64px);
        background: #fff;
        padding-top: 0px;
        margin: 0
    }

    .boost-pfs-search-suggestion-mobile-top-panel:after {
        display: none
    }

    .boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-btn-close-suggestion {
        background: #fff;
        width: 52px;
        height: calc(64px);
        float: left;
        display: inline-block;
        border: none;
        font-size: 0;
        position: relative;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 6px;
        margin: 0
    }

        .boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-btn-close-suggestion:before {
            top: 50%;
            left: 15px;
            position: absolute;
            margin-top: -10px;
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 9.0007H3.661L9.658 3.7537C10.074 3.3897 10.116 2.7577 9.753 2.3427C9.387 1.9247 8.756 1.8847 8.342 2.2477L0.342 9.2477C0.334 9.2547 0.331 9.2657 0.323 9.2727C0.25 9.3417 0.195 9.4247 0.146 9.5127C0.128 9.5427 0.101 9.5667 0.087 9.5997C0.032 9.7227 0 9.8567 0 10.0007C0 10.1447 0.032 10.2787 0.087 10.4017C0.101 10.4347 0.128 10.4587 0.146 10.4897C0.196 10.5767 0.25 10.6597 0.323 10.7287C0.331 10.7357 0.334 10.7467 0.342 10.7537L8.342 17.7537C8.531 17.9197 8.766 18.0007 9 18.0007C9.278 18.0007 9.555 17.8857 9.753 17.6587C10.116 17.2437 10.074 16.6117 9.658 16.2477L3.661 11.0007H19C19.553 11.0007 20 10.5537 20 10.0007C20 9.4477 19.553 9.0007 19 9.0007Z' fill='%23637381'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='17'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 9.0007H3.661L9.658 3.7537C10.074 3.3897 10.116 2.7577 9.753 2.3427C9.387 1.9247 8.756 1.8847 8.342 2.2477L0.342 9.2477C0.334 9.2547 0.331 9.2657 0.323 9.2727C0.25 9.3417 0.195 9.4247 0.146 9.5127C0.128 9.5427 0.101 9.5667 0.087 9.5997C0.032 9.7227 0 9.8567 0 10.0007C0 10.1447 0.032 10.2787 0.087 10.4017C0.101 10.4347 0.128 10.4587 0.146 10.4897C0.196 10.5767 0.25 10.6597 0.323 10.7287C0.331 10.7357 0.334 10.7467 0.342 10.7537L8.342 17.7537C8.531 17.9197 8.766 18.0007 9 18.0007C9.278 18.0007 9.555 17.8857 9.753 17.6587C10.116 17.2437 10.074 16.6117 9.658 16.2477L3.661 11.0007H19C19.553 11.0007 20 10.5537 20 10.0007C20 9.4477 19.553 9.0007 19 9.0007Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3C/g%3E%3C/svg%3E%0A")
        }

    .boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-submit-mobile {
        width: calc(64px);
        height: calc(64px);
        float: right;
        font-size: 0;
        position: relative;
        border: none;
        background: #fff;
        display: block
    }

        .boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-submit-mobile span {
            display: block
        }

        .boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-submit-mobile + #boost-pfs-search-box-mobile {
            width: calc(100% - (64px * 3))
        }

            .boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-submit-mobile + #boost-pfs-search-box-mobile + .boost-pfs-search-btn-clear-suggestion:before {
                font-size: 11px;
                line-height: calc(64px)
            }

    .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile {
        display: inline-block;
        width: calc(100% - 67px);
        height: calc(64px - 20px);
        margin: 10px 0px;
        padding: 12px 50px 12px 18px;
        background: #fff;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        border-radius: none;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        background: #FBFBFB;
        border: 1px solid rgba(34,34,34,0.2);
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px
    }

.boost-pfs-search-btn-clear-suggestion {
    background: none;
    width: calc(64px - 20px);
    height: calc(64px - 20px);
    float: right;
    border: none;
    font-size: 0;
    position: absolute;
    top: 10px;
    right: 15px;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0
}

    .boost-pfs-search-btn-clear-suggestion:hover, .boost-pfs-search-btn-clear-suggestion:focus {
        background: 0;
        border: none;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .boost-pfs-search-btn-clear-suggestion:before {
        width: 13px;
        content: '';
        display: block;
        height: 1px;
        background: #212B36;
        position: absolute;
        right: 0;
        top: 9px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .boost-pfs-search-btn-clear-suggestion:after {
        width: 13px;
        content: '';
        display: block;
        height: 1px;
        background: #212B36;
        position: absolute;
        right: 0;
        top: 9px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .boost-pfs-search-btn-clear-suggestion:before, .boost-pfs-search-btn-clear-suggestion:after {
        top: 50%;
        right: 15px;
        margin-top: -2px;
        height: 2.5px
    }

    .boost-pfs-search-btn-clear-suggestion:focus {
        outline: none
    }

.ui-helper-hidden-accessible {
    display: none !important
}

.boost-pfs-search-suggestion-item:hover, .boost-pfs-search-suggestion-item.selected {
    background: #fafafa;
    -ms-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.02);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.02);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.02);
    position: relative;
    z-index: 2
}

    .boost-pfs-search-suggestion-item:hover a:hover, .boost-pfs-search-suggestion-item.selected a:hover {
        text-decoration: none;
        border: none;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.boost-pfs-search-suggestion {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .boost-pfs-search-suggestion {
        min-width: 400px !important;
        overflow-x: hidden
    }
}

@media screen and (min-width: 768px) {
    .boost-pfs-search-suggestion-header-view-all:hover {
        background: #f5f5f5
    }

    .boost-pfs-search-suggestion-mobile, .boost-pfs-search-suggestion-mobile-top-panel {
        display: none !important
    }
}

.boost-pfs-search-suggestion-mobile-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99999999;
    height: 100%;
    padding-bottom: 1px;
    display: none;
    background: rgba(0,0,0,0.5)
}

.boost-pfs-ada .boost-pfs-filter-button:focus {
    outline: 1px dotted black
}

.boost-pfs-ada .boost-pfs-filter-button button:focus {
    outline: 1px dotted black
}

.boost-pfs-ada .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:focus {
    outline: 1px dotted black
}

.boost-pfs-ada .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item:focus {
    outline: 1px dotted black
}

.boost-pfs-ada .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.square-grid .boost-pfs-filter-option-item .boost-pfs-filter-option-swatch-image + .boost-pfs-filter-button, .boost-pfs-ada .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.circle-grid .boost-pfs-filter-option-item .boost-pfs-filter-option-swatch-image + .boost-pfs-filter-button {
    opacity: 0;
    max-width: 0;
    max-height: 0;
    display: block
}

.boost-pfs-ada .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.square-grid .boost-pfs-filter-option-item:focus-within .boost-pfs-filter-option-swatch-image, .boost-pfs-ada .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.circle-grid .boost-pfs-filter-option-item:focus-within .boost-pfs-filter-option-swatch-image {
    outline: 1px dotted black
}

.boost-pfs-ada .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item, .boost-pfs-ada .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item {
    padding: 1px
}

    .boost-pfs-ada .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item button:focus, .boost-pfs-ada .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item button:focus {
        outline: 1px dotted black
    }

.boost-pfs-ada .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item, .boost-pfs-ada .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item {
    padding: 1px
}

    .boost-pfs-ada .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item button:focus, .boost-pfs-ada .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item button:focus {
        outline: 1px dotted black
    }

.boost-pfs-ada .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-handle:focus {
    outline: 1px dotted black
}

.boost-pfs-ada .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input:focus {
    outline: 1px dotted black
}

.boost-pfs-ada .boost-pfs-filter-option-show-search-box:focus {
    outline: 1px dotted black
}

.boost-pfs-ada .boost-pfs-filter-option-view-more-action:focus, .boost-pfs-ada .boost-pfs-filter-option-view-less-action:focus {
    outline: 1px dotted black
}

.boost-pfs-ada ul.boost-pfs-search-result-panel-controls > li button:focus {
    outline: 1px dotted black
}

.boost-pfs-ada #boost-pfs-filter-top-sorting-select:focus, .boost-pfs-ada .boost-pfs-filter-top-sorting-select:focus {
    outline: 1px dotted black
}

.boost-pfs-ada .boost-pfs-action-list-wrapper:focus-within {
    opacity: 1
}

.boost-pfs-ada .boost-pfs-addtocart-btn:focus, .boost-pfs-ada .boost-pfs-quickview-btn:focus {
    outline: 1px dotted black
}

.boost-pfs-ada .boost-pfs-quickview-content .boost-pfs-swatch-element label:focus {
    outline: 1px dotted black
}

.boost-pfs-ada .boost-pfs-quickview-content #boost-pfs-quickview-cart-btn:focus, .boost-pfs-ada .boost-pfs-quickview-content .boost-pfs-quickview-cart-btn:focus {
    outline: 1px dotted black
}

.boost-pfs-ada .boost-pfs-quickview-content .boost-pfs-quickview-selector-wrapper .boost-pfs-swatch-element label:focus {
    outline: 1px dotted black
}
