
@media(min-width: 1500px){
    .container{
        max-width: 1460px;
        .img-fluid{
            width: 100%;
        }
    }
}
.mainContext{
    color: #000;
}
header.noshadow{
    box-shadow: none !important;
}
/* vehicle head
/* ------------------------ */
.brand-model{
    /* font-size: 30px;
    font-weight: 700;
    line-height: 1; */
    margin: 30px 0 20px;
}
.version{ 
    /* font-size: 25px;
    font-weight: 400;
    line-height: 1; */
    font-family: 'DIN Pro Cond', sans-serif;
    margin: 0;
    display: block;
}
.previous-price{
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #858585;
    text-decoration: line-through;
    padding-right: 10px;
}
.current-price{
    /* font-size: 30px;
    font-weight: 700;
    line-height: 1; */
}
.current-price sup{
    font-size: 16px;
    vertical-align: super;
}
.price-note{
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}
.row-vehicle-info-wrap{
    margin: 20px 0;
}
/* vehicle info
/* ------------------------ */
.spallaDx{
    margin-bottom: 10px;
    background-color: #A1A5A7;
    &.status-km0,
    &.status-aziendale {
        background-color: #6c757d;
    }
    &.status-usato{
        background-color: #ACACB1;
    }
    &.status-nuovo{
        background-color: #464646;
    }

    color: #fff;
    padding: 0px 25px 0% 15px;
    position: relative;
}
/* .spallaDx:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #f5f6f7 transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
} */
.spallaDx .vehicle-status{
    /* font-size: 18px;
    font-weight: 400; 
    padding-top: 2px;
    */
}
.spallaDx .actionBtn{
    font-size: 20px;
}
.spallaDx .actionBtn > div{
    display: inline-block;
}
.spallaDx .actionBtn > div:last-child{
    margin-left: 15px;
}
.spallaDx .actionBtn .btn-favorite{
    cursor: pointer;
}
.spallaDx .actionBtn .btn-favorite.active .fa-heart-o,
.spallaDx .actionBtn .btn-favorite .fa-heart{ display: none; }
.spallaDx .actionBtn .btn-favorite.active .fa-heart,
.spallaDx .actionBtn .btn-favorite .fa-heart-o{ display: block; }
.spallaDx .actionBtn .btnClipboardMsg{
    position: absolute;
    top: -25px;
    font-size: 14px;
    width: 200px;
    color: #E2051C;
}
/* info body
/* ------------------------ */
.vehicle-info-wrap .vehicle-info-list{
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.vehicle-info-wrap .vehicle-info-list > li{
    font-weight: 300;
}
.vehicle-info-wrap .vehicle-info-list strong{
    font-family: 'DIN Pro Cond Medium', sans-serif;
}
.vehicle-info-wrap .vehicle-optional-list{
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.vehicle-info-wrap .vehicle-optional-list > li{
    /* font-size: 16px;
    font-weight: 300; */
    display: flex;
}
.vehicle-info-wrap .vehicle-optional-list > li.seeAllOpt{
    text-transform: uppercase;
    color: #89796c;
    font-size: 13px;
    cursor: pointer;
    margin: 5px 0 5px 15px;
}
.vehicle-info-wrap .vehicle-optional-list > li.seeAllOpt .fa{
    margin-left: 3px;
}
.vehicle-optional-list-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.vehicle-info-wrap .vehicle-optional-list strong{
    font-weight: 500;
}
.vehicle-info-wrap .vehicle-optional-list .fa{
    font-size: 16px !important;
    margin-right: 3px;
}
.vehicleInfo2{
    padding: 20px;
}
.vehicleInfo2 .interested-people{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
}
.vehicleInfo2 .interested-people img{
    margin-right: 5px;
}
.vehicleInfo2 .interested-people-num{
    font-size: 20px;
    font-weight: 600;
}
.vehicleInfo2 a{
    color: inherit;
    line-height: 1;
    font-size: 12px;
}
.vehicleInfo2 a > div:first-child{
    padding-right: 5px;
}
.vehicle-info-actions{
    margin-top: 40px
}
.vehicle-info-wrap .vehicle-info-actions img{
    margin-right: 5px;
}
.vehicle-info-wrap .vehicle-info-actions a{
    color: #000;
    transition: color .2s ease-in-out;
    line-height: 1;
}
.vehicle-info-wrap .vehicle-info-actions a:hover{
}
/* vehicle main
/* ------------------------ */
.vehicle-main-wrap{
    background: #fff;
    min-height: 50vh;
}
.row-vehicle-thumbs-wrap{
    margin-left: 0;
}
.row-vehicle-thumbs-wrap > div{
    padding-left: 0;
    padding-right: 0;
}
.vehicle-thumbs-wrap{
    background: #fff;
    position: relative;
    padding-top: 10px;
}
.vehicle-thumbs-wrap .vehicle-thumbs-list{
    padding: 0 20px;
}
.vehicle-thumbs-wrap button{
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 25px;
    cursor: pointer;
    top: 0;
    background: #fff;
    border: none;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vehicle-thumbs-wrap button:hover{
    background: #f3f2f1;
}
.vehicle-thumbs-wrap .owl-prev{
    left: 0;
}
.vehicle-thumbs-wrap .owl-next{
    right: 0;
}
.vehicle-tumbs-list{
    margin: 0 25px;
    padding: 0;
}
.vehicle-tumbs-list img{
    padding: 0 1px;
}
.lSSlideOuter .lSPager.lSGallery li{
    opacity: 0.4;
}

.lSAction{
    position: absolute;
    z-index: 2;
    width: 100%;
    top: calc(50% - 25px);
    opacity: 0;
    transition: all .4s;

}
.lSAction > a {
    position: absolute;
    color: #fff !important;
    font-size: 50px;
    background-color: #E2051Ccc;
    padding: 5px;
    line-height: 1;
    cursor: pointer;
    background-image: none;
    height: 50px;
    opacity: 1;
}
.lSAction > a i{
    top: -8px;
    position: relative;
    display: inline-block;
}
.lSAction > .lSPrev {
    left: 0;
}
.lSAction > .lSNext {
    right: 0;
}
.lSSlideWrapper:hover .lSAction, .lSSlideWrapper:hover .lente {
    opacity: 1;
}
.lSSlideWrapper{
    overflow: visible;
}
.lSSlideWrapper .lente {
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 35px);
    opacity: 0;
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    background-color: #E2051C;
    line-height: 70px;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 32px;
    transition: all .5s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover{
    border-radius: 0;
    opacity: 1;
}
.lSPager.lSGallery{
    margin-bottom: 5px !important;
}

/* vehicle location
/* ------------------------ */
.vehicle-location-wrap{
    background: #f5f5f5;
    padding: 15px;
    line-height: 1.1;
}
.vehicle-location-wrap strong{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 3px;
    display: block;
}
.vaischeda{
    margin: 10px 0 20px;
}
.vaischeda a{
    color: #89796c;
}
.location-call-cta{
    font-weight: 600;
    margin-bottom: 10px;
}
.veichle-image-map a{
    display: block;
    text-align: center;
}
.veichle-image-map a:hover{
    opacity: 0.8;
}
.row-vehicle-location{
    margin-bottom: 15px;
}
/* block prenota
/* ------------------------ */
.book-vehicle-wrap{
    margin-top: 45px;
    margin-bottom: 60px;
}
.book-vehicle-wrap h3{
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #e9580f;
}
.book-vehicle-wrap .btn-book-info{
    font-size: 16px;
    vertical-align: top;
}
.book-vehicle-wrap p{
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}
.book-vehicle-wrap a{
    font-weight: 500;
    text-decoration: none;
    transition: color .2s ease-in-out;
    color: #000;
}
.book-vehicle-wrap a:hover{
    color: #E2051C;
}
/* vehicle details
/* ------------------------ */
.vehicle-details-accordion{
    margin-bottom: 10px;

}
.vehicle-details-accordion .accordion-head{
    height: 50px;
    background: #F5F6F7;
    padding: 0 15px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
}
.vehicle-details-accordion .accordion-head:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #f5f6f7 transparent transparent;
    position: absolute;
    right: 0;
    top: 0;

}
.vehicle-details-accordion .accordion-head .title{
    margin-bottom: 0;
    font-style: italic;
}
.vehicle-details-accordion .accordion-head .title b{
    margin-right: 5px;
    color: #E2051C;
}
.vehicle-details-accordion .accordion-head .fa{
    font-size: 22px;
}
.vehicle-details-accordion .accordion-body{
    background: #F5F6F7;
    padding: 10px 15px;
    margin: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.noteprezzo{
    margin-top: 30px;
}
.details-list-block{
    margin-bottom: 30px;
}
.details-list-title{
    font-family: 'DIN Pro Cond Bold', sans-serif;
    margin: 0;
    padding-bottom: 10px;
}
.details-list{
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.details-list.checklist{
    display: grid;
    grid-template-columns: auto auto;
}
.details-list > li{
    display: flex;
    align-items: center;
    line-height: 1.4;
}
.details-list > li .detail-value{
    font-weight: 500;
    margin-left: 5px;
}
.details-list .fa{
    color: #E2051C;
}
.vehicle-details-note{
    margin: 15px 0;
}
.vehicle-details-note a{
    color: #89796c;
}
.vehicle-details-note a:hover{
    color: #89796c;
}
/* promo blocks
/* ------------------------ */
.row-promo{
    margin-top: 20px;
    margin-bottom: 80px;
}
.promoForYou{
    margin-bottom: 45px
}
.promo-vehicle{
    border-top: 1px solid #89796c;
    margin-bottom: 20px;
    padding: 10px 0;
}
.promo-vehicle .promo-cnt{
    padding: 10px;
    color: #fff;
}
.promo-vehicle img{
    margin-bottom: 5px;
}
.promo-vehicle .promo-title{
    font-weight: 600;
    margin-bottom: 10px;
}
.promo-vehicle .checkbox label{
    font-size: 14px;
}
.promoWithImage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.promo-financing .promo-title{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.promo-financing .promo-body{
    font-weight: 300;
    font-size: 24px;
    color: #fff;
}
.promo-financing .promo-body > strong{
    font-size: 30px;
    font-weight: 500;
}
.promo-financing .promo-note{
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.promo-financing .promo-check-wrap{
    position: relative;
}
.promo-financing .financingMore{
    position: absolute;
    right: 15px;
    top: 0;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    transition: all .3s;
}
.promo-financing .financingMore.open{
    transform: rotate(180deg);
}
.promo-financing.financing-det{
    margin-bottom: 30px;
}
.promo-financing .financingText{
    padding: 20px 5px 10px;
    color: #fff;
    display: none;
}
.promo-financing .financingText table{
    width: 100%;
    margin-bottom: 5px;
}
.promo-financing .financingText table tr{
    border-bottom: 1px solid #fff;
}
.promo-financing .financingText table tr td:first-child{
    width: 65%;
}
.promo-financing .financingText table tr td:last-child{
    font-weight: 500;
}
.promo-financing .financingText table + small{
    font-weight: 500;
}
.promo-financing .financingText .disclaimer{
    padding-top: 15px;
    font-size: 12px;
}
.promo-financing{
    background: #6a6466;
    margin-top: 20px;
    min-height: 0;
    padding: 15px;
}
.promo-financing .promo-title strong{
    font-size: 20px
}
.promo-financing .promo-title span{
    font-weight: 200;
}
.promo-financing .promo-check-wrap{
    background: #6a6466;
    color: #fff;
    text-align: right;
    padding-right: 40px;
    padding-top: 0;
}
.promo-financing .promo-check-wrap .checkbox{
    display: inline-block;
}
.promo-financing .promo-check-wrap > span{
    margin-right: 15px;
}
.promo-financing table td{
    padding: 5px 0;
}
.promo-financing .preText{
    line-height: 1.2;
}
.promo-financing table + small{
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.promo-check-wrap{
    background: #6e6e6e;
    padding: 5px;
}
.promo-check-wrap .checkbox{
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.promo-check-wrap .checkbox label{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 0;
}
.promo-check-wrap .checkbox label::before{
    background-color: #fff;
    border: 1px solid #c8c8c8;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 0;
}
.promo-check-wrap .checkbox input:checked + label:after{
    content: "\f00c";
    font-family: 'FontAwesome', sans-serif;
    font-size: 20px;
    top: -2px;
}
.block-promo.promo-rent{
    background: #a28863;
    padding: 0;
    display: flex;
    min-height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/images/noleggia/mercedes.jpg');
}
.block-promo.promo-rent.amg{
    background-image: url('/images/noleggia/amg.jpg');
}
.block-promo.promo-rent.lexus{
    background-image: url('/images/noleggia/lexus.jpg');
}
.block-promo.promo-rent.toyota{
    background-image: url('/images/noleggia/toyota.jpg');
}
.block-promo.promo-rent.smart{
    background-image: url('/images/noleggia/smart.jpg');
}
.block-promo.promo-rent .model{
    width: 60%;
    padding: 15px;
}
.promo-rent .promo-title{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.promo-rent .promo-body{
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-left: 25%;
}
.promo-rent .promo-body > strong{
    font-size: 30px;
    font-weight: 500;
}
.promo-rent .promo-bottom{
    padding: 10px;
    width: 40%;
}
.promo-rent .promo-bottom a{
    color: #fff;
    transition: color .2s ease-in-out;
}
.promo-rent .promo-bottom a:hover{
    color: #c8c8c8;
}
/* promo-section-title
/* ------------------------ */
.promo-section-title h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.1;
}
.promo-section-title .section-subtitle{
    font-weight: 300;
}

/* more section
/* ------------------------ */
.vehicle-detail-more{
    min-height: 150px;
    padding: 45px 0;
    text-align: center;
    margin-bottom: 40px;
}
.vehicle-detail-more .more-detail{
    font-size: 18px;
    font-weight: 300;
}
.vehicle-detail-more .more-detail a{
    display: inline-block;
    color: #202020;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    transition: all .3s;
}
.vehicle-detail-more .more-detail a:hover{
    color: #e9580f;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{
    border-color: #E2051C !important
}
.lg-outer .lg-thumb-item{
    border-radius: 4px
}
.scrolledInfoVehicle{
    position: fixed;
    z-index: 45;
    color: #fff;
    background-color: #9B2727;
    top: 90px;
    width: 100%;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
    padding-bottom: 10px;
    display: none;
}
.scrolledInfoVehicle .bread{
    color: #89796c;
    margin-bottom: 7px;
}
.scrolledInfoVehicle .bread a{
    color: #89796c;
}
.scrolledInfoVehicle table{
    width: 100%;
}
.scrolledInfoVehicle table img{
    height: 60px
}
.scrolledInfoVehicle table td{
    vertical-align: bottom;
}
.scrolledInfoVehicle table td:last-child{
    width: 250px;
}
.scrolledInfoVehicle table td:not(:last-child){
    padding-right: 20px;
}
.scrolledInfoVehicle .brandModelVersion{
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    font-size: 22px;
    padding-left: 5px;
    line-height: 1;
}
.scrolledInfoVehicle .listPrice{
    font-size: 16px;
    line-height: 1.1;
}
.scrolledInfoVehicle .listPrice span{
    text-decoration: line-through;
}
.scrolledInfoVehicle .price{
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    white-space: nowrap;
}
@media (min-width: 1400px){
    .scrolledInfoVehicle .price{
        font-size: 34px;
    }
}
.scrolledInfoVehicle .addedLabel{
    line-height: 1;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
}
.scrolledInfoVehicle .addedLabel b{
    font-size: 22px;
}
#modalVehicleInfo .modal-content{
    background-color: transparent;
    border: 0;
}
#modalVehicleInfo .modal-header button{
    width: 33.33%;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    background-color: #E2051C;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    transition: all .3s;
}
#modalVehicleInfo .modal-header button.active, #modalVehicleInfo .modal-header button:hover{
    background-color: #aea8a9;
}
#modalVehicleInfo .modal-header button:nth-child(2){
    margin: 0 4px;
}
#modalVehicleInfo .modal-header{
    padding: 0;
    border-bottom: 0;
    border-radius: 0;
    display: block;
}
#modalVehicleInfo .previewVehicle{
    background-color: #fff;
    padding: 40px 0 20px;
}
#modalVehicleInfo .previewVehicle .archive{
    padding: 3px 10px;
    color: #fff;
    background-color: #979da3;
}
#modalVehicleInfo .previewVehicle .archive.aziendale{
    background-color: #6c757d
}
#modalVehicleInfo .previewVehicle .archive.usato{
    background-color: #3f474d
}
#modalVehicleInfo .previewVehicle .info{
    line-height: 1;
}
#modalVehicleInfo .previewVehicle .infoColImg{
    padding-right: 0;
}
#modalVehicleInfo .previewVehicle .infoColImg img{
    max-height: 100px;
}
#modalVehicleInfo .previewVehicle .info > div[data-view]{
    margin-bottom: 20px;
}
#modalVehicleInfo .previewVehicle .info strong{
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
    font-weight: 400;
}
#modalVehicleInfo .previewVehicle .info .infobrandmodel{
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
}
#modalVehicleInfo .previewVehicle .info b.price{
    font-size: 26px;
    display: block;
    text-align: right;
    font-weight: 700;
    margin-top: 15px;
}
#modalVehicleInfo .modal-body,
#modalVehicleInfo .modal-footer{
    background-color: #fff;
}
#modalVehicleInfo .modal-footer{
    border-top: 0;
}
#modalVehicleInfo .modal-footer{
    display: block;
}
#modalVehicleInfo .modal-body .section{
    margin-bottom: 20px
}
#modalVehicleInfo .modal-body .section h4{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}
#modalVehicleInfo .modal-body .section b{
    font-weight: 500
}
#modalVehicleInfo .radio label:before{
    width: 22px;
    height: 22px;
}
#modalVehicleInfo .radio label:after{
    width: 16px;
    height: 16px;
}
#modalVehicleInfo .radio label{
    padding-left: 8px
}
#modalVehicleInfo .interessatoa .checkbox{
    margin-bottom: 5px
}
#modalVehicleInfo .selectType2 select{
    font-size: 18px
}
.promoCheckboxListTitle{
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1;
}
.promoCheckboxListTitle + span{
    font-size: 18px
}
.promoCheckboxList{
    margin: 15px 0
}
.promoCheckboxList .item{
    background-color: #ccc;
    color: #fff;
    text-align: right;
    margin-bottom: 10px;
    padding: 10px 30px;
    position: relative;
    min-height: 90px;
    background-size: cover;
}
.promoCheckboxList .item.rental,
.promoCheckboxList .item.financing{
    background-color: #323232;
    color: #89796c;
}
.promoCheckboxList .item b{
    font-weight: 500
}
.promoCheckboxList .item > i{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 16px;
}
.similarVehicles{
    padding-top: 40px;
    margin-bottom: 80px;
}
.similarVehicles > h3{
    margin-bottom: 30px;
    font-size: 26px;
}

