@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?s2yyxx');
	src: url('../fonts/icomoon.eot?s2yyxx#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?s2yyxx') format('truetype'), url('../fonts/icomoon.woff?s2yyxx') format('woff'), url('../fonts/icomoon.svg?s2yyxx#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.icon-star-empty:before {
	content: "\e9d7";
}

.icon-star-half:before {
	content: "\e9d8";
}

.icon-star-full:before {
	content: "\e9d9";
}

.svg-icon {
	width: 2em;
	height: 2em;
}

	.svg-icon path, .svg-icon polygon, .svg-icon rect {
		fill: #fff;
	}

	.svg-icon circle {
		stroke: #fff;
		stroke-width: 1;
	}

/*Merchant page*/

.merchant-intro {
	padding: 1.5rem 0 0.5em 0;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05);
	position: relative;
}

	.merchant-intro .mlogo {
		width: 200px;
		height: 125px;
		float: left;
		text-align: center;
		line-height: 125px;
		/*margin-top: 10px;*/
		border-radius: 5px;
		border: solid 1px var(--border-color);
	}

	.merchant-intro .title-block {
		font-weight: 400;
	}

.offer-section {
	background-color: #f0f0f0;
	padding: 2rem 0
}

.dcard {
	background-color: #fff;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .08);
	position: relative;
	min-height: 100px;
	cursor: pointer;
	margin-bottom: 1rem
}

.block {
	background-color: #fff;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .08);
	position: relative;
	margin-bottom: 1rem;
	padding: 1rem;
	font-weight: 400;
	font-size: 16px
}

	.block h2 {
		font-size: 1.4rem
	}

/*.dcard .offer {
	text-align: center;
	font-weight: 300;
	font-size: 17px;
	padding: 1rem;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 90%;
	margin-right: -2rem;
	margin-left: 10px;
	background: rgb(57,81,166);
	background: var(--offer-background);
	color: #fff;
}*/
.dcard .offer {
	text-align: center;
	font-weight: 300;
	font-size: 17px;
	padding: 1rem;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 90%;
	margin-right: -2rem;
	margin-left: 10px;
	background: rgb(57,81,166);
	background: var(--offer-background);
	color: var(--offer-heading-color);
	border-right: 1px solid var(--border-color);
}
	.dcard .offer.coupons {
		color: #fff;
	}

.offer .discount {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase
}

.dcard .offer.expired {
	background-color: #d4d4d4;
	color: #666
}

.dcard .offer .percent {
	/*font-size: 20px;*/
	font-size: 1vw;
	display: block;
	font-weight: 700;
	padding: 0;
	line-height: 1.2
}

.dcard .offer .type {
	padding-top: 1rem;
	font-weight: 600;
	font-size: 15px
}

.dcard .offer-details {
	padding: 1rem 0;
	margin-right: 1rem
}

	.dcard .offer-details h3 {
		font-size: 1.2rem;
		font-weight: 600;
		padding-bottom: 0
	}

	.dcard .offer-details p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 15px;
		color: #666666
	}
	.dcard .offer-details.expanded p,  .expanded div.desc-block {
		-webkit-line-clamp: unset;
	} 

		.dcard .btn-block {
			text-align: center;
			position: absolute;
			right: 40px;
			top: 50%;
			margin-top: -20px;
		}

.deal-button .code {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.375rem;
	text-transform: none;
	letter-spacing: 0
}

.deal-button {
	font-weight: 400;
	font-size: .875rem;
	text-transform: none;
	letter-spacing: 0;
	height: 50px;
}

