@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	box-sizing: border-box;
}
body .couponBox {
	background-color: #fff;
	border:  1px solid #e6e6e6;
	border-radius: 3px;
	width: 100%;
	max-width: 768px;
	margin: 30px auto;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	position: relative;
}
.couponBox .coupon_wrapper {
	display: flex;
	flex-direction: row;
	padding: 20px 20px 10px;
}
.couponBox .couponDicount {
	width: 120px;
	height: 120px;
	text-align: center;
	border:  3px dashed #e6e6e6;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.couponBox .couponDicount span {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #0a1cba;
	display: block;
	margin: 0 0 5px;
	padding: 0;
}
.couponBox .couponDicount small {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #888;
	text-transform: uppercase;
	display: block;
	margin: 0;
	padding: 0;
}
.couponBox .couponDetails {
    width: calc(100% - 315px);
    padding: 0 20px;
}
.couponBox .couponFooter,
.couponBox .couponBreadcrumb {
	
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	color: #757c82;
	text-transform: uppercase;
	display: flex;
    flex-direction: row;
}
.couponBox .couponFooter {
	margin: 0;
	padding: 0 20px 10px;
}
.couponBox .couponBreadcrumb {
	margin: 0 0 10px;
	padding: 0;
}
.couponBox .couponFooter i.spacer,
.couponBox .couponBreadcrumb i.spacer {
	font-size: 10px;
	line-height: 20px;
	margin: 0 10px;
}
.couponBox .couponBreadcrumb .svg-inline--fa {
    display: block;
    height: 12px;
    vertical-align: middle;
    margin: 3px 5px 0 0;
}
.couponBox .couponBreadcrumb .svg-inline--fa.spacer {
    margin-left: 10px;
}

.couponBox .couponBreadcrumb i.verified,
.couponBox .couponBreadcrumb i.non-verified {
	font-size: 12px;
	line-height: 20px;
	margin: 0 5px 0 0;
}
.couponBox .couponBreadcrumb .verified {
	color: #378d42;
}
.couponBox .couponBreadcrumb .non-verified {
	color: #b32f1d;
}
.couponBox .couponBreadcrumb span {
}
.couponBox .couponTitle {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #111;
}
.couponBox .couponvView {
	width: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.couponBox .couponvView a {
	background: #141aba;
	border: none;
	border-radius: 5px;
    display: block;
    margin: auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 10px 0;
    width: 100%;
    position: relative;
}
.couponBox .couponvView a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 15px solid #fff;
	border-left: 15px solid transparent;
}
.couponBox .couponvView a:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #696967;
    border-right: 15px solid transparent;
    border-bottom-left-radius: 2px;
}
.couponBox.cp2 .coupon_wrapper {
	padding: 0;
}
.couponBox.cp2 .couponDicount {
	border: none;
	width: 160px;
	height: auto;
	font-weight: 600;
	color: #fff;
	min-height: 120px;
}
.couponBox.cp2 .couponDetails {
    width: calc(100% - 375px);
    padding: 5px 15px;
}
.couponBox.cp2 .couponTitle {
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
}
.couponBox.cp2 .couponvView {
	width: 215px;
	padding: 0 15px 0 0;
}
.couponBox.cp2 .couponvView a {
	border-radius: 0;
	width: 200px;
	padding: 15px 0;
	font-weight: 400;
	text-transform: none;
}
.couponBox.cp2 .couponvView a:before {
	border: 2px dashed #fff;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	width: auto;
	height: auto;
}
.couponBox.cp2 .couponvView a:after {
	display: none;
}
.couponBox.cp2 .couponvView a i {
	font-size: 12px;
	margin: 0 0 0 3px;
}
.couponBox.cp2 .couponFooter {
    padding: 10px 0 0;
}
.couponBox.cp3 .couponDicount {
	border-style: solid;
	flex-direction: column;
	align-items: center;
}
.couponBox.cp3 .couponDicount span {
	font-size: 32px;
	line-height: 37px;
	color:  #000;
	letter-spacing: -1.5px;
	margin: 0;
}
.couponBox.cp3 .couponDicount small {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	color: #000;
	font-weight: 700;
}
.couponBox.cp3 .couponTitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
.couponBox.cp3 .couponvView a {
	color: #444;
  background: -webkit-linear-gradient(135deg,rgba(0,0,0,.06) 10%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 35%,rgba(0,0,0,.06) 40%,rgba(0,0,0,.06) 60%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 85%,rgba(0,0,0,.06) 90%) repeat scroll 0 0/6px 6px rgba(0,0,0,0);
  background: linear-gradient(315deg,rgba(0,0,0,.06) 10%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 35%,rgba(0,0,0,.06) 40%,rgba(0,0,0,.06) 60%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 85%,rgba(0,0,0,.06) 90%) repeat scroll 0 0/6px 6px rgba(0,0,0,0);
  padding:0;
  border: 2px solid #ddd;
  position: relative;
}
.couponBox.cp3 .couponvView a.viewCoupon{
	padding: 10px 0;
}
.couponBox.cp3 .couponvView a .front {
	color: #fff;
	text-align: left;
	position: relative;
	float: left;
	padding: 10px 0;
	margin: -2px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	z-index: 10;
	width: 93%;
	/* width: 79%; */
}
.couponBox.cp3 .couponvView a .front:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 17px solid #a5a5a5;
  position: absolute;
  right: -17px;
  top: 0px;
}
.couponBox.cp3 .couponvView a .code-text {
	position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  letter-spacing: 6px;
  font-size: 24px;
  line-height: 36px;
  padding: 0;
  font-weight: 600;
  z-index: 5;
}
.couponBox.cp3 .couponvView a:before,
.couponBox.cp3 .couponvView a:after {
	display: none;
}
/*.couponBox.cp3 .couponvView a .front {
	display: block;
	padding: 10px 0;
	border-radius: 5px;
	position: relative;
	z-index: 10;
}
.couponBox.cp3 .couponvView a .back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e0ffe3;
	border-width: 2px;
	border-style: dashed;
	border-radius: 5px;
	z-index: 5px;
}
.couponBox.cp3 .couponvView a .front:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
}*/
.couponBox.cp3 .couponBreadcrumb {
	margin: 0;
}
.couponBox.cp3 .coupon_wrapper {
	align-items: center;
	padding: 20px;
}
.couponBox.cp3 .couponFooter {
	padding: 0;
}
/*.couponBox.cp3 .couponvView a:after {
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
}
.couponBox.cp3 .couponvView a:before {
	background-color: #edfedc;
	border: 2px dashed #000;
	border-radius: 3px;
}*/
/*.couponBox.cp3 .couponvView a:before,
.couponBox.cp3 .couponvView a:after {
	display: none;
}
*/

