.psproductcountdown {
    font-weight: normal;
    font-size: 13px;
    position: relative;
    z-index: 1;	
    padding: 5px 0 0 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
#products .product-miniature.product_show_list .psproductcountdown{
     padding: 5px 0 0 0;
}
.product-counter {
	display: inline-block;
    vertical-align: top;
    width: auto;
    opacity: 1;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255,255,255,0.5); 
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#products .product-miniature.product_show_list .product-counter {
    bottom: 0;
}
.product-miniature:hover .psproductcountdown{
    padding: 5px 0 0 0;
}
.product-miniature:hover .product-counter {
    opacity: 1;
    bottom: 72px;
}
.pspc-main {
    white-space: nowrap;
}
.pspc-main .time {
    min-width: 2em;
}
#left_column .psproductcountdown,
#right_column .psproductcountdown {
    font-size: 10px;
}
.psproductcountdown h4 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 600;
}
.psproductcountdown .hide_zero_weeks .weeks {
    display: none;
}
.product_list .psproductcountdown.over_img.pspc15, .product_list .psproductcountdown.custom_over_img.pspc15,
#product_list .psproductcountdown.over_img.pspc15, #product_list .psproductcountdown.custom_over_img.pspc15 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -25px;
}
.product_list .psproductcountdown.over_img, .product_list .psproductcountdown.custom_over_img,
#product_list .psproductcountdown.over_img, #product_list .psproductcountdown.custom_over_img {
    position: absolute;
    top: 100px;
    right: 1px;
    left: 1px;
}
.product_list .hovered .psproductcountdown.over_img, .product_list .hovered .psproductcountdown.custom_over_img,
#product_list .hovered .psproductcountdown.over_img, #product_list .hovered .psproductcountdown.custom_over_img {
    display: none;
}
.product_list .left-block .psproductcountdown.over_img, .product_list .left-block .psproductcountdown.custom_over_img,
#product_list .left-block .psproductcountdown.over_img, #product_list .left-block .psproductcountdown.custom_over_img {
    display: none;
}
#product_list .ajax_block_product:hover .psproductcountdown.over_img,
#product_list .ajax_block_product:hover .psproductcountdown.custom_over_img {
    display: none;
}

#product .psproductcountdown {
    text-align: center;
    padding: 5px 0;
    margin-bottom: 0;
    clear: both;
}
#product .pb-center-column .psproductcountdown {
    text-align: left;
}
.pspc-offer-ends {
    display: none;
}
.ajax_block_product {
    position: relative;
}

/*1.7*/
.psproductcountdown .label {
    text-align: center;
}

#product .pspc17 {
    text-align: left;
    margin-bottom: 1rem;
}
#product .pspc17.displayProductButtons {
    margin-top: 1.5rem;
}
#product .pspc17.displayFooterProduct {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
}
@media (max-width: 1229px) {
    /*.product-counter{margin: 0;}*/
}
@media (max-width: 991px) {
    .product-counter{
        bottom: 0;
    }
    .psproductcountdown{
        padding: 5px 0 0 0;
    }
    .product-miniature:hover .product-counter {
        opacity: 1;
        bottom: 0;
    }
   /* .product-counter{position: relative;display:block;}*/
}
@media (max-width: 544px) {
    /*.psproductcountdown{display: inline-block;}*/
}
@media (max-width: 479px) {
    .product-counter{
        width: 100%;
    }
}


