#product .price-countdown-wrapper {
	margin-bottom: 15px;
	background: #353537;
	padding: 10px;
	text-align: center;
	width: auto;
	min-height: 60px;
	margin-left: 15px;
	margin-right: 15px;
}

#product .price-countdown-wrapper .discount {
	color: #fff;
	font-weight: bold;
}

#product .product-miniature-default .price-countdown {
    font-size: .8rem;
	margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

#products .price-countdown-wrapper {
	margin: 5px 15px;
	background: #EFF1F2;
	padding: 1px;
	text-align: center;
	width: auto;
	min-height: 54px;
}

#products .price-countdown-wrapper .discount {
	color: #353537;
	font-weight: bold;
}

#products .products-grid .product-miniature-layout-1 .product-price-and-shipping {
	line-height: 1.4rem !important
}

#index .price-countdown-wrapper {
	margin: 5px 15px;
	background: #EFF1F2;
	padding: 1px;
	text-align: center;
	width: auto;
	min-height: 54px;
}

#index .price-countdown-wrapper .discount {
	color: #353537;
	font-weight: bold;
}

#index .products-grid .product-miniature-layout-1 .product-price-and-shipping {
	line-height: 1.4rem !important
}