.vehicle-list .tile-shadowed {
    margin: 10px 0;
    padding: 0 20px;
}
.vehicle-list .tile-shadowed > a {
    color: #34495e;
}
.vehicle-list h2 {
    margin: 20px 0;
    font-size: 18px;
}
.vehicle-list .listings-left,
.vehicle-list .nb-requested {
    display: none;
}
.vehicle-list hr.separator {
    margin: 0 -15px;
    width: 100vw;
    margin-right: -5px;
}
.listing-days {
    text-align: center;
}
.listing-days .nb-days {
    padding: 10px 0 0;
    color: #27ae60;
    x-text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    line-height: 1em;
}

.listing-days .paid-days {
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
}
.route-path {
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 50px;
    min-width: 20px;
    width: 20px;
}

.route-path span {
    height: calc(100% - 32px);
    position: absolute;
    top: 18px;
    left: 8px;
    width: 4px;
    background: #2980b9;
}

.route-path:before,
.route-path:after {
    border: 4px solid #2980b9;
    border-radius: 50%;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    content: " ";
    left: 4px;
    position: absolute;
    top: 8px;
}

.route-path:after {
    top: auto;
    bottom: 6px;
}
.route-description {
    font-size: 16px;
}

.list-table .route-description {
    font-size: 13px;
    padding: 0 5px;

}
.vehicle-list.list-table .listing-included {
    position: absolute;
    text-align: right;
    bottom: 5px;
    right: 5px;
}
.route-description .col-3 {
    font-weight: bold;
}
.route-description .col-3 > div:last-child {
    position: absolute;
    bottom: 0;
}
.route-locations {
    color: #2980b9;
    font-size: 18px;
}
.list-table .route-locations {
    font-size: 14px;
}
.vehicle-list.vertical .tile-shadowed {
    position: relative;
}
.vehicle-list.vertical .tile-shadowed > .row {
    padding-left: 10px;
}
.vehicle-list.vertical .row .message {
    font-size: 12px;
    margin-bottom: 0;
}
.vehicle-list.vertical .row.days {
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #ccc;
    margin-bottom: -5px;
    padding: 25px 10px;
    color: #27ae60;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .vehicle-list .col-0 {
        display: none;
    }
    .vehicle-list .listing-days .btn {
        display: none;
    }
    .vehicle-list .listing-included {
        position: absolute;
        text-align: right;
        bottom: 5px;
        right: 5px;
    }
    .vehicle-list .listing-included img {
     width: 25px;
    }
    .listing-days .nb-days{font-size:24px;}
	.tile-shadowed { padding: 0 15px !important;}
	.tile-shadowed > a > div { padding-left:5px;padding-right:5px;}
	.route-locations { font-size:14px;}
	.route-description { font-size:13px; }
    .route-description { margin-top: 5px;padding-left:10px!important;}
    .route-locations > div:first-child {
        margin-bottom: 10px;
    }
}

/* galaxy s20, iphone12 mini */
@media (max-width: 360px) {
    .route-description { font-size:12px; }
    .route-description .col-3 { padding-left: 12px; }
}

/* iphone5/se */
@media (max-width: 320px) {
    .route-description { font-size:11px; }
    .route-description .col-3 { padding-left: 11px; }
}

/* small screen, Galaxy Fold & others */
@media (max-width: 300px) {
    .route-description .col-3 { padding-left: 5px; }
    .vehicle-image img { padding-right:5px; }
    .route-locations>div {
        padding-left: 3px;
    }
}

@media (min-width: 992px) {
    .vehicle-list .col-lg-4  .listing-included {
        text-align: right;
	width: 40px;
        top: 50px;
/*	width: 40px;*/
    }
    .vehicle-list .col-lg-4  .listing-included img{ 
      margin-bottom: 2px;
    }
    .col-lg-9 > .vehicle-list .vehicle-image {
        order: 1;
        margin-top: 20px;
    }
    .col-lg-9 > .vehicle-list .vehicle-image img {
        width: 166px;
        height: 125px;
        object-fit: cover;
    }
    .col-lg-9 > .vehicle-list .route-description {
        order: 3;
        margin-top: 55px;
        font-size: 13px;
        color: #000;
    }

    .col-lg-9 > .vehicle-list .route-description > .row > .col-lg-3{
        flex: 0 0 20%;
        padding-left: 11px;
    }
    .col-lg-9 > .vehicle-list .route-locations {
        font-weight: bold;
        font-size: 16px;
    }
    .col-lg-9 > .vehicle-list .listing-included {
        order: 4;
        position: absolute;
        left: 230px;
        top: 100px;
	margin-top: 10px;
        text-align: left;
    }
    .col-lg-9 > .vehicle-list .vehicle-title {
        order: 2;
        margin-bottom: 0;
        margin-top: 25px;
        position: absolute;
        left: 215px;
        color: #000;
        width: auto;
    }
    .col-lg-9 > .vehicle-list .listing-message {
        order: 6;
    }
    .col-lg-9 > .vehicle-list .listing-days {
        order: 5;
        font-size: 16px;
        margin-top: 10px;
        text-align: right;
    }

    .col-lg-9 > .vehicle-list .tile-shadowed {
        min-height: 170px;
    }
    .vehicle-list .listing-days .btn {
        margin-bottom: 10px;
    }
    .col-lg-9 > .vehicle-list .deal {
        left: 0;
        right: auto;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: .25em;
        border-bottom-right-radius: .25em;
        z-index: 100;
        margin-left: 0!important;
        font-size: 14px;
    }


    .col-lg-9 > .vehicle-list .badges {
        position: absolute;
        right: 20px;
        top: -6px;
    }

    .col-lg-9 > .vehicle-list .listings-left,
    .col-lg-9 > .vehicle-list .nb-requested {
        display: block;
        float: right;
        margin-left: 5px;
    }

    .col-lg-9 > .vehicle-list .listings-left .badge,
    .col-lg-9 > .vehicle-list .nb-requested .badge {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .col-lg-9 > .vehicle-list .listing-days .nb-days {
        padding-top: 55px;
        padding-bottom: 0;
        line-height: 1em;
    }

    .col-lg-9 > .vehicle-list .separator {
        display: none;
    }
}

@media (min-width: 1200px) {
    .col-lg-9>.vehicle-list .route-description {
        font-size: 14px;
    }
    .col-lg-9 > .vehicle-list .route-description > .row > .col-lg-3{ padding-left: 15px;}
}

@media (min-width: 992px) and (max-width: 1024px) {
    .col-lg-9 > .vehicle-list .route-description > .row > .col-lg-3 {
        padding-left: 10px;
    }
}
