.tv-title.tv-title-flash-sale.tv-title-wrapper .section-title {
    border-left: 4px solid #d71f2c;
    padding: 3px 3px 3px 12px;
    margin: 0;
    background: #f1f1f1;
    padding: 4px 10px 4px 40px;
    position: relative;
}
.tv-title-flash-sale .section-title:before {
    background: url('../images/flash-deal.svg') no-repeat;
    content: "";
    background-size: 13px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    left: 10px;
}
.tv-title.tv-title-flash-sale.tv-title-wrapper .section-title b{
	display: none;
}
.tv-title.tv-title-flash-sale.tv-title-wrapper .section-title span{
	color: #d71f2c;
}
.txt_finish_deal{
	font-size: 14px;
	font-weight: normal;
    border-left: 1px solid #f60;
    padding-left: 15px;
    margin-left: 15px;
    color: #d71f2c;
    margin-right: 15px;
}
.tv-timer-countdown-block{
	font-size: 18px;
	    font-weight: 700;
}
.item_count_down {
    display: inline-block;
    padding: 5px 0px;
    text-align: center;
    width: 30px;
    border-radius: 3px;
    color: #fff !important;
    background: #d71f2c;
    font-weight: 700;
    font-size: 12px;
    margin-right: 0;
    vertical-align: middle;
    line-height: 1;
}

.tv-title-flash-sale .section-title a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    margin-top: 1px;
}
.tv-title-flash-sale .section-title a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin: 0 8px;
}
.tv-title-flash-sale .section-title a:hover {
    color: #1eaae5;
}


.tv-product-list-flash-sale{
	background: #d71f2c;
	padding: 15px;	
}
.tv-product-list-flash-sale .product-small.box{
	background: #fff;
}
.tv-product-list-flash-sale .product-small.box .box-image{
	padding: 25px 25px 0 25px;
}
.tv-product-list-flash-sale .product-small.box .box-text-products{
	padding: 15px;
}

.tv-flash-sale-price-wrapper{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.tv-flash-sale-price-wrapper .price-title{
	background: #ec211e;
	font-weight: 600;
    font-size: 15px;
}
.tv-flash-sale-price-wrapper .price{
	display: block;
	background: #555354;
	padding: 6px 15px 4px 15px;
}
.tv-flash-sale-price-wrapper .price span.amount{
	color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.tv-product-list-flash-sale .product-small.box .box-text-products .title-wrapper p a{
	color: #000;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 8px;

	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
	overflow: hidden;
}



.timer_deal_process{
    width: 100%;
    height: 6px;
    background: #ffbda6;
    line-height: 0;
    font-size: 0;
    margin: 5px 0;
    border-radius: 10px;
    position: relative;
}
.timer_deal_process span.progress_bar_fill{
    display: inline-block;
    height: 6px;
    background-color: #d71f2c;  
    background-size: 40px 40px;
    border-radius: 10px;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
   
}
.text-solded{
	font-size: 14px;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	z-index: 1;
	color: #fff;
}
.progress_bar_fill{
  display: block !important;
     background-image: linear-gradient(45deg,
        rgba(255,255,255,.25) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255,255,255,.25) 50%,
        rgba(255,255,255,.25) 75%,
        transparent 75%,transparent
    )
}
.timer_deal_process,
.progress_bar_fill{
  height: 20px !important;
}
.block_percent_rate span.active,
.timer_deal_process span.active{
    -webkit-animation: progress_bar_fill 2s linear infinite;
    animation: progress_bar_fill 2s linear infinite;
}
.tv-timer-countdown{
	font-size: 15px;
}
@keyframes progress_bar_fill{
    from{background-position:0 0}
    to{background-position:40px 0}
}  




























