/**
 * Copyright since 2022 Antonio Baena Sánchez
 *
 * MODULE AbsFlashSale
 *
 * @author    Antonio Baena SÃ¡nchez
 * @copyright Since 2022 Antonio Baena Sánchez
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * @version   1.1.9
 *
 * 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.
 */
h1.abs-title-flash {
    display: inline-block;
    font-weight: 600;
    position: relative;
    top: 2px;
    margin: 0;
    margin-right: 20px;
    font-size: 28px;
}
#products.tofuture button.add-to-cart, .tofuture button.add-to-cart, #absflashsaleproducts.tofuture button.add-to-cart{
	display: none;
}
@media (max-width: 539px) {
  h1.abs-title-flash {
    display: none !important;
  }
}