 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap');
html {
	scroll-behavior: smooth;
} 
*{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	padding: 0px;
	margin: 0px; 
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
}
 
 .blog-listing-content ul {list-style-type: disc;margin: 12px 0px;}
 
a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: none;
}
.pull-right{
	float: right;
} 
.pull-left{
	float: left;
} 

.clearfix , .clear {
	clear:both;
} 
#menu-toggle-icon {
	width: 36px;
	height: 30px;
	position: relative; 
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#menu-toggle-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background:#000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#menu-toggle-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#menu-toggle-icon span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#menu-toggle-icon span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#menu-toggle-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 2px;
	left: 7px;
}

#menu-toggle-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#menu-toggle-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 27px;
	left: 8px;
}
header .menu-toggle-btn{
	float: right;
	margin-top: 16px;
	margin-left: 15px;
	display: none;
}
header{
	position: relative;
}
header .header-search-wrapper{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 15px;
	background: #fff;
	z-index: 99;
	display: none;
}
header .header-search-wrapper.show{
	display: block;
}
header .header-search-wrapper .header-search-inner{
	position: relative;
}
header .header-search-wrapper .header-search-inner .search-close{
	position: absolute;
	right: 50px;
	top: 0px;
	font-size: 23px;
	cursor: pointer;
}
header .header-search-wrapper .header-search-form{

	width: 70%;
	margin: 20px auto;
	border-bottom: #000 solid 1px;
}
header .header-search-wrapper .header-search-form .form-control:focus{
	outline: none;
}
header .header-search-wrapper .header-search-form .form-control{
	border:0px;
	width: 80%; -webkit-appearance: none;
	outline: none!important;
	display: inline-block;
}
header .header-search-wrapper .header-search-form .header-search-btn{
	font-size: 18px;
	border:0px;
	background: none;
	float: right;
}
header .nav a,header .nav .nav-link{
	color: #000;
	font-size: 16px;
	font-weight: 500; 
	position: relative;
}
header .nav .nav-link:before  {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0px;
	left: 0;
	background-color: #a40807;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

header .nav .nav-link:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}
header .nav a:hover,header .nav.nav-link:hover{
	color:#a40807;
}
header .header-search a{
	color: #fff;
    font-size: 20px;
    background: #a40807;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}
header .header-search a:hover{
	color:#fff;
}
.py-6 {
	padding-top: 6rem!important;
	padding-bottom: 6rem!important;
}
/* Light Background */
.bg-grey{
	background: #f0f2f5;
}

.main-wrapper .home-main-banner-search{
	background: url(../images/shopping-spout-search-background.jpg) no-repeat;
	text-align: center;
	padding: 80px 0px;
	background-size: cover;
}
.main-wrapper .home-main-banner-search h2 {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
}
.main-wrapper .home-main-banner-search .home-banner-search-inner{
	width: 60%;
	margin: 0 auto;

}

.main-wrapper .home-main-banner-search .banner-search-form{
	width: 75%;
	margin: 0 auto;
}
.main-wrapper .home-main-banner-search .banner-search-form form{
	padding: 30px 0px;
}
.main-wrapper .home-main-banner-search .banner-search-form .form-control{
	padding: 20px 25px;
	background: #fff;
	width:80%;
	border:0px;
	display: inline-block;
	-webkit-border-top-left-radius:56px;
	-webkit-border-bottom-left-radius: 56px;
	-moz-border-radius-topleft: 56px;
	-moz-border-radius-bottomleft: 56px;
	border-top-left-radius: 56px;
	border-bottom-left-radius: 56px;
	outline: none !important;
}
.main-wrapper .home-main-banner-search .banner-search-form .submit-btn{
	background: #a40807;
	padding: 20px 25px;
	width: 20%;
	font-size: 18px;
	display: inline-block;
	-webkit-border-top-right-radius:56px;
	-webkit-border-bottom-right-radius: 56px;
	-moz-border-radius-topright: 56px;
	-moz-border-radius-bottomright: 56px;
	border-top-right-radius: 56px;
	border-bottom-right-radius: 56px;
	border: 0px;
	color: #fff;
}
.main-wrapper .home-main-banner-search p{
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	padding: 0px 10%;
	margin-bottom: 0px;
}
.globale-cities ul{
	padding: 0px;
	margin: 0px;
	list-style: none;

}
.globale-cities ul li{
	float: left;
	width: 25%;
	padding: 10px;
}
.globale-cities ul li a img{
 margin-right: 10px;
 border-radius: 100%;
 border:#fff solid 2px;
}
.globale-cities ul li a{
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	width: 100%;    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.globale-cities ul li a:hover{
	color: #fff;
	background: #a40807;
}
/* Home Banner */
.main-wrapper .home-main-banner-slider img{
	width: 100%;
}
.main-wrapper .home-main-banner-slider .home-banner-slide{
	position: relative;
}
.main-wrapper .home-main-banner-slider .home-banner-slide .home-banner-content{
	position: absolute;
	top: 15%;
	left: 10%;
	width: 320px;
}
.main-wrapper .home-main-banner-slider .home-banner-slide .home-banner-content h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}

.main-wrapper .home-main-banner-slider .home-banner-slide .home-banner-content p{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 600; 
}

.main-wrapper .home-main-banner-slider .home-banner-slide .home-banner-content h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 700; 
}
.main-wrapper .home-main-banner-slider .home-banner-slide .home-banner-content .home-banner-btn{
	background: #a40807;
	border-radius: 8px;
	padding: 10px 36px;
	color: #fff;
	margin-top: 20px;
	display: inline-block;
	font-size: 14px;
}

