.custom-sidebar {
    background-color: white;
}

.custom-sidebar p,
.custom-sidebar span,
.custom-sidebar li,
.custom-sidebar a,
.custom-sidebar .sidebar-container .widget_nav_menu .menu li a,
.custom-sidebar .sidebar-container .wd-widget.widget.sidebar-widget .widget-title,
.custom-sidebar .sidebar-container .wd-widget.widget.sidebar-widget li a,
.custom-sidebar .sidebar-container .wd-widget.widget .wp-block-heading,
.custom-sidebar .sidebar-container .wd-widget.widget .wc-block-components-checkbox span {
    color: #231F20;
    font-family: SF Pro Display;
    font-weight: 600;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-transform: none;
}

.custom-sidebar .sidebar-container .wd-widget.widget.sidebar-widget li a {
    font-weight: 400;
    font-size: 15px;
}

.custom-sidebar .widget_layered_nav ul .count {
    font-family: SF Pro Display;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #231F20D9;
    background-color: #F3F5F7;
    padding: 5px 10px;
    border-radius: 25px;
}

.menu-in-custom-sidebar {
    margin: 0;
    border: none;
}

.menu-in-custom-sidebar li {
    border-bottom: 1px solid #828BA0
}

.menu-in-custom-sidebar li {
    padding: 3% 4.5%;
}

.sidebar-container .wd-widget.widget.sidebar-widget {
    border-bottom: 1px solid #828BA0
}

.custom-sidebar .noUi-horizontal {
    height: 5px;
}

.custom-sidebar .noUi-connect {
    background: #00B5F2;
}

.custom-sidebar .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    right: -17px;
    top: 0;
    transform: translate(0, -50%);
    border-radius: 100%;
    background: #00B5F2;
    box-shadow: none;
}

.custom-sidebar .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 9.2px;
    width: 9.2px;
    background: #FFFFFF;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.custom-sidebar .my-slider-filter-widget {
    border: none;
}

.widget_my_slider_filter_widget .my-slider-filter-widget {
    width: 80%;
}

.custom-sidebar .my-slider-filter-widget .msf-input {
    width: 100%;
    max-width: 110px;
}

.custom-sidebar .my-slider-filter-widget .msf-footer {
    display: none;
}

.custom-sidebar .noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,100%);
    left: 50%;
    bottom: -10%;
}

.custom-sidebar .my-slider-filter-widget .msf-inputs {
    justify-content: space-between;
}

.custom-sidebar .noUi-horizontal .noUi-handle.noUi-handle-lower {
    width: 24px;
    height: 24px;
    left: 25px;
    top: 0;
    transform: translate(0, -50%);
    border-radius: 100%;
    background: #00B5F2;
    box-shadow: none;
}

.custom-sidebar .my-slider-filter-widget .msf-inputs {
    margin-bottom: 25px;
}

.custom-sidebar .noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: -2px;
}

.custom-sidebar .noUi-tooltip {
    display: block;
    position: absolute;
    border: none;
    border-radius: 0px;
    background: transparent;
    color: #231F20;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;

}

.custom-sidebar .noUi-handle:after {
    content: none;
}

.custom-sidebar .widget_layered_nav ul li a:before,
.custom-sidebar .wd-widget-stock-status a:before {
    width: 25px;
    height: 25px;
}

.custom-sidebar .sidebar-container .wd-widget.widget.sidebar-widget {
    padding-left: 0;
}

.custom-sidebar .sidebar-container .wd-widget.widget.sidebar-widget .woocommerce-widget-layered-nav-list {
    margin-left: 2.3em;
    margin-top: 24px;
}

.custom-sidebar .widget_layered_nav ul li {
    margin-bottom: 11px;
}

.custom-sidebar input[type="number"] {
    max-width: 110px;
    border-radius: 10px;
    padding: 25px 0;
}

.custom-sidebar .wsrf-values {
    margin-bottom: 12px;
}

.custom-sidebar .wsrf-root {
    width: 79%;
    margin-left: 2.2em;
}

.custom-sidebar .wsrf-root .wsrf-values {
    width: 94%;
}

.custom-sidebar .wp-block-woocommerce-attribute-filter {
    margin-left: 2.3em;
}

.custom-sidebar .wp-block-woocommerce-attribute-filter li span.wc-block-components-checkbox__label,
.custom-sidebar .sidebar-container .wd-widget.widget .wc-block-components-checkbox span{
    font-weight: 400;
}

.reset-filter-btn {
    background: #0099CCA6;
    padding: 24px;
}

.reset-filter-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reset-filter-btn:hover {
    background: #0099CC;
}

.reset-filter-btn a {
    color: #ffffff;
}

.wd-widget.widget.sidebar-widget.widget_block:has(.reset-filter-btn) {
    padding-right: 0;
}

.reset-filter-btn a {
    gap: 8px;
}

.sidebar-container .wd-widget.widget.sidebar-widget:last-child,
.sidebar-container .wd-widget.widget.sidebar-widget:nth-child(-2)
{
    border: none;
}

.wd-widget.widget.sidebar-widget.widget_wsrf_widget:not(:has(.wsrf-root)) {
    display: none;
}

.reset-filter-btn a:hover {
    color: #ffffff!important;
}

