[data-type="landing"] .search-wrapper {
    display: flex;
    align-items: center;
    background: white;
    /*border: solid 0.06rem #e5e5e5;*/
    border-radius: 83px;
}

body[data-type="landing"] .search-wrapper input[name=search] {
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 48px;
    height: 70px;
    line-height: 37px;
    border: solid 0.06rem #e5e5e5;
    background-color: #fff;
    background-image: url(images/search-loupe.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 14px center;
    font-family: 'Avenir', sans-serif;
    font-size: 37px;
    font-weight: 300;
}

@media screen and ( max-width: 650px )  {
    body[data-type="landing"] .search-wrapper input[name=search] {
        /*-webkit-appearance: none;*/
        /*width: 100%;*/
        /*box-sizing: border-box;*/
        /*padding: 0 15px 0 48px;*/
        height: 56px;
        border: 0.5px solid rgba(0,0,0,0.08);
        box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
        /*line-height: 37px;*/
        /*background-color: #fff;*/
        /*background-image: url(images/search-loupe.png);*/
        /*background-repeat: no-repeat;*/
        /*background-size: 24px 24px;*/
        /*background-position: 14px center;*/
        /*font-family: 'Avenir', sans-serif;*/
        font-size: 27px;
        /*font-weight: 300;*/
    }
}

@media screen and ( max-width: 480px )  {
    body[data-type="landing"] .search-wrapper input[name=search] {
        background-size: 16px 16px;
    }
}


.mobile-only input[name=search] {
    background-position: 12px 11px;
}


.search-wrapper .places-change {
    display: inline-block;
    position: relative;
}

.search-wrapper .places-change > span:not(.slug) {
    position: absolute;
    /*left: 0;*/
    /*transform: translateX(10%);*/
    margin-left: 8px;
    transition: top .5s, opacity .5s;
}

.search-wrapper .places-change .current {
    top: 0;
}

.search-wrapper .places-change .upcoming {
    top: -35px;
    opacity: 0;
}

.search-wrapper .places-change .off {
    top: +35px;
    opacity: 0;
}

@media screen and ( min-width: 420px )  {
    .clear-search {
        top: 13px;
        right: 13px;
        width: 43px;
        height: 43px;
    }
}

.search-wrapper .input-and-button-wrapper form {
    /*flex-grow: 1;*/
    position: relative;
    width: 100%;
    /*padding: 7px 0 7px;*/
}

.search-wrapper .input-and-button-wrapper {
    display: flex;
    width: 100%;
    /*flex-grow: 1;*/
    align-items: center;
}

[data-type="landing"] .search-wrapper input[name=search] {
    box-shadow: none;
    border: none;
}

.search-wrapper input:focus + .placeholder {
    /*display: none !important;*/
    opacity: 0;
    visibility: hidden;
}

.search-wrapper input[data-empty="1"] + .placeholder {
    display: inline;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.7s linear;
}

.search-wrapper .placeholder {
    display: none;
    position: absolute;
}

/*.mobile-only .search-width.search-wrapper {*/
/*    position: absolute !important;*/
/*    top: 7em;*/
/*}*/

/*.products-search-mobile-wrapper .search-width.search-wrapper {*/
/*    position: relative !important;*/
/*    top: 0;*/
/*}*/

.insearch-step[data-id="location"] .shops-in-region .shops {
    justify-content: left !important;
}

.mobile-only.search-container .shops-in-region .shops,
.insearch-step[data-id="location"] .shops-in-region .shops {
    display: flex;
    padding: 0 .5em;
    flex-flow: wrap;
    justify-content: space-between;
}

.shops-explore .shops {
    display: inline-block;
}

.insearch-step[data-id="location"] .shops-in-region .shops .shop {
    margin-bottom: 1em;
    margin-right: 1em;
}

.mobile-only.search-container .shops-in-region .shops .shop {
    margin-bottom: 1em;
    width: 47%;
}

.mobile-only.search-container .shops-explore .shops .shop:hover,
.insearch-step[data-id="location"] .shops-explore .shops .shop:hover {
    background-color: #c4ece7;
}

.mobile-only.search-container .shops-explore .shops .shop,
.insearch-step[data-id="location"] .shops-explore .shops .shop {
    padding: .25em 1em;
}

.mobile-only.search-container .shops-explore .shops .shop,
.insearch-step[data-id="location"] .shops-explore .shops .shop {
    cursor: pointer;
    margin-bottom: .5em;
}

.shops-in-region .shops .shop:hover > .image {
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 25%);
}

