#products .psproductcountdown .count.curr, #products .psproductcountdown .count.bottom,
.psproductcountdown .count.curr, .psproductcountdown .count.bottom {
    display: none;
}
.psproductcountdown .hidden {
    display: none;
}

#product .product-actions .psproductcountdown {
    margin-bottom: 30px;	
    display: inline-block;
}
.product-counter {
	position: absolute;
    bottom: 13px;
    width: auto;
    left: 0;
    right: 0;
    padding: 0px 10px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.products .product_list li.item:hover .product-counter {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.product-miniature .psproductcountdown,
#product .psproductcountdown {
    overflow: hidden;
    padding: 0;
    background: #ffffff;
    padding: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #90bf2a;
}
#left-column .products .product_list li.item {
    padding-right: 0;
    padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.psproductcountdown {
    padding-bottom: 30px;
    padding-top: 30px;
}
.pspc-main .time {
    margin-right:16px;
    display: inline-block;
    text-align: center;
    position: relative;
    height: 35px;
    width: auto;
    max-width: 7em;
	min-width:20%;
}

.pspc-main .time:after {
    content: ":";
    font-size: 22px;
    position: absolute;
    right: -11px;
    color: #000000;
    top: 10px;
}
.psproductcountdown .time:last-child:after { display: none; }
#products .pspc-main .count,
.pspc-main .count {
    color: #111;
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 25px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 1px;
    left: 0;
    right: 0;
    bottom: auto;
}
.pspc-main .seconds .count,
#products .pspc-main .seconds .count {
    color: #000000;
}
.pspc-main .label {
    font-size: 12px;
    text-transform: capitalize;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    font-weight: 400;
}
@media (max-width:1459px){
    .product-counter{
        padding-left: 5px;
        padding-right: 5px;
    }
    .pspc-main .time{
        min-width: 19%;
    }
}
@media (max-width: 991px){
     .pspc-main .time{
        width: 26%;
        margin: 0px;
    }
}
@media (max-width: 991px) and (min-width: 651px) {
	.product-miniature .psproductcountdown { padding-left: 0; padding-right: 0;}
	#products .pspc-main .count, .pspc-main .count { font-size: 17px; }
	.psproductcountdown .time::before { left: 3px; }
    .pspc-main .time:after { right: -5px; }
    .pspc-main .label { font-size: 11px; }
}
@media (max-width: 650px){
    .pspc-main .time:after{
        right: -5px;
        top: 4px;
    }
    .pspc-main .time{
        height: 35px;
    }
    .product-counter{
        bottom: 5px;
    }
    #products .pspc-main .count, .pspc-main .count{
        top: 0;
    }
    .pspc-main .label{
        top: 21px;
    }
}
@media (max-width:575px){
    #products .pspc-main .count, .pspc-main .count{
        font-size: 15px;
    }
    .pspc-main .label{
        font-size: 11px;
    }
}
