
/* .timer-grid {
	overflow: hidden;
	display: inline-block;
} */


.special-countdown {
	/* border: 1px #e8e8e8 solid; */
	/* border-radius: 6px; */
	
}

.timer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px #e8e8e8 solid;
	border-radius: 6px;
	padding: 2px;
	background: white;

}

.special-countdown .timer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 15px;
	box-shadow: 0 4px 21px 0 rgb(205 223 227 / 50%);
}

.timer-grid .box-time-date {
	/* padding: 2px; */
	/* background: #fbfbfb; */
	background: white;
	font-size: 9px;
	color: #808080;
	min-width: 42px;
	min-height: 44px;
	text-align: center;
	margin-top: 0px;
	/* margin-bottom: 10px; */
	font-weight: 700;
	text-transform: uppercase;
	/* border-radius: 6px; */
	/* border: 1px #e8e8e8 solid; */
	display: inline-block;
	/* margin-right:5px; */
}
.timer-grid .box-time-date span {
	display: block;
	font-size: 16px;
	color: #3f3f3f;
	margin-top: 6px;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
} 
