 #eshop-filters, #eshop-war {
     width: 100%;
     max-width: 350px;
     /* height: calc(100% + 1px); */
     border: 1px solid #E1E7EC;
     transition: all .5s;
}

 #eshop-filters button {
    outline: none;
}

 #eshop-filters .filter-h, #eshop-war .filter-h {
     margin-bottom: 0;
    font-size: 18px;
    text-align: center;
    padding: 18px;
    background-color: #F5F7F9;
     font-weight: bold;
     color: #002e5d;
}

 .filter-h .dropdown-icon {
     transform: rotate(-90deg);
 }

 .filter-h.collapsed .dropdown-icon {
     transform: rotate(90deg);
 }

/* filter menu */
.filter-menu {
    padding: 0 15px;
    /* Slider-Range ceny */
    /* /Slider-Range ceny */
}

.filter-accordion:first-of-type {
    margin-top: 20px;
}

.filter-menu .filter-accordion {
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.filter-menu .filter-accordion .show-min:not(.show, .collapsing) {
    max-height: 180px;
    display: block;
    overflow: hidden;
}

.filter-menu .filter-accordion .filter-collapse-more {
    width: calc(100% - 30px);
    position: absolute;
    color: #002e5d;
    text-decoration: underline;
    cursor: pointer;
    bottom: -12px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-menu .filter-accordion .filter-collapse-more .dropdown-icon {
    font-size: 18px;
    transform: rotate(180deg);
}

.filter-menu .filter-accordion .filter-collapse-more.collapsed .dropdown-icon {
    transform: rotate(0deg);
}

.filter-menu .filter-accordion .collapse:first-of-type, .filter-menu .filter-accordion .collapsing:first-of-type {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.filter-menu .filter-collapse-space {
    height: 10px;
}

.filter-menu .container-checkbox {
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: normal;
    color: #002e5d;
}

.filter-menu .checkmark {
    border: 1px solid #002e5d87;
}

.filter-menu .search-input-wrap {
    position: relative;
    width: 100%;
}

.filter-menu .search-input-wrap .search-input {
    width: 100%;
    border-radius: 30px;
    padding: 10px 45px 10px 50px;
    font-size: 14px;
    border: none;
    background-color: #F5F7F9;
    outline: none;
}

.filter-menu .search-input-wrap .search-input::placeholder {
    color: #9DA9B9;
}

.filter-menu .search-input-wrap .search-input-lupa {
    position: absolute;
    left: 20px;
    top: 11px;
    font-size: 18px;
    color: #002e5d;
}

.filter-menu .search-input-wrap .search-input-delete {
    position: absolute;
    right: 20px;
    top: 10px;
    user-select: none;
}

.filter-menu .filter-close {
    background-color: white;
    border-radius: 50%;
    font-size: 20px;
    color: #002e5d;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-menu .inputs-price-wrap {
    width: 100%;
    display: flex;
}

.filter-menu .inputs-price-wrap input {
    max-width: calc(50% - 20px);
    width: 85px;
    padding: 6px 0;
    margin-right: 10px;
    text-align: center;
    /*color: $primary-color;*/
    border: 1px solid #002e5d;
    border-radius: 0;
}

.filter-menu .inputs-price-wrap .price-currency {
    align-self: center;
}

.filter-menu .noUi-horizontal {
    height: 5px;
    width: 210px;
    max-width: calc(100% - 10px);
    margin-bottom: 25px;
}

.filter-menu .noUi-target {
    border: none;
    background-color: #E8EDF1;
}

.filter-menu .noUi-connect {
    background-color: #002e5d;
}

.filter-menu .noUi-horizontal .noUi-handle {
    border-radius: 50%;
    border: 2px solid #DC0060;
    background-color: white;
    outline: none;
    width: 20px;
    height: 20px;
    top: -7px;
}

.filter-menu .noUi-handle:after, .filter-menu .noUi-handle:before {
    content: none;
}

.filter-menu a, .filter-menu button.dropdown-btn {
    padding: 8px 30px 8px 50px;
    text-decoration: none;
    font-size: 18px;
    color: #002e5d;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    outline: none;
    transition-duration: 0.3s;
}

.filter-menu a.active, .filter-menu button.dropdown-btn.active {
    background-color: #F5F7F9;
}

.filter-menu a:hover, .filter-menu button.dropdown-btn:hover {
    background-color: #F5F7F9;
}

.filter-menu .filter-name {
    padding-right: 15px;
    font-weight: 600;
    font-size: 15px;
}

.filter-menu-dropdown {
    display: initial;
    /*margin-bottom: 20px;*/
}

/* On mouse-over */
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: block;
    transition: 0.7s;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    /*transition: all 0.8s ease-in-out;*/
}

.dropdown-container.show {
    max-height: 200px;
}

.dropdown-container a {
    font-size: 16px;
    position: relative;
}

.dropdown-container a::after {
    content: "";
    background-color: #DC0060;
    transition: 0.5s;
    width: 0;
    position: absolute;
    bottom: 6px;
    left: 50px;
    height: 2px;
}

.dropdown-container a:hover {
    background-color: transparent;
}

.dropdown-container a:hover::after {
    /*width: calc(100% - 100px);*/
    width: 50px;
}

.dropdown-icon {
    float: right;
    transform: rotate(0deg);
    transition: 0.3s;
}

.filter-menu-dropdown.collapsed .dropdown-icon, .dropdown-btn.collapsed .dropdown-icon {
    transform: rotate(180deg);
}

 .filters-selected {
     display: flex;
     flex-wrap: wrap;
 }

.filter-selected {
    width: fit-content;
    background-color: #F5F7F9;
    color: #002e5d;
    font-size: 14px;
    padding: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.filter-selected .filter-close {
    margin-left: 5px;
}

#eshop-categories-mobile {
    margin-bottom: 20px;
}

#btn-modal-categories {
    width: calc(100% - 1px);
    height: 45px;
    border: none;
    text-align: center;
    background-color: #E8EDF1;
}

#modal-eshop-categories {
    background: white;
    padding-right: 0 !important;
}

