.wdproductcountdown .wdpc-count.wdpc-curr,
.wdproductcountdown .wdpc-count.wdpc-bottom {
    display: none;
}
.product-miniature .thumbnail-container .wdproductcountdown {
	background: #333;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	float: left;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	bottom: 8px;
	vertical-align: top;
	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;
	box-shadow: 0 3px 3px rgba(0,0,0,0.05), 0px -3px 3px rgba(0,0,0,0.05);
	width: 100%;
}
.wdpc-main {
	display: inline-block;
	float: none;
	padding: 6px 0 6px 35px;
	position: relative;
	vertical-align: top;
	width: auto;
}
.product-quantity .wdpc-main {
	background: #e5e5e5;
}
.wdpc-main::before {
	color: #fff;
	content: "\E192";
	font-family: "Material Icons";
	font-size: 20px;
	left: 10px;
	position: absolute;
	right: auto;
	top: 0;
	bottom:0;
	margin:auto;
	height:21px;
	z-index: 1;
}
.wdpc-main .wdpc-time {
	height: 25px;
	min-width: 36px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.wdproductcountdown {
    padding-bottom: 5px;
}
.wdproductcountdown .wdpc_h,
.wdproductcountdown .wdpc-offer-ends {
    margin-bottom: 0;
}
.wdpc-main .seconds {
    margin-right: 0;
}
.wdpc-main .wdpc-count {
    color: #fff;
    display: block;
    font:700 14px/25px var(--secondary-font);
    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 .wdpc-count::after {
    color: #fff;
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    margin: auto;
}
.wdpc-main .wdpc-time:last-child .wdpc-count::after {
    content: "";
}
.wdproductcountdown.wdpc-hide-promo-text .wdpc-offer-ends {
    display: none !important;
}
.wdproductcountdown .wdpc-main .wdpc-highlight .wdpc-count {
    color: #f13340 !important;
}
.wdpc-main .wdpc-label {
    display: none;
}
.wdproductcountdown .wdpc_h,
.wdproductcountdown .wdpc-offer-ends {
    display: none;
}
body .wdpc-offer-ends,
.wdproductcountdown.wdpc-long .wdpc-main {
    color: #232323;
}
body .wdpc-main .wdpc-label {
    color: #202020;
}

@media (max-width: 1199px) {
	.wdpc-main {
		padding: 5px;
	}
	.wdpc-main:before {
		left: 12px;
		display:none;
	}
	.wdpc-main .wdpc-time{
		min-width:37px;
	}
	#product .pb-right-column .wdpc-main::before {
		display: block;
	}
	#product .pb-right-column .wdpc-main {
		padding: 5px 0 5px 35px;
	}
}
@media (min-width: 768px) {
.product-miniature.product-grid .thumbnail-container:hover .wdproductcountdown{
	opacity: 0;
	-moz-opacity: 0; 
    -khtml-opacity: 0; 
    -webkit-opacity: 0;
}
}
@media (max-width: 767px) {
    .product-miniature.product-grid .thumbnail-container:hover .wdproductcountdown {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
		bottom: 111px;
	}
	.product-miniature.product-grid .thumbnail-container .wdproductcountdown {
		top: auto;
		bottom: 111px;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}

	#js-product-list .product-miniature.product-grid .thumbnail-container:hover .wdproductcountdown {
		bottom: auto;
		bottom: 111px;
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
	#search #js-product-list .wdproductcountdown {
		bottom: 48px;
	}
	.category-products:hover .wdproductcountdown,
	.product-accessories:hover .wdproductcountdown {
		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 .wdproductcountdown, .product-accessories .wdproductcountdown {
		bottom: 48px;
	}
}
@media (max-width: 543px) {
#js-product-list .wdproductcountdown {
    text-align: center;
	margin:0 0 10px;
}
.wdpc-main .wdpc-time{
	min-width: 30px;
}
.wdpc-main .wdpc-count{
	font-size: 12px;
	font-weight: 400;
}
.wdpc-main {
	padding: 0 3px;
}
}
#left-column .wdproductcountdown,
#right-column .wdproductcountdown{
	display:none;
}