/* *************** */
/* LIVEOFFER STYLE */
/* *************** */

#train_page_slider div#homepage_slide .owl-stage-outer {
    height: 773px;
}

div.train_topimage {
    min-height: 773px;
}

#train-page-loader {
    display: grid;
    position: fixed;
    background: rgb(255 255 255 / 30%);
    width: 100vw;
    z-index: 99999;
    height: 100vh;
    place-items: center;
    top: 0;
}

.container-topimage .train_topimage .topimage__content {
    display: block;
    top: 415px;
}

.container-topimage .train_topimage .topimage__content .topimage__content__headline {
    text-transform: none;
}

.topimage__search__placeholder .search__input__element {
    background: var(--tertiary);
    border: 1px solid var(--extra-1) !important;
    color: var(--primary);
    padding: 6px 0 6px 13px;
    width: 100%;
}

.topimage__search__placeholder .search__input__element::placeholder {
    color: var(--primary);
}

.ui-autocomplete {
    background: white;
    padding: 0;
    list-style: none;
    max-height: 260px;
    overflow: auto;
    width: fit-content;
    width: -moz-fit-content;
    z-index: 100;
}

.ui-menu-item-wrapper {
    color: var(--primary);
    padding: 5px 20px;
    cursor: pointer;
}

.ui-menu-item-wrapper.ui-state-active {
    border: none;
    color: var(--primary-button-text);
    background: var(--secondary);
}

.ui-menu-item:nth-child(2n) {
    background: #f1f1f1;
}

.search__fieldswrapper__date .date-picker-wrapper .time1 {
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
        "time hour"
        "time minute";
    background: var(--extra-5);
}

.search__fieldswrapper__date .date-picker-wrapper .time1 div:first-of-type {
    grid-area: time;
    place-items: center;
    display: grid;
    color: #FFF;
}

.search__fieldswrapper__date .date-picker-wrapper .time1 div label {
    margin-bottom: 0;
    color: #FFF;
}

.search__fieldswrapper__date .date-picker-wrapper .time1 .hour {
    grid-area: hour;
    text-align: center;
    background: var(--extra-4);
    padding: 4px 0 2px 0;
}

.search__fieldswrapper__date .date-picker-wrapper .time1 .hour input {
    margin-left: 11px;
}

.search__fieldswrapper__date .date-picker-wrapper .time1 .minute {
    grid-area: minute;
    text-align: center;
    background: var(--extra-4);
    padding: 2px 0 4px 0;
}

.search__fieldswrapper__date .date-picker-wrapper input[type='range'] {
    width: 210px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: none;
    border: none !important;
}

.search__fieldswrapper__date .date-picker-wrapper input[type='range']:focus {
    outline-width: 0;
}

.search__fieldswrapper__date .date-picker-wrapper input[type='range'],
.search__fieldswrapper__date .date-picker-wrapper input[type='range']::-webkit-slider-runnable-track,
.search__fieldswrapper__date .date-picker-wrapper input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.search__fieldswrapper__date .date-picker-wrapper input[type='range']::-webkit-slider-runnable-track {
    width: 200px;
    height: 10px;
    background: #F2F2F2;
}

.search__fieldswrapper__date .date-picker-wrapper input[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 20px;
    width: 20px;
    margin-top: -5px;
    background: var(--secondary);
}

section.train-home-section {
    font-family: "Roboto Condensed", sans-serif;
    color: var(--primary);
    font-size: 24px;
    letter-spacing: 0px;
}

section.train-home-section > * {
    font-family: "Roboto Condensed", sans-serif;
    color: var(--primary);
    font-weight: unset;
    text-transform: unset;
}

section.train-section {
    background: #F7F7F7;
}

section.train-section .main-content {
    max-width: 1900px;
    margin: auto;
}

.topimage__search__placeholder .search__fieldswrapper.global__train__search {
    padding: 20px 30px 10px;
}

.topimage__search__placeholder .search__fieldswrapper.global__train__search form {
    margin-bottom: 20px !important;
}

.topimage__search__placeholder .global__train__search .search_type_filter {
    margin-bottom: 10px;
}

.topimage__search__placeholder .global__train__search .search_type_filter .button {
    padding: 4px 30px;
    background: var(--secondary-button-background);
    color: var(--secondary-button-text);
    border: 1px solid var(--secondary-button-border);
}

.topimage__search__placeholder .global__train__search .search_type_filter .button.active {
    background: var(--primary-button-background);
    color: var(--primary-button-text);
    border: 1px solid var(--primary-button-border);
}

.topimage__search__placeholder .global__train__search .search_type_filter .button.helper {
    float: right;
    height: 29px;
    margin-top: -3px;
    text-align: center;
    padding-top: 2px;
}

.topimage__search__placeholder .global__train__search .night-train-info-popup {
    position: absolute;
    top: 5px;
    left: -25px;
}

.topimage__search__placeholder .global__train__search .train_type {
    position: absolute;
    top: -39px;
    width: calc(100% - 10px);
    height: 29px;
    padding-top: 2px;
    background: var(--tertiary);
    border: 1px solid var(--extra-1);
    color: var(--primary);
    text-align: center;
}

.topimage__search__placeholder .global__train__search .train_type input,
.topimage__search__placeholder .global__train__search .train_type label {
    cursor: pointer;
}

.topimage__search__placeholder .global__train__search .train_type input {
    margin-left: 5px;
}

.topimage__search__placeholder .global__train__search .train_type input:after {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: var(--extra-2);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid var(--tertiary);
}

.topimage__search__placeholder .global__train__search .train_type input:checked:after {
    background-color: var(--secondary);
}

.topimage__search__placeholder .global__train__search .train_type label {
    padding-left: 3px;
}

.topimage__search__placeholder .global__train__search .trainloader {
    position: absolute;
    top: 10%;
    left: 80%;
    height: 80%;
    width: auto;
    background: #FFF;
    border-radius: 50%;
}

.topimage__search__placeholder .global__train__search .search__page_selector {
    top: -52px;
    padding: 0;
    background: none;
}

.topimage__search__placeholder .global__train__search .search__page_selector .page__link {
    background-color: var(--extra-3);
    padding: 14px 44px;
    margin: 0 -4px 0 0;
    font-weight: 500;
}

.topimage__search__placeholder .global__train__search .search__page_selector .page__link:not(:first-of-type):before {
    content: " ";
    height: 29px;
    width: 1px;
    display: inline-block;
    position: absolute;
    background: #FFF;
    opacity: .3;
    margin-left: -44px;
}

.topimage__search__placeholder .global__train__search .search__page_selector .page__link a {
    color: var(--primary-button-text) !important;
}

.topimage__search__placeholder .global__train__search .search__page_selector .page__link.active {
    background-color: var(--tertiary) !important;
    border-bottom: none;
    padding-bottom: 10px;
}

.topimage__search__placeholder .global__train__search .search__page_selector .page__link.active a {
    color: var(--primary) !important;
    border-bottom: 4px solid var(--secondary);
    display: inline-block;
}

#train_booking--results {
    padding: 0 150px;
    background: #F7F7F7;
}

.train_booking--error {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: var(--primary);
    margin: auto;
    padding: 40px 0;
    text-align: center;
}

.train_booking--steps .steps_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--tertiary);
    margin: 70px 0 50px 0;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.05);
}

.train_booking--steps .step {
    display: inline-block;
    padding: 20px;
    text-align: center;
    cursor: default;
}

.train_booking--steps .step.previous {
    cursor: pointer;
}