.couponBox .couponvView a .copyCoupon {
	position: absolute;
    top: 15px;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.couponBox .couponvView a .copyCoupon i {
	margin: 0 5px 0 0;
}
.couponBox .couponvView a .copyCoupon small {
	display: none;
}


.couponvView {
  position: relative;
  display: inline-block;
}

.couponvView .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  bottom: 70%;
  left: 50%;
  margin-left: -55px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 15px;
}

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

.couponvView:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
span.front_deal {
    color: #fff;
    text-align: left;
    position: relative;
    float: left;
    padding: 10px 0;
    margin: 0px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    z-index: 10;
    width: 100%;
}

@media only screen and (max-width: 640px) {
	.couponBox .couponvView a .copyCoupon small  {
		display: inherit;
	}
	.couponBox .coupon_wrapper { 
		flex-direction: column;
		padding-bottom: 10px;
	}
	.couponBox .couponDicount,
	.couponBox .couponDetails,
	.couponBox .couponvView,
	.couponBox.cp2 .couponDicount,
	.couponBox.cp2 .couponDetails,
	.couponBox.cp2 .couponvView,
	.couponBox.cp2 .couponvView a {
		width: 100%;
	}

	.couponBox .couponDicount {
		margin: 0 0 15px;
	}
	.couponBox.cp2 .couponDicount {
		margin: 0;
		height: 100px;
		font-weight: 700;
		font-size: 25px;
	}
	.couponBox.cp2 .couponvView {
		padding: 0 20px 20px;
	}
	.couponBox .couponDetails {
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	.couponBox .couponTitle {
		margin: 0 0 10px;
	}
	.couponBox.cp2 .couponTitle {
		margin: 10px 0;
	}
	.couponBox.cp2 .couponDetails {
		flex-direction: column;
		padding: 10px 20px;
		margin: 0;
	}
	.couponvView .tooltiptext {
		bottom: 110% !important;
	}
	.couponBox.cp3 .couponvView a .front {
	    width: calc(100% - 20px);
	 }
	.couponBox.cp3 .couponvView a .code-text {
		right: 3%;
	}
	.couponDicount.image {
	    align-self: center;
	}
}
@media only screen and (max-width: 480px) {
	.couponBox .couponTitle { font-size: 20px; line-height: 125%; }
	.couponvView .tooltiptext { bottom: 110% !important; }
	.coupon_wrapper { padding-top:30px !important; }
}


.ribbon-2 {
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 2px; /* the top offset */
  position: absolute;
  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: 
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  color: white;
  font-size: 15px;
}



.description{
	margin: 0;
    font-size: 15px;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media only screen and (max-width: 768px) {
	.screen2{
		display: none;
	}
}
@media only screen and (min-width: 769px) {
	.screen1{
		display: none;
	}
}