/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 10 2024 | 18:35:25 */
.nit-sidebar .widget-title {
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    display: block !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #000 !important;
    line-height: 22px !important;
}

.nit-sidebar .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a,
.nit-sidebar .tagcloud a {
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    display: block !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    color: #807E7E !important;
    line-height: 22px !important;
}

.nit-sidebar .tagcloud {
    max-height: 350px !important;
    overflow-y: auto !important;
}

.nit-sidebar .tagcloud::-webkit-scrollbar,
.wpc-filters-main-wrap ul.wpc-filters-labels::-webkit-scrollbar {
    width: 5px;
    border-radius: 4px;
}

.nit-sidebar .tagcloud::-webkit-scrollbar-track,
.wpc-filters-main-wrap ul.wpc-filters-labels::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.nit-sidebar .tagcloud::-webkit-scrollbar-thumb,
.wpc-filters-main-wrap ul.wpc-filters-labels::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 0 solid slategrey;
    border-radius: 4px;
}

.nit-sidebar .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
    float: none;
    display: block;
    border: 0;
}

.nit-sidebar .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label,
.nit-sidebar .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    border: 0;
    padding-left: 0;
    margin: 0;
} 

.nit-sidebar .widget_price_filter .ui-slider .ui-slider-handle,
.nit-sidebar .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #000;
}

.nit-sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-color: #f0f0f0;
}

.nit-sidebar .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label,
.nit-sidebar .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    display: flex;
    align-content: center;
    align-items: center;
}

.nit-sidebar .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper:hover {
    background: none;
    color: #000;
}

.nit-sidebar .tagcloud a:hover,
.nit-sidebar .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a:hover,
.nit-sidebar .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper a:hover {
    text-decoration: underline;
    color: #000 !important;
}




.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input:checked + label a,
body .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper,
body .wpc-filters-main-wrap input.wpc-label-input:checked+label,
body .wpc-filters-main-wrap input.wpc-label-input:checked+label .wpc-term-count {
    background: transparent !important;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 800 !important;
}

.wpc-custom-selected-terms {
    display: none;
}





.select2-container--default .select2-selection--multiple {
    /* border: none; */
    border-radius: 4px !important;
    padding: 2px !important;
    min-height: 48px !important;
    font-size: 14px !important;
    color: #333 !important;
}

/* .select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:hover {
    border-color: #ccc;
    box-shadow: none;
} */


/* Ensure the form aligns well */
.woocommerce-widget-layered-nav-dropdown {
    display: flex !important;
    flex-direction: row !important;
    gap: 5px !important;
}

/* Adjust the width of the select2 dropdown */
.select2-container {
    width: 100% !important;
}

.woocommerce-widget-layered-nav-dropdown__submit {
    max-width: 100px !important;
    font-size: 11px !important;
    padding: 3px 8px !important;
    max-height: 48px !important;
    border-radius: 4px !important;
}

.widget_product_categories .woocommerce-widget-layered-nav-dropdown li,
.widget_layered_nav .woocommerce-widget-layered-nav-dropdown li {
    margin: 2px !important;
}

.woocommerce-widget-layered-nav .select2-search__field {
    margin: 0 !important;
    padding: 3px 10px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    max-height: 40px !important;
}

.sidebar-box {
    margin-bottom: 35px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    border-radius: 4px !important;
    height: 30px !important;
    font-size: 12px !important;
}

.woocommerce .button:focus {
    background: #000 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 10px !important;!i;!;
    line-height: 17px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 3px !important;!i;!;
    margin-top: 3px !important;!i;!;
    padding: 0;
    padding-left: 20px;
    padding-right: 5px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    !i;!;
}