
.ocf-container {
    position: absolute;
    right: 0;
    top: 68px;
    box-shadow: 0px 0px 10px 0px #2828280F;
    width: 100%;
    background: #FFFFFF;
    z-index: 100;
    padding: 30px;
    max-width: 600px;
    display: none;
}

.ocf-container.active {
    display: block;
}

.ocf-header {
    border-bottom: 1px solid #EEEEEE;
}

.ocf-header span {

    justify-content: center;
    padding-bottom: 0px;
    margin-bottom: 20px;
    position: relative;
    color: #1E1E1E;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    padding-left: 19px;
    align-items: center;
}

.ocf-header span:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 4px;
    height: 30px;
    border-radius: 10px;
    background: #005AA9;
}

.ocf-btn-link {
    margin-left: auto;
    position: absolute;
    right: 30px;
}

.ocf-theme-light .ocf-filter-header,
.ocf-theme-light .ocf-module-page-header {
    color: #303030;
    text-transform: unset;
    font-size: 13px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 140%;
}

.ocf-slider-input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ocf-slider-input-group > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #303030;
}

.ocf-form-control, input.ocf-form-control, textarea.ocf-form-control {
    border: 0;
}

.ocf-slider-input-group input.ocf-form-control {
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
    color: #1E1E1E;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    border-radius: 30px !important;
    padding: 15px;
    text-align: center;
}

.ocf-slider-input-group > div.text-end {
    display: flex;
    align-items: center;
    justify-content: end;
}

.ocf-dropdown .ocf-filter-body > .ocf-value-list {
    padding: 0;
    position: static;
}

