/*
Theme Name: Twenty Twenty-One
Theme URI: https://example.com/twenty-twenty-one-child/
Description: Twenty Twenty-One Child Theme
Author: Anna Fitzgerald
Author URI: https://example.com
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-column, responsive-layout
Text Domain: twentytwentyonechild
*/ 

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

a {
	outline:none;
}

p {
		  font-family: 'Poppins', sans-serif;
	color:#5D697E;
	font-size: 16px !important;
    font-weight: 300;
	  

	}
.dark-theme p {
		color:#fff !important;
	}

.dark-theme p a {
		color:#fff !important;
	}

li, span, label, div, b {
		  font-family: 'Poppins', sans-serif;
	
	}
	
	h1, h2, h3, h4, h5 {
        color: #1a212d;
    font-weight: 400 !important;
    font-family: 'Poppins';
}
hr.header-bottom {
    color: #C9DDE8;
    opacity: 1;
    margin: 0 auto 15px auto;
 
}
	h1 {
    font-size: 24px;
   }
	h2 {
    font-size: 28px !important;
   }
	h3 {
    font-size: 20px !important;
   }
	h4 {
    font-size: 18px;
   }
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
	body {
    background: #fff;
    color:#181a1a;
}

.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.header {
  padding: 5px 0px;
 }

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	box-shadow: 0px 0px 8px 0px #bebcbc;
	    height: 84px;
	background-color:#fff;
	z-index:999;
}
	.dark-theme .sticky {
    background-color: #27272a;
    box-shadow: 0px 0px 8px 0px #0e0d0d;
}

.sticky + .content {
  padding-top: 102px;
}
div#page {
    width: 100%;
}
	
	div#myHeader {
    width: 1200px;
    margin: 0 auto;
}
	div#content {
    width: 1200px;
    margin: 0 auto;
	}
.col-sm-4.left-toggle {
    padding-left: 0px;
}
	.site-content {
   		padding-top:105px;
}
	.row.top-menu {
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
}
	.col-sm-6.logo {
    text-align: center;
}
	span.left-categories {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
		cursor:pointer;
		color:#1a212d;
}
	.col-sm-4.right-icons {
    display: flex;
    align-items: center;
		padding-right:0px;
}
	.search {
    width: 17%;
       text-align: center;
}
	.notifications {
    width: 18%;
       text-align: center;
}
	.mode {
    width: 23%;
       text-align: center;
		display:flex;
		    padding: 0 5px;
		align-items:center;
}
	.login {
    width: 42%;
       text-align: right;
}
	body.dark-theme{

    background-color: #27272a;
}
	body.dark-theme {
    color: #fff;
}
	:root {
  --surface: #fff;
  --bg: #e4e4e7;
  --text: #71717a;
  --shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --inset: inset 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
}

.dark-theme {
  --surface: #27272a;
  --bg: #18181b;
  --text: #a1a1aa;
  --shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
  --shadow-inner: inset 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.6);
}

	.dark-theme{
    color: #fff;
}
body {
  display: flex;
  background-color: var(--surface);
  height: 100vh;
  transition: background-color 0.005ms ease-in 0.05ms;
}

.toggle-theme {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
  position: relative;
  height: 17px;
  width: 50%;
}

.toggle-theme input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.switch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #dae8ee;
  box-shadow: var(--inset);
  border-radius: 50px;
  transition: background-color 0.05s ease-in 0.1s, box-shadow 0.05s ease-in 0.1s;
  user-select: none;
  cursor: pointer;
}

.switch:before {
  position: absolute;
  content: '';
  height: 13px;
  width: 13px;
  top: 2px;
  left: 3px;
  background-color: var(--surface);
  box-shadow: var(--shadow);
  border-radius: 40px;
  transition: transform 0.1s, background-color 0.05s ease-in 0.1s,
    box-shadow 0.05s ease-in 0.1s;
}

input:checked + .switch:before {
  transform: translateX(21px);
}

.toggle-theme p {
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  transition: color 0.15s ease-in 0.4s;
  cursor: pointer;
  z-index: 1;
}

