.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-base,.noUi-connects {
    width: 100%;
    height: 18px;
    position: relative;
    z-index: 1
}

.noUi-connect,.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl .noUi-origin {
    left: 0;
    right: auto
}

.noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-handle {
    width: 24px;
    height: 24px;
    right: -13px;
    top: -3px
}

.noUi-txt-dir-rtl .noUi-handle {
    left: -13px;
    right: auto
}

.noUi-base:before,.noUi-connect:before {
    content: "";
    border-radius: 20px;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px
}

.noUi-base:before {
    background-color: #eceef2
}

.noUi-connect:before,.noUi-handle {
    background-color: #d12323
}

.noUi-connects:before,.noUi-connects:after {
    content: "";
    border-radius: 100%;
    position: absolute;
    background-color: #eceef2;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px
}

.noUi-connects:before {
    left: 0;
    margin-left: -5px
}

.noUi-connects:after {
    right: 0;
    margin-right: -5px
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-handle {
    border: 3px solid #fff;
    border-radius: 100%;
    cursor: default;
    box-shadow: 0 3px 6px -3px #bbb
}

.loading .noUi-handle {
    background-image: linear-gradient(45deg,rgba(255,255,255,.40) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.40) 50%,rgba(255,255,255,.40) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    -webkit-animation: progresss 600ms linear infinite;
    animation: ocf-progress 600ms linear infinite
}

.noUi-active {
    box-shadow: 0 0 0 6px #d12323
}

[disabled].noUi-handle,[disabled] .noUi-handle,[disabled] .noUi-connect:before,.loading .noUi-connect:before {
    background-color: #AEB5BD
}

[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips,.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: relative;
    color: #999;
    padding: 10px 0 0;
    height: 45px
}

.noUi-value {
    position: absolute;
    margin-top: 15px;
    top: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%)
}

.noUi-marker:first-child + .noUi-value,.noUi-value:last-child {
    color: #555
}

.noUi-rtl .noUi-value {
    -webkit-transform: translate(50%,50%);
    transform: translate(50%,50%)
}

.value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC;
    margin-left: -1px;
    width: 2px;
    margin-top: 6px;
    height: 3px
}

.noUi-marker:first-child,.noUi-marker[style*="100%"] {
    height: 10px;
    margin-top: 0
}

@keyframes ocf-progress {
    from {
        background-position: 0 0
    }

    to {
        background-position: 1rem 0
    }
}

.ocf-text-right {
    text-align: right!important
}

.ocf-text-center {
    text-align: center!important
}

.ocf-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #ECEEF2;
    border: 0;
    border-radius: 4px
}

[role=button] {
    cursor: pointer
}

.ocf-btn:focus,.ocf-btn:active:focus {
    outline: 0
}

.ocf-btn:hover,.ocf-btn:focus {
    color: #333;
    text-decoration: none
}

.ocf-btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.2)
}

.ocf-btn.ocf-disabled,.ocf-btn[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.ocf-btn.ocf-disabled {
    pointer-events: none
}

.ocf-btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0
}

.ocf-btn-link,.ocf-btn-link:active,.ocf-btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ocf-btn-link:hover,.ocf-btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.ocf-btn-link[disabled],.ocf-btn-link[disabled]:hover,.ocf-btn-link[disabled]:focus {
    color: #777;
    text-decoration: none
}

.ocf-btn-block {
    display: block;
    width: 100%
}

.ocf-collapse {
    display: none
}

.ocf-collapse.ocf-in {
    display: block
}

.ocf-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.ocf-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%
}

.ocf-input-group .ocf-form-control {
    font-size: 14px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.ocf-input-group .ocf-form-control:focus {
    z-index: 3
}

.ocf-input-group-addon,.ocf-input-group-btn,.ocf-input-group .ocf-form-control {
    display: table-cell
}

.ocf-input-group-addon:not(:first-child):not(:last-child),.ocf-input-group-btn:not(:first-child):not(:last-child),.ocf-input-group .ocf-form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.ocf-input-group-addon,.ocf-input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.ocf-input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #ECEEF2;
    border-radius: 4px
}

.ocf-input-group .ocf-form-control:first-child,.ocf-input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ocf-input-group-addon:first-child {
    border-right: 0
}

.ocf-input-group .ocf-form-control:last-child,.ocf-input-group-addon:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.ocf-input-group-addon:last-child {
    border-left: 0
}

.ocf-form-control,input.ocf-form-control,textarea.ocf-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,background-color ease-in-out .2s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,background-color ease-in-out .2s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,background-color ease-in-out .2s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,background-color ease-in-out .2s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color ease-in-out .2s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color ease-in-out .2s,-webkit-box-shadow ease-in-out .15s
}

.ocf-form-control:focus,input.ocf-form-control:focus,textarea.ocf-form-control:focus {
    border-color: #5AA3C6!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.ocf-form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.ocf-form-control:-ms-input-placeholder {
    color: #999
}

.ocf-form-control::-webkit-input-placeholder {
    color: #999
}

.ocf-form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.ocf-form-control[disabled],.ocf-form-control[readonly] {
    background-color: #eee;
    opacity: 1
}

.ocf-form-control[disabled] {
    cursor: not-allowed
}

.ocf-invisible {
    visibility: hidden
}

.ocf-hidden {
    display: none!important
}

.ocf-overflow-hidden {
    overflow: hidden!important
}

.ocf-clearfix::before,.ocf-clearfix::after {
    display: table;
    content: "";
    clear: both;
    width: 100%
}

@-ms-viewport {
    width: device-width
}

.ocf-form-control[type=number]::-webkit-outer-spin-button,.ocf-form-control[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ocf-form-control[type=number] {
    -moz-appearance: textfield
}

.ocf-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-width: 12px;
    min-height: 12px;
    display: inline-block;
    vertical-align: middle
}

.ocf-icon-16 {
    min-width: 16px;
    min-height: 16px
}

.ocf-sliders {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z'/%3e%3c/svg%3e")
}

.ocf-angle {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e")
}

.ocf-angle-right {
    transform: rotate(90deg)
}

.ocf-angle-down {
    transform: rotate(180deg)
}

.ocf-angle-left {
    transform: rotate(-90deg)
}

.ocf-arrow-long {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z'/%3e%3c/svg%3e")
}

.ocf-arrow-right {
    transform: rotate(90deg)
}

.ocf-arrow-down {
    transform: rotate(180deg)
}

.ocf-arrow-left {
    transform: rotate(-90deg)
}

.ocf-times-circle {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236B7275' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3e%3c/svg%3e")
}

.ocf-times {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236B7275' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 2.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
}

.ocf-help-circle {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.496 6.033h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286a.237.237 0 0 0 .241.247zm2.325 6.443c.61 0 1.029-.394 1.029-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94 0 .533.425.927 1.01.927z'/%3e%3c/svg%3e")
}

