:root {
    --ast-brand: var(--bs-primary, #3f4347);
}
.sg_delivery_timer {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    max-width: 500px;
}
.sg_timer_icon img {
    height: 80px !important;
}
.sg_timer_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.sg_timer_line {
    font-size: 15px;
    font-weight: bold;
    color: #727272;
    display: inline-block;
}
.sg_timer_line span {
    color: var(--ast-brand);
}
.sg_timer_note {
    font-size: 14px;
    color: var(--bs-secondary-color, #6c757d);
    margin-top: 4px;
    font-weight: 700;
}
.ast-hidden {
    display: none !important;
}