.ocf-theme-light .ocf-dropdown .ocf-filter-header {
    border: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    padding: 0;
    background-color: transparent;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.ocf-theme-light .ocf-dropdown .ocf-filter-header:hover {
    background-color: transparent;
}

.ocf-theme-light .ocf-dropdown .ocf-filter-body > .ocf-value-list {
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
}

.ocf-theme-light .ocf-value-count {
    background-color: transparent;
    border-radius: 0px;
    color: #303030;
}

.ocf-value-color {
    border: 0;
}


.ocf-value-append {
    margin-left: 10px;
    color: #005AA9;
    text-align: center;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    padding: 0px 15px;
    border-radius: 50px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.ocf-value-count {
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;

}

.ocf-selected .ocf-value-color {
    box-shadow: none;
    border-color: initial;
}

.ocf-selected .ocf-value-count, .ocf-value-count:empty {
    display: unset;
}
.ocf-selected .ocf-value-count,
.ocf-value:hover .ocf-value-count{
    color: #FFFFFF ;
}

.ocf-theme-light .ocf-selected .ocf-value-append,
.ocf-theme-light .ocf-value:hover .ocf-value-append {
    background: #005AA9;
    border-color: #005AA9;
    color: #FFFFFF ;
}



.ocf-noUi-pips {
    display: none;
}

.ocf-noUi-connect::before, .ocf-noUi-handle {
    background-color: #005AA9;
}

.ocf-noUi-base::before {
    background-color: #AAAAAA;
}

.ocf-between {
    gap: 10px;
}

.ocf-noUi-handle {
    border: 0;
    border-radius: 100%;
    cursor: default;
    box-shadow: none;
    width: 20px;
    height: 20px;
    right: -13px;
    top: -2px;
}

.ocf-input-group {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

.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: #FF8D28;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    padding: 16px;

    height: 50px;
    border-radius: 44px;
}

.ocf-search-btn-static span {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    color: #1E1E1E;
    width: 24px;
    height: 24px;
    margin-left: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #FFFFFF;
}

.ocf-footer {
    position: static;
}

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

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

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

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

.ocf-selected .ocf-value-input-checkbox::after {
    bbackground-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.5L3.46875 7.03125L0.5 4.0625' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.ocf-value, .ocf-value:active, .ocf-value:focus, .ocf-value:visited, .ocf-value:hover {
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    vertical-align: middle;
    color: #1E1E1E;
    align-items: center;
    margin-bottom: 8px!important;
}

.ocf-filter-name {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #303030;

}

.ocf-filter-header .ocf-angle-down {
    transform: rotate(0deg);
    margin-right: 0px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25 15H23.75M15 6.25V23.75' stroke='%23303030' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 30px;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.ocf-dropdown.ocf-open .ocf-filter-header .ocf-angle-down {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9999 22.2857C6.32818 22.2857 1.71423 17.6717 1.71423 11.9999C1.71423 6.32818 6.32818 1.71423 11.9999 1.71423C17.6717 1.71423 22.2857 6.32818 22.2857 11.9999C22.2857 17.6717 17.6717 22.2857 11.9999 22.2857ZM11.9999 2.99995C7.03711 2.99995 2.99995 7.03711 2.99995 11.9999C2.99995 16.9628 7.03711 20.9999 11.9999 20.9999C16.9628 20.9999 20.9999 16.9628 20.9999 11.9999C20.9999 7.03711 16.9628 2.99995 11.9999 2.99995Z' fill='%231E1E1E'/%3E%3Cpath d='M16.5 12.8571H7.50003C7.14518 12.8571 6.85718 12.4731 6.85718 12C6.85718 11.5268 7.14518 11.1428 7.50003 11.1428H16.5C16.8549 11.1428 17.1429 11.5268 17.1429 12C17.1429 12.4731 16.8549 12.8571 16.5 12.8571Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
}

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

.ocf-theme-light .ocf-active.ocf-dropdown  .ocf-filter-header {
    background-color: transparent;
}


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

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

.ocf-filter-body > .ocf-value-list {
    display: none !important;;
    position: static !important;
    transform: none;
}

.ocf-btn-mobile-fixed.ocf-mobile {
    display: none;
}

@media (max-width: 767px) {
    @media (max-width: 360px) {
        .ocf-container.ocf-mobile-active {
            box-shadow: none;
        }
    }
}

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

@media (max-width: 767px) {
    .ocf-container.ocf-mobile-open {
        transition: none;
    }
}

@media (max-width: 767px) {
    .ocf-container.ocf-mobile-1 {
        display: block !important;
        will-change: transform, box-shadow;
        border-radius: 4px;
    }
}

.ocf-container {
    position: absolute;
    right: 0;
    top: 93px;
    box-shadow: 0px 0px 10px 0px #2828280F;

    background: #FFFFFF;
    z-index: 100;
    padding: 30px;
    max-width: 600px;
    display: none;
}

.ocf-container.ocf-mobile-active {
    display: block;
}

@media (max-width: 767px) {
    .ocf-content {
        height: 100%;
        overflow: auto;
        padding-right: 10px;
    }

    .ocf-container {
        height: calc(100vh - 60px);
    }

    @media (max-width: 360px) {
        .ocf-container {
            width: auto;
            transition: none;
        }
    }
    .ocf-filter-body > .ocf-value-list {
        padding: 0px !important;
    }

    .ocf-body {
        position: static;
        padding-top: 22px;
    }

    .ocf-open .ocf-filter-header {
        flex-wrap: nowrap;
        position: static;
        height: unset;
    }

    .ocf-filter {
        margin: 0 0px;
    }

    .ocf-container {
        padding: 20px 10px 20px 20px;
    }

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

    .ocf-header {
        font-size: 17px;
        justify-content: space-between;

    }

    .ocf-header {
        padding: 0;
        padding-bottom: 15px;
    }

    .ocf-container {
        top: 60px;
    }

    .ocf-btn-link {
        right: 0px;
    }

    .ocf-btn {
        padding: 0px;
    }

    /* .ocf-container.ocf-mobile-open {
         box-shadow: 0px 0px 10px 0px #2828280F;
         right: 10px;
         left: 10px;
     }*/
    /* .ocf-container:before{
         content: '';
         position: absolute;
         top: 0;
         right: 0;
         left: 0px;
         bottom: 0px;
         background: rgba(48, 48, 48, 0.8);
     }*/
    .ocf-value-input {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
    }

    .ocf-value, .ocf-value:active, .ocf-value:focus, .ocf-value:visited, .ocf-value:hover {
        font-size: 15px;
        color: #303030;
        margin-bottom: 14px;
    }

    .ocf-value-count {
        font-size: 15px;
    }

    .ocf-filter-name {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .ocf-theme-light .ocf-filter + .ocf-filter {
        border-top: 0;
    }

    .ocf-value-image, .ocf-value-color {
        margin-right: 10px;
    }

    .ocf-slider-input-group > div {
        font-size: 15px;
    }

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

    .ocf-value-slider {
        overflow: hidden;
        margin-top: 20px;
    }

    .ocf-theme-light .ocf-filter-header, .ocf-theme-light .ocf-module-page-header {

        margin-bottom: 0px;

    }

    .ocf-slider-input-group input.ocf-form-control {
        display: inline-flex;
        align-items: center;
        max-width: min-content;
    }

    .ocf-active-label2 {
        display: none !important;
    }

    .ocf-active-label2 {
        display: flex !important;
        font-weight: 600;
        font-size: 15px;
        line-height: 140%;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }

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

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

    .ocf-active .ocf-filter-discard {
        display: none !important;
    }

    .ocf-filter-header, .ocf-module-page-header {
        padding-bottom: 0;
    }

    .ocf-active .ocf-active-label {
        display: none !important;
    }

    .ocf-angle {
        width: 26px;
        height: 26px;
        background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.4165 13H20.5832M12.9998 5.41666V20.5833' stroke='%23303030' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

    .ocf-open .ocf-filter-header .ocf-angle-right {
        display: block;
        width: 26px;
        height: 26px;
        background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.4165 13H20.5832' stroke='%23303030' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

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

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

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

    .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 {

        font-size: 15px;
    }

    .ocf-theme-light .ocf-footer {
        box-shadow: none;
    }

    .ocf-footer {
        position: static;
        padding: 0;
        margin: 0;
    }

    .ocf-value:last-child,
    .ocf-value:last-child:active,
    .ocf-value:last-child:focus,
    .ocf-value:last-child:visited,
    .ocf-value:last-child:hover {
        margin-bottom: 0;
    }


    .ocf-open .ocf-filter-header {
        flex-wrap: nowrap;
        position: static;
        bottom: 100%;
        height: unset;
    }

    .ocf-container {
        left: 10px;
        right: 10px;
        width: auto;
    }
}

.btn-filter {
    background: #005AA9;
    padding: 12px 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
    color: #FFFFFF;
    margin-bottom: 25px;
    border-radius: 45px;
    text-decoration: none;
    gap: 7px;
}

@media (min-width: 768px) {
    .btn-filter {
        display: inline-flex;
        float: right;
    }
}


@media (min-width: 992px) {
    .ocf-container {
        display: block;
        position: relative;
        top: 0;
        box-shadow: none;
        min-width: unset;
        padding: 0;
    }

    .ocf-header {
        display: none;
    }

    .ocf-filter {
        background: #F7F7F7;
        border: 1px solid #EEEEEE;
        padding: 20px;
        border-radius: 20px;
    }

    .ocf-filter-list {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

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

    .ocf-theme-light .ocf-dropdown .ocf-filter-body > .ocf-value-list {
        background-color: transparent;
    }

    .ocf-theme-light .ocf-dropdown.ocf-open .ocf-filter-header {
        background-color: transparent;


    }

    .ocf-filter-name {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        padding-left: 18px;
        position: relative;
        color: #1E1E1E;

    }

    .ocf-filter-name:after {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        width: 3px;
        height: 22px;
        border-radius: 10px;
        background: #005AA9;
    }

    .ocf-footer {
        display: none;
    }
}

.ocf-scroll-y {

    background: none;
    overflow-y:hidden;
    max-height: unset;

}
.ocf-btn-link {
    margin-left: auto;
    position: static;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #FF8D28!important;
text-decoration: none;
}
.ocf-btn-link:hover {color: #F3790C}
.ocf-angle {
    transform: rotate(180deg);
    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 d='M5 7.5L10 12.5L15 7.5' stroke='%23FF8D28' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.ocf-angle-down {
    transform: rotate(0deg);
}
.ocf-collapse-value .ocf-value-list {
    border-top: 0;
    margin-top: 0px;
}
.ocf-collapse-value .ocf-value-list-body {
    padding-top: 0px;
}
@media (min-width: 993px) {
    .ocf-scroll-y:hover {
        padding-right: 10px !important;
    }
}
.ocf-minus-circle {
    width: 24px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9999 22.2857C6.32818 22.2857 1.71423 17.6717 1.71423 11.9999C1.71423 6.32818 6.32818 1.71423 11.9999 1.71423C17.6717 1.71423 22.2857 6.32818 22.2857 11.9999C22.2857 17.6717 17.6717 22.2857 11.9999 22.2857ZM11.9999 2.99995C7.03711 2.99995 2.99995 7.03711 2.99995 11.9999C2.99995 16.9628 7.03711 20.9999 11.9999 20.9999C16.9628 20.9999 20.9999 16.9628 20.9999 11.9999C20.9999 7.03711 16.9628 2.99995 11.9999 2.99995Z' fill='%231E1E1E'/%3E%3Cpath d='M16.5 12.8571H7.50003C7.14518 12.8571 6.85718 12.4731 6.85718 12C6.85718 11.5268 7.14518 11.1428 7.50003 11.1428H16.5C16.8549 11.1428 17.1429 11.5268 17.1429 12C17.1429 12.4731 16.8549 12.8571 16.5 12.8571Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
}