.ocf-minus-circle {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/%3e%3c/svg%3e")
}

.ocf-between {
    display: flex!important;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center
}

.ocf-collapse,.ocf-collapsing {
    width: 100%
}

[aria-expanded=false]>.ocf-hide-expand-0 {
    display: none
}

[aria-expanded=true]>.ocf-hide-expand-1 {
    display: none
}

.ocf-is-mobile {
    display: none;
    height: 0;
    overflow: hidden
}

.ocf-mobile {
    display: none
}

.ocf-container,.ocf-filter-list {
    overflow-anchor: auto
}

.ocf-header {
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center
}

.ocf-header .ocf-brand {
    margin-right: 10px
}

.ocf-hidden-filters-divider {
    margin-bottom: 45px;
    position: relative;
    top: 15px;
    text-align: center;
    height: 1px
}

.ocf-hidden-filters-divider>span {
    cursor: pointer;
    padding: 1px 10px;
    border-radius: 15px;
    vertical-align: top;
    margin-top: -10px;
    display: inline-block
}

.ocf-filter-header {
    display: flex;
    align-items: center;
    font-style: normal;
    line-height: 1.5;
    cursor: default
}

.ocf-more-selected {
    background-color: rgba(0 0 0 / 12%);
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 12px;
    color: #444
}

.ocf-filter-name,.ocf-active-label {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.ocf-filter-header-append {
    margin-left: auto;
    display: flex;
    align-items: center;
    order: 9
}

.ocf-filter-header-append>* {
    min-width: 16px
}

.ocf-filter-discard {
    display: none;
    cursor: pointer
}

.ocf-collapse-value .ocf-value-list {
    border-top: 1px solid #e0e1e5;
    margin-top: 10px
}

.ocf-collapse-value .ocf-value-list-body {
    padding-top: 10px
}

.ocf-value,.ocf-value:active,.ocf-value:focus,.ocf-value:visited,.ocf-value:hover {
    cursor: pointer;
    font-weight: normal;
    font-style: normal;
    display: flex;
    font-size: 13px;
    width: 100%!important;
    color: #353535;
    flex-wrap: nowrap;
    align-items: flex-start;
    text-decoration: none;
    text-transform: none;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 6px;
    text-transform: none;
    background: transparent;
    box-shadow: none;
    border: 0;
    outline: 0
}

.ocf-value:last-child {
    margin-bottom: 0
}

.ocf-value.ocf-disabled,.ocf-value[disabled],.ocf-value:disabled {
    color: #AEB5BD;
    cursor: not-allowed
}

.ocf-value-image,.ocf-value-color {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 200ms
}

.ocf-selected .ocf-value-image,.ocf-selected .ocf-value-color {
    box-shadow: inset 0 0 0 2px #fff;
    border-color: #65A2C7
}

.ocf-disabled .ocf-value-image,.ocf-disabled .ocf-value-color {
    opacity: .25;
    filter: saturate(0.5)
}

.ocf-value-image + .ocf-value-name,.ocf-value-color + .ocf-value-name {
    align-self: center
}

.ocf-value-input {
    position: relative;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-right: 10px;
    margin-top: 2px
}

.ocf-value-input::before,.ocf-value-input::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.ocf-value-input::before {
    pointer-events: none;
    background-color: #fff;
    border: #adb5bd solid 1px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .ocf-value-input::before {
        transition: none
    }
}

.ocf-value:active .ocf-value-input::before {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.ocf-value:focus:not(:active) .ocf-value-input::before {
    border-color: #328ca7
}

.ocf-value:not(.ocf-disabled):active .ocf-value-input::before {
    color: #fff;
    background-color: #4fa6d966;
    border-color: transparent
}

.ocf-value.ocf-disabled .ocf-value-input::before,.ocf-value[disabled] .ocf-value-input::before,.ocf-value:disabled .ocf-value-input::before {
    background-color: #eceef2
}

.ocf-selected .ocf-value-input::before {
    color: #fff;
    border-color: #3366D5;
    background-color: #3366D5
}

.ocf-value .ocf-value-input::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px
}

.ocf-value-input-checkbox::before {
    border-radius: 2px
}

.ocf-value:active .ocf-value-input-checkbox::before {
    border-color: #328ca7;
    background-color: #219ac7
}

.ocf-value.ocf-selected.ocf-disabled .ocf-value-input-checkbox::before,.ocf-value.ocf-disabled:active .ocf-value-input-checkbox::before {
    background-color: rgb(33 154 200 / 50%)
}

.ocf-selected .ocf-value-input-checkbox::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.ocf-value.ocf-selected:active .ocf-value-input-checkbox::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.ocf-value-input-radio::before {
    border-radius: 50%
}

.ocf-value.ocf-selected.ocf-disabled .ocf-value-input-radio::before {
    background-color: rgba(0,123,255,.5)
}

.ocf-value.ocf-selected .ocf-value-input-radio::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.ocf-value.ocf-selected:active .ocf-value-input-radio::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.ocf-value-name {
    margin-right: 5px;
    word-break: break-word;
    text-align: left;
    font-size: inherit
}

.ocf-auto-column .ocf-value-name {
    white-space: nowrap
}

.ocf-value-append {
    margin-left: auto;
    min-width: 50px;
    text-align: right;
    float: right
}

.ocf-auto-column .ocf-value-append {
    min-width: auto
}

.ocf-value-count {
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 400
}

.ocf-value-count .ocf-num-abbr {
    font-weight: 600;
    color: #DB5C68
}

.ocf-selected .ocf-value-count,.ocf-value-count:empty {
    display: none
}

.ocf-disabled .ocf-value-count {
    color: #b5b9c1
}

.ocf-search-btn-static,.ocf-search-btn-popover {
    padding-top: 9px;
    padding-bottom: 9px
}

.ocf-page-list-top,.ocf-page-list-bottom {
    overflow: hidden;
    position: relative;
    z-index: 3
}

.ocf-page-list-top {
    margin-bottom: 5px
}

.ocf-page-list-bottom {
    margin-top: 25px
}

.ocf-page-group {
    margin-bottom: 10px;
    display: flex;
    align-items: start
}

.ocf-page-group-name {
    font-weight: bold;
    font-size: 14px;
    margin-top: 3px;
    margin-right: 15px;
    width: 150px;
    flex: 0 0 150px
}

.ocf-category-page-list {
    max-height: 135px;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    overflow-y: scroll;
    overflow-x: hidden
}

.ocf-category-page-list::-webkit-scrollbar {
    width: 8px
}

.ocf-category-page-list::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px
}

.ocf-category-page-list::-webkit-scrollbar-thumb {
    background-color: #DFE3ED;
    border-radius: 10px
}

