.seoHome{
    padding-bottom: 40px;
}
.lookbookModelCnt{
    background-color: #fff;
    text-align: center;
    padding: 70px 0;
    color: #000;
}
.lookbookModelCnt h2{
    margin: 0 0 40px;
}
.lookbookModelList a{
    display: block;
    text-decoration: none;
    color: inherit;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 40px;
}
.lookbookModelList a img{
    margin-bottom: 10px;
    transition: all .3s;
}
.lookbookModelList a:hover{
    font-weight: 400
}
.lookbookModelList a:hover img{
    margin-left: 30px;
}
.lookbookModelList a h3{
    font-weight: 300;
    font-size: 14px;
}
.lookbookModelList a:hover h3{
    font-weight: 400;
}
.last-vehicle-list .link{
    margin-top: 10px;
}
.last-vehicle-list .link a{
    text-decoration: underline;
    color: inherit;
}
.last-vehicle-list .row-last-vehicle {
    margin-bottom: 40px;
}
.last-vehicle-list .lastTitle {
    margin-bottom: 15px;
}
.last-vehicle-list .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}
.last-vehicle-list .owl-nav .owl-prev::after {
    content: '\f053';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    font-size: 20px;
    margin-right: 20px;
}
.last-vehicle-list .owl-nav .owl-next::after {
    content: '\f054';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    font-size: 20px;
}
.titleFilterBrand{
    text-align: center;
    padding: 20px 0 40px;
    margin: 0;
}
.search-vehicle-wrap{
    margin-bottom: 60px;
    padding: 40px 20px;
    background-image: url('/images/background.webp'), url('/images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.search-veichle-results .btn-reset{
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}
@media (min-width: 1200px){
    .search-veichle-results .btn-reset{
        position: absolute;
        right: 0;
    }
    .search-vehicle-wrap{
        padding: 40px 0;
    }
}
.search-veichle-results .btn-reset:hover{
    text-decoration: underline;
}
.results-num {
    text-align: center;
    padding-bottom: 10px;
}
.results-num > strong {
    font-size: 60px;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 15px;
}
.results-num-label {
    font-weight: 300;
}
.btn-go{
    background-color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(249, 189, 225, 1);
    text-transform: uppercase;
    transition: all .3s;
}
.btn-go i{
    color: #f9bde1;
    font-size: 24px;
    vertical-align: sub;
    margin-left: 10px;
}
.btn-go:hover{
    box-shadow: 5px 5px 25px 0px rgba(249, 189, 225, 1);
}
.groupTypeFilter .radioGT label,
.checkbox label::before{
    background-color: #fff;
}
.seoHome h1{
    font-size: 1.5rem;
}

@media (max-width: 768px){
    .groupTypeFilter {
        margin-right: 0px;
        text-align: center;
    }
    .search-vehicle-wrap{
        padding: 20px
    }
    #owlLookbook .owl-item img {
        margin: 0;
        display: inline;
        width: auto;
        max-width: 100%;
    }
    #owlLookbook a {
        color: inherit;
        display: block;
        text-align: center;
    }
    #owlLookbook a h3 {
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        margin: 10px 0;
    }
    #owlLookbook .owl-item {
        opacity: .6;
    }
    #owlLookbook .owl-item.active + div {
        opacity: 1;
    }
    .lookbookModelCnt{
        padding: 30px 0;
    }
    .lookbookModelCnt h2{
        text-align: left;
        font-size: 20px;
        margin-left: 15px
    }
    .last-vehicle-list .lastTitle{
        font-size: 1rem;
    }
    .last-vehicle-list .owl-nav{
        top: -40px;
    }
    
}