.train_booking--steps .next_step {
    color: var(--primary);
}

.train_booking--steps .step i {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    background: var(--extra-2);
    color: var(--extra-1);
    border-radius: 100%;
    margin: 0 10px;
}

.train_booking--steps .step.completed i {
    background: var(--secondary);
    color: var(--tertiary);
}

.train_booking--steps .step span {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #00263A80;
    display: inline-block;
}

.train_booking--steps .step.completed span {
    color: var(--primary);
}

.train_booking--train-card:first-of-type {
    margin-top: 15px;
}

.train_booking--result-list .results_head_title,
#train_booking--itinerary .review_head_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: var(--primary);
}

#train_booking--itinerary .basket_head_subtitle {
    color: var(--primary);
    font-size: 1rem;
}

#train_booking--itinerary .basket_buttons_wrapper {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

#train_booking--itinerary .basket_top_button {
    color: var(--primary);
    font-weight: bold;
    margin-left: 30px;
    cursor: pointer;
}

#train_booking--itinerary .basket_top_button i {
    color: var(--secondary);
    margin-right: 5px;
}

.train_booking--result-list .results_head_subtitle {
    color: var(--primary);
}

#train_booking--itinerary .review_head_subtitle {
    display: block;
    color: var(--extra-1);
}

.train_booking--result-list .no_results_head {
    text-align: center;
    display: block;
}

.train_booking--train-card,
.train_booking--hotel-card {
    background: var(--tertiary);
    box-shadow: 0px 20px 25px rgb(0 0 0 / 5%);
    padding: 30px;
    margin-bottom: 30px;
}

.train_booking--train-card .main_informations {
    display: grid;
    grid-template-columns: 1.5fr 1fr 2fr 2fr 1fr 0.5fr;
}

.train_booking--train-card .main_informations.review_transport {
    grid-template-columns: 2fr 1.5fr 1fr 2fr 2fr 0.5fr;
}

.train_booking--train-card .main_informations.review_transport.basket_review {
    grid-template-columns: 2fr 1.5fr 1fr 2fr 2fr 0.5fr 0.5fr;
}

.train_booking--train-card .main_informations .route_section {
    padding-right: 30px;
}

