#products .psproductcountdown .count.curr, #products .psproductcountdown .count.bottom,
.psproductcountdown .count.curr, .psproductcountdown .count.bottom {
    display: none;
}
.psproductcountdown .hidden {
    display: none;
}
.pspc-main lable {font-size:14px;color:#000;letter-spacing:0.039em;}

/*.pspc-main .time.days{
	display: none;
}*/
.pspc-main .time.days.flip {
    margin: 0;
}
.pspc-main .time {
	border:none;
	border-radius: 0;
    text-align: center;
    position: relative; 
    float: left;
}
.pspc-main .time::after {
    content: ":";
    position: absolute;
    top: auto;
    bottom: 8px;
    left: auto;
    right: 0;
}
.pspc-main .time.seconds.flip::after{
    display: none;
}
.pspc-main .time.days.flip::after {
    content: "";
}
.Reminding-time {
    display: inline-block;
    vertical-align: top;
    color: #898989;
    letter-spacing: 0.7px;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.psproductcountdown .pspc-main{
	display:inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 8px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.psproductcountdown .pspc-main::after {
    content: "";
    position: absolute;
    top: 20px;
    bottom: auto;
    width: 110px;
    height: 1px;
    background-color: #898989;
    left: 0;
    right: 0;
    display: none;
}
#products .pspc-main .count,
.pspc-main .count {   
	color: #000;
    font-size: 13px;
    line-height: normal;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.pspc-main .seconds .count,
#products .pspc-main .seconds .count {
    color:#000;
}
.pspc-main .label {
	font-size: 14px;
    color: #000;
    padding: 0;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    line-height: 24px;
    letter-spacing: 0.56px;
    display: none;
}
.pspc-main .label::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    background: rgba(0,0,0,0.1);
    top: -3px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media (max-width: 1229px) {
    
}
@media (max-width: 991px){
    
}
@media (max-width: 420px){
   
}