.similarVehicles .item{
}

#owlSimilarVehicle .owl-nav{
    position: absolute;
    top: -65px;
    right: 0;
    font-size: 32px;
}
#owlSimilarVehicle .owl-nav .owl-prev{
    margin-right: 30px;
}
#owlSimilarVehicle .owl-nav button.disabled{
    opacity: .5;
}
@media (min-width: 768px){
    #modalVehicleBooking .modal-dialog{
        max-width: none;
        margin-left: 15px;
        margin-right: 15px;
    }
}
#modalVehicleBooking .modal-body{
    padding: 0
}
#modalVehicleBooking .title{
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    background-color: #E2051C;
}
#modalVehicleBooking .top .links{
    font-size: 14px;
    padding-bottom: 15px;
}
#modalVehicleBooking .top .links a{
    color: #000;
}
#modalVehicleBooking .top > div{
    float: left;
}
#modalVehicleBooking .top > div:first-child{
    width: 25%;
}
#modalVehicleBooking .top > div:last-child{
    width: 75%;
    padding: 20px 30px 10px;
}
#modalVehicleBooking .top .fa{
    font-size: 12px
}
#modalVehicleBooking .top b{
    font-weight: 500
}
#modalVehicleBooking .top h3{
    font-size: 22px;
    margin: 0;
}
@media (min-width: 1200px){
    #modalVehicleBooking .top h3 b{
        font-size: 40px;
        white-space: nowrap;
    }
}
#modalVehicleBooking .top p{
    margin-bottom: 0
}
#modalVehicleBooking .infoLittleVehicle{
    background-color: #f5f6f7;
    padding: 15px;
    margin-bottom: 20px;
}
#modalVehicleBooking .infoLittleVehicle h4{
    margin: 0;
    font-size: 24px;
}
#modalVehicleBooking .infoLittleVehicle h5{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
#modalVehicleBooking .infoLittleVehicle b{
    font-size: 42px;
}
#modalVehicleBooking .infoLittleVehicle small{
    font-size: 22px;
    font-weight: 500;
    color: #858585;
    text-decoration: line-through;
    margin-right: 20px;
}
#modalVehicleBooking .infoLittleVehicle .price{
    text-align: right;
}
#modalVehicleBooking .paymentBox{
    background-color: #fff;
    color: #323232;
}
#modalVehicleBooking .paymentSteps{
    background-color: #f5f6f7;
    color: #fff;
    display: flex;
    border-top: 2px solid #fff;
}
#modalVehicleBooking .paymentSteps a{
    color: #fff;
    width: 25%;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    position: relative;
}
#modalVehicleBooking .paymentSteps a u{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 10px;
    border-color: transparent transparent transparent #E2051C;
    top: 0;
    right: -10px;
    display: none;
}
#modalVehicleBooking .paymentSteps a.active u{
    display: block
}
#modalVehicleBooking .paymentSteps a.active{
    background-color: #E2051C;
}
#modalVehicleBooking .paymentSteps a i{
    margin-right: 10px;
}
#modalVehicleBooking .paymentBox .step1{
    padding: 60px 0;
}
#modalVehicleBooking .paymentBox .step1 .vehicleInfo{
    padding: 0 30px;
}
#modalVehicleBooking .paymentBox .step1 .vehicleInfo h4{
    margin: 0;
    font-size: 24px;
}
#modalVehicleBooking .paymentBox .step1 .vehicleInfo h5{
    margin: 0;
    font-size: 20px;
    font-weight: normal;
}
#modalVehicleBooking .paymentBox .step1 .vehicleInfo .price small{
    font-size: 28px;
    font-weight: 500;
    color: #858585;
    text-decoration: line-through;
    margin-right: 20px;
}
#modalVehicleBooking .paymentBox .step{
    display: none;
}
#modalVehicleBooking .paymentBox .step.active{
    display: block;
}
#modalVehicleBooking .paymentBox .step1 .vehicleInfo .price b{
    font-size: 42px;
}
#modalVehicleBooking .paymentBox .step1 .vehicleInfo b{
    font-weight: 500;
}
#modalVehicleBooking .paymentBox .btnActions{
    margin-top: 40px;
    margin-bottom: 40px
}
#modalVehicleBooking .paymentBox .btnActions button{
    white-space: nowrap;
}
#modalVehicleBooking .paymentBox .step4 .loadingPayment{
    text-align: center;
    padding: 60px 0;
}
#modalVehicleBooking .paymentBox .step4 .errorPaypal{
    text-align: center;
    padding: 60px 0;
    color: red;
    display: none;
}
.socialShareBtn{
    display: inline-block;
    margin: 0 7px;
    font-size: 24px;
    color: #E2051C;
    transition: color .2s ease-in-out;
    cursor: pointer;
}
.tippy-tooltip{
    background-color: #f3f2f1;
    border: 1px solid #afaaa3;
    padding: 5px;
}
.socialShareBtn:hover{
    color: #E2051C;
}
.shareBtn{
    cursor: pointer;
    transition:color .2s ease-in-out;
}
.shareBtn:hover{
}
.omaggioItem{
    display: flex;
    align-items: flex-start;
}
.omaggioItem span{
    margin-left: 10px;
    margin-top: -5px
}
.expander-head.active .fa{
    transform: rotate(180deg);
}
.step .back{
    margin-top: 20px;
    margin-bottom: 40px;
    display: inline-block;
    cursor: pointer;
}
select[name="fascia_oraria"] + label{
    display: none;
}
#summarysummary table td{
    padding: 7px;
}
#summary .resumeInfoCost{
    padding: 15px;
    border: 1px solid #f5f5f5;
    text-align: center;
}
#summary .resumeInfoCost span{
    font-size: 20px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px
}
#summary .resumeInfoCost b{
    font-size: 26px;
    font-weight: 500;
    display: block;
}
#summary .resumeInfoCost strong{
    font-size: 34px;
    display: block;
    line-height: 1;
}
.customBanners{
    margin-bottom: 20px;
}
.customBannerItem{
    position: relative;
}
.customBannerItem > i{
    position: absolute;
    right: 10px;
    top: 10px;
}
.customBannerItem img{
    width: 100%;
}
.customBannerItem a span{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    padding: 15px 5px;
}
.customBannerItem:not(:last-child){
    margin-bottom: 10px;
}
.vehicle-info-wrap .fa.cbTippy{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px !important;
}
.tippy-popper {
    pointer-events: all;
    color: #000;
}
.infoPriceLabel{
    /* font-size: 14px; */
}
.info-body{
    .btn-block{
        font-family: 'DIN Pro Cond Bold', sans-serif;
    }

}

