@font-face {
    font-family: 'Bariol';
    font-style: normal;
    font-weight: bold;
    src: local('Bariol Bold'), url('/assets/fonts/bariol_bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Bariol';
    font-style: normal;
    font-weight: 500;
    src: local('Bariol Regular'), url('/assets/fonts/bariol_regular-webfont.woff') format('woff');
}


.form-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
    flex-direction: column;
}

.pd-0,
.pd-0 .container {
    height: 100%;
}

main, body {
    height: 100%;
    display: flex;
    width: 100%;
    font-family: var(--font-family) !important;
}

.steps-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 56px;
}

.bullet-step.current .legend-bullet {
    display: block;
}

.bullet-step .legend-bullet {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
}

.bullet {
    width: 8px;
    height: 8px;
    background: #C5C5C5;
    border-radius: 50%;
}

.bullet-step {
    position: relative;
    margin-left: 50px;
    padding: 0 4px;
}

.steps-bullets .bullet-step:first-child {
    margin-left: 0;
}

.bullet-step:before {
    content: '';
    width: 50px;
    height: 1px;
    border-bottom: 1.5px dashed #C5C5C5;
    position: absolute;
    left: 0;
    top: 3px;
    transform: translateX(-100%);
}

.steps-bullets .bullet-step:first-child:before {
    border: unset;
}

.bullet-step.active .bullet {
    background: #000;
}

.bullet-step.active:before {
    border-color: #000;
}

body {
    color: #000;
}

.steps {
    width: 100%;
}

.step-form {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 100%;
}

.step-form.active {
    display: flex;
}

.step-form > .title,
.step-form > .title-last-step,
.success-wrapper .title {
    font-size: 56px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -1px;
    text-align: center;
    padding-bottom: 30px;
}

form {
    flex: 1;
    justify-content: center;
    display: flex;
}


.form-content > * {
    width: 100%;
}

[data-freeform-controls] {
    display: none !important;
}

.step-form.step1 > .title {
    padding-bottom: 60px;
}

.step-form > .legend {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: -0.20000000298023224px;
    text-align: center;
    margin-bottom: 32px;
}

.hero-search-box.search-banner-wrapper {
    margin: 0 auto;
    max-width: 609px;
}

.hero-search-box.search-banner-wrapper input {
    margin: 0;
    padding: 0;
    border: unset;
    width: 100%;
    height: 40px;
    outline: unset;
}

.form-group {
    width: 100%;
    position: relative;
}

.form-group.title-field-wrapper {
    margin: 0 auto;
    max-width: 609px;
}

span.error-message {
    font-style: italic;
    color: #ff0000;
    text-align: left;
    display: block;
    margin-top: 4px;
    font-size: 12px;
}

.lightpick--inlined {
    box-shadow: 0px 5px 15px 0px #00000029;
    border-radius: 20px;
    padding: 40px 30px;
}

.lightpick--inlined .lightpick__inner {
    border-radius: 20px;
    position: relative;
}

.lightpick__month + .lightpick__month {
}

.lightpick__months {
    background: transparent;
    gap: 40px;
}

.lightpick__toolbar {
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

.lightpick__previous-action, .lightpick__next-action, .lightpick__close-action {
    margin: 0;
    background: transparent;
    border: 2px solid #000;
    font-size: 19px;
}

.lightpick__month-title {
    margin: 0;
    padding: 0;
    padding-left: 36px;
    width: 100%;
    text-align: left;
    padding-right: 10px;
}

.lightpick__month + .lightpick__month .lightpick__month-title {
    text-align: right;
    padding-right: 38px;
}

.lightpick__day.is-in-range {
    background: #f6bb3a87;
    border-radius: 50%;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped,
.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped,
.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    background: #F6B93A;
    border-radius: 50%;
}

.lightpick__days {
    gap: 4px;
}

.lightpick__day {
    height: 32px;
}

.lightpick {
    font-family: var(--font-family);
}

.input-group.hidden {
    display: none;
}

.note {
    max-width: 400px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    letter-spacing: 0.10000000149011612px;
    text-align: center;
    margin: 14px auto 0;
    color: #444444;
}

.form-buttons-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 32px;
}

