.laber-psproductcountdown{
	background: #ba933e;
	padding: 10px 30px;
	overflow: hidden;
	border-radius: 2px;
}
.laber-psproductcountdown p{
	float: left;
	display: inline;
	width: 105px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
#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 {
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	text-align: center;
}

.titlecountdown{}
.titlecountdown h4{
	font-size:14px;
	color:#333e48;
	font-weight:500;
	margin-bottom:30px;
}
.psproductcountdown {
	padding-left: 30px;
	overflow: hidden;
}
.pspc-main .time {
    margin: 0;
    margin-right: 0px;
    display: inline-block;
    text-align: left;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}
.pspc-main .time:after{
	content: ':';
	position: absolute;
	top: 50%;
	right: -3px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
}
.pspc-main .time:last-child{
	margin-right:0;
	padding-right:0;
}
.pspc-main .time:last-child:after{
	display:none;
}
#products .pspc-main .count,
.pspc-main .count {
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	font-weight: 500;
	position: static;
	margin-bottom: 10px;
	font-family: 'Rubik', sans-serif;
}
.pspc-main .seconds .count,
#products .pspc-main .seconds .count {
    color:#fff;
}
.pspc-main .label {
	font-size: 12px;
	display: block;
	width: 100%;
	color: #fff;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1;
	font-family: 'Rubik', sans-serif;
}

@media only screen and (min-width : 992px) and (max-width : 1199px){
	.laber-psproductcountdown{
		padding: 10px 10px;
	}
	.psproductcountdown{
		padding-left: 10px;
	}
	#products .pspc-main .count, .pspc-main .count{
		font-size: 16px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	.laber-psproductcountdown{
		padding: 10px 10px;
	}
	.psproductcountdown{
		padding-left: 10px;
	}
	#products .pspc-main .count, .pspc-main .count{
		font-size: 16px;
	}
}
@media only screen and (max-width : 767px){
	.pspc-main .time{
		margin-right:5px;
	}
	.laber-psproductcountdown p{width: 100%;}
	.psproductcountdown{
		padding-left: 0;
		width: 100%;
	}
	#products .pspc-main .count, .pspc-main .count{
		font-size: 20px;
	}
}
@media only screen and (max-width : 480px){
	.pspc-main .time{
		width:65px;
	}
}

.lang-rtl .product-miniature .psproductcountdown .pspc-main{
	display: inline-block;
}