.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}

.popup-block{
	width: 600px;
	margin: auto;
	height: 500px;
	display: block;
	background: #b30504;
	text-align: center;
	position: relative;
	padding: 0;
	}
.final-slogan {
    color: #ffffff;
    font-size: 24px;
    line-height: normal;
    padding-top: 20px;
    font-weight: 400;
}

.final-offer {
    background: #fffc00;
    display: inline-block;
    font-size: 40px;
    margin: 30px auto;
    color: #b30505;
    font-weight: 600;
    padding: 30px 20px;
}

a.popup-btn {
    color: #b30504;
    text-decoration: none;
    padding: 8px 40px;
    border-radius: 100px;
    /* border: 3px solid #fff; */
    display: inline;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    background: #ffff00;
    text-transform: uppercase;
    transition: .2s;
}
a.popup-btn:hover {
      background: #ffffb0;

}
.timer {
    display: block;
    color: #fbfbfb;
    font-size: 15px;
    line-height: 18px;
    /* font-style: italic; */
}

.popup-block:before {/* content: ""; */display: block;position: absolute;bottom: 0px;width: 100%;height: 20px;background: #fffc00;}

.pdvd-icon {
    position: absolute;
    right: 10px;
    bottom: 30px;
}

.pdvd-icon img {
    width: 50px;
    height: 50px;
}
span.font-color {
    color: #ffff00;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
}.timernum {
     color: #ffffff;
     font-size: 20px;
     display: block;
     font-style: initial;
	text-align: center;
}.time-box {
    display: inline-block;
    margin: 0 10px;
    padding:5px 0 0px 0;
}
p.ends {
    font-size: 20px;
    color: #ffffff;
    font-style: italic;
    font-weight: 500;
    margin: 10px 0 9px 0;
    display: block !important;
}

.time-name {
    font-size: 12px;
}