.hidden-absolute {
    position: absolute;
    z-index: -1;
    border: unset;
    background: transparent;
    top: 30px;
}

.step3 .wrapper {
    max-width: 500px;
    width: 100%;
}

.product-detailed-info-single {
    justify-content: space-between;
    flex-direction: row;
}

.product-desc-title.sidetitle {
    width: auto;
    text-align: left;
}

.product-desc-title.sidetitle .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.29px;
    letter-spacing: -0.20000000298023224px;
    color: #191919;
}

.product-desc-title.sidetitle .note-info {
    font-size: 11px;
    font-weight: 600;
    line-height: 13.41px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: #888888;
    margin-top: 3px;
}

.input-wrapper-number {
    display: flex;
    align-items: center;
    gap: 4px;
}

.number-cta {
    outline: unset;
}

.number-cta.default-button.secondary {
    padding: 0;
    width: 32px;
    height: 32px;
    font-size: 24px;
}

.input-wrapper-number input {
    border: unset;
    outline: unset;
    max-width: 50px;
    text-align: center;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
}

.form-group .error-message {
    flex: 0 100%;
}

.product-details-row.form-group {
    flex-wrap: wrap;
}

.additional-info .freeform-row {
    display: none;
    margin-top: 20px;
}

.additional-info {
    margin-top: 20px;
}

.additional-info .show-additional-info {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.additional-info.active .freeform-row {
    display: block;
}

.step-form.step5 .wrapper {
    max-width: 520px;
    width: 100%;
}

input#form-input-phoneNumber {
    width: 100%;
    max-width: 100%;
}

#valid-msg, #error-msg {
    display: block;
    text-align: left;
}

.freeform-fieldtype-checkbox .error-message {
    flex: 0 100%;
}

.success-wrapper {
    max-width: 610px;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
    display: none;
}

.success-wrapper .title {
    margin: 20px 0;
}

.text {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    letter-spacing: -0.20000000298023224px;
    text-align: center;
}

.buttons {
    margin-top: 20px;
}

.buttons .default-button {
    width: fit-content;
    margin: 0 auto;
}

.step-form.step4 {
    align-items: flex-start;
}

.wrapper.two-columns {
    display: grid;
    grid-template-columns: 45% 55%;
    width: 100%;
    height: 100%;
}

.wrapper.two-columns > * {
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.wrapper.two-columns .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: left;
    margin-bottom: 30px;
}

