.laber-psproductcountdown{
   background: #fff;
    overflow: hidden;
    border-radius: 1px;
    position: absolute;
    bottom: 30px;
    border: 1px solid#ebebeb;
	z-index: 10;
	opacity:1;
    left: 50%;
    padding: 0 20px;
    border-radius: 50px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.01);
}

.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 {
    text-align: center;
	padding: 0;
}

.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 {
	overflow: hidden;
}
.pspc-main .time {
    margin: 0;
    margin-right: 0px;
    display: inline-block;
    text-align: left;
    position: relative;
	padding:10px;
}
.pspc-main .time:after{
	content: '';
	position: absolute;
	top: 50%;
	right:0;
	background: #ebebeb;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display:block;
	width:1px;
	height:50%;
}
.pspc-main .time:last-child{

}
.pspc-main .time:last-child:after{
	display:none;
}
#products .pspc-main .count,
.pspc-main .count {
    color: #222;
    display: block;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    font-weight: 400;
    position: static;
    margin-bottom: 4px;
}
.pspc-main .seconds .count,
#products .pspc-main .seconds .count {
    color:#222;
}
.pspc-main .label {
	font-size: 12px;
	display: block;
	width: 100%;
	color: #222;
	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){

	.psproductcountdown{
		padding-left: 10px;
	}
	#products .pspc-main .count, .pspc-main .count{
		font-size: 14px;
	}
	.laber-psproductcountdown {
	    bottom: 45px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 991px){

	.psproductcountdown{
		padding-left: 10px;
	}
	#products .pspc-main .count, .pspc-main .count{
		font-size: 14px;
	}
	.laber-psproductcountdown {
	    bottom: 45px;
	}
}
@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: 12px;
	}
	.laber-psproductcountdown {
	    bottom: 40px;
	}
}
@media only screen and (max-width : 480px){
	.pspc-main .time{
		width:50px;
		padding:5px;
	}
}

.lang-rtl .product-miniature .psproductcountdown .pspc-main{
	display: inline-block;
}