﻿  .listbox .item, .selected-price-range {
        color: #4F5A64;
    }
    .attribute-filters-wrapper {
        display: flex;
        flex-direction: column;
        padding-top: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #E6E6E6;
        min-width: 230px;
    }

    .attribute-filters-wrapper .attribute-title-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        cursor: pointer;
    }

    .attribute-filters-wrapper .attribute-title-wrapper .attribute-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        text-transform: uppercase;
        margin-bottom: 0;
    }


    .attribute-filters-wrapper .attribute-title-wrapper:not(.collapsed), .attribute-filters-wrapper .attribute-title-wrapper:not(.collapsed) .attribute-title {
        color: #E90C00;
    }

    .attribute-filters-wrapper .attribute-title-wrapper, .attribute-filters-wrapper .attribute-title-wrapper .fa-chevron-down {
        transition: 0.3s transform ease;
    }

    .attribute-filters-wrapper .attribute-title-wrapper.collapsed .fa-chevron-down {
        transform: rotate(180deg);
    }

    .attribute-filters-wrapper .attribute-values {
        margin-top: 24px;
    }

    .attribute-filters-wrapper .attribute-values .attribute-value {
        font-family: 'Maven Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #000000;
    }

    .attribute-filters-wrapper .attribute-values .attribute-value {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
    }

    .attribute-filters-wrapper .attribute-values .attribute-value:not(:first-of-type) {
        margin-top: 8px;
    }

    .attribute-filters-wrapper .attribute-values .attribute-value label {
        margin-bottom: 0;
        cursor: pointer;
    }

    .attribute-filters-wrapper .attribute-values .attribute-value input[type="checkbox"] {
        accent-color: #000000;
        cursor: pointer;
    }

    .attribute-filters-wrapper .attribute-values .attribute-value input[type="checkbox"]:checked + label {
        font-weight: 600;
    }

    .price-wrapper {
        gap: 10px;
    }

    .price-divider {
        border-top: 1px solid #CCCCCC;
        border-radius: 1px;
    }

    .attribute-values .form-floating {
        position: relative;
    }

    .attribute-values .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

    .form-floating > .form-control {
        padding: 1rem 0.75rem;
    }

    .attribute-values .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25;
    }

    .attribute-values .form-control::placeholder {
        color: transparent;
    }

    .attribute-values .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #CCCCCC;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .attribute-values .form-control:focus {
        border-color: #CCCCCC;
        box-shadow: unset;
    }

    .attribute-values .form-control::placeholder {
        color: transparent;
    }

    .attribute-values .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
        opacity: .65;
        transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    }

    .attribute-values .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem 0.75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    }

    label {
        display: inline-block;
    }

    .form-floating .form-control {
        padding-left: 20px;
    }

    .form-floating span {
        position: absolute;
        line-height: 1.25;
        bottom: 11px;
        left: 12px;
    }

    .form-floating input::-webkit-outer-spin-button,
    .form-floating input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .form-floating input[type=number] {
        -moz-appearance: textfield;
    }

    .ui-slider-horizontal .ui-slider-range {
        height: 100%;
        background: black;
    }

    .ui-slider-horizontal {
        height: 0.3em;
    }

    .ui-widget-header {
        background-color: #333333 !important;
    }

    .ui-widget.ui-widget-content {
        border-color: #E6E6E6;
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: -0.5em;
    }

    .ui-slider-horizontal .ui-slider-handle:hover {
        border-color: #d3d3d3;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        background: white;
        border-radius: 10px;
    }

    .ui-state-default::before {
        content: "|||";
        color: #999999;
        font-size: 8px;
        display: flex;
        justify-content: center;
        margin-top: 18%;
        cursor: pointer;
    }

    .ui-state-default, .ui-widget-content .ui-state-default,
    .ui-slider-horizontal .ui-slider-handle:hover {
        border-color: #E6E6E6;
    }

    .ui-state-default:focus-visible {
        outline: 1px solid transparent;
    }