/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2022 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER
 * support@mypresta.eu
 */

#deliveryCountdownBlock {
    width: 400px;
    display: block;
    text-align:center;
}

#deliveryCountdownBlock .showdeliverytime {
    font-weight: 700;
    color: #ff6400;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#deliveryCountdownBlock .showdeliverytime_clearfix {
    display: block;
    height: 1px;
    clear: both;
    width:100%;
    overflow:hidden;
}

#deliveryCountdownBlock .showdeliverytime_clearfix {
    display: block;
    height: 1px;
    clear: both;
    width: 100%;
    overflow:hidden;
}