/* BEF */
.spaces .views-exposed-form {
    margin-bottom: 33px;
}
.spaces label[for="edit-area-max"],
.spaces label[for="edit-field-space-price-per-meter-value-max"],
.spaces label[for="edit-area-min"],
.spaces label[for="edit-field-space-price-per-meter-value-min"] {
  display:none;
}
/*.spaces #edit-area-min,
.spaces #edit-area-max,*/
.spaces #edit-field-space-price-per-meter-value-min,
.spaces #edit-field-space-price-per-meter-value-max {
  max-width: 25%;
}
.spaces .form-item {
  width: 200px;
  height: 50px;
}
.spaces .form-item .form-text {
  width: 215px;
  margin: 0 0 10px 0;
  padding: 0;
  border-width: 0;
  box-shadow: none;
  background: transparent;
}
.spaces .ui-slider-horizontal {
    height: .4em;
}
.spaces .ui-slider .ui-slider-handle {
    width: 1.21em;
    height: 1.21em;
}
.spaces .ui-widget-header {
    border: 1px solid #dddddd;
    background: #e94347;
    color: #333333;
    font-weight: bold;
}
.spaces .ui-widget-content {
    border: none;
    background: #eceff5;
    color: #333333;
}
.spaces .ui-widget.ui-widget-content {
    border: none;
}
.spaces .ui-slider-horizontal .ui-slider-handle {
    top: -0.45em;
}
.spaces input[type=text] {
  box-shadow: none;
}
.spaces #edit-field-space-price-per-meter-value-max,
.spaces #edit-area-max {
  position: relative;
  top: -50px;
  left: 155px;
}
.spaces #edit-area-max {
  left: 169px;
}
.spaces .ui-state-default,
.spaces .ui-widget-content .ui-state-default,
.spaces .ui-widget-header .ui-state-default,
.spaces .ui-button,
.spaces .ui-button.ui-state-disabled:hover,
.spaces .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    border-radius: 30px!important;
    /*background: #00a9ef;*/
    background: #ffffff;
}
.spaces fieldset {
  border: none;
}
.spaces .views-exposed-form .form--inline {
  align-items: flex-start;
  justify-content: space-around;
}
.spaces .views-exposed-form input[type=submit] {
  margin: 15px 0;
}
.spaces .space-price {
  display: flex;
  flex-direction: column;
}
.spaces .discount-price {
  text-decoration: line-through #e94347 3px;
}
.spaces .discount-notice {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 223px;
  height: auto;
  padding: 8px 13px;
  background: rgba(224, 59, 60, 0.9);
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 496px) {
  .spaces .discount-notice {
    display: none;
  }

}
@media screen and (max-width: 892px) {
  .spaces #edit-field-space-price-per-meter-value-max,
  .spaces #edit-area-max {
    top: -70px;
    left: 90% !important;
  }
  .spaces .form-item {
    width: 96%;
    height: 50px;
  }
  .spaces .form-item .form-text {
    width: 50px;
  }
}
