/*!
Theme Name: Setak Qomelec
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Setak Qomelec</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Setak Qomelec
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Setak Qomelec is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: IRANYekanFN;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 3em 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {

}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: right;
	position: absolute;
	top: 100%;
	right: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	right: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	right: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}






/************/
/* ===================================
   SETAK QOMELEC 
=================================== */


/* QomElec Sidebar Menu Styles */
.qomelec-sidebar-container {
	--qomelec-menu-width: 80px;
	--qomelec-panel-width: 300px;
	--qomelec-primary-color: #6366f1;
	--qomelec-secondary-color: #8b5cf6;
	--qomelec-bg-color: rgba(255, 255, 255, 0.95);
	--qomelec-text-color: #1e293b;
	--qomelec-border-radius: 12px;
	--qomelec-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	--qomelec-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: fixed;
	top: 70px;
	right: 0;
	height: calc(100vh - 40px);
	display: flex;
	z-index: 9998;
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
}

.qomelec-side-menu {
	width: var(--qomelec-menu-width);
	height: 100%;
	background: var(--qomelec-bg-color);
	backdrop-filter: blur(15px);
	border-radius: var(--qomelec-border-radius);
	display: flex;
	flex-direction: column;
	padding: 10px 15px;
	gap: 10px;
	box-shadow: var(--qomelec-shadow);
	overflow: visible; /* مهم: برای نمایش tooltip ها */
	position: relative;
}

.qomelec-menu-btn {
	width: 50px;
	height: 50px;
	border: none;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	border-radius: var(--qomelec-border-radius);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--qomelec-text-color);
	transition: var(--qomelec-transition);
	position: relative;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.qomelec-menu-btn:hover,
.qomelec-menu-btn:focus {
	background: #ef4056;
	color: white;
	transform: translateX(-3px) scale(1.05);
	box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
	outline: none;
}
.qomelec-menu-btn.search-google:hover {
	background: #ef40560D;
	border: 1px solid #ef405645;
}

.qomelec-menu-btn.qomelec-active {
	background: #ef4056;
	color: white;
	transform: translateX(-3px);
}

.qomelec-menu-btn.search-google.qomelec-active{
	background: #ef40560D;
	border: 1px solid #ef405645;
}

.qomelec-menu-btn svg {
	width: 20px;
	height: 20px;
	transition: transform 0.2s ease;
}

.qomelec-menu-btn:hover svg,
.qomelec-menu-btn.qomelec-active svg {
	transform: scale(1.1);
}

/* Tooltip جدید با استفاده از عنصر جداگانه */
.qomelec-tooltip {
	position: absolute;
	right: 60px; /* فاصله از دکمه */
	top: 50%;
	transform: translateY(-50%);
	background: rgba(30, 41, 59, 0.95);
	color: white;
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 10000;
	pointer-events: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.qomelec-tooltip::after {
	content: '';
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-right-color: rgba(30, 41, 59, 0.95);
}

.qomelec-menu-btn:hover .qomelec-tooltip,
.qomelec-menu-btn:focus .qomelec-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(5px);
}

.qomelec-sidebar-container:has(.qomelec-slide-panel.qomelec-open) .qomelec-tooltip {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}


.qomelec-slide-panel {
	width: 0;
	height: 100%;
	background: var(--qomelec-bg-color);
	backdrop-filter: blur(15px);
	border-radius: var(--qomelec-border-radius);
	overflow: hidden;
	transition: var(--qomelec-transition);
	display: flex;
	flex-direction: column;
	box-shadow: var(--qomelec-shadow);
	margin-right: 10px;
}

.qomelec-slide-panel.qomelec-open {
	width: 800px;
	height: 95vh;
}

.qomelec-panel-header {
	padding: 0 30px 0 15px;
	background: #ef4056;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 48px;
	border-radius: var(--qomelec-border-radius) var(--qomelec-border-radius) 0 0;
	line-height: 1.2rem;
}

.qomelec-panel-title {
	font-size: 15px;
	font-weight: 600;
	opacity: 0;
	transform: translateX(20px);
	transition: all 0.4s ease 0.1s;
}

.qomelec-slide-panel.qomelec-open .qomelec-panel-title {
	opacity: 1;
	transform: translateX(0);
}

/*.qomelec-close-btn {
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	color: white;
	opacity: 0;
	transform: scale(0.8);
	padding: 5px;
}*/
.qomelec-close-btn {
	border-radius: 50%;
	background: rgba(106, 106, 106, 0.2);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	color: white;
	opacity: 0;
	transform: scale(0.8);
	padding: 5px;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 9999;
}

.qomelec-slide-panel.qomelec-open .qomelec-close-btn {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.2s;
}

.qomelec-close-btn:hover, .qomelec-close-btn:focus {
	background: rgba(152, 152, 152, 0.67);
	transform: scale(1.1);
	outline: none;
}

.qomelec-panel-content {
	padding: 20px;
	overflow-y: auto;
	flex: 1;
	opacity: 0;
	transition: opacity 0.4s ease 0.2s;
	background: #f4f4f4;
}

.qomelec-slide-panel.qomelec-open .qomelec-panel-content {
	opacity: 1;
}

.qomelec-content-section {
	display: none;
}

.qomelec-content-section.qomelec-active {
	display: block;
	animation: qomelec-slideIn 0.5s ease;
}

@keyframes qomelec-slideIn {
	from {
		opacity: 0;
		transform: translateX(20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/*.qomelec-content-item {
	padding: 15px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: var(--qomelec-border-radius);
	transition: all 0.2s ease;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
}

.qomelec-content-item:hover {
	background: rgba(255, 255, 255, 0.95);
	transform: translateX(-5px);
	box-shadow: 0 6px 20px rgba(99, 102, 241, 0.15);
	border-color: var(--qomelec-primary-color);
}*/

.qomelec-content-item::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--qomelec-primary-color);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.qomelec-content-item:hover::before {
	opacity: 1;
}

.qomelec-content-item h4 {
	margin: 0 0 8px 0;
	font-size: 16px;
	color: var(--qomelec-text-color);
}

.qomelec-content-item p {
	margin: 0;
	font-size: 14px;
	color: #64748b;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.qomelec-sidebar-container {
		--qomelec-panel-width: calc(100vw - 100px);
	}
	
	.qomelec-tooltip {
		display: none;
	}
}

@media (max-width: 480px) {
	.qomelec-sidebar-container {
		--qomelec-menu-width: 50px;
		--qomelec-panel-width: calc(100vw - 40px);
		right: 10px;
		top: 10px;
		height: calc(100vh - 20px);
	}


	.qomelec-tooltip {
		display: none;
	}
}

.qomelec-panel-content::-webkit-scrollbar {
	width: 6px;
}

.qomelec-panel-content::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
}

.qomelec-panel-content::-webkit-scrollbar-thumb {
	background: rgba(99, 102, 241, 0.3);
	border-radius: 3px;
}

.qomelec-panel-content::-webkit-scrollbar-thumb:hover {
	background: rgba(99, 102, 241, 0.5);
}

@media print {
	.qomelec-sidebar-container {
		display: none !important;
	}
}


/********************/

@font-face {
	font-family: YekanB;
	font-style: normal;
	font-weight: 100;
	src: url('/fonts/woff/YekanBakhFaNum-thin.woff') format('woff'),   
	url('/fonts/woff2/YekanBakhFaNum-thin.woff2') format('woff2');		
}

@font-face {
	font-family: YekanB;
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/woff/YekanBakhFaNum-Light.woff') format('woff'),   
	url('/fonts/woff2/YekanBakhFaNum-Light.woff2') format('woff2');	
}

@font-face {
	font-family: YekanB;
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),   
	url('/fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');		 
}
@font-face {
	font-family: YekanB;
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),   
	url('/fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');		 
}

@font-face {
	font-family: YekanB;
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/woff/YekanBakhFaNum-SemiBold.woff') format('woff'),   
	url('/fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');		 
	}

@font-face {
	font-family: YekanB;
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/woff/YekanBakhFaNum-SemiBold.woff') format('woff'),   
	url('/fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');		 
	}
	