#modal-eshop-categories #eshop-filters {
    max-width: 500px;
    margin: 0 auto;
}

#modal-eshop-categories .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0;
}

#modal-eshop-categories .modal-header {
    justify-content: center;
    text-align: center;
    background-color: #E8EDF1;
}

#modal-eshop-categories button.close {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #002e5d;
    opacity: 1;
}

#modal-eshop-categories .modal-content {
    border: none;
    border-radius: 0;
    height: 100%;
}

#modal-eshop-categories .modal-body {
    padding: 20px 0 0;
}

#modal-eshop-categories .modal-body .filter-menu {
    padding: 0 10px;
}

#modal-eshop-categories .modal-body .filter-menu .noUi-horizontal {
    width: 190px;
}

#modal-eshop-categories .modal-body h5 {
    display: none;
}

#modal-eshop-categories .modal-footer button {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

/* /filter menu */
#filter-COLOR {
    margin-left: -5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#filter-COLOR .color-box {
    display: inline-block;
    width: 30px;
    height: 30px;
}

#filter-COLOR .color-box.color-bright {
    border: 1px solid #b7b7b7;
}

#filter-COLOR label {
    position: relative;
    padding: 5px;
    height: 40px;
    margin-bottom: 4px;
    cursor: pointer;
}

#filter-COLOR label.active {
    border: 2px solid #002e5d;
    padding: 3px;
}

#filter-COLOR label.active:hover {
    border-color: #002e5db8;
}

#filter-COLOR label:hover {
    border: 2px solid #a5aeb77d;
    padding: 3px;
}

