﻿@font-face {
	font-family: Vazir;
	src: url('font/Vazir.eot');
	src: url('font/Vazir.eot?#iefix') format('embedded-opentype'),
		url('font/Vazir.woff') format('woff'),
		url('font/Vazir.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: Vazir;
	src: url('font/Vazir-Bold.eot');
	src: url('font/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
		url('font/Vazir-Bold.woff') format('woff'),
		url('font/Vazir-Bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: "yekan";
	src: url(font/Yekan.eot);
	src: url(font/Yekan.eot?#iefix) format("embedded-opentype"), url(font/Yekan.woff) format("woff"), url(font/Yekan.ttf) format("truetype"), url(font/Yekan.svg#BYekan) format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-font-smoothing: antialiased;
}

.lineHeight100 {
	line-height: 140% !important;
}

body {
	font-family: 'yekan', 'vazir', tahoma;
	line-height: 200%;
	background-color: #ffffff;
	background-attachment: fixed;
	margin: 0;
	color: #000000;
	font-size: 11pt;
	overflow-x: hidden;
}

select,
input,
textarea,
button {
	font-family: 'yekan', 'vazir', Tahoma;
}

.pt9,
.pt9 * {
	font-size: 9pt;
}

.white {
	color: white
}

#mobileHeader {
	display: none
}

#mobileMenuBar {
	text-align: center;
	direction: rtl;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	;
	left: 0;
	background: #222222;
	width: 100%;
	min-height: 50px;
	padding-right: 13px;
	padding-left: 13px;
	z-index: 1998
}

.mobileMenuTitle {
	line-height: 50px;
	display: inline-block;
	white-space: nowrap;
	color: #ffffff;
	font-size: 9pt;
}

#mobilemenu {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	width: 220px;
	margin-right: -220px;
	background: #222222;
	direction: ltr;
	padding-top: 50px;
	box-sizing: border-box;
	;
	z-index: 2000
}

.mobileMenuItem {
	font-size: 10pt;
	color: #ffffff;
	display: block;
	width: 100%;
	line-height: 35px;
	padding-right: 10px;
	border-bottom: 1px solid #555555;
}

a.mobileMenuItem:hover {
	font-size: 10pt;
	background: #555555;
	color: #ffffff;
}

.mobileSubMenuItem {
	font-size: 10pt;
	color: #ffffff;
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-right: 30px;
}

.mobileSubMenuItem:hover {
	font-size: 10pt;
	color: #ffffff;
}

.mobileMenuItem:before {
	font-family: 'Times New Roman';
	display: inline-block;
	content: '◄';
	font-size: 6pt;
	margin-left: 5px;
}

.mobileMenuItem.changed:before {
	font-family: 'Times New Roman';
	display: inline-block;
	content: '▼';
	font-size: 6pt;
	margin-left: 5px;
}

#mobileMenuMask {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	opacity: 0.5;
	background-image: none !important;
	background-color: #000;
	z-index: 1999;
	display: none;
}

#backButton {
	width: 60px;
	height: 50px;
	position: fixed;
	top: 0;
	left: 15px;
	z-index: 2000;
	;
	box-sizing: border-box;
	background: url('template/back.png') no-repeat left center;
	background-size: 8px 12px
}

#humburger {
	width: 48px;
	height: 48px;
	position: fixed;
	top: 0;
	right: 15px;
	z-index: 2002;
	;
	box-sizing: border-box
}

.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	background: transparent;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 22px;
	left: 9px;
	right: 9px;
	height: 1px;
	background: white;
	border-radius: 2px;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	border-radius: 2px;
	height: 1px;
	background-color: #ffffff;
	content: "";
}

.c-hamburger span::before {
	top: -8px;
}

.c-hamburger span::after {
	bottom: -8px;
}

.c-hamburger--htx {}

.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
	background-color: transparent;
}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}

@media all and (max-width:768px) {
	body {
		padding-top: 50px;
	}

	#mobileHeader {
		display: block;
	}

	#desktopHeader {
		display: none;
	}
}

.rtl {
	direction: rtl
}

.ltr {
	direction: ltr
}

.displayNone {
	display: none
}

