
#promo_top {
    display: none;
}


#promo_top:not(.inactive) {
    display: flex;
}



.tp_countdown_timer_container {
    display: flex;
    justify-content: space-around;
   
    font-family: sans-serif, Arial;
}

.time-unit {
    text-align: center;
}

.tp_time-section {
    width: 40px;
    text-align: center;
    line-height: 19px;
}
#hours, #days, #minutes, #seconds {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #FFFFFF !important;
    line-height: 1px !important;
}
.tp_time-label  {
    font-size: 10px;
    display: block;
}