.ocf-category-page-list:hover::-webkit-scrollbar-thumb {
    background-color: #9096A4
}

.ocf-category-page-list::-webkit-scrollbar-corner {
    display: none
}

.ocf-category-page-list::-webkit-resizer {
    display: none
}

.ocf-category-page-list li {
    margin-bottom: 10px
}

.ocf-category-page-list li.ocf-page-selected {
}

.ocf-category-page-list a {
    background-color: #eceef2;
    padding: 3px 7px;
    border-radius: 7px;
    color: #3a3c40;
    display: block;
    font-size: 13px;
    align-items: center;
    font-weight: normal;
    margin: 0 5px;
    min-height: 100%;
    text-decoration: none
}

.ocf-category-page-list .ocf-page-selected a {
    background-color: #656565;
    color: #fff
}

.ocf-category-page-list .ocf-page-selected a:after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    color: #656565;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23fff' fill-opacity='0.8' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3e%3c/svg%3e")
}

.ocf-theme-light .ocf-text-danger {
    color: #D1524C
}

.ocf-theme-light .ocf-hidden-filters-divider {
    background-color: #ebebeb
}

.ocf-theme-light .ocf-hidden-filters-divider>span {
    background-color: #eceef2;
    color: #a0a4a6;
    box-shadow: 0 0 0 10px #fff;
    font-size: 13px
}

.ocf-theme-light .ocf-hidden-filters-divider>span:hover {
    background-color: #cbced4;
    color: #575c5f
}

.ocf-theme-light .ocf-hidden-filters-divider>span .ocf-icon {
    filter: brightness(1.3)
}

.ocf-theme-light .ocf-hidden-filters-divider>span:hover .ocf-icon {
    filter: brightness(0.7)
}

.ocf-theme-light .ocf-filter-header {
    color: #444
}

.ocf-theme-light .ocf-value-count {
    background-color: #eceef2;
    border-radius: 50px;
    color: #46494e
}

.ocf-theme-light .ocf-footer {
    background-color: #fff;
    box-shadow: -10px -10px 10px 0 #fff
}

.ocf-theme-light .ocf-search-btn-static:hover,.ocf-theme-light .ocf-search-btn-popover:hover {
    background-color: #d12323
}

.ocf-theme-light .ocf-search-btn-static:focus,.ocf-theme-light .ocf-search-btn-static:active,.ocf-theme-light .ocf-search-btn-popover:focus,.ocf-theme-light .ocf-search-btn-popover:active {
    background-color: #d12323
}

.ocf-theme-light .ocf-search-btn-static,.ocf-theme-light .ocf-search-btn-popover,.ocf-theme-light .ocf-search-btn-static.ocf-disabled,.ocf-theme-light .ocf-search-btn-popover.ocf-disabled {
    background-color: #6a7275;
    color: #fff
}

.ocf-theme-light-block .noUi-connects:before,.ocf-theme-light-block .noUi-connects:after,.ocf-theme-light-block .noUi-base:before {
    background-color: #81858c
}

.ocf-theme-light-block .ocf-text-danger {
    color: #D1524C
}

.ocf-theme-light-block .ocf-footer {
    background-color: #fff;
    box-shadow: 0 -10px 10px 0 #fff
}

.ocf-theme-light-block .ocf-hidden-filters-divider {
    background-color: #ebebeb
}

.ocf-theme-light-block .ocf-hidden-filters-divider>span {
    background-color: #eceef2;
    color: #a0a4a6;
    box-shadow: 0 0 0 10px #fff
}

.ocf-theme-light-block .ocf-hidden-filters-divider>span:hover {
    background-color: #cbced4;
    color: #575c5f
}

.ocf-theme-light-block .ocf-hidden-filters-divider>span .ocf-icon {
    filter: brightness(1.3)
}

.ocf-theme-light-block .ocf-hidden-filters-divider>span:hover .ocf-icon {
    filter: brightness(0.7)
}

.ocf-theme-light-block .ocf-input-group-addon {
    background-color: #DEE2E6
}

.ocf-theme-light-block .ocf-form-control {
    border-color: #DEE2E6;
    border-width: 2px
}

.ocf-theme-light-block .ocf-search-btn-static:hover,.ocf-theme-light-block .ocf-search-btn-popover:hover {
    background-color: #d12323
}

.ocf-theme-light-block .ocf-search-btn-static:focus,.ocf-theme-light-block .ocf-search-btn-static:active,.ocf-theme-light-block .ocf-search-btn-popover:focus,.ocf-theme-light-block .ocf-search-btn-popover:active {
    background-color: #d12323
}

.ocf-theme-light-block .ocf-search-btn-static,.ocf-theme-light-block .ocf-search-btn-popover,.ocf-theme-light-block .ocf-search-btn-static.ocf-disabled,.ocf-theme-light-block .ocf-search-btn-popover.ocf-disabled {
    background-color: #6a7275;
    color: #fff
}

#ocf-filter-1497-2-1 .ocf-value:not(.ocf-custom) {
    display: none
}

