.psproductcountdown .count.curr, .psproductcountdown .count.bottom {
    display: none;
}
.psproductcountdown .hidden {
    display: none;
}

.psproductcountdown {
    padding-bottom: 5px;
    text-align:center;
    padding-bottom:20px;
}

@media (max-width: 450px) {
	.psproductcountdown{
		padding-bottom:0px;
		font-size:10px;
	}
}

.psproductcountdown{
	font-size:11px;
}

.product_list .psproductcountdown.over_img, .product_list .psproductcountdown.custom_over_img {
    background: rgba(255, 255, 255, 0.8);
    padding-top: 7px;
    padding-bottom: 0;
}

.pspc-main .time {
    margin: 5px 0px 0em 1.5px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
    height: 50px;
    width: 18%;
    max-width: 4em;
}
.pspc-main .count {
    background: rgba(226, 226, 226, 0.5);
    color: #333333;
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 1.8em;
    line-height: 1.8em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 100%;
}
.pspc-main .seconds .count {
    color: #f13340;
}
.pspc-main .label {
    font-size: 1em;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 3.5em;
    width: 100%;
    color: #202020;
    padding: 0;
    font-weight: normal;
}

@media (max-width: 1199px) {
    .pspc-main .count {
       /* font-size: 1em;*/
    }
    .pspc-main .time {
        /*width: 36px;*/
        margin-bottom: 15px;
    }
    .pspc-main .label {
        top: 40px;
    }
}