/* style 01 */

.wooct-countdown.wooct-style-01 .wooct-timer {
    font-weight: 700;
    color: #ff6600;
}

/* style 02 */

.wooct-countdown.wooct-style-02 .wooct-timer {
    display: flex;
    align-items: center;
    max-width: 360px;
}

.wooct-countdown.wooct-style-02 .wooct-timer > span {
    display: flex;
    flex: 1 1 0px;
    flex-direction: column;
    border: 1px solid #ff6600;
    padding: 10px 6px;
    margin: 0 2px;
    line-height: 1;
    text-align: center;
}

.wooct-countdown.wooct-style-02 .wooct-timer > span span:first-child {
    font-size: 20px;
    font-weight: 700;
}

.wooct-countdown.wooct-style-02 .wooct-timer > span span:last-child {
    font-size: 10px;
    text-transform: uppercase;
}

/* style 03 */

.wooct-countdown.wooct-style-03 .wooct-timer {
    display: flex;
    align-items: center;
}

.wooct-countdown.wooct-style-03 .wooct-timer > span {
    display: flex;
    flex-direction: column;
    border: 1px solid #ff6600;
    padding: 15px 6px 10px 6px;
    margin: 0 2px;
    line-height: 1;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.wooct-countdown.wooct-style-03 .wooct-timer > span span:first-child {
    font-size: 20px;
    font-weight: 700;
    color: #ff6600;
}