.train_booking--train-card .main_informations .route_section,
.train_booking--train-card .main_informations .departure_section,
.train_booking--train-card .main_informations .departure_to_arrival,
.train_booking--train-card .main_informations .arrival_section {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.train_booking--train-card .main_informations .departure_to_arrival {
    align-items: center;
    color: var(--primary);
}

.train_booking--train-card .main_informations .departure_section .head_text,
.train_booking--train-card .main_informations .arrival_section .head_text {
    color: var(--extra-1);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.train_booking--train-card .main_informations .route_section .head_text {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: var(--primary);
}

.train_booking--train-card .main_informations .route_section .transport_date {
    color: var(--extra-1);
}

.train_booking--train-card .main_informations .departure_section .departure_time,
.train_booking--train-card .main_informations .arrival_section .arrival_time {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin: 5px 0;
    color: var(--primary);
}

.train_booking--train-card .main_informations .departure_section .departure_location,
.train_booking--train-card .main_informations .arrival_section .arrival_location {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: var(--extra-1);
}

.train_booking--train-card .main_informations .price_section {
    margin-right: 20px;
}

.train_booking--train-card .main_informations .price_section,
.train_booking--train-card .main_informations .select_button {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.train_booking--train-card .main_informations .more_info {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: var(--primary);
    font-weight: normal;
}

.train_booking--train-card .main_informations .price_section .head_text,
.train_booking--hotel-card .main_informations .price_section .sub_text {
    font-size: 16px;
    line-height: 19px;
    color: var(--extra-1);
    display: block;
}

.train_booking--train-card .main_informations .price_section .currency,
.train_booking--hotel-card .main_informations .price_section .currency {
    font-size: 18px;
    line-height: 21px;
    color: var(--primary);
}

.train_booking--train-card .main_informations .price_section .trip_price,
.train_booking--hotel-card .main_informations .price_section .trip_price {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: var(--secondary);
}

.train_booking--train-card .main_informations .price_section .sub_text {
    color: var(--extra-1);
}

.train_booking--train-card .main_informations .price_section .trip_class i {
    font-size: 15px;
}

.train_booking--train-card .main_informations .price_section .trip_class {
    color: var(--primary);
}

.train_booking--train-card .main_informations .select_button .select_trip,
.train_booking--train-card .main_informations .remove_button .remove_trip {
    background: var(--primary-button-background);
    border: 1px solid var(--primary-button-border);
    color: var(--primary-button-text);
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 34px;
}

.train_booking--train-card .main_informations .remove_button {
    align-self: center;
}

.train_booking--train-card .main_informations .remove_button .remove_trip {
    background: var(--secondary-button-background);
    border: 1px solid var(--secondary-button-border);
    color: var(--secondary-button-text);
}

.train_booking--train-card .extended_informations,
.train_booking--hotel-card .extended_informations {
    background: var(--extra-2);
    padding: 30px;
    margin: 25px 5px 0 5px;
    position: relative;
}

.train_booking--train-card .extended_informations .vehicle_info svg {
    stroke: var(--tertiary);
}

.train_booking--train-card .extended_informations .totals_info svg {
    stroke: var(--secondary);
}

.train_booking--train-card .extended_informations .supplier_info {
    color: var(--primary);
}

.train_booking--train-card .extended_informations .supplier_info .info_wrapper {
    display: flex;
}

.train_booking--train-card .extended_informations .supplier_info i {
    color: var(--secondary);
    margin: 3px 10px 0 0;
}

.train_booking--train-card .extended_informations .compartment_type {
    width: 100%;
}

.train_booking--train-card .extended_informations .compartment_type .segment_indicator {
    color: var(--extra-1);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.train_booking--train-card .extended_informations .compartment_type span.compartment_tab {
    flex-grow: 1;
    text-align: center;
    background: var(--secondary-button-background);
    color: var(--secondary-button-text);
    border: 1px solid var(--secondary-button-border);
    cursor: pointer;
}

.train_booking--train-card .extended_informations .compartment_type span.compartment_tab.tab_active {
    background: var(--primary-button-background);
    color: var(--primary-button-text);
    border-color: var(--primary-button-border);
    border-bottom: none;
}

.train_booking--train-card .extended_informations .compartment_type.compartment_review span.compartment_tab {
    background: unset;
    color: unset;
    border: unset;
    cursor: default;
}

.train_booking--train-card .extended_informations .compartment_type.compartment_review span.compartment_tab span {
    display: none;
}

.train_booking--train-card .extended_informations .compartment_type .compartment_selectors_wrapper {
    background: var(--tertiary);
    color: var(--primary);
    border: 1px solid var(--primary-button-border);
    border-top: none;
    padding: 20px;
}

.train_booking--train-card .extended_informations .compartment_type.compartment_review .compartment_selectors_wrapper {
    display: inline-block;
    background: unset;
    color: unset;
    border: unset;
    padding: unset;
    width: unset;
    margin-left: 20px;
}

.train_booking--train-card .extended_informations .compartment_type.compartment_review .compartment_selectors_wrapper input {
    display: none;
}

.train_booking--train-card .extended_informations .compartment_type .compartment_tabs_wrapper {
    display: flex;
}

.train_booking--train-card .extended_informations .compartment_type.compartment_review .compartment_tabs_wrapper {
    display: inline;
}

.train_booking--train-card .extended_informations .compartment_type .compartment_selectors_wrapper .tab_title {
    margin-bottom: 15px;
}

.train_booking--train-card .compartment_type_error {
    margin-top: 5px;
    text-align: right;
}

.train_booking--train-card .extended_informations .time_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}

.train_booking--train-card .extended_informations .time_info .departure_info {
    align-self: start;
}

.train_booking--train-card .extended_informations .time_info .arrival_info {    
    margin-top: 40px;
    align-self: start;
}

.train_booking--train-card .extended_informations .time_info .departure_info .departure_day,
.train_booking--train-card .extended_informations .time_info .arrival_info .arrival_day {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--extra-1);
}

.train_booking--train-card .extended_informations .time_info .departure_info .departure_time,
.train_booking--train-card .extended_informations .time_info .arrival_info .arrival_time {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: var(--primary);
    margin: 10px 0;
}

.train_booking--train-card .extended_informations .time_info .departure_info .departure_date,
.train_booking--train-card .extended_informations .time_info .arrival_info .arrival_date {
    font-weight: 500;
    font-size: 19px;
    line-height: 21px;
    color: var(--extra-1);
    letter-spacing: -0.5px;
}

.train_booking--train-card .extended_informations .vehicle_info .train-image svg {
    background: var(--primary);
    width: 38px;
    height: 38px;
    padding: 7px;
    border-radius: 100%;
}

.train_booking--train-card .extended_informations .vehicle_info .train-image,
.train_booking--train-card .extended_informations .vehicle_info .number {
    display: inline-block;
}

.train_booking--train-card .extended_informations .vehicle_info .number {
    margin-left: 11px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: var(--primary);
}

.train_booking--train-card .extended_informations .vehicle_info .service-feature-popup {
    margin-left: 10px;
    color: var(--primary);
}

.qtip__night_train_info,
.qtip__supplier_info,
.qtip__service_feature,
.qtip__back_button {
    background-color: var(--secondary-button-background);
    border-color: var(--secondary-button-border);
    color: var(--secondary-button-text);
    padding: 5px;
}

.qtip__supplier_info hr,
.qtip__service_feature hr {
    margin: .5rem 0;
}

.train_booking--train-card .extended_informations .trip-section {
    margin-bottom: 20px;
}

.train_booking--train-card .extended_informations .trip-section:last-of-type {
    margin-bottom: 0;
}

.train_booking--train-card .extended_informations .trip_info {
    margin-top: 18px;
    font-weight: 500;
    font-size: 16px;
    color: var(--extra-1);
}

.train_booking--train-card .extended_informations .trip_info .cancellation {
    margin: -5px 0 12px 0;
    display: flex;
}

.train_booking--train-card .extended_informations .trip_info .cancellation i {
    margin: 3px 25px 0px 11px;
}

.train_booking--train-card .extended_informations .trip_info .departure:before,
.train_booking--train-card .extended_informations .trip_info .arrival:before {
    content: " ";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: var(--secondary);
    border-radius: 100%;
    margin-right: 26px;
    margin-left: 11px;
}

.train_booking--train-card .extended_informations .trip_info .separator {
    display: block;
    width: 2px;
    height: 30px;
    background: var(--primary);
    margin: -8px 0 -2px 18px;
}

.train_booking--train-card .extended_informations .trip_info .interchange {
    margin-top: 12px;
    display: flex;
}

.train_booking--train-card .extended_informations .trip_info .interchange svg {
    stroke: var(--primary);
    margin: -3px 24px 0 9px;
}

.train_booking--train-card .extended_informations .totals_info .total_time {
    margin-bottom: 30px;
}

.train_booking--train-card .extended_informations .totals_info .total_time,
.train_booking--train-card .extended_informations .totals_info .total_changes {
    display: flex;
}

.train_booking--train-card .extended_informations .totals_info .time_display,
.train_booking--train-card .extended_informations .totals_info .changes_display {
    font-weight: bold;
    font-size: 18px;
    color: var(--primary);
    margin-left: 12px;
}

.train_booking--hotel-card .main_informations {
    background: var(--tertiary);
    display: grid;
    grid-template-columns: 2fr 5fr 3fr;
}

.train_booking--hotel-card .main_informations .image_section img {
    width: 228px;
    height: 170px;
    object-fit: cover;
}

.train_booking--hotel-card .main_informations .info_section {
    padding: 20px;
}

.train_booking--hotel-card .main_informations .info_section .stars,
.train_booking--selected-hotel .main-info .hotel-rating,
.train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark i {
    color: var(--secondary);
    font-size: 19px;
}

.train_booking--selected-hotel .main-info .hotel-min-price {
    display: grid;
    place-items: end;
}

.train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark label span {
    display: none;
}

.train_booking--hotel-card .main_informations .info_section .stars i,
.train_booking--selected-hotel .main-info .hotel-rating i,
.train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark i {
    margin-right: 6px;
}

.train_booking--hotel-card .main_informations .info_section .name {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: var(--primary);
    margin: 16px 0 10px 0;
}

.train_booking--hotel-card .main_informations .info_section .location {
    font-size: 18px;
    line-height: 21px;
    color: var(--extra-1);
    margin: 10px 0 15px 0;
}

.train_booking--hotel-card .main_informations .info_section .others {
    display: flex;
    font-size: 18px;
    line-height: 21px;
    color: var(--primary);
}

.train_booking--hotel-card .main_informations .info_section .others .from {
    margin-right: 40px;
}

.train_booking--hotel-card .main_informations .price_section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.train_booking--hotel-card .main_informations .price_section div {
    text-align: right;
}

.train_booking--hotel-card .main_informations .price_section .price {
    display: inline-block;
}

.train_booking--hotel-card .main_informations .price_section .buttons .select_trip {
    background: var(--primary-button-background);
    border: 1px solid var(--primary-button-border);
    color: var(--primary-button-text);
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 20px;
    width: 140px;
    margin-bottom: 1rem;
}

.train_booking--hotel-card .main_informations .price_section .buttons .more_info,
.train_booking--hotel-card .main_informations .price_section .buttons .remove_trip {
    background: var(--secondary-button-background);
    border: 1px solid var( --secondary-button-border);
    color: var( --secondary-button-text);
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 20px;
    width: 140px;
    margin-bottom: 1rem;
    margin-left: 5px;
}

.train_booking--filters .train_booking--train-filters {
    background: var(--tertiary);
    box-shadow: 0px 20px 25px rgb(0 0 0 / 5%);
    padding: 20px 20px 25px 20px;
    margin-bottom: 40px;
}

.train_booking--filters .train_booking--train-filters .filters-head-title {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: var(--primary);
    margin-bottom: 30px;
}

.train_booking--filters .train_booking--train-filters .head-title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: var(--primary);
    margin-bottom: 15px;
}

.train_booking--filters .train_booking--train-filters .prices-range {
    width: calc(100% - 16px);
    display: flex;
    margin: auto auto 20px auto;
    border: none;
    background: #E5E5E5;
    height: 6px;
}

.train_booking--filters .train_booking--train-filters .prices-range .ui-slider-range {
    background: var(--secondary);
    height: 6px;
}

.train_booking--filters .train_booking--train-filters .prices-range .ui-slider-handle {
    border-radius: 50%;
    border: 2px solid #E5E5E5;
    background: var(--secondary);
    width: 18px;
    height: 18px;
    top: -0.4em;
}

.train_booking--filters .train_booking--train-filters .selected_prices {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.train_booking--filters .train_booking--train-filters .price_input {
    border: 1px solid rgba(13, 85, 120, 0.3);
    width: 48%;
    height: 44px;
    padding-left: 10px;
}

.train_booking--filters .train_booking--train-filters .class-selector-wrapper,
.train_booking--filters .train_booking--train-filters .day-selector-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.train_booking--filters .train_booking--train-filters .class-selector,
.train_booking--filters .train_booking--train-filters .day-selector {
    border: 1px solid var(--extra-1);
    display: grid;
    place-items: center;
    padding: 8px;
    cursor: default;
    margin-bottom: 1rem;
}

.train_booking--filters .train_booking--train-filters .class-selector {
    width: 46%;
}

.tod-filters + hr {
    margin-top: unset;
}

.train_booking--filters .train_booking--train-filters .class-selector:hover,
.train_booking--filters .train_booking--train-filters .class-selector.selected,
.train_booking--filters .train_booking--train-filters .day-selector:hover,
.train_booking--filters .train_booking--train-filters .day-selector.selected {
    background: var(--secondary)
}

.train_booking--filters .train_booking--train-filters .class-selector .ticket,
.train_booking--filters .train_booking--train-filters .day-selector .part-of-day {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--primary);
    margin-bottom: 5px;
}

.train_booking--filters .train_booking--train-filters .day-selector .time {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: var(--extra-1);
}

.train_booking--filters .train_booking--train-filters .train-changes-filters,
.train_booking--filters .train_booking--train-filters .hotel-stars-filters {
    margin-bottom: 30px;
}

.train_booking--filters .train_booking--train-filters .train-changes-filters .changes-checkmark,
.train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.train_booking--filters .train_booking--train-filters .train-changes-filters .changes-checkmark input,
.train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark input {
    position: absolute;
    opacity: 0;
    cursor: default;
    height: 0;
    width: 0;
}

.train_booking--filters .train_booking--train-filters .train-changes-filters .changes-checkmark label,
.train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark label {
    cursor: pointer;
}
  
.train_booking--filters .train_booking--train-filters .train-changes-filters .checkmark,
.train_booking--filters .train_booking--train-filters .hotel-stars-filters .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #FFF;
    border: 1px solid var(--extra-1);
}

