#products .ttproductcountdown .count.curr, #products .ttproductcountdown .count.bottom,
.ttproductcountdown .count.curr, .ttproductcountdown .count.bottom {
    display: none;
}
.ttproductcountdown .hidden {
    display: none;
}

#product .ttproductcountdown {
    width: 280px;
    padding: 10px 0 0 0;
    text-align: center;
    margin-bottom: 1rem;
}

.product-miniature .ttproductcountdown {
       position: static;
    left: 0;
    right: 0;
    bottom: 135px;
    background: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 0px;
}


.ttproductcountdown {
    padding-bottom: 5px;
}

.ttcount-main .time {
    
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
    height: auto;
    width: auto;
    
}
#products .ttcount-main .count,
.ttcount-main .count {
    color: #151314;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    float: right;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1.5;
    position: relative;
    bottom: 0
}

.ttcount-main > div:not(:last-child)::after{
       content: ":";
    position: absolute;
    top: 0;
    right: -3px;
    font-size: 14px;
    font-weight: 600;
    color: #151314;

}


.ttcount-main .seconds .count,
#products .ttcount-main .seconds .count {
    color: #151314;
}
.ttcount-main .label {
         font-size: 22px;
    margin-right: 10px;
    display: inline-block;
    width: auto;
    color: #19c7ea;
    padding: 0;
    font-weight: 500;
    text-align: center;
    float: left;
    margin-left: 10px;
}

@media (max-width: 1199px) {
    .ttcount-main .count {
        
    }
    .ttcount-main .time {
        /*width: 36px;*/
        
    }
    .ttcount-main .label {
        top: 45px;
    }
}