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

.showdeliverytime_dayafter {
    display:none!important;
}

.content-expresscheckout #deliveryCountdownBlock{
    width: auto !important;
    height: auto;
    margin-top: 20px !important;
    padding: 5px !important;
    background-position: top right !important;
    background-size: cover;
    border-radius: 10px;
}
.content-expresscheckout #deliveryCountdownBlock span{
    display: flex;
    justify-content: center;
}