.inline {
	display: inline-block;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignJustify {
	text-align: justify;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.grid {
	display: flex;
	flex-wrap: wrap;
}

.col125 {
	flex: 0 0 12.5%;
	box-sizing: border-box
}

.col50 {
	flex: 0 0 50%;
	box-sizing: border-box
}

.col25 {
	flex: 0 0 25%;
	box-sizing: border-box
}

.col20 {
	flex: 0 0 20%;
	box-sizing: border-box
}

.col100 {
	flex: 0 0 100%;
	box-sizing: border-box;
}

@media all and (max-width:750px) {
	.col20 {
		flex: 0 0 25%;
	}

	.col25 {
		flex: 0 0 50%;
	}

	.col125 {
		flex: 0 0 25%;
	}
}

@media all and (max-width:600px) {
	.col50 {
		flex: 0 0 100%;
	}
}


@media all and (max-width:460px) {
	.col125 {
		flex: 0 0 50%;
	}

	.col20 {
		flex: 0 0 50%;
	}

	.col25 {
		flex: 0 0 100%
	}

	.col50 {
		flex: 0 0 100%;
	}
}


.postContent {
	display: grid;
	gap: 10px;
	padding: 10px;
}

/* Desktop layout */
@media (min-width: 768px) {
	.postContent {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		grid-template-areas:
			"B A"
			"C A";
	}
}

/* Mobile layout */
@media (max-width: 767px) {
	.postContent {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-template-areas:
			"B"
			"A"
			"C";
	}
}

.A {
	grid-area: A;
}

.B {
	grid-area: B;
}

.C {
	grid-area: C;
}



h1 {
	font-size: 13pt;
	text-align: right;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 13pt;
	font-weight: normal;
}


.specialbox {
	overflow: auto;
}

.specialbox p:empty {
	margin: 0;
	padding: 0
}

.specialbox p:empty {
	margin: 0;
	padding: 0
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.max440 {
	width: 440px;
	max-width: 100%;
	box-sizing: border-box;
}

.max220 {
	width: 220px;
	max-width: 100%;
	box-sizing: border-box;
}



.full {
	direction: rtl;
	width: calc(100% - 20px);
	max-width: 1300px;
	margin: auto;
}

.inner {
	width: calc(100% - 20px);
	margin-right: 10px;
	margin-left: 10px;
	box-sizing: border-box
}

.inner * {
	max-width: 100%;
}

.box {
	border: 1px solid #e9e9e9;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

table {
	border-collapse: collapse;
}

.clear {
	clear: both;
	display: block
}

a {
	color: #4861c2;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #e98f00;
}

.bordered {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.photothumb {
	border: 1px solid #888888;
	border-radius: 2px;
	vertical-align: top;
}

.titles {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #333333;
	font-weight: bold;
	background: #efefef;
	border-radius: 4px;
}

.clear {
	clear: both;
	display: block;
}

form {
	margin: 0
}

input {
	outline: 0;
}

input,
textarea {
	box-sizing: border-box;
}

.topmenu {
	position: relative;
	top: 0;
	left: 0;
}

.menu {
	color: #000000;
	display: inline-block;
	min-width: 140px;
}

.brief {
	;
	color: #dddddd;
	font-size: 8pt;
	display: block;
}

.myhr {
	height: 1px;
	background: #999999;
}

.paging {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #eeeeee;
	border: 1px solid #666666;
	vertical-align: middle;
}

.pagingActive,
.paging:hover {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #03cbff;
	border: 1px solid #666666;
	vertical-align: middle;
	color: #000000;
}


.listitem {
	transition: box-shadow 0.5s linear;
	box-shadow: 0 0 2px 0 rgba(80, 80, 80, 0.2);
	width: 19%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
	background: #ffffff;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	border: 1px solid #999999;
	float: right;
	padding: 10px;
}

.listitem:hover {
	box-shadow: 0 0 12px 0 rgba(80, 80, 80, 0.7);
}

@media all and (max-width:800px) {
	.listitem {
		width: 24%;
	}
}

@media all and (max-width:600px) {
	.listitem {
		width: 49%;
		;
	}
}

@media all and (max-width:450px) {
	.listitem {
		width: 100%;
		margin-right: 0;
	}
}

.listthumb {
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 10px;
}

.listlink {
	display: block;
	width: 100%;
	text-align: center;
	color: #000000;
}

.listlink:hover {
	color: #111111;
}

.pagerinactive {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #888888;
	cursor: pointer;
	border-radius: 10px;
	margin: 0;
	padding: 0;
}

.pageractive {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background: #0082c5;
	margin: 0;
	padding: 0;
}

@media all and (max-width:760px) {
	#mobileMenuIcon {
		display: block;
	}

	#topmenu {
		display: none;
	}

	#mobilemenu {
		display: block;
	}
}

.adminDelete {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/delete.png') no-repeat;
}

.adminGrayDelete {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/delete-gray.png') no-repeat;
}

.adminArchive {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/archive.png') no-repeat;
}

.adminAdd {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/add.png') no-repeat;
}

.adminSub {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/sub.png') no-repeat;
}

.adminEdit {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/edit.png') no-repeat;
}

.adminUp {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/up.png') no-repeat;
}

.adminVisible {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/visible.png') no-repeat;
}

.adminHidden {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/hidden.png') no-repeat;
}

.adminUpload {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/upload.png') no-repeat;
}

@media print {}

.billboardOuter {
	width: 100%;
	overflow: hidden;
}

@media all and (max-width:760px) {
	.billboardOuter {
		top: 0;
		margin-bottom: 0;
	}
}

.billboardHolder {
	width: 100%;
	padding-top: 40%;
	position: relative;
	top: 0;
	left: 0;
}

.billboard {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	display: none;
	z-index: 1;
}

.billboard:first-of-type {
	display: block;
}

.billboardTitle {
	text-shadow: 2px 2px rgba(20, 20, 20, 0.8);
	color: #ffffff;
	direction: ltr;
	text-align: left;
	z-index: 4;
	position: absolute;
	top: 90px;
	left: 50px;
	width: calc(100% - 40px);
	font-size: 55pt;
	font-family: 'Times New Roman', Times, serif;
}

.billboardSubTitle {
	display: block;
	text-shadow: 2px 2px rgba(20, 20, 20, 0.8);
	color: #ffffff;
	direction: ltr;
	text-align: left;
	z-index: 4;
	position: absolute;
	bottom: 40px;
	left: 50px;
	width: calc(100% - 40px);
	font-size: 28pt;
	font-family: 'Times New Roman', Times, serif;
}

.billboardSubTitle p span {
	font-size: 14pt;
	font-weight: normal;
}

.billboardbullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ffffff;
	cursor: pointer;
	border: 1px solid #888888;
	box-sizing: border-box;
}

@media all and (max-width:1000px) {
	.billboardTitle {
		font-size: 25pt;
	}

	.billboardSubTitle {
		font-size: 16pt
	}

	.billboardSubTitle p span {
		font-size: 10pt;
		font-weight: normal;
	}

}


@media all and (max-width:760px) {
	.billboardHolder {
		padding-top: 60%;
	}

	.billboardText {
		display: none !important
	}
}

.membersLink {
	font-size: 9pt;
	min-width: 90px;
	padding: 5px;
	border-radius: 15px;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	text-align: center;
	display: inline-block;
}

.membersMenu {
	background: #ffffff;
	border-radius: 5px;
	;
	font-size: 9pt;
	display: inline-block;
	padding: 10px;
	margin: 5px;
	text-align: center;
	border: 1px solid #aaaaaa;
	margin-bottom: 0;
	margin-top: 0;
}

#rainbow {
	width: 200px;
	margin: auto;

	background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
	background-size: 180% 180%;
	-webkit-animation: rainbow 6s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
	-z-animation: rainbow 6s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
	-o-animation: rainbow 6s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
	animation: rainbow 6s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
}

