.discount-percent{
font-family: "Fira Sans", sans-serif;
	font-size: 16px;
   margin-bottom: 10px;
}
 .special-text{
        padding: .5rem 2rem;
        color: #fff;
        background: red;
        border-radius: 5px;
    }
.time_special {
 border-radius: 5px;
    text-align: center;
    background: #E5E5E5;
    padding: 1rem 2rem;
    margin-top: 20px;
	overflow: hidden;
	display: inline-block;
}
.time_special .box-time-date {
font-family: "Fira Sans", sans-serif;
	background: transparent;
	font-size: 12px;
	color: #808080;
	min-width: 48px;
	min-height: 48px;
	text-align: center;
	font-weight: 500;
	border-radius: 0;
	border: 1px #e8e8e8 solid;
	display: inline-block;
	margin-right:5px;
}
.time_special .box-time-date span {

	display: block;
	font-size: 24px;
	color: #3f3f3f;
	margin-top: 10px;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
} 
