h1{
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 20px;
}
.imageTop{
    margin-bottom: 30px;
}
.imageTop .lSAction{
    position: absolute;
    width: 100%;
}
.imageTop .lSAction > a{
    position: absolute;
    bottom: 0;
    background-image: none;
    top: auto;
    margin-top: 0;
    opacity: 1;
    height: 25px;
    z-index: 10;
}
.imageTop .lSAction .lSPrev{
    left: 0;
}
.imageTop .lSAction .lSNext{
    right: 0;
}
.imageTop .lSGallery li,
.lg-outer .lg-thumb-item{
    border: 1px solid transparent;
    border-radius: 0 !important;
}
.imageTop .lSGallery li.active,
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover{
    border-color: #ff6200;
}
.lSSlideOuter .lSPager.lSGallery img{
    object-fit: cover;
    height: 65px;
    width: 100%;
}
.priceBox{
    margin-bottom: 20px;
    margin-top: 40px;
}
.priceBox .listPrice{
    text-decoration: line-through;
    font-size: 18px;
    margin-right: 20px;
}
.priceBox .discount{
    background-color: #ff6200;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border-radius: 20px;
    padding: 3px 10px 1px;
    line-height: 1.3;
}
.priceBox .finalPrice{
    font-size: 38px;
    font-weight: 700;
    color: #ff6200;
    white-space: nowrap;
}
.priceBox .risparmi{
    font-weight: 500;
}
.priceBox .rata{
    margin-top: 20px;
}
.priceBox .rata b{
    font-weight: 700;
    font-size: 24px;
    color: #ff6200;
}
.archiveWarranty{
    margin-bottom: 15px;
}
.archiveWarranty span{
    background-color: #ddd;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    padding: 4px 10px 3px;
    font-size: 14px;
}
.mainInfo ul,
.consumi ul,
.moreinfo ul{
    list-style: none;
    padding-left: 0;
}
.moreinfo ul li,
.consumi ul li,
.mainInfo ul li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.mainInfo ul li:last-child{ border-bottom: 0;}
.moreinfo ul li > div:last-child,
.consumi ul li > div:last-child,
.mainInfo ul li > div:last-child{ font-weight: 500;}
.moreinfo ul li > div:first-child{
    width: 65%;
}
.moreinfo ul li > div:last-child{
    width: 35%;
}
.customBanner{ position: relative;}
.customBanner a.customBannerLink{
    display: block;
    border-radius: 10px;
    transition: all .3s;
    margin-bottom: 15px;
}
.customBanner a.customBannerLink img{
    border-radius: 10px;
}
.customBanner a.customBannerLink[href]:hover{
    opacity: .8;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.customBanner a.popoverInfo{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000;
    font-size: 18px;
}
.phonelocation{
    background-color: #f4f4f4;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    padding: 20px;
    margin-bottom: 40px;
}
.phonelocation .phonevehicle{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.phonelocation .phonevehicle > div:first-child{ margin-right: 20px;}
.phonelocation .phonevehicle i{
    font-size: 20px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.phonelocation .phonevehicle span{
    font-size: 18px;
}
.phonelocation .locationvehicle{
    margin-top: 10px;
}
.phonelocation .locationvehicle a{
    color: inherit;
    text-decoration: underline;
} 
.moreinfo{
    margin-bottom: 30px;
}
.consumi .titoletto,
.moreinfo .titoletto{
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
}
.titoletto{
    font-size: 22px;
    font-weight: 500;
}
.moreinfoExpander{
    padding-bottom: 30px;
}
.moreinfoExpander h3{
    cursor: pointer;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 5px;
    position: relative;
}
.moreinfoExpander > div{display: none;}
.moreinfoExpander h3:after{
    content: '';
    background-image: url('/images/icone/arrow_down.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 35%;
    transition: all .3s;
}
.moreinfoExpander.open h3:after{
    transform: rotate(180deg);
    top: 25%;
}
.moreinfoExpander.optionals ul{
    padding: 15px 0 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.moreinfoExpander.optionals ul li{
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 7px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.2;
}
.moreinfoExpander.optionals ul li span{
    margin-left: 3px;
}
.moreinfoExpander.financing{
    background-color: #f4f4f4;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    margin-bottom: 30px;
    padding: 20px 0 20px 20px;
}
.moreinfoExpander.financing h3{
    font-weight: 100;
    font-size: 17px;
    border-bottom: 0;
    margin-bottom: 0;
}
.moreinfoExpander.financing h3 b{
    color: #ff6200;
    font-size: 24px;
}
.moreinfoExpander.financing > div{
    padding-right: 20px;
    padding-top: 20px;
}
.moreinfoExpander.financing .textinfo{
    font-size: 12px;
}
.moreinfoExpander.financing .moreinfo{ margin-bottom: 10px;}
.consumi{
    margin-bottom: 40px;
}
.consumi small{ font-weight: 100; }
.colMoreInfo{
    padding-bottom: 100px;
}
#owlSimilar{
    margin-top: 15px;
    margin-bottom: 100px;
}
#owlSimilar > .owl-nav > button{
    position: absolute;
    top: -50px;
    height: 30px;
    width: 30px;
    background-size: 30px;
    z-index: 10;
}
#owlSimilar > .owl-nav .owl-prev{
    right: 40px;
    background-image: url('/images/icone/freccia_correlati_sx_on.svg');
}
#owlSimilar > .owl-nav .owl-next{
    right: 0;
    background-image: url('/images/icone/freccia_correlati_dx_on.svg');
}
#owlSimilar > .owl-nav .owl-prev.disabled{ background-image: url('/images/icone/freccia_correlati_sx_off.svg'); }
#owlSimilar > .owl-nav .owl-next.disabled{ background-image: url('/images/icone/freccia_correlati_dx_off.svg'); }
#owlSimilar .owlImageCard.owl-carousel .owl-item img{
    height: 150px;
}
#owlSimilar .owlImageCard{
    height: 150px;
}

