@media (max-width: 991px) {
.filters-mobile-modal {
  background: #FFFFFF;
}

.filters-mobile-modal .offcanvas-title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}

.filters-mobile-modal .btn-close {
  margin-top: 0px;
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>") center/1em auto no-repeat;
}

.static-filter_box {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: top;
    border-bottom: 1px #B3B3B3 solid;
    margin-top: 0px;
    padding-bottom: 10px;
    gap: 10px;
    height: auto;
    max-height: auto;
    flex-direction: row; /* tekst i input obok siebie */
    align-items: flex-start;
}

.static-filter_box-text {
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000000;
  margin-bottom: 0px;
  width: auto;
  margin-top: 5px;
}
.combo-input {
  background: #FFF url("../gfx2/right_arrow.svg") no-repeat right -5px center;
  cursor: pointer;
  border: none !important;
  color: #000;
  text-align: right;
    padding: 6px 26px;
}
.form-control-checkbox-label-white {
  color: #000000;
}
/*
.powrot-header {
  display: none;
}

  .combo-list {
    position: static;
    left: 0;
    right: 0;
    height: auto;
    min-height: unset;
    max-height: unset;
    top: 0;
    bottom: 0;
    border: none;
    overflow: unset;
    transition: all 5s ease;

  }
*/

.combo-item:has(input:checked) {
    background: #FFF url("../gfx2/tick-blue.svg") no-repeat right 20px center;
    color: #3AA5D1;
}

.static-filter_box-input{
    width:100%;
}

.static-filter_box-input_cb-area{
    padding-top: 4px;
    display: flex;
    justify-content: flex-end;
}
.static-filter_area {
    padding: 10px 0px 0px 0px;
}

.static-filter_box-text:hover{
    cursor:pointer;
}


/*.static-filter_box-input {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: 100%;*/
/*}*/
/*.combo {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: 100%;*/
/*}*/
/*.combo-list {*/
/*        position: fixed;*/
/*        top: 0;*/
/*        left: 0;*/
/*        right: 0;*/
/*        bottom: 0;*/
/*        background: #fff;*/
/*        overflow-y: auto;*/
/*        z-index: 9999;*/
/*        display: block !important;*/
/*    }*/


.cbox-select-items {
  position: fixed;
  top: 0px;
  height: 100vh;
  min-height: 100vh;
}
.static-filter_box-sort{
  border: none;
  padding-bottom: 10px;
  padding-top: 18px;
}
.static-filter_box-sort{
    position:relative;
}
.static-filter_box-sort .cbox-select-selected::after{
    top:20px;
}
}