.sales-countdown-top {
    position: relative;
    padding: 0;
    margin-right: 0;
    text-align: center;
    height: auto;
    min-height: 88px;
}
.sales-countdown .flashsale-label {
    display: block;
    color: #21293c;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 10px;
    margin-bottom: 8px;
    text-align: right;
    clear: right;
}
.sales-countdown-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #3e6aa5;
    line-height: 1.4;
    margin-bottom: 15px;
}
.sales-countdown #countdown {
    display: flex;
    flex-direction: row;
    /*align-items: center;
    justify-content: center;*/
}
.sales-countdown .number-wrapper {
    /*font-family: "Poppins";*/
    color: #fff;
    display: flex;
    width: 80px;
    height: auto;
    min-height: 100px;
    text-align: center;
    vertical-align: middle;
    background-color: #202020;
    background-image: -webkit-linear-gradient(top, #202020, #646464);
    background-image: -moz-linear-gradient(top, #202020, #646464);
    background-image: -ms-linear-gradient(top, #202020, #646464);
    background-image: -o-linear-gradient(top, #202020, #646464);
    border-top: 1px solid #000;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 80%);
    margin: 0 5px;
    padding: 0 15px;
    aspect-ratio: 1;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}
.sales-countdown .number-wrapper:before {
    content: "";
    width: 100%;
    height: 13px;
    background: #eee;
    display: block;
    padding: 0 5px;
    position: absolute;
    top: 20%;
    left: -3px;
    z-index: -1;
}
.sales-countdown .number-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #222;
    border-top: 1px solid #ccc4;
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
}
.sales-countdown .number-wrapper:last-child {
    margin-right: 0;
}
.sales-countdown .number-wrapper > * {
    line-height: 1.2;
}
.sales-countdown .number-wrapper .line {
    height: 10px;
    display: none;
}
.sales-countdown .number {
    color: #fff;
    margin: 10px auto;
    display: block;
}
.sales-countdown .number p {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}
.sales-countdown .caption {
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    display: block;
    margin: 0 auto 15px;
}
.sales-countdown:after {
    content: "";
    display: table;
    clear: both;
}

.sales-countdown-container {
    margin-top: 25px;
}