.itemCard{
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    padding: 15px;
    transition: all .3s;
}
.itemCard:hover{
    border-color: #ff6200;
}
.owlImageCard{
    height: 215px;
    overflow: hidden;
}
.owlImageCard.owl-carousel .owl-item img{
    max-height: 215px;
    object-fit: contain;
}
.owlImageCard .owl-nav > button{
    position: absolute;
    bottom: 0;
    height: 23px;
    width: 28px;
    background-size: 30px !important;
    z-index: 10;
    background-repeat: no-repeat;
}
.owlImageCard .owl-nav .owl-prev{
    left: 0;
    background-image: url('/images/icone/freccia_sx_on_white.svg') !important;
}
.owlImageCard .owl-nav .owl-next{
    right: 0;
    background-image: url('/images/icone/freccia_dx_on_white.svg') !important;
}
.owlImageCard .owl-nav .owl-prev.disabled{ background-image: url('/images/icone/freccia_sx_off_white.svg') !important; }
.owlImageCard .owl-nav .owl-next.disabled{ background-image: url('/images/icone/freccia_dx_off_white.svg') !important; }
.owlImageCard .owl-dots{
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}
.owlImageCard .owl-dots button{
    appearance: none;
    margin: 0 7px;
}
.owlImageCard .owl-dots button span{
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #aaa;
    border: 2px solid #ccc;
    border-radius: 100%;
}
.owlImageCard .owl-dots button.active span{
    background-color: #ff6200;
    border-color: #ff6200;
}
.itemCard a{
    display: block;
    color: inherit;
    text-decoration: none;
}
.itemCard .brandmodel{
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.itemCard .finalPrice{
    color: #ff6200;
    font-weight: 600;
    font-size: 24px;
}
.itemCard .listpriceBox{
    height: 20px;
}
.itemCard .listPrice{
    text-decoration: line-through;
    margin-top: 2px;
    white-space: nowrap;
}
.itemCard .discount{
    background-color: #ff6200;
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    border-radius: 20px;
    padding: 3px 7px 1px;
    line-height: 1;
}
.itemCard .risparmi{
    font-weight: 500;
    margin-bottom: 10px;
}
.itemCard .pricerow{
    min-height: 86px;
    font-size: 14px;
}
.itemCard .pricerow .rata{
    font-size: 12px;
    white-space: nowrap;
}
.itemCard .pricerow .rata b{
    color: #ff6200;
    font-size: 18px;
}
.itemCard .rowItem{
    display: flex;
    margin-bottom: 5px;
}
.itemCard .rowItem > div{
    width: 50%;
}
.itemCard .rowItem .archive{
    background-color: #ddd;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    padding: 4px 10px 3px;
    font-size: 12px;
    margin-bottom: 5px;
}
.itemCard .rowItem .warranty img{
    width: auto;
    max-width: 100%;
}
.itemCard .rowItem .warranty .vw_certified{ width: 100px;}
.itemCard .rowItem .warranty .seat_certified{ width: 100px;}
.itemCard .rowItem .warranty .apsp{ width: 100px;}
.permuta{
    margin-top: 30px;
}
.permuta .permutaCnt{
    display: none;
    padding: 0 5px;
}
.permuta .permutaToogle{
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 5px;
    position: relative;
}
.permutaToogle:after{
    content: '';
    background-image: url('/images/icone/arrow_down.svg');
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 7px;
    transition: all .3s;
}
.permutaToogle.open:after{
    transform: rotate(180deg);
    top: 4px;
}
.publicNotes b{
    font-weight: 500;
}
.similarVehicleList{
    padding-top: 40px;
}
.scrollInfo{
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    z-index: 30;
    background-color: rgba(255,255,255,.95);
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    transition: all .3s;
}
.scrollInfo.view{
    top: 55px
}
.scrollInfo > div{
    max-width: 1230px;
    margin: auto;
    padding: 0 15px;
}
.scrollInfo .brandmodel{
    font-weight: 500;
    font-size: 22px;
}
.scrollInfo .listPrice{ text-decoration: line-through;}
.scrollInfo .discount{
    margin-left: 5px;
    font-size: 14px;
    background-color: #ff6200;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    line-height: 1;
    padding: 3px 5px 1px;
}
.scrollInfo .finalPrice{
    font-size: 22px;
    font-weight: 600;
    color: #ff6200;
}
.scrollInfo .risparmi{
    margin-left: 5px;
    font-size: 13px;
}
.scrollInfo .rata{ font-size: 13px; }
.scrollInfo .rata b{ font-size: 15px;}
.btn-wrap{
    border-radius: 30px;
    border: 2px solid #ff6200;
    color: #ff6200;
    background-color: #fff;
    text-align: center;
    appearance: none;
    width: 100%;
    margin-bottom: 20px;
    letter-spacing: 1px;
    min-height: 50px;
    text-transform: uppercase;
    transition: all .3s;
}
#modalWrap .nav-tabs{
    justify-content: center;
}
#modalWrap .nav-tabs a{ color: #000;}
#modalWrap .nav-tabs a.active{
    color: #ff6200;
}
/*IPAD LANDSCAPE*/
@media (min-width: 991px) and (max-width : 1199px) {
    .phonelocation .phonevehicle{ display: block;}
}