@media (max-width: 767px) {
    html {
        height:100%!important;
        min-height: 100vh;
        width: 100%!important
    }

    body {
        min-height: 100%!important
    }

    .ocf-mobile,.ocf-is-mobile {
        display: block
    }

    .ocf-desktop {
        display: none
    }

    #column-left-grid,#column-right-grid,#column-left,#column-right {
        position: absolute!important;
        top: -100%!important;
        left: -100%!important;
        right: 100%!important;
        bottom: auto!important;
        display: block!important;
        visibility: visible!important;
        overflow: visible!important;
        z-index: 2147483648!important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        text-indent: 0!important;
        opacity: 1!important
    }

    .extended-container {
        z-index: 100!important
    }

    .ocf-overflow-hidden .extended-container {
        z-index: 99999!important
    }

    #column-left-grid.active,#column-right-grid.active,#column-left.active,#column-right.active {
        top: auto!important;
        left: -72%!important;
        right: auto!important;
        bottom: auto!important;
        z-index: 1!important
    }

    .noUi-handle {
        border-width: 4px;
        width: 28px;
        height: 28px;
        right: -14px;
        top: -5px
    }

    .noUi-txt-dir-rtl .noUi-handle {
        left: -14px;
        right: auto
    }

    .noUi-base:before,.noUi-connect:before {
        height: 6px;
        margin-top: -3px
    }

    .noUi-active {
        box-shadow: 0 0 0 10px #3366d540
    }

    .noUi-pips {
        padding-top: 20px
    }

    .ocf-container {
        display: none
    }

    .ocf-container.ocf-mobile-1 {
        display: block!important;
        will-change: transform,box-shadow
    }

    #column-left-grid>.ocf-container.ocf-mobile-1,#column-right-grid>.ocf-container.ocf-mobile-1,#column-left>.ocf-container.ocf-mobile-1,#column-right>.ocf-container.ocf-mobile-1 {
        display: block!important
    }

    .ocf-container {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        transform: translateX(-100%) translate3d(0,0,0);
        transition: transform 300ms ease-in-out,box-shadow 150ms linear;
        z-index: 2147483648!important;
        width: 330px
    }

    .ocf-container.ocf-mobile-open {
        transition: none
    }

    .ocf-container.ocf-mobile-right {
        left: auto;
        right: 0;
        transform: translateX(100%)
    }

    .ocf-container.ocf-mobile-active {
        box-shadow: 0 0 0 99999px rgb(0 0 0 / 60%);
        transform: translateX(0)
    }

    @media (max-width: 360px) {
        .ocf-container {
            width:100%;
            width: 100vw;
            transition: transform 300ms ease-in-out
        }

        .ocf-container.ocf-mobile-active {
            box-shadow: none
        }
    }

    .ocf-content {
        background-color: #fff;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2
    }

    .ocf-header {
        padding: 15px 20px;
        line-height: 1.5;
        position: relative;
        z-index: 1
    }

    .ocf-header .ocf-close-mobile {
        margin-left: auto;
        padding: 0;
        line-height: 1
    }

    .ocf-body {
        position: absolute;
        top: 60px;
        width: 100%;
        bottom: 52px;
        z-index: 3
    }

    .ocf-body>.ocf-filter-list {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100%;
        padding-bottom: 20px
    }

    .ocf-btn-show-filters {
        margin-top: 15px;
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-left: 20px
    }

    .ocf-filter {
        margin: 0 20px
    }

    .ocf-filter.ocf-active {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px
    }

    .ocf-filter-header,.ocf-module-page-header {
        flex-wrap: wrap;
        padding: 10px 0;
        font-size: 16px
    }

    .ocf-open .ocf-filter-header {
        flex-wrap: nowrap;
        position: absolute;
        bottom: 100%;
        left: 0;
        padding: 18px 20px;
        background-color: #fff;
        width: 100%;
        height: 60px
    }

    .ocf-filter-name,.ocf-active-label {
        font-weight: normal
    }

    .ocf-active-label {
        display: none;
        font-size: 80%
    }

    .ocf-active .ocf-active-label {
        display: block;
        flex-basis: 100%;
        margin-top: 5px;
        order: 10
    }

    .ocf-open .ocf-active-label {
        display: none
    }

    .ocf-open:not(.ocf-has-input).ocf-slider .ocf-active-label {
        display: block;
        flex-basis: auto;
        order: 2;
        white-space: nowrap;
        margin-left: 10px;
        margin-right: 5px;
        margin-top: 0;
        font-size: inherit
    }

    .ocf-filter-name {
        flex-basis: 90%
    }

    .ocf-open .ocf-filter-name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        flex-basis: auto
    }

    .ocf-active .ocf-filter-discard {
        display: block
    }

    .ocf-active .ocf-filter-header .ocf-angle-right {
        display: none
    }

    .ocf-open .ocf-filter-discard {
        width: 22px;
        height: 22px
    }

    .ocf-filter-header .ocf-arrow-left {
        display: none;
        order: -2;
        margin-right: 5px;
        width: 22px;
        height: 22px;
        flex: 0 0 22px
    }

    .ocf-open .ocf-filter-header .ocf-arrow-left {
        display: block
    }

    .ocf-open .ocf-filter-header .ocf-angle-right {
        display: none
    }

    .ocf-filter-body>.ocf-value-list {
        display: block!important;
        position: absolute!important;
        top: 0;
        left: 0!important;
        right: auto!important;
        height: 100%;
        width: 100%;
        min-width: 160px!important;
        box-shadow: none!important;
        padding: 20px!important;
        margin: 0!important;
        overflow: auto!important;
        transform: translateX(-100%) translate3d(0,0,0);
        transition: transform 300ms ease-in-out;
        z-index: 2!important;
        background-color: #fff!important;
        will-change: transform;
        overscroll-behavior: contain
    }

    .ocf-mobile-right .ocf-filter-body>.ocf-value-list {
        left: auto!important;
        right: 0!important;
        transform: translateX(100%)
    }

    .ocf-open .ocf-filter-body>.ocf-value-list {
        transform: translateX(0)!important
    }

    .ocf-collapse-value .ocf-value-list {
        margin-top: 12px
    }

    .ocf-slider-input-group {
        margin-bottom: 30px
    }

    .ocf-value-slider {
        padding: 0 20px
    }

    .ocf-btn-search-slider {
        padding-top: 25px
    }

    .ocf-btn-show-values {
        margin-top: 20px;
        font-size: 16px;
        padding: 0
    }

    .ocf-value,.ocf-value:active,.ocf-value:focus,.ocf-value:visited,.ocf-value:hover {
        font-size: 16px;
        margin-bottom: 12px
    }

    .ocf-value-image,.ocf-value-color {
        width: 24px;
        height: 24px;
        flex: 0 0 24px
    }

    .ocf-value-input {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        margin-top: 1px
    }

    .ocf-value .ocf-value-input::after {
        background-size: 12px;
        background-position: center
    }

    .ocf-value-count {
        font-size: 12px
    }

    .ocf-footer {
        position: absolute;
        padding: 10px 20px 510px 8px;
        margin: 0 0 -500px;
        z-index: 5;
        width: 100%;
        bottom: 0
    }

    .ocf-btn-mobile-fixed {
        position: absolute;
        left: 100%;
        top: 50%;
        transform: rotate(-90deg) translate(-40%,50%);
        transform-origin: left center;
        transition: transform 200ms ease-in-out 400ms;
        z-index: 1
    }

    .ocf-mobile-right .ocf-btn-mobile-fixed {
        left: 0;
        transform: rotate(-90deg) translate(-40%,-50%);
        transform-origin: left center
    }

    .ocf-mobile-active .ocf-btn-mobile-fixed {
        transform: rotate(-90deg) translate(-40%,-50%);
        z-index: 0
    }

    .ocf-mobile-active.ocf-mobile-right .ocf-btn-mobile-fixed {
        transform: rotate(-90deg) translate(-40%,50%)
    }

    .ocf-btn-mobile-static {
        text-align: right;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px
    }

    .ocf-btn-mobile-fixed .ocf-btn {
        background-color: #c31929d9;
        color: #fff;
        display: flex;
        align-items: center
    }

    .ocf-mobile-left .ocf-btn-mobile-fixed .ocf-btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .ocf-mobile-right .ocf-btn-mobile-fixed .ocf-btn {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .ocf-btn-mobile-fixed .ocf-btn-name {
        order: 1
    }

    .ocf-btn-mobile-fixed .ocf-icon {
        margin-right: 5px;
        filter: brightness(3)
    }

    .ocf-btn-mobile-fixed .ocf-btn-name:empty + .ocf-icon {
        margin-right: 0
    }

    .ocf-page-group {
        flex-wrap: wrap
    }

    .ocf-page-group-name {
        width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        margin-bottom: 8px
    }

    .ocf-category-page-list {
        max-height: 120px
    }

    .ocf-category-page-list li {
        margin-bottom: 5px
    }

    .ocf-module-page-list {
        list-style-type: none;
        margin: 0 -20px 0 0;
        padding: 0 20px 0 0;
        max-height: 140px;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .ocf-module-page-header {
        margin-bottom: 10px
    }

    .ocf-module-page-list li + li {
        margin-top: 6px
    }

    .ocf-module-page-list a {
        display: block;
        line-height: 1.3;
        font-size: 14px
    }

    .ocf-module-page-list a:hover {
        color: #353A40;
        text-decoration: underline
    }

    .ocf-module-page-list a.ocf-page-selected {
        font-weight: bold;
        color: #000
    }

    .ocf-theme-light .ocf-module-page {
        padding: 10px 20px 20px;
        margin: 0 0 10px;
        background-color: #f1f2f5
    }

    .ocf-theme-light .ocf-module-page-list a {
        color: #4A5057
    }

    .ocf-theme-light .ocf-filter + .ocf-filter {
        border-top: 1px solid #ebebeb
    }

    .ocf-theme-light .ocf-filter.ocf-active {
        background-color: #fff0e2;
        border-top-color: transparent
    }

    .ocf-theme-light .ocf-filter.ocf-active + .ocf-filter {
        border-top-color: transparent
    }

    .ocf-theme-light .ocf-filter.ocf-active + .ocf-filter.ocf-active {
        border-top-color: #f3e2cd
    }

    .ocf-theme-light .ocf-dropdown.ocf-open .ocf-filter-header,.ocf-theme-light .ocf-open .ocf-filter-header {
        background-color: #eceef2;
        color: #000
    }

    .ocf-theme-light .ocf-footer {
        box-shadow: -10px -10px 10px 0 #fff
    }

    .ocf-theme-light.ocf-mobile-right .ocf-footer {
        box-shadow: 10px -10px 10px 0 #fff
    }

    .ocf-theme-light-block .ocf-filter {
        background-color: #f0f2f5;
        padding: 0 10px;
        margin: 0 20px 10px;
        border-radius: 10px
    }

    .ocf-theme-light-block .ocf-module-page {
        padding: 0 20px 20px;
        margin: 0 0 20px;
        background-image: linear-gradient(0deg,#f0f2f5,#fff)
    }

    .ocf-theme-light-block .ocf-module-page-list a {
        color: #102D67
    }

    .ocf-theme-light-block .ocf-active {
        background-color: #fff0e2
    }

    .ocf-theme-light-block .ocf-active .ocf-filter-header {
        color: #613101
    }

    .ocf-theme-light-block .ocf-open .ocf-filter-header {
        background-color: #eceef2;
        color: #000
    }

    .ocf-btn-show-filters {
        border-radius: 10px
    }

    .ocf-theme-light-block .ocf-value-count {
        background-color: #eceef2;
        border-radius: 3px
    }

    .ocf-theme-light-block .ocf-footer {
        box-shadow: -10px -10px 10px 0 #fff
    }

    .ocf-theme-light-block.ocf-mobile-right .ocf-footer {
        box-shadow: 10px -10px 10px 0 #fff
    }
}

@media (min-width: 768px) {
    #column-left-grid,#column-right-grid,#column-left,#column-right {
        z-index:17
    }

    .ocf-popover {
        position: absolute;
        max-width: 240px;
        opacity: 0;
        top: 0;
        left: 0;
        z-index: 1075;
        display: none;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-break: auto;
        line-height: 1.42857143;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        font-size: 14px;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 6px;
        box-shadow: 0 6px 30px rgb(0 0 0 / 25%);
        -webkit-transition: transform 300ms ease-in-out,opacity 200ms linear;
        -moz-transition: transform 300ms ease-in-out,opacity 200ms linear;
        -ms-transition: transform 300ms ease-in-out,opacity 200ms linear;
        -o-transition: transform 300ms ease-in-out,opacity 200ms linear;
        transition: transform 300ms ease-in-out,opacity 200ms linear;
        will-change: transform,opacity
    }

    .ocf-popover.ocf-in {
        opacity: 1
    }

    .ocf-popover.ocf-in.ocf-top {
        transform: translateY(-3px)
    }

    .ocf-popover.ocf-in.ocf-right {
        transform: translateX(3px)
    }

    .ocf-popover.ocf-in.ocf-bottom {
        transform: translateY(3px)
    }

    .ocf-popover.ocf-in.ocf-left {
        transform: translateX(-3px)
    }

    .ocf-popover.ocf-top {
        margin-top: -15px
    }

    .ocf-popover.ocf-right {
        margin-left: 15px
    }

    .ocf-popover.ocf-bottom {
        margin-top: 15px
    }

    .ocf-popover.ocf-left {
        margin-left: -15px
    }

    .ocf-popover-title {
        margin: 0;
        padding: 8px 14px;
        font-size: 14px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        border-radius: 5px 5px 0 0
    }

    .ocf-popover-content {
        color: #333;
        padding: 12px
    }

    .ocf-popover>.ocf-arrow {
        position: absolute;
        display: block;
        background-color: #fff;
        transform: rotate(45deg);
        border-radius: 3px;
        width: 16px;
        height: 16px;
        z-index: -1
    }

    .ocf-popover.ocf-top>.ocf-arrow {
        left: 50%;
        margin-left: -8px;
        bottom: -5px
    }

    .ocf-popover.ocf-bottom>.ocf-arrow {
        left: 50%;
        margin-left: -8px;
        top: -5px
    }

    .ocf-popover.ocf-right>.ocf-arrow {
        top: 50%;
        margin-top: -8px;
        left: -5px
    }

    .ocf-popover.ocf-left>.ocf-arrow {
        top: 50%;
        margin-top: -8px;
        right: -5px
    }

    .ocf-scroll-y {
        max-height: 240px;
        margin-right: -12px!important;
        padding-right: 10px!important;
        overflow-y: scroll;
        overflow-x: hidden;
        overscroll-behavior: contain;
        background-image: linear-gradient(white 30%,transparent),linear-gradient(transparent,white 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent);
        background-position-x: 0;
        background-position-y: 0,100%,0,100%;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100% 65px,100% 65px,100% 12px,100% 12px;
        background-attachment: local,local,scroll,scroll
    }

    .ocf-scroll-y:hover {
        padding-right: 2px!important
    }

    .ocf-scroll-y::-webkit-scrollbar {
        width: 2px;
        margin-right: -5px
    }

    .ocf-scroll-y:hover::-webkit-scrollbar {
        width: 10px
    }

    .ocf-scroll-y::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 10px
    }

    .ocf-scroll-y:hover::-webkit-scrollbar-track {
        background-color: transparent
    }

    .ocf-scroll-y::-webkit-scrollbar-thumb {
        background-color: #3F67D8;
        border-radius: 10px
    }

    .ocf-scroll-y::-webkit-scrollbar-corner {
        display: none
    }

    .ocf-scroll-y::-webkit-resizer {
        display: none
    }

    .ocf-content {
        margin-bottom: 25px
    }

    .ocf-header {
        margin-bottom: 15px
    }

    .ocf-header .ocf-header-btn {
        margin-left: auto
    }

    .ocf-selected-card {
        padding: 15px;
        margin-bottom: 20px
    }

    .ocf-selected-header {
        font-size: 16px;
        margin-bottom: 10px
    }

    .ocf-selected-filter {
        font-size: 13px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
        padding: 4px 10px
    }

    .ocf-selected-filter-name {
        font-size: inherit;
        margin-right: 5px;
        margin-left: 7px
    }

    .ocf-selected-discard {
        padding: 0 2px 0 6px;
        max-width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: nowrap
    }

    .ocf-selected-value-name {
        font-size: inherit;
        overflow: hidden;
        margin-right: 5px;
        text-overflow: ellipsis
    }

    .ocf-selected-discard .ocf-icon {
        border-radius: 14px;
        width: 14px;
        height: 14px;
        flex: 0 0 14px;
        margin-left: auto
    }

    .ocf-filter-list {
    }

    .ocf-horizontal .ocf-filter-list {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
        margin-right: -5px;
        margin-left: -5px
    }

    .ocf-horizontal .ocf-collapse-filter .ocf-filter-list {
        margin-left: 0;
        margin-right: 0
    }

    .ocf-horizontal .ocf-btn-show-filters {
        margin-bottom: 10px;
        margin-top: 0;
        margin-right: 5px;
        margin-left: 5px
    }

    .ocf-filter {
        margin-bottom: 15px
    }

    .ocf-horizontal .ocf-filter {
        padding-left: 5px;
        padding-right: 5px;
        min-width: 200px;
        flex: auto
    }

    .ocf-filter-body {
        position: relative
    }

    .ocf-filter-header,.ocf-module-page-header {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px
    }

    .ocf-dropdown .ocf-filter-header {
        cursor: pointer;
        margin-bottom: 0;
        position: relative;
        z-index: 1
    }

    .ocf-dropdown.ocf-open .ocf-filter-header {
        z-index: 21
    }

    .ocf-active-label {
        margin-right: 5px
    }

    .ocf-slider .ocf-active-label {
        white-space: nowrap
    }

    .ocf-dropdown .ocf-active-label,.ocf-slider .ocf-active-label,.ocf-horizontal .ocf-slider.ocf-has-input .ocf-active-label,.ocf-slider.ocf-open .ocf-active-label {
        display: block
    }

    .ocf-active-label,.ocf-open .ocf-active-label,.ocf-slider.ocf-has-input .ocf-active-label,.ocf-slider.ocf-has-input.ocf-open .ocf-active-label {
        display: none
    }

    .ocf-filter-name {
        margin-right: 5px;
        order: -1
    }

    .ocf-horizontal .ocf-filter-name,.ocf-slider .ocf-filter-name,.ocf-horizontal .ocf-active-label {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .ocf-dropdown .ocf-active-label + .ocf-filter-name {
        display: none
    }

    .ocf-dropdown.ocf-slider .ocf-active-label + .ocf-filter-name {
        display: block
    }

    .ocf-active-label:empty + .ocf-filter-name,.ocf-open .ocf-active-label + .ocf-filter-name {
        display: block
    }

    .ocf-open .ocf-active-label + .ocf-filter-name:hover {
        white-space: nowrap;
        text-overflow: initial;
        overflow: visible;
        background-color: #fff
    }

    .ocf-has-input .ocf-slider-value {
        display: none
    }

    .ocf-horizontal .ocf-has-input .ocf-slider-value {
        display: block
    }

    .ocf-filter-description~* {
        margin-left: 5px
    }

    .ocf-filter-description .ocf-icon {
        display: block;
        filter: invert(37%) sepia(24%) saturate(2825%) hue-rotate(199deg) brightness(96%) contrast(94%)
    }

    .ocf-active .ocf-filter-header .ocf-angle-down {
        display: none
    }

    .ocf-dropdown.ocf-active .ocf-filter-discard,.ocf-horizontal .ocf-active .ocf-filter-discard,.ocf-slider.ocf-active .ocf-filter-discard {
        display: block
    }

    .ocf-dropdown .ocf-filter-body>.ocf-value-list {
        background-color: #fff;
        padding: 55px 15px 15px;
        margin: -10px 0 0;
        position: absolute;
        top: 0;
        left: -3px;
        right: -3px;
        z-index: 20;
        display: none;
        min-width: 100%
    }

    .ocf-horizontal .ocf-dropdown .ocf-filter-body>.ocf-value-list {
        min-width: 260px
    }

    .ocf-dropdown.ocf-open .ocf-filter-body>.ocf-value-list {
        display: block
    }

    .ocf-auto-column {
        display: grid;
        gap: 6px 15px;
        justify-items: stretch
    }

    .ocf-column-1 {
        grid-template-columns: repeat(1,1fr)
    }

    .ocf-column-2 {
        grid-template-columns: repeat(2,1fr)
    }

    .ocf-column-3 {
        grid-template-columns: repeat(3,1fr)
    }

    .ocf-column-4 {
        grid-template-columns: repeat(4,1fr)
    }

    .ocf-column-5 {
        grid-template-columns: repeat(5,1fr)
    }

    .ocf-column-6 {
        grid-template-columns: repeat(6,1fr)
    }

    .ocf-slider-input-group {
        margin-bottom: 10px
    }

    .ocf-value-slider {
        padding: 10px 10px 0
    }

    .ocf-btn-show-values {
        margin-top: 10px;
        padding: 0
    }

    .ocf-auto-column .ocf-value {
        margin-bottom: 0;
        width: auto!important
    }

    .ocf-value-image~.ocf-value-append,.ocf-value-color~.ocf-value-append {
        margin-top: 2px
    }

    .ocf-footer {
        background-color: #fff;
        position: sticky;
        bottom: 0;
        z-index: 3;
        margin: 15px -10px 0;
        padding: 10px
    }

    .ocf-search-btn-popover {
        min-width: 190px
    }

    .ocf-module-page {
        background-color: #fff!important;
        box-shadow: 0 3px 15px rgb(0 0 0 / 12%);
        margin-bottom: 15px
    }

    .ocf-module-page-header {
        margin-bottom: 15px
    }

    .ocf-module-page-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
        max-height: 200px
    }

    .ocf-module-page-list li + li {
        margin-top: 3px
    }

    .ocf-module-page-list a {
        display: block;
        line-height: 1.5;
        color: #4A5057;
        font-size: 13px
    }

    .ocf-module-page-list a:hover {
        color: #353A40;
        text-decoration: underline
    }

    .ocf-module-page-list a.ocf-page-selected {
        font-weight: bold;
        color: #000
    }

    .ocf-theme-light .ocf-module-page {
        padding: 12px;
        border-radius: 4px;
        box-shadow: none;
        border: 4px solid #fff8e1
    }

    .ocf-theme-light .ocf-module-page-header {
    }

    .ocf-theme-light .ocf-module-page-list {
        margin: 0
    }

    .ocf-theme-light .ocf-module-page-list a {
        color: #2e3135
    }

    .ocf-theme-light .ocf-selected-card {
        background-color: #fff;
        box-shadow: 0 0 16px rgb(0 0 0 / 15%);
        border-radius: 5px
    }

    .ocf-theme-light .ocf-selected-header {
        font-weight: bold
    }

    .ocf-theme-light .ocf-selected-filter {
        background-color: #F5F7F9;
        border-radius: 15px
    }

    .ocf-theme-light .ocf-selected-filter-name {
        color: #8596a4
    }

    .ocf-theme-light .ocf-selected-discard {
        border: 1px solid transparent;
        border-radius: 20px;
        background-color: transparent
    }

    .ocf-theme-light .ocf-selected-discard:hover {
        border-color: #d9534f
    }

    .ocf-theme-light .ocf-selected-value-name {
        color: #222
    }

    .ocf-theme-light .ocf-filter {
        margin-bottom: 25px
    }

    .ocf-theme-light.ocf-horizontal .ocf-filter {
        margin-bottom: 10px
    }

    .ocf-theme-light .ocf-filter-header,.ocf-theme-light .ocf-module-page-header {
        color: #212529;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 15px
    }

    .ocf-theme-light .ocf-filter-header .ocf-active-label {
        font-weight: normal
    }

    .ocf-theme-light.ocf-horizontal .ocf-filter-header {
        font-weight: normal;
        margin-bottom: 0
    }

    .ocf-theme-light .ocf-dropdown .ocf-filter-header {
        border: 0;
        font-weight: bold;
        padding: 8px 12px;
        background-color: #eceef2;
        border-radius: 3px
    }

    .ocf-theme-light .ocf-dropdown .ocf-filter-header:hover {
        background-color: #F4F5F8
    }

    .ocf-theme-light.ocf-horizontal .ocf-dropdown .ocf-filter-header {
        font-weight: normal
    }

    .ocf-theme-light .ocf-active.ocf-dropdown .ocf-filter-header {
        background-color: #ffeedf
    }

    .ocf-theme-light .ocf-filter-header .ocf-filter-discard:hover {
        filter: invert(38%) sepia(18%) saturate(5963%) hue-rotate(328deg) brightness(81%) contrast(105%)
    }

    .ocf-theme-light .ocf-more-selected {
        background-color: rgba(0 0 0 / 12%);
        padding: 1px 5px;
        border-radius: 2px;
        color: #444;
        font-weight: bold
    }

    .ocf-theme-light .ocf-dropdown.ocf-open .ocf-filter-header {
        background-color: #fff
    }

    .ocf-theme-light .ocf-dropdown .ocf-filter-body>.ocf-value-list {
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0 0 0 / 15%);
        border-radius: 5px
    }

    .ocf-theme-light .ocf-footer:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 10px -10px 10px 0 #fff;
        z-index: -1
    }

    .ocf-theme-light-block .ocf-selected-card {
        box-shadow: 0 0 16px rgb(0 0 0 / 15%);
        border-radius: 5px
    }

    .ocf-theme-light-block .ocf-selected-header {
        font-size: 16px;
        font-weight: bold
    }

    .ocf-theme-light-block .ocf-selected-filter {
        background-color: #F5F7F9;
        border-radius: 15px
    }

    .ocf-theme-light-block .ocf-selected-filter-name {
        color: #8596a4;
        font-size: 13px
    }

    .ocf-theme-light-block .ocf-selected-discard {
        border: 1px solid transparent;
        border-radius: 20px;
        background-color: transparent
    }

    .ocf-theme-light-block .ocf-selected-discard:hover {
        border-color: #d9534f
    }

    .ocf-theme-light-block .ocf-selected-value-name {
        font-size: 13px;
        color: #222
    }

    .ocf-theme-light-block.ocf-vertical .ocf-filter,.ocf-theme-light-block.ocf-vertical .ocf-module-page {
        margin-bottom: 15px;
        padding: 15px 20px;
        border-radius: 5px
    }

    .ocf-theme-light-block.ocf-vertical .ocf-filter {
        background-color: #f0f2f5
    }

    .ocf-theme-light-block.ocf-horizontal .ocf-filter {
        margin-bottom: 10px
    }

    .ocf-theme-light-block.ocf-vertical .ocf-active {
        background-color: #ffeedf
    }

    .ocf-theme-light-block.ocf-horizontal .ocf-filter-header {
        background-color: #f0f2f5;
        padding: 10px 15px;
        border-radius: 5px
    }

    .ocf-theme-light-block.ocf-horizontal .ocf-dropdown.ocf-open .ocf-filter-header {
        background-color: #fff
    }

    .ocf-theme-light-block .ocf-filter-header .ocf-filter-name,.ocf-theme-light-block .ocf-filter-header .ocf-active-label,.ocf-theme-light-block .ocf-module-page-header {
        color: #444
    }

    .ocf-theme-light-block .ocf-filter-header .ocf-active-label {
        font-weight: normal
    }

    .ocf-theme-light-block.ocf-horizontal .ocf-filter-header .ocf-filter-name,.ocf-theme-light-block.ocf-horizontal .ocf-filter-header .ocf-active-label {
        font-weight: normal
    }

    .ocf-theme-light-block.ocf-horizontal .ocf-active.ocf-dropdown .ocf-filter-header {
        background-color: #FDEEDE
    }

    .ocf-theme-light-block .ocf-filter-header .ocf-filter-discard:hover {
        filter: invert(1) saturate(20)
    }

    .ocf-theme-light-block .ocf-more-selected {
        background-color: rgba(0 0 0 / 12%);
        padding: 1px 5px;
        border-radius: 2px;
        font-size: 12px;
        color: #444;
        font-weight: bold
    }

    .ocf-theme-light-block .ocf-dropdown .ocf-open .ocf-filter-header,.ocf-theme-light-block.ocf-horizontal .ocf-open.ocf-active.ocf-dropdown .ocf-filter-header {
        background-color: #fff
    }

    .ocf-theme-light-block .ocf-dropdown .ocf-filter-body>.ocf-value-list {
        background-color: #fff;
        box-shadow: 0 5px 17px rgb(0 0 0 / 15%);
        border-radius: 5px;
        padding: 55px 20px 15px;
        margin: -15px -17px 0
    }

    .ocf-theme-light-block.ocf-horizontal .ocf-dropdown .ocf-filter-body>.ocf-value-list {
        padding: 60px 17px 15px;
        margin: -8px 0 0
    }

    .ocf-theme-light-block .ocf-scroll-y {
        background-color: transparent;
        background-image: linear-gradient(#F0F2F5 30%,transparent),linear-gradient(transparent,#F0F2F5 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)
    }

    .ocf-theme-light-block .ocf-active .ocf-scroll-y {
        background-image: linear-gradient(#FDEEDE 30%,transparent),linear-gradient(transparent,#FDEEDE 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)
    }

    .ocf-theme-light-block .ocf-dropdown .ocf-scroll-y,.ocf-theme-light-block .ocf-module-page-list.ocf-scroll-y {
        background-image: linear-gradient(white 30%,transparent),linear-gradient(transparent,white 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)
    }

    .ocf-theme-light-block .ocf-selected .ocf-value-input::before {
        background-color: #fff
    }

    .ocf-theme-light-block .ocf-value .ocf-value-input::after {
        filter: invert(46%) sepia(39%) saturate(589%) hue-rotate(151deg) brightness(100%) contrast(88%);
        background-size: 10px
    }

    .ocf-theme-light-block .ocf-value-count {
        font-size: 11px;
        background-color: rgb(79 83 88 / 10%);
        border-radius: 50px;
        font-weight: 400;
        color: #46494e
    }
}

.catalog__filters .ocf-body .ocf-filter .ocf-value-list .ocf-checkbox .ocf-value-input::before {
    border: 1px solid #F0F0F0;
    border-radius: 0px;
}

.catalog__filters .ocf-body .ocf-filter .ocf-value-list .ocf-checkbox.ocf-selected .ocf-value-input::before {
    background: var(--kmnd-body-background-accent);
}

.catalog__filters .ocf-body .ocf-filter .noUi-pips-horizontal {
    display: none;
}

.catalog__filters .ocf-body .ocf-filter .noUi-connects:before, .catalog__filters .ocf-body .ocf-filter .noUi-connects:after {
    display: none;
}

.noUi-base:before {
    display: none;
}

.catalog__filters .ocf-body .ocf-filter .noUi-connect:before {
    background: var(--kmnd-body-background-accent);
    height: 1px;
    margin-top: 0;
    transform: translateY(-50%);
}

.catalog__filters .ocf-body .ocf-filter .noUi-handle {
    background: #FFFFFF;
    border: solid 1px var(--kmnd-body-border-color-secondary);
    height: 16px;
    width: 16px;
    top: 1px;
}

.catalog__filters .ocf-body .ocf-filter .ocf-filter-name {
    margin-right: 0;
}

.catalog__filters .ocf-body .ocf-filter .ocf-filter-name::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 10 10'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%232D2D2D' d='M4.61 7.778.16 3.328A.543.543 0 0 1 0 2.94c0-.147.057-.284.16-.387l.327-.328a.548.548 0 0 1 .774 0l3.737 3.737 3.741-3.74a.543.543 0 0 1 .387-.16c.146 0 .284.056.387.16l.327.327c.103.103.16.24.16.387a.543.543 0 0 1-.16.387L5.386 7.778a.544.544 0 0 1-.388.16.544.544 0 0 1-.388-.16Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0v10h10V0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center / contain;
    position: absolute;
    top: 8px;
    right: 0;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
}

