/**
 * 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 > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF5F6;
    padding: 15px 20px;
    border-radius: 8px;
}

#deliveryCountdownBlock .showdeliverytime {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}

#deliveryCountdownBlock .showdeliverytime_small {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 20px;
}

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

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

@media(max-width:400px) {
    #deliveryCountdownBlock {
        max-width: 100%;
        border-top-right-radius: 7px!important;
        border-bottom-right-radius: 7px!important;
    }
}

.showdeliverytime span {
    background: #F8485E;
    border-radius: 100%;
    padding: 3px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-left: 10px;
    color: white;
    font-size: 14px;
}