.train_booking--filters .train_booking--train-filters .train-changes-filters label::before,
.train_booking--filters .train_booking--train-filters .hotel-stars-filters label::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 30px;
    z-index: 100;
}

.train_booking--filters .train_booking--train-filters .train-changes-filters .changes-checkmark:hover input ~ .checkmark,
.train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark:hover input ~ .checkmark {
    background-color: #EEE;
}

.train_booking--filters .train_booking--train-filters .train-changes-filters .changes-checkmark input:checked ~ .checkmark,
.train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark input:checked ~ .checkmark {
    background-color: var(--secondary);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.train_booking--filters .train_booking--train-filters .train-changes-filters .changes-checkmark input:checked ~ .checkmark:after,
.train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark input:checked ~ .checkmark:after {
    display: block;
}

.train_booking--filters .train_booking--train-filters .train-changes-filters .changes-checkmark .checkmark:after,
.train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.train_booking--filters .train_booking--train-filters .filters-head-title .show_filters {
    display: none;
}

.train_booking--filters .train_booking--train-filters .filter-buttons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.train_booking--filters .train_booking--train-filters .filter-buttons .reset-filters {
    background: var(--secondary-button-background);
    border: 1px solid var(--secondary-button-border);
    color: var(--secondary-button-text);
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 20px;
    width: 150px;
    margin-bottom: 1rem;
}

.train_booking--filters .train_booking--train-filters .filter-buttons .apply-filters {
    background: var(--primary-button-background);
    border: 1px solid var(--primary-button-border);
    color: var(--primary-button-text);
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 20px;
    width: 150px;
    margin-bottom: 1rem;
}

#train_booking--itinerary {
    padding: 0 150px;
    background: #F7F7F7;
}

#train_booking--itinerary .train_booking--selected-hotel {
    background: none;
    box-shadow: none;
    padding: 0 15px !important;
}

#train_booking--itinerary .train_booking--selected-hotel .train_booking--hotel-card {
    margin-top: 15px;
}

.train_booking--totals .totals_wrapper {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr;
    padding: 30px;
    background: var(--tertiary);
    margin: 30px 0 50px 0;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.05);
}

.train_booking--totals .totals_wrapper.has_basket {
    grid-template-columns: 4fr 2fr 2fr;
}

.train_booking--totals .totals_wrapper #basket_alert {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    backdrop-filter: blur(2px) brightness(.5);
    width: 100%;
    height: 100%;
}

.train_booking--totals .totals_wrapper #basket_alert .alert_modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: var(--tertiary);
    color: var(--primary);
    box-shadow: 0px 5px 10px 0px #0000009e;
}

.train_booking--totals .totals_wrapper #basket_alert .alert_modal .alert_buttons {
    display: flex;
    justify-content: space-around;
}

.train_booking--totals .totals_wrapper #basket_alert .alert_modal .add_anyway,
.train_booking--totals .totals_wrapper #basket_alert .alert_modal .remove_item {
    background: var(--secondary-button-background);
    color: var(--secondary-button-text);
    border: 1px var(--secondary-button-border) solid;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 40px;
}

.train_booking--totals .totals_wrapper #basket_alert .alert_modal .close_modal {
    background: var(--primary-button-background);
    color: var(--primary-button-text);
    border: 1px var(--primary-button-border) solid;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 40px;
}

