/**
 * 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
 */

#deliveryCountdownBlock {
    width: 100%;
    min-height: 48px;
    display: block;
    text-align: left;
    background: var(--grey-color);
    color: var(--text-color);
    border: 1px solid var(--border-color);
    padding: 8px 12px;
    margin-top: 8px;
    font-weight: normal;
}

#deliveryCountdownBlock .showdeliverytime {
    color: var(--text-color);
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-decoration: underline;
}

#deliveryCountdownBlock .showdeliverytime_small {
    color: var(--text-color);
    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;
}
#deliveryCountdownBlock .showdeliverytime-content {
     width: 100%;
     margin-top: 5px;
     border-top: 1px dotted var(--white);
     display:block;
     padding-top: 5px;}

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