.coupon_bg .product-checkout-info .col-md-4 .col-sm-8 {
	padding-right: 0;
}
.coupon_bg .product-checkout-info .col-md-4 .col-sm-4 {
	padding-right: 15px;
}
.coupon_bg .product-checkout-info .col-md-4 h3 {
	margin-top: 10px;
}
.coupon_bg .product-checkout-info .col-md-4 h4 {
	font-size: 22px;
}
.coupon_bg .product-checkout-info .col-md-4 .col-sm-4 h3, .coupon_bg .product-checkout-info .col-md-4 .col-sm-4 h4 {
	text-align: right;	
}
.coupon_bg .product-checkout-info .col-md-4 .col-sm-12 h3 {
	margin: 0;
}	
.coupon_box {
	width: 100%;
	max-width: 280px;
	margin: 20px auto 50px;
}
.reveal__button__link {
	display: block;
	position: relative;
	max-width: 100%;
	color: #fff;
	border: 0;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none !important;
}
.reveal__button__link:hover {
	text-decoration: none !important;
}		
.reveal__button__text {
	display: block;
	width: 100%;
	color: #fff;
	border: 0;
	min-width: 50px;
	text-decoration: none;
	cursor: pointer;
	z-index: 12;
	background: #d21b00;
	padding: 15px 30px 15px 30px;
	float: left;
	position: absolute;
	border-radius: 3px 0 0px 3px;
	max-width: 90%;
	word-break: break-word;
	text-align: center;
	transition: 1s;
}
.reveal__button__hidden__content {
	text-decoration: none;
	color: #40423f;
	border: 2px dashed #b31700;
	border-radius: 4px;
	background-color: rgba(0, 194, 126, 0.1);
	padding: 13px 10px;
	max-width: 100%;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}
.reveal__button__text:before {
  display: block;
  content: " ";
  width: 23px;
  height: 10px;
  background-color: #b31700;
  position: absolute;
  z-index: 12;
  right: -14px;
  bottom: 0px;
  -webkit-transform: skew(12deg);
  -ms-transform: skew(12deg);
  transform: skew(12deg);
}
.reveal__button__text:after {
  content: " ";
  display: block;
  width: 48px;
  height: 60px;
  position: absolute;
  border-radius: 0 0 4px 4px;
  right: -33px;
  bottom: -8px;
  -webkit-transform: rotate(20deg) translateY(-10px) scaleX(0.8);
  -ms-transform: rotate(20deg) translateY(-10px) scaleX(0.8);
  transform: rotate(20deg) translateY(-10px) scaleX(0.8);
  background: -o-linear-gradient( 52deg, #f14b32, #f14b32 49%, hsla(80, 71%, 73%, 0) 50%, hsla(0, 0%, 100%, 0) );
  background: linear-gradient( 38deg, #f14b32, #f14b32 49%, hsla(80, 71%, 73%, 0) 50%, hsla(0, 0%, 100%, 0) );
  background-position: 0 4px;
  background-repeat: no-repeat;
  z-index: 13;
}
.active .reveal__button__text {
	width: 0;
	opacity: 0;
}
.active .reveal__button__hidden__content {
	text-align: center;
	display: block;
	transition: 2s;
}
.active:focus {
	outline: none;
}
.cupontext {
	color: #d21b00;
}
@media (max-width: 767px){
	.product-checkout-info h3 { font-size: 18px; }
	.product-checkout-info h4 { font-size: 22px; }
	.coupon_bg .product-checkout-info .col-md-4 .col-sm-4 { padding-left: 0px; }
}	
@media (max-width: 767px){
	.product-checkout-info h3 { font-size: 18px; }
	.product-checkout-info h4 { font-size: 22px; }
	.coupon_bg .product-checkout-info .col-md-4 .col-sm-4 { padding-left: 0px; }
}	