.results_ferries_signle>div.col-taxi {
    content: "";
    position: absolute;
    top: 2.5px;
    left: 0;
    height: 2.8125rem;
    width: 1px;
    background: #d7d7d7;
}

.taxi_category {margin: 0 auto;}
.taxi_category > div {
    line-height: normal;
}
.results_taxis-single {
    border: 1px solid #cfcfcf;
    -webkit-transition: border-color 0.4s ease-in-out,background 0.3s ease-in-out;
    -o-transition: border-color 0.4s ease-in-out,background 0.3s ease-in-out;
    transition: border-color 0.4s ease-in-out,background 0.3s ease-in-out;
    margin: 10px 0;
}
.results_taxis-single .hours_wrapper:before {
    left: 0;
}
.results_taxis-single .hours_wrapper:after {
    right: 0;
}
.cost-extras {
    margin: 30px;
}
#cars .results-route-number {
    margin-right: 0;
}

.pickup_dropoff_details .transfers_wrapper input {
    border: 1px solid #dadada;
    height: 50px;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    font-size: .9rem;
    font-weight: 400;
    -webkit-box-shadow: 0 1px 0 0 #FFF;
            box-shadow: 0 1px 0 0 #FFF;
}
input.datepicker, input.timepicker {
    cursor: pointer;
}
.pickup_dropoff_details .select-wrapper span.caret {
    color: #848484;
    right: 0;
    top: 0;
    font-size: 1rem;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 30px;
    border: 1px solid #dadada;
    text-align: center;
}
.transfer_number .divider {
    margin-bottom: 20px;
}
.pickup_dropoff_details .transfers {
    margin: 20px 0;
}
.picker--opened .picker__holder {
    max-height: initial;
}
.picker__holder {
    max-width: initial;
}

.picker__date-display, .picker__footer {
    display: block!important;
}
.picker__day--today:before {
    content: initial;
}
.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
    background: none;
}
.picker__day--infocus:hover, .picker__day--outfocus:hover {
    background: none;
}
.picker__date-display {
    min-width: 160px;
}

.results_taxis-single:hover {
    cursor: pointer;
}
.babyseat > span > span, .rooftop > span > span {
    display: block;
}

.modal-trigger.taxi {
    margin: 1.78rem 0 1.424rem 0;
    font-size: 1rem;
    line-height: 1.8rem;
}
#transfers_page section:not(#info) .secondary-title {
    border-bottom: 2px solid;
    margin-top: 40px;
}
#carOptions .taxi-availability img {
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 80px;
    width: 80px;
    height: 80px;
}
div#carContent > div:not(.results_taxis-single) {
    margin-bottom: 20px;
}
.extra-quantity {
    font-size: 20px;
    vertical-align: text-bottom;
}
.transfer-warning {
    margin-bottom: 50px;
}
#transfers_page .fa-exclamation-mark {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #ffca28 !important;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    font-size: 1.5rem;
    margin-right: 10px;
    z-index: 60;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.taxi-price .price_notification_tooltip_mob {
    max-width: 200px;
    z-index: 1;
}
.taxi-route.col:not(:first-of-type) {
    margin-top: 40px;
}
body#transfers_page {
    overflow: visible!important;
}
.passenger-value, .luggage-value {
    font-size: 1.1rem;
    margin-right: 2px;
}
.fa.fa-user, .fa.fa-suitcase {
    font-size: 1.1rem;
}
.transfers_wrapper .input-field {
    margin-bottom: 20px;
}
#cost_analysis .secondary-title {
    margin-top: 70px;
}
.transfer_number input {
    color: #212121;
}
.routes_on_map_sum a {
    text-transform: uppercase;
}
.results_taxis-single > div {
    cursor: default;
}
.transfers.preloader-wrapper.big {
    width: 80px;
    height: 80px;
}
/* div[id^="errorRoute"] {
    margin-top: 6px;
} */

@media only screen and (min-width: 601px) {
    .picker__day.picker__day--infocus {
        padding: 0.7rem 0!important;
    }
}

@media screen and (min-width: 993px) {
 
    #pickup_dropoff .pickup_dropoff_details .transfer_number .row > div.l3:not(:first-of-type) {
        margin-left: 7px;
        width: calc(25% - 7px);
    }
    #pickup_dropoff .pickup_dropoff_details .transfer_number .row > div.l4:not(:first-of-type) {
        margin-left: 7px;
        width: calc(33.3333333333% - 7px);
    }
    #pickup_dropoff .pickup_dropoff_details .transfer_number .row > div.l6:not(:first-of-type) {
        margin-left: 7px;
        width: calc(50% - 7px);
    }
    #pickup_dropoff .transfers {
        text-align: initial;
    }
    .results_taxis-single .hours_wrapper:before, .results_taxis-single .hours_wrapper:after {
        content: "";
        position: absolute;
        top: 2.5px;
        height: 100px;
        width: 1px;
        background: #d7d7d7;
    }
    .fig-row-100h {
        height: 100px;
        line-height: 100px;
        vertical-align: middle;
    }
    .itinerary_details-single .route-info>.hours_wrapper {
        right: auto;
        width: 100%;
    }
    .itinerary_details-single .route-info>span:nth-child(1), .itinerary_details-single .route-info>span:nth-child(3) {
        width: 33.3333333333%;
        margin-right: 0;
        margin-left: 0;
    }
}


