*, *::before, *::after {
	box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
:root {
	scroll-behavior: smooth;
}
}
body {
	margin: 0;
	font-family: Roboto;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul, ol {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
header {
	background: #fff;
	padding: 10px 0;
	border-bottom:1px solid #ddd;
}
.container {
	width: 90%;
	margin: 0 auto;
}
.flex-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-logo {
	width:200px;
}
.site-logo img {
	max-width: 100%;
}
.center-linked a {
	color: #fff;
	font-size: 20px;
}
.hot-links {
	width: 350px;
}
.searchbar {
	width: calc(90% - 600px);
}
.search-field {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}
.search-field form {
	width: 100%;
	display: flex;
	justify-content:start; flex-direction: row-reverse;
	align-items: center;
	background: #f1f1f1;
	border-radius:5px;
	overflow: hidden;
	padding: 0 2px;
}
.search-field form button {
	width: 40px;
	height: 40px;
	background:none;
	border: 0;
	border-radius: 100%;
	padding: 0; font-size:22px;
	color:#5C4F47;
}
.search-field form input {
	width: calc(100% - 50px);
	border: 0;
	padding: 15px 0;
	outline:none; background:none; 
}
.hot-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hot-links a {
	background:#5B5047;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	padding:10px 10px;
	border-radius: 5px;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slider {
	margin:0; background:#f1f1f1; padding:15px 5%;
}
.slideshow-container {
	width: 100%;
	position: relative;
	margin: auto;
}
.mySlides img{ border-radius:10px;}
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}
 @keyframes fade {
 from {
opacity: .4
}
 to {
opacity: 1
}
}
.section-title {
	text-align: center;
	margin: 30px 0; color:#5B5047;
}
.section-title h1 {
	font-size: 44px;
}
.section-title h2 {
	font-size: 38px;
}
.popular-stores {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
}
.ps-store {
	text-align: center;
	transition: transform 0.3s ease;
}
.ps-store img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	border:1px solid #ddd;
}
.ps-store .ps-name {
	font-size: 17px;
	margin: 10px 0;
	font-weight: 600;
}
.ps-store a {
	display: block;
	text-decoration: none;
	color:#5B5047;
	transition: background-color 0.3s ease;
}

.ts-coupons {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.ts-coupon {
	border: 1px solid #ddd;
	box-shadow: 0 2px 8px rgba(0,0,0,0.0);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 49%;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}
.ts-coupon-1 {
	width: 200px;
	background: #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
.ts-coupon-img {
	width: 120px;
	text-align: center;
}
.ts-coupon-img img {
	max-width: 100%;
	border-radius: 5px;
}
.ts-coupon-vals {
	width: 80px;
	text-align: center;
}
.ts-coupon-vals span {
	display: block;
	color: #5b5047;
}
.ts-coupon-vals span.val-1 {
	font-size: 22px;
	font-weight: 700;
}
.ts-coupon-vals span.val-2 {
	font-size: 15px;
	font-weight: 700;
}
.ts-coupon-vals span.val-3 {
	color: #5b5047;
	font-size: 13px;
	margin-top: 5px;
}
.ts-coupon-2 {
	width: calc(98% - 200px);
	padding: 10px 1%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ts-coupon-cta {
	width: 140px;
}
.ts-coupon-cta span {
	cursor: pointer;
	background: #FDDF59;
	color: #5b5047;
	padding: 8px 10px;
	display: block;
	text-align: center;
	border-radius: 5px;
}
.ts-coupon-cta span a{color: #5b5047; font-weight:700;}
.ts-coupon-cta span:hover {
	background-color: #5b5047; color:#fff;
}
.ts-coupon-cta span a:hover{ color:#fff;}
.ts-coupon-title {
	width: calc(100% - 150px);
}
.ts-coupon-title h3 {
	color: #5b5047;
	font-size: 19px;
}
.ts-coupon-title p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.fs-stores {
	background:#f1f1f1;
	margin: 50px 0;
	padding-bottom: 5px; border-radius:5px;
}
.fs-stores h2 {
	text-align: center;
	font-size: 38px;
	padding: 10px 0 20px 0; color:#5B5047;
}
.fs-store-list {
	display: grid;
	border: 1px dashed #ddd; border-radius:5px;;
	padding: 10px;
	margin: 0px 15px 15px 15px;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}
.fs-store-list a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color:#5B5047;
}
.fs-store-list a:hover {
	color:#5B5047;
}
.section-white{ padding:30px 0;}
.product-title {
	font-size: 38px;
	margin-bottom: 30px;
	color:#5B4F49;
}
.product-title::after {
	content: '';
	display: block;
	width: 150px;
	height: 4px;
	border-radius: 5px;
	background: #FDDF59;
}
.deal-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.deal-card {
	width:32%;
	margin-bottom: 30px;
	border: 0px solid #eee;
	background:#f1f1f1;
	box-shadow: 0 2px 8px rgba(0,0,0,0.0);
	padding:5px;
	border-radius: 5px;
	position: relative;
	display: flex;
	justify-content:flex-start;
	align-items:center;
	gap:20px;
}
.deal-img {
	text-align: center; width:100px;
}
.deal-img img {
	max-width:100px; border-radius:5px;
}
.deal-title {}
.deal-title h3 {
	color: #666;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	padding: 0px 10px 0px 0px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.deal-price {
	color: #333;
	font-size: 22px;
	font-weight: bold;
}
.deal-cta {
	padding-bottom: 20px;
}
.deal-cta a {
	background: #2D5F6A;
	font-size: 16px;
	padding: 10px 0;
	display: block;
	color: #fff;
	width: 150px;
	border-radius: 25px;
	margin: 20px auto 0 auto;
}
.from-brand {
	margin: 0 10px 10px 0px;
	font-size: 14px;
	color: #999;
}
.from-brand a {
	display: inline-block;
	color: #2D5F6A;
	font-weight: 700;
}
.pecentage-val {
	background:#fddf59;
	padding: 3px 10px;
	color:#5B5047;
	border-radius: 3px;
	position: absolute;
	top: 10px;
	left: 10px;
}

@media screen and (max-width: 600px) {
.deal-img {
	text-align: center;
}
.deal-card {
	width: 100%;
}
}
.cards-3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 00px;
	margin-bottom: 30px;
}
.card-3 {
	width: 32%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #fff;
	border-radius: 5px;
	border:1px solid #ddd;
}
.card-3-1 {
	width: 50%;
	padding: 10px;
}
.card-logo {
	width: 60px;
}
.card-logo img {
	max-width: 100%;
	border-radius: 100%;
	border: 1px solid #eee;
}
.card-3-2 {
	width: 45%;
}
.card-img img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	float: right;
}
.card-title {
	font-size: 13px;
}
.card-shop-now {
	margin-top: 5px;
}
.card-shop-now a {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

@media screen and (max-width: 1100px) {
.cards-3 {
	flex-wrap: wrap;
}
.card-3 {
	width: 48%;
	margin-bottom: 30px;
}
}

@media screen and (max-width: 600px) {
.cards-3 {
	flex-wrap: wrap;
}
.card-3 {
	width: 100%;
	margin-bottom: 30px;
}
}
.home-ss-12 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 50px;
}
.home-ss-6 {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 48%;
	padding: 20px;
	background: #f1f1f1;
}
.home-ss-title {
	color: #444;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.ss-social-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.ss-social-icons a {
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #444;
	border-radius: 100%;
	color: #fff;
}
.ss-social-icons a.ifacebook {
	background: #0866FF;
}
.ss-social-icons a.ipinterest {
	background: #D30003;
}
.ss-social-icons a.itwitter {
	background: #444;
}
.ss-social-icons a.iinstagram {
	background: #FEBD01;
}
.ss-social-icons a.iyoutube {
	background: #FF0033;
}
.home-ss-6 form {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #E62833;
	border-radius: 25px;
	width: 80%;
	margin: 0 10%;
}
.home-ss-6 form button {
	width: 100px;
	background: #E62833;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	border: 0;
	cursor: pointer;
	border-radius: 25px;
}
.home-ss-6 form input {
	width: calc(100% - 120px);
	padding: 15px 10px;
	overflow: hidden;
	outline: none;
	border: 0;
	background: none;
}

.faqs h2 {
	margin: 50px 0 30px 0; color:#5B5047;
}
.accordion {
	background-color: #fff;
	color:#5B5047;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	text-transform: capitalize;
}
.active, .accordion:hover {
	background-color: #f1f1f1;
	color:#5B5047; border-bottom:1px solid #ddd;
}
.accordion:after {
	content: '\002B';
	color: #5B5047;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.active:after {
	content: "\2212";
}
.panel {
	padding: 0px 18px;
	background-color: white;
	color: #666;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.qq{ display:flex; justify-content:space-between; align-items:stretch; flex-wrap:wrap;}
.faq {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden; width:49%;
}
.panel p {
	padding: 20px;
}
.panel ul{ margin-left:35px; padding-left:15px;}
footer {
	background: #5b5047;
	padding: 150px 0 0 0;
	margin-top:100px; position:relative;
}
.footer-container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.ft-col-3 {
	width: 22%;
}
.footer-logo {
}
.footer-logo img {
	max-width: 90%;
}
.footer-social {
	display: flex;
	justify-content:center;
	align-items: center;
	gap: 10px;
	margin-top:55px;
}
.footer-social a {
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 100%;
	color: #444;
}
.ft-title {
	color: #fff;
	font-size: 18px; text-transform:uppercase;
	font-weight: 700;
}
/*.ft-title::after {
	content: '';
	display: block;
	width: 70px;
	height: 4px;
	border-radius: 5px;
	background: #12C8DD;
	margin-top: 5px;
}
*/
.ft-links a {
	display: block;
	color: rgba(255,255,255,0.90);
	margin-top: 15px;
	font-size: 14px;
}
.copyright {
	text-align: center;
	color: rgba(255,255,255,0.80);
	padding: 20px 0 20px 0;
}
.home-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.home-c-6 {
	width: 65%;
}
.home-c-6 h2 {
	font-size: 38px;
	margin-bottom: 10px;
}
.home-c-6 p {
	margin-bottom: 10px;
	color: #666;
}
.home-c-4 {
	width: 33%;
	text-align: right;
}
.home-c-4 img {
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#divResult{
 z-index:5000; background:#fff; position:absolute; width:100%; top:41px; margin-left:0px;
}
.display_box{padding:4px;border-top:solid 1px #eee;display:block;font-size:12px;height:auto; color:#666; border-radius:3px;}
.display_box:hover{ background:#f1f1f1; color:#333; cursor:pointer;}
.display_box .searchimgfunc{float:left;margin-right:6px;
border:1px solid #fff;padding:2px; border-radius:3px;}
.display_box a{ display:flex; justify-content:start; align-items:center;}
.display_box .name{float:left;font-size:17px;padding:10px; color:#666;}
.ellipsis-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topcategory{}
.button-category{ text-align:center; display:flex; justify-content:space-between; align-items:center;}
.button-category a{ background:#5B5047; color:#fff; border-radius:5px; padding:10px 15px;}










