.wdproductcountdown .count.curr,
.wdproductcountdown .wdcount.bottom {
    display: none;
}
.wdproductcountdown .hidden {
    display: none;
}
.wdpc-main {
	background: #fff;
	border: 1px solid #e5e5e5;
	display: inline-block;
	float: none;
	padding: 8px 10px 8px 35px;
	position: relative;
	vertical-align: top;
	width: auto;
	margin: 0 !important;
}
.wdpc-main:before {
    color: #333;
	content: "\E192";
	font-family: "Material Icons";
	font-size: 22px;
	left: 10px;
	position: absolute;
	right: auto;
	top: 0;
	z-index: 1;
	bottom: 0;
	margin: auto;
	height: 18px;
}
.wdproductcountdown {
    margin: 10px auto;
    position: relative;
    text-align: center;
    background: none;
    display: none;
}
#index .wdproductcountdown {
    display: inline-block;
}
.wdpc-main .time {
    height: 20px;
    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;
}
@media (max-width: 767px) {
    .wdpc-main .time {
        margin-right: 3px;
    }
}
.wdpc-main .wdcount.next.top::after {
    color: #111111;
    content: ":";
    position: absolute;
    top: -2px;
	right: 0;
}
.wdpc-main .time:last-child .wdcount.next.top::after {
    content: "";
}
.wdpc-main .wdcount {
    background: #fff;
    color: #111;
    display: block;
    font: 500 14px/20px "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;
}
.wdpc-main .seconds .wdcount {
    color: #f13340;
}
.wdpc-main .label {
    font-size: 11px;
    display: none;
    position: absolute;
    top: 20px;
    width: 100%;
    color: #202020;
    padding: 0;
    font-weight: normal;
    text-align: center;
}
#index .product-miniature.product-grid .thumbnail-container .wdproductcountdown {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	float: left;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	bottom: auto;
	vertical-align: top;
	width: 100%;
	top: 5px;
	opacity:1;
	transition: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;
}
#index .product-miniature.product-grid .thumbnail-container:hover .wdproductcountdown {
	opacity:0;
	top:0;
}
@media (max-width: 1199px) {
	.wdpc-main {
		padding: 8px 5px 8px 35px;
	}
	.wdpc-main:before {
		left: 12px;
	}
}
@media (max-width: 767px) {
    #index  .product-miniature.product-grid .thumbnail-container:hover .wdproductcountdown {
		top: 62px;
		bottom:auto;
		opacity:1;
	}
	#index  .product-miniature.product-grid .thumbnail-container .wdproductcountdown {
		top: 62px;
		margin: 0;
		bottom:auto;
		opacity:1;
	}
}
@media (max-width: 543px) {
	.wdpc-main {
		padding: 8px 5px 8px 30px;
	}
	.wdpc-main::before{
		left:9px;
	}
}
