/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* New variables */
.search {
  position: relative;
  padding-top: 80px;
}
.search .results {
  min-height: 100vh;
}

.map {
  height: 100%;
}

footer {
  position: relative;
  z-index: 99;
}

.form-wrap {
  position: relative;
  bottom: unset;
  width: 100%;
  border-radius: 0;
  padding: 40px 0;
}

.form-wrap .label {
  display: block;
  color: #8dc3e0;
  margin-bottom: 15px;
  font-weight: 400;
}

.is-full-form button.main-cta {
  margin-top: 35px;
}

.is-full-form button.main-cta:hover {
  background-color: #4b7dc2;
}

#content .loader {
  margin-top: 100px !important;
}

.loader {
  margin-top: 0 !important;
}

.form-wrap #tool-info, .form-wrap #cities-info {
  position: absolute;
  bottom: -30px;
  left: 0px;
  font-size: 13px;
  font-weight: bold;
}

.form-wrap #cities-info {
  left: 27% !important;
}

.results-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* .res-wrapper{
    width: 80%;
} */
.res-inner {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

.form-wrap button.datepicker-nav-next,
.form-wrap button.datepicker-nav-previous {
  padding: 0;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
}
.loader svg {
  width: 50px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loader path {
  fill: #f1b60d;
}

.inner-grid.get-helped {
  display: block;
  padding: 0px 0 20px 0;
  max-width: 97%;
  width: 100%;
}
.inner-grid.get-helped h3 {
  font-size: 17px;
}

#mainsearch {
  position: relative;
  flex-wrap: wrap;
}

#tool-info,
#cities-info {
  width: 44%;
  font-size: 13px;
  color: #ed6f6f;
  font-weight: bold;
}

.noreviews {
  font-size: 12px;
  color: #434343;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* @media only screen and (max-width: 1650px)  {
    .res-wrapper {
        width: 78%;
    }
} */
@media only screen and (max-width: 1100px) {
  /* .res-wrapper {
      width: 75%;
  } */
  .form-wrap .br-boxed {
    width: 98%;
  }
}
@media only screen and (max-width: 980px) {
  /* .res-wrapper {
      width: 70%;
  } */
  /* .res-wrapper .add-cart-wrap{
      width: 47%;
  } */
  .form-wrap .label {
    font-size: 14px;
  }
  #RentalDateInterval .datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {
    font-size: 13px;
  }
}
@media only screen and (max-width: 950px) {
  .filters form {
    flex-wrap: wrap;
  }
  .filters form .field {
    width: 100%;
    margin-right: 0;
  }
  .filter .main-cta {
    width: 100%;
    margin-bottom: 20px;
  }
  #tool-info, #cities-info {
    font-size: 13px;
    color: #ed6f6f;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  #content .add-cart-wrap h2 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  #content .add-cart-wrap .acw-img {
    width: 100%;
  }
  #content .add-cart-wrap .acw-info {
    width: 70%;
  }
  #content .add-cart-wrap .addmeta {
    margin-bottom: 10px;
  }
  #content .add-cart-wrap .addmeta p.price {
    margin-right: 10px;
    white-space: nowrap;
    font-size: 13px;
  }
  #content .mobile-card .user .img {
    width: 10%;
    min-width: 40px;
  }
  #content .mobile-card .usr {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #content .mobile-card .usr p {
    width: 50%;
  }
  #content .mobile-card .noreviews, #content .mobile-card .star-wrap {
    width: 100%;
  }
  .inner-grid.get-helped {
    display: block;
    padding: 0px 0 20px 0;
    max-width: 100%;
  }
  .form-wrap .is-grouped {
    margin-bottom: 0;
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .is-full-form #RentalDateInterval, .is-full-form #loc, .is-full-form #req, .is-full-form button.main-cta {
    width: 100%;
  }
  .form-wrap #cities-info {
    left: 0 !important;
    bottom: -60px;
  }
  .is-full-form button.main-cta {
    margin-top: 0;
  }
  .form-wrap .auto-cities input {
    width: 90.5%;
    margin-bottom: 15px;
  }
  .form-wrap .br-boxed {
    width: 90%;
  }
}
.br-boxed {
  width: 90%;
}

.inner {
  padding: 50px 0 0 0;
  background: #fff;
  position: relative;
}

.tax-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.synonymes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 25px;
  font-size: 13px;
}
.synonymes .is-head {
  color: #f1b60d;
}
.synonymes li {
  font-style: italic;
  margin-right: 5px;
  color: #666666;
}

h1 {
  color: #f1b60d;
}

.is-quest {
  padding: 50px 0;
}

.related-search {
  margin-bottom: 100px;
}

.overflo-patch {
  background-color: #fff;
  position: relative;
  z-index: 99;
}

.thema-unit {
  margin-bottom: 30px;
}
.thema-unit .form-title {
  margin-bottom: 0px;
}
.thema-unit .form-title .t-baseline {
  display: none;
}
.thema-unit .form-title h2 {
  color: #434343;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.tp-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.tt-card {
  width: 18%;
  margin-right: 1%;
}

.page-search .tt-card {
  width: 200px;
  justify-content: flex-start;
}
.page-search .tt-card .tt-top {
  width: 48px;
  padding: 8px;
}
.page-search .tt-card .tt-top img {
  width: 48px;
  height: 48px;
  border-radius: 4px;
}
.page-search .tt-card .tt-bot {
  padding: 0;
  flex-direction: row;
  justify-content: flex-start;
}
.page-search .tt-card .tt-bot h3 {
  margin-bottom: 0;
}

.search-localisation-icon {
  max-width: 150px;
}

/*# sourceMappingURL=page-search.output.css.map */
