.ttproductcountdown .ttpc-count.ttpc-curr,
.ttproductcountdown .ttpc-count.ttpc-bottom {
    display: none;
}
.product-miniature.product-grid .thumbnail-container .ttproductcountdown {
	bottom: 0;
	left: 10px;
	right: 10px;
	top: auto;
	position: absolute;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transition: all 400ms ease-in-out 0s;
	background: rgba(245,245,245,0.9);
}
.product-miniature.product-grid .thumbnail-container:hover .ttproductcountdown {
	top: -25px;
    opacity: 0;
}
.ttpc-offer-ends {
	margin: 0 0 8px;
}
.ttpc-main {
	display: inline-block;
	float: none;
	padding: 10px;
	position: relative;
	width: auto;
	vertical-align:top;
}
.ttpc-main .ttpc-time {
	width: 45px;
	float: left;
	position: relative;
	margin: 0 7px;
}
.seconds.ttpc-highlight .ttpc-count{
	color:#e2a661;
}
.ttpc-main .ttpc-count {
	color: #222;
	display: block;
	font: 600 15px/18px "Jost", Helvetica, sans-serif;
}
.ttpc-main .ttpc-label {
	color: #777777;
	font: italic 500 12px/14px "Roboto", Helvetica, sans-serif;
}
.ttpc-compact .ttpc-main .ttpc-label {
	display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.ttpc-main .ttpc-count{
		font-size: 13px;
	}
	.ttpc-main .ttpc-time{
		width:42px;
	}
}
@media (max-width: 767px) {
	.ttpc-main .ttpc-count{
		font-size: 14px;
	}
    .product-miniature.product-grid .thumbnail-container:hover .ttproductcountdown,
	.product-miniature.product-grid .thumbnail-container .ttproductcountdown {
		opacity: 1;
		visibility: visible;
		top: 55px;
		padding: 10px 5px;
		left: auto;
		right:0;
}
	.ttpc-main .ttpc-count{
		font-size: 13px;
	}
	.product-miniature.product-grid .ttpc-main{
		padding:0;
	}
	.product-miniature.product-grid .ttpc-main .ttpc-time{
		float:none;
	}
	#js-product-list .ttproductcountdown,
	#js-product-list .product-miniature.product-grid .thumbnail-container:hover .ttproductcountdown {
		bottom: auto;
		top: 58px;
		opacity: 1;
		visibility: visible;
    }
}

/* ---------   Start countdown-categorypage  -------    */

#products .product-list .thumbnail-container .ttproductcountdown,
#products .product-sort .thumbnail-container .ttproductcountdown {
	margin: 5px 0 15px;
	float: left;
	width: 100%;
	text-align: left;
}
#js-product-list .product-grid .ttproductcountdown, 
#js-product-list .product-list .ttproductcountdown,
#js-product-list .product-sort .ttproductcountdown {
	display: block;
}
#js-product-list .product-list .ttproductcountdown,
#js-product-list .product-sort .ttproductcountdown {
	position: static;
}
.new-products .ttproductcountdown {
	display: none;
}
.pb-right-column .product-prices .ttproductcountdown {
	padding: 0;
	margin: 10px 0 0;
}

@media(max-width:543px) {
#products .product-list .thumbnail-container .ttproductcountdown,
#products .product-sort .thumbnail-container .ttproductcountdown {
	text-align: center;
}
#js-product-list .product-list .ttproductcountdown,
#js-product-list .product-sort .ttproductcountdown {
  float: none;
  text-align: center;
  margin: 10px 0 0;
}
}
