
.shop-widget-title span{
    float: right;
}

.shop-category-list div.name,.shop-checkbox-list .name{
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}
.shop-checkbox-list .form-check-label span.name{
    float: left;
}


.product-price-range-box{
    margin-bottom: 12px;
}

.product-price-range.ui-widget-content {
    border: none;
    background: var(--border-info-color);
    height: 5px;
    border-radius: 3px;
}

.product-price-range .ui-state-default,
.product-price-range .ui-widget-content .ui-state-default {
    top: -7px;
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
    background: var(--theme-color);
    z-index: 1;
}

.product-price-range .ui-state-focus {
    outline: none;
}

.product-price-range .ui-widget-header {
    background: var(--theme-color);
    border-radius: 0 !important;
}

.product-price-range-input input {
    border: none;
    margin-bottom: 20px;
    color: var(--theme-color);
    background: transparent;
    font-weight: 700;
    outline: none;
}

