/**
 * 2016 - 2017 Invertus, UAB
 *
 * NOTICE OF LICENSE
 *
 * Module Related Products Advanced
 * 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 .product-description {
    height: auto;
}

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

.table-layout-block {
    background-color: white;
}

.table-layout-block .table-align-middle {
    vertical-align: middle;
}

.rpp_related_products_carousel .carousel-item {
    margin-right: 5px;
}

.short-description-grid {
    padding: 0 10px;
}

.related-product-description {
    padding: 10px;
}

.img-col-hook {
    display: block;
    max-width: 100%;
    padding-left:0;
    padding-right: 0;
    margin: auto !important;
    padding-top: 5%;
}

.parent-img-col-hook {
    margin: auto;
    padding-top: 10%;
}

.cart-add-hook {
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.white-back {
    background-color: white;
}