.filter-newsletter_subscription {
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  margin-right: 40px;
  max-width: 286px;
}
@media screen and (max-width: 945px) {
  .filter-newsletter_subscription {
    display: none;
  }
}

@media screen and (max-width: 945px) {
  .responsive-filter-open {
    overflow: hidden;
  }
}

.responsive-filter-background {
  display: none;
}
@media screen and (max-width: 945px) {
  .responsive-filter-background {
    content: "";
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    display: block;
  }
  .responsive-filter-open .responsive-filter-background {
    opacity: 0.3;
    pointer-events: all;
  }
}

.sidebar-filter {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  margin-bottom: 40px;
}
@media screen and (max-width: 945px) {
  .sidebar-filter {
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
  }
}
.sidebar-filter .flatpickr-calendar {
  width: 100%;
  padding-left: 16px;
  margin-bottom: 10px;
}

.filter-checkbox-label {
  color: #4c4c4c;
  display: block;
  padding: 2px 10px;
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.filter-checkbox {
  pointer-events: none;
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  outline: none;
}
.filter-checkbox:checked + label {
  color: #ccc;
  pointer-events: none;
}

.filter-section-list {
  padding-top: 5px;
  padding-bottom: 5px;
}
.filter-section-list label {
  padding-top: 5px;
  padding-bottom: 5px;
}

.online-only-filter {
  display: none;
}

.filter-sidebar-toggle-wrapper {
  height: 40px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 945px) {
  .filter-sidebar-toggle-wrapper {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.filter-sidebar-toggle {
  height: 40px;
  width: 100%;
  display: flex;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  color: #1e1e1e;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 945px) {
  .filter-sidebar-toggle {
    display: flex;
    opacity: 1;
    pointer-events: all;
  }
}

@media screen and (max-width: 945px) {
  .filter-column {
    background-color: #fff;
    position: fixed;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    border-right: 2px solid #000;
    z-index: 1000;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    left: 0;
    top: 0;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .responsive-filter-open .filter-column {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.filter-section-title {
  cursor: pointer;
  border-bottom: 1px solid #fce600;
  padding: 5px 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Crect width='15' height='3' y='6' fill='%2310e1e' fill-rule='evenodd' rx='1'/%3E%3C/svg%3E");
}

.filter-list-open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg fill='%2310e1e' fill-rule='evenodd'%3E%3Crect width='15' height='3' y='6' rx='1'/%3E%3Crect width='3' height='15' x='6' rx='1'/%3E%3C/g%3E%3C/svg%3E");
}
.filter-list-open + .filter-section-list {
  display: none;
}

.chosen-filters-wrapper {
  padding: 0 15px;
}

.filter-list {
  max-height: 135px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.chosen-filters {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.chosen-filter {
  height: 20px;
  background-color: #4c4c4c;
  display: flex;
  align-items: center;
  padding: 0 23px 0 10px;
  color: #fff;
  margin: 0 5px 5px 5px;
  cursor: pointer;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cpath d='m31 25.4l13-13.1c0.6-0.6 0.6-1.5 0-2.1l-2-2.1c-0.6-0.6-1.5-0.6-2.1 0l-13.1 13.1c-0.4 0.4-1 0.4-1.4 0l-13.1-13.2c-0.6-0.6-1.5-0.6-2.1 0l-2.1 2.1c-0.6 0.6-0.6 1.5 0 2.1l13.1 13.1c0.4 0.4 0.4 1 0 1.4l-13.2 13.2c-0.6 0.6-0.6 1.5 0 2.1l2.1 2.1c0.6 0.6 1.5 0.6 2.1 0l13.1-13.1c0.4-0.4 1-0.4 1.4 0l13.1 13.1c0.6 0.6 1.5 0.6 2.1 0l2.1-2.1c0.6-0.6 0.6-1.5 0-2.1l-13-13.1c-0.4-0.4-0.4-1 0-1.4z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 8px 8px;
  background-position: center right 8px;
  background-repeat: no-repeat;
}
.chosen-filter:last-child {
  margin-bottom: 10px;
}

input.filter-input {
  margin-bottom: 5px;
}

.filter-section {
  margin-bottom: 10px;
  overflow: hidden;
}

.filter-section-bordered {
  border: solid 1px #bfbfbf;
}

.period-months {
  display: flex;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 70px;
}

.period-month {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #ededed;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #4c4c4c;
  margin-bottom: 10px;
}
.period-month:hover {
  background-color: #bfbfbf;
}

.period-half-years {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.period-half-year {
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ededed;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4c4c4c;
  height: 20px;
  width: 98px;
}
.period-half-year:hover {
  background-color: #bfbfbf;
}

.period-checkbox,
.day-checkbox,
.daypart-checkbox {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  width: 0;
  height: 0;
}
.period-checkbox:checked + label,
.day-checkbox:checked + label,
.daypart-checkbox:checked + label {
  background-color: #4c4c4c;
  color: #fff;
}

.toggle-filter-section, .state-filter-section {
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0 15px;
  position: relative;
  background-image: url("https://res.cloudinary.com/hjyy3bihk/image/upload/v1555531695/static/down.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  color: #1e1e1e;
  text-decoration: none;
  text-transform: uppercase;
}

.state-filter-section {
  background-image: none;
}

.checkbox-filter-section {
  display: flex;
}
.checkbox-filter-section.custom-checkbox .custom-checkbox_faux {
  margin: 0;
}
.checkbox-filter-section .checkbox-label {
  flex-grow: 1;
}

.filter-open {
  background-image: url("https://res.cloudinary.com/hjyy3bihk/image/upload/v1555531690/static/left.svg");
}
.filter-open ~ .filter-content {
  display: block;
}

.toggle-filter-section-image, .state-filter-section-image {
  margin-left: -5px;
  pointer-events: none;
  margin-right: 10px;
  width: 14px;
  height: 14px;
}

.filter-content {
  display: none;
  padding: 10px 15px 15px 15px;
  position: relative;
}
.filter-content:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  left: 15px;
  right: 15px;
  background-color: #ededed;
  top: 0;
}

.daypart-days {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.daypart-day {
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #4c4c4c;
}
.daypart-day:hover {
  background-color: #bfbfbf;
}

.reset-filter-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600px;
  color: #fff;
  height: 40px;
  background-color: #bfbfbf;
  cursor: pointer;
}

.daypart-parts {
  display: flex;
  justify-content: space-between;
}

.daypart-part {
  background-color: #ededed;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 5px;
  color: #4c4c4c;
  height: 20px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.daypart-part:hover {
  background-color: #bfbfbf;
}
/*# sourceMappingURL=sidebar-filter.css.map */