.infoPriceLabel.rate{
    text-align: left;
}
.price-wrap-rate{
    text-align: left;
    padding-right: 6px;
}
.price-wrap-rate .label, .price-wrap-rate .ratePrice{
    display: inline-block;
    vertical-align: super;
    font-size: 20px;
    line-height: 1;
}
.price-wrap-rate .label{
    line-height: 1;
    font-size: 14px;
}
.price-wrap-rate .ratePrice span{
    font-weight: 600;
    font-size: 34px;
    margin-left: 5px;
}
.price-wrap-rate .finalPrice{
    font-size: 18px;
    line-height: 1;
    margin-top: -3px;
}
.price-wrap-rate .finalPrice > *{
    margin-right: 3px;
}
.price-wrap-rate .finalPrice b{
    font-weight: 500;
    font-size: 26px;
}
.price-wrap-rate sup{
    font-size: 18px;
    vertical-align: text-top;
}
.promoSelected .item{
    margin-bottom: 10px;
}
.promoSelected .title4{
    line-height: 1;
    margin-bottom: 5px;
}
.checkboxlistmodal.opac{
    opacity: 0.7;
}
.infotab{
    display: none;
}
.infotab.active{
    display: block;
}
#infotab2 .contact-bundle-input-file input{
    position: absolute;
    opacity: 0;
}
#infotab2 .contact-bundle-input-file label{
    width: 100%;
    display: block;
    border: 2px dashed #ccc;
    background-color: #f1f1f1;
    text-align: center;
    padding: 20px 10px;
}
.contact-bundle-drop-area{
    border: 2px dashed #ccc !important;
    padding: 20px 0 !important;
    cursor: pointer;
}
.contact-bundle-img-preview-area img{
    margin: 3px 0px;
    width: 33.3% !important;
    border: 1px solid #fff;
}
.contact-bundle-img-droppable span:before{
    font-family: 'FontAwesome';
    content: "\f093";
    padding-right: 5px
}
/* .back{
    margin-top: 5px;
    font-size: 10px;
} */
.back a{
    display: inline-block;
    color: #202020;
}
.btn-back-ico{
    display: inline-block;
    width: 18px;
    height: 13px;
    background: url('/images/mobile/torna-indietro-sprite.png') no-repeat left top;
    margin-right: 5px;
}
.btn-back:hover .btn-back-ico{
    background-position: left bottom;
}
.scrolledInfoVehicle .back{
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 0;
}
.scrolledInfoVehicle .back a{
    color: #fff;
}
.videos .item{
    margin-bottom: 40px;
}
#lightSlider{
    height: 660px;
    overflow: hidden;
}
#lightSlider > li:not(:first-child){
    display: none;
}
#lightSlider.lightSlider{
    height: auto;
}
#lightSlider.lightSlider > li:not(:first-child){
    display: block;
}
.modalInfoCall{
    text-align: center;
    color: #00a000;
    font-size: 20px;
    margin-top: 30px;
    background: #f5f5f5;
    padding: 15px;
}
.modalInfoCall b{
    display: block;
    font-size: 26px;
}
.lg-backdrop{
    z-index: 1140;
}
.lg-outer{
    z-index: 1250;
}
.numeroVerde{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #89796c;
}
footer{
    /* padding-top: 80px; */
}

