.wdspecial-products {
	float: left;
	width: 100%;
	padding: 0;
	margin: 40px 0;
}
.wdspecial-list .thumbnail-container {
	margin: 0;
	border: 3px solid var(--border-color);
	display: flex;
	align-items: center;
}
.wdspecial-list .thumbnail-container:hover {
	border: 3px solid var(--primary-bg-color);
}
.wdspecial-list .thumbnail-container .wdproduct-image {
	padding: 0;
}
.wdspecial-list .product-miniature .thumbnail-container .wdproductcountdown {
	position: static;
	margin: 15px 0 0;
	float: left;
	width: 100%;
}
.wdspecial-list .thumbnail-container .wdproduct-desc .product-description {
	padding: 15px 0 20px;
}
.wdspecial-list .thumbnail-container .wdproduct-desc .highlighted-informations {
	text-align: left;
	float: left;
	margin: 0 0 10px;
}
.wdspecial-list .thumbnail-container .wdproductcountdown .wdpc-main .wdpc-count {
	color: #111;
}
.wdspecial-list .thumbnail-container .wdproductcountdown .wdpc-main .wdpc-label {
	color: #111;
}
.wdspecial-list .thumbnail-container .wdproductcountdown .wdpc-main {
	width: auto;
	padding: 0 15px;
	float: left;
	background: #f5f5f5;
}
.wdspecial-list .thumbnail-container .wdproduct-desc .hook-reviews {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.wdspecial-list .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
	float: left;
	width: 100%;
}
@media(max-width:991px) {
.wdspecial-list .thumbnail-container .wdproduct-image {
	width: 45%;
}
.wdspecial-list .thumbnail-container .wdproduct-desc {
	width: 55%;
}
.wdspecial-products {
	margin: 30px 0;
}
}
@media(max-width:543px) {
	.wdspecial-list .products .thumbnail-container .product-description .product-title a {
		font-size: 13px;
	}
	.wdspecial-list .thumbnail-container {
		display: block;
	}
	.wdspecial-list .thumbnail-container .wdproductcountdown .wdpc-main .wdpc-count{
		font-size: 12px;
		line-height: 25px;
	}
	.wdspecial-list .thumbnail-container .wdproductcountdown .wdpc-main .wdpc-label{
		font-size: 10px;
		top: 18px;
	}
	.wdspecial-list .thumbnail-container .wdproductcountdown .wdpc-main .wdpc-time {
		min-width: 35px;
		height: 40px;
		margin: 0 5px 0 0 !important;
	}	
	.wdspecial-list .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
		margin: 0 0 15px;
	}
.wdspecial-list .thumbnail-container .wdproduct-image {
	width: 100%;
}
.wdspecial-list.row {
	margin: 0 -5px;
}
.wdspecial-list .thumbnail-container .wdproduct-desc {
	width: 100%;
}
.wdspecial-products {
	margin: 15px 0;
}
}