#image_items_wrp .item.image_item{
    cursor: pointer;
}
.popular-brand{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.popular-brand:hover .popular-brand__brand{
    color: #f75d34;
}

.popular-brand__brand{
    font-size: 16px;
    color: #34373b;
}

.popular-brand__img{
    width: 80px;
    height: 80px;
}

.popular-brands{
    padding-top: 60px;
    padding-bottom: 130px;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 14px;
    color: #c2c2c2;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: -8px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: -8px;
}

.latest-customer-deal{
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgb(0 121 175 / 8%);
    border-radius: 5px;
    overflow: hidden;
    transition: all 300ms linear 0s;
    display: block;
    width: 100%;
}

.latest-customer-deal:hover{
    box-shadow: 0px 10px 15px 0px rgb(19 24 131 / 5%);
}

.latest-customer-deal:hover .latest-customer-deal__img-car img{
    transform: scale(1.1);
}

.latest-customer-deal__body{
    padding: 25px 30px 20px 30px;
}

.latest-customer-deal__price{
    font-size: 20px;
    font-weight: 700;
    color: #f15a2d;
}

.latest-customer-deal__year{
    font-weight: 500;
    color: #34373b;
}

.swiper-latest-customer-deals .swiper-slide{
    display: flex;
    justify-content: center;
}

.swiper-latest-customer-deals .swiper-button-next:after, .swiper-latest-customer-deals .swiper-button-prev:after{
    font-size: 30px;
    color: #c2c2c2;
}

.swiper-latest-customer-deals .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 0;
}

.swiper-latest-customer-deals .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 0;
}

.latest-customer-deal__img-car img{
    width: 100%;
    transition: all 300ms ease;
}

.latest-customer-deal__img-car{
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .swiper-latest-customer-deals{
        padding: 0 50px;
    }
}