/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA PL MILOSZ MYSZCZUK VATEU: PL9730945634
 * @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 {
    padding-top:2px;
    /*width: 400px;*/
    /*height: 48px;*/
    /*background: url('../img/deliverycountdown-green-400x48.png') top left no-repeat;*/
    /*display: block;*/
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);*/
    /*text-align:center;*/

}
@media(max-width:992px) {
    #quickordermodal_sets_data #deliveryCountdownBlock, #quickordermodal_sets_data .product-extra-info-block{
        width: 100%;
    }
}

#deliveryCountdownBlock .showdeliverytime {
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#deliveryCountdownBlock .showdeliverytime_small {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 20px;
}

#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;
    }
}