.bcn-hide {
	display: none;
}

/* Cart Page Coupon Design*/

.bcn-apply-coupon-from-cart-wrapper {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	margin: 10px 0;
}

.bcn-apply-coupon-from-cart {
	padding: 10px;
	float: left;
	border-radius: 5px;
	width: 48%;
	margin-right: 2%;
	background-color: #dff0d8;
	border: 2px dashed #d6e9c6;
	color: #3c763d;
}

.bcn-apply-coupon-from-cart:hover {
	box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.45);
	border: 2px solid #d6e9c6;
}

.bcn-apply-coupon-from-cart,
.bcn-apply-coupon-from-cart p,
.bcn-apply-coupon-from-cart p label {
	cursor: pointer;
}

.bcn-apply-coupon-from-cart p {
	margin: 2px;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	float: left;
}

.bcn-apply-coupon-from-cart p span {
	margin-right: 2px;
	font-size: 14px;

}

.bcn-apply-coupon-from-cart p.bcn-apply-coupon-code {
	color: #3c763d;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	width: 55%;
}

.bcn-apply-coupon-from-cart p.bcn-apply-coupon-value {
	color: #2b542c;
	font-weight: bold;
	font-size: 24px;
	margin: 5px 0;
	width: 100%;
	text-align: center;

}

.bcn-apply-coupon-from-cart p.bcn-apply-coupon-code-expiry {
	color: #3c763d;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	width: 40%;
}

.bcn-apply-coupon-from-cart p.bcn-apply-coupon-code-expiry span,
.bcn-apply-coupon-from-cart p.bcn-apply-coupon-code span {
	margin-top: 5px;
}