#products .psproductcountdown .count.curr, #products .psproductcountdown .count.bottom,
.psproductcountdown .count.curr, .psproductcountdown .count.bottom {
    display: none;
}
.psproductcountdown .hidden {
    display: none;
}

#product .psproductcountdown {
    padding: 10px 0 0 0;
    text-align: center;   
    margin-bottom: 1rem;
	display:block;
	text-align:left;
}

.pspc-main lable {font-size:14px;color:#000;letter-spacing:0.039em;}

/*.pspc-main .time.days{
	display: none;
}*/
.pspc-main .time {
	border:none;
    text-align: center;
    position: relative;  
    float: left;
    padding: 0 7px;
    margin: 0 10px 0 0;
}
.psproductcountdown .pspc-main{
	display:block;
}
#products .pspc-main .count,
.pspc-main .count {   
    color: #ffffff;
    font-size:20px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.4px;
    width: 65px;
    height: 70px;
    display: block;
    background: #0094d9;
    padding:25px 0;
    position: relative;
}
.pspc-main .count::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 33px 10px 0;
    border-color: transparent #0094d9 transparent transparent;
    right: 0;
    bottom: -10px;
}
.pspc-main .count::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 33px 0 0;
    border-color: #0094d9 transparent transparent transparent;
    left: 0;
    bottom: -10px;
}
.pspc-main .seconds .count,
#products .pspc-main .seconds .count {
    /*color:#ed9a22;*/
}
.pspc-main .label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #b0b0b0;
    text-transform: capitalize;
    letter-spacing: 0.84px;
    padding: 12px 0 0;
}
@media (max-width: 1349px){
   #products .pspc-main .count, .pspc-main .count{
        width: 50px;
        height: 60px;
   }
}
@media (max-width: 1199px){
  
}
@media (max-width: 991px){
    .pspc-main .time{
        margin: 0 25px 0 0;
   }
}
@media (max-width: 767px){
   .pspc-main .time {
        float: none;
        display: inline-block;
        vertical-align: top;       
    }
   
}
@media (max-width: 580px){
    #products .pspc-main .count, .pspc-main .count {
    width: 50px;
    height: 48px;
    padding: 10px 0 0;
    font-size: 15px;
    border-radius: 5px;
}

.pspc-main .time::before ,
.pspc-main .count::before,
.pspc-main .count::after,
.product-counter::after{
    display: none;
}
}