@-webkit-keyframes rainbow {
	0% {
		background-position: 0% 82%
	}

	50% {
		background-position: 100% 19%
	}

	100% {
		background-position: 0% 82%
	}
}

@-moz-keyframes rainbow {
	0% {
		background-position: 0% 82%
	}

	50% {
		background-position: 100% 19%
	}

	100% {
		background-position: 0% 82%
	}
}

@-o-keyframes rainbow {
	0% {
		background-position: 0% 82%
	}

	50% {
		background-position: 100% 19%
	}

	100% {
		background-position: 0% 82%
	}
}

@keyframes rainbow {
	0% {
		background-position: 0% 82%
	}

	50% {
		background-position: 100% 19%
	}

	100% {
		background-position: 0% 82%
	}
}

.treeDiv {
	margin-top: 5px;
	font-size: 10pt;
	direction: rtl;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #cccccc;
	font-size: 8pt;
}

.treeDiv a {
	font-size: 10pt;
	color: #cccccc;
}

.treeDiv a:hover {
	color: #ff8800;
}

.addnew {
	border-radius: 20px;
	color: #000000;
	display: inline-block;
	padding: 10px;
	line-height: 35px;
	background: #eeeeee;
	border: 1px solid #555555
}


.gradient {
	position: relative;
	z-index: 2;
	height: 150px;
	background: rgba(0, 0, 0, 0.8);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.8) 100%);
}


