

/* Start:/local/templates/travelsoft/components/travelsoft/booking.search_form/tours_daterange_demo/style.css?17865695525839*/
/*
    Template tours_daterange_demo
*/

.datepicker table tr td.travelsoft-highlight-date,
.datepicker table tr td.travelsoft-highlight-date:hover,
.datepicker table tr td.day.travelsoft-highlight-date,
.datepicker table tr td.day.travelsoft-highlight-date:hover {
    background-color: #fd962c;
    color: #fff;
    border-radius: 4px;
}

.datepicker table tr td.travelsoft-highlight-date.active,
.datepicker table tr td.travelsoft-highlight-date.active:hover,
.datepicker table tr td.day.travelsoft-highlight-date.active,
.datepicker table tr td.day.travelsoft-highlight-date.active:hover {
    background-color: #e07f14;
    color: #fff;
}

#tours-daterange-demo-search-form .tours-daterange-demo-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 0.75rem 1rem;
    width: 100%;
}

#tours-daterange-demo-search-form .tours-daterange-demo-field {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

#tours-daterange-demo-search-form .label-text {
    margin-bottom: 0.35rem;
    white-space: nowrap;
}

#tours-daterange-demo-search-form .label-text--sub {
    font-size: 12px;
    margin-bottom: 0.2rem;
    opacity: 0.85;
}

#tours-daterange-demo-search-form .tours-daterange-demo-city {
    flex: 1 1 180px;
    max-width: 240px;
}

#tours-daterange-demo-search-form .tours-daterange-demo-city .select_2,
#tours-daterange-demo-search-form .tours-daterange-demo-city .select-local,
#tours-daterange-demo-search-form .tours-daterange-demo-city .select2-container {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

#tours-daterange-demo-search-form .tours-daterange-demo-dates {
    flex: 1 1 280px;
    max-width: 340px;
}

#tours-daterange-demo-search-form .tours-daterange-demo-dates-inputs {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 0.5rem;
    width: 100%;
}

#tours-daterange-demo-search-form .tours-daterange-demo-date {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

#tours-daterange-demo-search-form .tours-daterange-demo-date .input-date-group {
    width: 100%;
    max-width: 100%;
}

#tours-daterange-demo-search-form .tours-daterange-demo-adults,
#tours-daterange-demo-search-form .tours-daterange-demo-children {
    flex: 0 0 110px;
}

#tours-daterange-demo-search-form .tours-daterange-demo-children {
    position: relative;
}

#tours-daterange-demo-search-form .tours-daterange-demo-adults .form-control,
#tours-daterange-demo-search-form .tours-daterange-demo-children > .form-control {
    width: 100%;
}

#tours-daterange-demo-search-form .tours-daterange-demo-submit {
    flex: 0 0 auto;
    align-self: flex-end;
    justify-content: flex-end;
}

#tours-daterange-demo-search-form .tours-daterange-demo-submit .search-btn {
    white-space: nowrap;
    min-width: 120px;
    height: calc(2.25rem + 2px);
    margin-top: 0;
    margin-bottom: 0 !important;
    align-self: flex-end;
}

@media (min-width: 992px) {
    #tours-daterange-demo-search-form .tours-daterange-demo-row {
        align-items: flex-end;
    }

    #tours-daterange-demo-search-form .tours-daterange-demo-submit {
        align-self: flex-end;
        margin-top: auto;
        padding-bottom: 0;
    }

    /* Match dates block: main label + sub-label row above controls */
    #tours-daterange-demo-search-form .tours-daterange-demo-submit-spacer {
        display: block;
        visibility: hidden;
        margin-bottom: 0.35rem;
        height: calc(1em + 0.35rem + 12px + 0.2rem);
        line-height: 1;
    }

    #tours-daterange-demo-search-form .tours-daterange-demo-submit .search-btn {
        margin-top: 0;
    }
}

#tours-daterange-demo-search-form .children-age-box {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    left: auto;
    z-index: 30;
    width: 170px;
    max-width: 170px;
    margin: 0;
    padding: 0.5rem 0.6rem 0.65rem;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

#tours-daterange-demo-search-form .children-age-box .closer {
    display: block;
    text-align: right;
    line-height: 1;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 0.25rem;
}

#tours-daterange-demo-search-form .children-age-box .select-age-box {
    margin-bottom: 0.5rem;
}

#tours-daterange-demo-search-form .children-age-box .select-age-box:last-child {
    margin-bottom: 0;
}

#tours-daterange-demo-search-form .children-age-box .select-age-box label {
    display: block;
    font-size: 12px;
    margin-bottom: 0.2rem;
    white-space: nowrap;
}