/* Home Page Heading Style */
.home-page-heading h2{
	font-size: 36px;
	font-weight: 700;
	color: #000;
}

.home-page-heading h2 span{
	color: #a40807; 
}
.home-page-heading h3{
	font-size: 26px;
	font-weight: 600;
	color: #000;
}

.home-page-heading h3 span{
	color: #a40807; 
}
/* Home Page Coupons Slider */
.coupons-codes-stores .coupons-codes-store-slide{
	
	overflow: hidden; 
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;  
	text-align: center;
}
.coupons-codes-stores .coupons-codes-store-slide h3{
	font-size: 18px;
	color: #202020;
	font-weight: 600;
}
.coupons-codes-stores .coupons-codes-store-slide h3 a{
color: #202020;
}
.coupons-codes-stores .coupons-codes-store-slide p{
	font-size: 15px;
	color: #202020;
}
.coupons-codes-stores .coupons-codes-store-slide .coupons-codes-store-slide-inner{
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
	    border: 1px solid rgba(0,0,0,.125);
	background: #fff;
	padding: 10px 15px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px;
	background: #9d9d9d;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ab1e1e; 
}
.btn-primary {
	color: #fff;
	background-color: #a40807;
	border-color: #a40807
}

.btn-primary:hover {
	color: #fff;
	background-color: #7f0504;
	border-color: #7f0504
}

.btn-check:focus+.btn-primary,.btn-primary:focus {
	color: #fff;
	background-color: #7f0504;
	border-color: #7f0504;
	box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
}
.btn-block {
	display: block;
	width: 100%;
}

.home-exclusive-coupon .home-exclusive-coupon-boxes .home-exclusive-coupon-box{
	overflow: hidden;
	border-radius: 12px;
}
.home-exclusive-coupon .home-exclusive-coupon-boxes .home-exclusive-coupon-box .card-img{
	position: relative;
	overflow: hidden;
	height: 180px; 
}
.home-exclusive-coupon .home-exclusive-coupon-boxes .home-exclusive-coupon-box .card-img img{
	width: 100%;
	height: auto; 
	max-width: inherit;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	top: 50%;
	left: 50%;
	position: relative;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}
