/**
 * 2016 - 2017 Invertus, UAB
 *
 * NOTICE OF LICENSE
 *
 * Module Related Products Simple
 * This file is proprietary and can not be copied and/or distributed
 * without the express permission of INVERTUS, UAB
 * License made effective the 04 day of December 2015
 *
 * This module is compatible with PrestaShop 1.7.x
 *
 * @author    INVERTUS, UAB www.invertus.eu <support@invertus.eu>
 * @copyright Copyright (c) permanent, INVERTUS, UAB
 * @license   Addons PrestaShop license limitation
 *
 * International Registered Trademark & Property of INVERTUS, UAB
 */

#relatedProducts .thumbnail-container {
    min-height: 350px;
}

#relatedProducts .add_to_cart_block {
    margin-bottom: 5px;
}

#relatedProducts .product-miniature .highlighted-informations{
    height: auto;
}

#relatedProducts .product-miniature .thumbnail-container img{
    margin: 0;
}