body {
	 line-height: 1.5;
	 color: #404040;
	 overflow-x: hidden;
	 text-rendering: optimizelegibility;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 -webkit-text-size-adjust: none;
	 -webkit-font-smoothing: antialiased;
	 -moz-tap-highlight-color: rgba(0, 0, 0, 0);
	 -moz-text-size-adjust: none;
	 -moz-font-smoothing: antialiased;
	 -ms-tap-highlight-color: rgba(0, 0, 0, 0);
	 -ms-text-size-adjust: none;
	 -ms-font-smoothing: antialiased;
}

a {
	text-decoration: none;
}

.container {
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

button,
input,
select,
textarea {
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #202020;
	font-weight: normal;
}

h1,
.h1 {
	line-height: 1.3em;
	font-size: 38px;
	margin-bottom: 10px;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	font-weight: 300;
  margin-bottom: 15px;
}
.navigations {
	justify-content: space-between;
	display: flex;
	height: 80px;
	align-items: center;
}
.top-menu .grid{
	display: flex;
	justify-content: space-between;
}

header {
	position: sticky;
	width: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	z-index: 999;
}
#navmenu {
	border-top: 1px solid #eee;
   width: 100%;
	margin: 0 auto;
}
#navmenu ul {
	text-align: center;
}
#navmenu ul li {
	text-align: left;
}
.headerleft  {
	 padding: 10px 0;
}
.headercenter-container  {
	padding: 10px 0;
}
.headerleft .grid {
	width: 96%;
	margin: 0 auto;
	place-items: center;
	max-width: 1200px;
}
.headerleft-logo img {
	height: 60px;
}

.headercenter-container .grid {
	align-items: center;
	place-self: center;
	gap: 40px;
}
.headercenter-container img {
	width: auto;
  height: 60px;
}
.headercenter-container .menu-left {
 display: flex;
 justify-content: center;
}
.headercenter-container .menu-right {
 display: flex;
 justify-content: center;
}
.headercenter-container .menu-right .menu-list {
  display: inline-flex;
  gap: 30px;
  margin: 0;
 padding: 0;
}
.headercenter-container .menu-left .menu-list {
  display: inline-flex;
  gap: 30px;
 margin: 0;
 padding: 0;
}
.headercenter-logo  {
 position: relative;
  text-align: center;
}
.headercenter-container .edit-image {
  z-index: 99;
 opacity: 0.9;
 top: -5px;
 left: 5px;
}
 .header-user-actions {
	/* width: 900px; */
	}
.box-c .suggest {
	margin-top:7px;
	font-size: 11px;
	display: flex;
	gap: 20px;
	text-transform: capitalize
}
main {
	padding-top: 0px;
	padding-bottom: 60px;
}
.white-box {
	background: #fff;
}
.container .section h1 {
	padding: 20px 20px;
}
#carticon {
	margin-top: 0px;
	margin-right: 30px;
}
  .action-btn {
	position: relative;
	font-size: 28px;
	background: none;
	cursor: pointer;
  }
 .action-btn:first-child {
	margin-top: -2px;
  }
  .action-btn .count {
	  position: absolute;
	top: -2px;
	right: -4px;
	background: #01a99d;
	z-index: 0;
	color: #fff;
	font-size: 12px;
	font-weight: var(--weight-500);
	line-height: 1;
	padding: 2px 4px;
	-webkit-border-radius: 20px;
			border-radius: 20px;
  }
button {
	border: none;
	background: none;
	cursor: pointer
}
.heading {
	display: none;
	text-align: center;
}
header .logo {
	align-self: center;
}

header .logo img {
	width: auto;
	height: 60px;
	margin-top: 5px;
}

.burger {
	margin: 10px 10px 10px 0px;
	border: none;
	background: none;
	display: none;
}

.burger span {
	width: 30px;
	display: block;
	height: 4px;
	background-color: #fff;
	border-radius: 3px;
	margin: 5px 0;
}

