<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2020 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER
 * support@mypresta.eu
 */

.cmsproductspro ul {
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.cmsproductspro img {
    margin: auto;
    max-width: 100%;
    height: auto;
}

.cmsproductspro_thumb {
    padding:10px;
    background:#FFF;
    border:1px solid #cecece;
    border-radius:5px;
    margin-right:10px!important;
    display:inline-block;
}</pre></body></html>