.filters-wrap-title {
    text-transform: none !important;
}

.expand-item {
    display: none;
    padding: 0 0 10px;
}

.clickable-item {
    border-top: 1px solid #d8d8d8 !important;
    padding: 10px 25px 10px 0;
    position: relative;
    font-weight: 600;
}

.clickable-item:after {
    content: '\e873';
    font-family: 'entypo-fontello';
    position: absolute;
    right: 9px;
}

.clickable-item.current-row:after {
    content: '\e876' !important;
}

.expand-item label {
    font-weight: normal !important;
}

.slider-label {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    display: block;
    margin-bottom: 10px;
    color: #666;
    position: relative;
    left: -10px;
}

.irs {
    margin-bottom: 20px;
}

.active-box {
    display: block;
}

.clickable-item:hover {
    cursor: pointer;
}

.expand-item-alt {
    margin: 0 10px;
    width: calc(100% - 20px);
}

.expand-item fieldset {
    max-height: 214px;
    overflow: auto;
}

.helper-search {
    background-color: transparent !important;
    border: 1px solid #d7d7d7 !important;
}

.checkbox-item {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.responsive body#top {
	overflow-x: visible;
}

#top #wrap_all {
	overflow: visible;
}

@media(min-width: 768px) {
    .submit-filter {
        position: -webkit-sticky !important;
        position: sticky !important;
        bottom: 10px;
        padding-top: 10px;
        z-index: 10;
    }
}

.submit-filter input {
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.clear-filter {
    margin-top: 20px;
    text-align: center;
}

.clear-filter a {
    color: unset;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #fff;
    color: #333;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border-color: #fff;
}

.irs--round .irs-handle {
    border-color: var(--gray);
}

.irs--round .irs-bar {
    background-color: var(--gray);
}

.filters-wrap-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

@media (min-width: 990px) {
    .filter-icon {
        display: none;
    }
}
@media (max-width: 989px) {
    #product-filters {
        position: absolute;
        left: -9999px;
    }

    #product-filters.visible {
        position: relative;
        left: auto;
    }

    .filters-wrap-title {
        transition: .5s;
    }

    .filters-wrap-title:hover {
        color: var(--red);
        cursor: pointer;
    }

    .filters-wrap-title:hover svg,
    .filters-wrap-title:hover svg path {
        fill: var(--red);
    }
}