/**
 * 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 {
    
    display:inline-block;
    margin-right:10px;
}

.content_accessories .accessory_item {
    display: block;
    clear: both;
    border-bottom: 1px dotted silver;
    overflow: hidden;
    margin: 4px;
    background: white;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    padding: 5px;
}

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

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