.burger.open span {
	background-color: #d9dde1;
}

.top-section {
	background: #222;
}
.top-menu {
  background: #f5f5f5;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.top-menu ul {
  list-style: none;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.top-right {
	margin: 0;
	padding: 0
}
.top-menu a {
  text-decoration: none;
  color: #333;
	display: block;
	line-height: 40px;
}
.top-menu ion-icon {
  font-size: 14px !important;
  vertical-align: middle;
  margin-top: -2px;
  color: #555;
}

.has-popup {
  position: relative;
}
.download-popup {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  border-radius: 6px;
  padding: 10px;
  min-width: 180px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.notif-popup {
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  border-radius: 6px;
  padding: 10px;
  min-width: 180px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.has-popup:hover .popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.download-popup a,
.account-popup a {
  display: block;
  padding: 10px 8px;
  color: #333;
	line-height: normal;
}

.download-popup a:hover,
.account-popup a:hover {
  background: #f0f0f0;
}

.notif-popup {
  max-height: 250px;
  overflow-y: auto;
  min-width: 220px;
}

.notif-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notif-popup li {
  padding: 8px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}

.body-section {
	background: #fff;
}
.desktop #navmenu {
	position: relative !important;
	white-space: nowrap;
}
.log-img {
	text-align: center;
}
.log-content {
	text-align: center;
		background: #fff;
	padding: 30px;
	width: 400px;
}
.log-content .log-forgot {
	text-align: left;
	margin: 10px 0;
	font-size: 12px;
}
 .log-content .log-new {
	 display: block;
	 border-top: 1px dashed #ddd;
	 padding-top: 20px;
	 margin-top: 20px;
	 font-size: 12px;
	 color: #999;
 }
.nav-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.nav-menu ul li {
	display: inline-block;
	padding: 10px;
	position: relative;
}
.nav-menu > ul > li:last-child a {
	padding: 10px 20px;
	margin-right: 20px;
	border-radius: 20px;
	color: #fff;
}
.nav-menu ul li a {
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	transition: color 0.3s ease-in-out;
}

.nav-menu ul .dropdown {
	display: none;
	position: absolute;
	top: 100%;
	min-width: 200px;
	background: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, transform 0.4s ease;
	transform: translateY(-10px);
}

.nav-menu .dropdown li {
	display: block;
	padding: 10px 15px;
	white-space: nowrap;
}

.nav-menu .dropdown li a {
	color: #333;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-menu .dropdown li:hover {
	background: #eee;
}

.nav-menu ul li:hover > .dropdown {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nav-menu ul .dropdown .dropdown {
	display: none;
	left: 100%;
	top: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, transform 0.4s ease;
	transform: translateX(-10px);
}

.nav-menu .dropdown li:hover > .dropdown {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.nav-menu ul .dropdown li {
	padding: 5px 0;
}
.breadcrumbs {
 margin: 0px auto;
 width: var(--width);
	padding: 5px 0px;
		font-size: 12px;
}
.breadcrumbs i {
	margin: 5px;
}

.blog-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
iframe {
		box-shadow: 0 0px 30px #ddd;
}
.bannerimage {
	gap: 30px;
}
.bannerimage img{
	border-radius: 20px;
	overflow: hidden;
}
.blog {
	gap: 30px;
}
.blog-container .img-fluid {
	width: 100%;
}
.blog-image {
	border-radius: 20px;
}
.blog-container .caption {
	position: absolute;
	bottom: 0;
	padding: 0 20px 10px;
}
.blog-container .caption h3 {
	font-size: 18px;
	color: #fff;
}
.email-floating  {
 position: fixed;
	bottom: 65px;
	right: 30px;
 cursor: pointer;
		 z-index:99;
	color: #fff;
 background: rgb(18, 140, 126);
 width: 55px;
 height: 55px;
 text-align: center;
 line-height:65px;
 padding: 0;
 margin: 0;
 border-radius: 100%;
}

.email-floating i {
	font-size: 30px;

}
.email-popup {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 1;
	transition: bottom .2s;
}

.email-popup .floating-wpp-button {
	position: relative;
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(60,60,60,.4);
	transition: box-shadow .2s;
	cursor: pointer;
	overflow: hidden;
	background: #eee !important;
}

.email-popup .floating-wpp-button img, .email-popup .floating-wpp-button svg {
	position: absolute;
	width: 55%;
	height: auto;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}

.email-popup:hover {
	bottom: 55px;
}

.email-popup:hover .floating-wpp-button {
	box-shadow: 1px 2px 8px rgba(60,60,60,.4);
}

.email-popup .floating-wpp-popup {
	border-radius: 6px;
	background-color: #E5DDD5;
	position: absolute;
	overflow: hidden;
	padding: 0;
	box-shadow: 1px 2px 8px rgba(60,60,60,.25);
	width: 0;
	height: 0;
	bottom: 0;
	opacity: 0;
	transition: bottom .1s ease-out,opacity .2s ease-out;
	transform-origin: bottom;
}

.email-popup .floating-wpp-popup.active {
	padding: 0 12px 12px;
	width: 260px;
	height: auto;
	bottom: 82px;
	right: 0;
	opacity: 1;
}

.email-popup .floating-wpp-popup .floating-wpp-message {
	background-color: #fff;
	padding: 8px;
	border-radius: 0 5px 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.15);
	opacity: 0;
	transition: opacity .2s;
}

.email-popup .floating-wpp-popup.active .floating-wpp-message {
	opacity: 1;
	transition-delay: .2s;
}

.email-popup .floating-wpp-popup .floating-wpp-head  {
	text-align: right;
	color: #fff;
	margin: 0 -15px 10px;
	padding: 6px 12px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.email-popup .floating-wpp-input-message {
	background-color: #fff;
	margin: 10px -15px -15px;
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.email-popup .floating-wpp-input-message textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: none;
	padding: 8px;
	margin: 10px 0;
	width: 100%;
	max-width: 100%;
	font-family: inherit;
	font-size: inherit;
	resize: none;
}

.email-popup .floating-wpp-btn-send {
	margin-left: 12px;
	font-size: 0;
	cursor: pointer;
}
.products .cartbox .box-widget {
	position: sticky;
	top: 140px;
}
.whatsapp-floating  {
 position: fixed;
	bottom: 65px;
	right: 30px;
 cursor: pointer;
		 z-index:99;
	color: #fff;
 background: rgb(18, 140, 126);
 width: 55px;
 height: 55px;
 text-align: center;
 line-height:65px;
 padding: 0;
 margin: 0;
 border-radius: 100%;
}

.whatsapp-floating i {
	font-size: 30px;

}
.whatsapp-popup {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 99;
	transition: bottom .2s;
}

.whatsapp-popup .floating-wpp-button {
	position: relative;
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(60,60,60,.4);
	transition: box-shadow .2s;
	cursor: pointer;
	overflow: hidden;
	background: #25D366 !important;
}

.whatsapp-popup .floating-wpp-button img, .whatsapp-popup .floating-wpp-button svg {
	position: absolute;
	width: 85%;

	height: auto;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}

.whatsapp-popup:hover {
	bottom: 55px;
}

.whatsapp-popup:hover .floating-wpp-button {
	box-shadow: 1px 2px 8px rgba(60,60,60,.4);
}

.whatsapp-popup .floating-wpp-popup {
	border-radius: 6px;
	background-color: #E5DDD5;
	position: absolute;
	overflow: hidden;
	padding: 0;
	box-shadow: 1px 2px 8px rgba(60,60,60,.25);
	width: 0;
	height: 0;
	bottom: 0;
	opacity: 0;
	transition: bottom .1s ease-out,opacity .2s ease-out;
	transform-origin: bottom;
}

.whatsapp-popup .floating-wpp-popup.active {
	padding: 0 12px 12px;
	width: 260px;
	height: auto;
	bottom: 82px;
	right: 0;
	opacity: 1;
}

.whatsapp-popup .floating-wpp-popup .floating-wpp-message {
	background-color: #fff;
	padding: 8px;
	border-radius: 0 5px 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.15);
	opacity: 0;
	transition: opacity .2s;
}

.whatsapp-popup .floating-wpp-popup.active .floating-wpp-message {
	opacity: 1;
	transition-delay: .2s;
}

.whatsapp-popup .floating-wpp-popup .floating-wpp-head  {
	text-align: right;
	color: #fff;
	margin: 0 -15px 10px;
	padding: 6px 12px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.whatsapp-popup .floating-wpp-input-message {
	background-color: #fff;
	margin: 10px -15px -15px;
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.whatsapp-popup .floating-wpp-input-message textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: none;
	padding: 8px;
	margin: 10px 0;
	width: 100%;
	max-width: 100%;
	font-family: inherit;
	font-size: inherit;
	resize: none;
}

.whatsapp-popup .floating-wpp-btn-send {
	margin-left: 12px;
	font-size: 0;
	cursor: pointer;
}
.welcome {
	align-items: center;
}
.welcome img {
	width: 80%;

}
  .list-category {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 30px;
	  margin-top: 20px;
}

.list-category .list-item {
	text-align: center;
  padding: 0px;
	background: #fff;
  transition: all 0.3s ease;
}

.list-category .list-item img {
  width: 100%;
  height: auto;
  padding: 10px;
  object-fit: cover;
  margin-bottom: 5px;
}
.list-category  img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 5px;
}
.list-category > div a {
  display: block;
  text-decoration: none;
  font-size: 12px;

}
.list-category span {
	display: block;
	width: 100%;
		text-align: center;
}
.list-category > div a:hover {
  color: #e64a19;
}
.why-us {
	padding: 100px 0 0;
	text-align: center;
}

.why-us .col {
	text-align: center;

}

.why-us .section h3 {
	margin: 20px 0 10px;
	font-weight: 600;
	color: #444;
}

.why-us .section p {
	font-weight: 200;
	text-align: justify ;
}
.why-us h2 {
	margin-bottom: 10px;
}

.why-us .section {
	padding: 0px 0 90px;
}

.featured .section {
	padding: 0px 0 90px;
}

.featured {
	padding: 90px 0 90px;
	text-align: center;
}

.featured .ex-box-grid .media img {
	width: 100%;
	height: auto;
}

.featured .ex-box-grid .inner {
	padding: 10px;
	clear: both;
}

.featured h2 {
	font-weight: 300;
	color: #444;
}

.featured .section h3 {
	padding: 20px 0 0;
	font-weight: 300;
	color: #444;
	font-size: 20px;
}

.featured .section p {
	padding: 10px 20px 0;
	font-weight: 300;
}

.activity-section {
	padding: 90px 0 90px;
}
.activity-section img {
	width: 100%;
		height: auto;
}
.section-heading p {
	font-size: 18px;
	margin: 20px 0 40px;
}
.blog-section {
	padding: 90px 0 90px;
	text-align: center;
	border-top: 1px solid #eee;
}

.blog .postwiper .ex-box-grid .media img {
	width: 100%;
	float: left;
}

.blog .postwiper .ex-box-grid .inner {
	padding: 10px;
	clear: both;
	border: 1px solid #eee;
}

.blog h2 {
	font-weight: 300;
	color: #444;
}

.blog .postwiper .inner h4 {

	font-weight: 300;
	color: #444;
}

.blog .postwiper .inner {
	border: 0 !important;
	padding-bottom: 40px !important;
}

.blog .postwiper .inner h3 {
	border: none;
	font-size: 18px;
	padding: 5px 0px;
	display: block;
	margin: 0;
	text-align: left;
	color: #444;
}
.list-article {
	/* padding-right: 10px; */
}

.list-article h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.list-article small {
	display: block;
	margin-top: 10px;
}
.box-widget {
	margin-bottom: 30px;
	padding: 0 10px;
}
.box-widget .list {
	margin: 10px 0;
}
.box-widget .col {
	margin: 10px 0;
}
.box-widget small {
	display: block;
	margin-top: 10px;
}
.box-widget h3 {
	margin-bottom: 10px;
}
.box-widget h4 {
	padding-right: 20px;
}
.exicon i {
	width: 80px;
	height: 80px;
	font-size: 46px;
	display: inline-block;
	border-radius: 4px;
	line-height: 80px;
}
.exicon img {
	width: auto;
	height: 110px;
	display: inline-block;
	border-radius: 4px;
	line-height: 60px;
	opacity: 0.8;
}

.exicon img {
	vertical-align: middle;
}

.widget {
	margin: 90px auto;
}
.footer-section {
	position: relative;
	width: 100%;
}


.footer .section {
	padding: 50px 0;
}

.footer .section .logo-bottom img {
	height: 55px;
	opacity: 0.7;
	width: auto;
	margin-bottom: 10px;
	filter: invert(100%) brightness(100);
}

.footer .section .about p {
  padding-right: 20px;
	text-align: justify
}

.footer .ex-box-grid {
	padding: 10px 0;
	display: flex;
	justify-content: center;
}

.footer .section .ex-box-grid ul li a {
	padding: 0px 0;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 300;
}

.footer .section .ex-box-grid ul li a i {
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.footer .section .ex-box-grid .socials ul li a img {
	width: 28px;
	height: 28px;
	border-radius: none;
	margin-right: 16px;
	vertical-align: middle;
}
.footer .section .ex-box-grid ul li a:hover {
	color: #fff;
}

.copyright-section {
	padding: 20px 0 0;
}

.copyright {
	font-size: 14px;
}

.copyright a {
	color: #7d97aa;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.desktop .t-section .swiper-slide:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: '';
	background: rgba(0,0,0,0.2);
}
.swiper-slide img {
	display: block;
	 width: 100%;
	height: 100%;
	object-fit: cover;
}
.desktop .slides h2 {
	position: absolute;
	top: 40%;
	width: 35%;
	left: 200px;
	text-align: left;
	z-index: 99;
	font-size: 3.6em;
	font-weight: 700;
}

.category-menu {
	overflow-x: auto;
	white-space: nowrap;
	margin-bottom: 20px;
}
.category-scroll-wrapper {
	display: flex;
	align-items: center;
}
.category-items {
	display: flex;
	gap: 10px;
	padding: 16px 0;
}
.category-item {
	font-size: 13px;
	display: inline-block;
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 6px;
	text-decoration: none;
}
.category-item:hover {
	background-color: #ddd;
}
.shoppish {
	display: flex;
	align-items: center;
	line-height: 0;
	margin-bottom: 20px;
}
.shoppish a{
	display: flex;
	align-items: center;
	line-height: 0;
}
.shoppish img {
	margin: 0 4px;
}
.products-grid {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}

.product-item img {
	max-width: 100%;
	object-fit: cover;
}
.product-meta {
	margin-top: 10px;
	font-size: 12px;
}
.subcats {
	position: relative
}
.subcats .left-image img {
	border-radius: 20px;
}
.subcats .right-image img {
	border-radius: 20px;
}
.subcats .left .box {
	align-items: center;
	 display: flex;
	margin: 20px 0 100px;
	gap: 30px;
	width: 100%;
}

.subcats .left .left-image {
	 width: 50%;
}
.subcats .left .page-description {
	 width: 50%;

}
.subcats .right .box {
	align-items: center;
	 display: flex;
	 margin: 20px 0 100px;
	 gap: 30px;
	 width: 100%;
}
.subcats .right .right-image {
	 width: 50%;
}

.subcats .right .page-description {
	 width: 50%;
	text-align: right;
}
.t-section {
	margin-bottom: 10px;
}
main .container {

}

.page-cats {
	position: relative
}
.page-cats .left-image {
	border-bottom: 1px dashed #ccc;
	border-radius: 0;
	box-shadow: 0px 2px 0px #eee;
}
.page-cats .right-image {
	border-bottom: 1px dashed #ccc;
	border-radius: 0;
	box-shadow: 0px 2px 0px #eee;
}
.page-cats .left .box {
	align-items: center;
	 display: flex;
	margin: 20px 0 100px;
	gap: 30px;
	width: 100%;
}
.page-cats .box img {
	max-width: 100%;
	height: 500px;
	object-fit: contain;
	position: relative;
}
.page-cats .box img:hover {
  animation-name: shake;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	}
.page-cats .left .box::before {
	position: absolute;
	content: '';
	width: 400px;
	height: 400px;
	background: #d6d187;
	border-radius: 100%;
	   animation-name: zoom-in-out;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
.page-cats .right  .box::before {
	position: absolute;
	content: '';
	width: 400px;
	height: 400px;
	right: 0;
	background: #edcd5a;
	border-radius: 100%;
	animation-name: zoom-in-out;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
.page-cats .left .left-image {
	 width: 50%;
}
.page-cats .left .page-description {
	 width: 50%;

}
.page-cats .right .box {
	align-items: center;
	 display: flex;
	 margin: 20px 0 100px;
	 gap: 30px;
	 width: 100%;
}
.page-cats .right .right-image {
	 width: 50%;
}

.page-cats .right .page-description {
	 width: 50%;
	text-align: right;
}

.beopsi {
	display: inline-block;
	margin: 10px 10px 10px 0px;
}
.beopsi label {
   min-width: 45px;
}
.beopsi input {
	display: none;
}

.selectedvar {
	border-width: 1px;
	background: #f5f5f5 !important;
	border-style: solid;
	position: relative;
	overflow: hidden
}

.selectedvar:before {
	position: absolute;
	width: 25px;
	background: #feb82a;
	content: '';
	height: 25px;
	right: -12px;
	bottom: -12px;
	transform: rotate(45deg)
}

.selectedvar:after {
	position: absolute;
	right: 1px;
	font-weight: 700;
	bottom: 0;
	  font-family: "Font Awesome 5 Free";
  content: "\f00c";
	font-size: 8px;
	color: #fff
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.btn-default {
	 color: #333;
	background-color: #fff;
	border-color: #ccc
}

.clearfix {
	zoom: 1;
	clear: both;
}

::-webkit-selection {
	background: rgb(23, 119, 175);
	color: rgb(250, 250, 250);
	text-shadow: none;
}

::-moz-selection {
	background: rgb(23, 119, 175);
	color: rgb(250, 250, 250);
	text-shadow: none;
}

::selection {
	background: rgb(23, 119, 175);
	color: rgb(250, 250, 250);
	text-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
}

::-webkit-input-placeholder {
	font-size: .875em;
	line-height: 1.4;
}

input:-moz-placeholder {
	font-size: .875em;
	line-height: 1.4;
}

.ie7 img,
.iem7 img {
	-ms-interpolation-mode: bicubic;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.search-results li {
	margin: 10px 0;
}
.search-results a {
	display: flex;
	align-items: center;
	gap: 20px;
}
.pagination {
	display: flex;
	justify-content: center;
	padding: 10px;
	 margin-top: 40px;
	margin-bottom: 40px;
}

.pagination a, .pagination span {
	margin: 0 5px;
	padding: 8px 12px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
}

.pagination a:hover {
	background-color: #f4f4f4;
}

.pagination .current-page {
	background-color: #333;
	color: #fff;
	border: 1px solid #333;
}


.gallery-wrapper {
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.gallery {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.2s ease-out;
}

.gallery-item {
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.desktop .activity-section img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
}
.latest .price {
	font-size: 18px;
	font-weight: 600;
	color: #ee4d2d;
	text-align: center;
}

.price span {
	font-size: 14px;
}
.box-item.card {
	padding: 0px 0px;
}
.box-item.card {
	border-radius: 30px 30px 0 0;


}
.box-item.card img{
	object-fit: cover;
	width: 100%;
	border-radius: 20px;
}
.latest {
	gap: 30px;
}
.products-grid .box-item.card h4 {
	text-align: left;
	font-size: 14px;
	margin-top: 0;
     min-height: calc(1.5em * 2);
    max-height: calc(1.5em * 2);
}
.products-grid .box-item.card img {
	border-radius: 10px;
}
.box-item.card h4 {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  /* min-height: calc(1.5em * 2); */
  /* max-height: calc(1.5em * 2); */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
}

.text-clamp-2 {
  line-height: 1.3;
  max-height: calc(1.3em * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
}
.mouse-icon {
	   position: sticky;
	   bottom: 10px;
	   left: 50%;
	   -webkit-transform: translate(-50%, -25px);
	   -ms-transform: translate(-50%, -25px);
	   transform: translate(-50%, -25px);
	   display: none;
	   height: 36px;
		z-index: 9;
	 }
	 @media print, screen and (min-width: 64em) {
	   .mouse-icon {
		 height: 40px;
		 -webkit-transform: translate(-50%, -60px);
		 -ms-transform: translate(-50%, -60px);
		 transform: translate(-50%, -60px);
	   }
	 }
	 .mouse-icon svg {
	   height: 100%;
	   width: auto;
	 }
	 .mouse-icon svg .cursor {
	   -webkit-animation: mouseCursorNew;
	   animation: mouseCursorNew;
	   -webkit-animation-duration: 1.6s;
	   animation-duration: 1.6s;
	   -webkit-animation-iteration-count: infinite;
	   animation-iteration-count: infinite;
	   -webkit-animation-timing-function: ease-in-out;
	   animation-timing-function: ease-in-out;
	 }
	 @-webkit-keyframes mouseCursorNew {
	   0% {
		 -webkit-transform: translate(0, 0);
		 transform: translate(0, 0);
		 opacity: 1;
	   }
	   100% {
		 -webkit-transform: translate(0, 10px);
		 transform: translate(0, 10px);
		 opacity: 0;
	   }
	 }
	 @keyframes mouseCursorNew {
	   0% {
		 -webkit-transform: translate(0, 0);
		 transform: translate(0, 0);
		 opacity: 1;
	   }
	   100% {
		 -webkit-transform: translate(0, 10px);
		 transform: translate(0, 10px);
		 opacity: 0;
	   }
	 }
	 .clients img {
	   filter: grayscale(100%);
	  -webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	 }
	 .clients:hover img {
	   filter: none;
	 }
	 .client-section {
	padding: 90px 0 90px;
	text-align: center;
	border-top: 1px solid #eee;
}

.desktop bs-slider-controls::part(index-container) {
	position: absolute;
	bottom: 15px;
	z-index: 99;
	right: 15px;
}
.desktop bs-slider-controls::part(index-btn) {
  width: 12px;
	height: 12px;
}

.desktop bs-slider-controls::part(play-btn) {
  color: white;
  border: none;
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-align: center;
  z-index: 999;
}
.desktop bs-slider-controls::part(next-btn) {
  background: transparent;
  color: white;
  border: none;
  position: absolute;
  bottom: 50%;
  right: 15px;
  text-align: center;
  z-index: 999;
}
.desktop bs-slider-controls::part(prev-btn) {
  background: transparent;
  color: white;
	border: none;
	position: absolute;
	bottom: 50%;
	left: 15px;
	text-align: center;
	z-index: 999;
}
.quantity {
	width: 50px;
	border: 1px solid #fff;
	padding:0 0 0 8px;
	border-radius: 4px;
	text-align: center;
	border-radius: 10px;
}


#add-to-cart {
	margin: 0px;
	background: #555;
	width: 100%;
	gap: 8px;
	text-shadow: none;
	color: #fff;
	justify-content: center;
	white-space: nowrap;
	display: inline-flex;
}
#add-to-cart-var {
	 margin: 0px;
	background: #555;
	width: 100%;
	gap: 8px;
	text-shadow: none;
	color: #fff;
	justify-content: center;
	white-space: nowrap;
	display: inline-flex;
}
button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
#add-to-cart-var:hover {
	background: #000;
}
#add-to-cart:hover {
	background: #000;
}
.invoice-container {
	border: 1px solid #ddd;
	padding: 20px;
	/* border-radius: 8px; */
	max-width: 100%;
	margin: 0px auto;
	font-family: Arial, sans-serif;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	position: relative;
}
.wmark {
font-weight: 700;
 position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-30deg);
	color: rgba(0, 0, 0, 0.05);
	font-size: 4rem;
	text-align: center;
	white-space: nowrap;
}
.invoice-header h2 {
	margin-bottom: 10px;
	color: #333;
}

.invoice-header p {
	margin: 5px 0;
	font-size: 14px;
	color: #555;
}

.invoice-items {
	margin-top: 20px;
}

.invoice-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.invoice-table th, .invoice-table td {
	padding: 8px;
	text-align: left;
	border: 1px solid #ddd;
}

.invoice-table th {
	background: #f4f4f4;
	font-weight: bold;
}

.product-image {
	max-height: 50px;
	margin-right: 10px;
	vertical-align: middle;
}

.invoice-summary {
	margin-top: 20px;
	font-size: 14px;
}

.invoice-summary p {
	margin: 5px 0;
	color: #555;
}

.invoice-summary strong {
	color: #333;
}
.order-histories {border: 1px solid #ddd;padding: 20px;/* border-radius: 8px; */max-width: 100%;margin: 20px auto 0;font-family: Arial, sans-serif;background: #fff;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);position: relative;}

.order-histories h3 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
}

.history-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.history-item {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}

.history-item:last-child {
	border-bottom: none;
}

.history-date {
	font-weight: bold;
	color: #555;
}

.history-notes {
	color: #777;
}
.btn {
	transition: all 0.5s;
}
.articles {
  gap: 0 !important;
}

  .background-item img {
      border-radius: 0 !important;
  }
    .menu {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 10px 0;
  }
  .menu li {
    line-height: 2;
    border-bottom: 3px solid transparent;
     transition: all 0.2s ease-in-out;
  }
  .menu li:hover {
    border-bottom: 3px solid #444;
  }
  .mediaright .btn {
      float: right;
  }
  .bigger.btn {
    margin-top: 30px;
     padding: 12px 30px;
   font-size: 14px;
	  border-radius: 30px
  }
  .bigger.btn i {
    font-size: 15px;
     margin-right: 5px;
  }
  .text-center {
    text-align: center;
  }
  .banner {
      position: relative;
  }
  .floatcon {
      position: absolute;
      width: 40%;
      top: 50%;
        transform: translateY(-50%);
      margin-left: 40px;
  }
  .banner .bigger.btn {
   min-width: 200px !important;
   text-align: center;
   padding: 12px 20px;
   font-size: 14px;
   margin-top: 10px !important;
  }
  .mediaright .bigger.btn {
   min-width: 100px !important;
   text-align: center;
   padding: 12px 20px;
   font-size: 14px;
   margin-top: 10px !important;
  }
  .media .bigger.btn {
   min-width: 100px !important;
   text-align: center;
   padding: 12px 20px;
   font-size: 14px;
   margin-top: 10px !important;
  }
  .background-item img{
      position: fixed;
      width: auto;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-size: cover;
      z-index: -1;
  }
.products img {
	max-width: 100%;
	height: auto;
}
.category-list li {
	margin: 12px 0;
}