.insearch-step[data-id="location"] .shops .shop .image {
    height: 6em;
    width: 9em;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}

.mobile-only.search-container .shops .shop .image {
    height: 25vw;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.insearch-step[data-id="location"] h2 {
    text-align: left;
}

.mobile-only.search-container .shops-explore .shops .shop .type,
.insearch-step[data-id="location"] .shops-explore .shops .shop .type {
    font-size: .8em;
}

.mobile-only.search-container .shops-in-region .shops .shop .name,
.insearch-step[data-id="location"] .shops-in-region .shops .shop .name {
    text-align: center;
    margin-top: .5em;
}

.shops-in-region, .shops-explore {
    font-family: 'Avenir', sans-serif;
}

.shops .shop .working-hours-wrapper .open-hours {
    margin-right: 3px;
}

.shops .shop .working-hours-wrapper svg {
    height: 9px;
    width: 9px;
    margin-right: 3px;
}

.shops-explore .shops .shop .name .working-hours-wrapper {
    margin-left: .5em;
}

.shops-explore .shops .shop .name-wrapper {
    display: flex;
}

.shops-explore .shops .shop .name-wrapper .working-hours-wrapper {
    margin-left: .5em;
}

.shops .shop .working-hours-wrapper {
    color: red;
    font-size: 13px;
    /*display: flex;*/
    display: none;
    align-items: center;
}

.insearch-step[data-id="location"] .shops .shop .name {
    text-transform: none;
    font-weight: normal;
}

.insearch-step[data-id="location"] .shops-in-region,
.insearch-step[data-id="location"] .shops-explore {
    margin: 0 2em;
}

.mobile-only.search-container .header,
.insearch-step[data-id="location"] .header {
    font-size: 20px;
    font-weight: bold;
    margin: 1em 0;
}

.desktop-only .search-wrapper .placeholder {
    top: 15px;
    font-size: 28px;
    left: 50px;
}

@media screen and ( max-width: 550px )  {
    .search-wrapper .placeholder {
        font-size: 24px;
        top: 19px;
    }
}

.mobile-only .search-wrapper .placeholder {
    font-size: 17px;
    top: 10px;
    left: 40px;
}

.search-wrapper .placeholder-prefix-small {
    display: none;
}

@media screen and ( max-width: 650px ) {
    .search-wrapper .placeholder-prefix-small {
        display: none;
    }
}

.header-top .search-width {
    max-width: 1090px;
    margin: 0 auto;
    position: relative;
}


.search-suggest ul.shops-in-area {
    overflow: hidden;
}

.search-suggest .shop-type {
    font-size: .8em;
}


@media screen and ( max-width: 350px )  {
    .header-top .search-margin {
        margin: 0 55px;
    }
}


.header-top .search-margin {
    margin: 0 17px;
}

.header-top .search-tab.active {
    border-bottom: 2px solid black;
}

.header-top .search-tab:before {
    left: 0;
}
.header-top .search-tab:after {
    right: 0;
}
.header-top .search-tab.active:after, .header-top .search-tab.active:before {
    border-bottom: none;
}

.header-top .desktop-only .search-tab:after, .header-top .desktop-only .search-tab:before {
    content: "";
    border-bottom: 1px solid;
    position: absolute;
    bottom: 0;
    width: 0;
}

.header-top .desktop-only .search-tab:after, .header-top .desktop-only .search-tab:before {
    transition: all .2s ease;
}

.header-top .desktop-only .search-tab:hover:after, .header-top .desktop-only .search-tab:hover:before {
    width: 50%;
}

.header-top .mobile-only .search-tab {
    font-size: 14px;
}

.header-top .search-tab {
    margin-bottom: 1em;
    padding-bottom: .2em;
    cursor: pointer;
    position: relative;
    font-family: 'Avenir', sans-serif;
}

.header-top .desktop-only .search-tab {
    font-size: 20px;
}

.header-top .desktop-only .search-tab:not(:first-child) {
    margin-left: 5em;
}

.header-top .mobile-only .search-tab:not(:first-child) {
    margin-left: 1em;
}

.header-top .search-tabs {
    display: flex;
    justify-content: center;
    /*margin-top: 1em;*/
}


.insearch-container {
    display: flex;
    background-color: white;
    /*padding: 1rem 0;*/
    flex-grow: 1;
}

.header-top .experiences-wrapper,
.header-top .booking-wrapper {
    display: flex;
    height: 70px;
    background-color: white;
    align-items: center;
    border-radius: 4px;
    border: solid 0.06rem #e5e5e5;
    transition: all 0.3s ease-out;
}

.insearch-step {
    flex-basis: 40%;
    flex-shrink: 1;
    padding-left: 2em;
    cursor: pointer;
}

.insearch-step[data-id="check-in-out"] {
    flex-shrink: 0.1;
}

.insearch-step[data-id="location"] {
    flex-shrink: 2;
}

.insearch-step[data-id="guests"] {
    flex-shrink: 4;
}

.insearch-step:not(:first-of-type) {
    border-left: 2px solid #a3a0b5;
}

.insearch-step .name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.insearch-step .description.active {
    color: black;
}
.insearch-step .description {
    font-size: 13.5px;
    margin-top: 0.3em;
}

.search-margin button.submit-search:hover {
    background-color: #0e56d0;
}

/*.search-margin button.submit-search {
    width: 70px;
    height: 45px;
    margin: 15px 17px 15px 0;
}*/

.search-container button {
    border-radius: 10px;
    background-color: #2979ff;
    color: white;
}

#booking-location::placeholder, #booking-checkin::placeholder, #booking-checkout::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

#booking-location:-ms-input-placeholder, #booking-checkin:-ms-input-placeholder, #booking-checkout:-ms-input-placeholder  { /* Internet Explorer 10-11 */
  color: black;
}

