
/*Избранное продавцы*/
.sellers-list {
    
}
.sellers-list__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E9EAEA;
}
.sellers-list__item-row {

}
.sellers-list__item-col-img {

}
.sellers-list__item-img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #eee;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sellers-list__item-col-content {

}
.sellers-list__item-content-header {
    margin-bottom: 15px;
}
.sellers-list__item-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
    line-height: 25px;
    color: #2B2D33;
}
.sellers-list__item-subtitle {
    display: block;
    font-size: 14px;
    color: #999;
}
.sellers-list__item-link-cars-wrapper {
    margin-bottom: 5px;
}
.sellers-list__item-link-cars {

}
.sellers-list__item-link-profile-wrapper {

}
.sellers-list__item-link-profile {

}
.sellers-list__item-col-btn {

}
.sellers-list__item-btn {

}
.sellers-list__item-btn-text {
    font-size: 14px;
    transition: color .3s ease-in-out;
}
@media (min-width: 1200px) {
    .sellers-list__item-btn:hover .sellers-list__item-btn-text {
        color: #fff;
    }
}
@media (max-width: 767.98px) {
    .sellers-list__item-btn {
        width: auto;
        margin: 20px auto 0;
    }
}