@font-face {
	font-family: 'Montserrat-SemiBoldItalic';
	src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
		url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat-Black';
	src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
		url('../fonts/Montserrat-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-BoldItalic';
	src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
		url('../fonts/Montserrat-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat-Thin';
	src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
		url('../fonts/Montserrat-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
		url('../fonts/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-BlackItalic';
	src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
		url('../fonts/Montserrat-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat-ExtraLight';
	src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
		url('../fonts/Montserrat-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-ExtraBoldItalic';
	src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
		url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('../fonts/Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
		url('../fonts/Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Light';
	src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
		url('../fonts/Montserrat-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-ExtraLightItalic';
	src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
		url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
		url('../fonts/Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Italic';
	src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
		url('../fonts/Montserrat-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat-LightItalic';
	src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
		url('../fonts/Montserrat-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat-ExtraBold';
	src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
		url('../fonts/Montserrat-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
		url('../fonts/Montserrat-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat-ThinItalic';
	src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'),
		url('../fonts/Montserrat-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
}

/* body {word-break: break-word;font:13px/20px 'Montserrat-Regular', sans-serif;color:#a3a3a3;}
a {text-decoration:none;color:#2988c9;}
a:hover, a:focus {text-decoration:none;color:#9e9fa0; outline: none;}
a:hover {-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
img {max-width:100%;} */

* {
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;

}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0;
	font-weight: 500
}

h2 {
	font-weight: 500
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 75%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

body {
	margin: 0;
	/* font-size: 0; */
	font-family: 'Montserrat-Regular';

}

a {
	color: inherit;
	text-decoration: none
}

p {
	line-height: 1.5rem
}

section {
	padding: 32px 16px 32px;
	display: inline-block;
	width: 100%;
}

@media (max-width:750px) {
	section {
		/* padding-left: 8px;
		padding-right: 8px */
		padding: 24px 0;
	}
}

.page-margin {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1180px) {
	.page-margin {
		margin-left: 20px;
		margin-right: 20px
	}
}

@media (max-width:650px) {
	.page-margin {
		margin-left: 0;
		margin-right: 0
	}

	.page-margin section {
		margin-left: 20px;
		margin-right: 20px
	}
}

.section-light {
	background-color: #efefef;
}

.section-first {
	padding-top: 16px
}

@media (max-width:650px) {
	.section-first {
		padding-top: 10px
	}
}

.section-content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

.section-content-faq {
	max-width: 1000px
}

.faq-title {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 24px;
	font-family: 'Montserrat-SemiBold';
	margin: 3px 0;
}

.faq-title img {
	margin-right: 6px;
}

.faq-content {
	font-size: 14px;
	font-weight: 200;
	line-height: 30px;
}

.faq-content p {
	margin: 4px 0;
}

.faq-content a {
	color: #7d64dc;
	font-weight: 400
}

.faq-item {
	margin-bottom: 14px;
}

.faq-content a:hover {
	text-decoration: underline
}

.faq-subscribe {
	font-size: 0
}

.faq-subscribe input {
	font-size: 16px;
	padding: 3px;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right: none;
	border-radius: 5px 0 0 5px;
	outline: 0
}

.faq-subscribe button {
	font-size: 16px;
	padding: 3px;
	border: 2px solid #000;
	border-radius: 0 5px 5px 0;
	color: #fff;
	background-color: #7d64dc;
	outline: 0;
	cursor: pointer
}

.faq-subscribe-invalid {
	color: red;
	font-size: 14px
}

.faq-subscribe-success {
	display: none;
	font-size: 16px;
	font-weight: 400;
	color: #7d64dc
}

h1,
h2 {
	font-size: 22px;
	text-align: center;
	margin: 0 0 24px;
	font-family: 'Montserrat-SemiBold';
	text-transform: uppercase;
}

.promocodeheading {
	font-size: 22px;
	text-align: center;
	margin: 0 0 24px;
	color: #545454;
	font-family: 'Montserrat-SemiBold';
	text-transform: capitalize;
}

@media (max-width:750px) {

	h1,
	h2 {
		font-size: 20px;
		margin: 0 0 16px
	}

	.promocodeheading {
		font-size: 20px;
	}
}

.more-ways-content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.more-ways-content h2 {
	font-size: 30px;
	text-align: left
}

.more-ways-content h3 {
	font-size: 26px;
	text-align: left
}

.more-ways-content p {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px
}

.more-ways-content a {
	color: #7d64dc;
	font-weight: 400
}

.more-ways-content a:hover {
	text-decoration: underline
}

.pg-wrapper {
	display: flex;
	justify-content: center
}

.flex-nav {
	height: 85px;
	border-bottom: 1px solid #e9e6e6;
	position: relative
}

@media (max-width:900px) {
	.flex-nav {
		height: 45px;
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width:1025px) {
	.flex-nav {
		padding-left: 20px;
		padding-right: 20px
	}
}

.nav-margin {
	height: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 20px;
	justify-content: space-between
}

@media (max-width:900px) {
	.nav-margin {
		flex-direction: column;
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		background-color: #fff;
		height: auto;
		border-bottom: 1px solid #e9e6e6;
	}
}

.logo {
	display: inline-block;
	font-weight: 500;
	font-size: 35px;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 5px
}

.logo a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

.logo .we {
	font-weight: 200
}

@media (max-width:900px) {
	.logo {
		height: 45px;
		margin-bottom: 0
	}
}

.nav-menu {
	background-color: #fff;
	z-index: 100
}

@media (max-width:900px) {
	.nav-menu {
		display: none;
		order: 2
	}
}

.nav-close {
	display: none
}

@media (min-width:900px) {
	.nav-close {
		display: none
	}
}

.nav-open {
	display: none
}

@media (max-width:900px) {
	.nav-open {
		display: block
	}
}

@media (max-width:900px) {
	.nav-menu-mobile-show {
		display: block !important
	}
}

@media (max-width:900px) {
	.nav-menu-mobile-hide {
		display: none
	}
}

ul.top-nav-items {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
	z-index: 100
}

.top-nav-items li a:hover {
	text-decoration: none;
	color: #ff5060;
}

@media (max-width:900px) {
	ul.top-nav-items {
		display: flex;
		flex-direction: column;
		align-items: center
	}
}

ul.top-nav-items li {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 15px;
	letter-spacing: .5px;
	line-height: 80px;
	font-family: 'Montserrat-SemiBold';
}

@media (max-width:900px) {
	ul.top-nav-items li {
		display: block
	}
}

ul.top-nav-items li:hover .nav-expander {
	display: block
}

@media (max-width:900px) {
	ul.top-nav-items li .nav-expander-label {
		display: none
	}
}

ul.top-nav-items li .nav-expander {
	display: none;
	position: absolute;
	background-color: #fff;
	top: 84px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #eae6e6;
	border-top: 1px solid #fff;
	padding: 0 20px 10px;
	z-index: 100
}

@media (max-width:900px) {
	ul.top-nav-items li .nav-expander {
		display: flex;
		position: relative;
		flex-direction: column;
		top: auto;
		left: auto;
		transform: none;
		border: none;
		padding: none;
		padding-top: 20px;
		text-align: center
	}
}

ul.top-nav-items li .nav-expander h2 {
	margin: 0;
	font-size: 18px;
	line-height: 35px
}

ul.top-nav-items li .nav-expander ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 36px
}

ul.top-nav-items li .nav-expander ul li {
	display: inline-block;
	background-color: #ededed;
	line-height: 28px;
	margin-left: 2px;
	margin-right: 2px;
	color: #565656;
	font-size: 14px;
	padding-left: 7px;
	padding-right: 7px;

}

ul.top-nav-items li .nav-expander ul li:hover {
	text-decoration: none;
}

@media (max-width:900px) {
	.nav-search-container {
		display: none;
		order: 1;
		padding-top: 20px
	}
}

.nav-search-container-top-margin {
	margin-top: 15px
}

@media (max-width:900px) {
	.nav-search-container-top-margin {
		margin-top: 0
	}
}

.nav-search {
	padding: 8px 10px;
	border-radius: 4px;
	background-color: #f0f0f0;
	font-family: 'Montserrat-SemiBold';
	padding-left: 20px;
}

.search-icon {
	position: relative;
	height: 18px;
	top: 2px;
	padding: 0 4px;
}

.nav-search-suggestions {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	margin-top: 2px;
	color: #343538;
	font-style: italic
}

.nav-search-suggestions a {
	text-decoration: underline
}

.aa-input {
	border: none;
	background: 0 0;
	font-size: 17px;
	font-weight: 200;
	width: 250px;
	color: #959595;
}

.aa-input:focus {
	outline: 0
}

.aa-dropdown-menu {
	width: 110%;
	background-color: #fff;
	top: 98% !important;
	border: 1px solid #e1e1e1;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
	box-sizing: border-box
}

.aa-dropdown-menu .aa-dataset-1 .aa-suggestions {
	text-align: left
}

.aa-dropdown-menu .aa-dataset-1 .aa-suggestions .aa-suggestion {
	line-height: 30px;
	margin: 5px 0;
	padding: 5px;
	cursor: pointer;
	font-weight: 300
}

.aa-dropdown-menu .aa-dataset-1 .aa-suggestions .aa-suggestion em {
	font-style: normal;
	font-weight: 400
}

.aa-dropdown-menu .aa-dataset-1 .aa-suggestions .aa-suggestion:hover {
	background-color: #f1f2f6
}

.aa-dropdown-menu .aa-dataset-1 .aa-suggestions .aa-suggestion img {
	height: 25px;
	width: 25px;
	vertical-align: middle;
	margin-right: 10px
}

.aa-dropdown-menu .aa-dataset-1 .aa-suggestions .aa-suggestion span {
	font-size: 18px;
	vertical-align: middle
}

.nav-icons {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 101;
	padding: 7px 10px
}

.nav-icon {
	height: 30px;
	width: 30px
}

.page-footer {
	width: 100%;
	background-color: #2b2b2b;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 40px
}

.page-footer .page-margin {
	margin-left: auto;
	margin-right: auto
}

.page-footer .footer-col {
	display: inline-block;
	width: 30%;
	font-size: 20px;
	vertical-align: top;
	box-sizing: border-box
}

.page-footer .footer-col:nth-of-type(4n-3) {
	padding-left: 12px;
	padding-right: 12px
}

.page-footer .footer-col:nth-of-type(4n-2) {
	padding-left: 12px;
	padding-right: 12px
}

.page-footer .footer-col:nth-of-type(4n-1) {
	padding-left: 12px;
	padding-right: 12px
}

.page-footer .footer-col:nth-of-type(4n-0) {
	padding-left: 12px;
	padding-right: 12px
}

.page-footer .footer-col .footer-col-heading {
	font-weight: 400;
	line-height: 30px;
	font-family: 'Montserrat-SemiBold';
}

.page-footer .footer-col .footer-logo {
	font-size: 30px
}

.page-footer .footer-col .footer-logo .footer-logo-we {
	font-weight: 200
}

.page-footer .footer-col .footer-text {
	font-weight: 200;
	font-size: 14px;
	line-height: 20px;

}

.page-footer .footer-col ul {
	list-style: none;
	padding: 0;
	margin: 14px 0;
}

.page-footer .footer-col ul li {
	font-size: 15px;
	font-weight: 200;
	line-height: 25px;
	text-transform: capitalize;
}

.page-footer .footer-col a:hover {
	text-decoration: none;
	color: #ff5060;
	outline: none;
}

.page-footer .footer-col .ext-button {
	width: 150px;
	margin-top: 20px
}

.page-footer .footer-col .app-button {
	width: 150px;
	margin-top: 10px;
	filter: invert(100%)
}

@media (max-width:900px) {
	.page-footer .footer-col {
		width: 50%;
		margin-bottom: 50px
	}

	.page-footer .footer-col:nth-of-type(2n-1) {
		padding-right: 5px;
		padding-left: 25px
	}

	.page-footer .footer-col:nth-of-type(2n-0) {
		padding-right: 25px;
		padding-left: 5px
	}

	.page-footer .footer-col .footer-text {
		line-height: 25px
	}

	.page-footer .footer-col ul li {
		line-height: 30px;
		font-size: 12px;
	}
}

.coupon-list-container {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: rgba(19, 41, 104, .2) 0 2px 5px 0;
	overflow: hidden
}

.coupon-list-heading {
	font-size: 16px;
	text-align: center;
	padding: 8px;
	border-bottom: 1px solid #e4e8ee;
	text-transform: uppercase;
}

.coupon-list-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 15px;
	border-bottom: 5px solid #e4e8ee;
	user-select: none;
	position: relative;
}

@media (max-width:750px) {
	.coupon-list-row {
		flex-wrap: wrap;
		padding: 16px 10px
	}
}

@media (min-width:750px) {
	.coupon-list-row:hover {
		/* animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
		transform: translate3d(0, 0, 0); */
		backface-visibility: hidden;
		perspective: 1000px
	}
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0)
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0)
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0)
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0)
	}
}

.coupon-list-row-active-hidden {
	display: none
}

.coupon-list-row-expired-hidden {
	display: none
}

.coupon-list-row-expired {
	opacity: .8
}

.coupon-list-footer {
	font-size: 18px;
	text-align: center;
	padding: 8px
}

.coupon-list-footer a {
	color: #ff5060;
	cursor: pointer;
	font-size: 15px;
	font-family: 'Montserrat-SemiBold';
	text-transform: uppercase;
}

.coupon-list-footer a:hover {
	text-decoration: none;
}

.coupon-info-container {
	display: flex;
	flex: 1;
}

@media (max-width:750px) {
	.coupon-info-container {
		flex-basis: 100%
	}
}

.coupon-logo {
	height: 60px;
	width: 60px;
	margin-right: 16px;
	cursor: pointer
}

@media (max-width:750px) {
	.coupon-logo {
		height: 50px;
		width: 50px;
		margin-right: 8px
	}
}

.coupon-info {
	font-size: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0;
	text-align: left;
	cursor: pointer;
}

@media (max-width:750px) {
	.coupon-info {
		width: auto
	}
}

@media (max-width:450px) {
	.coupon-info {
		overflow-wrap: anywhere
	}
}


.coupon-heading {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 2px;
}

.coupon-heading-flag {
	color: #565656;
	border: 1px solid #565656;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	padding: 0 5px
}

.coupon-heading-flag-green {
	color: #56c440;
	border-color: #56c440
}

.coupon-heading-flag-blue {
	color: #57c3f7;
	border-color: #57c3f7
}

.coupon-line-1 {
	text-transform: uppercase;
	font-family: 'Montserrat-SemiBold';
	color: #000;
	font-size: 18px;
	margin-bottom: 2px;
}

.coupon-line-2 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.coupon-domain {
	font-family: 'Montserrat-Light';
	color: #000;
	font-size: 12px;
}

.coupon-feature {
	cursor: pointer;
	display: inline-block;
	margin: 0 24px 0 0;
}

@media (max-width:750px) {
	.coupon-feature {
		margin-top: 10px;
		flex-basis: 25%;
		align-self: baseline;
		text-align: center
	}
}



.coupon-feature-title {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	font-family: 'Montserrat-SemiBold';
	color: #545454;
	margin-right: 6px;
}

.coupon-feature-value {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	font-family: 'Montserrat-SemiBold';
	color: #545454;
}

@media (max-width:750px) {
	.coupon-feature-value {
		font-size: 14px
	}
}

.coupon-feature-ending {
	font-size: 12px;
	line-height: 12px;
	color: #535353;
	height: 12px;
	font-weight: 300
}

.coupon-button-container {
	display: flex;
	flex-direction: column;
	width: 190px;
	justify-content: center;
	align-items: center;
}

@media (max-width:750px) {
	.coupon-button-container {
		width: 100%;
		margin-top: 10px;
	}
}

.coupon-button {
	box-sizing: border-box;
	border: 2px solid #fff;
	background-color: #002482;
	color: #fff;
	border-radius: 50px;
	height: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	align-self: center;
	width: 100%;
	position: relative;
	font-family: 'Montserrat-SemiBold';
}


.coupon-button:hover {
	color: #fff;
}


@keyframes Bounce {
	0% {
		transform: scale(1)
	}

	20% {
		transform: scale(1.2)
	}

	40% {
		transform: scale(.9)
	}

	60% {
		transform: scale(1.1)
	}

	80% {
		transform: scale(.95)
	}

	100% {
		transform: scaleX(1)
	}
}

@media (max-width:750px) {
	.coupon-button-bounce {
		animation: 2s ease-out 0s 1 Bounce
	}
	.coupon-responsive-cards {
		background: #f0f0f0;
		margin: 10px;
		border-radius: 10px;
	}
}

.coupon-button-sticker {
	border: 0
}

.coupon-button-sticker:hover {
	background-color: #7d64dc;
	color: #fff
}

.coupon-button-sticker:after {
	transition: all .2s ease-in-out;
	content: '';
	height: 16px;
	width: 16px;
	background-color: #7d64dc;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 8px 0 8px;
	box-shadow: -2px 2px 5px 2px rgba(0, 0, 0, .2);
	background: #b097ff;
	background: -moz-linear-gradient(45deg, #b097ff 0, #977ef6 50%, #f1f2f6 51%, #f1f2f6 100%);
	background: -webkit-linear-gradient(45deg, #b097ff 0, #977ef6 50%, #f1f2f6 51%, #f1f2f6 100%);
	background: linear-gradient(45deg, #b097ff 0, #977ef6 50%, #f1f2f6 51%, #f1f2f6 100%)
}

.coupon-button-sticker:hover:after {
	height: 27px;
	width: 27px
}

.coupon-button-highlight {
	background-color: #7d64dc;
	color: #fff
}

.coupon-button-highlight:hover {
	background-color: #fff;
	color: #7d64dc
}

.coupon-button-title {
	font-size: 10px;
	line-height: 10px
}

.coupon-button-title-hidden {
	display: none
}

.coupon-button-code {
	font-size: 14px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
}

@media (max-width:750px) {
	.coupon-button-code {
		font-size: 16px;
		padding: 0 14px;
	}
}

@media (max-width:320px) {
	.coupon-button-code {
		font-size: 16px
	}
}

.coupon-button-code-hidden {
	display: none
}

.coupon-button-flag {
	font-size: 14px;
	background-color: #dc7064;
	color: #fff;
	display: none;
	margin-bottom: 5px;
	padding: 2px 5px
}

.coupon-button-sub {
	display: none;
	margin-top: 5px;
	font-size: 14px;
	color: #565656
}

@media (max-width:750px) {
	.mob-order-1 {
		order: 1
	}

	.mob-order-2 {
		order: 2;
	}

	.mob-order-3 {
		order: 3
	}

	.mob-order-4 {
		order: 4
	}

	.mob-order-5 {
		order: 5
	}
}

.section-store-info {
	padding-left: 16px;
	padding-right: 16px
}

.store-info {
	display: flex
}

@media (max-width:750px) {
	.store-info {
		flex-direction: column
	}
}

.store-info-panel {
	box-sizing: border-box;
	width: 50%;
	font-size: 16px
}

@media (min-width:750px) {
	.store-info-panel:first-of-type {
		padding-right: 8px
	}

	.store-info-panel:last-of-type {
		padding-left: 8px
	}
}

@media (max-width:750px) {
	.store-info-panel {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}
}

.store-info-section {
	margin-bottom: 24px
}

.store-info-logo {
	width: 80px;
	height: 80px;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left
}

.store-info-name {
	font-size: 22px;
	font-family: 'Montserrat-SemiBold';
}

.store-info-domain {
	font-size: 16px;
	font-weight: 300
}

.store-info-tags {
	font-size: 0;
	margin-top: 5px
}

.store-info-tag {
	font-size: 16px;
	background-color: #ededed;
	color: #565656;
	display: inline-block;
	padding: 3px 5px 4px;
	margin-right: 6px;
	margin-bottom: 8px;
	/* border-radius: 4px */
}

.store-info-tag:hover {
	color: #f95060
}

.store-info-description {
	font-weight: 200
}

.store-summary-headline {
	font-size: 18px;
	font-weight: 600;
	color: #717171;
	margin-bottom: 16px;
	text-transform: uppercase;
	text-align: left;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0;
	margin-inline-end: 0
}

.store-summary-outlinks {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.store-summary-outlinks li {
	display: inline-block;
	line-height: 33px;
	margin: 2px 0;
}

.store-summary-outlinks a {
	font-weight: 400;
	color: #565656;
	background-color: #ededed;
	padding: 5px 10px;
	font-size: 15px;
	margin: 2px;
}

.store-summary-outlinks a:hover {
	color: #f95060;
	text-decoration: none;
}

.store-top-categories {
	list-style-type: none;
	margin: 0;
	/* padding: 0 120px; */
	/* text-align: center; */
	/* display: block; */
	/* margin: 0 auto; */
}

.store-top-categories li {
	display: inline-block;
	line-height: 33px;
	margin: 2px 0;
}

.store-top-categories a {
	font-weight: 400;
	color: #565656;
	background-color: #ededed;
	padding: 5px 16px;
	font-size: 15px;
	margin: 6px;
}

.store-top-categories a:hover {
	color: #f95060;
	text-decoration: none;
}

.store-summary-description {
	font-weight: 300;
	font-size: 14px;
}

.store-summary-description p {
	margin: 8px 0;
	font-weight: 200
}

.store-summary-link {
	color: #f95060;
	font-weight: 400
}

.store-summary-table {
	width: 100%
}

.store-summary-row {
	font-size: 16px;
	line-height: 24px
}

.store-summary-row-label {
	padding-left: 10px;
	border-bottom: 1px solid #f1f2f6;
	text-transform: capitalize;
	font-size: 14px;
}

.store-summary-row-label img {
	margin-right: 6px;
	;
}

.store-summary-row-value {
	border-bottom: 1px solid #f1f2f6;
	font-size: 14px;
}

.related-stores {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.related-store-wrapper {
	flex-basis: 33.3%;
	padding: 4px;
	box-sizing: border-box
}

@media (max-width:750px) {
	.related-store-wrapper {
		flex-basis: 100%
	}
}

.related-store {
	display: flex;
	flex-direction: row;
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #f1f2f6;
	list-style: none;
	text-decoration: none;
}

.related-store:hover {
	text-decoration: none;
	color: #ff5060;
}

.related-store-logo {
	height: 35px;
	width: 35px;
	margin-right: 8px;
	border-radius: 50%
}

@media (max-width:750px) {
	.related-store-logo {
		height: 50px;
		width: 50px
	}
}

.related-store-name {
	font-weight: 400
}

.related-store-title {
	font-size: 14px;
	font-weight: 200;
	list-style: none;
	text-decoration: none;
}

@media (max-width:750px) {
	.related-store-title {
		font-size: 20px
	}
}

.related-store-domain {
	font-size: 14px;
	font-weight: 200
}

@media (max-width:750px) {
	.related-store-domain {
		font-size: 17px
	}
}

.more-related-stores {
	display: flex;
	flex-direction: row
}

@media (max-width:750px) {
	.more-related-stores {
		flex-direction: column
	}
}

.more-related-stores-col {
	flex-basis: 33.3%
}

.more-related-stores-col h3 {
	font-size: 22px
}

@media (max-width:750px) {
	.more-related-stores-col {
		flex-basis: 100%
	}
}

.more-related-store-container {
	background-color: #fff;
	display: inline-block;
	padding: 1px 4px;
	margin-right: 6px;
	margin-bottom: 6px;
	border-radius: 4px;
	border: 1px solid #cacaca;
	box-sizing: border-box
}

.more-related-store {
	font-size: 15px;
	line-height: 22px;
	color: #565656
}

.more-related-store:hover {
	color: #7d64dc;
	text-decoration: underline
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, .5);
	display: none;
	justify-content: center;
	align-items: center
}

/* 
.modal {
	background-color: #fff;
	max-width: 450px;
	width: 450px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: rgba(19, 41, 104, .2) 0 2px 5px 0;
	position: relative;
	box-sizing: border-box
}

@media (max-width:750px) {
	.modal {
		max-width: 98%
	}
} */

.modal-content {
	padding: 16px
}

@media (max-width:750px) {
	.modal-content {
		padding: 8px
	}
}

.modal-close {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 20px;
	width: 20px;
	cursor: pointer
}

.modal-deal {
	display: flex;
	margin-bottom: 10px
}

.modal-logo {
	height: 55px;
	width: 55px;
	margin-right: 8px;
	border-radius: 50%
}

.modal-deal-info {
	font-size: 20px
}

.modal-section-title {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px
}

.modal-copy-container {
	display: flex;
	margin-bottom: 15px
}

.modal-copy-input {
	font-size: 24px;
	flex-basis: 75%;
	border-radius: 7px 0 0 7px;
	border: 2px solid #000;
	border-right: none;
	outline: 0;
	text-align: center;
	width: 75%
}

.modal-copy-button {
	font-size: 16px;
	flex-basis: 25%;
	background-color: #7d64dc;
	border: 2px solid #000;
	border-left: none;
	border-radius: 0 7px 7px 0;
	color: #fff;
	outline: 0;
	width: 25%
}

.modal-qa-container {
	height: 150px;
	position: relative;
	overflow: hidden
}

.modal-qa-question {
	border: 4px solid green;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 20px;
	height: 100%;
	width: 100%;
	background-color: #fff;
	position: absolute;
	display: flex;
	flex-direction: column;
	transition: .5s;
	color: green
}

.modal-qa-question-thanks {
	align-items: center;
	justify-content: center
}

.qa-position-left {
	transform: translateX(-110%)
}

.qa-position-right {
	transform: translateX(110%)
}

.qa-question-top {
	flex-basis: 35%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	text-align: center
}

.qa-question-storename {
	font-size: 14px;
	margin-bottom: 10px
}

.qa-question-bottom {
	flex-basis: 66%;
	display: flex;
	justify-content: center;
	align-items: center
}

.qa-question-bottom-col {
	flex-direction: column
}

.qa-answer-button {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-basis: 33.3%;
	cursor: pointer
}

.qa-answer-button:hover {
	background-color: rgba(0, 0, 0, .1)
}

.qa-answer-red {
	color: #c40c0c
}

.qa-answer-orange {
	color: orange
}

.qa-answer-grey {
	display: none;
	color: #565656
}

.qa-answer-icon {
	font-size: 30px;
	margin-bottom: 10px;
	border: 4px solid;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 33px;
	border-radius: 50%
}

.qa-answer-label {
	color: #565656
}

.qa-answer-input-container {
	font-size: 0;
	width: 90%;
	display: flex;
	margin-bottom: 10px
}

.qa-answer-input-input {
	color: #565656;
	width: 66%;
	font-size: 16px;
	border-top: 2px solid #565656;
	border-left: 2px solid #565656;
	border-bottom: 2px solid #565656;
	border-right: 0;
	text-align: center;
	line-height: 28px;
	border-radius: 5px 0 0 5px;
	outline: 0
}

.qa-answer-input-button {
	color: #565656;
	width: 33%;
	font-size: 14px;
	border-top: 2px solid #565656;
	border-right: 2px solid #565656;
	border-bottom: 2px solid #565656;
	border-left: 0;
	line-height: 28px;
	background-color: #f1f2f6;
	font-weight: 600;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
	outline: 0
}

.qa-question-skip {
	font-size: 14px;
	font-weight: 300;
	color: #565656
}

.qa-question-skip:hover {
	text-decoration: underline
}

.qa-thanks {
	font-size: 24px
}

#q0.qa-has-next-deal .qa-answer-orange,
#q0.qa-has-next-deal .qa-answer-red {
	display: none
}

#q0.qa-has-next-deal .qa-answer-grey {
	display: flex
}

#q0.qa-has-next-deal .qa-answer-button {
	flex-basis: 50%
}

#modal-deal {
	display: none
}

#modal-chrome {
	display: none
}

.modal-chrome {
	background-color: #7d64dc;
	padding: 20px;
	position: relative
}

.modal-chrome .ext-mockup-container {
	margin-bottom: 20px
}

.modal-chrome .ext-copy {
	margin-bottom: 20px
}

.modal-chrome-close {
	position: absolute;
	height: 12px;
	width: 12px;
	top: 6px;
	right: 6px;
	cursor: pointer
}

.ext-row {
	display: none;
	padding: 10px;
	background-color: #7d64dc;
	justify-content: space-around
}

@media (max-width:750px) {
	.ext-row {
		flex-direction: column
	}
}

.popup .ext-row {
	flex-direction: column
}

.ext-row-show {
	display: flex
}

.ext-headline {
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px
}

.ext-toolbar {
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	box-sizing: border-box;
	display: flex;
	padding: 5px;
	align-items: center;
	margin-bottom: 12px
}

.ext-toolbar-icons {
	height: 16px;
	padding: 0 10px
}

.ext-toolbar-url {
	font-size: 16px;
	font-weight: 300;
	background-color: #f1f3f4;
	flex-grow: 1;
	padding: 5px 15px;
	border-radius: 16px
}

.ext-mockup-container {
	display: flex;
	justify-content: center
}

.ext-mockup {
	padding: 8px 16px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
	border: 1px solid #565656;
	display: flex;
	position: relative;
	z-index: 1
}

.ext-mockup:before {
	content: ' ';
	height: 15px;
	width: 15px;
	position: absolute;
	top: -7px;
	left: 26px;
	background-color: #fff;
	transform: rotate(45deg);
	z-index: -1
}

.ext-logo {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin-right: 8px;
	align-self: center
}

@media (max-width:750px) {
	.ext-logo {
		height: 45px;
		width: 45px
	}
}

.ext-details {
	display: flex;
	flex-direction: column
}

.ext-line-1 {
	font-size: 14px;
	font-weight: 300
}

.ext-line-1 strong {
	font-weight: 500
}

@media (max-width:750px) {
	.ext-line-1 {
		font-size: 12px
	}
}

.ext-line-2 {
	font-size: 20px;
	font-weight: 600
}

@media (max-width:750px) {
	.ext-line-2 {
		font-size: 16px
	}
}

.ext-line-3 {
	font-size: 14px
}

@media (max-width:750px) {
	.ext-line-3 {
		font-size: 12px
	}
}

.ext-copy {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 8px
}

.ext-copy-1 {
	font-size: 22px;
	font-weight: 400
}

@media (max-width:750px) {
	.ext-copy-1 {
		font-size: 18px
	}
}

.ext-copy-2 {
	font-size: 20px;
	font-weight: 200
}

@media (max-width:750px) {
	.ext-copy-2 {
		font-size: 16px
	}
}

.ext-action {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.ext-action a {
	color: #fff;
	font-size: 20px;
	border: 2px solid #fff;
	padding: 10px;
	cursor: pointer;
	border-radius: 5px
}

.ext-action a:hover {
	background-color: #fff;
	color: #7d64dc
}

@media (max-width:750px) {
	.ext-action a {
		font-size: 18px;
		padding: 7px 10px
	}
}

.modal-chrome .ext-action a {
	font-size: 22px;
	background-color: #fff;
	color: #7d64dc
}

.modal-chrome .ext-action a:hover {
	background-color: #7d64dc;
	color: #fff
}

.ext-sub-action-container {
	text-align: center
}

.ext-sub-action {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	font-size: 15px;
	font-weight: 300;
	margin-top: 10px;
	cursor: pointer
}

.modal-ext-reviews {
	padding: 10px;
	background-color: #f5f5f5
}

.ext-reviews-store {
	display: flex;
	align-items: center
}

.ext-store-logo {
	height: 35px;
	justify-self: flex-start
}

.ext-store-stars {
	font-size: 21px;
	color: #4c4c4c;
	letter-spacing: 2px;
	margin-left: auto;
	margin-right: auto
}

.ext-store-users {
	font-size: 16px;
	font-weight: 400;
	color: #4c4c4c;
	margin-left: 25px;
	justify-self: flex-end
}

.ext-review-scroll {
	padding-top: 10px
}

.ext-review-container {
	padding: 10px;
	color: #484848
}

.ext-review-text {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center
}

.ext-review-details {
	text-align: center
}

.ext-review-author {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px
}

.ext-review-date {
	display: inline-block;
	font-size: 14px;
	font-weight: 300
}

.email-row {
	display: none;
	padding: 16px;
	border-bottom: 1px solid #f1f2f6;
	background-color: #7d64dc;
	justify-content: space-evenly
}

@media (max-width:750px) {
	.email-row {
		padding: 10px;
		flex-direction: column;
		align-items: center
	}
}

.email-row-show {
	display: flex
}

.email-copy {
	display: flex
}

@media (max-width:750px) {
	.email-copy {
		margin-bottom: 16px
	}
}

.email-logo {
	margin-right: 16px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, .5)
}

.email-copy-lines {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.email-copy-1 {
	font-size: 20px
}

.email-copy-1 strong {
	font-weight: 600
}

@media (max-width:750px) {
	.email-copy-1 {
		font-size: 18px
	}
}

.email-copy-2 {
	font-size: 18px;
	font-weight: 300
}

@media (max-width:750px) {
	.email-copy-2 {
		font-size: 16px
	}
}

.email-form {
	display: flex;
	align-items: center;
	flex-basis: 40%;
	justify-content: center
}

@media (max-width:750px) {
	.email-form {
		max-width: 400px;
		width: 100%
	}
}

.email-input {
	font-size: 16px;
	flex-basis: 75%;
	border-radius: 7px 0 0 7px;
	border: 2px solid #000;
	border-right: none;
	outline: 0;
	text-align: center;
	padding: 6px
}

.email-button {
	font-size: 16px;
	flex-basis: 25%;
	background-color: #f1f2f6;
	border: 2px solid #000;
	border-left: none;
	border-radius: 0 7px 7px 0;
	color: #565656;
	outline: 0;
	padding: 6px;
	cursor: pointer
}

.email-button:hover {
	background-color: #f95060;
	color: #fff
}

.email-confirm {
	display: none;
	font-size: 20px;
	color: #fff
}

.email-confirm-show {
	display: block
}

.limited-text {
	display: inline-block;
	color: #000;
	font-size: 14px;
}

.limited-text p {
	margin: 0;
}

.socialicons {
	display: inline-block;
	float: right;
}

.socialicons ul {
	display: inline-block
}

.socialicons li {
	display: inline-block
}

.socialicons li a {
	display: inline-block
}

.logofoot {
	display: inline-block;
	margin-top: 14px;
}

.footercopyright {
	display: inline-block;
	width: 100%;
}

.footercopyright p {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 11px;
	margin-top: 30px;
	margin-bottom: 0;
}

.hvr-curl-top-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}

.hvr-curl-top-right:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: 0;
	right: 0;
	background: white;
	/* IE9 */
	background: linear-gradient(225deg, white 45%, #bccfff 50%, #bfd1ff 56%, #b1c4f5 80%);
	/* linear-gradient(225deg, white 45%, #4b8d16 50%, #4b8d16 56%, #4b8d16 80%); */
	/* box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4); */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

.hvr-curl-top-right:hover:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:active:before {
	width: 28px;
	height: 26px;
	border-bottom-left-radius: 20px;
}

.homestoreheading {
	font-size: 20px;
	text-transform: uppercase;
	background-color: #002482;
	color: #fff;
	padding: 12px 20px;
	margin: 10px 0;
	font-family: 'Montserrat-SemiBold';
	display: inline-block
}


.code-field {
	background: #f7f7f7;
	padding: 5px 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 2px #002482 dashed;
}

.coupon-type-label {
	font-size: 12px;
	color: #db1336;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.offer-store-icon {
	width:120px;
	height:120px;
	object-fit: cover;
    border: 1px solid #c4c4c4;
}

.no-code {
	background: #f7f7f7;
	padding: 10px 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px #002482 dashed;
}