::-webkit-scrollbar {
    width: 3px;
    height: 5px
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.destinations-places .tabs-content {
    max-height: calc(90vh - 88px);
    overflow-y: scroll;
    flex-wrap: wrap;
}

.container:has( .step4.active) {
    max-width: 100%;
}

.products-wrapper {
    margin-top: 20px;
    padding-right: 10px;
    width: 100%;
}

.prod-info-wrap {
    text-align: left;
}


.inspo-trajectory-product-thumb {
    padding-top: 14px;
    border: unset;
    border-top: 1px solid #ccc;
    border-radius: 0;
}

.travel-days-wrapper .tabs-header {
    box-shadow: 0px 6px 4px -3px #0000000D;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    flex-wrap: nowrap;
}

.travel-day {
    display: flex;
    flex-direction: column;
    min-width: 120px;
    padding: 10px 12px 6px 12px;
    gap: 0px;
    border-radius: 10px 10px 0px 0px;
    background: transparent;
    transition: all 0.5s;
}

.travel-day.active {
    background: #fff;
}

.travel-days-wrapper {
    height: auto;
}

.travel-days-wrapper .tabs-content.active {
    background: #fff;
    height: 100%;
}

.travel-days-wrapper .tabs-content {
    border-radius: 0px 0px 20px 20px;
    max-height: 65vh;
    overflow-y: scroll;
}

.inspo-trajectory-product-info-wrap {
    padding-top: 0;
    max-width: 60%;
    padding-right: 0;
}

.info-see {
    opacity: 0;
    transition: all 0.4s;
}

.prod-info-wrap:hover .info-see {
    opacity: 1;
}

img.inspo-trajectory-product-thumb-img {
    max-width: 140px;
    height: auto;
    width: 100%;
}

.wrapper.two-columns > .right-content {
    max-width: 100%;
    position: relative;
    padding: 0;
}

.wrapper.two-columns > .right-content:before {
    content: '';
    background: #f2f2f2;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
    top: -88px;
    left: 0;
}

.wrapper.two-columns > .right-content .wrapper {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 15px;
}

.travel-info-wrapper {
    width: 100%;
    height: 100%;
    min-height: 200px;
}

.travel-info-wrapper img.inspo-trajectory-product-thumb-img {
    display: none;
}

.travel-info-wrapper .inspo-trajectory-product-thumb {
    border: unset;
    padding: 0;
}

.travel-info-wrapper .inspo-trajectory-product-thumb .inspo-trajectory-product-info-wrap {
    padding: 0;
    max-width: 70%;
}

.travel-info-wrapper .product-info-wrapper {
    padding: 10px 10px 6px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
}

.travel-info-wrapper .product-info-wrapper + .product-info-wrapper {
    margin-top: 8px;
}

.travel-info-wrapper .product-info-wrapper {
    position: relative;
}

.travel-info-wrapper .product-info-wrapper .remove-elem,
.travel-info-wrapper .product-info-wrapper .move-elem {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.5s;
    opacity: 0;
}

.travel-info-wrapper .product-info-wrapper .remove-elem:before,
.travel-info-wrapper .product-info-wrapper .move-elem:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_550_23639)'%3E%3Cpath d='M16.75 8.5H20.5V10H19V19.75C19 19.9489 18.921 20.1397 18.7803 20.2803C18.6397 20.421 18.4489 20.5 18.25 20.5H7.75C7.55109 20.5 7.36032 20.421 7.21967 20.2803C7.07902 20.1397 7 19.9489 7 19.75V10H5.5V8.5H9.25V6.25C9.25 6.05109 9.32902 5.86032 9.46967 5.71967C9.61032 5.57902 9.80109 5.5 10 5.5H16C16.1989 5.5 16.3897 5.57902 16.5303 5.71967C16.671 5.86032 16.75 6.05109 16.75 6.25V8.5ZM17.5 10H8.5V19H17.5V10ZM10.75 12.25H12.25V16.75H10.75V12.25ZM13.75 12.25H15.25V16.75H13.75V12.25ZM10.75 7V8.5H15.25V7H10.75Z' fill='%23D40036'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_550_23639'%3E%3Crect width='18' height='18' fill='white' transform='translate(4 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 26px;
    height: 26px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.travel-info-wrapper .product-info-wrapper:hover .remove-elem,
.travel-info-wrapper .product-info-wrapper:hover .move-elem {
    opacity: 1;
}

.travel-info-wrapper .product-info-wrapper .move-elem {
    top: auto;
    bottom: 10px;
    cursor: move;
}

.travel-info-wrapper .product-info-wrapper .move-elem span {
    display: none;
}

.travel-info-wrapper .product-info-wrapper .move-elem:before {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.5' cy='1.5' r='1.5' fill='%23AAAAAA'/%3E%3Ccircle cx='6.5' cy='6.5' r='1.5' fill='%23AAAAAA'/%3E%3Ccircle cx='11.5' cy='6.5' r='1.5' fill='%23AAAAAA'/%3E%3Ccircle cx='1.5' cy='11.5' r='1.5' fill='%23AAAAAA'/%3E%3Ccircle cx='6.5' cy='11.5' r='1.5' fill='%23AAAAAA'/%3E%3Ccircle cx='11.5' cy='11.5' r='1.5' fill='%23AAAAAA'/%3E%3C/svg%3E%0A");
    width: 13px;
    height: 13px;
}

