.retrinapro-productlist-all_products_design .product-timer {
    font-size: 0;
}

.retrinapro-productlist-all_products_design .product-timer>span {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 2px 5px;
    padding: 5px;
    min-width: 2.7em;
    min-height: 2.7em;
    border-radius: var(--product-brd-radius);
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    color: var(--color-gray-800);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.retrinapro-productlist-all_products_design .product-timer>span span:last-child {
    display: block;
    margin-top: 5px;
    color: var(--color-gray-500);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 50%;
}

.retrinapro-productlist-all_products_design .timer-style-transparent .product-timer>span {
    background-color: rgba(var(--bgcolor-white-rgb), 0.2);
    box-shadow: none;
}

.retrinapro-productlist-all_products_design .timer-style-active .product-timer>span {
    background-color: var(--ronixa-theme-primary-color);
}

.retrinapro-productlist-all_products_design .timer-size-medium .product-timer>span {
    font-size: 24px;
}

.retrinapro-productlist-all_products_design .timer-size-large .product-timer>span {
    font-size: 28px;
}

.retrinapro-productlist-all_products_design .timer-size-xlarge .product-timer>span {
    min-width: 100px;
    min-height: 100px;
    font-size: 42px;
}

.retrinapro-productlist-all_products_design .timer-size-xlarge .product-timer>span span {
    font-size: 16px;
}

@media (max-width: 768px) {
    .retrinapro-productlist-all_products_design .product-timer>span {
        font-size: 14px;
    }
}