@font-face {
	font-family: YekanB;
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),   
	url('/fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: YekanB;
	font-style: normal;
	font-weight: bold;
	src: url('/fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),   
	url('/fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: YekanB;
	font-style: normal;
	font-weight: 800;
	src: url('/fonts/woff/YekanB-ExtraBold.woff') format('woff'),   
	url('/fonts/woff2/YekanB-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: YekanB;
	font-style: normal;
	font-weight: 900;
	src: url('/fonts/woff/YekanB-Black.woff') format('woff'),   
	url('/fonts/woff2/YekanB-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: YekanB;
	font-style: normal;
	font-weight: 950;
	src: url('/fonts/woff/YekanB-ExtraBlack.woff') format('woff'),   
	url('/fonts/woff2/YekanB-ExtraBlack.woff2') format('woff2');		 
}



@font-face{
    font-family: IRANYekanFN;
    font-display:swap;
    font-style:normal;
    font-weight:100;
    src:url(/fonts/IRANYekanFN/iranyekanwebthinfanum.eot);
    src:url("/fonts/IRANYekanFN/iranyekanwebthinfanum.eot?#iefix") format("embedded-opentype"),
url(/fonts/IRANYekanFN/iranyekanwebthinfanum.woff2) format("woff2"),
url(/fonts/IRANYekanFN/iranyekanwebthinfanum.woff) format("woff"),
url(/fonts/IRANYekanFN/iranyekanwebthinfanum.ttf) format("truetype")
}
@font-face{
    font-family: IRANYekanFN;
    font-display:swap;
    font-style:normal;
    font-weight:300;
    src:url(/fonts/IRANYekanFN/iranyekanweblightfanum.eot);
    src:url("/fonts/IRANYekanFN/iranyekanweblightfanum.eot?#iefix") format("embedded-opentype"),
url(/fonts/IRANYekanFN/iranyekanweblightfanum.woff2) format("woff2"),
url(/fonts/IRANYekanFN/iranyekanweblightfanum.woff) format("woff"),
url(/fonts/IRANYekanFN/iranyekanweblightfanum.ttf) format("truetype")
}
@font-face{
    font-family: IRANYekanFN;
    font-display:swap;
    font-style:normal;
    font-weight:400;
    src:url(/fonts/IRANYekanFN/iranyekanwebregularfanum.eot);
    src:url("/fonts/IRANYekanFN/iranyekanwebregularfanum.eot?#iefix") format("embedded-opentype"),
url(/fonts/IRANYekanFN/iranyekanwebregularfanum.woff2) format("woff2"),
url(/fonts/IRANYekanFN/iranyekanwebregularfanum.woff) format("woff"),
url(/fonts/IRANYekanFN/iranyekanwebregularfanum.ttf) format("truetype")
}
@font-face{
    font-family: IRANYekanFN;
    font-display:swap;
    font-style:normal;
    font-weight:500;
    src:url(/fonts/IRANYekanFN/iranyekanwebmediumfanum.eot);
    src:url("/fonts/IRANYekanFN/iranyekanwebmediumfanum.eot?#iefix") format("embedded-opentype"),
url(/fonts/IRANYekanFN/iranyekanwebmediumfanum.woff2) format("woff2"),
url(/fonts/IRANYekanFN/iranyekanwebmediumfanum.woff) format("woff"),
url(/fonts/IRANYekanFN/iranyekanwebmediumfanum.ttf) format("truetype")
}
@font-face{
    font-family: IRANYekanFN;
    font-display:swap;
    font-style:normal;
    font-weight:700;
    src:url(/fonts/IRANYekanFN/iranyekanwebboldfanum.eot);
    src:url("/fonts/IRANYekanFN/iranyekanwebboldfanum.eot?#iefix") format("embedded-opentype"),
url(/fonts/IRANYekanFN/iranyekanwebboldfanum.woff2) format("woff2"),
url(/fonts/IRANYekanFN/iranyekanwebboldfanum.woff) format("woff"),
url(/fonts/IRANYekanFN/iranyekanwebboldfanum.ttf) format("truetype")
}
@font-face{
    font-family: IRANYekanFN;
    font-display:swap;
    font-style:normal;
    font-weight:800;
    src:url(/fonts/IRANYekanFN/iranyekanwebextraboldfanum.eot);
    src:url("/fonts/IRANYekanFN/iranyekanwebextraboldfanum.eot?#iefix") format("embedded-opentype"),
url(/fonts/IRANYekanFN/iranyekanwebextraboldfanum.woff2) format("woff2"),
url(/fonts/IRANYekanFN/iranyekanwebextraboldfanum.woff) format("woff"),
url(/fonts/IRANYekanFN/iranyekanwebextraboldfanum.ttf) format("truetype")
}
@font-face{
    font-family: IRANYekanFN;
    font-display:swap;
    font-style:normal;
    font-weight:900;
    src:url(/fonts/IRANYekanFN/iranyekanwebblackfanum.eot);
    src:url("/fonts/IRANYekanFN/iranyekanwebblackfanum.eot?#iefix") format("embedded-opentype"),
url(/fonts/IRANYekanFN/iranyekanwebblackfanum.woff2) format("woff2"),
url(/fonts/IRANYekanFN/iranyekanwebblackfanum.woff) format("woff"),
url(/fonts/IRANYekanFN/iranyekanwebblackfanum.ttf) format("truetype")
}
@font-face{
    font-family: IRANYekanFN;
    font-display:swap;
    font-style:normal;
    font-weight:950;
    src:url(/fonts/IRANYekanFN/iranyekanwebextrablackfanum.eot);
    src:url("/fonts/IRANYekanFN/iranyekanwebextrablackfanum.eot?#iefix") format("embedded-opentype"),
url(/fonts/IRANYekanFN/iranyekanwebextrablackfanum.woff2) format("woff2"),
url(/fonts/IRANYekanFN/iranyekanwebextrablackfanum.woff) format("woff"),
url(/fonts/IRANYekanFN/iranyekanwebextrablackfanum.ttf) format("truetype")
}



html {
	font-family: 'IRANYekanFN';
	letter-spacing: -.05px;
}
/* فونت YekanB برای کل سایت */
body, p, a, li, td, th {
    font-family: 'IRANYekanFN', sans-serif;
    font-weight: 400; /* متن معمولی */
    font-size: 14px;
    line-height: 1.6;
    direction: rtl; /* برای متن فارسی */
}

/* تیترها با ابعاد استاندارد دیجی‌کالا */
h1 { font-family: 'IRANYekanFN', sans-serif; font-weight: 700; font-size: 22px; }
h2 { font-family: 'IRANYekanFN', sans-serif; font-weight: 600; font-size: 20px; }
h3 { font-family: 'IRANYekanFN', sans-serif; font-weight: 600; font-size: 18px; }
h4 { font-family: 'IRANYekanFN', sans-serif; font-weight: 500; font-size: 16px; }
h5 { font-family: 'IRANYekanFN', sans-serif; font-weight: 500; font-size: 14px; }
h6 { font-family: 'IRANYekanFN', sans-serif; font-weight: 400; font-size: 13px; }

/* لینک‌ها */
a {
    font-family: 'IRANYekanFN', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}

/* متن‌های برجسته */
strong, b {
    font-family: 'IRANYekanFN', sans-serif;
    font-weight: 700;
}

/* لیست‌ها */
ul, ol {
    font-family: 'IRANYekanFN', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

/* دکمه‌ها */
button, input[type="button"], input[type="submit"] {
    font-family: 'IRANYekanFN', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

/* بلاک‌های کوچک یا توضیحات */
small {
    font-family: 'IRANYekanFN', sans-serif;
    font-weight: 300;
    font-size: 12px;
}

/* کد و متن پیشرفته */
code, pre {
    font-family: 'IRANYekanFN', monospace;
    font-weight: 400;
    font-size: 13px;
}






/***********header***********/
.setak-qomelec-header {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.setak-qomelec-container {
    width: 1600px;
    max-width: 93vw;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}




.setak-qomelec-header:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	transform: translateY(-1px);
}

.setak-qomelec-left-section {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.setak-qomelec-hamburger {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	padding: 0.75rem;
	border-radius: 12px;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.setak-qomelec-hamburger::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(239, 68, 68, 0.1), transparent);
	transition: left 0.6s ease;
}

.setak-qomelec-hamburger:hover::before {
	left: 100%;
}

.setak-qomelec-hamburger:hover {
	background: rgba(239, 68, 68, 0.05);
	transform: scale(1.05);
}

.setak-qomelec-hamburger-line {
	width: 24px;
	height: 3px;
	background: linear-gradient(135deg, #374151, #111827);
	margin: 2px 0;
	border-radius: 3px;
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.setak-qomelec-hamburger.active .setak-qomelec-hamburger-line:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.setak-qomelec-hamburger.active .setak-qomelec-hamburger-line:nth-child(2) {
    transform: scaleX(0);
    opacity: 0;
}

.setak-qomelec-hamburger.active .setak-qomelec-hamburger-line:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
    background: linear-gradient(135deg, #ef4444, #dc2626);
}



.setak-qomelec-user-dropdown {
    position: absolute;
    top: calc(100% + 1rem);
    right: 0; /* به جای left: 0 */
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 20px;
    padding: 1.5rem;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px) scale(0.9);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    z-index: 1001;
}

.setak-qomelec-user-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.setak-qomelec-user-dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: .7rem 0.5rem;
    text-decoration: none;
    color: #374151;
    font-weight: 500;
    font-size: 0.95rem;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 0.5rem;
    position: relative;
    overflow: hidden;
}

.setak-qomelec-dropdown-icon {
    font-size: 1.1rem;
    width: 20px;
    display: flex;
    justify-content: center;
}

.setak-qomelec-user-dropdown-item:last-child {
    margin-bottom: 0;
}

.setak-qomelec-user-dropdown-item:hover {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    transform: translateX(-8px);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3);
}

.setak-qomelec-user-account::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(239, 68, 68, 0.1), transparent);
	transition: left 0.6s ease;
}

.setak-qomelec-user-account:hover::before {
	left: 100%;
}

.setak-qomelec-user-account:hover {
	background: rgba(239, 68, 68, 0.08);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(239, 68, 68, 0.15);
}

.setak-qomelec-user-account.active {
	background: linear-gradient(135deg, #ef4444, #dc2626);
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 12px 35px rgba(239, 68, 68, 0.4);
}

.setak-qomelec-user-icon {
	width: 36px;
	height: 36px;
	background: linear-gradient(135deg, #ef4444, #dc2626);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 0.9rem;
	font-weight: bold;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.setak-qomelec-user-account.active .setak-qomelec-user-icon {
	background: white;
	color: #ef4444;
	transform: scale(1.1);
}

.setak-qomelec-user-text {
	font-weight: 600;
	font-size: 0.95rem;
	color: #374151;
	transition: all 0.3s ease;
}

.setak-qomelec-user-account.active .setak-qomelec-user-text {
	color: white;
}

.setak-qomelec-center-section {
	display: flex;
	align-items: center;
	gap: 3rem;
}

.setak-qomelec-nav-item {
	position: relative;
}

.setak-qomelec-nav-link, 
.setak-qomelec-about-trigger, 
.setak-qomelec-user-account {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 1.25rem;
	height: 50px;
	text-decoration: none;
	color: #374151;
	font-weight: 600;
	font-size: 1rem;
	border-radius: 16px;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	background: none;
	border: none;
	cursor: pointer;
	position: relative;
}
.setak-qomelec-user-account {
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.setak-qomelec-nav-link::before, .setak-qomelec-about-trigger::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
	transition: left 0.6s ease;
}

.setak-qomelec-nav-link:hover::before, .setak-qomelec-about-trigger:hover::before {
	left: 100%;
}

.setak-qomelec-nav-link:hover, .setak-qomelec-about-trigger:hover {
	background: rgba(59, 130, 246, 0.08);
	color: #3b82f6;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
}

.setak-qomelec-about-trigger.active {
	background: linear-gradient(135deg, #3b82f6, #1d4ed8);
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4);
}

.setak-qomelec-arrow {
	font-size: 0.75rem;
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.setak-qomelec-about-trigger.active .setak-qomelec-arrow {
	transform: rotate(180deg);
}

.setak-qomelec-right-section {
	display: flex;
	align-items: center;
}

.setak-qomelec-logo {
	font-size: 2rem;
	font-weight: 900;
	background: linear-gradient(135deg, #ef4444, #dc2626, #b91c1c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	letter-spacing: -1px;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
}

.setak-qomelec-logo:hover {
	transform: scale(1.05);
	filter: drop-shadow(0 4px 8px rgba(239, 68, 68, 0.3));
}

.setak-qomelec-dropdown {
	position: absolute;
	top: calc(100% + 1rem);
	right: 0;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(59, 130, 246, 0.2);
	border-radius: 20px;
	padding: 1.5rem;
	min-width: 220px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-15px) scale(0.9);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.setak-qomelec-dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.setak-qomelec-dropdown-item {
	display: block;
	padding: 1rem 1.25rem;
	text-decoration: none;
	color: #374151;
	font-weight: 500;
	font-size: 0.95rem;
	border-radius: 12px;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	margin-bottom: 0.5rem;
	position: relative;
	overflow: hidden;
}

.setak-qomelec-dropdown-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
	transition: left 0.6s ease;
}

.setak-qomelec-dropdown-item:hover::before {
	left: 100%;
}

.setak-qomelec-dropdown-item:last-child {
	margin-bottom: 0;
}

.setak-qomelec-dropdown-item:hover {
	background: linear-gradient(135deg, #3b82f6, #1d4ed8);
	color: white;
	transform: translateX(-8px);
	box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.setak-qomelec-mobile-menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 320px;
	height: 100vh;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(20px);
	border-right: 1px solid rgba(0, 0, 0, 0.06);
	padding: 5rem 2rem 2rem 2rem;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: 25px 0 50px rgba(0, 0, 0, 0.15);
	overflow-y: auto;
	z-index: 1001;
}

.setak-qomelec-mobile-menu.active {
	left: 0;
}

.setak-qomelec-mobile-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 999;
}

.setak-qomelec-mobile-overlay.active {
	opacity: 1;
	visibility: visible;
}

.setak-qomelec-mobile-nav-item {
	margin-bottom: 1.5rem;
}

.setak-qomelec-mobile-nav-trigger {
	width: 100%;
	padding: 1.25rem 1.5rem;
	background: rgba(59, 130, 246, 0.08);
	border: none;
	border-radius: 16px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #374151;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.setak-qomelec-mobile-nav-trigger::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
	transition: left 0.6s ease;
}

.setak-qomelec-mobile-nav-trigger:hover::before {
	left: 100%;
}

.setak-qomelec-mobile-nav-trigger:hover,
.setak-qomelec-mobile-nav-trigger.active {
	background: linear-gradient(135deg, #ef4444, #dc2626);
	color: white;
	transform: scale(1.02);
	box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.setak-qomelec-mobile-dropdown {
	margin-top: 1rem;
	padding-right: 1.5rem;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.setak-qomelec-mobile-dropdown.active {
	max-height: 250px;
}

.setak-qomelec-mobile-dropdown-item {
	display: block;
	padding: 1rem 1.25rem;
	text-decoration: none;
	color: #6b7280;
	font-weight: 500;
	border-radius: 12px;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	margin-bottom: 0.5rem;
	position: relative;
	overflow: hidden;
}

.setak-qomelec-mobile-dropdown-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
	transition: left 0.6s ease;
}

.setak-qomelec-mobile-dropdown-item:hover::before {
	left: 100%;
}

.setak-qomelec-mobile-dropdown-item:hover {
	background: rgba(59, 130, 246, 0.15);
	color: #3b82f6;
	transform: translateX(-8px);
}

@media (max-width: 768px) {
	.setak-qomelec-center-section {
		display: none;
	}
}

.setak-qomelec-content {
	margin-top: 70px;
	padding: 4rem 2rem;
	text-align: center;
}

.setak-qomelec-title {
	font-size: 3rem;
	font-weight: 800;
	background: linear-gradient(135deg, #374151, #111827);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 1rem;
}

.setak-qomelec-description {
	font-size: 1.2rem;
	color: #6b7280;
	max-width: 600px;
	margin: 0 auto;
}    














/*******************/
.setak-header-cat {
	padding-right: 10px;
	background-color: #942121;
	border-radius: 8px;
	cursor: pointer;
	line-height: 40px;
	margin-top: -4px;
}
.setak-header-cat span {
	background: url(https://hamihop.com/petshop/wp-content/uploads/2024/10/cat-top-w.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center right;
	text-indent: inherit !important;
	text-decoration: none;
	letter-spacing: -0.5px;
	color: #fff !important;
	padding-right: 32px;
	padding-left: 15px;
}


/******cat-popup*********/

.hidden {
	display: none;
}


.cat-popup {
	position: fixed;
	top: 10px;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(48, 48, 48, 0.9);
	z-index: 1000;
	overflow-x: hidden;
	bottom: 30px;
}

.cat-popup h3 {
	background: #f0f0f0;
	line-height: 48px;
	padding-right: 25px;
}

.cat-popup.show {
	display: block;
}

.cat-popup-content {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 8px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
	overflow-y: auto;
	max-width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

.cat-close {
	cursor: pointer;
	font-size: 32px;
	position: absolute;
	top: 35px;
	left: 20px;
	border: solid 1px #8d8d8d;
	width: 32px;
	height: 32px;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
	padding: 2px;
}

.cat-vertical-tabs {
	display: flex;
	height: 100%; /* ارتفاع کامل */
}


/*.cat-tabs {
	display: flex;
	flex-direction: column;
	width: 130px;
	border-right: 1px solid #ccc;
	height: 100vh;
	background: #f0f0f1;
}*/



.cat-tabs {
	display: flex;
	flex-direction: column;
	width: 260px;
	height: 90vh;
	position: absolute;
	right: 0; /* اگه می‌خوای بچسبه سمت راست */
	top: 0;
	background: #f7f7f8;
	border-left: 1px solid #ddd; /* چون حالا اسکرول سمت راسته */
	overflow-y: scroll;
	overflow-x: hidden;
	direction: rtl;
	transform: scaleX(-1);
	scroll-behavior: smooth;
	scrollbar-width: thin; /* برای فایرفاکس */
	scrollbar-color: #bbb #f7f7f8;
	z-index: 999999999;
}

/* برای Chrome و WebKit */
.cat-tabs::-webkit-scrollbar {
	width: 8px;
}

.cat-tabs::-webkit-scrollbar-track {
	background: #f7f7f8;
}

.cat-tabs::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #aaa, #888);
	border-radius: 6px;
}

.cat-tabs::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(180deg, #888, #666);
}

.cat-tabs > * {
	direction: ltr;
	transform: scaleX(-1);
	padding: 8px 12px;
	margin: 2px 0;
	transition: background 0.2s, transform 0.1s;
	cursor: pointer;
	border-radius: 6px;
}

.cat-tabs > *:hover {
	background: #e3e3e5;
	transform: scaleX(-1) scale(1.02);
}
/*.cat-tabs > *:hover {
	background: #e3e3e5;
	transform: scale(1.02);
}*/








.cat-tab {
	padding: 5px 10px;
	cursor: pointer;
	background-color: #f0f0f0;
	transition: background-color 0.3s;
	width: 240px;
	text-align: right;
	border-bottom: solid 1px #fff;
}

.cat-tab span {
	padding-right: 10px;
	position: relative;
	width: 168px;
	font-family: yekanb;
	display: inline-block;
	vertical-align: middle;
}

.cat-tab img {
	border-radius: 50%;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	vertical-align: middle;
}

.cat-tab:hover {
	background-color: #e0e0e0;
}

.cat-tab.active {
  background: #fff;
}

/*.cat-tab-content {
	padding: 10px;
	flex-grow: 1;
	height: 100%;
	overflow-y: scroll;
	min-width: 100%;
	text-align: right;
	padding-left: 85px;
	padding-right: 120px;
}*/

.cat-tab-content {
	padding: 10px;
	flex-grow: 1;
	height: 100%;
	min-width: 100%;
	text-align: right;
	padding-left: 85px;
	padding-right: 280px;
	background: #fcfcfd;
	color: #333;
	line-height: 1.8;
	overflow-y: auto;
	scroll-behavior: smooth;
	position: relative;
}

/* اسکرول سفارشی فقط برای مرورگرهای WebKit (Chrome, Edge, Safari) */
.cat-tab-content::-webkit-scrollbar {
	width: 10px;
	background: transparent;
}

.cat-tab-content::-webkit-scrollbar-track {
	background: transparent;
	margin: 4px 0;
}

.cat-tab-content::-webkit-scrollbar-thumb {
	background: rgba(120, 120, 120, 0.3);
	border-radius: 10px;
	transition: background 0.3s ease, width 0.3s ease;
}

.cat-tab-content:hover::-webkit-scrollbar-thumb {
	background: rgba(90, 90, 90, 0.55);
	width: 12px; /* کمی پهن‌تر هنگام hover */
}

/* فایرفاکس */
.cat-tab-content {
	scrollbar-width: thin;
	scrollbar-color: rgba(120, 120, 120, 0.4) transparent;
}

/* حالت تاریک خودکار */
@media (prefers-color-scheme: dark) {
	.cat-tab-content {
		background: #1f1f22;
		color: #e4e4e7;
		scrollbar-color: rgba(200, 200, 200, 0.3) transparent;
	}
	.cat-tab-content::-webkit-scrollbar-thumb {
		background: rgba(200, 200, 200, 0.25);
	}
	.cat-tab-content:hover::-webkit-scrollbar-thumb {
		background: rgba(230, 230, 230, 0.45);
	}
}


.cat-image-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cat-image-item {
	width: 49%;
	margin-bottom: 20px;
	text-align: right;
}

.cat-image-item img {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	object-fit: cover;
	border: solid 1px #ccc;
	margin: 0 auto;
}

.cat-tab-pane img {
	display: block;
	margin-right: 10px;
	width: 75px;
	border-radius: 50%;
}

.title-cat {
	padding-right: 110px;
	position: relative;
	margin-top: -90px;
	margin-bottom: 50px;
}
.title-cat p {
	margin: 7px 0;
}
.title-cat h2 {
	margin-bottom: 0;
	color:#333;
}

.cat-image-item span {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	
}
.cat-item {
	width: 250px;
	text-align: right;
	float: right;
}

.cat-item.level-0 {
	border-bottom: solid 1px #e7e7e7;
}

/*.cat-item.level-0 span {
	font-size: 0.9rem;
	font-weight: 700;
	padding-right: 20px;
	color: #333;
	line-height: 3rem;
	white-space: nowrap;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.cat-item.level-0 span::before {
	content: "";
	position: absolute;
	right: -5px;
	top: 83%;
	transform: translateY(-50%);
	width: 20px;
	height: 32px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff442d'%3E%3Cpath d='M14 6l1.41 1.41L10.83 12l4.58 4.59L14 18l-6-6z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}*/
.cat-item.level-0 span {
	font-size: 0.9rem;
	font-weight: 700;
	padding-right: 15px;
	color: #333;
	line-height: 3rem;
	white-space: nowrap;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.cat-item.level-0 span::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 16px;
	background: #ff442d;
	border-radius: 2px;
}

.cat-item.level-1 span
{
	font-size: 0.8rem;
	font-weight: 500;
	padding-right:30px;
	color:#333;
	line-height: 2rem;
	white-space: nowrap;
}

.cat-item.level-1 .cat-card a span {
  position: relative; /* برای اینکه ::before نسبت به لینک قرار بگیرد */
  display: flex;
  align-items: center;
  gap: 8px; /* فاصله دایره تا متن */
}

.cat-item.level-1 .cat-card a span::before {
  content: ""; /* الزامی برای نمایش */
  width: 5px;       /* قطر دایره */
  height: 5px;      /* قطر دایره */
  background-color: #000; /* رنگ دایره */
  border-radius: 50%;     /* گرد کردن کامل */
  display: inline-block;
}


/****************************/




/**********************/
h1.entry-title{
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	padding-right: 20px;
}

h1.entry-title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 8px; 
    height: 100%; 
    background-color: #ef4056; 
    border-radius: 4px; 
}

h1.entry-title::after {
	content: '';
	position: absolute;
	bottom: -2px;
	right: 20px;
	width: 150px;
	height: 2px;
	background: linear-gradient(-90deg, #ef4056, transparent);
	transition: width 0.3s ease-in-out; 
}


h1.entry-title:hover::after {
    width: 220px; 
}






/**********************/



.setak-shop-container .shop-slider {
  margin-bottom: 25px; /* فاصله اسلایدر از بقیه بخش‌ها */
}

.setak-shop-container .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem; /* فاصله کارت‌ها */
}




.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 7px;
    padding: 20px;
}

.product-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
    position: relative;
}

.product-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

.product-card h3 {
    font-size: 14px;
    margin: 10px 0 5px;
    color: #333;
}

.stars {
    color: #ffa500;
    font-size: 12px;
    margin: 5px 0;
}

.price {
    font-weight: bold;
    color: #e74c3c;
    margin: 8px 0;
}

.add-btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #ff2d55;
	border: none;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	cursor: pointer;
	text-align: center;
	padding: 2px 0 0 0;
}

.view-btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #ff2d55;
	border: none;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	cursor: pointer;
	text-align: center;
	padding: 5px 0 0 0;
	line-height: 35px;
}

.out-of-stock-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(231, 76, 60, 0.95);
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.out-of-stock-image {
    position: relative;
    display: block;
}

.out-of-stock-image img {
    opacity: 0.5;
    filter: grayscale(50%);
}

/**********/
.skeleton {
    pointer-events: none;
}

.skeleton-img {
    height: 150px;
    background: #f0f0f0;
    border-radius: 4px;
    animation: shimmer 1.5s infinite;
}

.skeleton-title {
    height: 16px;
    background: #f0f0f0;
    margin: 10px 0;
    border-radius: 2px;
    animation: shimmer 1.5s infinite;
}

.skeleton-rating {
    height: 12px;
    width: 60%;
    background: #f0f0f0;
    margin: 5px auto;
    border-radius: 2px;
    animation: shimmer 1.5s infinite;
}

.skeleton-price {
    height: 14px;
    width: 40%;
    background: #f0f0f0;
    margin: 8px auto;
    border-radius: 2px;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { background-color: #f0f0f0; }
    50% { background-color: #e0e0e0; }
    100% { background-color: #f0f0f0; }
}











/**********/
/* استایل‌های جدید برای Control Bar */

.control-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
    gap: 15px;
}

/* بخش Sort - سمت راست */
.sort-section {
    display: flex;
    align-items: center;
    gap: 10px;
    order: 1;
}

.sort-section label {
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    white-space: nowrap;
}

.sort-select {
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background: white;
    font-size: 14px;
    color: #495057;
    cursor: pointer;
    transition: border-color 0.2s ease;
    min-width: 140px;
}

.sort-select:hover {
    border-color: #adb5bd;
}

.sort-select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* بخش Pagination - سمت چپ */
.pagination {
    display: flex;
    align-items: center;
    gap: 6px;
    direction: ltr;
    order: 2;
}

.page-btn {
    min-width: 36px;
    height: 36px;
    border: 1px solid #dee2e6;
    background: white;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
}

.page-btn:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #495057;
}

.page-btn.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
    font-weight: 600;
}

.page-btn.prev-next {
    font-size: 16px;
    font-weight: bold;
    min-width: 32px;
}

.page-btn.prev-next:hover {
    background: #e9ecef;
}

.dots {
    padding: 0 6px;
    color: #6c757d;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 36px;
}

/* حالت تبلت */
@media (max-width: 768px) {
    .control-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    .sort-section {
        justify-content: center;
        order: 1;
    }
    
    .pagination {
        justify-content: center;
        order: 2;
        gap: 4px;
    }
    
    .page-btn {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
    }
    
    .page-btn.prev-next {
        min-width: 28px;
        font-size: 14px;
    }
    
    .dots {
        height: 32px;
        padding: 0 4px;
        font-size: 13px;
    }
    
    .sort-select {
        min-width: 160px;
    }
}

/* حالت موبایل */
@media (max-width: 480px) {
    .control-bar {
        margin: 15px 0;
        padding: 10px 0;
    }
    
    .pagination {
        gap: 2px;
        flex-wrap: wrap;
    }
    
    .page-btn {
        min-width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .page-btn.prev-next {
        min-width: 26px;
        font-size: 13px;
    }
    
    .dots {
        height: 30px;
        padding: 0 2px;
        font-size: 12px;
    }
    
    .sort-section label {
        font-size: 13px;
    }
    
    .sort-select {
        font-size: 13px;
        padding: 6px 10px;
        min-width: 130px;
    }
}





/***********/
.setak-search-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    gap: 8px;
}

.loading-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007cba;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/**********/

/* Setak Search Autocomplete Styles */
.setak-header-search {

}

.setak-header-search .setak-header-search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 16px;
    font-size: 14px;
    font-family: inherit;
    background: transparent;
    color: #333;
}

.setak-header-search .setak-header-search-input::placeholder {
    color: #999;
    font-size: 13px;
}


#setak-header-search-input {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 6px 20px rgba(99, 102, 241, 0.15);
	border-radius: 8px;
	width: 100%;
	height: 48px;
}
.setak-header-search .qsearch-button {
	border: none;
	background: transparent;
	width: 32px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: absolute;
	left: 30px;
	margin-top: 8px;
	height: 32px;
	text-align: center;
}


.qsearch-button svg {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 8px;
	top: 8px;
	fill: #667085 !important;
}

.setak-header-search .qsearch-button i {
    font-size: 16px;
}

/* Loading Spinner */
.setak-header-search .setak-search-loading {
	background: white;
	padding: 20px;
	text-align: center;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	z-index: 1000;
}

.setak-header-search .loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007cba;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 8px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.setak-header-search .setak-search-loading span {
    font-size: 13px;
    color: #666;
}

/* Main Popup */

.setak-header-search .qsearch-popup {
	animation: fadeIn 0.2s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.setak-header-search .qsearch-popup-content {
    padding: 8px 0;
}

/* Suggestions Section */
.setak-header-search .qsearch-suggestions {
	background: white;
	margin: 0 0 8px 0;
	border-radius: 8px;
	overflow: hidden;
    animation: fadeIn 0.2s ease-out;
}

.setak-header-search .suggestion-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.setak-header-search .suggestion-item:last-child {
    border-bottom: none;
}

.setak-header-search .suggestion-item:hover,
.setak-header-search .suggestion-item.selected {
    background: #f8f9fa;
}

.setak-header-search .setak-search-item-image {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-left: 12px;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.setak-header-search .setak-search-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.setak-header-search .product-info {
    flex: 1;
    min-width: 0;
}

.setak-header-search .product-name {
    font-size: 13px;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.setak-header-search .product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.setak-header-search .regular-price {
    color: #007cba;
    font-weight: 600;
}

.setak-header-search .sale-price {
    color: #dc3545;
    font-weight: 600;
}

.setak-header-search .old-price {
    color: #999;
    text-decoration: line-through;
}

/* No Results */
.setak-header-search .no-results {
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 13px;
    background: white;
    margin: 0 8px;
    border-radius: 8px;
}

/* View All Results */
.setak-header-search .view-all-results {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    margin: 8px;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 13px;
    color: #007cba;
    font-weight: 500;
}

.setak-header-search .view-all-results:hover {
    background: #f0f8ff;
    transform: translateY(-1px);
}

.setak-header-search .view-all-results i {
    margin-right: 8px;
    font-size: 12px;
}

/* Previous Searches Section */
.setak-header-search .qsearch-previous-searches-head {
    font-size: 12px;
    color: #666;
    margin: 0;
    padding: 12px 16px 8px 16px;
    font-weight: 500;
}

.setak-header-search .qsearch-previous-searches {
    background: white;
    margin: 0 8px;
    border-radius: 8px;
    overflow: hidden;
}

.setak-header-search .previous-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    color: #555;
}

.setak-header-search .previous-item:last-child {
    border-bottom: none;
}

.setak-header-search .previous-item:hover,
.setak-header-search .previous-item.selected {
    background: #f8f9fa;
}

.setak-header-search .previous-item i {
    margin-left: 10px;
    color: #999;
    font-size: 12px;
    width: 14px;
    text-align: center;
}

.setak-header-search .previous-item span {
    flex: 1;
}

/* Scrollbar Styling */
.setak-header-search .qsearch-popup::-webkit-scrollbar {
    width: 4px;
}

.setak-header-search .qsearch-popup::-webkit-scrollbar-track {
    background: transparent;
}

.setak-header-search .qsearch-popup::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.setak-header-search .qsearch-popup::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .setak-header-search {
        max-width: 100%;
    }
    
    .setak-header-search .qsearch-popup {
        max-height: 350px;
    }
    
    .setak-header-search .setak-search-item-image {
        width: 35px;
        height: 35px;
    }
    
    .setak-header-search .product-name {
        font-size: 12px;
    }
    
    .setak-header-search .product-price {
        font-size: 11px;
    }
}

/* Dark Mode Support (Optional) */
@media (prefers-color-scheme: dark) {
    .setak-header-search {
        background: #2d2d2d;
    }
    
    .setak-header-search .setak-header-search-input {
        color: white;
    }
    
    .setak-header-search .setak-header-search-input::placeholder {
        color: #aaa;
    }
    
    .setak-header-search .qsearch-popup {
        background: #1a1a1a;
    }
    
    .setak-header-search .qsearch-suggestions,
    .setak-header-search .qsearch-previous-searches,
    .setak-header-search .no-results,
    .setak-header-search .view-all-results {
        background: #2d2d2d;
    }
    
    .setak-header-search .suggestion-item:hover,
    .setak-header-search .suggestion-item.selected,
    .setak-header-search .previous-item:hover,
    .setak-header-search .previous-item.selected {
        background: #3a3a3a;
    }
    
    .setak-header-search .product-name {
        color: white;
    }
    
    .setak-header-search .qsearch-previous-searches-head {
        color: #ccc;
    }
}

/***********woo***********/

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	background-color: #0f834d;
	clear: both;
	margin: 30px 0;
	padding: 10px;
	color: #fff;
	border-radius: 8px;
}



/***********empty_cart******************/

/* استایل کلی کادر خالی */
.setak-empty-cart-wrapper {
	text-align: center;
	padding: 50px 20px;
	margin: 50px auto;
	max-width: 600px;
	border: 2px dashed #ef4056;
	border-radius: 15px;
	background-color: #fffafa;
}

/* استایل آیکون */
.setak-icon-box {
    font-size: 60px;
    margin-bottom: 20px;
}

/* استایل عنوان */
.setak-empty-title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* استایل متن زیرعنوان */
.setak-empty-subtitle {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* استایل دکمه بازگشت به فروشگاه */
.setak-return-shop-btn {
	display: inline-block;
	padding: 12px 30px;
	background-color: #ef4056;
	color: white !important;
	text-transform: none;
	font-weight: 600;
	border-radius: 8px;
	transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

.setak-return-shop-btn:hover {
    background-color: #ff4757;
    transform: translateY(-2px);
}

/* استایل پیشنهادات جانبی */
.setak-suggestions {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ff6b6b50;
}

.setak-suggestions p {
    font-size: 14px;
    color: #444;
    font-weight: 600;
    margin-bottom: 10px;
}

.setak-suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.setak-suggestions a {
    color: #0984e3; /* رنگ آبی برای لینک‌ها */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.setak-suggestions a:hover {
    color: #ff6b6b;
}






/************SINGLE***************/
.setak-product-wrapper {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    animation: setak-fadeIn 0.5s ease-in;
}

@keyframes setak-fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.setak-product-grid {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    gap: 30px;
}

/* گالری تصاویر */
.setak-gallery-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
	width: 480px;
}

.setak-main-image-wrapper {
    border-radius: 8px;
    background: #f9f9f9;
    border: 1px solid #eee;
    overflow: hidden;
}

.setak-main-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.setak-main-image-wrapper:hover .setak-main-image {
    transform: scale(1.05);
}

.setak-thumbnails {
    display: flex;
    gap: 10px;
}

.setak-thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    border: 2px solid #ddd;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.setak-thumbnail:hover,
.setak-thumbnail.active {
    border-color: #ef4056;
}

.setak-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* عنوان و اطلاعات */
.setak-product-info h1 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
    line-height: 1.6;
}

.setak-social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.setak-social-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.setak-social-icons .setak-telegram {
    background: #0088cc;
}

.setak-social-icons .setak-eitaa {
    background: #00a86b;
}

.setak-social-icons .setak-chat {
    background: #ef4056;
}

.setak-social-icon:hover {
    transform: scale(1.1);
}

.setak-product-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.setak-meta-item {
    font-size: 14px;
    color: #666;
}

.setak-meta-label {
    font-weight: normal;
}

.setak-meta-value {
    color: #333;
    font-weight: bold;
}

.setak-features-list {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.setak-features-list h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 8px;
}

.setak-feature-item {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    font-size: 14px;
    color: #555;
    animation: setak-fadeInUp 0.5s ease-out both;
}

.setak-feature-item:nth-child(2) { animation-delay: 0.1s; }
.setak-feature-item:nth-child(3) { animation-delay: 0.2s; }
.setak-feature-item:nth-child(4) { animation-delay: 0.3s; }

@keyframes setak-fadeInUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.setak-feature-icon {
    color: #ef4056;
    font-size: 12px;
    margin-top: 4px;
}

/* سایدبار قیمت */
.setak-sidebar {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.setak-price-box {
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    padding: 30px 25px;
}

.setak-price-header {
    text-align: center;
    margin-bottom: 25px;
}

.setak-price-amount {
    font-size: 36px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 5px;
}

.setak-price-currency {
    font-size: 16px;
    color: #666;
}

.setak-quantity-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.setak-quantity-btn {
	width: 45px;
	height: 45px;
	background: #ef4056;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.setak-quantity-btn:hover {
    background: #ef4056;
    color: white;
    transform: scale(1.05);
}

.setak-quantity-display {
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.setak-quantity-value {
	width: 70px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.setak-add-to-cart-btn {
	background: #ef4056;
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(255, 64, 129, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 20px auto;
	padding: 16px 30px;
}

.setak-add-to-cart-btn:hover {
    background: #ff1744;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 64, 129, 0.4);
}

.setak-trust-rating {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.setak-trust-text {
    font-size: 12px;
    color: #666;
    margin-bottom: 12px;
    text-align: center;
}

.setak-rating-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.setak-rating-stars {
    display: flex;
    gap: 3px;
    color: #ffc107;
    font-size: 18px;
}

.setak-rating-number {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.setak-stock-info {
    padding: 15px;
    background: white;
    border-radius: 8px;
    border: 1px solid #eee;
}

.setak-stock-label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 10px;
    color: #666;
}

.setak-stock-bar {
    height: 8px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.setak-stock-fill {
    height: 100%;
    background: linear-gradient(90deg, #4caf50 0%, #8bc34a 100%);
    border-radius: 10px;
    animation: setak-fillBar 1s ease-out;
}

@keyframes setak-fillBar {
    from { width: 0; }
}

/* بخش‌های توضیحات، مشخصات، نظرات */
.setak-description-section,
.setak-specifications-section,
.setak-reviews-section {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.setak-section-title {
	font-size: 20px;
	color: #2c3e50;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #eee;
}

.setak-section-content {
    color: #555;
    line-height: 1.9;
}

.setak-specs-table {
    width: 100%;
    border-collapse: collapse;
}

.setak-specs-table tr {
    border-bottom: 1px solid #eee;
}

.setak-specs-table td {
    padding: 15px;
    font-size: 14px;
}

.setak-specs-table td:first-child {
    color: #666;
    width: 30%;
}

.setak-specs-table td:last-child {
    color: #333;
    font-weight: 500;
}

/* بخش نظرات */
.setak-reviews-section {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.setak-rating-summary {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 15px;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    font-weight: 400;
}

.star-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    color: #ffc107 !important;
}

.woocommerce-review-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.woocommerce-review-link:hover {
    color: #ef4056;
}

.setak-reviews-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* ستون راست - فرم */
.setak-review-form-column {
    border-left: 1px solid #eee;
    padding-left: 30px;
}

.setak-form-title {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* سیستم امتیازدهی ووکامرس */
.comment-form-rating {
    margin-bottom: 25px;
}

.comment-form-rating label {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	float: right;
	margin-left: 10px;
	margin-top: 7px;
}

.comment-form-rating .stars {
    margin: 0;
    padding: 0;
}

.comment-form-rating .stars span {
    display: flex;
    gap: 8px;
}

.comment-form-rating .stars a {
	position: relative;
	height: 24px;
	width: 24px;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	font-size: 24px;
	transition: all 0.3s ease;
}

p.stars:hover a::before {
    content: "\53";
    color: #ffc107;
    opacity: 1;
}

.comment-form-rating .stars a:hover::before,
.comment-form-rating .stars a.hover::before,
.comment-form-rating .stars a.active::before {
    font-weight: 900;
    color: #ffc107 !important;
}

p.stars.selected a.active::before {
	color: #ffc107 !important;
}
p.stars.selected a:not(.active)::before {
	color: #ffc107 !important;
}
p.stars:hover a::before {
	color: #ffc107 !important;
}

.comment-form-comment {
    margin: 0;
}

.comment-form-comment textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    resize: vertical;
    margin-bottom: 15px;
    font-family: inherit;
}

.comment-form-comment textarea:focus {
    outline: none;
    border-color: #ef4056;
}

.setak-submit-review-btn,
.comment-form .submit {
    padding: 12px 30px;
    background: #ef4056;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.setak-submit-review-btn:hover,
.comment-form .submit:hover {
    background: #ff1744;
    transform: translateY(-2px);
}

/* ستون چپ - لیست نظرات با ارتفاع ثابت و اسکرول */
.setak-comments-column {
    padding-right: 30px;
    position: relative;
}

.setak-comments-wrapper {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 10px;
    transition: max-height 0.3s ease;
    position: relative;
}

/* حالت باز (نمایش همه) */
.setak-comments-wrapper.expanded {
    max-height: none;
    overflow-y: visible;
}

/* استایل اسکرول بار */
.setak-comments-wrapper::-webkit-scrollbar {
    width: 6px;
}

.setak-comments-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.setak-comments-wrapper::-webkit-scrollbar-thumb {
    background: #ef4056;
    border-radius: 10px;
}

.setak-comments-wrapper::-webkit-scrollbar-thumb:hover {
    background: #ff1744;
}

.setak-comment-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
}

.setak-comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.setak-comment-author {
    font-weight: bold;
    color: #2c3e50;
    font-size: 15px;
}

.setak-comment-item .star-rating {
    font-size: 0.8em;
}

.setak-comment-text {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.setak-comment-text p {
    margin: 0;
}

.setak-no-comments {
    text-align: center;
    color: #999;
    padding: 40px;
    font-size: 14px;
}

/* دکمه نمایش بیشتر */
.setak-show-more-btn {
    display: block;
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%);
    border: 2px solid #ef4056;
    color: #ef4056;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.setak-show-more-btn:hover {
    background: #ef4056;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 64, 129, 0.3);
}

.setak-show-more-btn.hidden {
    display: none;
}

/* گرادیانت انتهای لیست (زمانی که اسکرول دارد) */
.setak-comments-column::after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.setak-comments-column.expanded::after {
    opacity: 0;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .setak-reviews-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .setak-review-form-column {
        border-left: none;
        border-top: 1px solid #eee;
        padding-left: 0;
        padding-top: 30px;
        order: 2;
    }
    
    .setak-comments-column {
        padding-right: 0;
        order: 1;
    }
}

/* ریسپانسیو */
@media (max-width: 1024px) {
    .setak-product-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .setak-sidebar {
        grid-column: 1 / -1;
    }
    
    .setak-reviews-container {
        grid-template-columns: 1fr;
    }
    
    .setak-review-form-column {
        border-left: none;
        padding-left: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
        margin-bottom: 30px;
    }
    
    .setak-comments-column {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .setak-product-grid {
        grid-template-columns: 1fr;
    }
    
    .setak-thumbnails {
        overflow-x: auto;
    }
    
    .setak-reviews-container {
        grid-template-columns: 1fr;
    }
}









/***********google-search***********/
.gcsc-branding {
	visibility: hidden;
}
.gcsc-more-maybe-branding-root {
	visibility: hidden;
}
.gsc-control-cse {
	background: none !important;
	border: none  !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gsc-search-box.gsc-search-box-tools {
	background: #fff !important;
	padding: 4px 10px !important;
	border-radius: 8px;
}
.gsc-input-box {
	border: none !important;
}

.gsc-control-wrapper-cse .gsc-results-wrapper-overlay {
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	border-collapse: ;
	width: 100% !important;
	position: relative !important;
	top: inherit !important;
	right: inherit !important;
	margin: 10px auto !important;
	border-radius: 8px;
}

.gsc-modal-background-image {
	background-color: nnone !important;
}

.gsc-input-box table {
	display: ;
	margin: 0;
}

.gsc-modal-background-image {
	background-color: transparent !important;
}

.gsc-search-button-v2 {
	border: none !important;
	background: transparent !important;
	width: 32px !important;
	height: 32px !important;
	padding: 0 !important;
	border-radius: 8px !important;
	margin-top: 2px !important;
}

.gsc-search-button-v2 svg {
	fill: #667085 !important;
	width: 16px;
	height: 16px;
}

.gsc-above-wrapper-area-container {
	display: none;
}

.gsc-control-cse .gsc-table-result {
	font-family: 'IRANYekanFN', sans-serif;
}
.gsc-control-cse {
	font-family: 'IRANYekanFN', sans-serif;
}

.gsc-webResult.gsc-result {
	border-bottom: solid 1px #e7e7e7;
}

.gs-promotion-image-box, .gs-web-image-box {
	margin-left: 10px !important;
}









/**************footer

/* استایل‌های عمومی */
* {
    box-sizing: border-box;
}

/* ---------------------------------------------------- */
/* ویجت تماس شناور */
.setak-floating-contact {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    direction: rtl;
}

.setak-contact-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border: none;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: setak-pulse 2s infinite;
}

@keyframes setak-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 25px rgba(37, 211, 102, 0.6);
    }
}

.setak-contact-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.setak-contact-panel {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 320px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.setak-contact-panel.setak-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.setak-contact-header {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.setak-contact-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.setak-contact-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.setak-contact-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.setak-contact-subtitle {
    padding: 15px 20px;
    margin: 0;
    font-size: 13px;
    color: #666;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.setak-contact-links {
    padding: 10px;
    max-height: 400px;
    overflow-y: auto;
}

.setak-contact-item {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    margin-bottom: 5px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.setak-contact-item:hover {
    background: #f8f9fa;
    transform: translateX(-5px);
}

.setak-contact-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    flex-shrink: 0;
    color: white;
}

.setak-whatsapp .setak-contact-icon {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.setak-instagram .setak-contact-icon {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.setak-telegram .setak-contact-icon {
    background: linear-gradient(135deg, #0088cc 0%, #0077b5 100%);
}

.setak-aparat .setak-contact-icon {
    background: linear-gradient(135deg, #EA2027 0%, #c0392b 100%);
}

.setak-phone .setak-contact-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.setak-contact-text {
    flex: 1;
}

.setak-contact-text strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #333;
}

.setak-contact-text span {
    font-size: 12px;
    color: #666;
}

/* ---------------------------------------------------- */
/* استایل‌های فوتر - حذف تکرار کامل فوتر */

.setak-footer {
    background-color: #f8f9fa;
    padding: 60px 0 0;
    direction: rtl;
    text-align: right;
    position: relative;
}

.setak-footer-container {
	max-width: 1600px;
	margin: 0 auto;
}

/* بخش بالایی با آیکون‌ها */
.setak-footer-top {
    margin-bottom: 50px;
}

.setak-top-services {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 800px;
	margin: 0 auto;
	gap:15px;
}

/* ادغام استایل setak-service-item */
.setak-service-item {
	text-align: center;
	padding: 20px;
	background: white;
	transition: all 0.3s ease;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
}

.setak-service-item:hover {
    transform: translateY(-10px); /* استایل اول حفظ شد */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* استایل اول حفظ شد */
}

.setak-service-icon {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.setak-service-icon svg {
    transition: transform 0.3s ease;
}

.setak-service-item:hover .setak-service-icon svg {
    transform: scale(1.1) rotate(5deg); /* استایل اول حفظ شد (بهتر از صرفا scale) */
}

.setak-service-title {
	font-size: 14px;
	color: #333;
	margin: 0;
	font-weight: 600;
	margin-top: -30px;
}

/* محتوای اصلی فوتر */
.setak-footer-main {
    margin-bottom: 20px;
    /* این بخش در تعریف دوم حذف شده بود، و اگر نیاز به استایل پس‌زمینه/سایه‌دار دارد، باید اینجا اضافه شود.
    اگر نیاز است که فوتر مین بک‌گراند سفید و سایه داشته باشد، این‌ها اضافه می‌شوند: */
    /*
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    */
}

.setak-footer-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.setak-footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.setak-footer-heading::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 150px;
    height: 2px;
    background: linear-gradient(90deg, #FF6B6B, transparent);
}

.setak-mt-20 {
    margin-top: 20px;
}

/* ---------------------------------------------------- */
/* لیست تماس و منوی فوتر (استایل‌های مشترک ادغام شدند) */
.setak-contact-list,
.setak-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.setak-footer-menu li {
    margin-bottom: 12px;
}

/* استایل‌های مشترک لینک‌های فوتر */
.setak-footer-menu a,
.setak-contact-item-list a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.setak-footer-menu a:hover,
.setak-contact-item-list a:hover {
    color: #FF6B6B;
}

/* ویژگی‌های خاص منوی فوتر */
.setak-footer-menu a {
    position: relative;
}

.setak-footer-menu a::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #FF6B6B;
    transition: width 0.3s ease;
}

.setak-footer-menu a:hover {
    padding-right: 20px; /* استایل قوی‌تر حفظ شد (20px بجای 5px) */
}

.setak-footer-menu a:hover::before {
    width: 10px;
}

/* لیست تماس */
.setak-contact-item-list {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.setak-contact-svg {
    color: #FF6B6B;
    flex-shrink: 0;
}

/* ساعات کاری */
.setak-work-hours p {
    font-size: 14px;
    color: #666;
    margin: 8px 0;
    line-height: 1.8;
}

.setak-work-hours strong {
    color: #333;
    font-weight: 600;
}

/* ---------------------------------------------------- */
/* شبکه‌های اجتماعی - حذف تکرار و ادغام */
.setak-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.setak-social-link {
    width: 40px;
    height: 40px;
    border-radius: 10px; /* 10px حفظ شد (قوی‌تر از 8px) */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.setak-social-link::before {
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
}

.setak-social-link:hover {
    transform: translateY(-5px) rotate(5deg); /* استایل قوی‌تر حفظ شد */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* استایل قوی‌تر حفظ شد */
}

.setak-social-link:hover::before {
    width: 80px;
    height: 80px;
}

.setak-social-link svg {
    position: relative;
    z-index: 1;
}

/* رنگ‌های شبکه‌های اجتماعی - گرادیانت‌ها در اولویت قرار گرفتند */


/* ---------------------------------------------------- */
/* نمادها - حذف تکرار */
.setak-trust-badges {
    margin-top: 20px;
}

.setak-badge-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* تکرار 3 ستونه حذف شد */
    margin-bottom: 15px;
}

.setak-badge-item {
	background-color: #f8f9fa;
	border-radius: 10px;
	text-align: center;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.setak-badge-item:hover {
    border-color: #FF6B6B;
    transform: scale(1.05);
}

.setak-badge-item img {
    max-width: 100%;
    width: 100px;
    height: auto;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.setak-badge-item:hover img {
    filter: grayscale(0%);
}

/* ---------------------------------------------------- */
/* لینک‌های قانونی */
.setak-footer-legal {
    background: white;
    padding: 20px 30px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.setak-footer-legal.no-bg{
    background: transparent;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: none;
}

.setak-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.setak-legal-links a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.setak-legal-links a:hover {
    color: #FF6B6B;
}

.setak-separator {
    color: #ddd;
}

/* ---------------------------------------------------- */
/* بخش توضیحات */
.setak-footer-description {
    margin-bottom: 20px;
}

.setak-description-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.setak-description-text {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.setak-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.setak-features-list li {
    font-size: 14px;
    color: #666;
    padding-right: 25px; /* 25px حفظ شد (قوی‌تر از 20px) */
    position: relative;
}

.setak-features-list li:before {
    content: "✓";
    position: absolute;
    right: 0;
    color: #FF6B6B;
    font-weight: bold;
    font-size: 16px; /* 16px حفظ شد */
}

/* ---------------------------------------------------- */
/* دکمه بازگشت به بالا */
.setak-back-to-top {
    position: fixed;
    bottom: 90px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
}

.setak-back-to-top.setak-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.setak-back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

/* ---------------------------------------------------- */
/* کپی رایت */
.setak-footer-bottom {
	padding: 20px 0;
	border-top: solid 1px #dedede;
	background: #D6D6D6;
	color: #000;
	margin-top: 40px;
}
.setak-copyright {
    text-align: center;
}

.setak-copyright p {
    margin: 0;
    font-size: 14px;
}

/* ---------------------------------------------------- */
/* ریسپانسیو - بدون تکرار کدهای اصلی */
@media (max-width: 992px) {
    .setak-footer-row {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .setak-top-services {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .setak-contact-panel {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .setak-footer-row {
        grid-template-columns: 1fr;
    }
    
    .setak-top-services {
        grid-template-columns: 1fr;
    }
    
    .setak-features-list {
        grid-template-columns: 1fr;
    }
    
    .setak-footer-main,
    .setak-footer-description,
    .setak-footer-legal {
        padding: 20px;
    }
    
    .setak-contact-panel {
        width: calc(100vw - 40px);
        left: 50%;
        transform: translateX(-50%) translateY(20px);
        max-width: 350px;
    }
    
    .setak-contact-panel.setak-active {
        transform: translateX(-50%) translateY(0);
    }
    
    .setak-legal-links {
        flex-direction: column;
        gap: 10px;
    }
}


/***********dashbord**************/
.woocommerce-MyAccount-content {
	padding: 0 30px;
}
/**
 * Setak Account Styles - WooCommerce 9.x
 */

:root {
    --setak-bronze: #CD7F32;
    --setak-silver: #C0C0C0;
    --setak-gold: #FFD700;
    --setak-primary: #ef4056;
    --setak-text: #2c3e50;
    --setak-bg: #f8f9fa;
    --setak-radius: 12px;
    --setak-shadow: 0 2px 8px rgba(0,0,0,0.08);
    --setak-shadow-hover: 0 4px 16px rgba(0,0,0,0.12);
}

/* ========== Layout ========== */
.setak-account-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
    direction: rtl;
}


.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 24px;
    align-items: start;
}

/* ========== Navigation Menu ========== */

/* ========== Setak Navigation Menu ========== */
.setak-account-navigation {
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
	overflow: hidden;
	margin-bottom: 24px;
	border: solid 1px #e8e8e8;
}

/* بخش اطلاعات کاربر */
.setak-sidebar-user-info {
	padding: 45px 20px 30px;
	text-align: center;
	box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.08);
	border-bottom: solid 1px #dcdcdcc9;
}

.setak-sidebar-details img {
	width: 32px;
	height: 32px;
	opacity: 0.8;
	vertical-align: middle;
}

.setak-sidebar-avatar {
	width: 120px;
	height: 120px;
	margin: 0 auto 12px;
	background: white;
	border-radius: 50%;
	padding: 15px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


.setak-sidebar-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(58%) sepia(8%) saturate(0%) hue-rotate(0deg) brightness(92%) contrast(88%);
}

.setak-sidebar-details h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.setak-sidebar-badge {
	display: inline-block;
	padding: 7px 25px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 32px;
}

/* لیست منو */
.setak-account-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.setak-account-navigation ul li {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
	padding:15px 0;
}

.setak-account-navigation ul li:last-child {
    border-bottom: none;
}

.setak-account-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-size: 16px;
	font-weight:600;
}

/* آیکون‌های منو */
.setak-account-navigation ul li a img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	transition: all 0.3s ease;
	filter: brightness(0) saturate(100%) invert(58%) sepia(8%) saturate(0%) hue-rotate(0deg) brightness(92%) contrast(88%);
}

/* حالت هاور */
.setak-account-navigation ul li:hover {
	background: #f3f3f3;
}


.setak-account-navigation ul li:hover a {
	color: #ef4056;
	padding-right: 25px;
}

.setak-account-navigation ul li:hover a img {
    opacity: 1;
    transform: scale(1.1);
	filter: brightness(0) saturate(100%) invert(33%) sepia(76%) saturate(2449%) hue-rotate(336deg) brightness(95%) contrast(90%);
}

/* حالت فعال */
.setak-account-navigation ul li.is-active {
	border-right: 4px solid #ef4056;
	border-bottom: 1px solid #ef405652;
}

.setak-account-navigation ul li.is-active a {
	color: #ef4056;
	font-weight: 600;
}

.setak-account-navigation ul li.is-active a img {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(33%) sepia(76%) saturate(2449%) hue-rotate(336deg) brightness(95%) contrast(90%);
}


/* ریسپانسیو */
@media (max-width: 768px) {
    .setak-account-navigation {
        border-radius: 8px;
    }
    
    .setak-sidebar-user-info {
        padding: 20px 16px;
    }
    
    .setak-sidebar-avatar {
        width: 60px;
        height: 60px;
    }
    
    .setak-account-navigation ul li a {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .setak-account-navigation ul li a img {
        width: 20px;
        height: 20px;
    }
}


/* ========== Header ========== */
.setak-account-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 24px;
    border-radius: var(--setak-radius);
    box-shadow: var(--setak-shadow);
    margin-bottom: 24px;
}

.setak-user-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.setak-user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--setak-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.setak-user-avatar img {
    width: 32px;
    height: 32px;
}

.setak-user-details h2 {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: bold;
    color: var(--setak-text);
}

.setak-user-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    color: white;
    font-weight: 600;
}

.setak-btn-primary {
    background: var(--setak-primary);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.setak-btn-primary:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: var(--setak-shadow-hover);
}

/* ========== Stats Grid ========== */
.setak-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.setak-stat-card {
    background: white;
    padding: 20px;
    border-radius: var(--setak-radius);
    box-shadow: var(--setak-shadow);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
}

.setak-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--setak-shadow-hover);
}

.setak-stat-card img {
	width: 48px;
	height: 48px;
	filter: brightness(0%) saturate(100%) invert(33%) sepia(76%) saturate(2449%) hue-rotate(336deg) brightness(95%) contrast(90%);
	border: solid 1px #ef4056;
	padding: 8px;
	border-radius: 100%;
	opacity: 0.8;
}

.setak-stat-content h3 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: var(--setak-text);
}

.setak-stat-content p {
    margin: 4px 0 0 0;
    font-size: 13px;
    color: #7f8c8d;
}

/* ========== Progress Section ========== */
.setak-progress-section {
    background: white;
    padding: 24px;
    border-radius: var(--setak-radius);
    box-shadow: var(--setak-shadow);
    margin-bottom: 24px;
}

.setak-progress-section h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: var(--setak-text);
}

.setak-progress-bar {
    height: 16px;
    background: #ecf0f1;
    border-radius: 100px;
    position: relative;
    overflow: visible;
    margin-bottom: 40px;
}

.setak-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--setak-bronze) 0%, var(--setak-silver) 50%, var(--setak-gold) 100%);
    border-radius: 100px;
    position: relative;
    transition: width 1s ease;
}

.setak-progress-indicator {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: white;
    border: 3px solid var(--setak-gold);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.setak-level-markers {
    display: flex;
    justify-content: space-between;
}

.setak-level-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.setak-level-marker img {
    width: 36px;
    height: 36px;
}

.setak-level-marker span {
    font-size: 12px;
    color: #7f8c8d;
    white-space: nowrap;
}

.setak-progress-text {
    text-align: center;
    margin-top: 16px;
    font-size: 15px;
    color: var(--setak-text);
    font-weight: 600;
}

.setak-progress-text.setak-success {
    color: #27ae60;
}

/* ========== Discount Section ========== */
.setak-discount-section {
	background: linear-gradient(225deg, #d22c4e, #ee384e 41.68%, #ef5662);
	padding: 15px 20px 5px;
	border-radius: var(--setak-radius);
	box-shadow: var(--setak-shadow);
	color: white;
	text-align: center;
	display: flex;
	gap: 20px;
	width: fit-content;
	margin: 30px auto 0;
}

.setak-discount-icon img {
	width: 48px;
	height: 48px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
	padding: 6px;
	border: solid 1px #ccc;
	border-radius: 100%;
	opacity: 0.8;
}

.setak-discount-content {
    flex: 1;
}

.setak-discount-content h4 {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 600;
}

.setak-discount-code-box {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #f0eeee;
	padding: 7px 16px;
	border-radius: 8px;
	margin-bottom: 12px;
}

.setak-discount-code-box code {
	flex: 1;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
}

.setak-btn-copy {
	background: #ef4056;
	border: none;
	padding: 8px 12px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #fff;
}

.setak-btn-copy:hover {
    background: rgba(255,255,255,0.5);
}

.setak-btn-copy img {
    width: 20px;
    height: 20px;
}

.setak-discount-info {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	padding: 8px 16px;
}

/* ========== Messages Section ========== */
.setak-messages-section {
    background: white;
    padding: 24px;
    border-radius: var(--setak-radius);
    box-shadow: var(--setak-shadow);
    margin-bottom: 24px;
}

.setak-messages-section h3 {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: bold;
    color: var(--setak-text);
}

.setak-messages-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

.setak-message-item {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: var(--setak-bg);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.setak-message-item:hover {
    background: #e8eaed;
}

.setak-message-item img {
    width: 24px;
    height: 24px;
}

.setak-message-content {
    flex: 1;
}

.setak-message-content p {
    margin: 0 0 6px 0;
    font-size: 14px;
    color: var(--setak-text);
}

.setak-message-meta {
    font-size: 12px;
    color: #7f8c8d;
}

.setak-btn-view-all {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    background: var(--setak-bg);
    color: var(--setak-text);
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.setak-btn-view-all:hover {
    background: #e8eaed;
}

.setak-no-messages {
    text-align: center;
    color: #7f8c8d;
    padding: 24px;
}

/* ========== Account Preview ========== */
.setak-account-preview {
    background: white;
    padding: 24px;
    border-radius: var(--setak-radius);
    box-shadow: var(--setak-shadow);
}

.setak-account-preview h3 {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: bold;
    color: var(--setak-text);
}

.setak-account-info p {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: var(--setak-text);
}

.setak-account-info strong {
    font-weight: 600;
    margin-left: 8px;
}

.setak-btn-edit {
    display: inline-block;
    margin-top: 8px;
    color: var(--setak-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.setak-btn-edit:hover {
    text-decoration: underline;
}

/* ========== Mobile Menu ========== */
.setak-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.setak-mobile-toggle span {
    width: 100%;
    height: 3px;
    background: var(--setak-text);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.setak-mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.setak-mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.setak-mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.setak-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.setak-mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
    .setak-account-wrapper {
        padding: 16px;
    }
    
    .setak-account-header {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .setak-user-info {
        flex-direction: column;
    }
    
    .setak-stats-grid {
        grid-template-columns: 1fr;
    }
    
    .setak-level-marker span {
        font-size: 10px;
    }
    
    .setak-discount-section {
        flex-direction: column;
    }
    
    .setak-mobile-toggle {
        display: flex;
    }
	
	 .woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
    }

    .woocommerce-MyAccount-navigation.setak-nav-hidden {
        position: fixed;
        top: 0;
        right: -300px;
        width: 280px;
        height: 100vh;
        background: white;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        z-index: 1000;
        transition: right 0.3s ease;
        padding-top: 60px;
        margin-bottom: 0;
    }

    .woocommerce-MyAccount-navigation.setak-nav-open {
        right: 0;
    }

    body.setak-menu-open {
        overflow: hidden;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }
    
    .woocommerce-MyAccount-navigation ul li {
        border-left: 1px solid #ecf0f1;
    }
    
    .woocommerce-MyAccount-navigation ul li:nth-child(3n) {
        border-left: none;
    }
}

/***********dashbord**************/

/***********dashbord orders**************/



/* استایل‌های پایه صفحه سفارشات */
.setak-account .setak-MyAccount-content {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}


/****table orders**********/

/* استایل‌های پایه صفحه سفارشات */
.setak-account .setak-MyAccount-content {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* تب‌های وضعیت */
.setak-orders-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    flex-wrap: wrap;
    direction: rtl;
}

.setak-tab {
    padding: 10px 20px;
    background: #f8f9fa;
    border: 2px solid #e8e8e8;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: none;
}

.setak-tab:hover {
    background: #fff;
    border-color: #FF6B6B;
    color: #FF6B6B;
}

.setak-tab.active {
    background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
    border-color: #FF6B6B;
    color: #fff;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

/* لیست سفارشات */
.setak-orders-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    direction: rtl;
}

/* کارت سفارش - فقط 2 سطر */
.setak-order-item {
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.setak-order-item:hover {
    border-color: #FF6B6B;
    box-shadow: 0 5px 20px rgba(255, 107, 107, 0.15);
    transform: translateY(-2px);
}

/* سطر اول: اطلاعات + محصولات */
.setak-order-row--main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    gap: 20px;
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
}

/* اطلاعات سفارش */
.setak-order-info {
    display: flex;
    gap: 25px;
    align-items: center;
    flex: 1;
}

.setak-order-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.setak-order-number {
    font-size: 16px;
    font-weight: 700;
    color: #FF6B6B;
    text-decoration: none;
    transition: color 0.3s ease;
}

.setak-order-number:hover {
    color: #FF8E53;
}

.setak-order-date {
    font-size: 13px;
    color: #666;
}

/* وضعیت سفارش */
.setak-order-status {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.setak-status-completed {
    background: #D4EDDA;
    color: #155724;
}

.setak-status-processing {
    background: #FFF3CD;
    color: #856404;
}

.setak-status-cancelled,
.setak-status-failed {
    background: #F8D7DA;
    color: #721C24;
}

.setak-status-pending {
    background: #E2E3E5;
    color: #383D41;
}

.setak-status-on-hold {
    background: #D1ECF1;
    color: #0C5460;
}

/* مبلغ کل */
.setak-order-total {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.setak-order-total .setak-label {
    color: #999;
    font-size: 12px;
}

.setak-order-total strong {
    color: #FF6B6B;
    font-size: 16px;
    font-weight: 700;
}

.setak-items-count {
    color: #999;
    font-size: 12px;
}

/* تصاویر محصولات */
.setak-order-products {
    display: flex;
    gap: 8px;
    align-items: center;
}

.setak-product-thumb {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.setak-product-thumb:hover {
    transform: scale(1.1);
    z-index: 10;
}

.setak-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.setak-product-more {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(255, 107, 107, 0.3);
}

/* سطر دوم: دکمه‌های عملیات */
.setak-order-row--actions {
    display: flex;
    gap: 10px;
    padding: 12px 25px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    align-items: center;
}

.setak-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
    color: #fff !important;
    text-decoration: none;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(255, 107, 107, 0.2);
}

.setak-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
}

.setak-action-btn.download-pdf {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
}

.setak-action-btn.download-pdf:hover {
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
}

.setak-action-btn.view {
    background: linear-gradient(135deg, #ef4056 0%, #d23247 100%);
}

.setak-action-btn.view:hover {
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.4);
}

.setak-action-link {
    color: #FF6B6B;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    margin-right: auto;
    transition: color 0.3s ease;
}

.setak-action-link:hover {
    color: #FF8E53;
    text-decoration: underline;
}

/* پیام خالی بودن سفارشات */
.setak-message {
    background: #FFF3CD;
    border-right: 4px solid #FF6B6B;
    padding: 25px;
    border-radius: 10px;
    color: #856404;
    margin: 20px 0;
    text-align: center;
}

.setak-message p {
    margin-bottom: 15px;
    font-size: 14px;
}

/* پیجینیشن */
.setak-pagination {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
}

.setak-button {
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    color: #fff !important;
    text-decoration: none;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.setak-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.4);
}

/* انیمیشن پله‌ای */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.setak-order-item:nth-child(1) { animation-delay: 0.1s; }
.setak-order-item:nth-child(2) { animation-delay: 0.2s; }
.setak-order-item:nth-child(3) { animation-delay: 0.3s; }
.setak-order-item:nth-child(4) { animation-delay: 0.4s; }
.setak-order-item:nth-child(5) { animation-delay: 0.5s; }
.setak-order-item:nth-child(6) { animation-delay: 0.6s; }
.setak-order-item:nth-child(7) { animation-delay: 0.7s; }
.setak-order-item:nth-child(8) { animation-delay: 0.8s; }

/* ریسپانسیو - تبلت */
@media (max-width: 992px) {
    .setak-order-row--main {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .setak-order-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .setak-order-products {
        width: 100%;
        justify-content: flex-start;
    }
}

/* ریسپانسیو - موبایل */
@media (max-width: 768px) {
    .setak-account .setak-MyAccount-content {
        padding: 20px;
    }

    .setak-orders-tabs {
        gap: 8px;
    }

    .setak-tab {
        padding: 8px 15px;
        font-size: 12px;
    }

    .setak-order-row--main {
        padding: 15px 18px;
    }

    .setak-order-row--actions {
        padding: 10px 18px;
        flex-wrap: wrap;
    }

    .setak-order-number {
        font-size: 14px;
    }

    .setak-order-date {
        font-size: 11px;
    }

    .setak-product-thumb,
    .setak-product-more {
        width: 40px;
        height: 40px;
    }

    .setak-action-btn {
        padding: 7px 12px;
        font-size: 11px;
    }

    .setak-action-link {
        width: 100%;
        text-align: center;
        margin: 5px 0 0 0;
    }
}

@media (max-width: 480px) {
    .setak-order-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .setak-order-products {
        gap: 5px;
    }

    .setak-product-thumb,
    .setak-product-more {
        width: 35px;
        height: 35px;
    }
}


/********table orders*******/

/* شماره سفارش */
.setak-orders-table__cell-order-number a {
	color: #666;
}
.setak-orders-table__cell-order-number a:hover {
    color: #FF8E53;
}

/* تاریخ سفارش */
.setak-orders-table__cell-order-date time {
    color: #666;
    font-size: 13px;
}

/* وضعیت سفارش */
.setak-orders-table__cell-order-status {
    font-weight: 500;
}

.setak-order-status {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

/* وضعیت‌های مختلف */
.setak-order-status.processing,
.setak-order-status.on-hold {
    background: #FFF3CD;
    color: #856404;
}

.setak-order-status.completed {
    background: #D4EDDA;
    color: #155724;
}

.setak-order-status.cancelled,
.setak-order-status.failed {
    background: #F8D7DA;
    color: #721C24;
}

.setak-order-status.pending {
    background: #E2E3E5;
    color: #383D41;
}

/* مبلغ کل */
.setak-orders-table__cell-order-total {
    font-weight: 700;
    color: #FF6B6B;
    font-size: 14px;
}

/* دکمه‌های عملیات */
.setak-orders-table__cell-order-actions {
    text-align: center;
}

.setak-button {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
    color: #fff !important;
    text-decoration: none;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.setak-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

/* دکمه دانلود PDF - جدید */
.setak-button.download-pdf {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    position: relative;
    padding-right: 45px;
}

.setak-button.download-pdf:before {
    content: "📄";
    position: absolute;
    right: 15px;
    font-size: 16px;
}

.setak-button.download-pdf:hover {
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

/* دکمه مشاهده */
.setak-button.view {
	background: linear-gradient(135deg, #ef4056 0%, #d23247 100%);
}

.setak-button.view:hover {
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}

/* پیام خالی بودن سفارشات */
.setak-message,
.setak-info {
    background: #FFF3CD;
    border-right: 4px solid #FF6B6B;
    padding: 15px 20px;
    border-radius: 8px;
    color: #856404;
    margin: 20px 0;
}

/* پیجینیشن */
.setak-pagination {
    text-align: center;
    margin: 30px 0;
}

.setak-pagination ul.page-numbers {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.setak-pagination .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.setak-pagination .page-numbers:hover,
.setak-pagination .page-numbers.current {
    background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
    color: #fff;
}

/* دکمه‌های قبلی/بعدی */
.setak-button--previous,
.setak-button--next {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
}

.setak-button--previous:hover,
.setak-button--next:hover {
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .setak-orders-table {
        font-size: 12px;
    }
    
    .setak-orders-table thead {
        display: none;
    }
    
    .setak-orders-table tbody tr {
        display: block;
        margin-bottom: 20px;
        border-radius: 8px;
        border: 1px solid #f0f0f0;
        padding: 15px;
    }
    
    .setak-orders-table tbody td {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .setak-orders-table tbody td:last-child {
        border-bottom: none;
    }
    
    .setak-orders-table tbody td:before {
        content: attr(data-title);
        font-weight: 600;
        color: #666;
    }
    
    .setak-button {
        padding: 8px 15px;
        font-size: 11px;
        margin: 3px;
    }

    .setak-button.download-pdf {
        padding-right: 35px;
    }

    .setak-button.download-pdf:before {
        right: 10px;
        font-size: 14px;
    }
}

/* انیمیشن ورود جدول */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.setak-orders-table tbody tr {
    animation: fadeInUp 0.5s ease forwards;
}

.setak-orders-table tbody tr:nth-child(1) { animation-delay: 0.1s; }
.setak-orders-table tbody tr:nth-child(2) { animation-delay: 0.2s; }
.setak-orders-table tbody tr:nth-child(3) { animation-delay: 0.3s; }
.setak-orders-table tbody tr:nth-child(4) { animation-delay: 0.4s; }
.setak-orders-table tbody tr:nth-child(5) { animation-delay: 0.5s; }

/* استایل برای لینک "مشاهده" در جدول موجود */
.setak-orders-table a[href*="view-order"] {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	transition: all 0.3s ease;
}
.setak-orders-table a[href*="view-order"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}





/**********home slider******************/

.setak-banner-slider-container {
	box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}

.setak-category-overlay {
	display: none;
}
.setak-category-slider-container .setak-category-image img {
	display: block;
	border-radius: 100%;
	height: 140px;
	width: 140px;
	margin: 0 auto;
	object-fit: cover;
}

.setak-category-slider-container .setak-category-item {
	box-shadow: none;
	padding: 0;
	max-height: 220px;
	overflow: initial;
}

/*.setak-category-slider-container .setak-category-image {
	height: 160px;
	border-radius: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	width: 160px;
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
	padding: 5px;
}*/


.setak-category-slider-container .setak-category-image {
	height: 156px;
	overflow: hidden;
	transform: scale(0.90);
	width: 156px;
	padding: 8px;
}

.setak-category-image::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 5px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}



.setak-category-slider-container .setak-category-title {
	color: #2a2727;
}

.setak-category-slider-container .setak-category-link {
	white-space: initial;
	height: 200px;
	display: block;
}

.setak-product-slider-container .setak-slider-navigation button {
	margin-top: 10px;
}


.setak-product-slider-container h2 {
	border-right: none !important;
	padding: 5px 35px 5px;
}

.setak-product-slider-container h2::before {
	content: '';
	position: absolute;
	right: 0;
	width: 8px;
	height: 40px;
	background-color: #fff;
	border-radius: 4px;
	top: inherit;
	margin-right: 15px;
	margin-left: 10px;
}

.setak-product-slider-container h2::after {
	content: '';
	position: absolute;
	bottom: -2px;
	right: 40px;
	width: 250px;
	height: 2px;
	background: linear-gradient(-90deg, #fff, transparent);
	transition: width 0.3s ease-in-out;
	top: 65px;
}




.setak-product-slider-container.on_sale {
	
}

.setak-product-slider-container.on_sale h2 {
	border-right: none;
	padding: 5px 35px 5px;
}

.setak-product-slider-container.on_sale h2::before {
	content: '';
	position: absolute;
	right: 0;
	width: 8px;
	height: 40px;
	background-color: #fff;
	border-radius: 4px;
	top: inherit;
	margin-right: 15px;
	margin-left: 10px;
}

.setak-product-slider-container.on_sale h2::after {
	content: '';
	position: absolute;
	bottom: -2px;
	right: 40px;
	width: 250px;
	height: 2px;
	background: linear-gradient(-90deg, #fff, transparent);
	transition: width 0.3s ease-in-out;
	top: 65px;
}



.setak-category-slider-container .setak-slider-navigation h3 {
	border-right: none;
	margin-bottom: 25px;
	padding-right: 25px;
}

.setak-category-slider-container .setak-slider-navigation h3::before {
	content: '';
	position: absolute;
	right: 0;
	width: 8px;
	height: 40px;
	background-color: #ef4056;
	border-radius: 4px;
	top: inherit;
}

.setak-category-slider-container .setak-slider-navigation h3::after {
	content: '';
	position: absolute;
	bottom: -2px;
	right: 20px;
	width: 250px;
	height: 2px;
	background: linear-gradient(-90deg, #ef4056, transparent);
	transition: width 0.3s ease-in-out;
	top: 76px;
}

.setak-product-slider-container.featured .setak-slider-navigation h2 {
	border-right: none;
	margin-bottom: 25px;
	padding: 10px;
}

.setak-product-slider-container.featured .setak-slider-navigation h2::before {
	content: '';
	position: absolute;
	right: 0;
	width: 8px;
	height: 40px;
	background-color: #ef4056;
	border-radius: 4px;
	top: inherit;
}

.setak-product-slider-container.featured .setak-slider-navigation h2::after {
	content: '';
	position: absolute;
	bottom: -2px;
	right: 20px;
	width: 250px;
	height: 2px;
	background: linear-gradient(-90deg, #ef4056, transparent);
	transition: width 0.3s ease-in-out;
	top: 76px;
}

.setak-product-slider-container .add-btn {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #ff2d55;
	border: none;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	cursor: pointer;
	text-align: center;
	padding: 2px 0 0 0;
	line-height: 32px;
	right: inherit;
}


/*****************/
.setak-home-banner-cat {
	margin: 30px auto;
}

.setak-home-banner-cat img {
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	border: solid 1px #a4a4a4;
}







/********res*****/
.setak-container {
	box-sizing: border-box;
	max-width: 93vw;
	width: 1600px;
	margin: 100px auto 60px;
	padding: 0 20px;
	box-sizing: border-box;
}


.setak-home-banner-cat {
	margin: 30px auto;
	box-sizing: border-box;
	max-width: 93vw;
	margin: 60px auto 60px;
}


.setak-footer-container {
	box-sizing: border-box;
	max-width: 93vw;
}

.setak-shop-container {
	margin: 60px auto 60px;
	padding: 0 20px;
	box-sizing: border-box;
}



/* موبایل (زیر 768px) */
@media (max-width: 767px) {
	.setak-container {
		max-width: 100vw;
		padding: 0 8px;
		margin: 0;
	}
}


@media (max-width: 1366px) {
	.setak-container {
		max-width: 90vw;
		margin-right:7vw;
	}
}
/* موبایل (زیر 768px) */
@media (max-width: 767px) {
	.qomelec-side-menu {
		height: 75px;
		flex-direction: row;
		width: 100%;
		justify-content: space-around;
		padding-left: 18vw;
		bottom: 0;
		position: fixed;
	}
	.qomelec-menu-btn img {
		max-width: 24px;
	}
	.qomelec-slide-panel.qomelec-open {
		width: 95vw !important;
		height: calc(100vh - 90px) !important;
	}
	.cat-tab-pane img {
		display: block;
		margin: 0 auto;
	}
	.title-cat {
		padding-right: 0;
		position: relative;
		margin-top: 0;
		margin-bottom: 20px;
	}
}




/********************/
/* ========== Footer Container ========== */






/* ========== Shop Container ========== */




/**************/
.setak-product-slider .setak-product-slide {
  min-width: 220px;
  max-width: 220px;
  height: 330px;
}

.setak-product-slider-container.on_sale.timer .setak-product-slider .setak-product-slide {
	min-width: 250px;
	max-width: 250px;
	height: 400px;
}
.setak-product-slider-container.on_sale.timer .setak-timer-alert{
	display:none;
}

.setak-product-slider-container.on_sale.timer .setak-countdown-display {
	transform: scale(0.85);
	margin-right: -30px;
}
.setak-product-slider-container.on_sale.timer .setak-sale-timer-wrapper {
	padding: 0 8px;
	margin: 0;
}


/* برای موبایل می‌تونید کوچکترش کنید */
@media (max-width: 768px) {
  .setak-product-slider .setak-product-slide {
    min-width: 200px;
    max-width: 00px;
  }
}





/************/
.setak-category-slider .setak-category-slide {
	min-width: 150px;
	max-width: 150px;
	height: 225px;
}
.setak-category-slider-container .setak-category-slide {
	padding: 0;
}

/* موبایل */
@media (max-width: 768px) {
  
}



/******************/

.setak-tab-content .setak-slider-navigation h2 {
	display: none;
}

.setak-tab-content .setak-product-slider-container {
	margin-top: -100px;
	background: transparent !important;
	padding: 5px 0;
}

.setak-tab-content .setak-product-slider {
	margin-top: 20px;
}
.setak-tab-content .setak-simple-header {
	height: 70px;
	border-bottom: solid 2px #e5e7eb;
}