.product-list-vendor {
    overflow: hidden;
}

.vendorIntroPart {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.img-vendor {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 150px;
    max-width: 150px;
}

.img-vendor img {
    width: 100%;
    max-width: 100%;
}

.vendor-search-info {
    font-size: 16px;
    font-weight: bold;
}

.vendor-sub-info {
    font-size: 12px;
    font-weight: normal;
    margin-top: 11px;
}

.searchByVendError {
    text-align: center;
    background-color: #BAE5EC;
    color: #00acc8;
    padding-top: 20px;
    font-size: 16px;
    padding-bottom: 20px;
}