
.wl-flash-sale-timer {
	position: absolute;
	text-align: center;
	letter-spacing: 1px;
	z-index: 100;
	top: -15px;
	left: 0;
	display: flex;
	justify-content: space-around;
	margin: 10px;
	gap: 5px;
	background-color: red;
}

.wl-flash-sale-timer .time {
	width: 75px;
	height: 75px;
	padding: 5px 0px;
	border-radius: 5px;
	position: relative;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	box-shadow: 3px 3px 10px gray;
}

.wl-flash-sale-timer .time span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	border-radius: 0 0 5px 5px;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
}