.deal-button {
	width: 12.625rem;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	border-radius: 4px
}

	.deal-button.has-code:not(.is-uncovered) {
		overflow: hidden
	}

		.deal-button.has-code:not(.is-uncovered):after {
			content: "";
			display: block;
			position: absolute;
			width: 0;
			height: 0;
			top: 0;
			left: 158px;
			border-width: 16px;
			border-style: solid;
			border-color: transparent;
			border-left-color: var(--deal-button-uncovered-color);
			border-bottom-color: var(--deal-button-uncovered-color);
			-webkit-transition: all .1s ease-in;
			-moz-transition: all .1s ease-in;
			-ms-transition: all .1s ease-in;
			-o-transition: all .1s ease-in;
			transition: all .1s ease-in;
			border-bottom-left-radius: 5px;
			border-left-width: 10px;
			border-bottom-width: 28px
		}

		.deal-button.has-code:not(.is-uncovered):before {
			content: "";
			display: block;
			position: absolute;
			width: 0;
			height: 46px;
			bottom: 0;
			left: 155px;
			-webkit-transition: all .1s ease-in;
			-moz-transition: all .1s ease-in;
			-ms-transition: all .1s ease-in;
			-o-transition: all .1s ease-in;
			transition: all .1s ease-in;
			border-top: 43px solid transparent;
			border-left: 32px solid var(--deal-button-border-color);
			border-right: 18px solid transparent;
			border-bottom: 0
		}

		.deal-button.has-code:not(.is-uncovered) .label {
			width: 158px;
			text-align: left;
			padding-left: 1rem;
			height: 3.075rem;
			line-height: 3.075rem;
			border-radius: 0
		}

		.deal-button.has-code:not(.is-uncovered):hover:after {
			border-width: 18px;
			left: 138px
		}

		.deal-button.has-code:not(.is-uncovered):hover:before {
			left: 141px;
			height: 22px;
			border-width: 48px;
			border-left-color: var(--deal-button-uncovered-left-color);
		}

		.deal-button.has-code:not(.is-uncovered):hover .label {
			width: 141px;
			background-color: var(--deal-button-uncovered-left-color);
			height: 3.075rem;
			line-height: 3.075rem
		}

	.deal-button .code {
		border: 1px solid var(--deal-button-border-color);
		background-color: #fff;
		text-align: right;
		padding: 0 .5rem;
		color: #000;
		line-height: 3.075rem;
		font-weight: 700
	}

		.deal-button .code:hover {
			background-color: #fff
		}

	.deal-button .label {
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		background: var(--deal-button-back-color);
		white-space: nowrap;
		overflow: hidden;
		-webkit-transition: all .1s ease-in;
		-moz-transition: all .1s ease-in;
		-ms-transition: all .1s ease-in;
		-o-transition: all .1s ease-in;
		transition: all .1s ease-in;
		width: 100%
	}

		.deal-button .label:hover {
			background: var(--deal-button-back-color);
		}

	.deal-button .code, .deal-button .label {
		width: inherit;
		height: inherit;
		display: inherit;
		border-radius: inherit;
		font-weight: 700
	}

	.deal-button * {
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.deal-button.view-code .code {
		text-align: center;
		text-align: center
	}

.total-used {
	font-weight: 600;
	padding-bottom: 0;
	font-size: 15px;
}

.content-mid {
	margin: 1rem -5px 3rem;
	font-size: 16px;
	font-weight: 400
}

.content-block {
	background-color: #fff;
	box-shadow: 0 0 0px 1px rgba(0, 0, 0, .1);
	position: relative;
	margin-bottom: 1rem;
	padding: 1rem;
	margin: 0 5px;
	height: 100%
}

	.content-block h3 {
		font-size: 1.2rem
	}

.merchant-rating {
	font-size: 1.5rem;
	color: var(--star-color);
	padding-bottom: 1rem;
	white-space: nowrap;
	height: 29px;
	padding: .2rem 0 0;
	width: 148px;
	margin: 6px auto;
}

	.merchant-rating .icon-star-full, .merchant-rating .icon-star-half, .merchant-rating .icon-star-empty {
		cursor: pointer;
		float: left;
		margin-right: 5px
	}

.right-content {
	background-color: #fff
}

.filter-tab {
	padding-top: .5rem
}

	.filter-tab ul {
		padding: 0;
		margin: 0;
		list-style: none;
		height: 40px
	}

		.filter-tab ul li {
			float: left;
			width: 33.3333%
		}

			.filter-tab ul li a {
				border-top: solid 2px var(--border-color);
				display: block;
				text-align: center;
				padding: .7rem 0;
				color: #999;
				text-decoration: none
			}

				.filter-tab ul li a.active {
					border-top: solid 2px #000;
					color: #333
				}

				.filter-tab ul li a:hover {
					border-top: solid 2px #000;
				}

.left-section h2 {
	margin-top: 3rem;
	font-size: 1.7rem;
	margin-bottom: 1rem
}

.content-mid .block h3 {
	font-size: 1.2rem;
	padding-bottom: .5rem
}

section.about-co {
	padding-bottom: 2rem
}

.content-mid .block {
	padding: 2rem;
	margin-top: 2rem
}

.offer-section .block.top-stores ul {
	padding: 0;
	margin: 0;
	list-style: none
}

	.offer-section .block.top-stores ul li {
		padding: .3rem 0
	}

.btn.submit-coupon {
	display: block;
	font-size: 16px;
	margin-top: 1rem;
	font-weight: 600
}

.dcard .offer .mlogo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.pagination {
	text-align: center;
	padding-top: 25px;
	font-weight: 700;
	min-height: 40px;
	margin: 0 auto;
	width: auto;
}

	.pagination ul {
		padding: 0;
		margin: 0;
		list-style: none;
		display: inline-block;
		white-space: nowrap;
	}

		.pagination ul li {
			float: left;
		}

			.pagination ul li.disabled a {
				opacity: .5;
			}

			.pagination ul li a {
				border: solid 1px #ccc;
				background-color: #fff;
				color: #222;
				padding: 0;
				display: block;
				position: relative;
				min-height: 38px;
				min-width: 38px;
				margin: 0 2px;
				line-height: 36px;
				font-size: 16px;
				text-decoration: none;
			}

				.pagination ul li a.arrow:before {
					border: solid #dc2029;
					border-width: 0 2px 2px 0;
					display: inline-block;
					content: '';
					position: absolute;
					left: 15px;
					top: 13px;
				}

				.pagination ul li a.prev:before {
					padding: 4px;
					transform: rotate(135deg);
					-webkit-transform: rotate(135deg);
				}

				.pagination ul li a.next:before {
					padding: 4px;
					transform: rotate(-45deg);
					-webkit-transform: rotate(-45deg);
					left: 10px;
				}

			.pagination ul li.active a {
				background-color: #dc2029;
				color: #fff;
				border-color: #dc2029;
			}

.merchant-intro h1 {
	font-size: 2rem;
	font-weight: 800;
	padding-top: .5rem
}

.joinrp {
	text-align: center;
	font-size: 1.1rem;
	padding-top: 2rem;
	font-weight: 700;
}

	.joinrp .cb {
		color: #e62639;
		font-weight: 700;
		display: block;
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}

.rating-block {
	padding-top: 1rem;
}

	.rating-block h5 {
		font-weight: 400;
		font-size: 20px;
		padding-bottom: .5rem;
	}


.expired-offer {
	filter: grayscale(100%);
}


@media(max-width:1199px) {

	.dcard .offer-details {
		margin-right: 4rem
	}
}

@media(max-width:991px) {
	.content-two {
		padding: 0;
	}

	.hidden-xs {
		display: none
	}

	.content-block {
		min-height: 200px
	}

	.joinrp {
		font-size: 1.1rem;
		padding-top: .5rem;
		padding-bottom: .5rem
	}

	.filter-tab {
		padding-top: 1.5rem;
	}
}




@media(max-width:767px) {
	body {
		font-size: 1rem
	}

	section .head-block {
		width: auto;
	}

	h2 {
		font-size: 22px;
	}

	section .head-block {
		font-size: 16px
	}

	.content-two {
		padding: 0;
	}

	.merchant-intro .mlogo {
		float: none;
		margin: 0 auto;
		height: 100px;
		line-height: 100px;
	}

	.merchant-intro .title-block {
		margin-left: 0
	}

		.merchant-intro .title-block h1 {
			font-size: 22px;
			text-align: center;
			padding-top: 1rem
		}

	.dcard .offer {
		width: auto !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		position: static;
		background-color: transparent !important;
		color: #000
	}

	.offer .discount {
		position: static;
		transform: translate(0, 0);
		font-size: 18px
	}

	.dcard .offer .percent {
		display: inline;
		font-size: 18px
	}

	.offer .discount .offer-percent {
		color: #fff
	}

	.dcard .offer .type {
		float: right;
		padding: 0
	}

	.dcard .offer-details {
		padding: 1rem
	}

	.dcard .offer .type.code {
		color: #a08f90
	}

	.dcard .offer .type.sale {
		color: #a08f90
	}

	.filter-tab ul li {
		min-width: 33.3333%
	}

		.filter-tab ul li a {
			padding-left: .8rem;
			padding-right: .8rem
		}

	.dcard .offer-details h3 {
		font-weight: 400
	}

	.dcard .btn-block {
		position: static;
		margin: 0 1rem 1rem 1rem
	}

	.filter-tab ul li a {
		font-size: 14px
	}

	.dcard .offer-details p {
		-webkit-line-clamp: 4;
	}

	.deal-button {
		width: 100%
	}

		.deal-button.has-code:not(.is-uncovered):before {
			left: 80%
		}

		.deal-button.has-code:not(.is-uncovered):after {
			left: 80%
		}

		.deal-button.has-code:not(.is-uncovered) .label {
			width: 80%
		}

		.deal-button.has-code:not(.is-uncovered) .label {
			text-align: center
		}

	.total-used {
		padding-bottom: 0
	}

	.dcard .offer-details {
		margin-right: 0
	}

	.merchant-rating {
		font-size: 1.3rem;
		height: 35px
	}

	.rating-block {
		text-align: center;
		font-size: 12px
	}

		.rating-block h5 {
			font-size: 15px;
			padding-bottom: 0;
		}


	.merchant-rating .icon-star-full, .merchant-rating .icon-star-half, .merchant-rating .icon-star-empty {
		float: none;
		margin-right: 0
	}
}

@media(max-width:575px) {
	.card {
		max-width: 100%
	}
}


.block .rlogo {
	padding-bottom: 1rem;
}



.store-logo-cont, .discount-cont {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	border-right: 1px solid #ccc;
}

	.store-logo-cont img {
		max-height: 95px;
		width: auto;
	}

	.store-logo-cont .headline {
		position: absolute;
		bottom: 15px;
		font-size: 20px;
		text-align: center;
		width: 100%;
		font-weight: 700;
		color: var(--offer-heading-color);
		padding: 0 10px;
	}

	.discount-cont .headline {
		text-align: center;
		width: 100%;
		font-size: 20px;
		font-weight: 700;
		color: var(--offer-heading-color);
		padding: 0 10px;
	}

	.store-logo-cont .logo {
		position: relative;
		top: -15px;
		margin: 0 auto;
	}

@media(max-width:1199px) {
	.store-logo-cont img {
		max-height: 74px;
		width: auto;
	}
}

@media(max-width:767px) {
	.discount-cont {
		height: 125px;
		border-bottom: 1px solid var(--border-color);
		border-right: none;
	}

	.store-logo-cont {
		height: 125px;
		border-bottom: 1px solid var(--border-color);
		border-right: none;
	}

		.store-logo-cont .logo {
			position: relative;
			margin: 0 auto;
			top: -15px;
		}

		.store-logo-cont .headline, .discount-cont .headline {
			bottom: 10px;
			font-size: 24px;
		}
}

.desc-block {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	 
}