#tours-daterange-demo-search-form .children-age-box .select-age-box .form-control {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 991.98px) {
    #tours-daterange-demo-search-form .tours-daterange-demo-row {
        flex-wrap: wrap;
        align-items: stretch;
    }

    #tours-daterange-demo-search-form .tours-daterange-demo-city,
    #tours-daterange-demo-search-form .tours-daterange-demo-dates {
        flex: 1 1 100%;
        max-width: 100%;
    }

    #tours-daterange-demo-search-form .tours-daterange-demo-adults,
    #tours-daterange-demo-search-form .tours-daterange-demo-children {
        flex: 1 1 calc(50% - 0.5rem);
    }

    #tours-daterange-demo-search-form .tours-daterange-demo-submit {
        flex: 1 1 100%;
    }

    #tours-daterange-demo-search-form .tours-daterange-demo-submit-spacer {
        display: none;
    }

    #tours-daterange-demo-search-form .tours-daterange-demo-submit .search-btn {
        width: 100%;
    }
}

/* End */


/* Start:/local/components/travelsoft/excursiontour.offers.search.list/templates/.default/style.css?178626690510943*/
.excursion-offers-search-list .search-control {
    margin-bottom: 1rem;
}

.excursion-offers-search-list .search-control-btn {
    margin-top: 0.5rem;
}

.excursion-offers-search-list .price-opt {
    margin-bottom: 1rem;
    gap: 0.75rem;
}

.excursion-offers-search-list .price-opt-title {
    font-weight: 600;
}

.excursion-offers-search-list .price-opt .listsearch-input-item a {
    text-decoration: underline;
}

/* Card shell */
.excursion-offers-search-list .product.product--list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.excursion-offers-search-list .product--offers-card .product__main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

.excursion-offers-search-list .product--offers-card .product__img-top {
    flex: 0 0 auto;
    max-width: 252px;
}

.excursion-offers-search-list .product--offers-card .product__img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.excursion-offers-search-list .product--offers-card .product__content {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    gap: 1rem;
    padding: 0.75rem 1rem 0.75rem 1.25rem;
    align-items: stretch;
}

.excursion-offers-search-list .product--offers-card .product__info {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.excursion-offers-search-list .product--offers-card .product__title {
    margin: 0 0 0.15rem;
    font-size: 1.05rem;
    line-height: 1.35;
}

.excursion-offers-search-list .product--offers-card .product__title a {
    color: #1a5bb8;
    text-decoration: none;
}

.excursion-offers-search-list .product--offers-card .product__title a:hover {
    text-decoration: underline;
}

.excursion-offers-search-list .product--offers-card .product__route {
    color: #495057;
    font-size: 14px;
    line-height: 1.4;
}

.excursion-offers-search-list .product--offers-card .product__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 14px;
    color: #e67e22;
    margin-top: 0.15rem;
}

.excursion-offers-search-list .product--offers-card .product__meta-icon {
    margin-right: 0.2rem;
    font-size: 13px;
}

.excursion-offers-search-list .product--offers-card .product__meta-sep {
    color: #adb5bd;
}

.excursion-offers-search-list .product--offers-card .product__meta-people {
    color: #495057;
}

/* Date pills */
.excursion-offers-search-list .product--offers-card .product__date-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.65rem;
}

.excursion-offers-search-list .product--offers-card .product__dates-loading {
    color: #6c757d;
    font-size: 13px;
}

.excursion-offers-search-list .product--offers-card .product__date-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.2rem 0.65rem 0.2rem 0.2rem;
    border: 1px solid #b5dcc2;
    border-radius: 999px;
    background: #eef8f1;
    color: #2e8b57;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.excursion-offers-search-list .product--offers-card .product__date-pill:hover {
    background: #dff1e5;
    border-color: #8bc9a0;
}

.excursion-offers-search-list .product--offers-card .product__date-pill-day {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: #2e8b57;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    flex: 0 0 auto;
}

.excursion-offers-search-list .product--offers-card .product__date-pill-label {
    white-space: nowrap;
    font-weight: 500;
}

.excursion-offers-search-list .product--offers-card .product__date-pill--weekend {
    border-color: #f0b4b4;
    background: #fff5f5;
    color: #d64545;
}

.excursion-offers-search-list .product--offers-card .product__date-pill--weekend .product__date-pill-day {
    background: #d64545;
}

.excursion-offers-search-list .product--offers-card .product__date-pill--active {
    box-shadow: 0 0 0 2px rgba(46, 139, 87, 0.35);
    border-color: #2e8b57;
    background: #d8f0e1;
}

.excursion-offers-search-list .product--offers-card .product__date-pill--weekend.product__date-pill--active {
    box-shadow: 0 0 0 2px rgba(214, 69, 69, 0.35);
    border-color: #d64545;
    background: #ffe8e8;
}

.excursion-offers-search-list .product--offers-card .product__show-all-variants {
    display: inline-block;
    margin-top: 0.65rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #007bff;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: underline;
    cursor: pointer;
}

.excursion-offers-search-list .product--offers-card .product__show-all-variants:hover,
.excursion-offers-search-list .product--offers-card .product__show-all-variants:focus {
    color: #0056b3;
}