.products-wrapper .product-info-wrapper.active:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16' fill='none'%3E%3Cpath d='M7.5 13.8409C4.04813 13.8409 1.25 11.0428 1.25 7.59094C1.25 4.13907 4.04813 1.34094 7.5 1.34094C10.9519 1.34094 13.75 4.13907 13.75 7.59094C13.75 11.0428 10.9519 13.8409 7.5 13.8409ZM6.87687 10.0909L11.2956 5.67157L10.4119 4.78782L6.87687 8.32344L5.10875 6.55532L4.225 7.43907L6.87687 10.0909Z' fill='black'%3E%3C/path%3E%3C/svg%3E%0A");
    position: absolute;
    right: 10px;
    top: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.products-wrapper .product-info-wrapper {
    position: relative;
}

.products-wrapper .product-info-wrapper .add-item {
    position: absolute;
    right: 0;
    top: 10px;
    display: flex;
}

.products-wrapper .product-info-wrapper.active .add-item {
    top: 40px;
}

.product-info-wrapper .add-item {
    display: none;
}

.search-wrapper {
    flex: 0 100%;
    margin-top: 20px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.search-wrapper .hero-search-box.search-banner-wrapper {
    max-width: 100%;
    border-width: 1px;
    border-color: #CCCCCC;
    border-radius: 8px;
    flex: 1;
}

.search-wrapper .hero-search-box.search-banner-wrapper .search-box-content-wrap {
    min-height: 40px;
    padding: 0 12px;
}

.search-wrapper .sort-wrapper {
    flex: 0 auto;
}

.search-wrapper .sort-wrapper .button-text {
    display: none;
}

.search-wrapper .sort-wrapper .sort {
    padding: 11px;
}

.search-wrapper .sort-options .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 0 18px;
    text-align: left;
    padding-bottom: 8px;
    color: #000000;
    margin: 0;
}

.travel-days-wrapper .tabs-content > * {
    flex: 0 100%;
}

.travel-days-wrapper .tabs-content {
    flex-wrap: wrap;
}

.travel-info-wrapper.accomodation.active:empty {
    border: 1px dashed #DDDDDD;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 8px;
}

.travel-info-wrapper.accomodation.active:empty:before {
    font-size: 24px;
}

.travel-info-wrapper.accomodation {
    transition: min-height 0.5s;
    min-height: 0;
    overflow: hidden;
    padding: 0;
}

.travel-info-wrapper.accomodation.active:empty {
    min-height: 200px;
}

.travel-days-wrapper .tabs-content {
    padding: 30px 16px;
}

.travel-info-wrapper.accomodation:not(:empty), .travel-info-wrapper.accomodation.active {
    margin-bottom: 20px;
}

.popup-accomodation-select-days {
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.popup-accomodation-select-days.active {
    z-index: 11;
    display: flex;
}

.popup-accomodation-select-days .content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 609px;
    width: 100%;
}

.popup-accomodation-select-days .content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 30px;
}

.popup-accomodation-select-days .content .title .accomadation-title {
    display: block;
}

