.kkproductcountdown .count.curr,
.kkproductcountdown .kkcount.bottom {
    display: none;
}
.kkproductcountdown .hidden {
    display: none;
}
.kkpc-main {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	display: inline-block;
	float: none;
	padding: 5px 20px;
	position: relative;
	vertical-align: top;
	width: auto;
}
.kkproductcountdown {
    height: 40px;
    margin-top:15px;
    position: relative;
    text-align: center;
    background: none;
    display: inline-block;
	vertical-align:top;
	
}
#index .kkproductcountdown{
	display:inline-block;
}
.kkpc-main .time {
    height: 25px;
    width:32px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius:20px;
    float: left;
    text-align: center;
    position: relative;
    max-width: 4em;
	margin: 0;
}
.kkpc-main .kkcount.next.top::after {
    color: #111111;
    content: ":";
    position: absolute;
    top: -2px;
	left:29px;
}
.kkpc-main .time:last-child .kkcount.next.top::after {
    content: "";
}
.kkpc-main .kkcount {
    background: #f5f5f5;
    color: #111;
    display: block;
    font:400 17px/24px "Poppins",Helvetica,sans-serif;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.kkpc-main .seconds .kkcount {
    color: #f13340;
}
.kkpc-main .label {
    font-size: 16px;
    display: none;/*================================*/
    position: absolute;
    top: 20px;
    width: 100%;
    color: #202020;
    padding: 0;
    font-weight: normal;
    text-align: center;
}
.product-miniature .thumbnail-container .product-inner .thumbnail-inner .inner .product-img .kkproductcountdown {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top:auto;
	bottom:15px;
	width: 100%;
	opacity:1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
visibility:visible;
}
/*#category .product-miniature.product-grid .thumbnail-container .kkproductcountdown{
	display:none;
}*/
.product-miniature .thumbnail-container:hover .product-inner .thumbnail-inner .inner .product-img .kkproductcountdown {
	opacity:0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	visibility:hidden;
}
#products .product-list .thumbnail-container .kkproductcountdown {
  float: left;
  text-align: center;
  width: 100%;
  margin:0;
  padding:0 15px;
}
#product .pb-right-column .kkproductcountdown{
	float:left;
	width:100%;
	text-align:left;
	margin:0 0 10px;
}
.kkspecial-products .product-miniature.product-grid .thumbnail-container .kkproductcountdown{
	position:static;
	text-align:left;
}
.kkspecial-products .product-miniature.product-grid .thumbnail-container:hover .kkproductcountdown {
	opacity:1;
	-moz-opacity:1; 
	-khtml-opacity:1; 
	-webkit-opacity:1;
	visibility:visible;
}
@media screen and (max-width:1300px) and (min-width:992px){
	#product_comparison .kkpc-main::before{
		display:none;
	}
	#product_comparison .kkpc-main{
		padding:7px 0 5px;
	}
	#product_comparison .kkpc-main .time{
		width:32px;
	}
	#product_comparison .kkpc-main .kkcount.next.top::after{
		left:27px;
	}
}
@media (min-width: 768px) {
	.product-miniature.product-grid .thumbnail-container:hover .kkproductcountdown{
		bottom:-10px;
	}
}
@media (max-width: 767px) {
    .product-miniature.product-grid .thumbnail-container:hover .kkproductcountdown {
		display: inline-block;
		opacity:1;
		vertical-align:top;
		visibility:visible;
	}
	.product-miniature.product-grid .thumbnail-container .kkproductcountdown {
	  bottom: 55px;
	  margin: 0;
	  top: auto;
	}
	#kkcategorytabs .product-miniature.product-grid .thumbnail-container .kkproductcountdown {
		bottom:55px;
	}
}
@media (max-width: 767px) {
    .kkpc-main .time {
        margin-right: 3px;
    }
}
@media (max-width:543px) {
	#products .product-list .thumbnail-container .kkproductcountdown {
		text-align:center;
	}
}
