* {
	box-sizing: border-box;
}
:root {
 --primaryColor: #6F33AF;
 --primaryBlack: #000000;
 --whiteColor: #FFFFFF;
 --purpleColor: #562382;
 --lightGray: #DCDCDC;
 --secondaryPurple: #793DC9;
 --defaultColor:rgba(14, 14, 14, 1);
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
p {
	margin: 0;
}
.clear {
	clear: both;
}
body {
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background: var(--whiteColor);
}
.container {
	width: 80%;
	margin: 0 auto;
}
.container::after {
	content: "";
	display: table;
	clear: both;
}
header {
	padding: 20px 0;
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width:1200px){
	header{width: 90%;}
	.container { width:90%;}
}
.logo2 {
	width: 25%;
}
.logo2 img {
	max-width: 100%;
}
.search2 {
	width: 30%; position: relative;
}
.search2 form {
	position: relative;
}
.search2 input[type=text] {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 25px;
	font-size: 18px;
	height: 50px;
	padding-left: 20px;
	background: #fff;
}
.search2 input[type=text]:focus {
	outline: none;
}
.search2 input[type=text]::placeholder {
 color: rgba(127, 124, 125, 0.5);
font-size:14px;
font-weight:400;
}
.search2 button {
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 5px;
	border-radius: 100%;
	border: 0;
	background: var(--primaryColor);
	position: absolute;
	top: 4px;
	right: 5px;
}
.otherhed2 {
	width: 38%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.otherhed2 span {
	color: var(--primaryColor);
	display: block;
	cursor: pointer;
	padding: 0 30px;
	font-size: 19px;
}
.otherhed2 span a {
	color: var(--primaryColor);
	display: block;
}
.drpbox {
	display: none;
}
.otherhed2 span a:hover {
	color: var(--primaryBlack);
}
span.drpbtn {
	position: relative;
}
.drpbox {
	position: absolute;
	z-index: 10;
	display: none;
	left: -40px;
	margin-bottom: 0;
}
.drpbox:before {
	content: "▲";
	font-size: 36px;
	line-height: 36px;
	width: 20px;
	margin-bottom: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: var(--primaryColor);
}
.drpbox-stores:before {
	content: "▲";
	font-size: 36px;
	line-height: 36px;
	width: 20px;
	margin-left: 80px;
	margin-bottom: 0;
	display: block;
	color: var(--primaryColor);
}
.drpbox-in {
	width: 190px;
	background: var(--primaryColor);
	border-radius: 10px;
	padding: 10px;
	margin-top: -14px;
	border: 1px solid rgba(255,255,255,0.20)
}
.drpbox a {
	display: block;
	text-align: left;
	color: #fff;
}
.drpbox-instores {
	width: 300px;
}
.drpbox-instores a {
	float: left;
	width: 45%;
	margin-right: 2.5%;
	display: block;
	color: #fff;
}
span.drpbtn:hover .drpbox {
	display: block;
	border-top-left-radius: 0px;
}
#divResult {
	position: absolute;
	width: 99.5%;
	display: none;
	margin-top: 2px;
	border: solid 0px #ddd;
	border-top: 0px;
	overflow: hidden;
	border-radius: 5px;
	z-index: 100;
	opacity: 0.99;
	filter: alpha(opacity=99);
	background: none;
}
#divResult:before {
	content: "▲";
	font-size: 36px;
	line-height: 36px;
	width: 20px;
	margin-bottom: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: var(--primaryColor);
}
.display_box {
	padding: 4px;
	border: none;
	display: block;
	font-size: 12px;
	height: auto;
	background: #fff;
}
.divResultin {
	background: var(--primaryColor);
	border: 1px solid #eee;
	margin-top: -14px;
	border-radius: 20px;
	overflow: hidden;
	padding:0px;
}
.headicon {
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 15px;
	display: none;
	cursor: pointer;
}
.mbesearch {
	right: 10px;
}
.otherhed2 .drpbox-in a {
	color: #fff;
	font-size: 14px;
	padding-bottom: 5px;
}
.header-bottom {
	background: var(--primaryColor);
	padding: 100px 0 180px 0;
}
.contact-us {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.contact-us h1 {
	font-size: 66px;
	line-height: 60px;
	margin-bottom: 20px;
}
.contact-us h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.contact-us p {
	line-height: 28px;
	color: rgba(255,255,255,0.90);
}
.bg-over-white {
	position: relative;
	background: #fff;
	margin-top: -100px;
	border-radius: 25px;
}
#registation-form {
	margin: 0px 5%;
	padding-top: 100px;
}
#registation-form form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#registation-form form .col-50 {
	width: 49%;
	margin-bottom: 30px;
}
#registation-form form .col-100 {
	width: 100%;
	margin-bottom: 30px;
}
#registation-form .inputfiled .label {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
#registation-form .inputfiled input {
	width: 100%;
	padding: 20px 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	font-size: 20px;
	color: var(--primaryColor);
}
#registation-form .inputfiled textarea {
	width: 100%;
	height: 200px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.cpachaimgbx {
	margin-left: 20%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#captchaimg {
	width: 20%;
	float: left;
}
.cpachaimgbx input {
	width: 28%;
	float: left;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.inputfiled button {
	cursor: pointer;
	background: var(--primaryColor);
	border: 2px solid var(--primaryColor);
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	padding: 20px 25px;
	width: 200px;
	font-size: 20px;
}
.inputfiled button:hover {
	background: #fff;
	color: var(--primaryColor);
}
#code-refresh {
	color: #009DDA;
	width: 5%;
	float: left;
	font-size: 22px;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
}
.subscribe {
	position: relative;
	background: var(--primaryColor);
	border-radius: 25px;
	overflow: hidden;
	height: 300px;
	margin-top:50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.subscribe::before, .subscribe::after {
	content: "";
	display: block;
	height: 100%;
}
.subscribe::before {
	width: 50%; /* Adjust the width as needed */
	float: left;
	background-image: url('https://d23p47kequsfdo.cloudfront.net/images/sbu-left.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.subscribe::after {
	width: 50%;
	float: right;
	background-image: url('https://d23p47kequsfdo.cloudfront.net/images/sbu-right.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.subscribe-inner {
	width: 100%;
	max-width: 800px;
}
.subscribe form {
	width: 100%;
	background: #fff;
	border-radius: 32px;
	position: relative;
	padding: 2px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding-left: 20px;
}
.icon-container {
	width: 30px;
	padding-top: 17px;
}
.subscribe form button {
	cursor: pointer;
	background: var(--primaryColor);
	border: 1px solid var(--primaryColor);
	color: #fff;
	border-radius: 32px;
	padding: 18px 0;
	width: 170px;
	font-size: 18px;
	font-weight: bold;
}
.subscribe form input {
	padding: 10px 0;
	width: calc(100% - 220px);
	border: 0;
	outline: none;
	color: var(--primaryColor);
	font-weight: 500;
	font-size: 17px;
}
.heading {
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.footer {
	width: 80%;
	margin: 100px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
@media screen and (max-width:1200px){
	.footer { width:90%; }
}
.f-col-40 {
	width: 35%;
	padding-right: 5%;
}
.f-col-20 {
	width: 20%;
}
.footer p {
	color: #777;
	line-height: 28px;
}
.disclosure {
	text-align: center;
	margin: 50px 0 20px 0;
	width: 100%;
}
.social-media {
	font-size: 26px;
	margin-top: 10px;
}
.social-media i {
	cursor: pointer;
	display: inline-block;
	margin-right: 15px;
}
.f-title {
	font-weight: 900;
	font-size: 18px;
}
.links a {
	color: #666;
	margin-top: 15px;
	display: block;
	position: relative;
	padding-bottom: 3px;
}
.links a:hover {
	text-decoration: none;
}
.links a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--primaryColor);
	transition: width 0.3s ease;
}
.links a:hover::after {
	width: 100%;
}
.copyrights {
	background: var(--primaryColor);
	text-align: center;
	gap: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	margin-top: 50px;
	padding: 15px 0;
}
.copyrights p {
	font-size: 14px;
	color: #fff;
}
.copyrights a {
	color: #fff;
	display: inline-block;
}
.copyrights a:hover {
	text-decoration: overline;
}
.ion-android-more-vertical::after {
	content: "-";
	margin: 0 5px;
	color: rgba(255,255,255, 0.50);
	font-weight: 900;
}
/*.footer {
	width: 80%;
	margin: 100px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.f-col-40 {
	width: 35%;
	padding-right: 5%;
}
.f-col-20 {
	width: 20%;
}*/
.footer p {
	color: #777;
	line-height: 28px;
}
.disclosure {
	text-align: center;
	margin: 50px 0 20px 0;
	width: 100%;
}
.social-media {
	font-size: 26px;
	margin-top: 10px;
}
.social-media i {
	cursor: pointer;
	display: inline-block;
	margin-right: 15px;
}
.f-title {
	font-weight: 900;
	font-size: 18px;
}
.links a {
	color: #666;
	margin-top: 15px;
	display: block;
	position: relative;
	padding-bottom: 3px;
}
.links a:hover {
	text-decoration: none;
}
.links a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--primaryColor);
	transition: width 0.3s ease;
}
.links a:hover::after {
	width: 100%;
}
.home-banner {
	background: var(--primaryColor);
}
.banners {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner-content {
	width: 40%;
	margin-left: 10%;
	color: #fff;
}
.banner-content h1 {
	font-size: 3.75vw;
}
.banner-content p {
	margin-top: 10px;
}
@media screen and (max-width: 600px) {
	.home-banner{ min-height: 220px;}
	.banner-content {
		width: 45%; 
		margin-left:5%;
	}
	.banner-content h1 {
		font-size: 4.75vw;
	}
	.banner-content p {
		display: none;
	}
}
.banner-bta span {
	display: block;
	width: 150px;
	color: #000;
	background: #fff;
	text-align: center;
	font-weight: 800;
	padding: 12px 15px;
	margin-top: 20px;
	border-radius: 5px;
	cursor: pointer;
}
.banner-img {
	width: 45%;
}
.banner-img img {
	max-width: 100%;
}
.hh2 {
	font-size: 40px;
	font-weight: 800;
	margin-top: 80px;
}
.h-center {
	text-align: center;
}
@media screen and (max-width: 600px) {
	.hh2 {
		font-size: 30px;
		font-weight: 800;
		margin-top: 30px;
	}
}
.pp2 {
	color: #666;
}
.p-center {
	text-align: center;
}
.feature-stores {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
}
.feature-stores .fs-col {
	width: calc(20% - 30px);
	border: 1px solid #ddd;
	text-align: center;
	padding: 10px 0;
	margin-top: 5px;
	border-radius: 5px;
}
@media screen and (max-width: 600px) {
	.feature-stores {margin-top: 20px; gap: 15px;}
	.feature-stores .fs-col {
		width: calc(33% - 15px);
	}
	.feature-stores .mobileno{ display: none;}
}
.feature-stores .fs-col img {
	max-width: 100%;
}
.heading-with-link {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.heading-with-link a {
	font-size: 18px;
	color: var(--primaryColor);
	font-weight: 400;
	text-decoration: underline;
}
.main-home {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 50px;
}
.home-coupon {
	width: calc(25% - 20px);
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	display: flex;
    justify-content: normal;
    align-items: start;
    flex-direction: column;
}
.home-coupon .store-logo {
	text-align: center;
	margin: 20px auto;
}
.home-coupon .store-logo img {
	max-width: 100%;
}
.hom-coupon-detail{ width: 100%;}
.home-coupon .percentage-value {
	font-weight: 800;
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.home-coupon .store-name {
	color: #000;
	font-size: 18px;
	font-weight: 800;
}
.home-coupon .store-name a{ color: #000;}
.home-coupon .coupon-title {
	font-size: 14px;
	color: #666; width: 100%;
	height: 70px;
	margin-top: 10px;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
	.home-coupon {
		width: calc(100% - 0px);
		border: 1px solid #ddd;
		border-radius: 10px;
		padding: 10px;
		display: flex;
		justify-content: space-between;
    	align-items: stretch;
		flex-direction: row;
	}
	.home-coupon .store-logo {
		text-align: center;
		margin: 0px 0; width: 100px; 
	}
	.hom-coupon-detail{ width:calc(96% - 120px);}
	.home-coupon .coupon-title { height: auto; margin-bottom: 5px;}
}



.home-coupon .verified-code img {
	float: left;
	margin-right: 5px;
}
.home-coupon .verified-code {
	font-size: 13px;
}
.home-coupon .cta-button-cat {
	margin-top: 20px;
	text-align: center;
}
.home-coupon .cta-button-cat span {
	background: var(--primaryColor);
	color: #fff;
	display: inline-block;
	cursor: pointer;
	padding: 7px 0;
	width: 100%;
	border-radius: 5px;
}
@media screen and (max-width: 600px) {
	.home-coupon .cta-button-cat {
		margin-top: 20px;
		text-align: left;
	}
	.home-coupon .cta-button-cat span {
		padding: 10px 0;
		width: 200px;
	}
}
.h-headings {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hh3 {
	font-size: 40px;
	font-weight: 800;
}
.pp3 {
	color: #666;
}
.nav-slider-btns span {
	display: inline-block;
	font-size: 22px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	color: var(--primaryColor);
	cursor: pointer;
}
.nav-slider-btns span.fa-active-slide {
	background: var(--primaryColor);
	color: #fff;
}
.nav-slider-btns span:hover {
	background: var(--primaryColor);
	color: #fff;
}
.slider {
	overflow: hidden;
	margin-top: 50px;
	position: relative;
}
.slides {
	display: flex;
	transition: transform 0.5s ease;
}
.category-box-h {
	width: 330px;
	flex-shrink: 0;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 5px;
	margin-right: 30px;
}
.category-img img {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.category-name {
	text-align: left;
}
.category-name a {
	display: inline-block;
	font-size: 24px;
	font-weight: 800;
	color: #000;
	margin: 10px 0;
}
.category-stores {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.category-stores a {
	display: block;
}
.category-stores a img{ max-width: 80%;}
.category-box-h:hover {
	border-color: var(--primaryColor);
}
.category-stores a:hover {
	color: var(--primaryColor);
}
@media screen and (max-width: 600px) {
	.h-headings {
		margin-top: 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.hh3 {
		font-size: 28px;
		font-weight: 800;
	}
}
.get-unlimited-coupons {
	background: var(--primaryColor);
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 150px;
	height: 250px;
	padding: 0 10%;
}
.guc-content {
	width: 50%;
	color: #fff;
}
.guc-img {
	width: 50%;
}
.guc-title {
	font-size: 44px;
	font-weight: 800;
}
.guc-txt {
	font-weight: 300;
	margin-top: 10px;
}
.guc-btn span {
	display: block;
	text-align: center;
	width: 230px;
	background: #fff;
	color: var(--primaryColor);
	cursor: pointer;
	font-weight: 800;
	padding: 15px 20px;
	margin-top: 15px;
	border-radius: 25px;
}
@media screen and (max-width: 600px) {
	.get-unlimited-coupons {
		margin-top: 150px;
		height: auto;
		flex-wrap: wrap;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.guc-content {
		width: 100%; text-align: center;
	}
	.guc-title {
		font-size: 34px;
		font-weight: 800;
	}
	.guc-img {
		width:100%;
	}
	.guc-img img{ max-width: 100%;}
	.guc-btn span { display: inline-block;}
}

.popular-stores {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
.pop-h-store {
	width: 17%;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.pop-store-logo {
	width: 80px;
}
.pop-store-logo img {
	max-width: 100%;
}
.pop-store-name {
	width: calc(100% - 100px);
	font-weight: 800;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (max-width: 600px) {
	.popular-stores {
		margin-top: 30px;
	}
	.pop-h-store {
		width: 47%; flex-wrap: wrap;
	}
	.pop-store-logo {
		width: 100%; text-align: center;
	}
		.pop-store-logo img {
			max-width: 100%;
		}
		.pop-store-name {
		width: calc(100% - 0px); text-align: center;}
}


.pop-store-name a{ color: #000;}
.pop-h-store:hover {
	border-bottom: 1px solid var(--primaryColor);
}
.load-more-pop {
	text-align: center;
	margin-top: 50px;
}
.load-more-pop span {
	display: inline-block;
	width: 220px;
	font-size: 22px;
	padding: 15px 0px;
	text-align: center;
	color: var(--primaryColor);
	border: 2px solid var(--primaryColor);
	border-radius: 35px;
}
.load-more-pop span:hover {
	background: var(--primaryColor);
	color: #fff;
	cursor: pointer;
}
.holideals {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 20px;
}
.holideal {
	width: calc(50% - 30px);
	border: 1px solid #ddd;
	margin-top: 30px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 20px;
}
.holideal-logo {
	width: 200px;
	text-align: center;
}
.holideal-logo img {
	max-width: 100%;
}
.holideal-content {
	width: calc(100% - 240px);
}
@media screen and (max-width: 600px) {
	.holideals { gap:20px;}
	.holideal {
		width: calc(100% - 0px);
		padding: 20px 20px;
		margin-top:20px;
	}
	.holideal-logo {
		width: 100px;
		text-align: center;
	}
	.holideal-content {
		width: calc(100% - 120px);
	}
}

.holideal-store {
	font-size: 24px;
	font-weight: 800;
	margin: 10px 0;
}
.holideal-store a{ color:#000;}
.holideal-cta {
	font-size: 20px;
	color: var(--primaryColor);
	margin-top: 10px;
	text-transform: capitalize;
	cursor: pointer;
}
.holideal-cta i {
	display: inline-block;
	margin-left: 20px;
	transition: margin 0.5s;
}
.holideal-cta:hover i {
	display: inline-block;
	margin-left: 5px;
}
.blogs {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 20px;
}
.post {
	width: calc(50% - 30px);
	margin-top: 30px;
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
	.post {
		width: calc(100% - 0px);
		margin-top: 30px;
		border-radius: 10px;
		overflow: hidden;
	}
}
.post-img {
	height: 350px;
	overflow: hidden;
}
.post-img img {
	width: 100%;
}
.post-content {
	margin-top: -40px;
	position: relative;
	padding: 0 10%;
}
.post-date {
	margin-bottom: 30px;
}
.post-date span {
	display: inline-block;
	background: var(--primaryColor);
	color: #fff;
	padding: 20px 30px;
	border-radius: 5px;
}
.post-title {
	font-size: 26px;
	font-weight: 800;
}
.post-title a{ color: #000;}
.post-title a:hover{ color: var(--primaryColor);}
.post-detail {
	color: #666;
	margin-top: 10px;
}
.post-readmore {
	margin-top: 20px;
}
.post-readmore span {
	display: inline-block;
	color: var(--primaryColor);
	font-weight: 800;
	font-size: 18px;
	cursor: pointer;
}
.categorylist-page {
	margin-top: 50px;
	text-align: center;
}
.categorylist-page h1 {
	font-weight: 800;
	font-size: 36px;
	margin-bottom: 10px;
}
.categorylist-page h2 {
	font-weight: 800;
	margin-bottom: 30px;
}
.categories-page {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 30px;
	flex-wrap: wrap;
}
.category-box-5 {
	width: calc(20% - 30px);
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 5px;
}
@media screen and (max-width: 800px) {
	.category-box-5 {
		width: calc(33% - 30px);
		border: 1px solid #ddd;
		border-radius: 10px;
		padding: 5px;
	}
}
@media screen and (max-width: 600px) {
	.categories-page {
		gap:10px;
	}
	.category-box-5 {
		width: calc(50% - 10px);
		border: 1px solid #ddd;
		border-radius: 10px;
		padding: 5px;
	}
}
.category-img-5 img {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.category-name-5 {
	text-align: left;
}
.category-name-5 a {
	display: inline-block;
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin: 10px 0;
}
.category-stores-5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.category-stores-5 a {
	display: block;
}
.category-stores-5 a img{ max-width: 80%;}
.category-box-5:hover {
	border-color: var(--primaryColor);
}
.category-stores-5 a:hover {
	color: var(--primaryColor);
}
.cate-list-page {
	margin-top: 50px;
}
.cate-list-page h1 {
	font-weight: 800;
	font-size: 36px;
	margin-bottom: 10px;
}
.cate-list-pagee h2 {
	font-weight: 800;
	margin-bottom: 30px;
}
.cate-detail {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.cate-detail a {
	color: var(--primaryColor);
}
.category-page {
	margin-top: 50px;
}
.categorylist {
	width: calc(25% - 20px);
	float: left;
	
}
.categorylist-in{
border: 1px solid #ddd; margin-bottom: 20px;
	border-radius: 10px;
}
.list-title {
	padding: 20px;
	font-weight: 800;
	font-size: 24px;
	border-bottom: 1px solid #ddd;
}
.list-title i {
	display: inline-block;
	float: right;
	color: #666;
	font-size: 20px;
	margin-top: 8px;
}
.list-categories {
	padding: 20px;
}
.list-categories a {
	display: block;
	color: #000;
	margin-bottom: 15px;
	
}
.list-categories a i {
	display: inline-block;
	float: right;
	color: #666;
}
.list-categories a:hover {
	color: var(--primaryColor);
}
.main-cateogry-content {
	width: 75%;
	float: right;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px;
	flex-wrap: wrap;
}
.category-coupon {
	width: calc(33.3% - 20px);
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
}
.category-coupon .store-logo {
	text-align: center;
	margin: 20px auto;
}
.category-coupon .coupon-title {
	font-size: 14px;
	color: #666;
	height: 60px;
	margin-top: 10px; margin-bottom: 15px;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
	.main-cateogry-content {
		width:100%; float: none; margin-bottom: 20px;
	}
	.categorylist {
		width:100%;
		float: none;
		
	}
	.category-coupon {
		width: calc(100% - 0px); display: flex; justify-content: space-between; align-items: stretch;
	}
	.category-coupon .store-logo { width: 100px;}
	.ca-p-d{ width: calc(100% - 120px);}
	.category-coupon .coupon-title { height: auto;}
}
.category-coupon .store-logo img {
	max-width: 100%;
}
.category-coupon .percentage-value {
	font-weight: 800;
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.category-coupon .store-name {
	color: #000;
	font-size: 18px;
	font-weight: 800;
}
.category-coupon .store-name a{color: #000;}
.category-coupon .store-name a:hover{ color:var(--primaryColor);}

.verified-code img {
	float: left;
	margin-right: 5px;
}
.verified-code {
	font-size: 13px;
}
.cta-button-cat {
	margin-top: 20px;
	text-align: center;
}
.cta-button-cat span {
	background: var(--primaryColor);
	color: #fff;
	display: inline-block; cursor: pointer;;
	padding: 7px 0;
	width: 100%;
	border-radius: 5px;
}
@media screen and (max-width: 600px) {
	.cta-button-cat { text-align: left;}
	.cta-button-cat span { padding: 10px 0;
	width: 200px; text-align: center;}
}
.header-bottom-store {
	background: var(--primaryColor);
	padding: 50px 0 100px 0;
}
.col-main {
	width: 72%;
	float: right;
	position: relative;
	margin-top: -120px;
}
.col-left {
	width: 25%;
	float: left;
	margin-top: -100px;
}
.col-main h1 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 36px;
}
.col-main h2 {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}
.col-main h2 i {
	color: #9AD909;
}
.heading-2 {
	margin-top: 80px;
	font-weight: 800;
	font-size: 28px;
}
@media screen and (max-width:1100px) {
	.col-main h1 {font-size: 30px;}
}
@media screen and (max-width:900px) {
	.col-main { margin-top: -130px; }
}
@media screen and (max-width:800px) {
	.header-bottom-store {
		background: #fff;
		padding:20px 0 0px 0; border-top:1px solid #ddd;
	}
	.col-main {
		width:100%;
		float:none;
		position: relative;
		margin-top:20px;
	}
	.col-left {
		width:100%;
		float:none;
		margin-top: 50px;
	}
	.col-main h1 { color: #000;}
	.col-main h2 { color: #333;}
	.heading-2 { margin-top:40px; font-size: 24px;}
}
h2.heading-2-3 {
	font-weight: 800;
	font-size: 28px;
	color: #000;
	margin: 50px 0 30px 0;
}
h2.h2sub {
	font-weight: 800;
	font-size: 28px;
	color: #000;
	margin-bottom: 10px;
	margin-top: 20px;
}
.col-box {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	padding: 0px 0px;
	margin-top: 20px;
	transition: transform 0.3s;
	border-bottom: 1px solid #ddd;
}
.percentage-values {
	width: 120px;
	font-weight: 800;
	color: var(--primaryColor);
	border-right: 1px solid #ddd;
	font-size: 30px;
	text-align: center;
	padding: 20px 0;
	line-height: 30px;
}
span.offbox {
	display: block;
	font-size: 20px;
	line-height: 20px;
}
.codetype {
	display: inline-block;
	background: orange;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}
.exclusive {
	background: #2D99BB;
}
.sales {
	background: #2DBB44;
}
.offer-btn {
	position: relative;
	width: 200px;
	padding-top: 15px;
}
.offer-content {
	width: calc(95% - 120px);
	padding-bottom: 20px;
	display: flex; justify-content: space-between; align-items: stretch;
}
.offer-content-in{ width:calc(96% - 200px);}
.offer-content h3 {
	font-size: 26px;
	padding-top: 10px;
}
.sub-col-box {
	margin-top: 5px;
	color: #666;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}
@media screen and (max-width: 600px) {
	.col-box { flex-wrap: wrap;}
	
	.offer-btn { width: 100%;}
	.offer-content-in{ width:100%;}
	.offer-content { flex-wrap: wrap;}
	.offer-content h3 {
		font-size: 22px;
		padding-top: 10px;
	}
	.sub-col-box {
		gap: 10px; font-size: 14px;
	}
}

.sub-col-box span {
	display: inline-block;
	color: #666;
}
.fa-certificate {
	color: var(--primaryColor);
}
.detail-toogle-btn {
	cursor: pointer;
}
.detail-toogle-btn:hover {
	color: var(--primaryColor);
}
.detail-toogle-btn .fa {
	font-size: 12px;
}
.verified-check img {
	float: left;
	margin-right: 3px;
}
.offer-detail {
	font-size: 14px;
	margin-top: 10px;
	color: #666;
	line-height: 23px;
}
.notshow {
	display: none;
}
.btn-show-code {
	background-color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	padding: 5px 25px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
.btn__darkblue {
	background-color: var(--primaryColor);
	color: #fff;
	border: 1px dashed #fff;
}
.promo3__btn {
	font-size: 14px;
	font-weight: 500;
	margin-left: 00px;
	padding: 10px 15px;
	width: 190px;
}
.pr {
	position: relative;
}
.dblock {
	display: block;
}
.btn__corner--darkblue {
	background-color: #B168FF;
}
.btn__corner--darkblue {
	border-top: 25px solid #ddd;
	border-left: 25px solid transparent;
	border-bottom-left-radius: 5px;
	bottom: 0;
	height: 25px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: .2s;
	width: 25px;
}
.corner--animate:hover .btn__corner--darkblue {
	border-top: 40px solid #ddd;
	border-left: 40px solid transparent;
	border-bottom-left-radius: 5px;
	bottom: 0;
	height: 30px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: .2s;
	width: 40px;
}
    .list-coupons {
      margin:30px 0 30px 0; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap;
    }
    .list-coupon {
      width: 49%; position:relative; padding:10px; border:1px solid #ddd; margin-bottom:20px; border-radius:5px; display:flex; justify-content:left; align-items:center;
    }
    .list-coupon-title {
    color: #666; line-height:22px; margin-left:30px;
    }
	  .list-coupon:after {
    content: "\f105";
    font-family:'FontAwesome';
    position: absolute;
    right: 0px;
    top: 38%;
    display: block;
    width: 30px;
    font-size: 20px;
    color:#6F33AF;
  }
@media screen and (max-width: 600px) {
	.list-coupons { align-items: stretch;}
	.list-coupon {    flex-direction: column; width: 47%; overflow: hidden;}
	 .list-coupon:after { display: none;}
	 h2.h2sub { font-size: 24px; line-height: 36px;}
} .list-coupon-title { margin-left:25;}	
  .list-coupon-title a {
    font-size: 18px;
    color:#666;
    font-weight: 500;
  }
.list-coupon-title span {
	display: block;
	font-weight: 700; color:#000;
	padding-bottom: 5px;
}

  .faqslist {
    margin-top:20px; margin-bottom:10px;
    }
  .faqslist .questionmark {
      width: 25px;
      height: 25px;
      line-height: 25px;
      color: #fff;
      background:#6F33AF;
      border-radius: 100%;
      overflow: hidden;
      text-align: center;
      float: left;
  }
.questiontext {
    width: calc(100% - 35px);
    float: right;
    padding: 0;
    font-size:22px;
    line-height: 25px;
    color: #333;
    font-weight:800;
}
.logoab {
	height: 150px;
	width: 150px;
	margin: 0 auto;
	border: 2px solid #ddd;
	background: #fff;
	border-radius: 100%;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}
.logoab img {
	max-width: 100%;
}
.logoab:hover{border: 2px solid #6F33AF;}
.store-name-link {
	text-align: center;
	font-weight: 900;
	font-size: 20px;
	margin-top: 20px;
}
.star-ratting {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}
.stars {
	color: orange
}
.stars-value {
	font-size: 14px;
}
.stars-value span {
	color: #666;
}
.store-description {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	line-height: 23px;
}
.sidebox {
	margin-top: 30px;
	border: 1px solid #eee;
	padding: 25px 20px 20px 20px;
}
.sidebox h3 {
	font-size: 18px;
	color: #000;
	font-weight: 800;
	margin-bottom: 15px;
}
.sidebox table {
	text-align: left;
	color: #666;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
}
.sidebox table .val-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.sidebox table td {
	padding: 5px 0;
}
.sbread-ul {
	padding: 0;
	margin: 20px 0;
	color: #666;
	text-align: center;
}
.sbread-ul li {
	display: inline-block;
}
.sbread-ul li a {
	color: #666;
	text-decoration: none;
}
.contactlist {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	color: #666;
	font-size: 14px;
	margin-bottom: 15px;
}
.contactlist a {
	color: #666;
}
.contactlist span {
	display: block;
}
.category-box a {
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	color: #666;
	font-size: 14px;
}
.category-box a img {
	background-color: var(--primaryColor);
	border-radius: 25px;
	padding: 2px;
	margin-right: 10px;
}
.category-box a:hover {
	color: var(--primaryColor);
	text-decoration: overline;
}
.store-box {
	padding: 0;
	border: 0;
}
.featured-logo a {
	display: block;
	padding: 10px 0;
	color: #666;
	border-bottom: 1px solid #eee;
	text-align: left;
	position: relative;
}
.featured-logo a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--primaryColor);
	transition: width 0.3s ease;
}
.featured-logo a:hover::after {
	width: 100%;
}
a.viewall {
	color: #000;
	display: inline-block;
	margin-top: 20px;
	font-weight: 600;
	font-size: 14px;
}
.store-box h3 {
	text-align: left;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(5px);
	z-index: 1000;
	display: block;
}
.popup-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 1001;
	display: block;
}
.innerpopUp {
	width: 680px;
	min-height: 600px;
	position: relative;
}
.copythecode {
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-top: 30px;
}
  @media screen and (max-width: 1000px) {
	  .innerpopUp {width:340px; min-height: 400px;}
	  .copythecode { margin-top: 10px;}
  }
  @media screen and (max-width: 600px) {
	  .innerpopUp .logoab {
		height: 100px;
		width: 100px;}
  }
.closedPop {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: none;
	cursor: pointer;
}
.closedPop:hover {
	color: var(--primaryColor);
}
.innerpopUp h2 {
	font-size: 18px;
	text-align: center;
	font-weight: 800;
	margin-top: 20px;
}
.copy-code-bx {
	text-align: center;
	margin: 20px 0;
}
.copy-code-bx input {
	border: 1px solid #ddd;
	padding: 15px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	width: 300px;
	transition: outline-color 0.3s ease;
}
.copy-code-bx input:focus {
	outline-color: var(--primaryColor);
}
.copy-code-bx span {
	display: block;
	margin-top: 20px;
}
.copy-code-bx button {
	border: 0;
	background: #ccc;
	border-radius: 25px;
	text-align: center;
	font-size: 14px;
	padding: 6px 15px;
	cursor: pointer;
}
.copy-code-bx button:hover {
	background: var(--primaryColor);
	color: #fff;
}
.popup-domain {
	text-align: center;
}
.popup-domain a {
	display: inline-block;
	background: var(--primaryColor);
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
	margin-top: 20px;
}

.sharecoltxt {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}
.copythecode a {
	color: var(--primaryColor);
}
.sharecolyesno {
	text-align: center;
	margin-top: 15px;
}
.sharecolyesno span {
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
	cursor: pointer;
	padding: 3px 5px;
}
.sharecolyesno span:hover {
	background: #ccc;
	border-radius: 25px;
	padding: 3px 5px;
}
.sharecolyesno .fa-check {
	color: #666;
}
.sharecolyesno .fa-close {
	color: #666;
}
#customers2 {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
	font-size: 15px;
	border-top: 1px solid #ccc;
}
#customers2 td, #customers2 th {
	border-bottom: 1px solid #ddd;
	padding: 15px 8px;
	background: #fff;
	text-align: left;
}
#customers2 td {
	color: #666;
	font-size: 14px;
}
.store-full-detail {
	color: #666;
	line-height: 28px;
	font-size: 15px;
}
.store-full-detail p {
	margin-bottom: 5px;
}
.store-full-detail strong {
	color: var(--primaryColor);
}
.store-full-detail b {
	color: #000;
	font-size: 18px;
	font-weight: 800;
}
.store-full-detail ul {
	margin: 0;
	padding: 0;
}
.store-full-detail ul li {
	display: block;
	margin-top: 10px;
}
.store-full-detail a {
	color: var(--primaryColor);
}
.store-full-detail a:hover {
	text-decoration: overline;
}
.featured-list{width:23%;margin:10px 1%;float:left;background:#fff;}
.featured-list a{color:#666;text-decoration:none;display:block;font-size:15px;padding:10px 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.featured-list a:before{content:'\002714';padding-right:10px;color:#6F33AF;}
@media screen and (max-width:770px){ .featured-list{width:48%;margin:10px 1%;}}
</style>
<style>.other-links-discounts{ text-align:center; margin-top:50px;}
.other-links-discounts p{ margin-bottom:50px;}
.other-links-discounts a{color:#6F33AF; border:1px solid #6F33AF; border-radius:20px; padding:7px 15px; margin:5px; display:inline-block;}
.other-links-discounts a:hover{ background:#6F33AF; color:#fff;}
  ul.postfixed3 {
    padding: 0;
    margin:0px 0 0 0;
	text-align:center;
	position:relative; background:#f1f1f1;
}
ul.postfixed3 li {
    display: inline-block;
    text-transform: uppercase;
    margin:0px;
}
ul.postfixed3 li span {
    background: #eee;
    font-weight: 800; display:block; padding:12px 18px;
    font-size: 16px;
    text-align: center;
    display: block; cursor:pointer;
    color:var(--primaryColor);
	border-right:1px solid #ddd;
}
ul.postfixed3 li span:hover{
	background:var(--primaryColor); color:#fff;
}
.postfixed3.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index:10000; margin:0;
	background:var(--primaryColor); padding:10px 0;
}
.ul-content{margin:0px 0 0 0;padding:20px 0;}
.ul-content li{display:block;width:30%;float:left;margin:10px 1.5%;height:20px;overflow:hidden;}
.ul-content a{color:#666;font-size:15px; display:block;width:21%;float:left;margin:10px 1.5%; overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; position:relative;}
.ul-content a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primaryColor);
    transition: width 0.3s ease;
}
.ul-content a:hover::after {
	width: 100%;
}
.sectionchars{background:#fff;border-radius:10px;margin-top:50px; border:1px solid #ddd}
.idchar{padding:15px 20px;border-bottom:1px solid #ddd;text-transform:uppercase; font-weight:800; font-size:19px;}
.loadmore-store{ width:150px; background:#F5F5F5; border-top-left-radius:5px;
border-top-right-radius:5px; color:#333; text-align:center; display:block; 
padding:15px 8px; margin:10px auto; font-weight:bold; font-size:12px;}