.train_booking--totals .totals_wrapper .head_description {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: var(--primary);
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.train_booking--totals .totals_wrapper .price_section,
.train_booking--totals .totals_wrapper .next_button,
.train_booking--totals .totals_wrapper .final_button {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.train_booking--totals .totals_wrapper .next_button {
    flex-direction: row;
    gap: 10px;
}

.train_booking--totals .totals_wrapper .next_button .add_to_basket {
    flex-grow: 1;
    cursor: pointer;
    position: relative;
}

.train_booking--totals .totals_wrapper .next_button .add_to_basket.items_added {
    cursor: default;
}

.train_booking--totals .totals_wrapper .next_button .items_added .add_basket_text {
    opacity: 0;
}

.train_booking--totals .totals_wrapper .next_button .add_to_basket i {
    opacity: 0;
    position: absolute;
    top: 25%;
    left: calc(50% - 3px);
    transition: opacity .25s;
}

.train_booking--totals .totals_wrapper .next_button .add_to_basket.items_added i {
    opacity: 1;
}

.train_booking--totals .totals_wrapper .next_button .add_details {
    flex-grow: 3;
}

.train_booking--totals .totals_wrapper .price_section .sub_text,
.train_booking--selected-hotel .offer .room-type .sub_text,
.train_booking--selected-hotel .offer .price_section .sub_text,
.train_booking--selected-hotel .main-info .sub_text {
    font-size: 14px;
    line-height: 15px;
    color: var(--extra-1);
    display: block;
    text-align: right;
}

.train_booking--totals .totals_wrapper .price_section span.sub_text {
    text-align: left;
}

.train_booking--totals .totals_wrapper .price_section .currency,
.train_booking--selected-hotel .offer .price_section .currency,
.train_booking--selected-hotel .main-info .currency {
    font-size: 18px;
    line-height: 21px;
    color: var(--primary);
}

.train_booking--totals .totals_wrapper .price_section .trip_price,
.train_booking--selected-hotel .offer .price_section .trip_price,
.train_booking--selected-hotel .main-info .trip_price {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: var(--secondary);
}

.train_booking--totals .totals_wrapper .add_details,
.train_booking--totals .totals_wrapper .add_to_basket {
    background: var(--primary-button-background);
    border: 1px solid var(--primary-button-border);
    color: var(--primary-button-text);
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 24px;
    text-align: center;
}

.train_booking--totals .totals_wrapper .finalize_booking,
.train_booking--selected-hotel .offer .price_section .continue_button {
    background: var(--primary-button-background);
    border: 1px solid var(--primary-button-border);
    color: var(--primary-button-text);
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 24px;
}

.train_booking--errors .error_message {
    background: var(--tertiary);
    box-shadow: 0px 20px 25px rgb(0 0 0 / 5%);
    padding: 30px;
    margin-bottom: 30px;
    display: inline-block;
    color: #dc3545;
}

.train_booking--customer-wrapper,
.train_booking--passengers-wrapper {
    background: var(--tertiary);
    box-shadow: 0px 20px 25px rgb(0 0 0 / 5%);
    padding: 30px;
    margin-bottom: 30px;
}

.train_booking--customer-wrapper .review_head_title,
.train_booking--passengers-wrapper .review_head_title {
    margin-bottom: 10px;
}

.train_booking--customer-wrapper .date-picker-wrapper .select-wrapper,
.train_booking--passengers-wrapper .date-picker-wrapper .select-wrapper {
    display: inline;
    margin: 0 10px;
}

.train_booking--customer-wrapper .date-picker-wrapper .select-wrapper select,
.train_booking--passengers-wrapper .date-picker-wrapper .select-wrapper select {
    top: 0;
    left: unset;
    height: 100%;
}

.train_booking--customer-wrapper .date-picker-wrapper .select-wrapper select option,
.train_booking--passengers-wrapper .date-picker-wrapper .select-wrapper select option {
    color: #808080;
}

.train_booking--customer-wrapper .calendar_container,
.train_booking--passengers-wrapper .calendar_container {
    position: absolute;
}

.train_booking--customer-wrapper input,
.train_booking--passengers-wrapper input {
    background: var(--tertiary);
    border: 1px solid var(--extra-1);
    padding: 10px;
    margin: 20px 20px 0 0;
    color: var(--primary);
    width: 235px;
}

.train_booking--customer-wrapper input::placeholder,
.train_booking--passengers-wrapper input::placeholder {
    font-size: 15px;
    color: var(--primary);
}

.train_booking--customer-wrapper .select-wrapper,
.train_booking--passengers-wrapper .select-wrapper {
    display: inline-block;
    margin-right: 20px;
}

.train_booking--customer-wrapper .calendar_wrapper,
.train_booking--passengers-wrapper .calendar_wrapper {
    width: 255px;
}

.train_booking--customer-wrapper .select-wrapper,
.train_booking--passengers-wrapper .select-wrapper {
    width: 235px;
}

.train_booking--customer-wrapper .room-selector,
.train_booking--passengers-wrapper .room-selector {
    margin: 20px 0 0 0;
}

.train_booking--customer-wrapper .room-selector .selector-hotel-name,
.train_booking--passengers-wrapper .room-selector .selector-hotel-name {
    color: var(--primary);
    font-weight: bold;
}

.train_booking--customer-wrapper .room-selector {
    width: 753px;
}
.train_booking--passengers-wrapper .room-selector {
    width: 1012px;
}

.train_booking--customer-wrapper .room-selector .jquery-select-trigger,
.train_booking--passengers-wrapper .room-selector .jquery-select-trigger {
    margin: 0;
}

.train_booking--customer-wrapper .room-selector .jquery-select-trigger-label,
.train_booking--passengers-wrapper .room-selector .jquery-select-trigger-label {
    padding: 14px 52px 13px 12px;
}

.train_booking--customer-wrapper .jquery-select-trigger,
.train_booking--passengers-wrapper .jquery-select-trigger {
    display: inline-block;
    min-width: unset;
    width: 100% !important;
    overflow: unset;
    margin: 20px 0 0 0;
}

.train_booking--customer-wrapper .jquery-select-trigger-label,
.train_booking--passengers-wrapper .jquery-select-trigger-label {
    background: var(--tertiary) !important;
    border: 1px solid var(--extra-1);
    padding: 14px 12px 13px;
}

.train_booking--customer-wrapper .jquery-select-container,
.train_booking--passengers-wrapper .jquery-select-container {
    margin-top: -1px;
    padding: unset;
}

.train_booking--customer-wrapper .jquery-select-container::before,
.train_booking--customer-wrapper .jquery-select-container::after,
.train_booking--passengers-wrapper .jquery-select-container::before,
.train_booking--passengers-wrapper .jquery-select-container::after {
    content: none;
}

.train_booking--customer .countryID_select .jquery-select-trigger::before {
    content: " ";
    width: 16px;
    height: 16px;
    background: #3CD07D;
    position: absolute;
}

.train_booking--result-list,
.train_booking--totals-wrapper {
    margin-bottom: 40px;
}

#travel_payment {
    padding: 50px 0;
    background: #F7F7F7;
}

#train_booking--payment .payment-response-wrapper {
    padding: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 20px 25px rgb(0 0 0 / 5%);
    max-width: fit-content;
}

#train_booking--payment .payment-response-wrapper .payment_success {
    width: 1160px;
}

#train_booking--payment .payment-response-wrapper .payment_success hr {
    border-top: 1px solid rgba(10, 61, 88, 0.3);
    margin: 40px 0;
}

#train_booking--payment .payment-response-wrapper .payment_success .title {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: var(--primary);
    margin-bottom: 15px;
}

#train_booking--payment .payment-response-wrapper .payment_success .head .title {
    font-size: 38px;
    line-height: 45px;
    display: inline-block;
}

#train_booking--payment .payment-response-wrapper .payment_failed {
    font-family: Roboto Condensed;
    margin: 10px 60px;
}

#train_booking--payment .payment-response-wrapper .payment_failed .title {
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    color: var(--primary);
    margin-left: -50px;
}

#train_booking--payment .payment-response-wrapper .payment_failed .description {
    font-family: 'Roboto';
    color: var(--extra-1);
    font-size: 20px;
    margin-left: -50px;
}

#train_booking--payment .payment-response-wrapper .payment_failed .title i {
    color: #FF5A5A;
    margin-right: 5px;
}

#train_booking--payment .payment-response-wrapper .payment_failed .error_message {
    padding-top: 15px;
    font-size: 22px;
    line-height: 28px;
    color: rgba(0, 38, 58, 0.7);
    padding-right: 200px;
}

#train_booking--payment .payment-response-wrapper .payment_failed .button_actions {
    display: flex;
    justify-content: space-between;
    margin-left: -50px;
    column-gap: 15px;
}

#train_booking--payment .payment-response-wrapper .payment_failed a.return {
    display: inline-block;
    background-color: var(--primary-button-background);
    color: var(--primary-button-text);
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 35px;
    cursor: pointer;
}

#train_booking--payment .payment-response-wrapper .payment_success .data,
#train_booking--payment .payment-response-wrapper .payment_success .selected_row,
#train_booking--payment .payment-response-wrapper .payment_success .header_row {
    font-family: Roboto Condensed;
    font-size: 24px;
    line-height: 28px;
    color: rgba(0, 38, 58, 0.7);
}

#train_booking--payment .payment-response-wrapper .payment_success .data {
    display: inline-block;
    font-weight: normal;
}