/*@media (max-width: 991px) {
    #eshop-filter-pc {
        display: none;
    }
}*/

 .container-checkbox {
     display: block;
     position: relative;
     padding-left: 35px;
     margin-top: auto;
     margin-bottom: auto;
     height: 25px;
     cursor: pointer;
     font-size: 15px;
     text-align: left;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }

 .container-checkbox.medium {
     height: 32px;
 }

 .container-checkbox.big {
     height: 38px;
 }

 /* Hide the browser's default checkbox */
 .container-checkbox input {
     position: absolute;
     opacity: 0;
     cursor: pointer;
     height: 0;
     width: 0;
 }

 /* Create a custom checkbox */
 .checkmark {
     position: absolute;
     top: 0;
     left: 0;
     height: 25px;
     width: 25px;
     background-color: #F5F7F9;
     border: 1px solid #cccc;
 }

 .checkmark.white-bg {
     background-color: white;
 }

 .container-checkbox.medium .checkmark {
     height: 32px;
     width: 32px;
 }

 .container-checkbox.big .checkmark {
     height: 38px;
     width: 38px;
 }

 .checkmark.round {
     border-radius: 20px;
 }

 /* On mouse-over, add a grey background color */
 .container-checkbox:hover input ~ .checkmark {
     background-color: #ccc;
 }

 .container-checkbox:hover input ~ .checkmark.blue {
     background-color: #E8EDF1;
 }

 /* When the checkbox is checked, add a background */
 .container-checkbox input:checked ~ .checkmark {
     background-color: #DC0060;
 }

 .container-checkbox input:checked ~ .checkmark.blue {
     background-color: #002e5d;
 }

 .container-checkbox input:checked ~ .checkmark.green {
     background-color: #5ddfaf;
 }

 /* Create the checkmark/indicator (hidden when not checked) */
 .checkmark:after {
     content: "";
     position: absolute;
     display: none;
 }

 /* Show the checkmark when checked */
 .container-checkbox input:checked ~ .checkmark:after {
     display: block;
 }

 /* Style the checkmark/indicator */
 .container-checkbox .checkmark:after {
     left: 9px;
     top: 5px;
     width: 7px;
     height: 12px;
     border: solid white;
     border-width: 0 3px 3px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
 }

 .container-checkbox.medium .checkmark:after {
     left: 13px;
     top: 8px;
 }

 .container-checkbox.big .checkmark:after {
     width: 9px;
     height: 17px;
     left: 14px;
     top: 8px;
 }

 .d-none {
     display: none;
 }

@media (min-width: 992px) {

    #eshop-categories-mobile {
        display: none;
    }

    .d-md-block {
        display: block;
    }

    .d-md-none {
        display: none;
    }
}

@media (min-width: 1600px) {
    #eshop-categories {
        width: 400px;
    }
}

 @media (max-width: 992px){
         #eshop-filters{
             /*display: block;*/
             opacity: 0;
             position: fixed;
             top: 0;
             left: -100vw;
             width: 330px;
             max-width: 100vw;
             background: white;
             z-index: 1500;
             height: 100vh;
             overflow-y: auto;
         }
        .filter-h.filter-h-mobile{
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }
        .filter-h.filter-h-mobile .filter-main-title{
            margin: auto;
        }
         #eshop-filters.active{
             /*display: none;*/
             opacity: 1;
             left: 0;
         }
         .filter-toggle-btn{
             z-index: 90;
             position: fixed;
             width: 80px;
             height: 80px;
             background: #f4f7f9;
             display: flex;
             flex-direction: column;
             align-items: center;
             justify-content: flex-end;
             bottom: 25px;
             left: 20px;
             border-radius: 50%;
             color: #002e5d;
             cursor: pointer;
             box-shadow: 0 0 10px #0005;
         }

         .filter-toggle-btn p{
             padding-top: 0.5rem;
             font-weight: 600;
         }
 }

/*# sourceMappingURL=eshop_filters.css.map */