#booking-location::-ms-input-placeholder, #booking-checkin::-ms-input-placeholder, #booking-checkout::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

#booking-location:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a3a3a3;
  opacity: 1; /* Firefox */
}

#booking-location:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a3a3a3;
}

#booking-location::-ms-input-placeholder { /* Microsoft Edge */
  color: #a3a3a3;
}

.insearch-step .content,
.guests-wrapper.content,
.time-of-day-wrapper.content {
    background-color: white;
    position: absolute;
    border-radius: 32px;
    padding: 16px 32px;
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 20px !important;
    cursor: default;
}

.booking-wrapper .guests-wrapper {
    width: 40%;
    right: 0;
}

.guests-wrapper .age-type-wrapper:not(:last-child) {
    border-bottom: 1px solid rgb(235, 235, 235);
}
.guests-wrapper .age-type-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 4px;
    display: flex;
    justify-content: space-between;
}

.booking-wrapper .guests-wrapper .name,
.experiences-wrapper .time-of-day-wrapper .name {
    font-size: 16px;
    font-weight: 600;
}

.booking-wrapper .guests-wrapper .description {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: rgb(113, 113, 113);
}

.guests-wrapper .counter-wrapper > div:not(:first-child) {
    margin-left: 0.2em;
}

.guests-wrapper .counter-wrapper {
    display: flex;
}

.guests-wrapper .counter-wrapper .minus.disabled {
    border: 1px solid rgb(235, 235, 235) !important;
    color: rgb(235, 235, 235) !important;
}

.guests-wrapper .counter-wrapper .minus:not(.disabled),
.guests-wrapper .counter-wrapper .plus:not(.disabled) {
    cursor: pointer;
}

.guests-wrapper .counter-wrapper .minus,
.guests-wrapper .counter-wrapper .plus {
    border: 1px solid rgb(176, 176, 176);
    color: rgb(176, 176, 176) !important;
}

.guests-wrapper .counter-wrapper .counter {
    padding-top: 2px;
}