.productWrapper{
	display:grid;
	grid-template-columns: 20fr 80fr;
	gap: 10px;
}

.resultDiv {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	min-height: 200px;
	box-sizing: border-box;
	gap:10px;
}

@media all and (max-width:768px) {
	.productWrapper{
		display:grid;
		grid-template-columns: 1fr;
	}

	.filterDiv {
		display:none
	}

	.resultDiv {
		display:grid;
		grid-template-columns: 1fr 1fr;
		padding-top:80px;
	}
}



.filterBox {
	padding: 10px;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	background: #ffffff;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.2s ease;
}

.filterBox:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.filterBoxHeader {
	cursor: pointer;
	display: block;
	color: #333333;
	transition: all 0.2s ease;
}

.filterBoxHeader:hover {
	color: #0066cc;
}

.filterDash {
	height: 2px;
	background: #0066cc;
	margin-top: 5px;
	margin-bottom: 10px;
}

#filtersTitleMobile {
	display: none;
	cursor: pointer;
	text-align: center;
	color: #333333;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 12px 15px;
	border-radius: 4px;
	margin-bottom: 15px;
	font-weight: 500;
	transition: all 0.2s ease;
}

.filterBoxAdmin {
	padding: 10px;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	background: #ffffff;
	box-sizing: border-box;
	display: inline-block;
	margin: 3px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.2s ease;
}

.closeFilters {
	display: none;
	background: #0066cc;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 4px;
	padding: 12px 15px;
	font-weight: 500;
	transition: all 0.2s ease;
	border: 1px solid #0066cc;
	font-size: 14px;
}


.rotate180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: 300ms ease all;
}

@media all and (max-width:768px) {
	.filterDiv {
		display: none;
		overflow: auto;
		position: fixed;
		width: 100%;
		height: 100%;
		float: none;
		padding-top: 10px;
		background: #ffffff;
		z-index: 999;
	}

	#filterList {
		width: 100%;
		max-width: 300px;
		text-align: right;
		padding-top: 10px;
		margin: auto;
		padding: 15px;
	}

	.filterBox {
		width: 100%;
		float: none;
		box-sizing: border-box
	}

	.resultDiv {
		width: 100%;
		float: none
	}

	#filtersTitleDesktop {
		display: none
	}

	#filtersTitleMobile {
		display: block;
		position: fixed;
		top: 55px;
		width: calc(100% - 12px);
		left: 6px;
	}

	#filterListMobileStat {
		width: 250px;
		direction: rtl;
		margin: auto;
	}

	.closeFilters {
		display: block;
	}

	.closeFilters:hover {
		background: #E8CFB5;
		color: #000000
	}

}


h3 {
	margin: 0;
	padding: 0
}

.appInput{
	border-radius:10px;
	border:1px solid #cccccc;
	padding:5px;
}
.wait {
	display: block;
	height: 150px;
	width: 100%;
	background: url('template/loader.gif') no-repeat center center;
	background-size: auto 50px;
}

.bigImage {
	position: relative;
	top: 0px;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
}

@media all and (max-width:760px) {
	.bigImage {
		height: 400px;
		position: relative;
		top: 0px;
		margin-bottom: 0;
	}
}

.lightbar {
	border-bottom: 1px solid #999999;
}

