#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 {
	margin-top: 22px;
}
.product-miniature .psproductcountdown,
#product .psproductcountdown {
    padding-bottom: 0;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
    border: 1px solid #ebebeb;
}
.product-miniature .psproductcountdown .pspc-main .time, 
#product .psproductcountdown .pspc-main .time {
    height: 60px;
    width: auto;
    margin: 0px 10px 0px;
    max-width: 100%;
    vertical-align: top;
}
.product-miniature .psproductcountdown .pspc-main, 
#product .psproductcountdown .pspc-main {
    white-space: normal;
}
.pspc-main .time:before { 
    content: ":";
    position: absolute;
    right: -15px;
    font-size: 22px;
    top: 14px;
    color: #b8b8b8;
}
.pspc-main .time:last-child:before {
    font-size: 0px;
}
#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: 0 10px 0px;
    display: inline-block;
    text-align: center;
    position: relative;
    height: 40px;
    width: 60px;
    max-width: 7em;
	/*border: 1px solid #ededed;*/
	position: relative;	
}

/*.pspc-main .time:after {
    content: ":";
    font-size: 30px;
    position: absolute;
    right: -18px;
	color: #ffcb77;
    top: 10px;
}*/
.psproductcountdown .time:last-child:after { display: none; }
#products .pspc-main .count,
.pspc-main .count {
    color: #111111;
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.29px;
    line-height: 26px;
    padding-top: 7px;
    overflow: hidden;
    /*position: absolute;*/
    text-align: center;
    top: 0;
    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: uppercase;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    color: #111111;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.29px;
}
@media (max-width: 1199px) and (min-width: 992px) {
	.pspc-main .time:before {
		right: -8px;
	}
	.product-miniature .psproductcountdown .pspc-main .time, 
	#product .psproductcountdown .pspc-main .time {
		margin-left: 5px;
		margin-right: 5px; 
	}
}
@media (max-width: 380px) {
    #products .pspc-main .count, .pspc-main .count {
        font-size: 15px;
    }
    .pspc-main .time:before {
        right: -10px;
    }
    .product-miniature .psproductcountdown .pspc-main .time, 
    #product .psproductcountdown .pspc-main .time { margin-left: 8px; margin-right: 8px; }
}
