/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2018 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.content_accessories .product-name {
    display:inline-block;
    float:left;
    font-size:13px;
    font-weight:normal;
    top:10px;
    position:relative;
}

.content_accessories .product-image {
    float:left;
    display:inline-block;
    margin-right:10px;
}

.content_accessories .accessory_item {
    display:block;
    clear:both;
    border-bottom:1px dotted #c0c0c0;
    overflow:hidden;
    margin:4px;
}

.accessory_item .product-name {
    max-width: 183px;
}

.accessory_item:last-child {
    border-bottom:none;
}