.treeArrow {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('template/tree-arrow.png') no-repeat center;
	background-size: cover;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.orderTable {
	width: 100%;
	box-sizing: border-box;
}

.orderTable tr {
	border-bottom: 1px solid #aaaaaa;
}

.orderTable td {
	padding: 5px;
}

.orderTable tr:hover {
	background: rgba(100, 100, 100, 0.05)
}

.basket {
	width: 70px;
	text-align: center;
	border: 1px solid #aaaaaa;
	height: 25px;
	box-sizing: border-box;
	vertical-align: middle;
}

.basketIcon {
	vertical-align: middle;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('template/basket.svg');
	background-size: 20px 20px;
	background-position: center center;
	background-color: #ffffff;
	border-radius: 12px;
}

.reBasket {
	line-height: 22px;
	vertical-align: middle;
	height: 25px;
	display: inline-block;
	width: 25px;
	text-align: center;
	cursor: pointer;
	background: #888888;
	color: #ffffff;
}

.reBasket:hover {
	background: #444444;
	color: #ffffff;
}

.fpInner {
	background: rgba(0, 0, 0, 0.85);
	border: 1px solid #aaaaaa;
	margin-bottom: 10px;
}


@media all and (max-width:760px) {
	.fpInner {
		background: rgba(0, 0, 0, 0.75);
	}
}

.unavailable {
	position: relative;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	display: block;
}

.unavailable::after {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url('template/unavailable.png') no-repeat center center;
	background-size: contain;
	position: absolute;
	top: -1px;
	left: -1px;
	content: '';
}

.priceFilterDiv {
	white-space: nowrap;
	display: inline-block;
	margin: 4px;
	padding: 5px;
	border: 1px solid #bbbbbb;
	box-sizing: border-box;
}


.trash {
	display: inline-block;
	width: 15px;
	height: 20px;
	background: url('template/trash.svg');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}


.basketCol1 {
	flex: 0 0 44%;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.basketCol2 {
	flex: 0 0 18%;
	;
	text-align: center;
	box-sizing: border-box;
	border: 0px solid #ff0000
}

.basketCol3 {
	flex: 0 0 10%;
	;
	text-align: center;
	box-sizing: border-box;
	border: 0px solid #ff0000
}

.basketCol4 {
	flex: 0 0 18%;
	;
	text-align: center;
	box-sizing: border-box;
	border: 0px solid #ff0000
}

.basketCol5 {
	flex: 0 0 10%;
	;
	text-align: center;
	box-sizing: border-box;
	border: 0px solid #ff0000
}

#basketHeaderRow {
	color: #7a7a7a;
	font-weight: 300;
	font-size: 12pt;
	border: 1px solid #efefef;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	line-height: 40px;
}

.orderRow {
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #efefef;
	border-top: 0;
	box-sizing: border-box;
	align-items: center;
	color: #757575;
	font-size: 12pt;
}

.mobileTitle {
	display: none;
}

@media all and (max-width:768px) {
	.mobileTitle {
		display: inline;
	}

	#basketHeaderRow,
	#basketTabs {
		display: none;
	}

	.orderRow {
		width: 100%;
		padding: 10px;
		border-top: 1px solid #efefef;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.basketCol1 {
		flex: 0 0 100%;
		text-align: right;
	}

	.basketCol2 {
		flex: 0 0 100%;
		text-align: right;
	}

	.basketCol3 {
		flex: 0 0 100%;
		text-align: right;
	}

	.basketCol4 {
		flex: 0 0 100%;
		text-align: right;
	}

	.basketCol5 {
		flex: 0 0 100%;
		text-align: left;
	}

	.basketRight {
		flex: 0 0 100%;
	}

	.basketLeft {
		flex: 0 0 100%;
	}

}



.membersItems {
	display: block;
	line-height: 100px;
	width: calc(100% - 20px);
	margin: auto;
	border: 1px dotted #aaaaaa;
	text-align: center;
	margin-bottom: 20px;
}

.singinA {
	display: inline-block;
}

.signinA img {
	border-radius: 50%;
	vertical-align: middle;
	width: 40px;
}

.signinA .small {
	border-radius: 50%;
	vertical-align: middle;
	width: 30px;
}

#basketCounter {
	display: none;
	position: absolute;
	top: -10px;
	right: -5px;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background: #ff0000;
	font-size: 8pt;
	text-align: center;
	line-height: 19px;
	color: #ffffff;
}


ul.drop {
	z-index: 597;
	margin: auto;
	direction: rtl;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	box-sizing: border-box;
}

ul.drop>li a {
	text-decoration: none;
	text-align: center;
	color: #333333;
	font-size: 11pt;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: 500;
	display: block;
	line-height: 45px;
	box-sizing: border-box;
	vertical-align: top;
	transition: all 0.2s ease;
}

