/* ==========================================================
    CONTADOR REGRESSIVO
========================================================== */

#zyrgon-countdown-timer {
    background: #FF3131;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 15px 10px;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
    justify-content: center;
    margin-top: 40px;
}

#zyrgon-countdown-timer svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: #fff;
}

#zyrgon-countdown-time{
    font-weight: 700;
}