.count_down .text_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 8px 8px 8px 8px;
}
    
.count_down .text_contain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

.count_down .title {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.count_down .first_num {
    margin-left: 6px;
}

.count_down .normal_text {
    font-weight: 300;
    font-size: 18px;
    color: #000;
}

.count_down .text {
    font-size: 20px;
    margin-left: 3px;
}

.count_down .day1 {
    margin-left: 20px;
}

.count_down .num_block {
    width: 19px;
    height: 22px;
    background: #000;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail_count_down .text_wrap {
    padding: 0;
    justify-content: flex-start;
}

.detail_count_down .featured-collection {
    border-radius: 8px;
    padding: 10px;
}

.detail_count_down .title {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.detail_count_down .normal_text {
    font-size: 12px;
}

.detail_count_down .text_contain {
    margin-left: 8px;
}

.detail_count_down .num_block {
    width: 18px;
    height: 20px;
    font-size: 16px;
}

.detail_count_down .product__info-item {
    margin-bottom: 0;
}

.detail_count_down .price_wrap {
    margin-top: 10px
}

.count_down .title svg {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
}
.detail_count_down  .title svg{
    width: 14px;
    height: 14px;
    margin-right: 8px;
    vertical-align: middle;
}

@media (max-width: 959px) {
    .count_down .title svg ,.detail_count_down  .title svg{
        width: 13px;
        height: 13px;
        margin-right: 4px;
        vertical-align: middle;
    }

    .count_down .text_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 16px;
        padding-bottom: 16px;
        border-radius: 4px 4px 4px 4px;
        flex-direction: column;
    }

    .count_down .text_contain {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }

    .count_down .title {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .count_down .first_num {
        margin-left: 4px;
    }

    .count_down .text {
        margin-left: 3px;
        font-weight: 300;
        font-size: 12px;
        color: #000;
    }

    .count_down .day1 {
        margin-left: 20px;
    }

    .count_down .num_block {
        width: 10px;
        height: 13px;
        margin-left: 3px;
        background: #000;
        border-radius: 2px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .detail_count_down .title {
        font-size: 15px;
    }

    .detail_count_down .text_wrap {
        padding: 0;
        justify-content: flex-start;
    }

    .detail_count_down .featured-collection {
        border-radius: 4px;
        padding: 10px;
    }

    .detail_count_down .normal_text {
        font-size: 12px;
    }

    .detail_count_down .text_contain {
        margin-left: 10px;
    }

    .detail_count_down .num_block {
        width: 11px;
        height: 14px;
        font-size: 12px;
    }

    .detail_count_down .product__info-item {
        margin-bottom: 0;
    }

    .detail_count_down .price_wrap {
        margin-top: 6px
    }
}