.tt_productcountdown .count.curr, .tt_productcountdown .ttcount.bottom {
    display: none;
}
.tt_productcountdown .hidden {
    display: none;
}
.product-miniature .tt_productcountdown {
  bottom: 0;
  display: none;
  float: left;
  padding-bottom: 0;
  width: 100%;
  position:absolute;
}

.tt_productcountdown {
    padding-bottom: 5px;
}

.ttpc-main .time {
  display: inline-block;
  height: 36px;
  max-width: 4em;
  position: relative;
  text-align: center;
  width: 36px;
  margin:0 30px 0 0;
}
.ttpc-main .seconds {
    margin-right: 0;
}
.ttpc-main .ttcount {
  background: #ffffff none repeat scroll 0 0;
  color: #ffb400;
  display: block;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.ttpc-main .time::after {
  color: #ffb400;
  content: ":";
  font-size: 26px;
  position: absolute;
  right: -17px;
  top: 6px;
}
.ttpc-main .time:last-child::after {
  display: none;
}
.ttpc-main .seconds .ttcount {
    color: #dfa400;
}
.ttpc-main .label {
  color: #202020;
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin: 44px 0 0;
  padding: 0;
  position: static;
  text-align: center;
  width: 100%;
  text-transform:uppercase;
  display:none;
}
@media (max-width:1200px) {
	.ttpc-main .time{
		margin:0 15px 0 0;
	}
}
@media (max-width:1199px) {
	.ttpc-main .time{
		margin:0 9px 0 0;
	}
	.ttpc-main .ttcount{
		font-size:22px;
	}
	.ttpc-main .time::after{
		right:-9px;
	}	
}