ul.drop>li a:hover {
	color: #0066cc;
	background: rgba(0, 102, 204, 0.05);
}

ul.drop li a span {
	display: inline-block;
	margin-right: 8px;
	font-size: 5pt;
}


ul.drop,
ul.drop li,
ul.drop ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.drop>li {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	box-sizing: border-box;
	min-height: 45px;
	position: relative;
}

ul.drop>li:last-of-type {
	border-left: 0px;
}

ul.drop>li.hover,
ul.drop>li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

/* First level submenus */
ul.drop ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	right: -1px;
	z-index: 0;
	transition: all 0.3s ease;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	overflow: visible;
	min-width: 200px;
}

ul.drop ul li {
	position: relative;
}

ul.drop ul li a {
	margin: 0;
	color: #333333;
	display: block;
	line-height: 40px;
	text-align: right;
	box-sizing: border-box;
	background-color: #ffffff;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 10pt;
	font-weight: 400;
	border-bottom: 1px solid #f0f0f0;
	transition: all 0.2s ease;
}

ul.drop ul li:last-child a {
	border-bottom: none;
}

ul.drop ul li a:hover {
	color: #0066cc;
	background: #f8f8f8;
	padding-right: 20px;
}

/* Second level submenus */
ul.drop ul ul {
	position: absolute;
	top: 0px;
	right: 100%;
	z-index: 1;
	padding-right: 8px;
	margin-top: 0;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	overflow: visible;
}

ul.drop li:hover>ul {
	visibility: visible;
	opacity: 1;
}

/* Third level submenus */
ul.drop ul ul ul {
	position: absolute;
	top: 0px;
	right: 100%;
	z-index: 2;
	padding-right: 8px;
	margin-top: 0;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

ul.drop ul ul a {
	background-color: #ffffff;
	font-size: 9pt;
}

ul.drop ul ul li a:hover {
	background: #f8f8f8;
	color: #0066cc;
}

ul.drop ul li span {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 8pt;
	color: #999999;
}

ul.drop li ul li a {
	min-width: 190px;
	max-width: 300px;
	text-align: right;
	white-space: nowrap;
}

.fakePrice {
	text-decoration: line-through;
	color: #888888;
	display: block;
	text-align: center;
}


.dataTable {
	border-collapse: separate;
	border-spacing: 3px;
	width:100%
}

.dataTable td {
	padding: 3px;
	border-bottom: 1px solid #c9c9c9;
}


#desktopSearchFormSubmit {
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #ff8800;
	border: 0;
	color: #ffffff;
	border-radius: 10px;

}

#desktopSearchFormField {
	width: calc(100% - 35px);
	max-width: 500px;
	border-radius: 10px;
	border: 0;
	padding-left: 40px;
	padding-right: 10px;
	border: 1px solid #aaaaaa;
	height: 40px;
	line-height: 40px;
	direction: rtl;
	font-size: 10pt;
	color: #000000;

}

.whatsapp-icon {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background: url('template/whatsapp.svg') no-repeat center center / cover;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	z-index: 1000;
	animation: myshake 5s ease-in-out infinite;
	animation-delay: 0s;

}

/* Shake (rotate) animation */
@keyframes myshake {

	0%,
	100% {
		transform: rotate(0deg);
	}

	3% {
		transform: rotate(-15deg);
	}

	6% {
		transform: rotate(15deg);
	}

	9% {
		transform: rotate(-10deg);
	}

	15% {
		transform: rotate(10deg);
	}

	18% {
		transform: rotate(0deg);
	}
}


/* Responsive adjustments */
@media (max-width: 768px) {
	.whatsapp-icon {
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 15px;
	}
}

@media (max-width: 480px) {
	.whatsapp-icon {
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}


.stars {
	display: flex;
	cursor: pointer;
}

.star {
	font-size: 2rem;
	color: #aaaaaa;
	transition: color 0.2s;
}

.star:hover,
.star.active {
	color: gold;
}


.searchModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
	backdrop-filter: blur(5px);
}

.searchModalBox {
	display: inline-block;
	width: 50%;
	max-width: 400px;
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	background: #ffffff;
}

.searchModalClose {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('template/x.svg') no-repeat center center;
	background-size: 70% 70%;
	background-position: center center;
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	direction: ltr;
}

main {
	flex: 1;
}

