/**
 * Copyright since 2023 Antonio Baena Sánchez
 *
 * MODULE AbsFlashSale
 *
 * @author    Antonio Baena SÃ¡nchez
 * @copyright Since 2023 Antonio Baena Sánchez
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * @version   1.1.4
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * Don't use this module on several shops. The license provided by PrestaShop Addons
 * for all its modules is valid only once for a single shop.
 */

 .customVenteFlashBlock .absflashsale_flag_container {
    z-index: 1;
 }

 .customVenteFlashBlock .discount-percentage {
    display: none;
 }

 @media (min-width: 1200px) {
    .customVenteFlashBlock .product-miniature.col-xl-3  {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .customVenteFlashBlock .product-miniature.col-lg-4  {
        width: 20%;
    }
}

@media (max-width: 992px) {
 .abs-flash-sale-section {
    padding-top: 50px;
 }
}

@media (max-width: 575px) {
 .abs-flash-sale-section {
    padding-top: 0px;
 }
}

