.placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 600;
    color: #495057;
    min-height: 200px;
    border: 2px dashed #ced4da;
}

.product-detail-other-seller-list-header {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 600;
}

.product-detail-other-seller-row {
    display: flex;
    flex-direction: column;
    /*background-color: #fff;*/
    border-bottom: 1px double #eaeaea;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.product-detail-other-seller-row .product-detail-other-seller-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 0.5rem;
    border-bottom: 1px solid #eee;
}

.product-detail-other-seller-row .product-detail-other-seller-cell:last-child {
    border-bottom: 0;
}

@media (min-width: 768px) {
    .product-detail-other-seller-row {
        flex-direction: row;
        align-items: center;
    }
    .product-detail-other-seller-row .product-detail-other-seller-cell {
        display: block;
        padding: 0rem 0.5rem;
        border-bottom: 0;

    }
    .product-detail-other-seller-row {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}