#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;
    display: none;
}

.pspc-main lable {font-size:14px;color:#000;letter-spacing:0.039em;}
.pst-hometabcontent .products .product-miniature .pspc-main .time{
 	height: 50px;
    width: 50px;
	margin-bottom:15px;
}
.pst-hometabcontent .products .product-miniature .pspc-main .count{
	line-height: 23px;
}
.pspc-main .time {
   text-align: center;
    position: relative;
    height: 50px;
    width: 50px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 ;
    display: inline-block;
    vertical-align: top;
  /*  background-color:#dddddd;*/
    padding:10px;
}

.pspc-main{
	margin: 0 ;
   background-color: rgba(6, 117, 136, 0.8);

    padding: 2px;
}
#products .pspc-main .count,
.pspc-main .count {   
      display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    bottom: 0;
    font-size: 14px;
    line-height: 11px;
}
 
.pspc-main .time.seconds:after {
    display: none;
}
.pspc-main .label {
       display: block;
    width: 100%;
    padding: 0;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 11px;
    line-height: 26px;
}

.pspc-main .time.hours {
     border-width:0 0 1px 0;
}
.pspc-main .time.minutes {
     border-width:0 1px 0 0;
}
.pspc-main .time.seconds {
     border-width:0 0 0 0;
}


.pspc-main .time:before {
    content: ":";
    position: absolute;
    color: #ffffff;
    right: 0;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0 auto;
}


.pspc-main .time:last-child:before{display:none;}


@media only screen and (min-width: 992px) and (max-width: 1299px) {
.special-products .psproductcountdown {
    margin-top: 20px;
}
}

 
@media (max-width: 479px) {
    .pspc-main .time {
        width: 55px;
    } 
    .pspc-main .label {
        font-size: 11px;
    }
}
 