.catalog__filters .ocf-body .ocf-filter .ocf-filter-discard {
    display: none;
}

.catalog__filters .ocf-theme-light .ocf-search-btn-static:hover, .catalog__filters .ocf-theme-light .ocf-search-btn-popover:hover {
    background: var(--kmnd-body-background-accent);
}

.ms-price-slider {
    margin-top: 15px;
    height: 4px;
    margin-bottom: 15px;
    padding: 0 15px 0 10px;
}

.search-clear-history {
    padding: 15px;
    cursor: pointer;
}
.search-clear-history:hover {
    background: #f5f5f5;
}

.header__multisearch-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    background: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 24px rgba(0,0,0,.15);

    max-height: 70vh;
    overflow-y: auto;

    display: none;
}

.header__multisearch-results.active {
    display: block;
}

.search-item {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 12px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.search-item:hover {
    background: #f5f5f5;
}

.search-item__icon {
    width: 18px;
    flex-shrink: 0;
    opacity: .6;
}

.search-item__content {
    flex: 1;
    min-width: 0;
}

.search-item__title {
    font-size: 14px;
    line-height: 1.3;
}

.search-item__price {
    font-size: 13px;
    margin-top: 4px;
}

.search-item__price-old {
    text-decoration: line-through;
    color: #999;
    margin-right: 6px;
}

.search-item__arrow {
    width: 14px;
    flex-shrink: 0;
    opacity: .4;
}

.search-section-title {
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
}

.search-divider {
    border-bottom: 1px solid #eee;
    margin: 6px 0;
}

.search-thumb {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .header__multisearch-results {
        max-height: 60vh;
    }
}
.header__search-clear {
    display: none;
    background: none;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    margin-left: 6px;
}

.header__search-clear.active {
    display: inline-flex;
}

.catalog__heading {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 14px;
}

@media screen and (max-width: 990px) {
    .catalog__heading-search-mobile {
        font-size: 22px;
        margin: 0;
        display: block;
    }
    .catalog__heading-search {
        display: none;
    }
}
@media screen and (min-width: 991px) {
    .catalog__heading-search {
        margin-top: 0;
        margin-bottom: 14px;
        display: block;
    }
    .catalog__heading-search-mobile {
        display: none;
    }
    .header__multisearch-results.active {
        width: 500px;
    }
}
.catalog__filters .ocf-value.ocf-custom-link {
    cursor: pointer;
    font-weight: normal;
    font-style: italic;
    display: flex;
    font-size: 1rem;
    width: 100% !important;
    color: #01C070;
    font-family: var(--kmnd-body-font-family-primary);
    flex-wrap: nowrap;
    align-items: flex-start;
    text-decoration: underline;
    text-transform: none;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 6px;
    text-transform: none;
    background: transparent;
    box-shadow: none;
    border: 0;
    outline: 0;
}
