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

.col {
	display: block;
	float: left
}

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

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

.coupon-plugin-group {
	zoom: 1
}

.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: 26.66%
}

.col-1 {
	width: 8.333%
}

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

#coupon-plugin .coupon-image-box {

	box-sizing: border-box;
	
}

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



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

#coupon-plugin .coupon-code {
	background: #02508a;
	border-radius: 40px !important;
	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-meta {
	background-color: #ecf0f13b;
	box-sizing: border-box;
	list-style: none;
	padding: 5px 10px
}

#coupon-plugin .coupon-body,
#coupon-plugin .coupon-image-box {
	margin-right: 4.16%
}



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

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

.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
}

#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-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-code.deal-top {
	background: #16a085
}

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

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

	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9 {
		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-image-box {
		border: none
	}

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

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

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

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