#flash-sale h1 {
    text-align: center;
}

#flash-sale h1:after{
    display: block;
    max-width: 150px;
    height: 2px;
    content: "";
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #ff3053;
    margin: 10px auto 20px auto;
}

.flash-sale-banner img {
    width: 100%;
    height: auto;
}
.time-left i { 
    font-size: 30px;
}
.time-left {
    display: grid;
    justify-content: center;
    align-items: center;font-weight: 700;
    font-size: 28px;margin-bottom:30px;margin-top:30px;
}
.countdown-wrapper {
    margin: 0 auto;
}
.countdown-flash-sale {
	font-size:22px;width: 35px;height: 30px;
}

.main-products-wrapper {
    clear: both;
}

.flash-sale-description {
    margin-top: 30px;
    display: block;
    background: rgb(247, 247, 247);
    padding: 20px;
    border-radius: 4px;
    font-size: 16px;
    color: rgba(139, 145, 152, 1);
    margin-bottom: 30px;
    line-height: 1.5em;
}