.ttproductcountdown .ttpc-count.ttpc-curr,
.ttproductcountdown .ttpc-count.ttpc-bottom {
    display: none;
}
.product-miniature.product-grid .thumbnail-container .ttproductcountdown{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	display: inline-block;
	float: left;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 15px;
	vertical-align: top;
	width: 100%;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transition:all 400ms ease-in-out 0s;
}
.product-miniature.product-grid .thumbnail-container:hover .ttproductcountdown {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	top:-10px;
}
.ttpc-main {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	display: inline-block;
	text-align: left;
	float: none;
	padding: 7px 3px 5px 30px;
	position: relative;
	vertical-align: top;
	width: auto;
}
.product-quantity .ttpc-main {
	background: #e5e5e5;
}
.ttpc-main::before {
	color: #1e1e1e;
    content: "\E192";
    font-family: "Material Icons";
    font-size: 20px;
    left: 12px;
    position: absolute;
    right: auto;
    top: 9px;
    z-index: 1;
}
.ttpc-main .ttpc-time {
	 height: 25px;
    width: 40px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    float: left;
    text-align: center;
    position: relative;
    max-width: 4em;
    overflow: hidden;
    margin: 0;
}
.ttproductcountdown {
    padding-bottom: 5px;
}
.ttproductcountdown .ttpc_h,
.ttproductcountdown .ttpc-offer-ends {
    margin-bottom: 0;
}
.ttpc-main .seconds {
    margin-right: 0;
}
.ttpc-main .ttpc-count {
   background: #f5f5f5;
    color: #111;
    display: block;
    font: 400 16px/24px "poppins";
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.ttpc-main .ttpc-count:after{
	color: #111111;
	content: ":";
	position: absolute;
	top: -2px;
	right: -1px;
	left: auto;
}
.ttpc-main .ttpc-time:last-child .ttpc-count::after {
    content: "";
}
.ttproductcountdown.ttpc-hide-promo-text .ttpc-offer-ends {
    display: none !important;
}
.ttproductcountdown .ttpc-main .ttpc-highlight .ttpc-count {
    color: #f13340 !important;
}
.ttpc-main .ttpc-label {
   font-size: 11px;
    display: none;
    position: absolute;
    top: 20px;
    width: 100%;
    color: #202220;
    padding: 0;
    font-weight: normal;
    text-align: center;
}
.ttproductcountdown .ttpc_h,
.ttproductcountdown .ttpc-offer-ends {
    display: none;
}
body .ttpc-offer-ends,
.ttproductcountdown.ttpc-long .ttpc-main {
    color: #232323;
}
.pb-right-column .ttpc-main .ttpc-count{
	background-color:#fff;
}
@media (max-width: 767px) {
    .ttpc-main .ttpc-time {
        margin-right: 3px;
    }
    #index .product-miniature.product-grid .thumbnail-container:hover .ttproductcountdown {
		opacity:1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		bottom:70px;
		top:auto;
	}
	
	#index .product-miniature.product-grid .thumbnail-container .ttproductcountdown {
		bottom: 70px;
		top: auto;
	}
	#js-product-list .ttproductcountdown {
		bottom: auto;
		top: 50px;
		opacity: 1;
    }
	#js-product-list .product-miniature.product-grid .thumbnail-container:hover .ttproductcountdown {
		bottom: auto;
		top: 50px;
		opacity: 1;
	}
	#search #js-product-list .ttproductcountdown {
		bottom: 50px;
	}
	.category-products:hover .ttproductcountdown,
	.product-accessories:hover .ttproductcountdown {
		transition: all 400ms ease-in-out 0s;
		-webkit-transition: all 400ms ease-in-out 0s;
		-moz-transition: all 400ms ease-in-out 0s;
		-o-transition: all 400ms ease-in-out 0s;
		-ms-transition: all 400ms ease-in-out 0s;
	}
	.category-products .ttproductcountdown, .product-accessories .ttproductcountdown {
		top: 50px;
	}
}