/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA MILOSZ MYSZCZUK VATEU PL9730945634
 * @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;
}

.shortcode_categories_block {
    clear:both;
    display:block;
    overflow:hidden;
}

.shortcode_categories_item {
    float:left;
    display:inline-block;
    text-align:center;
    padding: 10px;

}

.shortcode_no_img {
    height:150px;
    width:150px;
    display:block;
    clear:both;
    border: 1px solid #cecece;
}