.page-content {
    padding-bottom: 150px;
}

.page-content > div + div{
	margin-top:40px;
}

.bx-coupon{
	padding:40px;
}

.bx-coupon.main{
	width:75%;
	border:0;
	background: inherit;
}

.title-coupon{
	margin-bottom:3px;
	display:block;
	font-weight: 700;
	font-size: 16px; 
}

.table.bx-discount{
	margin-top:15px;
    height: 1px;
    background-color: #F3F3F3;
}

.subtitle-coupon{
	display: block;
	margin-left:10px;
	color:#808080;
}

.icon{
	margin-right: 10px;
}

.coupon-description{
	margin-top:22px;
	font-size:12px;
	color: #808080;
}

.coupon-subdescription{
	margin-bottom:15px;	
	color:black;
}

.bx-button{
	bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.bx-coupon .txt-input-email .grayb2{
	color: black;
	font-size: 13px;
}

.mb-bx-coupon{
	width: inherit !important;
	padding: 20px; 
}

.mb-bx-coupon form .row.input-field{
	width: 100%;
}

.row .input-button a.button-ns {
    padding: 0px 15px;
}




.separator .circle{
	background:white;
	width:34px;
	height:34px;
    border-radius: 50%;
}
.separator .circle.top{
	top:-17px;
    left: -17px;
	position:absolute;
}
.separator .circle.bottom{
	bottom:-17px;
    left: -17px;
	position:absolute;
}
.separator {
	width:1px;
}
.separator .dotted{
    border-right: 2px dashed white;
	display:inline-block;
	height:100%;

}

.bx-discount-mb{
	background: #f2f2f2;
	margin-top:20px; 
}

@media only screen
and (max-width: 1315px){
	.bx-coupon.size_31{
		font-size:25px;
	}
}

@media only screen
and (max-width: 1100px){
	.bx-coupon.size_31{
		font-size:20px;
	}
	.bx-coupon .size_25{
		font-size:20px;
	}
	.coupon-subdescription{
		font-size:16px;
	}
}