/*IPAD portrait*/
@media (min-width : 768px) and (max-width: 990px) {
    .phonelocation .phonevehicle{ display: block;}
    .moreinfoExpander.optionals ul{ display: block;}
    .moreinfoExpander.optionals ul li{ max-width: 100%;}
    .scrollInfo .finalPrice{ font-size: 19px; white-space: nowrap;}
    .scrollInfo .risparmi{ font-size: 11px; white-space: nowrap}
}


@media (max-width : 767px) {
    body{ padding-bottom: 70px;}
    h1{ font-size: 22px;padding-top: 0;}
    .priceBox{ margin-top: 0;}
    .phonelocation{ padding: 10px;}
    .phonelocation .phonevehicle{ display: block;}
    .phonelocation .phonevehicle > div:last-child{ margin: 10px 0;}
    .phonelocation .call{
        display: block;
        color: #fff;
        background-color: #ff6200;
        text-align: center;
        text-transform: uppercase;
        border-radius: 20px;
        padding: 10px 5px;
    }
    .moreinfoExpander.optionals ul{ display: block; padding-top: 10px;}
    .moreinfoExpander.optionals ul li{ max-width: 100%;}
    .formBox{ margin-bottom: 40px;}
    .customBanner a.popoverInfo{ font-size: 24px;}
    .similarVehicleList .titoletto{ padding-right: 60px}
    .lSSlideOuter .lSPager.lSGallery img{ height: 50px}
    .scrollInfo, .scrollInfo .discount{ font-size: 12px;}
    .scrollInfo{ top: -400px; padding: 5px 0; }
    .scrollInfo .brandmodel, .scrollInfo .finalPrice{ font-size: 18px;}
    .scrollInfo .colprices{ padding-left: 0;}
    .scrollInfo .finalpricebox{ display: block !important; }
    .scrollInfo .risparmi{ margin-left: 0;}
    .bottomActions{
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 20;
        background-color: rgba(255,255,255,.95);
        padding: 5px;
        display: flex;
        border-top: 1px solid #ccc
    }
    .bottomActions a{
        width: 50%;
        background-color: #ff6200;
        display: block;
        color: #fff;
        text-align: center;
        height: 45px;
        border-radius: 4px;
        margin: 0 5px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        line-height: 45px;
    }
    .whatsappBtn{
        bottom: 60px;
    }
    .cookie-widget{ bottom: 50px !important;}
}