/* General */

.countdown-action-text {
	text-align: center;	
}
.countdown-catalog, .countdown-product {
	text-align: center;
	border-radius: 4px;
}
.countdown-body {
	display: flex;
	justify-content: center;
}
.countdown-cell {
	flex-wrap: nowrap;
	flex: 1;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);		
}

.countdown-cell + div {
	margin-left: 5px;
}

.countdown-time {
	font-weight: bold;
	color: #ff0000 !important;
	background: none !important;
}

.countdown-title {
	font-weight: 600;
	margin-bottom: 8px;
}


/* Catalog */

.product-list .countdown-catalog {
	width: 50%;
}

.countdown-catalog {
	position: absolute;
	top: 3px;
	right: 15px;
	background: none !important;
	display: none !important;
}

.countdown-catalog .countdown-title {
	font-size: 12px;
}
.countdown-catalog .countdown-date {
	display: none;
}

.countdown-catalog .countdown-cell .countdown-time {
	background: #fff;
	color: #ff0000;
	border-radius: 3px;
	width: 27px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.countdown-catalog .countdown-time {
	font-size: 13px;
	padding: 3px 5px;
}

/* Product */

.countdown-product .countdown-title {
	font-size: 14px;
}
.countdown-product .countdown-date {
	font-size: 12px;
}
.countdown-product .countdown-time {
	font-size: 22px;
	padding: 10px 0px;
}
