.row-search-filters{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.search-results-total, .toggle-price-rate{
    display: inline-block;
}
.search-results-total{
    margin-right: 25px;
}
.search-results-total h1{
    font-size: 28px;
    margin: 0;
}
.search-results-total h1 b{
    font-size: 34px;
}
.toggle-price-rate span{
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.toggle-price-rate label{
    margin-bottom: 0;
}
.orderBy{
    display: inline-block;
    margin-right: 15px;
}
.orderBy select{
    height: 35px;
    border-radius: 4px;
    padding: 0 7px;
    min-width: 180px;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.btn-filter-reset{
    appearance: none;
    border: 0;
    background-color: transparent;
    color: #E2051C;
}
.btn-filter-reset i{
    margin-left: 4px;
    color: #112151;
}
.grouptype-archives, .archiveOptions{
    display: flex;
    align-items: center;
}
.row-search-filters .groupType {
    background-color: #f3f2f1;
    display: flex;
    border-radius: 4px;
}
.row-search-filters .groupType label {
    border: 1px solid #000;
    width: 170px;
    background-color: #fff;
    display: block;
    text-align: center;
    font-weight: 600;
    margin: 0;
    color: #000;
    cursor: pointer;
    height: 45px;
    padding-top: 6px;
}
.row-search-filters .groupType label.active {
    background-color: #E2051C;
    border-color: #E2051C;
    color: #fff;
}
.row-search-filters .groupType label input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.row-search-filters .groupType label[for="groupType_truck"] {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.row-search-filters .groupType label[for="groupType_van"] {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.archiveOptions{
    margin-left: 20px;
}
.archiveOptions .checkbox{
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.archiveOptions .checkbox label{
    margin-bottom: 0;
}
.btn-toggle-filters span{
    cursor: pointer;
    font-weight: 500;
}
.btn-toggle-filters span:hover{
    color: #E2051C;
}
#vehicleListSearch select.active{
    border-color: #E2051C;
}
.filtersCnt > .row{
    margin-left: -7px;
    margin-right: -7px;
}
.filtersCnt > .row > div[class^="col"]{
    padding-left: 7px;
    padding-right: 7px;
}
.typeFilterPrice{
    display: flex;
    margin: 0 30px;
}
.typeFilterPrice label{
    display: block;
    width: 50%;
    padding: 7px;
    margin: 0;
    background-color: #fff;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.typeFilterPrice label:hover{
    color: #E2051C;
}
.typeFilterPrice label:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.typeFilterPrice label:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.typeFilterPrice label input{
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}
.typeFilterPrice label.active{
    background-color: #E2051C;
    border-color: #E2051C;
    color: #fff;
}
.selectPriceBox{
    display: flex;
}
.selectPriceBox select{
    width: 50%;
}
.selectPriceBox select:first-child{ margin-right: 2px;}
.selectPriceBox select:last-child{ margin-left: 2px;}
.goToFoundVehicles{
    text-align: center;
    padding: 32px 0 50px;
}
.customFilters{
    display: flex;
    margin-bottom: 20px;
}
.customFilters button{
    min-width: 16.7%;
    margin: 0 1px;
}

.listBanner{
    padding-left: 5px;
    padding-right: 5px;
    align-self: center;
}
.listBannerItem{
    height: calc(80% - 30px);
    margin: 0 auto 30px;
    width: 450px;
    max-width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
    height: 450px;
    max-height: 100%;
    transition: margin .3s;
}
.listBannerItem.open{
    margin-bottom:20px;
}
.listBannerTitle{
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 110px;
    background-color: rgba(0,0,0,0.6);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px 20px 30px;
}
.listBannerExpand{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 1;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.listBannerExpand .fa{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    transition: all .2s ease-in-out;
}
.listBannerExpand.active .fa{
    transform: rotate(180deg);
}
.listBannerBlock{
    width: 100%;
    background: #f9f9f9;
    display: none;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    border: 1px solid #89796c;
}
.listBannerBlockClose{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
    font-size: 16px;
    color: #89796c;
    transition: color .2s ease-in-out;
    display: flex;
    align-items: center;
}
.listBannerBlockClose > img{
    margin-left: 5px;
}
.listBannerBlockTitle{
    text-align: center;
    margin: 40px 10px 30px;
    font-size: 20px;
    font-weight: 500;
}
.tippy-tooltip{
    background-color: #fff;
    border: 1px solid #112151
}
.cbTippy{
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 10;
}
#owlListBanner{
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}
#owlListBanner .item{
    padding-left: 5px;
    padding-right: 5px;
}
#owlListBanner .owl-prev,
#owlListBanner .owl-next{
    position: absolute;
    color: #000;
    font-size: 50px;
    top: 45%;
}
#owlListBanner .owl-prev{
    left: 40px;
    z-index: 1;
}
#owlListBanner .owl-next{
    right: 40px;
    z-index: 1;
}
#vehicleListCnt{
    margin-bottom: 80px;
}
.noVehiclesFound{
    text-align: center;
    padding: 60px 0 100px;
}