.grid4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.grid4 div{
	height: 100%;
}

@media all and (max-width:1000px) {
	.grid4 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media all and (max-width:700px) {
	.grid4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media all and (max-width:400px) {
	.grid4 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.productLink{
	color:#444444;
	text-decoration:none;
	transition:color 0.2s;
	text-align:center;
	display:block;
}
.productLink:hover{
	color:#585858;
}

.productLink h3{
	margin:0;padding:0;font-weight:normal;font-weight:400;
	font-size:12pt;

}

.productLink img{
	width:100%;
	height:auto;
	border-radius:4px;
	max-width:300px;
}

/* ===== Mobile Menu Styles ===== */

/* Mobile Header */
#mobileHeader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: white;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	z-index: 999;
	direction: rtl;
}

.mobile-logo {
	flex-grow: 1;
	text-align: center;
}

.mobile-logo img {
	height: 40px;
	vertical-align: middle;
	user-select: none;
}

/* Hamburger Button */
.mobile-menu-trigger {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.mobile-menu-trigger span {
	display: block;
	width: 25px;
	height: 2.5px;
	background: #333;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.mobile-menu-trigger.active span:nth-child(1) {
	transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-trigger.active span:nth-child(2) {
	opacity: 0;
}

.mobile-menu-trigger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	z-index: 1000;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	direction: rtl;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 60px;
}

.mobile-menu-overlay.open {
	transform: translateX(0);
}

/* Close Button */
.mobile-menu-close {
	position: absolute;
	top: 12px;
	left: 15px;
	background: none;
	border: none;
	font-size: 28px;
	cursor: pointer;
	color: #333;
	z-index: 1001;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-menu-close:active {
	opacity: 0.6;
}

/* Menu Container */
.mobile-menu-container {
	padding: 15px;
	padding-top: 0;
}

/* Search Wrapper */
.mobile-search-wrapper {
	margin-bottom: 20px;
	padding-top: 15px;
}

.mobile-search-wrapper form {
	display: flex;
	gap: 8px;
}

.mobile-search-input {
	flex: 1;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	outline: none;
}

.mobile-search-input:focus {
	border-color: #666;
	box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}

.mobile-search-btn {
	padding: 10px 12px;
	background: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}

/* User Section */
.mobile-user-section {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 0;
}

/* Menu Items */
.mobile-menu-item-link {
	display: block;
	padding: 15px;
	box-sizing: border-box;
	text-decoration: none;
	color: #333;
	font-size: 15px;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	text-align: right;
	background: none;
	transition: all 0.2s;
	direction: rtl;
	font-weight: 500;
	cursor: pointer;
	width: 100%;
}

.mobile-menu-item-link:last-child {
	border-bottom: none;
}

.mobile-menu-item-link:active {
	background: #f5f5f5;
}

/* Divider */
.mobile-menu-divider {
	height: 1px;
	background: #e5e5e5;
	margin: 0;
}

/* Main Menu List */
.mobile-menu-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 15px;
}

/* Menu Item Parent */
.mobile-menu-item-parent {
	border-bottom: 1px solid #e5e5e5;
}

/* Menu Item Toggle */
.mobile-menu-item-toggle {
	width: 100%;
	padding: 15px;
	background: none;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: right;
	direction: rtl;
	box-sizing: border-box;
}

.mobile-menu-item-title {
	flex: 1;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	text-align: right;
}

.mobile-menu-item-plus {
	font-size: 20px;
	color: #999;
	margin-left: 10px;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.mobile-menu-item-toggle.expanded .mobile-menu-item-plus {
	transform: rotate(45deg);
}

/* Submenu */
.mobile-submenu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	background: #f9f9f9;
	max-height: 500px;
	overflow: hidden;
	transition: all 0.3s ease;
	direction: rtl;
}

.mobile-submenu.hidden {
	max-height: 0;
	opacity: 0;
}

.mobile-submenu-item {
	padding: 15px 12px;
	text-decoration: none;
	color: #333;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	direction: rtl;
	font-weight: 500;
}

.mobile-submenu-item:nth-child(2n) {
	border-left: none;
}

.mobile-submenu-item:active {
	background: #efefef;
}

/* Hide on larger screens */
@media (min-width: 768px) {
	#mobileHeader,
	#mobileMenuOverlay {
		display: none;
	}
}
