.box.box-sm.box-filters,
.filter-sections {
    background-color: #F5F0EA !important;
}

.sidebar-inner>div {
    border-color: transparent !important;
}

.sidebar input[type=checkbox]+label:before,
input[type=radio]+label:before {
    border-radius: 0px;
}

.sidebar-banner .banner-email a {
    color: white;
}

#clear-filters,
.toggle-filters {
    text-transform: math-auto !important;
}

.filter-label {
    font-size: 14px !important;

}


.ui-slider-handle {
    background-color: white !important;
    border: #ccc 1px solid;
}

/* Three vertical bars inside the slider handle */
.ui-slider-handle {
    position: relative;
}
.ui-slider-handle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 60%;
    background-color: #439c8c;
    transform: translate(-50%, -50%);
    border-radius: 1px;
    box-shadow: -4px 0 0 0 #439c8c, 4px 0 0 0 #439c8c;
    pointer-events: none;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
    max-height: 5px !important;
    top: 2px;
}

.slider-content,
.ui-slider {
    background-color: transparent !important;

}

#filters .slider-wrapper {
    border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
}


#filters .slider-wrapper-content {
    margin-bottom: 5px;
    display: grid
}

#filters .slider-wrapper {
    padding: 0px !important;
}

#filters .slider-wrapper {
    font-family: "Source Sans 3", sans-serif;
    ;
}

#filters h3 {
    font-weight: 600;
}

#filters .slider-wrapper h4 {
    color: #439c8c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.filter-sections h4 {
    color: #439c8c;
    font-size: 16px !important;
    font-weight: 600;
}

.slider-wrapper {
    display: grid;
}


.slider-header {
    order: 2;
    font-weight: 600;
}


.filter-sections .filter-section.filter-section-boolean {
    margin-top: -15px;
}

.filter-total-count,
.sidebar .filter-label .filter-count {
    display: none;
}

input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after {
    background-color: #439c8c !important;
    border-color: #fff;
}

.collapse-arrow {
    transition: transform 0.3s ease;
    color: #439c8c;
    margin-top: 5px;
}

h4 {
    position: relative;
    padding: 10px 0;
    margin-bottom: 10px;
}

.box-categories {
    background-color: #F5F0EA !important;
    padding: 15px 20px 20px;
    margin-top: 40px;
}

.categories .topic a {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.categories .active li {
    font-weight: 400;
    color: #439c8c !important;
}

.categories .topic.child-active>a {
    color: #439c8c !important;
}

.topic.active>a {
    font-weight: 400;
    color: #439c8c !important;
}

.categories ul a {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.categories ul .active a {
    position: relative;
    z-index: 1;
    color: white;
}

.categories ul .active::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
    background-color: #439c8c;
    z-index: 0;
}

#categories .expandable>.topic>a>span:before,
#categories .expandable>a>span:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("https://705813.myshoptet.com/user/documents/upload/Kategorie, podkategorie/down.svg") !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform .3s ease-out;
    vertical-align: middle;
    margin-top: -12px !important;
}
.sidebar .collapse-arrow
{
    width: 10px !important;
    height: 10px !important;
}

#categories .expandable.external>.topic>a>span:before,
#categories .expandable.external>a>span:before,
#categories .expandable>.topic>a>span:before,
#categories .expandable>a>span:before {
    content: "" !important;
}

#categories .expandable.expanded>.topic>a>span:before,
#categories .expandable.expanded>a>span:before {
    transform: rotate(270deg) !important;
}


.expandable.external>a>span {
    margin-left: 25px;
}

#categories .expandable.expanded>ul li {
    font-size: 14px;
}

.sidebar .banner-wrapper {
    background-color: #439c8c;
}

#categories .active.expanded .expandable a {
    color: #439c8c !important
}

.sidebar-banner {
    background-color: #439c8c;
    padding: 30px 20px;
    text-align: center;
    max-width: 300px;
    margin: 20px auto 0;
    color: white;
}

.banner-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    display: block;
}

.banner-subtitle {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.banner-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1;
}

.banner-title .line1 {
    display: block;
    margin-bottom: 5px;
}

.banner-title .line2 {
    display: block;
}

.banner-question {
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 18px;
}

.banner-email {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 14px;
}

.email-icon {
    width: 18px;
    height: 19px;
    margin-right: 8px;
}

.banner-button {
    background-color: #F0EAE0;
    color: #000;
    border: none;
    max-width: 175px !important;
    padding: 7px 15px !important;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    margin-top: -5px;
    min-height: 40px;
    align-content: center;
}

.banner-button:hover {
    background-color: #E5DDD0;
}

/* Responsive design */
@media (max-width: 768px) {
    .sidebar-banner {
        max-width: 100%;
        margin: 10px;
        padding: 20px 15px;
    }

    .banner-title {
        font-size: 20px;
    }
}

input[type="checkbox"]:checked+label::before,
input[type="radio"]:checked+label::before {
    background-color: #439c8c !important;
    border: transparent;
}

.filter-section label.active {
    font-weight: 400 !important;
}