/* style 01 */

.shopire_ct-countdown.shopire_ct-style-01 .shopire_ct-timer {
    font-weight: 700;
    color: var(--wf-main-color);
}

/* style 02 */

.shopire_ct-countdown.shopire_ct-style-03 .shopire_ct-timer,
.shopire_ct-countdown.shopire_ct-style-02 .shopire_ct-timer {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    max-width: 32rem;
}

.shopire_ct-countdown.shopire_ct-style-02 .shopire_ct-timer > span {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(189, 189, 189, 0.4);
    padding: 10px 6px;
    margin: 0 2px;
    line-height: 1;
    text-align: center;
    min-height: 6.5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.shopire_ct-countdown.shopire_ct-style-02 .shopire_ct-timer > span {
		padding: 5px 3px;
	}
}

.shopire_ct-countdown.shopire_ct-style-02 .shopire_ct-timer > span span:first-child {
    font-size: 1.25em;
    font-weight: 700;
    color: var(--wf-main-color);
    word-break: keep-all;
    white-space: nowrap;
}

.shopire_ct-countdown.shopire_ct-style-02 .shopire_ct-timer > span span:last-child {
    font-size: 10px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
    word-break: keep-all;
    white-space: nowrap;
}

/* style 03 */

.shopire_ct-countdown.shopire_ct-style-03 .shopire_ct-timer > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(189, 189, 189, 0.4);
    padding: 5px;
    margin: 0 2px;
    line-height: 1;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce ul.products .shopire_ct-countdown.shopire_ct-style-03 .shopire_ct-timer > span {
    width: 60px;
    height: 60px;
	font-size: 10px;
}

.shopire_ct-countdown.shopire_ct-style-03 .shopire_ct-timer > span span:first-child {
    font-size: 1.25em;
    font-weight: 700;
    color: var(--wf-main-color);
    word-break: keep-all;
    white-space: nowrap;
}

.shopire_ct-countdown.shopire_ct-style-03 .shopire_ct-timer > span span:last-child {
    font-size: 13px;
    font-weight: 500;
    margin-top: 3px;
    word-break: keep-all;
    white-space: nowrap;
}

/* style flipper */

.shopire_ct-flipper .flipper-dark label,
.shopire_ct-flipper .flipper label  {
    color: #222;
}


a.btn.btn-primary.need-help {
    padding: 0.509em 0.75em;
    margin-left: 10px;
}

.shopire_ct-countdown {
    margin: 0.5em 0;
}

.shopire_ct-text-above {
    margin-bottom: 3px;
    font-size: 15px;
}