.backtohome{
	text-align:center;
}
	button.btn.btn-danger {
    padding: 6px 40px;
    border-radius: 25px;
    font-weight: 600;
/* 	background-color: #fe3657; */
/* 		background: linear-gradient(0deg, #ff3759, #e70126 80%) no-repeat; */
		background-image: linear-gradient(to left, #ff3759 , #e70126);
    border-color: #fe3657;	
}
	ul.menu  {  text-align: center;
    padding-inline-start: 0px; }
	ul.menu li {
    display: inline-flex;
    padding: 0 12px;
    list-style: none;
    font-size: 15px;
		color: #1a212d;
    font-weight: 500;   
}
ul.menu li a{
 		color: #1a212d;
	text-decoration:none;
   }
.side-menu ul li a{
	color: #1a212d;
	text-decoration:none;
}
.dark-theme ul.menu li a{
 		color: #fff;
	text-decoration:none;
   }
.dark-theme .side-menu ul li a{
	color: #fff;
	text-decoration:none;
}
	.row.stories{
		align-items:center;
	}
	.col-sm-11.story-icons li {
    display: inline-block;
    padding: 5px;
}
	.col-sm-11.story-icons ul{
		    margin-bottom: 0;
	}
	.row {
    margin-left: 0px;
    margin-right: 0px;
}
	.stories .col-sm-1{
		padding-left:3%;
	}
	li.more {
    background: #f61036;
    padding: 17px  10px !important;
    border-radius: 50px;
    color: #fff;
    margin-left: 5px;
		 margin-top: 5px;
}
li.more a {
    color: #fff;
    text-decoration: none;
}
	.latest{
		color: #1a212d;
    font-weight: 500;
    font-size: 15px;
		display: block;
		line-height: 3px;
    margin-bottom: 0em;
		    margin-top: 14px;
	}
	.span-stories{
	    color: #f61036;
    font-weight: 700;
    font-size: 18px;
	}
	.dark-theme .latest{
		color:#fff;
	}
	.store {
    padding-top: 30px;
}
	a.show-all {
    background-image: linear-gradient(to left, #ff3759 , #e70126);
    padding: 7px 20px;
    text-decoration: none;
    color: #fff;
		border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
		box-shadow:0px 6px 13px -5px #fc2c4e;
}
	.row.store {
    align-items: center;
}
	.side-menu {
    position: fixed;
    z-index: 2;
    width: 20%;
    background-color: #fff;
    padding: 1% 2% 2% 2%;
    height: 100%;
    -webkit-animation: animateleft 0.4s;
    animation: animateleft 0.4s;
    z-index: 9999;
}

.side-menu ul {
    padding-inline-start: 0px;
	padding-left:0%;
}
	.close-bar {
       /* text-align: right; */
    text-align: center;
    font-size: 20px;
        color: #fff;
    background-color: #fe3657;
    width: 32px;
    height: 32px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
}
	.side-menu ul li {
      list-style: none;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid;
		
}
	.popular-categories {
    background-color: #f4fbfe;
    border-radius: 25px;
}
	.dark-theme .side-menu{
		background-color:#27272a;
	}
	.popular-categories h2 {
    text-align: center;
    color: #000;
    font-weight: 600 !important;
		    padding: 20px 0px;
}
	.dark-theme .popular-categories h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
}
a.get-deal:hover {
    color: #fff;
}
a.get-coupon:hover {
    color: #fff;
}
	.popular-categories {
    background-color: #f4fbfe;
    border-radius: 25px;
    padding: 30px;
}
	.category-desc {
    padding: 15px 10px;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
box-shadow: 0px 0px 6px 0px #b9b9b9a6;
}

	.category-desc img {
    width: 70px;
    height: 70px;
}
	.site-content-4 h2 {
    text-align: center;
    padding: 20px 0px;
		font-weight:800 !important;
}
	
	p.blog-category {
    color: #fe3657 !important;
    font-weight: 600;
		    text-transform: uppercase;
		margin-bottom:5px;
}
	.popular-category-name {
    padding-top: 10px;
    color: #19202d;
    font-weight: 600;
		text-decoration:none;
}
	.popular-category-name:hover {
      color: #f61036;
    }
	.coupons-offers h2, .coupons-offers h3 {
    text-align: center;
}
	.coupons-offers h2 {
   		padding-bottom:20px;
		font-weight:600 !important;
		}
	.coupons-offers {
		padding-top:5px;
		padding-bottom:30px;
	}
	.coupon-offer-left {
    width: 70%;
    float: left;
}

	.coupon-offer-right {
    width:30%;
	float:left;
}
	.coupon-offer-link-left {
    float: left;
    width: 70%;
}
	.coupon-offer-link-right {
    float: left;
    width: 30%;
}
.coupon-offer-link-left a {
    color: #5d697e;
    text-decoration: none;
}
.coupon-offer-link-left a:hover {
    color: #5d697e;
    text-decoration: none;
}
.dark-theme .coupon-offer-link-left a {
    color: #fff;
   }
	.row.coupons .col-sm-4 {
    background: #fff;
    box-shadow: 0px 0px 10px -4px #c2d1fd;
    border-radius: 15px;
    padding: 10px;
		width: 31.3333%;
    margin: 1% 1%;
}
	p.active-now {
      color: #1a212d;
    font-weight: 700;
    font-size: 14px !important;
}

.coupon-offer-link-left p {
    font-size: 14px !important;
    font-weight: 500;
}
	a.get-deal {
    background-color: #f61036;
    padding: 7px 18px;
    text-decoration: none;
    color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
		    font-size: 14px;
}
a.get-coupon {
    background-color: #f61036;
    padding: 7px 18px;
    text-decoration: none;
    color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
		    font-size: 14px;
}
	a.show-more {
    text-align: center;
    color: #fff;
    background-color: #f61036;
    padding: 7px 60px;
    text-decoration: none;
    border-radius: 25px;
}
.show-more {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}	
	.site-content-1 {
    background-color: #f4fbfe;
    padding: 30px 0;
}
	.recommendation .row {
    align-items: center;
}
	.site-content-2 {
    padding: 30px 0px;
}
	.price-history .row {
    align-items: center;
}
	.col-sm-6.image {
    text-align: center;
}
	.site-content-3 {
    padding-bottom: 30px;
}
	.site-content-4 {
    padding-bottom: 30px;
}
	.site-content-5 {
    padding-bottom: 30px;
		    background-color: #f9fdff;
}
	.site-content-6 {
    padding-top: 30px;
		 padding-bottom: 30px;
}
	.cashack .row {
    align-items: center;
}

.coupons-deals-top-section{
	
	width: 100%;
    display: flex;
/*     background: #fff; */
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -4px #c2d1fd;
}
.coupons-deals-image {
width: 18%;
           text-align: center;
        border-radius: 10px;
}
.coupons-deals-details {
    width: 82%;
    padding-right: 10px;
    padding-left: 10px;
}
.coupons-deals-brand p{
    font-size: 16px !important;
    font-weight: 400;
    color: #1a212d;
}
p.coupons-deals-name {
    font-size: 20px !important;
    font-weight: 600;
    color: #1a212d;
	    margin-bottom: 5px;
}
h1.coupons-deals-name {
    font-size: 20px !important;
    font-weight: 600;
    color: #1a212d;
	    text-align: left;
	    margin-bottom: 5px;
}

.coupons-deals-see-all {
    width: 100%;
    display: flex;
	padding-top: 25px;
}

a.cdlink {
    padding: 3px 35px;
    font-size: 16px !important;
    color: #5D697E;
    text-decoration: none;
    border: 1px solid #5D697E;
    border-radius: 25px;
	margin-right: 15px;
	font-weight: 600;
	    cursor: pointer;
}
a.cdlink:hover{
	color: #5D697E;
}
a.cdlink.active {
    background-color: #f61036;
    color: #fff;
    border-color: #fff0;
}
.dark-theme a.cdlink {  
    color: #fff;
       border: 1px solid #fff;    
}
.dark-theme a.cdlink:hover {  
    color: #fff;      
}
.dark-theme .filter{
	color:#fff;
}
.links {
    width: 50%;
    }

.filter {
    width: 50%;
	text-align:right;
	    color: #5D697E;
    font-weight: 600;
}
.filter .toggle-theme {
	width:41px;
}

.coupons-deals-left {
    width: 80%;
    float: left;
}

.coupons-deals-right {
    width: 19%;
    float: right;
	margin-left:1%;
}
	footer#colophon {
    background-color: #000;
		padding-top:60px;
}
	footer#colophon .footer {
    width: 1200px;
    margin: 0 auto;
}
	ul.footer-menu li {
    display: inline-flex;
    padding: 0 12px;
    list-style: none;
    font-size: 14px;
}
	.lang-switch {
    height: 70px;
}
	.lang-switch p{
		position:absolute;
	margin-left: 1024px;
    padding: 10px 40px;
    margin-top: 10px;
    border: 1px solid #fff;
		border-radius:50px;
	}
	.footer .row{
		align-items:center;
	}
	.footer .col-sm-9 {
    height: 30px;
		text-align:right;
}
	.footer li, .footer p {
    color: #fff;
}
ul.footer-menu a {
    color: #fff;
    text-decoration: none;
}
	.social-icons {
    padding-bottom: 10px;
    text-align: center;
  }
	.social-icons img {
    padding: 0 5px;
}
	.social-icons .row li a {
    
		    font-size: 14px;
    color: #696969;
    font-weight: 500;
		text-decoration:none;
}
.social-icons .row li  {
    display: inline-flex;
    padding: 0 10px;
		    font-size: 14px;
    color: #696969;
    font-weight: 500;
		text-decoration:none;
}
	.social-icons ul{
		padding-inline-start: 0px;
		margin-bottom:0px;
		
}
	.social-icons p {
    margin-bottom: 0px;
}
	.col-sm-4.ter {
    text-align: left;
		padding-left:0px;
}
	.col-sm-4.copy-right {
    text-align: right;
}
.col-sm-4.copy-right p {
    font-size: 14px !important;
    color: #696969 !important;
    font-weight: 500;
}
	.day {
    background: url(https://karob.mediacle.net/wp-content/uploads/2021/11/Day.png);
    width: 16px;    height: 16px;
}
	.night {
    background: url(https://karob.mediacle.net/wp-content/uploads/2021/11/Night.png);
    width: 14px;    height: 14px;
}
	.notification-icon {
    background: url(https://karob.mediacle.net/wp-content/uploads/2021/11/Notification.png);
    width: 17px;    height: 24px;     margin-left: 35%;

}
	.search-icon {
    background: url(https://karob.mediacle.net/wp-content/uploads/2021/11/Search.png);
    width: 18px;    height: 19px;     margin-left: 35%;

}
	.col-sm-4.logo {
    text-align: center;
}
.dark-theme .search-icon {
    background: url(https://karob.mediacle.net/wp-content/uploads/2021/11/Search-1.png);
}
.dark-theme .notification-icon {
    background: url(https://karob.mediacle.net/wp-content/uploads/2021/11/notification.png);
  }
.dark-theme .day {
    background: url(https://karob.mediacle.net/wp-content/uploads/2021/11/Day-1.png);
  }
	.dark-theme .night {
    background: url(https://karob.mediacle.net/wp-content/uploads/2021/11/Night-1.png);
   }
.dark-theme .switch{
	background-color:#fff;
}
	.upcomin-event {
    background: url(http://karob.mediacle.net/wp-content/uploads/2021/11/Up-Coming-Event.png);
    background-repeat: no-repeat;
    height: 180px;
    padding: 20px;
    text-align: center;
		    position: absolute;   
    width: 1200px;
}
	.site-content-7 {
    height: 130px;
	}
	.dark-theme b {
    color: #fff;
}
	.dark-theme .site-content-5 { 
    background-color: #27272a;
}
	.dark-theme .site-content-1 { 
    background-color: #27272a;
}
	.dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5 {
    color: #fff;
  }
	.dark-theme .upcomin-event b {
    color: #000;
}
	.dark-theme .upcomin-event p {
    color: #000 !important;
}
	.dark-theme .row.coupons .col-sm-4{
		    background: #27272a;
    box-shadow: 0px 0px 4px 0px #000000;  
}
	.dark-theme p.active-now {
    color: #fff;
    font-weight: 600;
}
	.dark-theme .popular-categories {
   background: #27272a;
    box-shadow: 0px 0px 4px 0px #000000;  
}
	.dark-theme .category-desc {
   background: #27272a;
    box-shadow: 0px 0px 4px 0px #000000;  
}
	.dark-theme p.popular-category-name {   
    color: #fff;
}
	.dark-theme p.popular-category-name:hover {   
    color: #fe3657;
}
.more-text{
	display:none;
}
p.read-more-link {
    text-align: center;
    color: #fe3657;
    font-size: 18px !important;
    font-weight: 500;
	width:150px;
	margin:0 auto;
}

.read-more {
	cursor:pointer;
       background-color: rgb(255 255 255 / 13%);
         text-align: center;
    line-height: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(2px);
          margin-top: -85px;
	left:0;
    width: 100%;
    position: absolute;
    padding: 41px 40px;
}
.dark-theme .read-more{
background-color: rgb(39 39 42 / 13%); 
}

.read-more.less {
    position: relative;
    margin-top: 0px;
    padding: 15px 0px;
}
.latest-stories {
    padding-top: 30px;
    width: 1000px;
    margin: 0 auto;
}
.static-loc {
    cursor: pointer;
	color: #1a212d;
    font-weight: 500;
    font-size: 15px;
}
.locations {
    position: absolute;
    background: #fff;
     width: 140px;
    text-align: center;
    padding: 10px 0px;
	z-index:99;
	margin-top: 7px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0px 0px 6px 0px #b9b9b9a6;
}
.dark-theme .locations {
    background: #27272a;
       box-shadow: 0px 0px 4px 0px #0e0d0d;
}
  .locations ul {
    padding-inline-start: 0px;
    list-style: none;	
    margin-bottom: 0;

}
.locations ul li {
    padding:5px 0px;
}
.locations li a {
    color: #1a212d;
    text-decoration: none;
    
}
.dark-theme .locations li a {
    color: #fff;
    text-decoration: none;    
}
.col-sm-6.big-image {
    text-align: center;
}
a.show-all:hover {
    color: #fff;
}
a.show-more:hover {
    color: #fff;
}

.big-image-blog-category {
    position: absolute;
    background: #dae8ee;
   padding:0 10px;
    margin-left: 50px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
/*Blog page */
.big-image-blog-details {
    position: absolute;
    margin-top: -90px;
/*     z-index: 9999999; */
    padding: 0 20px;
}
p.blog-bottom-name {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
p.blog-bottom-name a{
    color: #fff;
    text-decoration:none;
}
p.blog-bottom-date {
    color: #fff;
    font-weight: bold;
}
.Blog-page h4.blog-name {
    font-size: 20px;
    font-weight: 600;
}
.Blog-page h2 {
	font-weight: 600 !important;
    	padding-bottom:10px;
	    border-bottom: 1px solid #eaedf0;
}
.Blog-page h2:first-child {
    border: none;
}
.Blog-page .offer-banners {
    padding-bottom: 10px;
}
.Blog-page .col-sm-6.big-image{
	text-align:left;
}
.Blog-page h2::after{
	content: url(http://karob.mediacle.net/wp-content/uploads/2021/11/Arrow-1.png);
	    padding-left: 8px;
}
.trending .col-sm-4 {
    margin-bottom: 20px;
}
.blog-left {
    width: 25%;
    float: left;
	padding-right:5px;
}
.blog-left img{
    width: 100%;
 }
.blog-right {
    width: 75%;
    float: left;
	padding-left:5px;
    border-bottom: 1px solid #e9ecef;
}
p.blog-date {
    	font-size:14px !important;
	font-weight:500;
	    margin-bottom: 5px;
}
h4.blog-name {
    font-size: 18px !important;
    font-weight: 600 !important;
	    
   }
p.blog-name {
  	    font-weight: 800;
	color:#1a212d;
	    margin-bottom: 6px;
}
p.blog-auth {
    margin-bottom: 5px;
    color: #18212C;
    font-weight: 400;
}
.blog-offer-banner {
    padding: 20px 0px;
}
.popular .col-sm-4 {
    margin-bottom: 20px;
}
.blog-offer-banner img {
    width: 100%;
}
p.blog-desc {
    font-weight: 400;
    color: #1a212d;
}
.home-content.split-2 h2 {
    font-size: 20px !important;
}

p.up-1 {
    font-size: 18px !important;
    font-weight: 600;
    color: #1a212d;
}
p.up-2 {
    font-size: 15px !important;
    font-weight: 400;
}
/* Blog page Css end */

/* Single Blog Css start */
h1 {
    font-size: 28px !important;
    font-weight: 800 !important;
    text-align: center;
}
.post-content h2 {
        font-weight: 600 !important;
    padding-bottom: 10px;
    padding-top: 10px;
}
h2.related-articles {
       font-weight: 600 !important;
    padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaedf0;
}
h2.related-articles::after {
    content: url(http://karob.mediacle.net/wp-content/uploads/2021/11/Arrow-1.png);
    padding-left: 8px;
}
.single-post {
    padding-bottom: 25px;
}
.post-details p{
	font-weight:500 !important;
}
.post-content p {
    font-weight: 400;
}
/* Single Blog Css end */
.coupons-table {
    width: 100%;
    display:flex;
    background: #fff;
	align-items:center;
    margin-bottom: 10px;    
	margin-top: 10px;
	    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -4px #c2d1fd;
}
.coupon-image {
    width: 20%;
	padding-right:10px;
}
.coupon-details {
    width: 65%;
	padding-right: 10px;
   }
.coupon-cta {
    width: 15%;
    }
span.c-left {
    width: 50%;
    float: left;
}
span.c-right {
    width: 50%;
    float: left;
}
span.get-code {
	    position: absolute;
    margin-top: 0px;
    background-color: #f61036;
    padding: 7px 40px;
    text-decoration: none;
    color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.coupons-deal span.get-code { 
	padding: 7px 25px;
}

span.get-code:hover {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin-left: -15px !important;
}
span.coupon-code{
	color: #000;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	margin-top: 0px;
	left: 0;
	margin-left: 5px;
	display: block;
	min-width: 76px;
	text-align: right;
	height: 38px;
	padding: 8px 7px 8px 2px;
	border: 1px solid #fe3657;
		text-transform: uppercase;
	top: 0;
	border-radius: 25px;
	-webkit-transition: all 1s ease 0s;-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	z-index: 2;
	word-wrap: break-word;
}
a.coupon-link {
    text-decoration: none;
}
p.coupon-verified {
    font-size: 14px !important;
    font-weight: 500;
    padding-bottom: 10px;
}
p.coupon-name {
 font-size: 20px !important;
    font-weight: 600;
    padding-bottom: 10px;
    color: #1a212d;
}
p.coupon-see-all {
    font-size: 14px !important;
    font-weight: 500;
}
p.coupon-see-all a {
    color: #5D697E;
}
span.c-left::after {
	    padding-left: 10px;
 	content:url(https://karob.mediacle.net/wp-content/uploads/2021/11/toggle-down.png); 
}
span.c-left.close-cdread::after {
	    padding-left: 10px;
 	content:url(https://karob.mediacle.net/wp-content/uploads/2021/11/toggle.png); 
	}
.hot-deal-all-see-all span.c-left::after {
	    padding-left: 10px;
 	content:url(https://karob.mediacle.net/wp-content/uploads/2021/11/Arrow-2.png); 
}
.coupon-see-all span.c-left::after {
	    padding-left: 10px;
 	content:url(https://karob.mediacle.net/wp-content/uploads/2021/11/Arrow-2.png); 
}
.coupons-deals-description {
    background-color: #f8faff;
    padding: 25px;
    border-bottom-left-radius: 15px;
	 border-bottom-right-radius: 15px;
}
.dark-theme .coupons-deals-description {
    background-color: #27272a;
    
}

.fetured-sores {
    background-color: #f4fbfe;
    border-radius: 25px;
    padding: 30px;
	margin:40px 0px;
}
.store-desc {
    padding: 25px 10px 10px 10px;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
	 height: 140px;
    margin-bottom: 15px;
	box-shadow: 0px 0px 10px -4px #c2d1fd;
}
.store-desc img {
    padding: 20px 0px;
	   }
.dark-theme .store-desc{
	    background-color: #27272a;
	box-shadow: 0px 0px 4px 0px #121010;

}
p.total-coupons {
    font-weight: 600;
}
.coupon-offer-banner {
    padding: 40px 0px;
}
.coupon-offer-banner img{
	width:100%;
}
.coupon-content {
    padding-top: 30px;
}
p.top-read-more-link {
    text-align: center;
    color: #fe3657;
    font-size: 18px;
    font-weight: 600;
    width: 150px;
    margin: 0 auto;
}
.coupon-content p {
    text-align: center;
}
.dark-theme .coupons-table {
    background: #27272a;
    box-shadow: 0px 0px 4px 0px #121010;
}
.dark-theme span.coupon-code { 
	color:#fff;
}
.dark-theme .fetured-sores {
    background-color: #27272a;
       box-shadow: 0px 0px 4px 0px #121010;
}
.border-red {
    border: 1px solid red;
    border-radius: 10px;
	margin:10px 0px;
}
.border-red {
   	margin:10px 0px;
}
.border-none {
   	margin:10px 0px;
}
.hot-deal-table {
    width: 100%;
        background: #fff;
	align-items:center;
   
	    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -4px #c2d1fd;
}
.hot-deal-off {
    width: 20%;
/*     background-color: #fff;
    box-shadow: 0px 0px 10px -4px #c2d1fd; */
    text-align: center;
    padding: 15px 40px;
	    border-radius: 10px;
}
span.hd-off {
    text-align: center;
    font-size: 40px; 
	font-weight: 600;
    color: #f61036;
	line-height:1;
	word-wrap: break-word;
}

.hot-deal-details {
    width: 65%;
    padding-right: 10px;
	  padding-left: 10px;
}
.hot-deal-cta {
    width: 15%;
    text-align: center;
}
a.hot-deal-link {
     background-color: #f61036;
    padding: 7px 35px;
    text-decoration: none;
    color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
a.hot-deal-link:hover{
	color:#fff;
}
p.hot-deal-brand {
	font-size:18px !important;
    font-weight: 600;
	color: #1a212d;
   }
p.hot-deal-name {
    font-size: 20px !important;
    font-weight: 600;
	color: #1a212d;
   }
p.hot-deal-see-all {
    font-weight: 500;
	font-size:14px !important;
	    width: 100%;
    text-align: right;
}
.hot-deal-off-links {
    display: flex;
}

p.hot-deal-see-all span.c-left {
    width: 33%;
}

p.hot-deal-see-all span.c-right {
    width: 33%;
}
.fetured-sores h2 {
    text-align: center;
    font-weight: 600 !important;
}

.dark-theme .hot-deal-table { 
	background: #27272a;
    box-shadow: 0px 0px 4px 0px #121010;
}
.dark-theme .hot-deal-off {
   box-shadow: 0px 0px 4px 0px #121010;
    background-color: #27272a; 
}

.hot-deal-off-section {
    display: flex;
    align-items: center;
}
.cd-info h3 {
    font-weight: 600 !important;
}

.cd-info {
    box-shadow: 0px 0px 10px -4px #c2d1fd;
    padding: 15px;
    border-radius: 15px;
	  margin-bottom: 15px;
}
p.info-qts {
    font-weight: 400;
	margin-bottom: 5px;
}
p.info-ans {
    font-weight: 600;
	margin-bottom: 5px;
}
.cd-right-content {
    box-shadow: 0px 0px 10px -4px #c2d1fd;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.cd-right-content h3 {
    font-weight: 600 !important;
}
.cd-right-content p {
    font-weight: 400;
}
.cd-right-brands{
	box-shadow: 0px 0px 10px -4px #c2d1fd;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.cd-right-brands h3{
   font-weight: 600 !important; 
}
.cd-right-brands ul {
    padding-inline-start: 20px;
}

/* Hot Deals page */

.hot-deal-all-table {
   width: 100%;
    background: #fff;
    align-items: center;
    padding: 20px;
	    margin-bottom: 25px;

    border-radius: 10px;
    box-shadow: 0px 0px 10px -4px #c2d1fd;
}
.dark-theme .hot-deal-all-table {
       background: #27272a;
   
}

.hot-deal-all-off-section {
    display: flex;
    align-items: center;
}

.hot-deal-all-off {
   width: 18%;
    text-align: center;
    padding: 15px 40px;
    border-radius: 10px;
	    box-shadow: 0px 0px 10px -4px #c2d1fd;
}
.hot-deal-all-details {
    width: 69%;
    padding-right: 10px;
    padding-left: 35px;
}
.hot-deal-all-cta {
    width: 13%;
    text-align: center;
}

p.hot-deal-all-see-all a{
	color:#5D697E;
}
p.hot-deal-all-see-all span.c-left {
       width: 50%;
text-align: left;
}

p.hot-deal-all-see-all span.c-right {
       width: 50%;
	text-align: left;
}

p.hot-deal-all-see-all span.c-right.expire {
       width: 100%;
	text-align: center;
}

p.hot-deal-all-see-all {
    font-weight: 500;
    font-size: 14px !important;
    width: 100%;
    text-align: left;
}

p.hot-deal-all-see-all.expire {
    position: absolute;
        margin-top: 25px;
    width: 150px;
}

/* Hot Deals page end */

@media (max-width:360px){
	.sticky {
    height: 75px;
}
	
	h4.blog-name {
    font-size: 14px !important;
    font-weight: 600 !important;
}
	a.cdlink {
    padding: 3px 18px;  
    margin-right: 3px;  
}
	
	img.img-responsive.footer-logo {
    width: 130px;
}
		div#hlogo img {
    width: 130px;
}
		.coupon-offer-right img {
    width: 100%;
}
		a.get-deal {
    font-size: 14px;
    padding: 5px 10px !important;
}
	a.get-coupon {
    font-size: 14px;
    padding: 5px 8px !important;
}
	.upcomin-event {
			    padding: 20px 10px;
		}
		.upcomin-event img {
    width: 90px;
}
	.coupon-offer-link-left a {
       font-size: 13px;
}
	p.blog-name a {
      font-size: 15px !important;
}
	.lang-switch p {
       padding: 5px 30px; 
	}
	}
	@media (max-width:767px){
		.home-content {
       margin-top: 10px;
}
		
		h1.coupons-deals-name {
       text-align: center;
      margin-top: 5px;
}
		p.blog-bottom-name {
        text-align: left;
}
		.upcomin-event li {
      padding: 10px 7px !important;
}
		.hot-deal-all-off-section{
		display: block;
       text-align: center;
		}
		
		.hot-deal-all-off {
    width: 100%;
}
	.hot-deal-all-details {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0px;
}	
	p.hot-deal-all-see-all span.c-left {
    width: 100%;
    text-align: center;
		float:left;
        margin-block-end: 1em;
    margin-block-start: 1em;
}
		p.hot-deal-all-see-all span.c-right {
    width: 100%;
    text-align: center;
			float:left;
       margin-block-end: 1em;
    margin-block-start: 1em;
}
		
		p.hot-deal-all-see-all span.c-right.expire {
       margin-block-end: 0;
    margin-block-start: 0;
}
		
		
		.hot-deal-all-cta {
    width: 100%;
    text-align: center;
}
		p.hot-deal-all-see-all.expire {
    position: relative;
    margin-top: 25px;
    width: 100%;
}
		p.hot-deal-all-see-all span.c-right.expire {
       float: none;
}
		p.hot-deal-all-see-all.expire{
		text-align:center;
	}
		.cd-info {
    text-align: center;
}
	.cd-right-content {
    text-align: center;
}	
		.hot-deal-table {
    display: block;
}
		
		.hot-deal-off {
    width: 100%;
    padding-right: 0px;
			text-align:center;
}
	.hot-deal-details {
    width: 100%;
    padding-right: 0px;
		text-align: center;
		}	
		.hot-deal-cta {
    width: 100%;
 text-align: center;
}
				span.c-left {
    width: 100%;
			float:none;
}
		span.c-right {
    width: 100%;
	float:none;
}
		
		
		
		
		.coupons-table {
    display: block;
}
		
		.coupon-image {
    width: 100%;
    padding-right: 0px;
			text-align:center;
}
	.coupon-details {
    width: 100%;
    padding-right: 0px;
		text-align: center;
		}	
		.coupon-cta {
    width: 100%;
			    text-align: center;
}
		span.coupon-code {
    display: none;
}
		
		span.get-code {
    position: relative;
}
		p.coupon-verified {
    padding-bottom: 0px;
    margin-bottom: 5px;
    padding-top: 10px;
}
		 p.coupon-name {
      padding-bottom: 0px;
			 margin-bottom: 5px;
}
		.store-desc {
    padding: 10px 10px 10px 10px;
     height: 120px;
    margin-bottom: 15px;
   }
		.store-desc img {
    padding: 10px 0px;
}
	/* Blog page Mobile Css start */	
		h2.blog-h2 {
    padding-top: 0px;
}
		.Blog-page .offer-banners .col-sm-6 {
    width: 100%;
}
		.big-image-blog-details {
     position: relative;
    margin-top: -100px;
       padding: 0 20px;
}
		
		/* Blog page Mobile Css end */
		.home-content {
    text-align: center;
}
		.latest-stories {
			width:100%;
		}
		.read-more{
			width:100%;
			position:relative;
		}
		.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
			width:100%;
		} 
		div#page {
    width: 100%;
    overflow-x: hidden;
}
		.desktop{
			display:none;
		}
		.mobile{
			display:block !important;
		}
		div#myHeader {
    width: 100%;
    margin: 0 auto;
}
		div#content {
    width: 100%;
   padding-left:5px;
			 padding-right:5px;
}
		.slider img {
    width: 100%;
}
		.row.store img {
    width: 100%;
}
		.col-sm-4.left-toggle {
    width: 30% !important;
    float: left;
}
		.footer {
    width: 100% !important;
			padding: 0 5px;
}
		.upcomin-event {
    width: 100%;
}
		.offer-banners img {
    width: 100%;
}
		.recommendation img {
    width: 100%;
}
		.col-sm-6.image img {
    width: 100%;
}
		.row.coupons .col-sm-4 {
   width: 90%;
    margin: 15px 5%;
		}
		.sub-menu {
    display: none;
}
		.left-toggle {
    width: 25%;
    float: left;
}
		div#hlogo {
    width: 50%;
			text-align: center;
}
		.mobile.right-icons {
    width: 25%;
			display: flex !important;
}
		
		.top-menu {
    display: flex;
	align-items: center;
}
		.notifications {
    width: 33.33%;
    text-align: center;
}
		.mode {
    width: 33.33%; 
			display:block;
		}
		.search {
    width: 33%;
    text-align: center;
}
		.side-menu {
      width: 70%; 
		}
		.header {
    padding: 10px 5px;
}
		.sticky{
			height:85px;
		}
		.site-content {
    padding-top: 86px;
}
		.col-sm-11.story-icons {
    width: 75%;
    padding-left: 0;
}
		.col-sm-11.story-icons ul {
    display: flex;
    overflow-x: auto;
    padding-inline-start: 0px;
}
		li.more {
   padding: 18px 10px !important;
    border-radius: 50px;
			color: #fff;
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 15px;
		}
		.entry-points {
        overflow-x: scroll;
}
		.row.stories .col-sm-1 {
    width: 25% !important;
   }
		h2 {
    text-align: center;
			font-weight:600;
}
	.store p {
    text-align: center;
}
		.store .col-sm-6 {
    text-align: center;
}
		.row.popular .col-sm-2 {
    width: 50%;
    margin-bottom: 15px;
}
		
a.get-deal {
        padding: 7px 13px;
		}
		a.get-coupon {
        padding: 7px 12px;
		}
		.recommendation {
    text-align: center;
}
		.offer-banners .col-sm-6 {
    padding-bottom: 20px;
}
		.price-history {
    text-align: center;
}
		.row.offer-box .col-sm-6 {
    width: 50%;
}
		.row.offer-box .col-sm-6 p {
   margin-bottom:5px;
}
		h4.blog-name {
    font-size: 15px;
		}
    p.blog-desc {
    font-size: 12px;
}
		.cashack {
    text-align: center;
}
		.upcomin-event {
    position: relative;
    background-position: center !important;
}
		.lang-switch {
      width: auto;
    float: right;
}
		.footer .col-sm-3 {
    width: 50%;
}
		.lang-switch p {
    position: relative; 
		}
		.footer .row {
    display: block;
}
		.col-sm-4.ter {
    text-align: center;
   }
		.footer .col-sm-9 {
    text-align: center;
     margin-top: 20px;
}
		.footer .col-sm-9 ul{
		    padding-inline-start: 0px;
		}
		.footer .col-sm-9 {
    height: auto;
}
		
		.social-icons .col-sm-4 {
    padding-bottom: 10px;
}
.col-sm-4.copy-right {
    text-align: center;
}
		.lang-switch p { 
			right: 1%;
			margin-left:0px;
    	}
		.site-content-7 #content {
    padding: 0px;
}
		.coupon-offer-link-right{
			text-align:right;
		}
		.coupon-offer-right {
       text-align: right; 
		}
		
		.coupons-deals-top-section {
    display: block;
			padding: 5px;
}
		.coupons-deals-image {
    width: auto;
    
}
		.coupons-deals-details {
    width: 100%;
    text-align: center;
}
		.coupons-deals-see-all {
    display: block;
}
		.links {
    width: 100%;
}
		a.cdlink {
    padding: 3px 18px;  
    margin-right: 3px;  
}
		.filter {
    width: 100%;
    text-align: center;
       margin-top: 15px;
    margin-bottom: 15px;
}
		
		.coupons-deals-left {
    width: 100%;
    float: none;
}
		.hot-deal-off-section {
    display: block;
}
	p.hot-deal-see-all {
    font-weight: 500;
    font-size: 14px !important;
    width: 100%;
		  margin-top: 15px;
    text-align: center;
}
		p.hot-deal-see-all span.c-left {
    width: 50%;
			float:left
}
		p.hot-deal-see-all span.c-right{
    width:50%;
				float:left
}
		span.c-right.expire {
    width: 100% !important;
    float: none;
}
		.coupons-deals-right {
    width: 100%;
    float: none;
    margin-left: 0%;
}
		p.blog-desc {
    display: none;
}
		.col-sm-6.big-image {
    margin-bottom: 20px;
}
		.site-content-1 {
       padding: 0px 0;
}
		.site-content-2 {
    padding: 10px 0px;
}
		.site-content-3 {
    padding-bottom: 0px;
}
		.site-content-4 {
    padding-bottom: 0px;
}
		.site-content-5 {
    padding-bottom: 0px;
    }
	.site-content-6 {
    padding-top: 15px;
    padding-bottom: 0px;
}	
		.coupons-offers {
    padding-top: 0px;
    padding-bottom: 15px;
}
		.coupons-offers h2 {
    padding-bottom: 0px;
 }
		.latest-stories {
    padding-top: 15px; 
		}
		.store {
    padding-top: 10px;
}
		.popular-categories {
       padding: 10px 10px;
}
	.row.offer-box .col-sm-6 {
    padding-top: 0px !important;
}	
		p.blog-name {
    min-height: 65px;
}
		.site-content-4 h2 {
        padding: 10px 0px;
   }
	}

@media  (max-width:575px){ 
	.upcomin-event img {
    width: 100px;
}
	p.blog-name {
    min-height: 50px;
}	
p.coupon-see-all {
    font-size: 13px !important;
    font-weight: 500;
}
	.coupon-see-all span.c-left::after {
    padding-left: 3px;
    content:'';
}
}


@media (min-width:576px) and (max-width:767px){
	
	p.blog-desc {
    display: block;
} 
	
	.site-content-4 p.blog-desc {
    display: none;
} 
	.Blog-page h4.blog-name {
    font-size: 20px !important;
   }
	.row.fetured .col-sm-2 {
    width: 33.33%;
}
	
	.footer .col-sm-9 {
    height: auto;
    width: 100%;
}
	.social-icons .col-sm-4 {
       width: 100%;
}
	.Blog-page .trending .col-sm-4 {
    width: 50%;
}
	.Blog-page  .popular .col-sm-4 {
    width: 50%;
}
	.single-post .popular .col-sm-4 {
    width: 50%;
}
}

@media (min-width:768px) and (max-width:989px){
	h1.coupons-deals-name{
		text-align:center;
margin-top:5px;
	}
	p.blog-name {
       min-height: 60px;
}
	p.blog-desc {
    display: none;
}
	p.blog-bottom-name {
       text-align: left;
} 
	
	
	.hot-deal-all-off-section{
		display: block;
       text-align: center;
		}
		
		.hot-deal-all-off {
    width: 100%;
}
	.hot-deal-all-details {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0px;
}	
	p.hot-deal-all-see-all span.c-left {
    width: 100%;
    text-align: center;
		float:left;
        margin-block-end: 1em;
    margin-block-start: 1em;
}
		p.hot-deal-all-see-all span.c-right {
    width: 100%;
    text-align: center;
			float:left;
       margin-block-end: 1em;
    margin-block-start: 1em;
}
		
		p.hot-deal-all-see-all span.c-right.expire {
       margin-block-end: 0;
    margin-block-start: 0;
}
		
		
		.hot-deal-all-cta {
    width: 100%;
    text-align: center;
}
		p.hot-deal-all-see-all.expire {
    position: relative;
    margin-top: 25px;
    width: 100%;
}
	p.hot-deal-all-see-all span.c-right.expire {
       float: none;
}
	p.hot-deal-all-see-all.expire{
		text-align:center;
	}
		span.c-left {
    width: 100%;
			float:none;
}
		span.c-right {
    width: 100%;
				float:none;
}
	.hot-deal-table {
    display: block;
}
		
		.hot-deal-off {
    width: 20%;
    padding-right: 0px;
			text-align:center;
}
	.hot-deal-details {
    width: 50%;
    padding-right: 0px;
		text-align: center;
		}	
		.hot-deal-cta {
    width: 30%;
	 text-align: center;
}
		p.hot-deal-see-all {
    font-weight: 500;
    font-size: 14px !important;
    width: 100%;
		  margin-top: 15px;
    text-align: center;
}
	
		
	.coupons-table {
    display: block;
}
		
		.coupon-image {
    width: 100%;
    padding-right: 0px;
			text-align:center;
}
	.coupon-details {
    width: 100%;
    padding-right: 0px;
		text-align: center;
		}	
		.coupon-cta {
    width: 30%;
	text-align: center;
}
	
	p.hot-deal-see-all span.c-left {
    width: 33.3% !important;
    float: left;
}
	
	p.hot-deal-see-all span.c-right {
    width:33.3%;
    float: left;
}
	
	span.c-right.expire {
    float: none;
    width: 33.3% !important;
}
		span.coupon-code {
    display: none;
}
	
		span.get-code {
    position: relative;
}
		p.coupon-verified {
      padding-bottom: 0px;
}
		 p.coupon-name {
      padding-bottom: 0px;
}
	
	.coupons-deals-left{
		width:100%
	}
	.coupons-deals-right {
    width: 100%;
       margin-left: 0%;
}
	.cd-info {
    text-align: center;
}
	.cd-right-content {
    text-align: center;
}
	
	.coupons-deals-top-section {
    display: block;
    padding: 5px;
}
	.coupons-deals-image {
    width: auto;
}
	.coupons-deals-details {
    width: 100%;
    text-align: center;
}
	.coupons-deals-see-all {
    display: block;
}
	.links {
    width: 100%;
}
	.filter {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
	.filter .toggle-theme {
    width: 6%;
}
	
	.big-image-blog-details {
     position: relative;
    margin-top: -100px;
       padding: 0 20px;
}
	.Blog-page h4.blog-name {
    font-size: 15px;
    font-weight: 600;
}
	.Blog-page .popular .col-sm-4 {
    width: 50%;
}
	.Blog-page .trending .col-sm-4 {
    width: 50%;
}
	.home-content {
    text-align: center;
}
	.latest-stories {
			width:100%;
		}
	.read-more{
			width:100%;
			position:relative;
		}
	div#page {
    width: 100%;
    overflow-x: hidden;
}
		.desktop{
			display:none;
		}
		.mobile{
			display:block !important;
		}
		div#myHeader {
    width: 100%;
    margin: 0 auto;
}
		div#content {
    width: 100%;
   padding-left:5px;
			 padding-right:5px;
}
		.slider img {
    width: 100%;
}
		.row.store img {
    width: 100%;
}
		.col-sm-4.left-toggle {
    width: 30% !important;
    float: left;
}
		.footer {
    width: 100% !important;
			padding: 0 5px;
}
		.upcomin-event {
    width: 100%;
}
		.offer-banners img {
    width: 100%;
}
		.recommendation img {
    width: 100%;
}
			.row.coupons .col-sm-4 {
   width: 45%;
    margin: 15px 2.5%;
		}
		.sub-menu {
    display: none;
}
		.left-toggle {
    width: 25%;
    float: left;
}
		div#hlogo {
    width: 50%;
			text-align: center;
}
		.mobile.right-icons {
    width: 25%;
			display: flex !important;
}
		
		.top-menu {
    display: flex;
	align-items: center;
}
		.notifications {
    width: 33.33%;
    text-align: center;
}
		.mode {
    width: 33.33%; 
			display:block;
		}
		.search {
    width: 33%;
    text-align: center;
}
		.side-menu {
      width: 70%; 
		}
		.header {
    padding: 10px 5px;
}
		.sticky{
			height:85px;
		}
		.site-content {
    padding-top: 86px;
}
		.col-sm-11.story-icons {
    width: 85%;
    padding-left: 0;
}
		.col-sm-11.story-icons ul {
    display: flex;
    overflow-x: auto;
    padding-inline-start: 0px;
}
		li.more {
   padding: 18px 10px !important;
    border-radius: 50px;
			color: #fff;
    width: 80px;
    height: 60px;
    margin-top: 5px;
    margin-left: 15px;
		}
		.stories .col-sm-1 {
    width: 15% !important;
   }
		h2 {
    text-align: center;
			font-weight:600;
}
	.store p {
    text-align: center;
}
		.store .col-sm-6 {
    text-align: center;
}
		.row.popular .col-sm-2 {
			width:33.33%;
        margin-bottom: 15px;
}
		
a.get-deal {
        padding: 7px 13px;
		}
	a.get-coupon {
        padding: 7px 13px;
		}
		.recommendation {
    text-align: center;
}
		.offer-banners .col-sm-6 {
    padding-bottom: 15px;
			 padding-top: 0px !important;
}
	
		.price-history {
    text-align: center;
}
		.row.offer-box .col-sm-6 {
    width: 50%;
}
		.row.offer-box .col-sm-6 p {
   margin-bottom:5px;
}
		h4.blog-name {
    font-size: 15px;
		}
    p.blog-desc {
    font-size: 12px;
}
		.cashack {
    text-align: center;
}
		.upcomin-event {
    position: relative;
    background-position: center !important;
}
		.lang-switch {
      width: auto;
    float: right;
}
		.footer .col-sm-3 {
    width: 50%;
}
		.lang-switch p {
    position: relative; 
		}
		.footer .row {
    display: block;
}
		.col-sm-4.ter {
    text-align: center;
			width:100%;
			   }
		.footer .col-sm-9 {
    text-align: center;
     margin-top: 20px;
			width:100%;
}
		.footer .col-sm-9 ul{
		    padding-inline-start: 0px;
		}
		.footer .col-sm-9 {
    height: auto;
}
		
		.social-icons .col-sm-4 {
    padding-bottom: 10px;
}
.col-sm-4.copy-right {
    text-align: center;
}
		.lang-switch p { 
			right: 1%;
			margin-left:0px;
    	}
		.site-content-7 #content {
    padding: 0px;
}
		.coupon-offer-link-right{
			text-align:right;
		}
		.coupon-offer-right {
       text-align: right; 
		}
	.social-icons .col-sm-4{
		width:100%;
	}
}


@media (min-width:990px) and (max-width:1199px){ 
	.show-more{
		    margin-top: 30px;
	}
	span.hd-off {
        font-size: 30px; 
	}
	p.blog-name {
       min-height: 60px;
}
	.tooltipss {
    padding: 0 5px !important;
}
	ul.menu li {
       padding: 0 5px;
	}
	
	.coupons-deal span.get-code {
    padding: 7px 14px;
}
	p.hot-deal-all-see-all.expire {
    position: relative;
       padding-top: 31px;
    width: 100%;
}
	
	input:checked + .switch:before {
    transform: translateX(15px);
}
	.coupons-deals-image img {
    width: 100%;
}
	.links {
    width: 65%;
}
	
	a.hot-deal-link{
		    padding: 7px 20px;
	}
	.coupon-image img {
    width: 100%;
}
	span.get-code {
    position: relative;
    padding: 7px 20px;
}
	span.coupon-code {
       margin-top: -32px; 
	}
	.big-image-blog-details {
     position: relative;
    margin-top: -100px;
     }
	.latest-stories {
			width:100%;
		}
	.read-more{
			width:100%;
			position:relative;
		}
	div#page {
    width: 100%;
    overflow-x: hidden;
}
		
		div#myHeader {
    width: 100%;
    margin: 0 auto;
}
		div#content {
    width: 100%;
   padding-left:5px;
			 padding-right:5px;
}
		.slider img {
    width: 100%;
}
		.row.store img {
    width: 100%;
}
		
		.footer {
    width: 100% !important;
			padding: 0 5px;
}
		.upcomin-event {
    width: 100%;
}
		.offer-banners img {
    width: 100%;
}
		.recommendation img {
    width: 100%;
}
			
		ul.menu li {
      font-size: 16px;
}
		.left-toggle {
    width: 25%;
    float: left;
}
		
	
		.mobile.right-icons {
    width: 25%;
			display: flex !important;
}
		
		.top-menu {
    display: flex;
	align-items: center;
}
		.side-menu-toggle {
    width: 60% !important;
}
		
		.side-menu {
      width: 70%; 
		}
		.header {
    padding: 10px 5px;
}
		.sticky{
			height:85px;
		}
		.site-content {
    padding-top: 86px;
}
		.col-sm-11.story-icons {
    width: 85%;
    padding-left: 0;
}
		.col-sm-11.story-icons ul {
    display: flex;
    overflow-x: auto;
    padding-inline-start: 0px;
}
		li.more {
      height: 60px;
    margin-top: 5px;
   
		}
		.stories .col-sm-1 {
    width: 15% !important;
   }
		
	.store p {
    text-align: center;
}
		.store .col-sm-6 {
    text-align: center;
}
		.coupon-offer-right img {
    width: 100%;
}
		
a.get-deal {
        padding: 7px 10px;
		}
	a.get-coupon {
    padding: 7px 10px;
	}
		.recommendation {
    text-align: center;
}
		.offer-banners .col-sm-6 {
    padding-bottom: 0px;
			}
		.price-history {
    text-align: center;
}
		.row.offer-box .col-sm-6 {
    width: 50%;
}
		.row.offer-box .col-sm-6 p {
   margin-bottom:5px;
}
		h4.blog-name {
    font-size: 15px !important;
		}
    p.blog-desc {
    font-size: 14px !important;
}
		.cashack {
    text-align: center;
}
		.upcomin-event {
    position: relative;
    background-position: center !important;
}
		.lang-switch {
      width: auto;
    float: right;
}
		.footer .col-sm-3 {
    width: 50%;
}
		.lang-switch p {
    position: relative; 
		}
		.footer .row {
    display: block;
}
		.col-sm-4.ter {
    text-align: center;
			width:100%;
			   }
		.footer .col-sm-9 {
    text-align: center;
     margin-top: 20px;
			width:100%;
}
		.footer .col-sm-9 ul{
		    padding-inline-start: 0px;
		}
		.footer .col-sm-9 {
    height: auto;
}
		
		.social-icons .col-sm-4 {
    padding-bottom: 10px;
}
.col-sm-4.copy-right {
    text-align: center;
}
		.lang-switch p { 
			right: 1%;
			margin-left:0px;
    	}
		.site-content-7 #content {
    padding: 0px;
}
		.coupon-offer-link-right{
			text-align:right;
		}
		.coupon-offer-right {
       text-align: right; 
		}
	.social-icons .col-sm-4{
		width:100%;
	}
	p.hot-deal-all-see-all.expire {
    position: relative;
    margin-top: 25px;
    width: 100%;
}
}

ul, ol, table {
    color: #5D697E;
}

/* Dark Mode Css */
.dark-theme span.left-categories{
	color:#fff;
}

.dark-theme ul.menu li{
	color:#fff;
}
.dark-theme ul{
	color:#fff;
}
.dark-theme ol{
	color:#fff;
}
.dark-theme table{
	color:#fff;
}
.dark-theme .static-loc{
	color:#fff;
}

.upcomin-event ul {
    display: inline-flex;
    align-items: center;
    padding-inline-start: 0;
}
.upcomin-event li {
    list-style: none;
    padding: 20px 40px;
}
ul.share ul{
	list-style:none;
}
ul.share ul li{
	list-style:none;
}
@media (min-width:1200px){
	p.blog-name {
        min-height: 50px;
}
	article {
   
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
	.search-result-count.default-max-width {
    text-align: center;
}
	nav.navigation.pagination {
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
}
}
.big-image-blog-category {
    display: none;
}

/* coming soon css */
.sticky.none {
    display: none;
}

		
.search-below {
    float: right;
}

		.side-tool {
  position: relative;
/*   display: inline-block; */
 }

.side-tool .side-tooltiptext {
  visibility: hidden;
     background-image: linear-gradient(to left, #ff3759 , #e70126);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  padding: 5px 10px;
font-size:14px;
	margin-left:5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
		

.side-tool:hover .side-tooltiptext {
  visibility: visible;
}
		
	.side-tool .side-tooltiptext-top {
  visibility: hidden;
     background-image: linear-gradient(to left, #ff3759 , #e70126);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  padding: 5px 10px;
font-size: 12px;
    margin-left: -55px;
    position: absolute;
    width: 120px;
    z-index: 1;
    margin-top: 32px;
}
		

.side-tool:hover .side-tooltiptext-top {
  visibility: visible;
}	
		
		.side-tool .side-tooltiptext-login {
  visibility: hidden;
     background-image: linear-gradient(to left, #ff3759 , #e70126);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  padding: 5px 10px;
font-size: 12px;
   margin-left: -120px;
    position: absolute;
    width: 120px;
    z-index: 1;
    margin-top: 46px;
}
		

.side-tool:hover .side-tooltiptext-login {
  visibility: visible;
}	
		
	.tooltipss {
  position: relative;
  display: inline-block;
		color: #1a212d;
    font-weight: 500;
		    font-size: 15px;
		padding: 0 12px;
 
}
		.dark-theme .tooltipss {
  		color: #fff;
   }

.tooltipss .tooltiptext {
  visibility: hidden;
      width: 120px;
/*     background-color: black; */
    color: #fff;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 999;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
   border-radius: 50px;
    box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
	-webkit-animation: animateleft 0.4s;
     animation: animateleft 0.4s;
	background-image: linear-gradient(to left, #ff3759 , #e70126);
}

.tooltipss:hover .tooltiptext {
  visibility: visible;
}
		
		@media (max-width:1199px){
			.bot-search.extend {
    width: 76% !important;
}
			.row.sub-menu {
    padding: 5px 0;
}
		}
		@media (max-width:360px){
		.side-tool .side-tooltiptext-bottom {
        padding: 5px 12px !important;
    font-size: 12px !important;
       right: 20px !important;
    bottom: 45px !important;
}
		}
.search-box {
  display: flex;
  align-items: center;
/*   transform: translate(-50%, -50%); */
  padding: 10px;
  border-radius: 40px;
  height: 40px;
  background: #dae8ee;
	margin-top:-10px;					
}

.search-box:hover .search-txt {
  width: 150px;
  padding: 0 6px;
}

.search-box:hover .search-btn {
  background: #fff;
}

.search-txt {
  border: none;
  background: none;
  outline: none;
  padding: 0;
    transition: 0.5s;
  width: 0px;
}

.search-btn {
  color: #1abc9c;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
}