.home-exclusive-coupon .home-exclusive-coupon-boxes .home-exclusive-coupon-box h3{
	color: #191919;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}
.home-exclusive-coupon .home-exclusive-coupon-boxes .home-exclusive-coupon-box p{
	color: #222222;
	font-size: 13px;	
	margin: 20px 0px;
}

.home-popular-stores ul{
	list-style: none;
	padding: 0px;
}
.home-popular-stores ul li{
	float: left;
	width: 25%;
	padding: 5px 10px;
}

.home-popular-stores ul li a{
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.home-popular-stores ul li a i{
	color: #a40807;
	font-size: 14px;
	margin-right: 8px;
}

.home-popular-category-boxes-slider .home-popular-category-box{
	overflow: hidden;
	border-radius: 12px;
}
.home-popular-category-boxes-slider .home-popular-category-box .card-img{
	position: relative;
}
.home-popular-category-boxes-slider .home-popular-category-box .card-img .btn{
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: 15px;
}
.home-popular-category-boxes-slider .home-popular-category-box .home-popular-category-logos {
	position: relative;
	width: 100%;
	display: inline-block;
}
.home-popular-category-boxes-slider .home-popular-category-box .home-popular-category-logos span{
	float: left;
	width:33.33%;
	padding: 0px 5px;
	border-right:#d2d6db  solid 1px;
}
.home-popular-category-boxes-slider .home-popular-category-box .home-popular-category-logos span:last-child{
	border:0px;
}
.home-benefits-coupon h3{
	font-weight: bold;
	color: #a40807;
	margin: 15px 0px;
	font-size: 26px;

}
.home-benefits-coupon p{
	color:#1a1a1a;
	font-size: 18px;
	line-height: 28px;
	padding: 0px 20px;
}

.home-why-choose-coupon h2 {
	font-size: 42px;
	font-weight: 700;
	color: #000;
}
.home-why-choose-coupon h3 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.home-why-choose-coupon h2 span{
	color: #a40807;
}

.home-why-choose-coupon p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}

.home-why-choose-coupon .home-why-choose-coupon-points h3{
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	color: #000;
}
.home-why-choose-coupon .home-why-choose-coupon-points ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.home-why-choose-coupon .home-why-choose-coupon-points ul li{
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-bottom: 10px;
}
.home-why-choose-coupon .home-why-choose-coupon-points ul li span{
	font-size: 16px;
	line-height: 20px;
	color: #000; 
}

.home-why-choose-coupon .home-why-choose-coupon-points ul li i{
	color: #a40807;
}
.home-special-occasion-content{
	width: 55%;
	margin: 0 auto;
}
.home-special-occasion-content a{
	color: #a40807;
	text-decoration: underline;
}

.home-voucher-codes .home-voucher-codes-content .home-voucher-codes-box .home-voucher-codes-box-inner{
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	margin-bottom: 15px;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	padding: 25px 30px;
	min-height: 250px;

}
.home-voucher-codes .home-voucher-codes-content .home-voucher-codes-box .home-voucher-codes-box-inner .home-voucher-codes-icon img{
	width: 100px;
	margin-bottom: 15px;
}
.home-voucher-codes .home-voucher-codes-content .home-voucher-codes-box .home-voucher-codes-box-inner h4{
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
.home-blog-section .card-img img{
	width: 100%;
	height: 253px
}

.home-blog-section h3 ,.home-blog-section h3 a{
	color: #191919;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.newsletter-section{
	background: #fff3f3;

}

.newsletter-section h2 {
	font-size: 32px;
	font-weight: 700;
	color: #000;
}
.newsletter-section  h2 span {
	color: #a40807;
}
.newsletter-section .newsletter-sec-inner .newsletter-sec-form{
	width: 60%;
	margin: 0 auto;
}
.newsletter-section .newsletter-sec-inner .newsletter-sec-form form{
	padding: 30px 0px;
}
.newsletter-section .newsletter-sec-inner .newsletter-sec-form .form-control{
	padding: 20px 25px;
	background: #fff;
	width: 75%;
	border:0px;
	display: inline-block;
	-webkit-border-top-left-radius:12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	outline: none !important;
}
.newsletter-section .newsletter-sec-inner .newsletter-sec-form .submit-btn{
	background: #a40807;
	padding: 20px 25px;
	width: 25%;
	display: inline-block;
	-webkit-border-top-right-radius:12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright:12px;
	-moz-border-radius-bottomright: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	border: 0px;
	color: #fff;
}

.newsletter-section .social-media-icons{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

.newsletter-section .social-media-icons li{
	float: left;
	padding: 5px;
}

.newsletter-section .social-media-sec{
	margin-top: 60px;
}

.newsletter-section .social-media-icons li a{
	background: #a40807;
	border:#a40807 solid 2px;
	width: 60px;
	height:60px;
	font-size: 22px;
	color: #fff;
	line-height: 57px;
	display: inline-block;
	border-radius: 100%;
}
.newsletter-section .social-media-icons li a:hover{
	background: none;
	color: #a40807;
}


.all-stores-listing h2 {
	font-size: 42px;
	font-weight: 700;
	color: #000;
}
.all-stores-listing  h2 span {
	color: #a40807;
}
.all-stores-listing .stores-fast-links{
	text-align: center;
}
.all-stores-listing .stores-fast-links ul{
	margin:0px;
	padding: 0px;
	margin-top: 20px;
	list-style: none;
	display: inline-block;
} 
.all-stores-listing  .stores-fast-links ul li{
	float: left;
	width: 36px;
	padding: 0px 10px; 
}
.all-stores-listing .stores-fast-links ul li a{
	text-decoration: none;
	font-size: 1.9em;
	color: #000;
	font-weight: 600;
}
.alle-kate-listing{
	display: none;
}
.alle-kate-fast-mobile {
    border: #e2e1e1 solid 1px;
    padding: 10px;
    display: none;
}
.alle-kate-fast-mobile span{
	text-transform: uppercase;
}
.alle-kate-fast-mobile i{
	float: right;
	    margin-top: 4px;
}

.alle-kate-listing.show{
	display: block;
}
.sp-cat-link{
	border-bottom: transparent solid 4px;
}
.sp-cat-link.active{
	border-color:#a40807;
}
.all-stores-listing .stores-alpha-listing .stores-alpha-heading{
	border-bottom: #dfdfdf solid 1px;
	display: inline-block;
	width: 100%;
}
.all-stores-listing .stores-alpha-listing .stores-alpha-heading h3{
	font-weight: 700;
	font-size: 32px;
	color: #000;
}
.all-stores-listing .stores-alpha-listing  ul{
	margin:0px;
	padding: 0px;
	margin-top: 20px;
	list-style: none;
	display: inline-block;
} 
.all-stores-listing  .stores-alpha-listing  ul li{
	float: left;
	width: 25%;
	padding: 5px 10px; 
}
.all-stores-listing  .stores-alpha-listing.alle-kategorien  ul li{
	float: left;
	width: 33.33%;
}

.all-stores-listing .stores-alpha-listing  ul li a{
	text-decoration: none;
	font-size: 16px;
	color: #000; 
} 
.sp-coupons-listing .sp-coupons-box-content {
	padding: 10px 20px;
}
.sp-coupons-listing .sp-coupons-box {  
	margin-bottom: 25px;  
	overflow: hidden;
	border-radius: 12px;
}
.coupon-item-check{
	font-size: 12px;
}
.coupon-item-check span{
	padding: 5px;
}
.sp-coupons-see-detial{
border-top: #f6f6f6 solid 1px;
    padding-top: 10px;
}
.sp-coupons-see-detial a{
 font-size: 14px;
 color: #000;
}
.see-detial-content{
	display: none;
}
.sp-coupons-listing .sp-coupons-stores-heading h2{
	font-size: 26px;
	font-weight: 700;
	color: #000;
}

.sp-coupons-listing .sp-coupons-stores-heading h2 span{
	color: #a40807; 
}
.sp-coupons-listing .sp-coupons-box .sp-coupons-p{
	border:#a40807 solid 1px;
	background: #fff3f3;
	overflow: hidden;
	border-radius: 12px;
}
.sp-coupons-listing .sp-coupons-box .sp-coupons-p .coupon-text{
	font-size: 32px;
	font-weight: 700;
	color: #a40807;
	padding: 10px;
}
.sp-coupons-listing .sp-coupons-box .sp-coupons-p p{
	    background: #a4080791;
	color: #fff;
	font-size: 16px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px;
}
.sp-coupons-listing .sp-coupons-box h3{
	font-size: 24px;
	font-weight: 600;
	color: #000;
}
.sp-coupons-listing .sp-coupons-box p{
	font-size: 16px; 
	color: #222;
	margin: 5px 0px;
}
.sp-coupons-listing .sp-coupons-box-list{
	margin: 0px;
	padding: 0px 15px;
	list-style: none;
	text-align: left !important;
}
.sp-coupons-listing .sp-coupons-box-list li{
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 22px;
	display: inline-block;
	width: 100%;
}
.sp-coupons-listing .sp-coupons-box-list li img{
	width: 60px;
	display: inline-block;
}
.sp-coupons-listing .sp-coupons-box-list li span{
	width: calc(100% - 60px);
    float: right;
    padding-left: 10px;
    font-size: 12px;
}

.sp-coupons-listing .sp-coupons-box-list li a{
	color: #000;
	font-size: 14px;
	line-height: 22px;
}
.sp-coupons-listing .sp-coupons-box-list li i{
	color: #a40807;
	font-size: 12px;
}

.home-blog-box{
	border-radius: 12px;
	overflow: hidden;
}

footer{
	background: #242424;
	color:#fff;
}
footer h2{
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px;
}
footer h3{
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}
footer .footer-cities ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer .footer-cities ul li{
	float: left;
	width: 50%;
	padding: 5px 0px;
}
footer .footer-cities ul li a{
	text-decoration: none;
	color: #fff;
}
footer .footer-cities ul li img{
	margin-right: 10px;
}

footer .footer-nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer .footer-nav ul li{

	padding: 5px 0px;
}
footer .footer-nav ul li a{
	color: #fff;
	font-size: 16px;
}
footer .footer-nav ul li a:hover{
	text-decoration: underline;
}	 
footer .footer-copyright{
	background: #202020;
	padding: 20px;
	text-align: center;
	font-size: 14px;
}

footer .footer-copyright p{
	margin: 0px auto;
	width: 70%;
	font-size: 14px;
}
.card-body { 
    padding: 1rem;
	
}
.card-body1 { 
    padding: 1rem;
	height: 374px;
}
.home-mobile-banner{
	display: none;
}
.blog-categories{
	padding: 0px 20px;
	padding-bottom: 50px;
	width: 100%;
	display: inline-block;
}
.blog-categories .blog-category-box{
	float: left;
	padding: 20px 10px;
	width: 12.5%;
text-align: center;
}
.blog-categories .blog-category-box a{
	color: #000;
}
.blog-categories .blog-category-box img{
	width: 90px;
	height: 90px;
	border-radius: 100%;
}
.blog-categories .blog-category-box span{
	display: block;
	font-weight: 600;
	font-size: 14px;
	padding-top: 10px;
}
.blog-category-item a{
	color: #000;
	font-weight: 600;
	font-size: 14px;
}
.blog-category-item {
	padding-bottom: 10px;
}
.blog-category-item img{
	width: 40px;
	margin-right: 5px;
	height: 40px;
	border-radius: 100%;
}
.blog-mobile-nav{
	background: #fff;
	padding: 10px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	display: none;
}
.blog-mobile-nav .blog-mobile-nav-box span{
	display: block;
}
.blog-mobile-nav .blog-mobile-nav-box{
	float: left;
	width: 33.33%;
	text-align: center;

	}
	.blog-mobile-nav .blog-mobile-nav-box img{
		width: 25px;
	}
	.blog-mobile-nav .blog-mobile-nav-box a{
	color:#a40807;
	font-weight: 600;
	font-size: 12px;
}
.sp-left-filter-btn{
border: #e2e1e1 solid 1px;
padding: 10px;
background:#fff;
cursor: pointer;
font-size: 12px;
margin-bottom: 15px;
border-radius: 6px;
display: none;
}
.sp-left-filter-btn i{
	float: right;
	margin-top: 3px;
}

@media (min-width: 1500px){
	.sp-coupons-listing .sp-coupons-box-list li a { 
    font-size: 16px;
    line-height: 26px;
}
.all-stores-listing h2 {
    font-size: 52px;
    }
    .all-stores-listing .stores-fast-links ul li a {
    text-decoration: none;
    font-size: 2.5em;
}
.all-stores-listing .stores-fast-links ul li {
     width: 46px;
    }
    .all-stores-listing .stores-alpha-listing ul li a {
    text-decoration: none;
    font-size: 18px;
}
.main-wrapper .home-main-banner-search p {
    font-size: 26px;
    line-height: 36px;
    }
header .nav a, header .nav .nav-link {
     font-size: 18px;
    }
    .main-wrapper .home-main-banner-slider .home-banner-slide .home-banner-content h2 {
     font-size: 48px;
}
.main-wrapper .home-main-banner-slider .home-banner-slide .home-banner-content h3 {
     font-size: 22px;
    }
    .home-exclusive-coupon .home-exclusive-coupon-boxes .home-exclusive-coupon-box h3 {
     font-size: 22px;
}
.home-exclusive-coupon .home-exclusive-coupon-boxes .home-exclusive-coupon-box p {
     font-size: 16px;
    }
    .home-voucher-codes .home-voucher-codes-content .home-voucher-codes-box .home-voucher-codes-box-inner h4 {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.newsletter-section p{
	font-size: 22px;
	line-height: 32px;
}
footer .footer-copyright p {
     font-size: 16px;
}
.home-why-choose-coupon .home-why-choose-coupon-points ul li {
    font-size: 20px;
    line-height: 33px;
    }
footer .footer-cities ul li {
     font-size: 18px;
}
footer .footer-nav ul li a {
     font-size: 18px;
}
.home-why-choose-coupon p {
       font-size: 19px;
    line-height: 30px;
    }
    .home-benefits-coupon p {
     font-size: 20px;
}
footer h2 {
    font-size: 38px;
    }
footer h3 {
    font-size: 26px;
    }
.newsletter-section h2 {
    font-size: 52px;
    }
    .home-exclusive-coupon-box .btn{
    	font-size: 18px;
    }
    .home-page-heading h2 {
    font-size: 52px;
}
.main-wrapper .home-main-banner-search h2 {
    font-size: 52px;
}
}
@media only screen and (min-width: 992px) and (max-width:1200px) {
	}
@media only screen and (min-width: 651px) and (max-width:992px) {
	.globale-cities ul li {
    float: left;
    width: 50%;
    padding: 10px;
}
	.all-stores-listing .stores-alpha-listing.alle-kategorien ul li {
    float: left;
    width: 50%;
}
	.newsletter-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    padding: 0px 10%;
}
.sp-coupons-listing .sp-coupons-stores-heading h2 {
    font-size: 27px;
    }
	.home-popular-stores ul li { 
    width: 50%;
    padding: 5px 10px;
}
.home-why-choose-coupon .home-why-choose-coupon-points ul li {
    font-size: 15px;
    line-height: 23px;
    }
    .home-why-choose-coupon p {
    font-size: 14px;
    line-height: 22px;
}
.home-special-occasion-content {
    width: 85%;

}

footer .footer-cities ul li img {
    margin-right: 5px;
    width: 30px;
}
footer h3 {
    font-size: 20px;
    }
    footer .footer-nav ul li a {
    color: #fff;
    font-size: 14px;
}
.py-6 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}
footer .footer-cities ul li { 
    padding: 5px 0px;
    font-size: 14px;
}
.newsletter-section .newsletter-sec-inner .newsletter-sec-form {
    width: 80%;
    }
	.main-wrapper .home-main-banner-search h2 {
    font-size: 36px;
}
.main-wrapper .home-main-banner-slider .home-banner-slide .home-banner-content h2 {
     font-size: 26px;
    }
    .main-wrapper .home-main-banner-slider .home-banner-slide .home-banner-content p {
     font-size: 12px;
}
.main-wrapper .home-main-banner-slider .home-banner-slide .home-banner-content h3 {
     font-size: 15px;
    }
    .main-wrapper .home-main-banner-slider .home-banner-slide .home-banner-content .home-banner-btn {
     padding: 8px 26px;
     margin-top: 10px; 
    font-size: 10px;
}
.home-page-heading h2 {
    font-size: 32px;
    }
		header .nav{
		display: none;
		position: absolute;
		width: 100%;

		background: #fff;
		z-index: 99;
		left: 0px;
		padding: 15px;
	}
	header .nav .dropdown-toggle:after{
		float: right;
	}
	header .nav .dropdown-menu{
		position: relative !important;
		border: 0px;
		padding-left: 20px;
		transform: translate3d(0px, 0px, 0px) !important;
	}

	header .nav .nav-link:before{
		display: none;
	}
	header .nav.show{
		display: block;
	}
	header .header-search-wrapper .header-search-form {
		width: 90%;
		margin: 10px 0;
		border-bottom: #000 solid 1px;
	}
	header .d-flex {
		display: inline-block !important;
		width: 100%;
	}
	header .h-logo {
		display: inline-block;
		width: auto;
	}
	header .h-logo img{
		width: 160px;
	}
	header .py-4 {
		padding: 0.6rem!important; 
	}
	.header-search{
		float: right;
	}
	header .header-search a {
		color: #000;
		font-size: 24px; 
		padding-top: 10px;
		display: block;
	}
	header .header-search-wrapper { 
		padding: 10px;
	}
	header .header-search-wrapper .header-search-inner .search-close{
		right: 5px;
	}
	header .menu-toggle-btn{
		display: block;
	}
	.main-wrapper .home-main-banner-search .home-banner-search-inner {
    width: 90%;
    margin: 0 auto;
}
}
@media only screen and (max-width: 650px){
	.sp-left-filter-btn{
		display: block;
	}
	.pt-5 {
  padding-top: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 1.5rem !important;
}
.sp-coupons-listing.pe-5{
	 padding-right: 1rem !important;
}
.home-page-heading h3 {
  font-size: 18px;
}
	.sp-left-filters{
		display: none;
	}
	.all-stores-listing h2 {
  font-size: 26px;
}
	.sp-coupons-see-detial{
		margin-top: 15px;
	}
	.blog-mobile-nav{
		display: block;
	}
	.blog-categories{
		display: none;
	}
	.sp-coupons-listing .sp-coupons-box .sp-coupons-p {
     
    width: 60%;
    margin: 0 auto;
}
 
	.globale-cities ul li {
    float: left;
    width: 100%;
    padding: 10px;
}
	.home-mobile-banner{
		display: block;
	}
	.home-desktop-banner{
		display: none;
	}
	.all-stores-listing .stores-fast-links ul li { 
    width: 42px; 
}
.all-stores-listing .stores-fast-links.alle-kate-fast-links ul li { 
	width: 100%;
	text-align: left;
}
.alle-kate-fast-mobile-link{
	position: relative;
}
.stores-fast-links.alle-kate-fast-links ul{
	margin: 0px;
}
.alle-kate-fast-mobile{
	display: block;
	margin-top: 15px;
}
.sp-cat-link.active{
	border-color: transparent !important;
}
.stores-fast-links.alle-kate-fast-links{
	position: absolute;
	display: none;
	margin: 0px;
	top: 5px;
	z-index: 99;
	background: #fff;
	    border: #e2e1e1 solid 1px;
	    padding: 10px;
}
.stores-fast-links.alle-kate-fast-links.hide{
	display: none !important;
	}
	.stores-fast-links.alle-kate-fast-links.show{
	display: block !important;
	}
.all-stores-listing .stores-fast-links ul li a { 
    font-size: 1.6em;
    }
	.all-stores-listing .stores-alpha-listing.alle-kategorien ul li {
    float: left;
    width: 100%;
}
	.mb-sm-4{
		margin-bottom: 15px;
	}
	.all-stores-listing .stores-alpha-listing ul li {
     width: 100%;
}
	.sp-coupons-listing .sp-coupons-box h3 {
    font-size: 22px;
}
	.main-wrapper .home-main-banner-search .home-banner-search-inner {
		width: 90%;
	}
	.main-wrapper .home-main-banner-search h2 {
		font-size: 26px;
	}
	.main-wrapper .home-main-banner-search .banner-search-form {
		width: 90%;
		margin: 0 auto;
	}
	.main-wrapper .home-main-banner-search p {
		font-size: 14px;
		line-height: 24px;
	}
	.main-wrapper .home-main-banner-search .banner-search-form .form-control {
		padding: 10px 15px;
	}
	.main-wrapper .home-main-banner-search .banner-search-form .submit-btn {
		padding: 9.5px 15px;
	}
	header .nav{
		display: none;
		position: absolute;
		width: 100%;

		background: #fff;
		z-index: 99;
		left: 0px;
		padding: 15px;
	}
	header .nav .dropdown-toggle:after{
		float: right;
	}
	header .nav .dropdown-menu{
		position: relative !important;
		border: 0px;
		padding-left: 20px;
		transform: translate3d(0px, 0px, 0px) !important;
	}

	header .nav .nav-link:before{
		display: none;
	}
	header .nav.show{
		display: block;
	}
	.sp-coupons-listing .sp-coupons-stores-heading h2 {
		font-size: 22px;
	}
	.sp-coupons-listing .sp-coupons-stores-heading p {
		font-size: 14px;
		line-height: 24px;
	}
	.home-page-heading h2 {
		font-size: 24px;
	}
	.home-popular-stores ul li {
		width: 50%;
		padding: 5px ;
	}
	.home-popular-stores ul li a {
		font-size: 14px;
	}
	.card-body {  
		padding: 1rem;
		
	}

	.card-body1 {  
		padding: 1rem;
		height: 377px
	}

	
	.home-exclusive-coupon .home-exclusive-coupon-boxes .home-exclusive-coupon-box h3 {
		font-size: 16px;     line-height: 19px;
	}
	.home-exclusive-coupon .home-exclusive-coupon-boxes .home-exclusive-coupon-box p {
		font-size: 12px;
		margin: 10px 0px;
	}
	.py-5 {
		padding-top: 2rem!important;
		padding-bottom: 2rem!important;
	}
	.py-6 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important;
	}
	.home-why-choose-coupon h2 {
		font-size: 32px;
	}
	.home-why-choose-coupon p {
		font-size: 14px;
		line-height: 24px;
	}

	.home-why-choose-coupon .home-why-choose-coupon-points h3 {
		font-size: 18px;
		line-height: 28px;

	}
	.home-why-choose-coupon .home-why-choose-coupon-points ul li {
		font-size: 14px;
		line-height: 22px;
	}
	.home-why-choose-coupon .home-why-choose-coupon-points ul li span {
		font-size: 13px;
		line-height: 16px;
	}
	.home-why-choose-coupon .home-why-choose-coupon-points ul li span {
		font-size: 13px;
		line-height: 16px;
	}
	.home-page-heading p{
		font-size: 14px;
		line-height: 24px;
	}
	.home-blog-section h3, .home-blog-section h3 a {

		font-size: 18px;    line-height: 22px;
	}
	.newsletter-section h2 {
		font-size: 24px;
	}
	.newsletter-section .newsletter-sec-inner .newsletter-sec-form {
		width: 90%;

	}
	.newsletter-section .social-media-icons li a {
		width: 40px;
		height: 40px;
		font-size: 18px; 
		line-height: 38px; 
	}
	footer .footer-cities ul li{
		font-size: 13px;
	}
	footer .footer-cities ul li img {
		width: 35px;
	}
	footer .footer-inner{
		padding: 0px 20px;
	}
	footer .footer-nav ul li a { 
		font-size: 14px;
	}
	footer h2 {
		font-size: 24px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 22px;
	}
	.home-special-occasion-content {
		width: 90%;
		margin: 0 auto;
	}
	.home-benefits-coupon p {
		font-size: 16px;
	}
	.home-benefits-coupon h3 {
		margin: 15px 0px;
		font-size: 24px;
	}
	.coupons-codes-stores .coupons-codes-store-slide h3 {
		font-size: 18px;
	}
	.coupons-codes-stores .coupons-codes-store-slide p {
		font-size: 14px;
	}
	.newsletter-section .newsletter-sec-inner .newsletter-sec-form .form-control {
		padding: 10px 15px;
		font-size: 14px;
	}
	.newsletter-section .newsletter-sec-inner .newsletter-sec-form .submit-btn {
		padding: 11px 15px;
		font-size: 13px;
	}
	footer .footer-copyright p {
		width: 90%;
		font-size: 11px;
	}
	header .header-search-wrapper .header-search-form {
		width: 90%;
		margin: 10px 0;
		border-bottom: #000 solid 1px;
	}
	header .d-flex {
		display: inline-block !important;
		width: 100%;
	}
	header .h-logo {
		display: inline-block;
		width: auto;
	}
	header .h-logo img{
		width: 130px;
	}
	header .py-4 {
		padding: 0.6rem!important; 
	}
	.header-search{
		float: right;
	}
	header .header-search a {
		font-size: 18px;
    padding-top: 0px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    margin-top: 10px;
	}
	header .header-search-wrapper { 
		padding: 10px;
	}
	header .header-search-wrapper .header-search-inner .search-close{
		right: 5px;
	}
	header .menu-toggle-btn{
		display: block;
	}
}
.date-with-laptop {
    width: 81px;
    height: 81px;
    background: #707070;
    border-radius: 100%;
    margin: 15px 3px 2px 0;
    display: block;
    text-align: center;
}
.nopadding {
    padding: 0;
    margin: 0;
}
.theme_p {
    margin: 0 0 15px 0;
    font-size: 1rem;
    font-weight: 400;
    color: #718096;
}
.blog_footer_h {
    margin: 0;
    font-weight: 700;
    line-height: 1.33;
    display: block;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1rem;
    margin-top: 10px;
}

.blog_footer_ul_social {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}
.py-6 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
.blog_footer .fa-facebook-f {
    background: #3b5998;
}
.blog_footer .fab, .blog_footer .fas {
    padding: 0 0px;
    font-size: 14px;
    width: 25px;
    border-radius: 50%;
    text-decoration: none;
    margin: 0 5px 0 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
footer {
    background: #242424;
    color: #fff;
}
.blog_footer_ul{
	color: #fff;
}
.blog_pagination {
    float: right;
}
ul li:hover{
	cursor: pointer;
 }
 .h2, h2 {
    font-size: 30px;
}

.sp-coupons-listing .sp-coupons-stores-heading h1 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}
.sp-coupons-listing .sp-coupons-stores-heading h1 span {
    color: #a40807;
}

.sp-coupons-listing .sp-coupons-box h4 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
}

