#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 {
	position: absolute;
	left: -50px;
	text-align: center;
	top: 15%;
	background: #2a7d2e;
	border-radius: 60px;
	padding: 10px;
}
.titlecountdown{}
.titlecountdown h4{
	font-size:14px;
	color:#333e48;
	font-weight:500;
	margin-bottom:30px;
}
.psproductcountdown {
  
}

.pspc-main .time {
    margin: 0;
	margin-bottom:10px;
    display: block;
    text-align: left;
    position: relative;
    border: 1px solid #fff;
    padding: 5px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: transparent;
}
.pspc-main .time.days {
	background:#fff;
	border: 1px solid #fff;
}
.pspc-main .time.minutes .label,
.pspc-main .time.minutes .count {
	color: #fff;
}
.pspc-main .time:last-child{
	margin-bottom:0;
}
#products .pspc-main .count,
.pspc-main .count {
	color: #fff;
	display: block;
	font-size: 28px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	position: static;
	margin-bottom: 0px;
	padding-top: 15px;
	font-weight: 400;
	line-height: 1;
}

.pspc-main .seconds .count,
#products .pspc-main .seconds .count {
    color: #f6af14;
}
.pspc-main .label {
	font-size: 16px;
	display: block;
	width: 100%;
	color: #fff;
	padding: 0;
	text-align: center;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 1;
}
.pspc-main .time.days .label ,
.pspc-main .time.days .count{
	color:#2a7d2e;
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
	#products .pspc-main .count, .pspc-main .count{
        font-size: 16px;
    }
    .pspc-main .time{
        margin-right: 2px;
    }
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	
}
@media only screen and (max-width : 767px){
	.product-miniature .psproductcountdown{
		position: static;
		margin-top: 15px;
	}
	.product-miniature .psproductcountdown .pspc-main{overflow:hidden;}
	.pspc-main .time{
		width:60px;
		height:60px;
		margin-right:10px;
		float:left;
		display:inlnie;
	}
	.pspc-main .time.seconds {
		margin:0;
	}
	#products .pspc-main .count, .pspc-main .count{font-size:20px;padding-top: 7px;}
}