.template-5903 .price-1,
.template-5903 .style-1 {
    padding: 0 15px 0 3px;
}

.template-5903 .price-1 .irs-handle,
.template-5903 .style-1 .irs-handle {
    background: var(--color-3);
    border-color: var(--color-3);
    top: 29px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.template-5903 .price-1 .irs-bar,
.template-5903 .style-1 .irs-bar {
    background: #D9D9D9;
}

.template-5903 .price-1 .irs-to,
.template-5903 .price-1 .irs-from,
.template-5903 .style-1 .irs-to,
.template-5903 .style-1 .irs-from {
    color: #333;
    background: none;
    font-size: 12px;
}

/* Price-slider fonts */

.template-5903 .irs--round .irs-from, 
.irs--round .irs-to, 
.irs--round .irs-single{
    font-size: 12px;
}

.template-5903 .price-1 .btn-clear-filters,
.template-5903 .price-1 .irs-max,
.template-5903 .price-1 .irs-min,
.template-5903 .price-1 .irs-to::before,
.template-5903 .price-1 .irs-from::before,
.template-5903 .style-1 .btn-clear-filters,
.template-5903 .style-1 .irs-max,
.template-5903 .style-1 .irs-min,
.template-5903 .style-1 .irs-to::before,
.template-5903 .style-1 .irs-from::before{
    display: none;
}

.template-5903 ul {
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.template-5903 ul::-webkit-scrollbar {
    width: 5px;
}

/* price-single-centered  */

.template-5903 .price-single-centered .irs--round .irs-single {
    position: absolute;
    top: 0;
    left: 50% !important;
    transform: translateX(-50%);
}

/*  Ion Range Slider z-index 10 */

.template-5903 .irs-slider-range-single--z-10 .irs .irs-single {
    z-index: 10 !important;
}

/* Track */

.template-5903 ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.template-5903 ul::-webkit-scrollbar-thumb {
    background: #6c6e71;
    border-radius: 4px;
}

.template-5903 li {
    order: 2;
}

.template-5903 li.is-checked {
    order: 1;
}

.template-5903 .btn-clear-filters {
    display: none;
}

.template-5903 .color-circle {
    display: inline-block;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-top: -4px;
    border: 1px solid #ccc;
}

@media (max-width: 991.98px) {

    .template-5903 .template__title button.is-fa:before {
        font-family: "Font Awesome 5 free";
    }

    .template-5903 .template__title button:before {
        content: attr(data-to-open);
    }

    .template-5903 .template__title.is-active button:before {
        content: attr(data-to-close);
    }

    .template-5903 .template__content {
        opacity: 0;
        transform: scaleY(0);
        pointer-events: none;
        max-height: 0;
        transform-origin: top;
        transition: transform .4s;
    }

    .template-5903 .template__content.is-active {
        opacity: 1;
        transform: scaleY(1);
        pointer-events: all;
        max-height: 10000px;
    }
}

/*  close-ul-title-arrows  */

.template-5903.close-ul-title-arrows > .template__title button {
    font-size: 0;
}

.template-5903.close-ul-title-arrows > .template__title,
.template-5903.close-ul-title-arrows .filter-title {
    position: relative;
    padding-right: 22px;
    cursor: pointer;
}

.template-5903.close-ul-title-arrows > .template__title:before,
.template-5903.close-ul-title-arrows .filter-title:before {
    content: '';
    height: 10px;
    width: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    display: inline-block;
    transition: transform .4s;
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 3px;
}

.template-5903.close-ul-title-arrows > .template__title.is-active:before,
.template-5903.close-ul-title-arrows .filter-title.is-active:before {
    transform: translateY(5px) rotate(-135deg);
}

.template-5903.close-ul-title-arrows .filter-content {
    max-height: 0;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top;
    transition: transform .4s;
    pointer-events: none;
}

.template-5903.close-ul-title-arrows .filter-content.is-active {
    max-height: 140px;
    transform: scaleY(1);
    opacity: 1;
    pointer-events: all;
}

.template-5903.close-ul-title-arrows .filter-chars-range-content.is-active {
    max-height: none;
}

/* style 1 for diskret*/

.template-5903.style-1.close-ul-title-arrows > .template__title:before,
.template-5903.style-1.close-ul-title-arrows .filter-title:before {
    content: '';
    height: 7px;
    width: 7px;
    border-bottom: 1px solid var(--color-3);
    border-right: 1px solid var(--color-3);
    display: inline-block;
    transition: transform .4s;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 6px;
}

.template-5903.style-1.close-ul-title-arrows > .template__title.is-active:before,
.template-5903.style-1.close-ul-title-arrows .filter-title.is-active:before {
    transform: translateY(5px) rotate(-135deg);
}

@media (min-width: 992px) {
    .template-5903.remove-main-title-desktop-arrow .template__title:before {
        display: none;
    }
}

/*Style 2 for My trip*/

.template-5903.style-2 .filter-title{
    padding: 13px;
}

.template-5903.style-2.close-ul-title-arrows .filter-title:before{
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    right: 10px;
    top: 10px;
}

.template-5903.style-2 .checkbox-seprated{
    display: flex !important;
    justify-content: space-between;
    border-bottom: 1px solid #393E46;
    color: #393E46;
}

.template-5903.style-2 .checkbox-seprated span:first-of-type {
    color: #6C757D;
}

@media (min-width: 992px) {
    .template-5903.close-ul-title-arrows > .hide-icon-filters:before {
        content: none !important;
        cursor: default !important;
    }
    .template-5903.close-ul-title-arrows > .hide-icon-filters {
        cursor: default !important;
    }
}

.template-5903 .price-range-inputs,
.template-5903 .char-range-inputs {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 10px;
}

.template-5903 .price-range-inputs input,
.template-5903 .char-range-inputs input {
    text-align: center;
    font-size: 15px;
    width: 65px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.template-5903 .price-range-inputs i,
.template-5903 .char-range-inputs i {
    font-size: 15px;
    padding: 0 2px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    padding-top: 3px;
}

.template-5903 .filter-content.is-active:has(.price-filter-has-euro) {
    max-height: unset;
    overflow: visible;
}

.template-5903 .price-filter-has-euro {
    padding-left: 20px !important;
}

.template-5903 .price-filter-has-euro .price-range-inputs i,
.template-5903 .price-filter-has-euro .char-range-inputs i {
    height: auto;
    padding: 5px 0;
}

.template-5903 .price-filter-has-euro .irs-from,
.template-5903 .price-filter-has-euro .irs-to {
    margin-top: -5px;
}

.template-5903 .price-filter-has-euro .price-range-inputs {
    margin-bottom: 20px;
    text-align: right;
}

.template-5903 .price-filter-has-euro .price-range-inputs .range-from-input,
.template-5903 .price-filter-has-euro .price-range-inputs .range-to-input {
    border: 1px solid #ccc;
}

.template-5903 .price-filter-has-euro .price-range-inputs input {
    border: none;
    padding-right: 0;
    text-align: right;
}

.template-5903 .price-filter-has-euro .price-range-inputs .euro-price-from,
.template-5903 .price-filter-has-euro .price-range-inputs .euro-price-to {
    background: #ccc;
}

.template-5903.price-filter-euro--alt .price-filter-has-euro {
    padding-left: 35px !important;
}

/* mobile--modal */

@media ( max-width: 992px ) {
    
    .template-5903.mobile--modal .template__title {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--color-3);
        color: #fff;
        z-index: 10;
        margin: 0;
        text-align: center;
        justify-content: center !important;
        font-size: 16px;
        padding: 8px 0px;
    }
    
    .template-5903.mobile--modal .template__title.is-active {
        z-index: 100;
    }
    
    .template-5903.mobile--modal .template__title:before {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        content: '✕';
        color: #000;
        transform: none !important;
        font-weight: bold;
        border: 0;
        right: 25px;
        top: 15px;
        font-size: 18px;
    }
    
    .template-5903.mobile--modal .template__title.is-active:before {
        opacity: 1;
        pointer-events: all;
    }
    
    .template-5903.mobile--modal .template__content {
        position: fixed;
        z-index: 91;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 50px 20px;
        overflow-y: auto;
    }
}
