/**
 * 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,
#deliveryCountdownBlockWeekend {
    min-width: 250px;
    height: auto;
    background: #fff;    
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	border: 0px solid #eee;
	padding: 6px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	transition: all .3s ease;
}

#deliveryCountdownBlock.hidden,
#deliveryCountdownBlockWeekend.hidden {
 display: none!important;	
}

#deliveryCountdownBlock .material-icons {
 font-size: 50px;
 margin-right: 8px;
 color: #fe0000;
}

#deliveryCountdownBlockWeekend .material-icons {

 font-size: 35px;
 margin-right: 8px;
 color: #fe0000;
	
}

#deliveryWeekendMsg {
 font-size: 14px;	
}

#deliveryCountdownBlock .showdeliverytime {
    /*margin-left: 10px;*/
    text-align: center;
    /*width: 180px;*/
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#deliveryCountdownBlock .showdeliverytime_small {
    /*margin-left: 10px;*/
    text-align: center;
    /*width: 180px;*/
    font-size: 13px;
    color: rgba(0, 0, 0, 0.9);
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 20px;
}

#deliveryCountdownBlock .showdeliverytime_small_top {
    /*margin-left: 10px;
    padding-top: 10px;*/
}

#deliveryCountdownBlock .showdeliverytime_clearfix {
    display: block;
    height: 1px;
    clear: both;
    width: 200px;
    overflow:hidden;
}