.sellers-search {
    display: flex;
    align-items: stretch;
    margin-top: 30px;
}

.sellers {
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, .1)
}

.sellers.sellers-fixed {
    height: 600px;
    overflow: auto;
} 

.seller {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.seller-header {
    min-height: 45px;
    position: relative;
    padding-right: 60px;
}

.seller-name {
    font-size: 20px;
    color: #c1b17e;
    margin-bottom: 5px;
}

.seller-phone {
    margin: 0;
}

.seller-instagram {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    color: #c1b17e;
}

.seller-localizations {
    margin-top: 15px;
    margin-bottom: 5px;
}

.seller-button {
    color: #c1b17e;
}

.map-name {
    font-size: 20px;
    color: #c1b17e;
}

.map-phone {
    font-size: 14px;
    font-weight: 600;
    color: #373a3c;
}

.map-instagram {
    font-size: 20px;
    color: #c1b17e;
}

@media (max-width: 991px) {
    .sellers {
        margin-top: 30px;
        height: auto;
        border-bottom: 0;
    }
}

#sellers-filter-form {
    margin-bottom: 30px;
}