.timesale .pt-countdown {
	font-size:32px;
	color:red;
	font-weight:800;
}
.timesale .pt-promo-info {
	padding-top:40px;
}
.timesale .timeinfo {
	text-align: left;
}

.timesale .pt-layout-promo-box
{
	border: 1px solid #efefef;	
	box-shadow: 3px 4px 5px #d0cccc;
}

.timesale .arrow-location-center-02 .slick-arrow.slick-next {
	background-color: #ececec;
    border-radius: 50%;
    right:10px;
}

.timesale .arrow-location-center-02 .slick-arrow.slick-prev {
	background-color: #ececec;
    border-radius: 50%;
    left:10px;
}
.timesale .arrow-location-center-02 .slick-arrow.slick-next:hover,.timesale .arrow-location-center-02 .slick-arrow.slick-prev:hover {
	background-color: #d0d0d0;
}

.timesale .pt-event-tm {
	padding-bottom:3rem;
}


.timesale .pt-countdown_box {
	padding-top:20px;
	padding-left:10px;
}

.timesale .image-box {
	width:700px;
	height:320px;
}

.timesale .dealbox-brand {
	border: 1px solid #f13c4c;
	background-color:#f13c4c;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
    margin-right: 5px;
    line-height: 22px;
}

.timesale .dealbox-sale {
	border: 1px solid #6e45f9;
    color: #6e45f9;
    padding: 0 5px;
    font-size: 12px;
    margin-right: 5px;
    line-height: 22px;
}

@media (max-width: 790px){
	.pt-countdown {
		font-size:20px;
	}

	.timesale .pt-promo-info {
		padding-top:10px;
	}
	.timesale .timeinfo {
		border-top: none;
		padding-bottom:10px;
		/*border-bottom: none;*/
	}

	.timesale .pt-event-tm {
		padding-bottom: 0;
	    border-bottom: 1px solid #efeeee;
	    margin-bottom: 20px;
	}

	.timesale .pt-layout-promo-box
	{
		border: none;	
		box-shadow: none;
	}

	.timesale .image-box {
		width : 100%;
		height:100%;
	}

}