/**
 * @author    Jamoliddin Nasriddinov <jamolsoft@gmail.com>
 * @copyright (c) 2016, Jamoliddin Nasriddinov
 * @license   http://www.gnu.org/licenses/gpl-2.0.html  GNU General Public License, version 2
 */

.supplierproduct_name {
    display: inline-block;
    font-size: 14px;
    padding-bottom: 8px;
}

.supplierproduct_img {
    height: 35px;
}

.supplierproduct_website {
    overflow: hidden;
    text-overflow: ellipsis;
}

.supplierproduct_instock {
    color: #1cc51c;
}

.supplierproduct_nostock {
    color: #e81919;
}

.supplierproducts_separator {
    clear: both;
    width: 100%;
    height: 15px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
}

.supplierproducts_separator:last-child {
    border: 0;
    margin-bottom: 30px;
}