/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-9999 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
 */


.products_block_column li {
    display: block;
    width: 100%;
}

.custom-pictures-only .ppb_thumbnail {
    margin: 5px;
    margin-bottom: 15px;
    border: 2px solid rgba(0, 0, 0, 0.4);
}

.custom-pictures-only .ppb_thumbnail:hover, .custom-pictures-only .ppb_selected {
    border: 2px solid rgba(0, 0, 0, 1);
}

.custom-pictures-only .product_img_link {
    display:inline-block;
    float:left;
    max-width:128px;
    height:auto;
}