.filter-section-row {
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.filter-section {
    padding: 0 4px;
    margin: 7px 0;
    position: relative;
}

.filter-section:not(hr, span) {
    min-height: 33px;
}

.flex-100 {
    flex: 0 1 100%;
}

.flex-50 {
    flex: 0 1 50%;
}

.flex-25 {
    flex: 1 1 25%;
    max-width: 50%;
}

hr.filter-section {
    flex-basis: 100%;
    height: 0;
    margin: 0;
    border: 0;
}

.slider-leverer.one-slider {
    display: none;
}

.psaldo-only-div, .all-orderable-div, .checkbox-div {
    margin-right: 10px;
    padding-top: 3px;
    z-index: 3;
}

.lamnia-checkbox {
    margin-right: 5px;
    flex: 0 0 auto;
}

.psaldo-only-text, .all-orderable-text {
    flex: 0 0 auto;
}

.psaldo-only-div .sprite-ui, .all-orderable-div .sprite-ui{
    flex: 1 1 100%;
}

.product-filter.checkbox {
    margin: 4px;
    margin-right: 0;
    display: inline-block;
    float: right;
}

.filter-toggle-icon {
    display: inline-block;
    margin: 0 7px;
    color: var(--brand);
    transform: rotate(90deg);
    transition: transform 0.4s ease-out;
}

.filter-toggle-icon.active {
    transform: rotate(-90deg);
    transition: transform 0.4s ease-in;
}

.filter-toggle-text-span {
    display: none;
    margin: 0 0 0 7px;
    padding: 1px;
}

.filter-toggle-text-span.active {
    display: inline-block;
}

.filter-toggle-text {
    cursor: pointer;
    display: block;
    font-weight: bold;
    text-align: left;
    padding: 5px 8px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    z-index: 3;
}

.filter-toggle {
    display: none;
}

.filter-toggle.active {
    display: block;
}

.select-ajaxloader {
    display: none;
    z-index:3;
    position:absolute;
    left:48%;
    top:5px;
    color: var(--brand);
}

.trustpilot-filter button  {
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 100px auto;
}

.trustpilot-filter-texthidden .text {
    margin-left: 110px;
}

.trustpilot-filter-tp-5{
    background-repeat: no-repeat;
    background-position: 20px;
    background-size: 100px auto;
}

.trustpilot-filter-tp-4 {
    background-repeat: no-repeat;
    background-position: 20px;
    background-size: 100px auto;
}

.trustpilot-filter-tp-3 {
    background-repeat: no-repeat;
    background-position: 20px;
    background-size: 100px auto;
}

.filter-boxed {
    border: 1px solid;
    padding: 5.5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 2px;
}

.filter-boxed .slider-horizontal {
    padding: 13px 0;
    width: 90%;
    height: 20px;
    margin: 0 5%;
    margin-bottom: 2px;
}

.filter-boxed button {
    float: right;
    clear: both;
    border: 0;
    color: white;
    background-color: #399f15;
    border-radius: 2px;
    width: 100%;
    max-width: 75px;
    min-width: 60px;
    height: 26px;
    text-align: center;
    padding: 0;
}

.filter-boxed button:disabled, .filter-boxed button:disabled {
    color: white;
    background-color: gray;
}

.activeRange {
    border: 1px solid rgba(0,0,0,0.2);
    outline: 0;
    padding: 5px 8px;
    height: 26px;
    box-shadow: inset 0px 1px 3px 0px rgb(0 0 0 / 75%);
    z-index: 3;
}

.activeRange-container {
    font-size: 1.4rem;
    font-weight: normal;
}

@media (min-width: 425px) {
    .activeRange-container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 2.5fr 0.2fr 2.5fr 1fr;
        grid-template-columns: 2.5fr 0.2fr 2.5fr 1fr;
        justify-content: space-evenly;
    }
    .activeRange-container .minPriceInput,
    .activeRange-container .minLengthInput,
    .activeRange-container .minBlengthInput {
        -ms-grid-column: 1;
        grid-column: 1;
        text-align: right;
    }
    .activeRange-container .maxPriceInput,
    .activeRange-container .maxLengthInput,
    .activeRange-container .maxBlengthInput {
        -ms-grid-column: 3; 
        grid-column: 3;
    }
    .activeRange-container .slider-add-class {
        -ms-grid-column: 4; 
        grid-column: 4;
    }
}

@media (min-width: 1024px) {
    .activeRange-container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 3.3fr 0.5fr 2.5fr 1fr;
        grid-template-columns: 3.3fr 0.5fr 2.5fr 1fr;
        justify-content: space-evenly;
    }
    .activeRange-container .minPriceInput,
    .activeRange-container .minLengthInput,
    .activeRange-container .minBlengthInput {
        -ms-grid-column: 1;
        grid-column: 1;
        text-align: right;
    }
    .activeRange-container .maxPriceInput,
    .activeRange-container .maxLengthInput,
    .activeRange-container .maxBlengthInput {
        -ms-grid-column: 3; 
        grid-column: 3;
    }
    .activeRange-container .slider-add-class {
        -ms-grid-column: 4; 
        grid-column: 4;
    }
}

