.ttproductcountdown {
    font-weight: normal;
    font-size: 12px;
    position: relative;
    z-index: 1;
}
.ttcount-main {
               white-space: nowrap;
    background: #f2f2f2;
    padding: 10px 0px;
    text-align: center;
    border-radius: 5px;
}

#left_column .ttproductcountdown,
#right_column .ttproductcountdown {
    font-size: 10px;
}
.ttproductcountdown h4 {
    margin-top: 0;
}
.ttproductcountdown .hide_zero_weeks .weeks {
    display: none;
}
.product_list .ttproductcountdown.over_img.pspc15, .product_list .ttproductcountdown.custom_over_img.pspc15,
#product_list .ttproductcountdown.over_img.pspc15, #product_list .ttproductcountdown.custom_over_img.pspc15 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -25px;
}
.product_list .ttproductcountdown.over_img, .product_list .ttproductcountdown.custom_over_img,
#product_list .ttproductcountdown.over_img, #product_list .ttproductcountdown.custom_over_img {
    position: absolute;
    top: 100px;
    right: 1px;
    left: 1px;
}
.product_list .hovered .ttproductcountdown.over_img, .product_list .hovered .ttproductcountdown.custom_over_img,
#product_list .hovered .ttproductcountdown.over_img, #product_list .hovered .ttproductcountdown.custom_over_img {
    display: none;
}
.product_list .left-block .ttproductcountdown.over_img, .product_list .left-block .ttproductcountdown.custom_over_img,
#product_list .left-block .ttproductcountdown.over_img, #product_list .left-block .ttproductcountdown.custom_over_img {
    display: none;
}
#product_list .ajax_block_product:hover .ttproductcountdown.over_img,
#product_list .ajax_block_product:hover .ttproductcountdown.custom_over_img {
    display: none;
}

#product .ttproductcountdown {
    text-align: center;
    padding: 5px 0;
    margin-bottom: 0;
    clear: both;
}
#product .pb-center-column .ttproductcountdown {
    text-align: left;
}
.ttcount-offer-ends {
    display: none;
}
.ajax_block_product {
    position: relative;
}

/*1.7*/
.product-miniature .ttproductcountdown {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 135px;
    padding-top: 7px;
    padding-bottom: 0;
}

.ttproductcountdown .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;
}
