.bcn-hide {
	display: none;
}

/* Cart Page Coupon Design*/
.bcn-apply-coupon-from-cart-wrapper .bcn-apply-coupon-from-cart {
	width: 40%;
	display:inline-block;
	background: #308daa;
	border-radius: 10px;
	background:#f1f1f1;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	position: relative;
	padding: 5px 0 10px 15px;
	border: 1px dashed #bfbfbf;
}

.bcn-apply-coupon-from-cart-wrapper .bcn-apply-coupon-from-cart:hover {
	box-shadow: 0 0 2px #000 inset;
	cursor: pointer;
}

.bcn-apply-coupon-from-cart .bcn-apply-coupon-code {
	width: 100%;
	color: #b529fe;;
	font-weight: bold;
	padding:10px 0px 0px 0px;
	box-sizing: border-box;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
}

.bcn-apply-coupon-from-cart .bcn-apply-coupon-code p,
.bcn-apply-coupon-from-cart .bcn-apply-coupon-code-expiry p{
	 margin: 0 0 5px;
	 padding: 0;
}

.bcn-apply-coupon-from-cart .bcn-apply-coupon-code-expiry{
	width: 55%;
	float: left;
	padding: 0;
	color: #000;
	box-sizing: border-box;
	font-size: 14px;

}

.bcn-apply-coupon-from-cart .bcn-apply-coupon-value {
	position: absolute;
	right: 10px;
	top: 0;
	width: 70px;
	height: auto;
	font-weight: 550;
	background: #b529fe; 
	z-index: 9;
}

.bcn-apply-coupon-from-cart .bcn-apply-coupon-value p {
	margin: 0;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.bcn-apply-coupon-from-cart .bcn-apply-coupon-value::before {
	content: "";
	width: 0;
	height: 0;
	border-width: 15px 35px;
	border-style: solid;
	border-color: #b529fe #b529fe transparent #b529fe ;
	position: absolute;
	bottom: -20px;
	z-index: -1;
}