#lib-coupon {
  background: #fff;
  border-radius: 5px;
  margin: 20px 0px 20px 0px;
  padding: 1px 15px 0px 15px;
  box-shadow: 0 0 3px 0 #dee2e6;
  padding-bottom: 5px;
}

#lib-coupon h3{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

#lib-coupon .showcase {
	width: 100%;
	height: 140px;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #D24161;
}
#lib-coupon .showcase:before {
	content: '';
	position: absolute;
	top:0;bottom:0;
	left:10px;right:10px;
	z-index: -1;
}
#lib-coupon .showcase:after {
	content: '';
	position: absolute;
	left: 10px;top: 10px;
	right: 10px;
	bottom: 10px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
	z-index: -2;
}
#lib-coupon .showcase .graphic{
	position: absolute;
	left: 20%;
	top: 45px;
	height: 190px;
	width: 390px;
	background-color: rgba(255,255,255,.15);
	transform: rotate(-30deg);
}
#lib-coupon .showcase .left{
	float: left;
	padding: 16px 15px;
	width: 220px;
	border-right:2px dashed rgba(255,255,255,.3);
	text-align: left;
}
#lib-coupon .showcase .left .title{
	color:#fff;
	margin-bottom: 10px;
	font-size: 16px;
}
#lib-coupon .showcase .left .title a{
 color: #fff;
}
#lib-coupon .showcase .left .discount{
	font-size: 40px;
	color: #FFFF00;
	margin-left: 20px;
	padding-top: 5px;
}
#lib-coupon .showcase .left .info{
	color: #fff;
	padding-top: 20px;
}

#lib-coupon .showcase .right{
	display: inline-block;
	padding:21px 14px;
	width:100px;
	vertical-align: text-bottom;
	font-size: 30px;
	color:rgb(255,255,255);
	position: relative;
	z-index: 1;
}
#lib-coupon .showcase .right .date{
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#lib-coupon .showcase .right a{
	background-color:#FFDEAD;
	color:#666;
	font-size:14px;
	text-decoration:none;
	 padding:5px 10px;
	 border-radius:3px;
	 display: block;
}
#lib-coupon .showcase .expired{

	background-image: url("../image/expired.png");
	background-repeat: no-repeat;
  padding: 50px 70px 50px 70px;
  right: 10px;
  top: 20px;
  position: absolute;

}

/* Coupon Category */

.coupon-tooltip {
  position: relative;
  display: inline-block;
}

.coupon-tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.coupon-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.coupon-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#product-coupon .coupon{
	border: 1px solid #e5e5e5;
  background: #fafafa;
  padding: 20px 20px 16px 20px;
	margin-bottom: 15px;
	display: block;
}
#product-coupon .showcase-offer{
	float: left;
	margin-right: 20px;
}
#product-coupon .offer{
	max-width: 126px;
	line-height: 0px;
	margin-bottom: 5px;
	text-align: center;
	border: 2px solid #f5f5f5;
	color: red;
	background: cornsilk;
	padding: 15px;
}
#product-coupon .offer-text{

  font-size:35px;
  line-height:36px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  
}
#product-coupon .offer-info{
	max-width: 300px;
	margin-right: 20px;
	float: left;
	width: 100%;
}
#product-coupon .coupon-title{
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 600;
	margin-top: -2px;
	line-height: 1.5;
	color: #D24161;
}
#product-coupon .coupon-des{
	font-size: 13px;
 line-height: 1.7;
 position: relative;

}
#product-coupon .coupon-des .applied{
	padding-right: 15px;
}
#product-coupon .coupon-des .start{
	padding-right: 15px;
}

#product-coupon .showcase-code{
  margin-top: 15px;
}

#product-coupon .coupon-code {
  color: #444444;
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
  text-align: right;
  padding: 5px 10px 4px 10px;
  border: 1px solid #e5e5e5;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
#product-coupon .copyvalue {
	background: transparent;
	border: 0;
	text-align: right;
	font-size: 20px;
}
#product-coupon .get-code {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #D24161;
  color: #FFFFFF;
  font-size: 16px;
  padding: 8px 5px 10px 5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: all 0.5s ease;
}
#product-coupon .get-code::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  border-left: 44px solid #D24161;
  position: absolute;
  right: -43px;
  top: 0;
}

#product-coupon .showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
   justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border: 1px solid hsl(0, 0%, 93%);
  padding: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
