@charset "UTF-8";
/*
Theme Name: Coupon Craft
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins';
	background-color: #ecf0f1;
}

.container{
	padding: 0 70px;
}

/*  */
header {
	padding: 15px 0;
	background: #ee4054;
}
header .logo img{
	width: 100%;
}
header .top-search-holder .search-area {
	background: #fff;
	border-radius: 999px;
	position: relative;
}
header .top-search-holder .search-area .control-group {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
	box-shadow: 0 20px 20px -23px #000;
}
header .top-search-holder .search-area .search-field {
	flex: 1;
	max-width: 100%;
	border: medium none;
	border-radius: 999px;
	padding: 5px 10px;
	width: 67%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	outline: none;
}
header .top-search-holder .search-area .search-button {
	border-radius: 999px;
	display: inline-block;
	float: right;
	margin: 4px 5px;
	text-align: center;
	background: #ee4054;
}
header .top-search-holder .search-area .search-button:after {
	color: #fff;
	content: "\f002";
	font-family: fontawesome;
	font-size: 14px;
	display: inline-block;
	height: 28px;
	width: 28px;
	line-height: 30px;
}
header .header-menus{
	display: flex;
	align-items: center;
	justify-content: end;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
header .header-menus li a {
	text-decoration: none;
	color: #fff;
	margin: 0 5px;
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 20px;
	border-radius: 999px;
	transition: 0.4s all;
}
header .header-menus li:first-child a , header .header-menus li a:hover{
	background: #fff;
	color: #ee4054;
}
.header-search-result{
	position: absolute;
	top: 10px;
	z-index: 2;
	background: #fff;
	width: 100%;
	overflow: auto;
	border-radius: 5px;
}
.header-search-result ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 240px;
	margin-top: 35px;
	overflow-y: scroll;
}
.header-search-result ul li{
	margin: 5px 10px;
}
.header-search-result ul li a{
	text-decoration: none;
	color: #000;
	font-size: 14px;

}
.mobile-nav-btn{
	display: none;
	float: left;
}
.mobile-nav-btn i{
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	color: #bf0630;
	border-radius: 50%;
}
.mobile-search-i i {
	display: none;
	height: 40px;
	width: 40px;
	margin-left: 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	color: #bf0630;
	border-radius: 50%;
}
.mobile-search-area {
	display: none;
	margin: 30px 0;
	background: #fff;
	border-radius: 999px;
	position: relative;
}
.mobile-search-area form .control-group {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
	box-shadow: 0 20px 20px -23px #000;
}
.mobile-search-area form .search-button {
	border-radius: 999px;
	display: inline-block;
	float: right;
	margin: 4px 5px;
	text-align: center;
	background: #ee4054;
}
.mobile-search-area form .search-button::after {
	color: #fff;
	content: "\f002";
	font-family: fontawesome;
	font-size: 14px;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.mobile-search-area form input {
	flex: 1;
	max-width: 100%;
	border: medium none;
	border-radius: 999px;
	padding: 5px 10px;
	width: 67%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	outline: none;
}
/* Mobile nav styling start */
.mobile-menu.active {
	right: 0;
}
.mobile-menu {
	position: fixed;
	width: 300px;
	height: 100%;
	top: 0;
	right: -100%;
	z-index: 12;
	background: #fff;
	transition: 0.6s;
	overflow: hidden;
	overflow-y: auto;
}
.mobile-menu i {
	color: #fff;
	background: #ee4054;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
	cursor: pointer;
	border-radius: 50%;
}
.mobile-menu {
	padding: 70px 0 0;
}
.mobile-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu ul li {
	transition: 0.3s all;
}
.mobile-menu ul li:hover {
	background-color: #ee4054;
}
.mobile-menu ul li a {
	color: #ee4054;
	font-weight: 500;
	display: block;
	padding: 10px 24px;
	text-decoration: none;
	transition: 0.3s all;
}
.mobile-menu ul li:hover a{
	color: #fff;
}
/* Mobile nav styling end */

/*  */
.top-banner{
	margin-top: 10px;
}
.top-banner img{
	width: 100%;
}
.slider-sec{
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 0 1px 2px #bbb;
	overflow: hidden;
}
.banner-menus {
	height: 100%;
	background: #fff;
	padding: 10px 15px;
}
.banner-menus h4{
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 15px;
	display: none;
}
.banner-menus ul {
	margin: 0;
	padding: 0;
}
.banner-menus ul li a{
	text-decoration: none;
	display: inline-block;
	padding: 6px 0px;
	color: #555;
	letter-spacing: 0.2px;
	font-size: 12px;
	font-weight: 400;
	transition: 0.4s all;
}
.banner-menus ul li a:hover{
	color: #ee4054;
}
.slide{
	height: 405px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.slider-content-box{
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translatey(-50%);
}
.slider-content-box .ban-title{
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #fff;
	margin-bottom: 8px;
}
.slider-content-box h1{
	font-size: 58px;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: -2px;
	text-transform: uppercase;
	color: #fff;
}
.slider-content-box p{
	font-size: 18px;
	margin-top: 10px;
	font-weight: 400;
	color: #fff;
}
.slider-content-button{
	margin: 20px 0 0;
}
.slider-content-button a{
	text-decoration: none;
	border-radius: 5px;
	padding: 12px 25px 10px 25px;
	background: #ed4053;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 2px #d13648 solid;
	text-transform: uppercase;
}
.banner-slider-next , .banner-slider-prev{
	display: inline-block;
	width: 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #0000005c;
	background-color: #ffffff3b;
	border: none;
	outline: none;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	z-index: 1;
	transition: 0.4s all;
}
.banner-slider-next:hover , .banner-slider-prev:hover{
	color: #fff;
	background-color: #ff006c;
}
.banner-slider-prev{
	right: 0;
}
/*  */
.sec-title h2{
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 20px;
}
.stores-sec .sec-title h2{
	padding-bottom: 0;
}
.stores-sec{
	margin-top: 30px;
}
.store-slider{
	padding-top: 40px;
	margin-top: -20px;
}
/* .store-sec .swiper-actions{
right: 0;
} */
.stores-wrapper{
	background: #fff;
	box-shadow: 0 1px 2px #bbb;
	margin-bottom: 10px;
	border-radius: 5px;
}
.stores-wrapper .store-box{
	width: 11.11%;
}
.stores-wrapper .store-box .store{
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
	transition: 0.4s all;
}
.stores-wrapper .store-box .store:hover{
	background-color: #ee4054;
}
.stores-wrapper .store-box .store img{
	width: 100%;
	height: 60px;
	object-fit: contain;
}
.store-banner{
	margin-top: 20px;
}
.store-banner img{
	width: 100%;
	border-radius: 5px;
}

/*  */
.best-coupon-sec{
	margin-top: 30px;
}
.coupon-box{
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 30px -20px;
	margin-bottom: 25px;
	height: calc(100% - 25px);
}
.coupon-box .coupon-img-box {
	padding: 5px 0;
	background-color: #f0f0f0;
}
.coupon-box .coupon-img-box img{
	width: 100%;
	height: 120px;
	object-fit: contain;
}
.coupon-box .coupon-content-box{
	padding: 10px;
}
.coupon-box .coupon-content-box h3{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 5px;
}
.coupon-box .coupon-content-box h3 a{
	text-decoration: none;
	color: #555555;
	transition: 0.4s all;
}
.coupon-box .coupon-content-box h3 a:hover{
	color: #ee4054;
}

.coupon-box .coupon-content-box h4{
	font-size: 12px;
	color: #333;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}

.coupon-box .coupon-content-box h4 span{
	color: #333;
	font-size: 12px;
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.coupon-box .coupon-content-box h4 span.verified i {
	width: 18px;
	height: 18px;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #000;
}

.coupon-box .coupon-content-box h4 span.exclusive i {
	font-size: 12px;
	margin-right: 5px;
}

/*  */
.best-deal-sec{
	margin-top: 30px;
}
.best-deal-sec .sec-title {
	display: inline-block;
}
.best-deal-sec .row{
	--bs-gutter-x: 0;
}
.deal-box{
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 30px -20px;
	position: relative;
	margin-bottom: 25px;
}
.deal-slider{
	padding-top: 40px;
	margin-top: -20px;
}
.deal-box .deal-img-box img{
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.deal-box .deal-content-box{
	padding: 10px;
}
.deal-box .deal-content-box h3{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 40px;
}
.deal-box .deal-content-box h3 a{
	text-decoration: none;
	color: #555555;
	transition: 0.4s all;
}
.deal-box .deal-content-box h3 a:hover{
	color: #ee4054;
}
.deal-cat span{
	font-size: 12px;
	color: #000;
	background: #fdf2da;
	display: block;
	padding: 5px 15px;
	border-radius: 999px;
	position: absolute;
	margin-top: -40px;
	margin-left: 12px;
}
.rating-icons{
	display: flex;
	align-items: center;
}
.rating-icons i{
	font-size: 13px;
}
.rating-icons .fa-solid{
	color: #ffc808;
}
.rating-icons .fa-regular{
	color: #cfd6d7;
}
.deal-price{
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.deal-price h4{
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 30px;
	margin-right: 8px;
	color: #333;
}
.deal-price span{
	text-decoration: line-through;
	color: #d3d3d3;
	font-weight: 400;
	line-height: 30px;
	font-size: 14px;
}
.swiper-actions{
	display: flex;
	align-items: center;
	justify-content: end;
	position: absolute;
	top: 0;
	right: 0;
}
.swiper-button-next::after , .swiper-button-prev::after , .store-button-prev:after , .store-button-next:after{
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 10px;
	display: block;
	color: #fff;
}
.swiper-button-next , .swiper-button-prev , .coupon-slider-prev , .coupon-slider-next , .store-button-prev , .store-button-next{
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #dddddd;
	color: #fff;
	border-radius: 3px;
	transition: 0.4s;
}
.swiper-button-next:hover, .swiper-button-prev:hover , .coupon-slider-prev:hover , .coupon-slider-next:hover , .store-button-prev:hover , .store-button-next:hover{
	background-color: #ee4054;
}
.swiper-button-next , .store-button-next{
	margin-left: 10px;
}


/*  */
.add-sec{
	margin-bottom: 25px;
}
.add-sec-box{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.add-sec-box .img-box img{
	width: 100%;
}
.add-sec-box .content-box{
	position: absolute;
	bottom: 40px;
	right: 40px;
}
.add-sec-box .content-box h2{
	font-size: 36px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
}
.add-sec-box .content-box p{
	color: #fff;
	font-weight: 400;
	font-size: 22px;
	text-transform: none;
	margin: 0;
}
.new-label{
	background: url("../images/label.png") no-repeat scroll right top;
	height: 72px;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 72px;
	z-index: 999;
}
.new-label .text{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	left: -13px;
	position: absolute;
	text-align: center;
	top: 14px;
	letter-spacing: 1px;
	transform: rotate(-43deg);
	width: 100%;
}

/*  */
.latest-coupon-sec{
	padding: 35px 0px;
}
.latest-coupon-sec .row{
	--bs-gutter-x: 0;
}
.latest-coupon-sec .sec-title h2{
	color: #fff;
	padding-bottom: 0;
}
.latest-coupon-box{
	width: 100%;
	height: 200px;
	border-radius: 5px;
	display: flex;
	overflow: hidden;
}
.coupon-left-box{
	flex: 1;
	height: 100%;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}
.coupon-left-box .brand{
	padding: 40px 25px 5px 25px;
}
.coupon-left-box .name{
	padding: 0 25px;
	margin: 0;
}
.coupon-left-box .name a{
	text-decoration: none;
	color: #333;
	letter-spacing: normal;
	font-weight: 600;
	font-size: 22px;
}
.coupon-right-box{
	width: 200px;
	height: 100%;
	background: url(https://couponcrafts.com/wp-content/uploads/2023/09/download-1.png) no-repeat top right;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-left: 10px;
	position: relative;
}

.coupon-right-box .show-code a{
	text-decoration: none;
	display: block;
	background: linear-gradient(to left, #ff006c, #ff003a);
	padding: 8px 22px;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: normal;
	border-bottom: 2px #bf0630 solid;
}
.coupon-right-box .exp-date{
	font-size: 13px;
	color: #ff003a;
	display: block;
	margin: 0;
	padding-top: 15px;
}
.coupon-slider{
	padding-top: 30px;
}
.coupon-slider-prev i , .coupon-slider-next i{
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 10px;
	display: block;
	color: #fff;
}
.coupon-slider-next{
	margin-right: 10px;
}

/*  */
footer{
	padding: 50px 0 30px;
	background: #f6f6f6;
	border-bottom: 20px solid #ee4054;
}
.footer-logo a img {
	width: 220px;
	height: auto;
	max-width: 100%;
}
.footer-widgets h2{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.footer-widgets .footer-menus{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-widgets .footer-menus li {
	margin-bottom: 5px;
}
.footer-widgets .footer-menus li a{
	text-decoration: none;
	font-size: 12px;
	color: #666;
	position: relative;
	display: inline-block;
}
/* .footer-widgets .footer-menus a:before {
content: "\f111";
font-family: FontAwesome;
position: absolute;
margin-left: -13px;
font-size: 4px;
color: #999;
} */
.footer-copyright{
	margin-top: 20px;
}
.footer-copyright p{
	font-size: 13px;
	color: #333333;
	margin: 0;
	margin-top: 50px;
}

/*  */
.inside-banner {
	background: #e7e7e7;
	padding: 40px 0;
	text-align: center;
}
.inside-banner h1 {
	font-weight: 600;
	font-size: 32px;
	margin: 0;
	color: #0e0129;
}
.banner-breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0;
	color: #666;
	font-size: 14px;
}
.banner-breadcrumb li {
	margin: 0 5px;
	color: #ee4054;
	font-weight: 600;
}
.banner-breadcrumb li:after {
	content: '\f105';
	font-family: FontAwesome;
	font-weight: 700;
	margin-left: 10px;
	color: #0e0129;
}
.banner-breadcrumb li:last-child::after{
	display: none;
}
.banner-breadcrumb li a {
	color: #666;
	font-weight: 400;
	text-decoration: none;
}
.inside-banner-btn{
	border-radius: 50px;
	padding: 15px 35px;
	display: inline-block;
	line-height: 1;
	font-weight: 700;
	transition: .4s ease-in-out;
	text-align: center;
	background: #ee4054;
	color: #fff;
	margin-top: 10px;
	text-decoration: none;
}
.all-categories-section,.all-stores-section {
	padding: 80px 0 50px;
}
.all-category-single,.all-store-single {
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	text-decoration: none;
}
.all-category-single .all-category-single-icon {
	width: 60px;
	height: 60px;
	background: #0e0129;
	border-radius: 50%;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #fff;
	border: 5px solid transparent;
	box-shadow: none;
	transition: .3s ease-in-out;
}
.all-category-single .all-category-single-icon i {
	transition: .3s ease-in-out;
}
.all-category-single span,.all-store-single span {
	font-size: 16px;
	color: #0e0129;
	font-weight: 600;
	display: block;
	margin: 5px 0 0;
	transition: .3s ease-in-out;
}
.all-category-single:hover .all-category-single-icon {
	box-shadow: 0 0 0 2px #ee4054;
	border: 5px solid #fff;
	background: #ee4054;
}
.all-category-single:hover .all-category-single-icon i,.all-store-single:hover .all-store-single-image i {
	transform: scale(1.1);
}
.all-store-single .all-store-single-image {
	width: 140px;
	height: 140px;
	border: 5px solid transparent;
	box-shadow: none;
	transition: .3s ease-in-out;
	margin: 0 auto;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: 50%;
	overflow: hidden
}
.all-store-single .all-store-single-image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.all-store-single:hover .all-store-single-image {
	box-shadow: 0 0 0 2px #ee4054;
	border: 5px solid #fff
}

.single-store-section {
	padding: 40px 0
}

.single-store-logo {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border: 1px solid #e1e1e1
}

.single-store-logo img {
	max-width: 100%;
	width: 100%;
	height: auto
}
.s-st-mobile-logo{
	display: none;
}
.single-store-offer-count {
	margin-top: 10px;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px
}

.single-store-offer-count p {
	font-size: 22px;
	margin: 0;
	color: #323232;
	font-weight: 600
}

.single-similar-store,.single-store-biref-desc {
	margin-top: 20px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px
}

.single-similar-store h3,.single-store-biref-desc h2,.single-store-biref-desc h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #0e0129
}

.single-store-biref-desc p {
	margin: 0;
	font-size: 14px;
	color: #000;
	line-height: 1.6
}

.single-similar-store ul li {
	font-size: 14px;
	color: #0e0129;
	line-height: 1.6;
	transition: .3s ease-in-out;
	margin-bottom: 5px
}

.single-similar-store ul li a {
	color: #0e0129;
	text-decoration: none;
	transition: .3s ease-in-out
}

.single-similar-store-view-allBtn {
	display: inline-block;
	margin-top: 10px;
	color: #ee4054
}

.single-store-title h1,.single-store-title h3 {
	margin: 0 0 5px;
	font-size: 28px;
	font-weight: 600;
	color: #0e0129
}

.single-store-tabs {
	margin-top: 5px;
	font-size: 14px
}

.single-store-tabs ul li {
	margin-right: 15px;
	font-weight: 600
}

.single-store-tabs ul li a {
	color: #0e0129;
	background: rgba(14,1,41,.1);
	padding: 7px 15px;
	line-height: 1;
	display: block;
	border-radius: 40px;
	border: 1px solid rgba(14,1,41,.1)
}

.single-store-tab-content-empty {
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #e1e1e1
}

.single-store-tab-content-empty p {
	margin: 0;
	font-weight: 600;
	color: #ee4054
}

.single-store-offer {
	border: 1px solid #e1e1e1;
	padding: 0 10px;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 8px
}

.single-store-offer-inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%
}

.single-store-offer-main-content {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start
}

.single-store-offer-short {
	flex: 0 0 100px;
	text-align: center
}

.single-store-offer-short-inner h1,.single-store-offer-short-inner h2,.single-store-offer-short-inner h3,.single-store-offer-short-inner h4,.single-store-offer-short-inner h5,.single-store-offer-short-inner h6 {
	margin: 0;
	font-weight: 900;
	line-height: 1.2;
	color: #ee4054;
	text-transform: uppercase
}

.single-store-offer.\--expired .single-store-offer-short-inner h1,.single-store-offer.\--expired .single-store-offer-short-inner h2,.single-store-offer.\--expired .single-store-offer-short-inner h3,.single-store-offer.\--expired .single-store-offer-short-inner h4,.single-store-offer.\--expired .single-store-offer-short-inner h5,.single-store-offer.\--expired .single-store-offer-short-inner h6 {
	color: #595959
}

.single-store-offer-short-inner h1 {
	font-size: 42px
}

.single-store-offer-short-inner h2 {
	font-size: 28px
}

.single-store-offer-action {
	flex: 0 0 182px
}

.single-store-offer-img {
	flex: 0 0 130px;
	max-width: 130px;
	height: 130px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	padding: 5px
}

.single-store-offer-img img {
	max-width: 100%;
	height: 100%;
	object-fit: contain
}

.single-store-offer-content {
	margin: 0 15px;
	flex: 1;
	position: relative;
	top: - 10px
}

.single-store-offer-content .coupon-item-content-coupon-box {
	padding-top: 10px
}

.single-store-offer-action-btn {
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: center;
	background: #ee4054;
	border-radius: 40px;
	line-height: 1;
	padding: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 700
}

.single-store-offer-action-btn:hover {
	opacity: 0.9;
	color: #fff
}

.single-store-offer-txt p {
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.6
}

.single-store-offer-meta {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	color: #595959;
	font-size: 14px
}

.single-store-offer-meta li {
	padding-right: 20px;
	position: relative
}
.single-store-offer-meta li:first-child:before{
	display: none;
}
}
.single-store-offer-meta li:first-child {
	padding-left: 0
}
.deal-card-meta-trading-status {
	color: #000;
	font-size: 14px;
	margin: 5px 0 0;
}
.deal-card-meta-trading-status i {
	margin-right: 3px;
}
.deal-card-meta-trading-status i.fa-check {
	width: 18px;
	height: 18px;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #000;
}
.single-store-offer-type {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 6px;
	color: #ee4054
}
.single-store-offer-title {
	font-size: 18px;
	font-weight: 700;
	color: #323232;
	margin: 0 0 5px;
	line-height: 1.4
}
.deal-details-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none
}

.deal-details-popup-inner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.8)
}

.deal-details-popup-box {
	width: 600px;
	max-width: calc(100% - 30px);
	height: auto;
	max-height: calc(100vh - 30px);
	overflow: overlay;
	padding: 30px;
	background: #fff;
	position: relative
}

.deal-popup-logo a {
	display: block;
	width: 150px;
	height: 100px;
	text-align: center;
	margin: 0 auto
}

.deal-popup-logo a img {
	height: 100%;
	width: 100%;
	object-fit: contain
}

.deal-popup-close {
	display: block;
	font-size: 16px;
	color: #ee4054;
	background: rgba(196,65,24,.1);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	margin-left: auto
}

.deal-details-popup-title h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
	color: #ee4054;
	text-align: center;
}

.deal-details-popup-couponbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: rgba(14,1,41,.1);
	border-radius: 5px;
	padding: 5px;
	margin: 15px 0 6px;
	border: 2px dashed #0e0129
}

.contact-formside form input[type=submit],.deal-details-popup-coupon-copybtn {
	background: #ee4054;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase
}

.deal-details-popup-coupon-code {
	margin: 0;
	flex: 1;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1
}

.deal-details-popup-coupon-copybtn {
	border: none;
	flex: 0 0 90px;
	max-width: 90px;
	font-weight: 600;
	padding: 12px 15px;
	border-radius: 5px
}

.expired-coupons-title {
	font-size: 20px;
	font-weight: 400;
	margin: 15px 0;
	color: #77616e;
	line-height: 1.4;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}
.deal-details-popup-coupon-note {
	font-size: 12px;
	text-align: center;
	color: #666;
	margin: 0
}
.deal-details-popup-coupon-note a {
	color: #ee4054;
	font-weight: 600
}
.contact-section, .sec-padding {
	padding: 80px 0;
}
.contact-infoside h3 {
	color: #0e0129;
	font-weight: 700;
	font-size: 32px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.contact-infoside ul li {
	margin-bottom: 10px;
	line-height: 1.6;
}
.contact-infoside ul li a{
	color: #ee4054;
	font-weight: 700;
	text-decoration: none;
}
/* Responsive Start */
@media (max-width:1199px){
	.container{
		padding: 0;
	}
	.slide{
		height: 428px;
	}
	.coupon-box .coupon-img-box img{
		height: 155px;
	}
	.coupon-left-box .brand {
		padding: 40px 15px 5px 15px;
	}
	.coupon-left-box .name{
		padding: 0 15px;
	}
	.coupon-left-box .name a{
		font-size: 18px;
	}
}
@media(max-width:991px){
	.slider-sec{
		overflow: unset;
	}
	header .header-menus{
		display: none;
	}
	.mobile-nav-btn{
		display: block;
	}
	.mobile-search-i i {
		display: block;
	}
	.slide{
		height: 365px;
	}
	.banner-menus{
		padding: 10px 13px;
	}
	.banner-menus ul li a{
		padding: 5px 0;
		font-size: 13px;
	}
	.slider-content-box .ban-title{
		font-size: 20px;
		margin: 0;
	}
	.slider-content-box h1{
		font-size: 38px;
		line-height: 48px;
		margin: 0;
	}
	.slider-content-box p{
		font-size: 15px;
		margin: 0;
	}
	.slider-content-button a{
		display: block;
		max-width: max-content;
		font-size: 12px;
	}
	.slider-content-button {
		margin: 13px 0 0;
	}
	.s-st-mobile-logo{
		display: block;
		background: #fff;
		border-radius: 8px;
		padding: 15px;
		border: 1px solid #e1e1e1;
	}
	.s-st-mobile-logo img{
		width: auto;
		margin: 0 auto;
		display: block;
		max-height: 50px;
	}
	.single-store-logo{
		display: none;
	}
	.single-store-section .col-lg-3{
		order: 2;
	}
}
@media(max-width:767px){
	.slider-sec {
		border-radius: unset;
		box-shadow: unset;
	}
	.banner-menus{
		padding: 10px 0 0;
		background: none;
	}
	.banner-menus h4{
		display: block;
	}
	.banner-menus ul{
		display: flex;
		flex-flow: wrap;
	}
	.banner-menus ul li{
		width: 100%;
		max-width: max-content;
		margin: 0 5px 5px 0;
	}
	.banner-menus ul li a {
		padding: 5px 13px;
		font-size: 12px;
		color: #fff;
		background: #ee4054;
		border-radius: 50px;
	}
	.banner-slider{
		margin-top: 15px;
	}
	.slide {
		height: 290px;
	}
	.slider-content-box .ban-title{
		font-size: 18px;
	}
	.slider-content-box h1{
		font-size: 35px;
		line-height: 45px;
	}
	.slider-content-box p{
		font-size: 14px;
	}
	.slider-content-button a{
		padding: 10px 20px 8px;
	}
	.add-sec-box .content-box h2{
		font-size: 16px;
	}
	.add-sec-box .content-box p{
		font-size: 13px;
	}
	.add-sec-box .content-box{
		bottom: 25px;
		right: 25px;
	}
	.footer-logo{
		margin-bottom: 25px;
	}
	.single-store-offer-inner{
		display: block;
	}

}
@media(max-width:575px){
	.container{
		padding: 0 15px;
	}
	.coupon-box .coupon-img-box img {
		height: 150px;
	}
	.slider-content-box p, .slider-content-button{
		display: none;
	}
	.coupon-box .coupon-content-box h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.new-label .text{
		font-size: 12px;
	}
	.single-store-offer-img {
		flex: 0 0 110px;
		max-width: 110px;
		height: 110px;
	}
	.single-store-offer{
		padding: 10px 20px;
	}
	.single-store-title h1, .single-store-title h3{
		font-size: 25px;
	}
}
@media(max-width:475px){
	.slide{
		height: 230px;
	}
	.slider-content-box .ban-title{
		font-size: 16px;
	}
	.slider-content-box h1{
		font-size: 30px;
		line-height: 40px;
	}
	.slider-content-box p{
		font-size: 13px;
	}
	.slider-content-button {
		margin: 10px 0 0;
	}
	.slider-content-button a {
		padding: 8px 15px 6px;
		font-size: 11px;
	}
	.coupon-box .coupon-img-box img {
		height: 130px;
	}
	.latest-coupon-box{
		height: 200px;
	}
	.coupon-right-box{
		width: 150px;
	}
	.coupon-right-box .discount{
		font-size: 28px;
		padding-top: 25px;
	}
	.coupon-right-box .discount span{
		font-size: 19px;
	}
	.coupon-right-box .show-code a{
		padding: 8px 13px;
		font-size: 14px;
	}
	.coupon-right-box .exp-date{
		padding-bottom: 20px;
	}
	.single-store-offer-title{
		font-size: 18px;
	}
	.single-store-offer-img {
		flex: 0 0 100px;
		max-width: 100px;
		height: 100px;
	}
}
@media(max-width:425px){
	.slide {
		height: 190px;
	}
	.coupon-box .coupon-img-box img {
		height: 115px;
	}
	.coupon-box .coupon-content-box h4{
		font-size: 14px;
	}
	.coupon-left-box .name{
		line-height: 20px;
	}
	.coupon-left-box .brand {
		padding: 20px 15px 5px 15px;
	}
	.add-sec-box .content-box h2{
		font-size: 14px;
	}
	.add-sec-box .content-box p{
		font-size: 11px;
	}
	.add-sec-box .content-box {
		bottom: 15px;
		right: 20px;
	}
	.new-label .text{
		font-size: 10px;
	}
	.single-store-title h1, .single-store-title h3{
		font-size: 20px;
	}
	header .top-search-holder .search-area .search-field{
		padding: 13px 11px;
	}
}
@media(max-width:375px){
	.slide{
		height: 170px;
	}
	.slider-content-box p , .slider-content-button{
		display: none;
	}
	.slider-content-box .ban-title{
		font-size: 14px;
	}
	.slider-content-box h1{
		font-size: 22px;
		line-height: 32px;
	}
	.banner-slider-next, .banner-slider-prev{
		width: 20px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.coupon-box .coupon-img-box img {
		height: 100px;
	}
	.latest-coupon-box {
		height: 120px;
	}
	.coupon-left-box .name a{
		font-size: 16px;
	}
	.coupon-right-box{
		width: 135px;
	}
	.coupon-right-box .show-code a {
		padding: 6px 12px;
		font-size: 12px;
	}
	.coupon-right-box .discount {
		font-size: 25px;
		padding-top: 20px;
	}
	.coupon-right-box .discount span {
		font-size: 17px;
	}
	.single-store-offer-title{
		font-size: 16px;
	}
	.single-store-offer {
		padding: 10px 15px;
	}
	.single-store-offer-img{
		flex: 0 0 90px;
	}
	.coupon-box .coupon-content-box h4 span {
		font-size: 10px;
	}
	.coupon-box .coupon-content-box h4 span.verified i {
		width: 16px;
		height: 16px;
		font-size: 9px;
		line-height: 16px;
	}
}