﻿
.countdown-container{
    justify-content: right;
    width: 70%;
}
.countdown.countdown-container .clock{
    justify-content: right;
}
.countdown.countdown-container .clock {
    justify-content: right;
    display: flex;
}
.countdown.countdown-container .clock-canvas {
    border-radius: 0;
    background: red;
}
.countdown_promotion{
    margin: 35px 0;
}
.clock-item .text .val{
    font-weight: 100;
    background: #fff;
    width: 65px;
}
.clock-item .text .type-time{
    margin-top: 8px;
    color: #fff;
    font-weight: 100;
}
.kineticjs-content {
    display: none !important;
}
.clock-item .text{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.clock-item {
    margin: 10px 0 !important;
    padding: 0 5px;
}
.countdown-block .title:before{
    right: 100%;
    background-image: linear-gradient(to right, transparent, #ff0000);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 200px;
    height: 2px;
    position: absolute;
    top: 50%;
}
.countdown-block .title:after{
    content: "";
    width: 200px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 100%;
    background-image: linear-gradient(to right, #ff0000, transparent);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.countdown-block .title{
    font-size: 40px;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
    color: #ff0000;
    background: transparent;
    position: relative;
    padding: 0 25px;
}
.date_sale.countdown-block{
    text-align: center;
}
.countdown-container {
    display: flex;
    justify-content: right;
}
.countdown-container .time-promotion-title{
    padding-top: 30px;
}
.flash-sale .label-fs h3{
    font-size: 22px;
    margin-left: 10px;
}
.top-fs {
    background: #eb1c24;
}
.flash-sale {
    border: 4px solid #eb1c24;
}
@media (min-width: 768px) {
    .countdown-block .title {
        display: inline-block;
        max-width: calc(100% - 400px);
        font-size: 23px;
    }
}