@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

html {
	font-family: 'Cuprum', sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Cuprum', sans-serif;
	margin:0;
	padding:0;
	height:100%;
	box-sizing: border-box;
	background-color: #f5f5f5 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, p, li, span, a {
	font-family: 'Cuprum', sans-serif;
}

small {
    font-size: 12px !important;
}

.cursPointer{
	cursor: pointer;
}

.white-bg{
	background-color: rgba(255,255,255,1);
}

.theme-bg{
	background-color: rgba(255,91,126,1);
}

.text-justify{
	text-align: justify;
}

.headBG{
	background: url("../images/header-banner.png");
	background-size: cover;
	background-position: center;
	position: relative;
}

.navLink, .subMenu a{
	color: #707070;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}

.navLink:hover{
	color: #000000;
}

.btn-search {
  background-color: #314555;
  float: left;
  color: #fff !important;
  border: 2px solid #314555;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
  border-radius: 0 !important;
}

.view-btn{ 
	border-color: #314555; 
	color: #314555;
	background-color: #fff;
}

.view-btn:hover, .view-btn:focus, .view-btn:active{
    color: #fff;
    background-color: #314555;
    border-color: #314555;
}

.subMenu a:hover{
	color: #000000;
	font-weight: bold;
}

.subMenu{
	background-color: #fff;
	border-top: 3px solid #ff4f5a;
	-moz-box-shadow: 0 4px 8px -4px rgba(0,0,0,0.4);
	-ms-box-shadow: 0 4px 8px -4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 4px 8px -4px rgb(0 0 0 / 40%);
	box-shadow: 0 4px 8px -4px rgb(0 0 0 / 40%);
	display: none;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 12px;
	position: absolute;
	top: 100%;
	min-width: 180px;
	z-index: 9999;
}

/* image overlay classes */
.twt-imgContainer {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.twt-centerOverlay {
	position: absolute;
	top: 95%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
}

.twt-centerOverlay p {
    font-size: 0.9rem;
}
/* image overlay classes */

.searchBox{
	padding: .675rem .75rem !important;
}

::-webkit-input-placeholder {color: #333;} /* Chrome/Opera/Safari */
::-moz-placeholder { color: #333;} /* Firefox 19+ */
:-ms-input-placeholder { color: #333;} /* IE 10+ */
:-moz-placeholder {color: #333;}
::placeholder {
	color: #333;
	font-size: 1.1rem;
}







/* main */
.layout-1 {
	padding-top:10px;
	height:200px;
	background-size: cover;
    position: relative;
	color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.card-body .icon {
	color: #b2bac2;
	font-size: 14px;
}
.showcode {
	position: relative;
	z-index: 1;
	margin-top: 3rem!important;
	margin-bottom: 3rem!important;
}
.coupon-hide {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 15px;
  color: #F50;
  border-radius: 3px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, #eee 10px, #eee 20px), linear-gradient(to bottom, #c2ead4, #c2ead4);
}
.show-code {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #25c76f !important;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
}
.showcode:hover .show-code {
  width: 80%;
  color: #fff;
  transition: all 400ms linear 0ms;
}
.coupon-showen .coupon-hide {
  text-align: center;
  border: 2px dashed #314555;
  line-height: 28px;
}
.coupon-showen .show-code {
  display: none;
}
.card .ribbon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 80px;
  height: 85px;
}
.ribbon {
  font-size: 10px;
  position: relative;
  top: 14px;
  left: 3px;
  width: 120px;
  padding: 1px;
  color: #fff;
  text-align: center;
  background-color: #ff3100;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.catgry i{
	color: #314555;
}
.entry-media {
  position: relative;
}
.entry-media {
	width: 100%;
	height: 150px;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.entry-single-blog {
	width: 100%;
	height: 500px;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.entry {
  position: relative;
}
.entry .entry-date {
  top: 0;
  left: 5px;
  position: absolute;
  z-index: 10;
  width: 60px;
}
.entry .entry-date > h4, .entry .entry-date > h6 {
    color: #fcfcfc;
    font-size: 22px;
    background: #314555;
    text-align: center;
    padding: 2px;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
	margin-left: 5px;
	width:35px;
}
.entry .entry-date > h6 {
    font-size: 14px;
    background: #314555;
    border-radius: 0 0 3px 3px;
}
.card-subtitle .icon {
	color: #b2bac2;
	font-size: 14px;
}
.card-link, .card-link .icon {
	text-decoration: none;
	color: #25c76f;
}
.card-link:hover ,.card-link .icon:hover{
	text-decoration: underline;
	color: #25c76f;
}
.copy-coup {
	background-color: #25c76f;
	color: #fff !important;
	border: 2px solid #25c76f;
	border-left: none; /* Prevent double borders */
	cursor: pointer;
	border-radius: 0 !important;	
}
.coup-code span {
	background: repeating-linear-gradient(45deg, transparent, transparent 10px, #eee 10px, #eee 20px), linear-gradient(to bottom, #c2ead4, #c2ead4);
	display: block;
	line-height: 34px;
	padding: 8px 15px;
	font-size: 15px;
	color: #F50;
	border-radius: 3px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.result {
	background: #fff;
}
/* main */
/* stores */
.store-div span a{
	display: inline-block;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #314555;
}
.store-div span a:active,.store-div span a:hover,.store-div span a:focus{
	background-color: #314555 !important;
	color: white !important;
}
.store-div, .store-bar{
	background-color: #f7f8f9 !important;
}
.store-div span + span a {
  border-left: 1px solid #eee;
}
.store-div .all-stores a {
  width: auto !important;
  padding: 0 12px !important;
  color: #314555;
}

/* stores */
/* blogs */
.tags .badge {
    margin-right: 8px;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    color: #fff;
    background-color: #b3bfc5;
    margin-bottom: 12px;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.tags .badge:hover, .badge:focus{
   background: #314555;
}
.share-icon {
	background-color: #314555;
	border-radius: 50%;
	padding: 9.3px 9.3px 12.3px 14.3px;
}
/* blogs */
/* footer */
.main-footer {
	background-color: #314555;
	color: #d4d4d4;
}
.footer-coup li {
  list-style:none;
  font-size: 10px;
}
.footer-coup li:before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 15px;
  position: absolute;
  color: #314555;
 
}
.footer-coup a {
  text-decoration:none;
  color: #d4d4d4;
  margin-left: 10px;
  font-size:15px;
  line-height: 25px;
}
.foot-base {
    text-align: center;
    background: #1e2b35;
}
.foot-base p {
	font-size: 15px;
	line-height: 26px;
	color: #647d89;
}
/* footer */








/*
// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/
@media screen and (max-height: 250px) {
	.mb-mobile{margin-bottom: 1rem!important;}
    .fontStoreName{font-size:10px!important;}
    .catNameFont b{font-size:10px!important;}
}

@media screen and (max-height: 450px) {
	.mb-mobile{margin-bottom: 1rem!important;}
    .fontStoreName{font-size:12px!important;}
    .catNameFont b{font-size:12px!important;}
}

/*// Small devices (landscape phones, 576px and below)*/
@media (max-width: 576px) {
	.mb-mobile{margin-bottom: 1rem!important;}
    .fontStoreName p{font-size:13px!important;}
    .catNameFont b{font-size:13px!important;}
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .fontStoreName p{font-size:13px!important;}
    .catNameFont b{font-size:13px!important;}
}

/* Medium devices (tablets, 640px and below)*/
@media (max-width: 640px) {
	.mb-mobile{margin-bottom: 1rem!important;}
    .fontStoreName p{font-size:13px!important;}
    .catNameFont b{font-size:15px!important;}
}

/* Medium devices (tablets, 640px and up)*/
@media (min-width: 640px) {
    .fontStoreName p{font-size:15px!important;}
    .catNameFont b{font-size:15px!important;}
}

/* Medium devices (tablets, 768px and below)*/
@media (max-width: 768px) {
	.mb-mobile{margin-bottom: 1rem!important;}
	.showcode { margin-top: 1rem!important; margin-bottom: 1rem!important; }
    .fontStoreName p{font-size:15px;!important}
    .catNameFont b{font-size:17px!important;}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .fontStoreName p{font-size:15px!important;}
    .catNameFont b{font-size:17px!important;}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .fontStoreName p{font-size:15px!important;}
    .catNameFont b{font-size:17px!important;}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.fontStoreName p{font-size:20px!important;}
	.catNameFont b{font-size:20px!important;}
}