﻿.countdown-wrapper .time-box-wrapper{
    display: flex;
}

.countdown-wrapper .time-box-wrapper .time-box{
    background: #D32030;
    border-radius: 4px;
    width: 40px;
    height: 27px;
    display: flex;
    flex-direction: column;
    
}

.countdown-wrapper .time-box-wrapper .time-box .time{
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
}
.countdown-wrapper .time-box-wrapper .time-box .time-type{
    font-weight: 400;
    font-size: 10px;
    line-height: 4px;
    text-align: center;
    color: #FFFFFF;
    padding: 0px;
}

.countdown-wrapper .time-box-wrapper .colon{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    margin-left: 3px;
    display: flex;
    align-items: center;
    letter-spacing: -0.2px;
    color: #D32030;
    margin-right: 3px;
}

.end-deal{
    font-weight: 500;
font-size: 8px;
line-height: 12px;
color: #D32030;
background-color: transparent;
}.countdown-wrapper .time-box-wrapper{
    display: flex;
}

.countdown-wrapper .time-box-wrapper .time-box{
    background: #D32030;
    border-radius: 4px;
    width: 40px;
    height: 27px;
    display: flex;
    flex-direction: column;
    
}

.countdown-wrapper .time-box-wrapper .time-box .time{
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
}
.countdown-wrapper .time-box-wrapper .time-box .time-type{
    font-weight: 400;
    font-size: 10px;
    line-height: 4px;
    text-align: center;
    color: #FFFFFF;
    padding: 0px;
}

.countdown-wrapper .time-box-wrapper .colon{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    margin-left: 3px;
    display: flex;
    align-items: center;
    letter-spacing: -0.2px;
    color: #D32030;
    margin-right: 3px;
}

.end-deal{
    font-weight: 500;
font-size: 8px;
line-height: 12px;
color: #D32030;
background-color: transparent;
}