.page__sidebar.custom-checkbox {
    display: block;
    visibility: visible;

}

.mob-filter-header {
    position: sticky;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: flex;
    overflow: visible;
    width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0px;
    background-color: #f9f9fa;
  }
  
  .mob-filter-title {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #444c4f;
    font-size: 18px;
    font-weight: 600;
  }
  
  .filter-close {
    transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
    display: flex;
    width: 35px;
    height: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 4px -4px 4px 2px hsla(0, 0%, 100%, 0.55), 0 5px 4px 2px rgba(25, 74, 91, 0.05);
  }

  .filter-close.is-active {
      right: 12px;
  }

  .close-img {
      width: 35%;
  }

  .filter-mobile fieldset {
      padding: 17px 0px;
      margin: 0px 17px;;
  }

  .filter-mobile-wraper .list-group {
      padding: 17px 0px;
      margin: 0px 17px;
      border-bottom: 1px solid rgba(144,154,176,.2);
  }
  

.filter-links .list-group-title, .filter-mobile .list-group-title {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Helvetica"
}

.menu-check .menu-item input[type=checkbox] {
    border-radius: 4.5px;
    transform: scale(1);
}

.content-scroll {
    padding: 0px;
}

.custom-checkbox input[type=checkbox] {
    --active: #0995c6;
    --border-hover: #0995c6;
    --border: rgba(11, 110, 146, 0.438);
    border-radius: 0px;
}

.filter-mobile-bg {
    background-color: rgba(18, 138, 181, 0.7);
}

.menu-check .menu-item label {
    display: flex;
    align-items: center;
    font-size: 14px;
    opacity: 1;
    margin-left: 8px;
    padding: 5px 0px;
    margin-top: -4px
}

.menu-check .menu-item:hover {
    color: #000000;
}

.filter-label {
    color: #333;
}

.menu-check .menu-item {
    font-size: 14px;
}

.filter--sortby .dropdown-item {
    border-radius: 8px;
    padding: 11px 0px;
    margin: 0px;
}

.menu-check .menu-item:hover {
    color: #0995c6;
}

.dropdown-item:hover {
    color: #0995c6;
    padding-left: 12px;
    background-color: rgba(9, 149, 198, 0.12);
    border-radius: 8px;
}

/*Field Header css*/

.field-header {
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-title {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-img {
    width: 20px;
    height: auto;
    margin-right: 7.5px;
  }

  .title-txt {
    display: block;
    margin-bottom: 0px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .reset-link {
    color: #0995c6;
    font-size: 12px;
    text-decoration: none;
  }

  @media screen and (max-width: 479px) {
    .filter-mobile-wraper {
        display: block;
    }
}