.guests-wrapper .counter-wrapper .minus,
.guests-wrapper .counter-wrapper .counter,
.guests-wrapper .counter-wrapper .plus {
    width: 32px !important;
    height: 32px !important;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guests-wrapper .counter-wrapper .plus:not(.disabled):hover,
.guests-wrapper .counter-wrapper .plus:not(.disabled):hover svg,
.guests-wrapper .counter-wrapper .minus:not(.disabled):hover,
.guests-wrapper .counter-wrapper .minus:not(.disabled):hover svg {
    color: rgb(34, 34, 34) !important;
    border-color: rgb(34, 34, 34) !important;
}

.insearch-step[data-id="time-of-day"] {
    position: relative;
}

.experiences-wrapper .time-of-day-wrapper {
    width: fit-content !important;
    left: 0;
    z-index: 1;
}

.experiences-wrapper .time-of-day-wrapper .name {
    margin-bottom: 1em;
    text-align: center;
    font-size: 12px !important;
}

.experiences-wrapper .time-of-day-wrapper > div:not(:first-child) {
    margin-left: 3em;
}

.time-button:hover {
    border-color: black;
    color: black;
}

.time-button.active {
    border-color: #1c4a9c;
    color: white;
    background-color: #317bff;
}

.time-button {
    padding: .5em 1em;
    border: 1px solid gray;
    border-radius: 8px;
    white-space: nowrap;
    margin-bottom: .5em;
    color: gray;
    line-height: 17px;
    cursor: pointer;
    text-align: center;
}

.insearch-step[data-id="location"] .content {
    padding-left: 0;
    padding-right: 0;
    left: 0;
    width: 100%;
}

.insearch-step[data-id="location"] .content > div > img {
    max-height: 35px;
    margin-right: .5em;
}

.insearch-step[data-id="location"] .content .nearby {
    padding: 1em 1.4em;
    font-size: 18px;
    line-height: 41px;
    display: flex;
    align-items: center;
}

.insearch-step[data-id="location"] .content > .nearby:hover {
    background-color: #f3f3f3;
}

.insearch-step[data-id="location"] .content > div:first-child {
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}

.insearch-step[data-id="location"] .content > div:last-child {
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

.search-container .price-wrapper .price-slider {
  height: 3px;
  margin-top: -10px;
  border: 0 !important;
  background-color: #ddd;
}

.search-container .price-wrapper .ui-slider-range {
    background-color: #b0b0b0;
    border-color: #b0b0b0 !important;
}

.search-container .price-wrapper span.ui-slider-handle.ui-state-active {
  border-color: #b0b0b0 !important;
}

.search-container .price-wrapper span.ui-slider-handle {
    border-radius: 100%;
    background-color: white !important;
    top: -12px !important;
    outline: none;
    height: 27px;
    width: 27px;
    -ms-touch-action: none;
    touch-action: none;
}

.search-container .price-wrapper span.ui-slider-handle:before {
    border-left: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
    content: ' ';
    height: 10px;
    display: block;
    width: 3px;
    top: 8px;
    position: absolute;
    left: 9px;
}

.search-container .price-wrapper span.ui-slider-handle:after {
    border-left: 1px solid #b0b0b0;
    content: ' ';
    height: 10px;
    display: block;
    width: 3px;
    top: 8px;
    position: absolute;
    left: 17px;
}

.search-container .price-wrapper .average-price-wrapper {
    font-size: 19px;
    margin-bottom: 1em;
}

.insearch-step .price-wrapper.content {
    width: 50%;
    right: 0;
    padding: 2em 2em;
    border-radius: 12px;
}

.price-wrapper .price-from-to {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
}

.price-from-to-wrapper {
    border: 2px solid #ddd;
    padding: .5em;
    border-radius: 8px;
    color: #343434;
    flex-grow: 1;
}

.price-wrapper .label {
    font-size: 14px;
    color: #b0b0b0;
    margin-bottom: 2px;
}

.price-wrapper .price-from-to input {
    font-size: 17px;
    margin-left: .3em;
    width: 100%;
}

.long-dash {
    display: flex;
    align-items: center;
    margin: 0 .5em;
}

.search-container .mobile-fullscreen {
    z-index: 1;
    height: 100vh;
    width: 100vw;
    background-color: white;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.search-container .pages-container {
    position: relative;
}

.mobile-fullscreen button.icon-close-mf {
    position: absolute;
    right: 10px;
    top: 10px;
}

.search-container .pages-container {
    position: relative;
}

.search-container .content-with-controls-wrapper .content {
    overflow: auto;
    padding-right: .5em;
}

.search-container .content-with-controls-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 .5em 1em 1em;
    flex-grow: 1;
    overflow: hidden;
    margin-top: .5em;
    justify-content: space-between;
}

.search-container .mobile-fullscreen .close {
    cursor: pointer;
    width: 34px;
    height: 34px;
    background-image: url(images/icon-close-64.png);
    background-size: 64px 64px;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10000;
}

.search-container .mobile-fullscreen .controls-wrapper button.step-back {
    background-color: white;
    color: black;
    font-weight: 800;
    padding-left: 0;
}

.search-container .mobile-fullscreen .controls-wrapper button.step-back.inactive {
   color: gray;
}

.search-container .mobile-fullscreen .controls-wrapper button {
    border-radius: 4px;
    line-height: 17px;
    padding: 10px 50px;
    background-color: #2979ff;
    color: white;
    font-size: 17px;
    height: 37px;
    position: relative;
}

.search-container .mobile-fullscreen .controls-wrapper.last-step button.step-next {
    display: none;
}

.search-container .mobile-fullscreen .controls-wrapper button.show-results svg.bi.bi-search {
    top: 10px;
    position: absolute;
    left: 10px;
}

.search-container .mobile-fullscreen button.step-next.inactive,
.search-container .mobile-fullscreen button.show-results.inactive {
    background-color: #bfbfbf !important;
}

.search-container .mobile-fullscreen .controls-wrapper.last-step button.show-results {
    display: block;
}

.search-container .mobile-fullscreen .controls-wrapper button.show-results {
    padding: 10px 20px 10px 33px;
    display: none;
}

.search-container .mobile-fullscreen .controls-wrapper {
    display: flex;
    justify-content: space-between;
    height: 37px;
    max-height: 37px;
    flex-grow: 1;
    margin-top: 1em;
}

[data-type="landing"] .search-suggest {
    margin-top: 86px;
    top: 0;
}

.clear-search {
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
}

.products-search-mobile-wrapper .clear-search {
    top: 5px;
}

@media (max-width: 480px) {
    .products-search-mobile-wrapper .clear-search {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}

.products-search-mobile-wrapper .spin {
    top: 11px !important;
    left: 12px;
}

input.search[data-empty="0"] ~ .clear-search {
    display: block;
}

.search-wrapper .spin {
    top: 26px;
}

.experiences-mobile-wrapper .content .step,
.products-search-mobile-wrapper .content .step,
.booking-mobile-wrapper .content .step {
    color: #404040;
}

.booking-mobile-wrapper .content [data-step="1"] .location-item .name {
    font-weight: bold;
}

.booking-mobile-wrapper .content [data-step="1"] .location-item .description {
    font-size: .9em;
}

.products-search-mobile-wrapper .content [data-step="1"] .location-item,
.booking-mobile-wrapper .content [data-step="1"] .location-item,
.experiences-mobile-wrapper .content [data-step="1"] .location-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 1em;
}

.booking-mobile-wrapper .content [data-step="1"] .getaways {
    font-size: 13px;
    font-weight: bold;
    margin: 1.5em 0 .8em;
}

.products-search-mobile-wrapper .content [data-step="1"] .location-item > img,
.booking-mobile-wrapper .content [data-step="1"] .location-item > img,
.experiences-mobile-wrapper .content [data-step="1"] .location-item > img {
    max-height: 35px;
    margin-right: 1em;
}

.booking-mobile-wrapper .location-item .name {
    font-weight: normal !important;
}

.search-container.mobile-only .daterangepicker .ranges {
    margin-top: 0 !important;
}
.search-container.mobile-only .daterangepicker {
    position: relative;
    padding: 0 !important;
    width: 100%;
    box-shadow: none !important;
    border: none;
    left: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
}

.search-container.mobile-only .daterangepicker th.month {
    padding: 0 0 22px;
}

.search-container.mobile-only .drp-calendar {
    padding: 0 !important;
}


.search-container.mobile-only .daterangepicker .drp-isexact {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.search-container.mobile-only .status {
    font-size: 12px;
    text-align: center;
    margin-top: 1em;
    color: gray;
}

.search-container.mobile-only .daterangepicker .isexact-button:first-child {
    flex-basis: 100%;
    margin-bottom: 1em;
}

.search-container.mobile-only .daterangepicker .isexact-button {
    flex-grow: 1;
    padding-left: 10px !important;
    padding-right: 10px !important;
    white-space: nowrap;
}

.search-container.mobile-only .daterangepicker .isexact-button:nth-child(2) {
    margin-left: 0;
}

.experiences-mobile-wrapper .time-of-day-wrapper > div {
    width: 35%;
    margin-bottom: 1em;
}

.experiences-mobile-wrapper .time-of-day-wrapper {
    width: 100% !important;
    flex-flow: wrap;
    justify-content: space-around;
}

.experiences-mobile-wrapper .time-of-day-wrapper .name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-bottom: .5em;
    text-align: center;
}

.experiences-mobile-wrapper .price-wrapper {
    padding-left: 1.2em;
    padding-right: 1.2em;
}

.search-width.search-margin.search-wrapper.redirect-search {
    margin-top: 36px;
}

@media (max-width: 650px) {
    .search-width.search-margin.search-wrapper.redirect-search {
        margin-top: 0;
    }
}
