/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.product-miniature .product_sale .flashpro-timer-wrapper,
.product-information .product-additional-info .flashpro-timer-wrapper {
    left: 0px;
    top: 0px;
}

.product-miniature .product_sale {
    top: -225% !important;
    left: 0px !important;
}

#footer .flashpro-timer-wrapper ul li {
    margin-top: 0px;
    margin-bottom: 0px;
}

#content > .flashsale_products ul li:last-child,
.cart-grid-body >.flashsale_products ul li:last-child,
.product-additional-info .flashpro-timer-wrapper ul li:last-child,
.clock_wrapper .flashpro-timer-wrapper ul li:last-child,
#left-column .flashpro-timer-wrapper ul li:last-child {
    padding: 0px !important;
}

#content > .flashsale_products ul li:first-child,
.cart-grid-body > .flashsale_products ul li:first-child ,
.product-additional-info .flashpro-timer-wrapper ul li:first-child,
.clock_wrapper .flashpro-timer-wrapper ul li:first-child,
#left-column .flashpro-timer-wrapper ul li:first-child {
    font-size: 1em;
    padding: 5px 0px;
}

#footer .flashpro-timer-wrapper ul li:first-child {
    padding: 6px 0px;
}

#footer .flashpro-timer-wrapper,
#header .flashpro-timer-wrapper {
    padding-top: 0px;
}

@media (max-width: 540px) {
    #featured_sale .flashpro-timer-wrapper {
        width: 98%;
    }
}

/* quick view 17 */
.modal.quickview .flashpro-timer-wrapper {
    right: 0px;
    bottom: 0px;
}

.modal.quickview .flashpro-timer-wrapper ul li:first-child {
    padding: 10px 0px;
}

/***********************************
        fsp-clock-1 fsp-clock-2
************************************/

.product-miniature .fsp-clock-1 ul li:first-child,
.product-miniature .fsp-clock-2 ul li:first-child,
.product-miniature .fsp-clock-3 ul li:first-child,
.product-miniature .fsp-clock-4 ul li:first-child,
.product-miniature .fsp-clock-5 ul li:first-child,
.product-miniature .fsp-clock-6 ul li:first-child {
    font-size: 1em;
    padding: 5px 0px;
}

.product-miniature .fsp-clock-1 ul li:last-child,
.product-miniature .fsp-clock-2 ul li:last-child,
.product-miniature .fsp-clock-3 ul li:last-child,
.product-miniature .fsp-clock-4 ul li:last-child,
.product-miniature .fsp-clock-5 ul li:last-child,
.product-miniature .fsp-clock-6 ul li:last-child {
    padding: 0px !important;
}

#flashsale-banner-TOP .fsp-clock-5 ul li:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
}

 /* flip timer  */

.product-miniature .flash_timer_block ul.flip {
    width: 8%;
    height: 30px;
}

.product-miniature .flash_timer_block ul.flip div.inn,
.product-miniature .flip-clock-wrapper ul {
    font-size: 12px;
}

.product-miniature .flip-clock-wrapper ul li {
    line-height: 200%;
}

@media (max-width: 540px) {
    .product-miniature .flash_timer_block ul.flip {
        margin: 1%;
    }
}

/***********************************
        circle
************************************/

.product-miniature .flash_sales_clock.flash_circle{
    padding-left: 40px;
}