@media screen and (max-width: 400px) {
    .results_taxis-single:not(.result-no_ferries) {
        width: 100%;
        padding: 8px 8px 8px 48px;
    }
}

@media screen and (max-width: 492px) {
    .results_taxis-single:not(.result-no_ferries) {
        padding: 10px 20px 10px 60px;
    }
}

@media screen and (max-width: 600px) {
    .results_taxis-single:not(.result-no_ferries) {
        width: 90%;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    #pickup_dropoff .pickup_dropoff_details .transfer_number .row > div.m6:not(:first-of-type) {
        margin-left: 7px;
        width: calc(50% - 7px);
    }
}
@media screen and (max-width: 992px) {
    
    .hours_wrapper.valign-wrapper {
        display: block;
    }
    #carOptions .itinerary_details-single {
        border-radius: initial;
    }
    .results_taxis-single>div:first-child:not(.result-no_ferries) {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    .results_taxis-single>div:first-child {
        border-radius: 0 0 0 36px;
        border-right: 2px solid #fff;
        width: 40px;
    }
    .taxi-availability {
        margin: 10px 0;
    }
    .results_taxis-single:not(.result-no_ferries) {
        border-radius: 0 0 36px 36px;
        width: 100%;
        margin: 40px auto;
        position: relative;
        padding: 10px;
        padding-left: 8.3333333333%;
    }

    .results_taxis-single>div:first-child label {
        top: calc(50% - 12px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .pickup_dropoff_details .transfers {
        text-align: center;
    }
    .carriage {
        font-size: 1.3rem;
        margin: 0 auto;
    }
    .taxi-price {
        text-align: center;
    }
    .taxi-price > p.hide-on-large-only {
        display: inline-block;
        margin: 0;
    }
}

.results_ferries-single:not(.result-no_ferries) {
    border: 1px solid #cfcfcf;
    -webkit-transition: border-color 0.4s ease-in-out,background 0.3s ease-in-out;
    -o-transition: border-color 0.4s ease-in-out,background 0.3s ease-in-out;
    transition: border-color 0.4s ease-in-out,background 0.3s ease-in-out;
}

.picker__date-display {
    display: -webkit-box!important;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

html[lang="el"] span.picker__day-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
}

html[lang="el"] span.picker__month-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    box-ordinal-group: 3;
}

#modal-map .modal-content{
    height: 400px;
}

.cost-analysis__details .total-price > div i.fa, .courier_cost > i.fa, .total-price >div i.fa {
    top: calc(50% - 11px);
}

.info_icon {
    top: -5px;
    right: 0;
    width: 15px;
    color: #848484;
    z-index: 99;
    font-size: 20px;
}

.info_icon:hover + .timetravel_tooltip {
    display: block;
    -webkit-animation: showTooltip 0.4s forwards;
    animation: showTooltip 0.4s forwards;
}

.timetravel_tooltip {
    display: none;
    opacity: 0;
    position: absolute;
    width: auto;
    padding: 5px;
    font-size: 1rem;
    line-height: 1.2;
    right: calc(50% - 122px);
    top: -48px;
    background: #00afec;
    color: #FFF;
    z-index: 10;
}
.taxi-route .itinerary_details-single .hours_wrapper>span {
    float: inherit!important;
}
.taxi-route .col-duration {
    margin: 0;
}
.col-duration>span {
    white-space: initial!important;
}
.recommended.dropdown-content {
    top: 52px!important;
}

@media screen and (max-width: 600px) {
    .booking-services i {
        width: 30px;
        display: inline-block;
    }
    .timetravel_tooltip {
        top: -16px;
    }
}
@media screen and (max-width: 992px) {
    .timetravel_tooltip {
        left: calc(50% - 40px);
        top: -40px;
        width: 160px;
    }
    .itinerary_details-single .col-duration>span {
        line-height: 1;
        height: initial;
        display: initial;
    }
    .taxi-route .itinerary_details-single .hours_wrapper>span {
        float: inherit!important;
    }
    .taxi-route .col-duration {
        margin: 0;
    }
}