.popup-accomodation-select-days .content .actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.select-all-trip {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.select-days {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.item-day {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.item-day label {
    font-weight: 500;
    margin: 0;
}

.item-day input {
    height: 18px;
    width: 18px;
    appearance: unset;
    -webkit-appearance: unset;
    cursor: pointer;
    position: relative;
}

.item-day input:before {
    content: "";
    height: 18px;
    width: 18px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    left: 0;
    border: 1px solid #bbb
}

.item-day input:checked:after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    left: 0;
    border: 6px solid var(--blue-main);
}

.inspo-trajectory-product-info-wrap .prod-secondary-info-wrap {
    text-align: left;
}

.travel-days-wrapper .tabs-header {
    width: 100%;
    overflow-x: auto;
}

.show-experiences {
    display: none !important;
}

.wrapper.two-columns > .left-content .close-experiences {
    display: none;
}

@media (max-width: 991px) {
    .step-form > .title, .step-form > .title-last-step, .success-wrapper .title {
        font-size: 32px;
        font-weight: 600;
        line-height: 38.4px;
        letter-spacing: -1px;
        text-align: center;
    }

    .step-form.step1 > .title {
        padding-bottom: 30px;
    }

    .step-form > .legend {
        font-size: 14px;
        font-weight: 500;
        line-height: 22.4px;
        letter-spacing: -0.20000000298023224px;
        text-align: center;
        margin-bottom: 20px;
    }

    .note {
        font-size: 13px;
        font-weight: 400;
        line-height: 16.38px;
        letter-spacing: 0.10000000149011612px;
        text-align: center;
        color: #999999;
    }

    .lightpick__month {
        width: 100%;
    }

    .lightpick--inlined {
        padding: 40px 15px;
    }

    .lightpick__month-title-bar {
        margin-bottom: 20px;
    }

    .calender-range-picker .lightpick {
        width: 100%;
    }

    .lightpick__day {
        height: 40px;
    }

    .wrapper.two-columns > .left-content {
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        padding-top: 100px;
        transform: translateY(100%);
        transition: all 0.5s;
    }

    .wrapper.two-columns > .left-content.active {
        transform: translateY(0%);
    }

    .products-wrapper .product-info-wrapper .add-item .button-text {
        display: none;
    }

    .products-wrapper .product-info-wrapper .add-item {
        min-height: 36px;
        padding: 2px 9px;
    }

    img.inspo-trajectory-product-thumb-img {
        max-width: 100px;
        min-height: 100px;
    }

    .inspo-trajectory-product-thumb {
        flex-direction: row;
    }

    .wh-event-upsell-prods-tabs-wrap {
        overflow-x: scroll;
    }

    .wrapper.two-columns {
        grid-template-columns: 1fr;
    }

    .container:has( .step4.active) {
        padding: 0;
    }

    .wrapper.two-columns > .right-content .wrapper {
        max-width: 100%;
    }

    .step-form.step5 .form-buttons-wrapper {
        flex-direction: column-reverse;
        gap: 10px;
        margin-top: 50px;
    }

    .travel-days-wrapper {
        position: relative;
    }

    .default-button.show-experiences {
        display: flex !important;
        position: absolute;
        top: 70px;
        right: 10px;
        min-height: auto;
        z-index: 1;
    }

    .travel-days-wrapper .tabs-content {
        padding: 50px 15px 30px;
    }

    .wrapper.two-columns > .left-content .close-experiences {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 0px 7px;
        display: flex;
    }


    .wrapper.two-columns > .left-content .close-experiences .cta-icon {
        width: 25px;
        height: 25px;
    }

    .select-days {
        grid-template-columns: 1fr 1fr;
    }

    .travel-info-wrapper .product-info-wrapper .remove-elem, .travel-info-wrapper .product-info-wrapper .move-elem {
        opacity: 1;
    }

    .travel-info-wrapper .product-info-wrapper .move-elem {
        display: none;
    }

    .info-see {
        opacity: 1;
    }

    .travel-info-wrapper .info-see {
        opacity: 0;
    }
}

.travel-info-wrapper.accomodation.active:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.travel-info-wrapper.accomodation {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.travel-info-wrapper.accomodation .product-info-wrapper {
    flex: 0 100%;
}

.wh-event-upsell-prods-tabs-wrap {
    overflow-x: scroll;
}

@media (min-width: 992px) and (max-width: 1199px) {
    img.inspo-trajectory-product-thumb-img {
        display: none;
    }

    .inspo-trajectory-product-info-wrap {
        padding-left: 0;
        max-width: 70%;
    }

}

@media (max-width: 767px) {
    .lightpick__month-title {
        text-align: center;
    }


    .lightpick__month .lightpick__month-title .lightpick__select {
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        text-align-last: center;
    }

    .lightpick__month-title {
        padding: 0;
    }

    .calender-range-picker {
        width: 100%;
    }

    .step2 .wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .lightpick__month + .lightpick__month .lightpick__month-title .lightpick__select {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .lightpick__month-title > .lightpick__select {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}

.lightpick__day.is-in-range:hover {
    background-image: unset !important;
}

.lightpick__day-of-the-week {
    font-size: 14px;
}

.lightpick__month-title > .lightpick__select {
    font-size: 20px;
}

.default-button.show-experiences {
    background: #000;
    color: #fff;
}

@media (max-width: 1199px) {
    .lightpick__day:not(.is-disabled):hover {
        background-image: unset!important;
    }
}