#pp_timetoship_countdown {
    background-color: #f8f5fe;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
#show-counter-timetoship {
    display: none;
    text-align: center;
}
.timetoship-counter {
    font-weight: bold;
}
#pp_timetoship {
    width: 100%;
}
#timetoship-day-text {
    font-weight: 700;
}
.show-counter-times {
    display: inline-block;
}