#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;
}

.product-miniature .psproductcountdown {
	text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.titlecountdown{}
.titlecountdown h4{
	font-size:14px;
	color:#333e48;
	font-weight:500;
	margin-bottom:30px;
}
.psproductcountdown {
    padding-bottom: 0;
}

.pspc-main .time {
    margin: 0;
    display: inline-block;
    text-align: left;
    position: relative;
	margin-right: 15px;
}
.pspc-main .time:last-child{
	margin-right:0;
}
#products .pspc-main .count,
.pspc-main .count {
	color: #242424;
    display: block;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    font-weight: 500;
    position: static;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.pspc-main .seconds .count,
#products .pspc-main .seconds .count {
    color:#f29f29;
}
.pspc-main .label {
	font-size: 13px;
	display: block;
	width: 100%;
	color:#949494;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1;
}

@media only screen and (min-width : 992px) and (max-width : 1199px){
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	
}
@media only screen and (max-width : 767px){
	.pspc-main .time{
		margin-right:5px;
	}
}
@media only screen and (max-width : 480px){
	.pspc-main .time{
		width:65px;
	}
}