#train_booking--payment .payment-response-wrapper .payment_success .customer_info,
#train_booking--payment .payment-response-wrapper .payment_success .header_row {
    font-weight: bold;
    color: var(--primary);
    font-size: 24px;
}

#train_booking--payment .payment-response-wrapper .payment_success .customer_info .name {

}

#train_booking--payment .payment-response-wrapper .payment_success .customer_info hr {
    margin: 15px 0;
}

#train_booking--payment .payment-response-wrapper .payment_success .customer_info div,
#train_booking--payment .payment-response-wrapper .payment_success .head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

#train_booking--payment .payment-response-wrapper .payment_success .info_table {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    border: 1px solid rgba(10, 61, 88, 0.3);
    border-radius: 10px;
    padding: 20px 30px;
    margin: 0 0 40px 0;
}

#train_booking--payment .payment-response-wrapper .payment_success .info_table span:nth-of-type(5) {
    grid-column: 1;
}

#train_booking--payment .payment-response-wrapper .payment_success .info_table .selected_row {
    margin-bottom: 15px;
}

#train_booking--payment .payment-response-wrapper .payment_success .info_table .separator {
    border-top: 1px solid rgba(10, 61, 88, 0.3);
    grid-column: 1/5;
    height: 2px;
    margin: 15px -30px;
}

#train_booking--payment .payment-response-wrapper .payment_success .totals {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

#train_booking--payment .payment-response-wrapper .payment_success .totals .price {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #40D072;
}

#train_booking--rooms {
    padding: 0 150px 70px 150px;
    background: #F7F7F7;
}

.train_booking--selected-hotel {
    background: var(--tertiary);
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.05);
    padding: 30px !important;
}

.train_booking--selected-hotel .main-info .first-row {
    display: flex;
    justify-content: space-between;
}

.train_booking--selected-hotel .hotel-name {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin: 20px 0 10px 0;
    color: var(--primary);
}

.train_booking--selected-hotel .hotel-location {
    font-size: 18px;
    line-height: 21px;
    margin: 10px 0 15px 0;
    color: var(--extra-1);
}

.train_booking--selected-hotel .hotel-address .head-text {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin: 15px 0 10px 0;
    color: var(--primary);
}

.train_booking--selected-hotel .hotel-address span {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 20px 0;
    display: inline-block;
    color: var(--primary);
}

.train_booking--selected-hotel .images {
    display: flex;
    position: relative;
}

.train_booking--selected-hotel .triggerGallery {
    position: absolute;
    display: table;
    background: var(--extra-3);
    color: var(--extra-2);
    width: 25%;
    height: 200px;
    right: 0;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}

.train_booking--selected-hotel .triggerGallery span {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.train_booking--selected-hotel .image-wrapper {
    height: 200px;
    width: 25%;
    position: relative;
}

.train_booking--selected-hotel .images img,
.train_booking--selected-hotel .images .hotel-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hotel-image.placeholder::after {
    content: "PLACEHOLDER";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(330deg) translate(-35%, -90%);
    background: #8e2020;
    padding: 15px;
    color: white;
    font-weight: bold;
}

.train_booking--selected-hotel .description .head-text {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin: 20px 0 10px 0;
    color: var(--primary);
}

.train_booking--selected-hotel .description p {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 30px 0;
    color: var(--extra-1);
}

.train_booking--selected-hotel .available-offers .offer {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.train_booking--selected-hotel .available-offers .offer .room-type {
    font-size: 22px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
    margin-right: 15px;
    max-width: 800px;
}

.train_booking--selected-hotel .available-offers .offer .price_section {
    display: flex;
}

.train_booking--selected-hotel .available-offers .offer .price_section .price,
.train_booking--selected-hotel .main-info .price {
    display: inline-block;
}

.train_booking--selected-hotel .offer .price_section .continue_button {
    margin-left: 50px;
}

header.header__container .header__basket__button {
    display: inline-block;
    margin-left: 20px;
}

header.header__container .header__basket__button .cart_icon {
    cursor: pointer;
    color: var(--primary-button-background);
    font-size: 24px;
}

header.header__container .basket_display {
    position: absolute;
    background: #fff;
    padding: 30px;
    right: 0;
    box-shadow: 0px 24px 25px #00000029;
}

header.header__container .basket_display .basket_header {
    color: var(--primary);
    font-weight: 700;
    font-size: 28px;
}

header.header__container .basket_display .basket_info,
header.header__container .basket_display .basket_details {
    font-size: 1rem;
    color: var(--primary);
}

header.header__container .basket_display .basket_items .section_heading {
    color: var(--primary);
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin: 30px 0 20px 0;
}

header.header__container .basket_display .basket_items .item_block {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    border: 1px solid rgba(0, 38, 58, 0.1);
    padding: 30px;
    margin-bottom: 20px;
}

header.header__container .basket_display .basket_items .item_block .name {
    color: var(--primary);
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

header.header__container .basket_display .basket_items .item_block .date,
header.header__container .basket_display .basket_items .item_block .location,
header.header__container .basket_display .basket_items .item_block .basket_price {
    color: var(--extra-1);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    align-self: center;
}

header.header__container .basket_display .basket_items .item_block .duration {
    color: var(--primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
}

header.header__container .basket_display .basket_items .item_block .basket_price .price {
    color: var(--secondary);
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
}

header.header__container .basket_display .basket_items .item_block .basket_price .price .currency {
    color: var(--primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
}

header.header__container .basket_display .basket_items .item_block .basket_open {
    background: var(--primary-button-background);
    color: var(--primary-button-text);
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 40px;
}

@media(max-width: 1514.99px) {
    .train_booking--passengers-wrapper .room-selector {
        max-width: 100%;
    }

    #train_booking--results {
        padding: 0 50px;
    }
    #train_booking--rooms {
        padding: 0 50px 70px 50px;
    }
}

@media(max-width: 1349.99px) {
    .train_booking--totals .totals_wrapper {
        grid-template-columns: 4fr 2fr 1fr;
    }
    .train_booking--totals .totals_wrapper.has_basket {
        grid-template-columns: 4fr 3fr 4fr;
    }
}

@media(max-width:1299.98px) {
    .train_booking--filters .train_booking--train-filters .price_input {
        width: 100%;
        margin-bottom: 1rem;
    }

    .train_booking--filters .train_booking--train-filters .class-selector,
    .train_booking--filters .train_booking--train-filters .day-selector {
        width: 100%;
    }

    .train_booking--train-card .main_informations {
        text-align: center;
        grid-template-columns: 2fr 1fr 2fr;
        row-gap: 1rem;
    }
    
    #train_booking--itinerary {
        padding: 0 50px;
    }

    .train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark label span {
        display: block;
    }
    .train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark i {
        display: none;
    }
}

@media(max-width:1199.98px) {
    .topimage__search__placeholder .global__train__search .train_type span {
        display: none;
    }
    .train_booking--customer-wrapper .room-selector,
    .train_booking--passengers-wrapper .room-selector {
        width: 100%;
    }
    .train_booking--train-card .extended_informations .totals_info {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
}

@media(max-width:1149.98px) {
    .train_booking--hotel-card .main_informations {
        grid-template-columns: 1fr 1fr;
    }
    .train_booking--hotel-card .main_informations .price_section {
        grid-column-start: 1;
        grid-column-end: 3;
        flex-direction: row;
        justify-content: space-between;
    }
    .train_booking--hotel-card .main_informations .image_section img {
        width: 100%;
        height: 90%;
    }
    .train_booking--hotel-card .main_informations .info_section .others {
        flex-direction: column;
    }
    .train_booking--hotel-card .main_informations .price_section .sub_text {
        align-self: end;
        margin: 0;
    }
    .train_booking--hotel-card .main_informations .price_section .price {
        align-self: start;
    }
    .train_booking--selected-hotel .available-offers .offer .room-type {
        max-width: 300px;
    }
}

@media(max-width:991.98px) {
    #train_page_slider #homepage_slide.owl-carousel.system-carousel {
        height: 773px;
    }
    #train_page_slider div#homepage_slide .owl-stage-outer,
    #train_page_slider div#homepage_slide .owl-stage-outer .item,
    #train_page_slider div#homepage_slide .owl-stage-outer .item div,
    #train_page_slider div#homepage_slide .owl-stage-outer .item img {
        height: inherit !important;
    }
    .container-topimage .train_topimage .topimage__content {
        margin: 10px 0 0 50% !important;
    }
    .topimage__search__placeholder .global__train__search .search__page_selector {
        top: -10px !important;
        left: 10px !important;
        margin: -70px auto 5px -40px !important
    }
    .topimage__search__placeholder .search_date_filter {
        margin-bottom: 20px;
    }
    .topimage__search__placeholder .global__train__search .night-train-info-popup {
        position: absolute;
        top: 5px;
        right: 10px;
        left: unset;
    }
    .topimage__search__placeholder .global__train__search .train_type {
        position: relative;
        top: -5px;
        width: unset;
        text-align: left;
        padding-left: 13px;
    }
    .topimage__search__placeholder .global__train__search .train_type span {
        display: inline;
    }
    #train_booking--results {
        padding: 0 20px;
    }
    #train_booking--rooms {
        padding: 0 20px 70px 20px;
    }
    .train_booking--selected-journeys .train_booking--train-card .main_informations.review_transport {
        grid-template-columns: 2fr 1fr 2fr;
    }
    .train_booking--selected-journeys .train_booking--train-card .main_informations .route_section {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .train_booking--train-card .main_informations .price_section,
    .train_booking--train-card .main_informations .select_button {
        grid-column: 1/4;
    }
    .train_booking--train-card .main_informations .price_section {
        margin-right: unset;
        flex-direction: row-reverse;
        justify-content: space-between;
        border-top: 1px solid #00263A0F;
        padding-top: 15px;
    }
    .train_booking--train-card .main_informations .more_info {
        position: absolute;
        right: 30px;
    }
    .train_booking--train-card .main_informations .remove_button {
        text-align: right;
        grid-column-start: 3;
    }
    .train_booking--train-card .extended_informations .trip_info .separator {
        display: none;
    }
    .train_booking--train-card .extended_informations .trip_info .departure div,
    .train_booking--train-card .extended_informations .trip_info .arrival div {
        grid-column: 2;
    }
    .topimage__search__placeholder .global__train__search .search__page_selector .page__link {
        padding: 18px 14px;
    }
    #home_topimage.train_topimage {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #home_topimage.train_topimage > .container .text-center {
        margin: 5% 0 0 50%;
    }
    .topimage__search__placeholder .search__fieldswrapper.global__train__search {
        top: 0 !important;
    }
    #home_topimage.train_topimage .topimage__search__placeholder {
        width: 90%;
        margin: 0 auto 10px;
        top: 0 !important;
    }
    .topimage__search__placeholder .global__train__search .search__page_selector .page__link:not(:first-of-type):before {
        margin-left: -15px;
    }
    .topimage__search__placeholder .global__train__search .search_type_filter .button {
        padding: 4px 10px;
    }
    .topimage__search__placeholder .global__train__search .search__page_selector .page__link.active {
        padding-bottom: 14px;
    }
    header.header__container .header__basket__button {
        position: absolute;
        top: 38px;
        right: 60px;
    }
    header.header__container .basket_display {
        z-index: 10001;
        top: 80px;
        width: 100vw;
        height: 85vh;
        position: fixed;
        overflow-y: scroll;
    }
    header.header__container .basket_display .basket_items .item_block {
        padding: 10px;
        flex-direction: column;
        row-gap: 20px;
    }
    header.header__container .basket_display .basket_items .item_block .basket_price {
        width: 100%;
        text-align: right;
    }
    header.header__container .basket_display .basket_items .item_block .basket_open {
        text-align: center;
    }
}

