.active-filters li span {
  position: relative;
  padding-left: 25px; }
  .active-filters li span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 13px;
    height: 7px;
    border-left: 3px solid #DDB23D;
    border-bottom: 3px solid #DDB23D;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px; }

.featured-search-contents .image {
  display: block;
  padding-bottom: 30px;
  position: relative; }
  .featured-search-contents .image picture {
    overflow: hidden;
    border-radius: 16px;
    display: block; }
  .featured-search-contents .image span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex; }
    .featured-search-contents .image span i {
      margin-right: 12px;
      width: 10px;
      height: 10px;
      border-radius: 5px;
      display: block;
      background: #393935; }
      .featured-search-contents .image span i.long {
        width: 40px; }

.featured-search-form {
  position: relative; }
  .featured-search-form .title {
    font-size: 1.125rem;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px; }
    .featured-search-form .title:before {
      content: '';
      position: absolute;
      width: 40px;
      height: 10px;
      bottom: 0;
      left: 50%;
      margin-left: -20px;
      background: #DDB23D;
      border-radius: 5px; }
  .featured-search-form .prev-step {
    position: absolute;
    top: -25px;
    color: #707070;
    padding-left: 15px;
    font-weight: 400; }
    .featured-search-form .prev-step:before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-left: 1px solid #DBD8CC;
      border-bottom: 1px solid #DBD8CC;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 0;
      top: 5px; }
  .featured-search-form .steps-counter {
    margin: 20px auto; }
    .featured-search-form .steps-counter .counter {
      width: 100px;
      height: 100px;
      position: relative;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      .featured-search-form .steps-counter .counter .fsprogress {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .featured-search-form .steps-counter .counter .counter-step {
        position: relative;
        z-index: 10;
        font-size: 1rem;
        font-weight: 700; }
  .featured-search-form .steps .step {
    display: none; }
    .featured-search-form .steps .step.passed {
      display: none; }
    .featured-search-form .steps .step.current {
      display: block; }
  .featured-search-form .steps .step-values li {
    position: relative;
    margin-bottom: 18px; }
  .featured-search-form .steps .step-values input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0; }
    .featured-search-form .steps .step-values input[type="radio"] + label {
      border: 1px solid #DBD8CC;
      border-radius: 10px;
      padding: 13px 25px;
      margin-bottom: 0;
      cursor: pointer;
      font-size: 1.125rem; }
      .featured-search-form .steps .step-values input[type="radio"] + label.hasImage {
        padding-left: 0; }
        .featured-search-form .steps .step-values input[type="radio"] + label.hasImage span {
          position: relative;
          padding-left: 60px; }
          .featured-search-form .steps .step-values input[type="radio"] + label.hasImage span img {
            position: absolute;
            height: 26px;
            left: 19px;
            top: 50%;
            margin-top: -13px; }
    .featured-search-form .steps .step-values input[type="radio"]:checked + label {
      background: #DBD8CC; }
  .featured-search-form .steps .step-3 .input-group {
    max-width: 230px; }
    .featured-search-form .steps .step-3 .input-group .form-control {
      height: 88px;
      line-height: 88px;
      font-size: 2.5rem;
      font-weight: 500;
      border-radius: 10px; }

/*# sourceMappingURL=fsfeaturedsearch.css.map */