/* tablet PORTRAIT */
@media (max-width: 1024px) and (orientation: portrait){
    .btn.big{ font-size: 18px;}
}

@media (max-width: 768px){
    .brand-model{
        font-size: 24px;
        margin: 10px 0 7px;
    }
    .brand-model .version{
        font-size: 16px;
    }
    .vehicle-details-accordion .accordion-head .title b{
        display: block;
    }
    .vehicle-details-accordion .accordion-head{
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
    .scrolledInfoVehicle{
        top: 60px;
    }
    .scrolledInfoVehicle .infoVehicle{
        display: flex;
        align-items: center;
    }
    .scrolledInfoVehicle .infoVehicle > div:first-child{
        width: 60%;
    }
    .scrolledInfoVehicle .infoVehicle > div:last-child{
        width: 40%;
    }
    .scrolledInfoVehicle .brandModelVersion{
        font-size: 22px;
        padding-top: 10px;
        padding-left: 0;
        display: block;
    }
    .scrolledInfoVehicle .listPrice{
        display: inline-block;
        font-size: 14px;
    }
    .scrolledInfoVehicle .price{
        display: inline-block;
        font-size: 16px;
    }
    .scrolledInfoVehicle .back{
        padding-top: 5px;
    }
    .book-vehicle-wrap h3{
        font-size: 20px;
    }
    .book-vehicle-wrap p{
        font-size: 15px;
    }
    .details-list.checklist{
        display: block;
    }
    .similarVehicles > h3{
        font-size: 24px;
        text-align: left !important;
        padding-right: 40px;
    }
    .promo-section-title h3{
        font-size: 18px;
    }
    .details-list-title{
        padding-bottom: 3px;
    }
    .spallaDx{
        margin: 15px 0;
    }
    .promo-vehicle .checkbox label span{
        display: inline-block;
        padding-top: 5px;
        padding-left: 5px;
    }
    .promoForYou{
        margin-bottom: 30px;
    }
    .similarVehicles{
        padding-top: 10px;
    }
    #modalVehicleBooking .top > div:first-child{
        display: none;
    }
    #modalVehicleBooking .top > div:last-child{
        width: 100%;
        float: none;
        padding: 10px;
    }
    #modalVehicleBooking .top > div:last-child a{
        font-size: 12px;
    }
    #modalVehicleBooking .top h3{
        margin-bottom: 10px;
    }
    #modalVehicleBooking .paymentSteps a{
        font-size: 12px;
    }
    #modalVehicleBooking .paymentSteps a i{
        margin-right: 0;
        display: block;
        font-size: 20px;
    }
    #modalVehicleBooking .paymentBox .step{
        margin-right: 10px;
        margin-left: 10px;
    }
    #modalVehicleBooking .paymentBox .step1{
        padding: 20px 0;
    }
    #modalVehicleBooking .paymentBox .step1 .vehicleInfo{
        padding: 0;
        font-size: 16px;
    }
    #modalVehicleBooking .paymentBox .step1 .vehicleInfo h5,
    #modalVehicleBooking .infoLittleVehicle h5{
        font-size: 20px;
    }
    #modalVehicleBooking .paymentBox .step1 .vehicleInfo .price small,
    #modalVehicleBooking .infoLittleVehicle small{
        font-size: 20px;
    }
    #modalVehicleBooking .paymentBox .step1 .vehicleInfo .price b,
    #modalVehicleBooking .infoLittleVehicle b{
        font-size: 28px;
    }
    .step .back{
        margin-bottom: 20px;
    }
    #summary .resumeInfoCost span{
        margin: 10px 0;
    }
    #modalVehicleInfo .modal-header button{
        font-size: 12px;
    }
    #modalVehicleInfo .previewVehicle{
        padding: 20px 10px;
    }
    #modalVehicleInfo .previewVehicle .info strong{
        margin-bottom: 5px;
    }
    #modalVehicleInfo .previewVehicle .info .infobrandmodel{
        font-size: 16px;
    }
    .promoSelected .title4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    #modalVehicleInfo .modal-body .section b{
        display: inline-block;
        padding-top: 5px;
        padding-left: 5px;
    }
    #modalVehicleInfo .permutaPlate{ margin-top: 0;}
    #owlSimilarVehicle{
        display: flex;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        justify-content: start;
        flex-wrap: inherit;
        margin-right: -15px;
    }
    #owlSimilarVehicle > .item{
        flex-grow: 0;
        flex-shrink: 0;
        width: 60vw;
        margin-right: 10px;
        scroll-snap-align: start;
    }
    .input-group>.input-group-append>.btn{
        height: auto;
    }
}