@media(max-width:859.98px) {
    .train_booking--train-card .extended_informations {
        padding: 15px;
    }
    .train_booking--selected-hotel .available-offers .offer {
        flex-direction: column;
        row-gap: 10px;
    }
    .train_booking--selected-hotel .available-offers .offer .room-type {
        max-width: unset;
    }
    .train_booking--selected-hotel .available-offers .offer .price_section {
        flex-direction: column;
    }
    .train_booking--selected-hotel .available-offers .offer .price_section > div {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }
    .train_booking--selected-hotel .offer .price_section .continue_button {
        width: 100%;
        margin: 0;
    }
}

@media(min-width:768px) {
    .train_booking--filters .train_booking--train-filters .filters-wrapper {
        display: block !important;
    }
}

@media(max-width:767.98px) {
    .train_booking--steps .steps_wrapper {
        margin: 30px 0;
    }

    .train_booking--steps .next_step {
        display: none;
    }

    .train_booking--steps .step {
        display: none;
    }

    .train_booking--steps .step.completed:not(.previous) {
        display: block;
    }

    .train_booking--totals .totals_wrapper,
    .train_booking--totals .totals_wrapper.has_basket {
        grid-template-columns: unset;
        row-gap: 1rem;
    }

    .train_booking--filters .train_booking--train-filters {
        margin-bottom: 0;
    }

    .train_booking--filters .train_booking--train-filters .filters-head-title .show_filters {
        display: block;
    }
    .train_booking--filters .train_booking--train-filters .filters-head-title {
        margin-bottom: unset;
        display: flex;
        justify-content: space-between;
    }
    .train_booking--filters .train_booking--train-filters .filters-wrapper {
        margin-top: 30px;
        display: none;
    }
    .train_booking--result-list {
        margin-top: 30px;
    }
    .train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark label span {
        display: none;
    }
    .train_booking--filters .train_booking--train-filters .hotel-stars-filters .stars-checkmark i {
        display: inline-block;
    }
    .train_booking--selected-hotel .main-info .hotel-min-price {
        display: grid;
        place-items: end;
    }
    .train_booking--selected-hotel .main-info .head_text {
        margin: 0;
    }
    .train_booking--totals .totals_wrapper .head_description {
        padding: unset;
    }
    .train_booking--totals .totals_wrapper .price_section {
        justify-content: space-between;
        flex-direction: row-reverse;
        border-top: 1px solid #00263A0F;
        padding-top: 15px;
    }
    #train_booking--itinerary .basket_buttons_wrapper {
        text-align: left;
        display: block;
    }
    #train_booking--itinerary .basket_top_button {
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 5px;
    }
    #train_booking--payment .payment-response-wrapper .payment_success .info_table .separator {
        display: none;
    }
    #train_booking--payment .payment-response-wrapper .payment_success .info_table span:nth-of-type(5) {
        grid-column: auto;
    }
    #train_booking--payment .payment-response-wrapper .payment_success .info_table {
        grid-auto-flow: column;
        grid-template-columns: auto;
        grid-template-rows: repeat(4, auto);
        grid-column-gap: 25px;
    }
    .train_booking--hotel-card .main_informations .info_section .others {
        flex-direction: row;
    }
}

