
.sectionFilter{
  display: flex;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-top: 0px solid #ececec;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}


.filter-panel{
  margin-left: 23%;
}

.item-foto .item-foto__picture{
  width: 160px;
  height: 110px;
}

.filter-panel__view.pull-right{
  display: none;
}


.search-page-wrap .btn-lg{
  padding: 13px 26px 16px;
}
.table-view .item-actions .item-price{
  width: 110px;
  text-align: right;
}
.table-view .item-icons.s_2{
  margin-top: 0px !important;
}

.newCatalogListWrap {
  display:flex;
  flex-wrap:wrap;
}

.CustomFilterPanel{
  width: 100%;
  padding-left: 23%;
}

.newCatalogFilter{
  width: 20%;
}
.newCatalogListWrap .ajax_load{
  width: 80%;
  padding-left: 3%;
  padding-top: 3%;
}

.blockProp, .bx_filter_parameters_box_title{
  position: relative;
}
.filter-compact-block {
    display: none !important;
}

.blockProp .bx_filter_parameters_box_title{
  position: relative;
  top: 13px;
  margin-right: 20px;
}

.expMoreList{
  margin-top:20px !important;
  width: 100%;

}

.DownListBlock{
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ececec;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  z-index: 100;
  width: 240px;
  padding: 10px 13px 10px;
}

.listProp, .listProp li{
  margin: 0;
  padding: 0;
  position: relative;
}


.hideButton{
  display: none !important;
}

.blockCount{
  position: absolute !important;
  z-index: 200;
  padding: 10px 15px !important;
  border-radius: 4px;
  overflow: visible !important;
  box-shadow: -2px -1px 26px 0px rgba(0,0,0,0.3);
}
.blockCount a{
  color: #fff;
}
.blockCount a:hover{
  color: #fff !important;
}

.underButtons{
  position: relative;
  bottom: 0;
  width: 245px;
  z-index: 205;
  margin-top: 30px;
}
.underButtons>div{
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}

.blockProp .bx_filter_search_reset{
  margin-top: 16px;
}

.countUnder, .reset a{
  box-shadow: -2px -1px 26px 0px rgba(0,0,0,0.1);
}

.countUnder.btn.btn-default a{
  color: #fff;
  display: block;
}

.reset{
  margin-top: 14px;
}

.reset a{
  display: block;
  width: 100%;
  height: 100%;
}

.reset .btn.btn-default{
  background: #fff;
  color: #0098db !important;
}

.reset .btn.btn-default:hover{
  color: #fff !important
}


.fArrow{
  position: absolute;
  display: block;
  left: -8px;
  background-color: #0098db;
  transform: rotate(45deg);
  border-radius: 3px;
  width: 16px;
  height: 16px;
  z-index: -1;
  transition: background-color ease 0.5s, border-color ease 0.5s;
}

.blockCount:hover .fArrow{
  background-color: #686868;
}



.listProp{
  margin-top: 10px;
}

.zag{
  padding: 13px 0px;
  font-size: 13px;
  margin-right: 20px;
  cursor: pointer;
}

.zag span{
  display: inline-block;
  padding: 1px 26px 2px 9px;
  background: #0098db;
  color: #fff;
  border: 1px solid #0098db;
  border-radius: 7px;
  transition: transform ease .2s, box-shadow ease .2s;
}

.zag span i svg path{
  fill: white;
}

.zag:hover span{
  background: none;
  color: #595959;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
  border: 1px solid #0098db;
}

.zag:hover span i svg path{
  fill: #595959;
}

.zag.checkedZag span{
  background: #595959;
  border: 1px solid #595959;
  color: #fff;
}

.zag.checkedZag span i svg path{
  fill: #fff;
}

.zag span i{
  left: 12px;
}

.delete_filter{
  display: none;
}

.FilterClose{
  display: none;
  position: relative;
  top: -10px;
}

.FilterClose i svg path{
   fill: red;
}

.scrolledBlock{
  overflow-y: scroll;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  height: 405px;
}

.filterValues{
  padding: 7px 5px 7px;
  border: 1px dashed #0098db !important;
  width: 100%;
  font-size: 12px !important;
  font-style: italic;
  margin-top: 10px;
}

.ButtOnMobileFilter{
  display: none;
}

.ButtOnMobileFilter strong{
  border-bottom: 1px dashed #383838;
}

.OffBlock{
  position: absolute;
  height: 405px;
  width: 283px;
  cursor: not-allowed;
  z-index: 3;
}

 .alertZag{
   font-size: 12px;
   color: red;
   display: block;
 }


.listProp li.hideItem{
  display: none;
}

 .listProp li::before{
   display: none;
 }

.loader{
  background-image: url(/local/templates/aspro_max/images/loaders/double_ring.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 48px;
  margin: auto;
}

/* Customize the label (the containerFilterItem) */
.containerFilterItem {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerFilterItem input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.showAll{
  display: none;
  cursor: pointer;
  width: 100%;
}

/* On mouse-over, add a grey background color */
.containerFilterItem:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerFilterItem input:checked ~ .checkmark {
  background-color: #0098db;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerFilterItem input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerFilterItem .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.listFindedSection li a,.listFindedSection li span{
  font-size: 13px;
}

.listFindedSection li {
  margin: 0px;
}

@media (max-width: 900px) {

  .newCatalogFilter{
    width: 100%;
  }
  .newCatalogListWrap{
    display: block;
  }
  .newCatalogListWrap .ajax_load{
    width: 100%;
  }
  #mobButtonFilter{

    width: 30px;
    height: 110px;
    display: block !important;
    position: fixed;
    left: 0px;
    top: 50%;
    margin-top: -65px;
    z-index: 100;
    padding: 0px;
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #mobButtonFilter span{
    display: inline-block;
    position: absolute;
    transform: rotate(-90deg) translate(-120%, 50%);
    transform-origin: left center;
    left: 4px;
    top: 7px;
    font-size: 13px;
  }

    #mobButtonFilter i{
      position: absolute;
      top: 10px;
      left: 7px;
    }

    #mobButtonFilter i svg{
      filter: brightness(0) invert(1);

    }
  .FilterClose{
    display: block;
    color: #0098db;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 10px;
  }

  .FilterClose svg path{
     fill: #0098db !important;
  }

  .blockProp.title{
    display: none;
  }

  .blockProp .zag i{
    display: none;
  }

  .zag span{
    border: 0px;
    font-size: 16px;
    padding-left:0px;
  }

  .zag.checkedZag span{
    font-size: 12px;
    padding-left: 9px;
  }

  .DownListBlock{
    display: block;
    position: relative;
  }


  #filterCustom{
    display: none;
    position: absolute;
    left: -20px;
    z-index: 199;
    width: 289px;
    background: #fff;
    box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.33);
  }

  .ButtOnMobileFilter{
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .blockCount a{
    font-size: 10px !important;
  }

  .sectionFilter{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

    .expMoreList{
      margin-top: 10px !important;
      margin-bottom: 20px !important;
      font-size: 14px !important;
      padding: 10px 0px !important;
    }

}