.excursion-offers-search-list .product--offers-card .product__offers-panel {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid #e9ecef;
    margin-top: 0;
    overflow: hidden;
}

.excursion-offers-search-list .product__offers {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}

.excursion-offers-search-list .offers-loading {
    padding: 0.75rem 0;
    color: #666;
}

.excursion-offers-search-list .offers-table-wrap {
    width: 100%;
}

.excursion-offers-search-list .offers-table {
    width: 100%;
    margin-bottom: 0;
    table-layout: fixed;
}

.excursion-offers-search-list .offers-table th,
.excursion-offers-search-list .offers-table td {
    vertical-align: middle;
    font-size: 14px;
}

.excursion-offers-search-list .offers-table__date {
    width: 110px;
    white-space: nowrap;
}

.excursion-offers-search-list .offers-table__rate {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.excursion-offers-search-list .offers-table__city {
    width: 120px;
    word-break: break-word;
}

.excursion-offers-search-list .offers-table__price {
    width: 110px;
    white-space: nowrap;
}

.excursion-offers-search-list .offers-table__action {
    width: 140px;
    white-space: nowrap;
}

.excursion-offers-search-list .offers-cards {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.excursion-offers-search-list .offer-card {
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    background: #fafafa;
}

.excursion-offers-search-list .offer-card__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.25rem 0.75rem;
    margin-bottom: 0.5rem;
}

.excursion-offers-search-list .offer-card__row--price {
    margin-bottom: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
}

.excursion-offers-search-list .offer-card__label {
    color: #6c757d;
    font-size: 12px;
    flex: 0 0 auto;
}

.excursion-offers-search-list .offer-card__value {
    font-size: 14px;
    text-align: right;
    flex: 1 1 auto;
    min-width: 0;
    word-break: break-word;
}

.excursion-offers-search-list .offer-card__btn {
    width: 100%;
}

.excursion-offers-search-list .product__offers .add2cart,
.excursion-offers-search-list .product__offers .add2cart.btn-primary {
    background: rgb(242, 129, 0);
    border-color: rgb(242, 129, 0);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.excursion-offers-search-list .product__offers .add2cart:hover,
.excursion-offers-search-list .product__offers .add2cart:focus,
.excursion-offers-search-list .product__offers .add2cart.btn-primary:hover,
.excursion-offers-search-list .product__offers .add2cart.btn-primary:focus {
    background: rgb(214, 112, 0);
    border-color: rgb(214, 112, 0);
    color: #fff;
    text-decoration: none;
}

/* Aside: price + order button */
.excursion-offers-search-list .product--offers-card .product__aside {
    flex: 0 0 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem;
    padding-left: 0.5rem;
}

.excursion-offers-search-list .product--offers-card .product__price-from {
    text-align: right;
    line-height: 1.2;
}

.excursion-offers-search-list .product--offers-card .product__price-from-label {
    display: block;
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 0.15rem;
}

.excursion-offers-search-list .product--offers-card .product__price-from-value {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #2e8b57;
    white-space: nowrap;
}

.excursion-offers-search-list .product--offers-card .product__btn-order {
    display: inline-block;
    background: rgb(242, 129, 0);
    border-color: rgb(242, 129, 0);
    color: #fff;
    font-weight: 600;
    padding: 0.55rem 1rem;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

.excursion-offers-search-list .product--offers-card .product__btn-order:hover,
.excursion-offers-search-list .product--offers-card .product__btn-order:focus {
    background: rgb(214, 112, 0);
    border-color: rgb(214, 112, 0);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .excursion-offers-search-list .product--offers-card .product__aside {
        flex-basis: 140px;
    }
}

@media (max-width: 767.98px) {
    .excursion-offers-search-list .product--offers-card .product__main {
        flex-direction: column;
    }

    .excursion-offers-search-list .product--offers-card .product__img-top {
        width: 100%;
        max-width: 100%;
    }

    .excursion-offers-search-list .product--offers-card .product__img-top img {
        width: 100%;
        height: auto;
        max-height: 220px;
        object-fit: cover;
    }

    .excursion-offers-search-list .product--offers-card .product__content {
        flex-direction: column;
        padding: 1rem;
        gap: 0.75rem;
    }

    .excursion-offers-search-list .product--offers-card .product__aside {
        flex: 0 0 auto;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-left: 0;
        gap: 0.75rem;
    }

    .excursion-offers-search-list .product--offers-card .product__price-from {
        text-align: left;
    }

    .excursion-offers-search-list .product__offers {
        padding: 0.75rem 1rem 1rem;
    }
}

/* End */
/* /local/templates/travelsoft/components/travelsoft/booking.search_form/tours_daterange_demo/style.css?17865695525839 */
/* /local/components/travelsoft/excursiontour.offers.search.list/templates/.default/style.css?178626690510943 */
