#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);
    -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.product-miniature .psproductcountdown {
   
}
.product-miniature:hover .psproductcountdown {
    
}

.psproductcountdown {
    padding-bottom: 63px;
    padding-top: 9px;
    margin-top: 15px;
}

.pspc-main .time {
  margin: 0 15px 0 0px;
  display: inline-block;
  text-align: center;
  position: relative;
  height: 55px;
  width: 55px;
  max-width: 7em;
  background: #fff;
  padding-top: 9px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.psproductcountdown #spe_res {
    margin: 0 -8px;
}
.pspc-main .label {
  color: #9d9d9d;
  display: block;
  font-weight:400;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  bottom: 0;
  font-size: 11px;
  letter-spacing: 0.6px;
  line-height: 28px;
}



