.coupon-plugin-group {
	box-shadow: 0 1px 12px -4px #0003;
	clear: both;
	margin: 0 auto 30px;
	max-width: 99%;
	padding: 0;
	position: relative;
	zoom: 1;
}

.coupon-plugin-group::before,
.coupon-plugin-group::after {
	content: "";
	display: table;
}

.coupon-plugin-group::after {
	clear: both;
}

.col {
	display: block;
	float: left;
}

.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.66%;
}

.col-10 {
	width: 83.33%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.66%;
}

.col-7 {
	width: 58.33%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.66%;
}

.col-4 {
	width: 33.33%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.66%;
}

.col-1 {
	width: 8.333%;
}

.col-1:nth-child(12n+1) {
	clear: left;
	margin-left: 0;
}

#coupon-plugin.coupon-box {
	padding: 10px;
}

#coupon-plugin.coupon-box::after {
	clear: both;
	content: "";
	display: block;
}

#coupon-plugin .coupon-image-box {
	border: 2px solid #ecf0f1cc;
	border-radius: 5px;
	box-sizing: border-box;
	margin-right: 4.16%;
	padding: 10px;
}

#coupon-plugin .coupon-body {
	margin-right: 4.16%;
}

#coupon-plugin .coupon-image img {
	max-width: 100%;
	vertical-align: middle;
}

#coupon-plugin .coupon-title {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 10px;
	text-decoration: none;
}

#coupon-plugin .coupon-description {
	color: #000000b3;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.42857143;
	margin-bottom: 2px;
	text-align: justify;
	-webkit-user-select: none;
	user-select: none;
}

#coupon-plugin .coupon-description:not(.expanded) {
	height: 40px;
	overflow: hidden;
	position: relative;
}

#coupon-plugin .coupon-description:not(.expanded):not(.lesslength)::after {
	background: linear-gradient(90deg, #fff0 0, #fff 40%, #fff);
	color: #5eaef5;
	content: "Show More";
	font-size: 13px;
	font-weight: 500;
	height: 180px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 20px;
	width: 160px;
}

#coupon-plugin .coupon-description.expanded::after {
	color: #5eaef5;
	content: " Show Less";
	font-size: 13px;
	font-weight: 500;
}

#coupon-plugin .coupon-description:hover {
	color: #000000e6;
}

#coupon-plugin .coupon-code {
	background: #02508a;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	height: 40px;
	position: relative;
}

#coupon-plugin .coupon-code span {
	font-size: 15px;
	line-height: 40px;
	position: absolute;
	right: 10px;
}

#coupon-plugin .coupon-code.deal-top {
	background: #16a085;
}

#coupon-plugin .coupon-reveal {
	background: #037cd5;
	border-radius: 4px;
	box-shadow: inset 0 -2px 0 #00000026;
	-webkit-box-shadow: inset 0 -2px 0 #00000026;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	transition-property: width;
	width: 100%;
}

#coupon-plugin .coupon-reveal:hover {
	width: 90%;
}

#coupon-plugin .coupon-reveal.deal-top {
	background: #16a085;
	border-radius: 4px;
	box-shadow: inset 0 -2px 0 #00000026;
	-webkit-box-shadow: inset 0 -2px 0 #00000026;
	clip-path: unset;
	-webkit-clip-path: unset;
}

#coupon-plugin .coupon-reveal.deal-top:hover,
#coupon-plugin .coupon-reveal.deal-top:focus {
	background: #1abc9c;
	border-radius: 4px;
	width: 100%;
}

#coupon-plugin .coupon-expiry {
	margin-top: 5px;
}

#coupon-plugin .coupon-expiry span {
	vertical-align: middle;
}

.coupon-meta {
	background-color: #ecf0f13b;
	box-sizing: border-box;
	list-style: none;
	padding: 5px 10px;
}

.coupon-meta-text {
	color: #999;
	font-size: 10px;
}

.coupon-expiry .dashicons-clock {
	color: #c73017;
}

.tile-hot-ribbon {
	display: block;
	left: -4px;
	position: absolute;
	top: -4px;
	transform: rotate(270deg);
	width: 62px;
}

@media only screen and (max-width: 480px) {

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		width: 100%;
	}

	#coupon-plugin .coupon-title {
		font-size: 15px;
		margin-top: 5px;
		text-align: center;
	}

	#coupon-plugin .coupon-description,
	#coupon-plugin .coupon-expiry {
		font-size: 12px;
		text-align: center;
	}

	#coupon-plugin .coupon-description:not(.expanded) {
		height: 35px;
		margin-bottom: 10px;
	}

	#coupon-plugin .coupon-image-box {
		border: none;
	}

	#coupon-plugin .coupon-image {
		box-shadow: 0 0 0 1px #a8a8a826;
		margin: auto;
		max-width: 40%;
	}

	#coupon-plugin .coupon-image img {
		box-sizing: border-box;
		padding: 10px;
	}

	#coupon-plugin .coupon-code {
		margin: auto;
		width: 70%;
	}
}
