/**
 * 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
 */

#product  .content_accessories {
    bottom: 70px;
}
.content_accessories .product-name {
    display:inline-block;
}
.content_accessories .product-image {
    float:left;
    display:inline-block;
    margin-right:2px;
}
.content_accessories .accessories_frame {
    overflow-x:auto;
    padding-bottom: 5px;
}
.content_accessories .accessory_item {
    display:block;
    clear:both;
}
.content_accessories .accessory_item a{
    border:1px solid transparent;
}
.accessory_item .product-name {
    max-width: 183px;
}
.accessory_item:last-child {
    border-bottom:none;
}
.color-accessories-holder {
    width: 12px;
    height: 12px;
    box-shadow: none;
    border: solid 1px #bbb !important;
}