.psproductcountdown .count.curr, .psproductcountdown .count.bottom {
    display: none;
}
.psproductcountdown .hidden {
    display: none;
}
.psproductcountdown {
    padding-bottom: 5px;
}
.product_list .psproductcountdown.over_img, .product_list .psproductcountdown.custom_over_img {
    background: rgba(255, 255, 255, 0.75);
    padding-top: 7px;
    padding-bottom: 0;
}
.psproductcountdown p {
	margin-top: 5px;
}
.pspc-main .time {
    margin: 0 2px 0 2px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
}
.pspc-main .count {
    background: rgba(255, 255, 255, 0.5);
    color: #333333;
    display: block;
    font-size: 1.5em;
    line-height: 1.9em;
    position: relative;
    text-align: center;
	border-radius: 4px;
	border: 1px solid #d6d6d6;
}
.pspc-main .seconds .count {
    color: #d4323d;
}
.pspc-main .label {
    font-size: 1em;
    margin-top: 8px;
    display: block;
    position: relative;
    color: #333;
    padding: 0; 
    font-weight: normal;
}

/*szybki-strzal*/
.shot-field .psproductcountdown {
    position: absolute;
    bottom: 5%;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
}
.shot-field .psproductcountdown p {
    display: none;
}
.shot-field .pspc-main {
    padding-bottom: 5px;
}
.shot-field .pspc-main .time {
    margin: 0 4px;
    min-width: 4.5em;
    height: auto;
}
.shot-field .pspc-main .count {
    top: 0;
    background: rgba(255,255,255,0.75);
    border-radius: 4px;
    font-size: 2em;
    line-height: 1em;
    position: initial;
}

/*wt-specials*/
.wt-special-products .psproductcountdown {
    padding-bottom: 16px;
}
.wt-special-products .psproductcountdown p {
    display: none;
}
.wt-special-products .pspc-main .time {
    width: unset;
    min-width: 38px;
    margin: 0 13px 0 0;
}
.wt-special-products .pspc-main .time:last-child {
    margin: 0 0 0 0;
}
.wt-special-products .pspc-main .count {
    background: #ccc;
    border: 0px;
    color: #fff;
    text-shadow: 1px 1px 1px #999;
    font-size: 16px;
    line-height: 34px;
}
.wt-special-products .pspc-main .label {
    text-transform: uppercase;
    color: #666;
    display: block;
    font-size: 9px;
    font-weight: 400;
}

@media (min-width: 480px) {
    .shot-field .pspc-main .count {
        font-size: 2.5em;
        line-height: 1.5em;
    }
}

@media (min-width: 570px) {
    .shot-field .psproductcountdown {
        top: calc(50% - 23px);
        right: 3%;
        bottom: inherit;
        width: auto;
    }
    .shot-field .pspc-main .time {
        min-width: 4em;
    }
    .shot-field .pspc-main .count {
        font-size: 2em;
        line-height: 1em;
    }
}

@media (min-width: 768px) {
    .shot-field .pspc-main .time {
        min-width: 3.25em;
    }
}

@media (min-width: 992px) {
    .shot-field .psproductcountdown {
        top: calc(50% - 34px);
        right: 3%;
        bottom: inherit;
        width: auto;
    }
    .shot-field .pspc-main .time {
        min-width: 4.5em;
    }
    .shot-field .pspc-main .count {
        font-size: 2.5em;
        line-height: 1.5em;
    }
}

@media (min-width: 1200px) {
    .shot-field .psproductcountdown {
        right: 50px;
    }
    .shot-field .pspc-main .time {
        min-width: 5em;
    }
}