@media (max-width: 424px) {
    .activeRange-container {
        display: -ms-grid;
        display: grid;
        grid-template-columns: auto auto;
        justify-content: space-evenly;
    }

    .activeRange-container .slider-add-class {
        -ms-grid-row: 2; 
        -ms-grid-column: 3; 
        grid-row: 2;
        grid-column: 1 / 3;
    }
}

.slider-disabled.filter-boxed b {
    font-weight: 500;
    color: #939393;
}

.slider-disabled .activeRange {
    color: #939393;
}

.activeRange-indicator {
    position: relative;
    height: 8px;
    width: 8px;
    background: black;
    transform: rotate(45deg);
    top: -4px;
    left: 55px;
}

.slider {
    display: block ;
}

.slider.slider-horizontal .slider-track {
    background: #9e9e9e;
}

.slider-selection {
    background: #353535;
}

.slider-handle {
    background: #353535;
    width: 18px;
    height: 18px;
    margin-top: -4px;
    box-shadow: 1px 1px 2px 0px #757575;
}

.slider-track-low, .slider-track-high {
    background: #999;
}

.slider-disabled .slider-handle {
    background: #999;
}

.slider-div {
    min-height: 71px;
    position: relative;
}

.alert-arrow {
    position: absolute;
    left: -21px;
    top: 0px;
    font-size: 22px;
    color: var(--brand);
    pointer-events: none;
    animation: alertarrow 1s 1;
    animation-iteration-count: infinite;
}

@keyframes alertarrow {
    0% { left: -22px; }
    50% { left: -44px; }
    100% { left: -22px; }
}

@-moz-keyframes alertarrow {
    0% { left: -22px; }
    50% { left: -44px; }
    100% { left: -22px; }
}

@-webkit-keyframes alertarrow {
    0% { left: -22px; }
    50% { left: -44px; }
    100% { left: -22px; }
}

@-o-keyframes alertarrow {
    0% { left: -22px; }
    50% { left: -44px; }
    100% { left: -22px; }
}

.filter-sort-title {
    font-weight: 700;
}

.sorting-filters {
    display: flex;
    flex-wrap: wrap;
}

.filter-item {
    cursor: pointer;
    font-size: 14px;
    color: white;
    margin: 8px 8px;
    margin-left: 0;
    margin-top: 0;
    display: inline-flex;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    z-index: 2;
}

.filter-item span {
    padding: 4px 8px;
}

.filter-item i {
    padding: 4px;
}

.sorting-filters-container {
    padding: 0;
    margin: 0;
}

.filter-list-style .sprite-ui:hover {
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}

.filter-list-style .sprite-ui:focus {
    outline: none;
}

.filter-list-style .sprite-ui:active {
    height: 29px;
    width: 29px;
}

.hakusivu-dropdown-paakategoria {
    font-weight: bold!important;
}

.hakusivu-dropdown-alakategoria {
    margin-left:5px;
}

.hakusivu-dropdown-alakategoria::before {
    content: '\25BA';
}

body.rtl .filter-option {
    text-align: right;
    padding-right: 20px;
}

body.rtl .filter-section-row {
    justify-content: flex-end;
}

body.rtl .hakusivu-dropdown-alakategoria::before {
    content: '\25C4';
}

body.rtl .psaldo-only-div .lamnia-checkbox, body.rtl .all-orderable-div .lamnia-checkbox {
    margin-right: 5px;
    margin-left: auto;
    flex: 0 0 auto;
}

body.rtl .psaldo-only-text, body.rtl .all-orderable-text {
    flex: 0 0 auto;
}

body.rtl .psaldo-only-div .sprite-ui, body.rtl .all-orderable-div .sprite-ui {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .filter-section-row {
        justify-content: right;
    }

    .flex-50 {
        flex: 1 1 100%;
    }

    .flex-25 {
        flex: 0 1 50%;
    }

    .psaldo-only-div, 
    .all-orderable-div,
    .engraving-div {
        order: 2;
        flex: 0 1 auto;
        margin: 0;
    }
    
    .flex-break {
        flex-basis: 100%;
        height: 0;
        order: 3;
    }

    .filter-sort-title {
        display: none;
    }

    .filter-list-style {
        order: 3;
        flex: 0 0 auto;
    }

    .filter-order {
        flex: 1 1 25%;
        order: 4;
    }

    .sorting-filters {
        order: 5;
    }

    .filter-list-style .sprite-ui-sort-grid {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .filter-section-row {
        padding-left: 0;
        padding-right: 0;
    }
}