#product-coupon .showcase:not(:last-child) {
  margin-bottom: 15px;
}
#product-coupon .showcase-img-box {
	position: relative;
}
#product-coupon .showcase-img {
	width: 100px;
}

#product-coupon .showcase-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
#product-coupon .showcase-action {
	margin-top: 35px;
}
#product-coupon .showcase-title{
	height: 35px;
	overflow: hidden;
	font-weight: 600;
	margin-bottom: 5px;
}

#product-coupon .showcase-title a{
	color: #444;
}

#product-coupon .price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #D10024;
}

#product-coupon .showcase-price del {
  font-size: 1.2rem;
  color: #8D99AE;
}

#product-coupon .showcase-applied {
  padding-bottom: 15px;
}

#product-coupon .btn {
  padding: 7px 12px 7px 12px;
  font-size: 13px;
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  background-color: #f8f8f8;
  font-weight: 500;
}

#product-coupon .btn.btn-cart {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #108bea;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
  padding: 5px 12px;
  border-radius:2px;

}
#product-coupon .btn.btn-cart:hover{
  background-color: #0f6cb2;
}

#product-coupon .showcase-sale {
  background-color: #faa05a;
  color: #fff;
  padding: 0px 5px 0px 7px;
  border-radius: 2px;
  font-size: 11px;
  float: left;

}
#product-coupon .showcase-expired{

	background-image: url("../image/expired.png");
	background-repeat: no-repeat;
  padding: 50px 70px 50px 70px;
  top: 20px;
  right: 100px;
  position: absolute;

}

/* Coupon Product Details */

#product-product .coupon{
	border: 1px solid #e5e5e5;
  background: #fafafa;
  padding: 20px 20px 16px 20px;
	margin-bottom: 15px;
	border-radius: 5px;
}
#product-product .showcase-offer{
	float: left;
	margin-right: 20px;
}
#product-product .offer{
	max-width: 126px;
	line-height: 0px;
	margin-bottom: 5px;
	text-align: center;
	border: 2px solid #f5f5f5;
	color: red;
	background: cornsilk;
	padding: 15px;

}
#product-product .offer-text{

  font-size:20px;
  line-height:20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
 
}
#product-product .offer-text span{
	font-size: 14px;
}
#product-product .offer-info{
	max-width: 300px;
	margin-right: 20px;
	float: left;
	width: 100%;
}
#product-product .coupon-title{
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 600;
	margin-top: -2px;
	line-height: 1.5;
	color: #D24161;
}
#product-product .coupon-des{
	font-size: 13px;
 line-height: 1.7;
 position: relative;

}
#product-product .coupon-des .applied{
	padding-right: 15px;
}
#product-product .coupon-des .start{
	padding-right: 15px;
}

#product-product .showcase-code{
  margin-top: 15px;
}

#product-product .coupon-code {
  color: #444444;
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
  text-align: right;
  padding: 5px 10px 4px 10px;
  border: 1px solid #e5e5e5;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
#product-product .copyvalue {
	background: transparent;
	border: 0;
	text-align: right;
	font-size: 20px;
}
#product-product .get-code {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #D24161;
  color: #FFFFFF;
  font-size: 16px;
  padding: 8px 5px 10px 5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: all 0.5s ease;
}
#product-product .get-code::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  border-left: 44px solid #D24161;
  position: absolute;
  right: -43px;
  top: 0;
}

/* Coupon checkout */
#coupon-checkout{
	margin-bottom: 15px;
}
#coupon-checkout .coupon-code {
  color: #444444;
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
  text-align: right;
  padding: 5px 10px 4px 10px;
  border: 1px solid #e5e5e5;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
#coupon-checkout .copyvalue {
	background: transparent;
	border: 0;
	text-align: right;
	font-size: 20px;
}
#coupon-checkout .get-code {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #D24161;
  color: #FFFFFF;
  font-size: 16px;
  padding: 8px 5px 10px 5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: all 0.5s ease;
}
#coupon-checkout .get-code::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  border-left: 44px solid #D24161;
  position: absolute;
  right: -43px;
  top: 0;
}

/* Responsive */

@media (max-width: 400px) {
	#lib-coupon .showcase .left{
		width: 200px;
	}
	#product-coupon .offer-text{
		font-size: 20px;
   font-weight: 600;
	}
}