@media(max-width:673.98px) {
    .train_booking--customer-wrapper .calendar_wrapper,
    .train_booking--passengers-wrapper .calendar_wrapper,
    .train_booking--customer-wrapper input,
    .train_booking--passengers-wrapper input,
    .train_booking--customer-wrapper .select-wrapper,
    .train_booking--passengers-wrapper .select-wrapper {
        width: 100%;
    }
    .train_booking--hotel-card .main_informations {
        display: block;
    }
    .train_booking--hotel-card .main_informations .price_section {
        padding: 0 20px;
    }
    .train_booking--hotel-card .main_informations .price_section .buttons .more_info,
    .train_booking--hotel-card .main_informations .price_section .buttons .remove_trip,
    .train_booking--hotel-card .main_informations .price_section .buttons .select_trip {
        margin: 0;
    }
    .train_booking--hotel-card .main_informations .price_section div {
        place-items: center;
        display: grid;
        row-gap: 5px;
    }
    .train_booking--hotel-card .extended_informations {
        padding: 15px 0;
    }
}

@media(max-width:575.98px) {
    .train_booking--train-card .extended_informations .time_info {
        position: absolute;
        height: calc(100% - 100px);
    }
    .train_booking--train-card .extended_informations .time_info .departure_info,
    .train_booking--train-card .extended_informations .time_info .arrival_info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .train_booking--train-card .extended_informations .itinerary_info {
        margin: 55px 0 40px;
    }
}

@media(max-width:494.98px) {
    .train_booking--train-card .main_informations {
        grid-template-columns: 10fr 1fr 10fr;
        text-align: left;
    }
    
    .train_booking--train-card .main_informations .arrival_section {
        margin-left: 30px;
    }

    .train_booking--train-card .main_informations .departure_section .departure_location,
    .train_booking--train-card .main_informations .arrival_section .arrival_location {
        font-size: 16px;
        line-height: 19px
    }
    .train_booking--train-card .main_informations .departure_section .departure_time,
    .train_booking--train-card .main_informations .arrival_section .arrival_time {
        font-size: 18px;
        line-height: 21px;
    }

    .train_booking--train-card .main_informations .price_section .currency,
    .train_booking--hotel-card .main_informations .price_section .currency {
        font-size: 16px;
        line-height: 19px;
    }

    .train_booking--train-card .main_informations .price_section .trip_price,
    .train_booking--hotel-card .main_informations .price_section .trip_price {
        font-size: 24px;
        line-height: 28px;
    }

    .train_booking--train-card .main_informations .price_section .head_text {
        max-width: 100px;
        margin-right: unset;
    }

    .train_booking--train-card .extended_informations {
        padding: 10px 0;
    }

    .train_booking--train-card .extended_informations .time_info .departure_info .departure_time,
    .train_booking--train-card .extended_informations .time_info .arrival_info .arrival_time {
        font-size: 14px;
        line-height: 16px;
    }

    .train_booking--train-card .extended_informations .time_info .departure_info .departure_time,
    .train_booking--train-card .extended_informations .time_info .arrival_info .arrival_time {
        font-size: 18px;
        line-height: 21px;
    }

    .train_booking--train-card .extended_informations .time_info .departure_info .departure_date,
    .train_booking--train-card .extended_informations .time_info .arrival_info .arrival_date {
        font-size: 16px;
        line-height: 19px;
    }

    .train_booking--train-card .extended_informations .trip_info .cancellation i {
        margin: 3px 19px 0px 5px;
    }

    .train_booking--train-card .extended_informations .trip_info .departure:before,
    .train_booking--train-card .extended_informations .trip_info .arrival:before {
        margin-right: 19px;
        margin-left: 5px;
    }

    .train_booking--train-card .extended_informations .trip_info .departure span,
    .train_booking--train-card .extended_informations .trip_info .arrival span {
        color: var(--secondary);
        font-weight: bold;
    }

    .train_booking--train-card .extended_informations .trip_info .interchange svg {
        margin: -3px 17px 0 3px;
    }

    .train_booking--train-card .extended_informations .totals_info .time_display,
    .train_booking--train-card .extended_informations .totals_info .changes_display {
        margin-left: 5px;
    }

    .train_booking--train-card .extended_informations .totals_info .total_time svg,
    .train_booking--train-card .extended_informations .totals_info .total_changes svg {
        width: 24px;
        height: 24px;
        padding: 0px;
    }

    .train_booking--train-card .extended_informations .vehicle_info .train-image svg {
        width: 28px;
        height: 28px;
        padding: 6px;
    }
    #train_booking--itinerary {
        padding: 0 10px;
    }
    .train_booking--train-card {
        padding: 15px;
    }

    .train_booking--totals .totals_wrapper {
        grid-template-columns: unset;
        row-gap: 1rem;
        padding: 15px;
    }
    #train_booking--payment .payment-response-wrapper {
        padding: 15px;
    }
    #train_booking--payment .payment-response-wrapper .payment_success .customer_info div,
    #train_booking--payment .payment-response-wrapper .payment_success .head {
        flex-direction: column;
    }
    #train_booking--payment .payment-response-wrapper .payment_success .info_table {
        padding: 10px 15px;
    }
    .container-topimage .train_topimage .topimage__content {
        width: 100%;
    }
    .train_booking--hotel-card {
        padding: 20px;
    }
    .train_booking--hotel-card .main_informations .info_section {
        padding: 20px 0 15px 0;
    }
    .train_booking--hotel-card .main_informations .price_section {
        flex-direction: column;
        padding: 0;
    }
    .train_booking--hotel-card .main_informations .info_section .others {
        font-size: 16px;
        line-height: 19px;
    }
    .train_booking--hotel-card .main_informations .price_section div {
        grid-auto-flow: column;
    }
    .train_booking--hotel-card .main_informations .price_section > div:first-of-type {
        justify-content: space-between;
        flex-direction: row-reverse;
        border-top: 1px solid #00263A0F;
        padding-top: 15px;
    }
    .train_booking--hotel-card .main_informations .price_section .sub_text,
    .train_booking--hotel-card .main_informations .price_section .buttons .more_info,
    .train_booking--hotel-card .main_informations .price_section .buttons .remove_trip {
        grid-column-start: 1;
        justify-self: start;
    }
    .train_booking--hotel-card .main_informations .price_section .price,
    .train_booking--hotel-card .main_informations .price_section .buttons .select_trip {
        grid-column-start: 2;
        justify-self: end;
    }
    .train_booking--hotel-card .main_informations .price_section div.buttons {
        margin-top: 25px;
    }
    .train_booking--hotel-card .main_informations .price_section .buttons .select_trip,
    .train_booking--hotel-card .main_informations .price_section .buttons .remove_trip,
    .train_booking--hotel-card .main_informations .price_section .buttons .more_info {
        text-align: center;
        width: 90%;
    }
    .train_booking--selected-hotel .train_booking--hotel-card .main_informations .price_section .buttons .more_info,
    .train_booking--selected-hotel .train_booking--hotel-card .main_informations .price_section .buttons .remove_trip {
        width: 100%;
    }
    .train_booking--selected-hotel .main-info .hotel-min-price {
        display: none;
    }
    .train_booking--selected-hotel .triggerGallery {
        width: 100%;
    }
    .train_booking--selected-hotel .image-wrapper {
        width: 100%;
    }
    .train_booking--selected-hotel .image-wrapper:not(:first-of-type) {
        display: none;
    }
}