#products .psproductcountdown .count.curr, #products .psproductcountdown .count.bottom,
.psproductcountdown .count.curr, .psproductcountdown .count.bottom {
    display: none;
}
.psproductcountdown .hidden {
    display: none;
}

#product .psproductcountdown {
    width: 280px;
    padding: 10px 0 0 0;
    text-align: center;
    background: rgba(255,255,255,0.5);
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    display: none;
}

.pspc-main lable {font-size:14px;color:#000;letter-spacing:0.039em;}
.pst-hometabcontent .products .product-miniature .pspc-main .time{
 	height: 50px;
    width: 50px;
	margin-bottom:15px;
}
.pst-hometabcontent .products .product-miniature .pspc-main .count{
	line-height: 23px;
}
.pspc-main .time {
    margin:0 10px 0 0;
    text-align: center;
    position: relative;
    height: 70px;
    width: 20%;
    display: inline-block;
	vertical-align:top;
	font-size:18px;
	font-weight:500;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 8px;
}
.pspc-main{
	margin: 0 0 0 ;;
}
#products .pspc-main .count,
.pspc-main .count {   
	display: block;
	line-height: 36px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	font-weight: normal;
	bottom:0;
    border-bottom: 1px solid #dddddd;
	color:#000000;
}
.pspc-main .seconds .count,
#products .pspc-main .seconds .count {
    color: #f13340;
}
.pspc-main .label {
	display: block;	
	width: 100%;
	padding: 0;
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
	font-size:12px;
	color: #999999;
}

@media (max-width: 1699px) {
.pspc-main .time {
	font-size:15px;
}
}

@media (max-width: 767px) {
.pspc-main .time {

}
}
@media (max-width: 479px) {
    
    .pspc-main .time {
        /*width: 36px;*/
    }
   
}