@media (min-width: 1400px){
    .vehicle-list-col {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #vehicleListCnt .vehicleItemBox .col-custom{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    #vehicleListCnt .vehicleItemBox > div.listBanner{
        flex: 0 0 40%;
        max-width: 40%;
    }
}

/* tablet PORTRAIT */
@media (max-width: 1024px) and (orientation: portrait){
    .typeFilterPrice{
        margin: 0;
    }
    .orderBy select{ min-width: 0; width: 150px;}
    .row-search-filters{ display: block;}
    .row-search-filters .groupType label{ width: 140px;}
    .search-results-total{ margin-bottom: 15px;}
    .filtersCnt > .row{ margin-left: -3px; margin-right: -3px;}
    .filtersCnt > .row > div[class^="col"]{ padding-left: 3px; padding-right: 3px;}
}

@media (max-width: 767px){
    .row-search-filters{
        display: block;
    }
    .search-results-total{
        margin: 0 0 20px 0;
    }
    .toggle-price-rate{
        margin-bottom: 20px;
    }
    .btn-toggle-filters span{
        display: block;
        text-align: center;
        padding: 12px;
        font-size: 16px;
    }
    .row-search-filters .groupType label{
        width: 50%;
    }
    .grouptype-archives{
        display: block;
    }
    .archiveOptions{
        margin: 15px 0;
        justify-content: space-between;
    }
    .archiveOptions .checkbox{
        margin-right: 0;
    }
    .archiveOptions .checkbox label{
        margin-bottom: 0;
    }
    .archiveOptions .checkbox label span{
        display: inline-block;
        margin-top: 5px;
        margin-left: 4px;
    }
    .vehicle-features{
        padding-top: 10px;
    }
    .listBannerItem{
        margin: 0 0 30px;
        width: 100%;
    }
    .listBannerBlockTitle{
        margin: 30px 10px 10px;
    }
    #owlListBanner{
        padding-left: 20px;
        padding-right: 20px;
    }
    #owlListBanner .owl-next{ right: 0;}
    #owlListBanner .owl-prev{ left: 0;}
    #owlListBanner .owl-dots{ display: none;}
    #vehicleListCnt{
        padding: 30px 0 0;
        margin-right: -15px;
    }
    #vehicleListCnt .vehicleItemBox{
        display: flex;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-wrap: inherit;
    }
    #vehicleListCnt .vehicleItemBox .vehicleItem{
        flex-grow: 0;
        flex-shrink: 0;
        width: 68vw;
        scroll-snap-align: start;
    }
    .loadingCnt{
        display: none;
    }
    .goToFoundVehicles{
        padding-top: 0;
    }
    .promo-vehicle-list{
        display: flex;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-wrap: inherit;
        margin-bottom: 40px;
    }
    .promo-vehicle-list .item{
        flex-grow: 0;
        flex-shrink: 0;
        width: 60vw;
        margin-right: 10px;
        scroll-snap-align: start;
    }
}


.checkbox,.radio{
    label{
        display: flex;
        align-items: center;
    }
}

.radio label::after{
    top: 10px;
}

.checkbox label::after{
    left: -5px;
}
