/*!
Theme Name: houshyad
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>houshyad</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: houshyad
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.

houshyad 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-family: monospace, monospace;
	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-family: monospace, monospace;
	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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
  
	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: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 0 1.5em;
}

.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;
}
/* My Styles */
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot'); 
    src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), 
         url('fonts/fontawesome-webfont.woff2') format('woff2'),
         url('fonts/fontawesome-webfont.woff') format('woff'), 
         url('fonts/fontawesome-webfont.ttf') format('truetype'), 
         url('fonts/fontawesome-webfont.svg#FontAwesome') format('svg'); 
    font-weight: normal;
    font-style: large;
}
@font-face {
    font-family: "IRANSansWebFaNum";
    src: url('fonts/IRANSansWebFaNum.eot');
    src: url('fonts/IRANSansWebFaNum.eot?#iefix') format('embedded-opentype'),
         url('fonts/IRANSansWebFaNum.woff2') format('woff2'),
         url('fonts/IRANSansWebFaNum.woff') format('woff'),
         url('fonts/VIRANSansWebFaNum.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "titr";
	src: url('fonts/B\ Titr\ Bold.ttf');
	
	font-weight: bold;
	font-style: normal;
}
@media only screen and (max-width: 768px){
    h1{ font-size: 20px !important; }
    h2{ font-size: 23px !important; }
    h3{ font-size: 16px !important; }
    h4{ font-size: 14px !important; }
  }
  
  @media only screen  and (min-width: 768px)
{
    .woocommerce-page div.product div.images {
        width: 30% !important;
    }
    .woocommerce-page div.product div.summary {
        width: 67%;
    }
    h1{ font-size: 20px !important; }
    h2{ font-size: 23px !important; }
    h3{ font-size: 16px !important; }
    h4{ font-size: 14px !important; }
}

body {
    font-family: "IRANSansWebFaNum";
    background:#f4f6f8;
    overflow-x: hidden;

}
a:hover {
    color: #fb5720 !important;
    transition:0.5s !important;
}
.head1{
	padding: 10px;
	background: #e8ecf0;
}
.onsale{
    background: #fb5720 !important;
    border-radius:20px !important;
}
.hagg-estelam-price{
    color: #fb5720 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	background: #ffffff00;
	font-family: "IRANSansWebFaNum" !important;
}
.tax-product_cat .price{
    color:#fb5720 !important;
}
#dgwt-wcas-search-input-1{
	font-family: "IRANSansWebFaNum" !important;

}
.wpcf7-validates-as-tel{
	padding:10px !important;
	border-radius:7px !important;
	width:100%;
}
.wpcf7-validates-as-required{
	padding:10px !important;
	border-radius:7px !important;
	width:100%;
}
#dgwt_wcas_ajax_search-2{
	margin-top: 13px;
	margin-bottom: 0;
}
.single-product div.product .mushroom-product-media-column {
    float: right;
    width: 30%;
    margin-bottom: 30px;
}

.single-product div.product .mushroom-product-media-column .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
    margin: 0 0 20px !important;
}

.single-product div.product .mushroom-product-media-column .mushroom-calculator-wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 20px 0 0;
}

.single-product div.product .summary {
    float: left;
    width: 48%;
}

@media (max-width: 768px) {
    .single-product div.product .mushroom-product-media-column,
    .single-product div.product .summary {
        float: none !important;
        width: 100% !important;
    }
}

.account{
	margin-top: 37px;
	margin-bottom: 0;
}
.tajhizat .hm-price-label{
    display:none !important;
}
.woocommerce-loop-product__title{
    color: #008100 !important;
    font-size:17px !important;
}
.copyleft{
    text-align:left;
}
.account a{
	text-decoration: none;
	color: #fff;
	background: #fb5720;
	padding: 10px 20px;
	border-radius: 10px;
}
.account a::before{
	font-family: 'FontAwesome';
	content: "\f007";
	color: #fff;
	margin-left: 5px;
;
}
.hm-showcase-products-wrapper h3{
    color:#008100 !important;
    margin-top:20px;
}
.woocommerce-product-details__short-description p{
    line-height: 40px;
    font-size: 17px;
    text-align: justify;
}
/* گالری محصول تکی: نمایش بندانگشتی‌ها کنار تصویر اصلی */
.single-product .woocommerce-product-gallery {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
}

/* تصویر اصلی */
.single-product .woocommerce-product-gallery .flex-viewport {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
}

/* لیست تصاویر بندانگشتی */
.single-product .woocommerce-product-gallery .flex-control-thumbs {
    order: 1;
    flex: 0 0 82px;
    width: 82px;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
}

/* هر تصویر بندانگشتی در یک ردیف */
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

/* ظاهر تصاویر کوچک */
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
    width: 100% !important;
    height: 82px;
    object-fit: cover;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    opacity: 0.65;
    cursor: pointer;
    transition: 0.2s ease;
}

/* تصویر انتخاب‌شده یا حالت hover */
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1;
    border-color: #008100;
}

/* موبایل: بندانگشتی‌ها دوباره زیر تصویر قرار بگیرند */
@media (max-width: 767.98px) {
    .single-product .woocommerce-product-gallery {
        flex-direction: column;
    }

    .single-product .woocommerce-product-gallery .flex-viewport {
        order: 1;
        width: 100%;
    }

    .single-product .woocommerce-product-gallery .flex-control-thumbs {
        order: 2;
        flex-direction: row;
        width: 100%;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 10px !important;
    }

    .single-product .woocommerce-product-gallery .flex-control-thumbs li {
        flex: 0 0 70px;
        width: 70px !important;
    }

    .single-product .woocommerce-product-gallery .flex-control-thumbs img {
        height: 70px;
    }
}

.hm-showcase-products-wrapper h3:hover{
    color: #fc5820 !important;
}
.hm-product-title{
    font-weight:600;
}
#text-13 p{
    line-height:35px;
}
.woocommerce-MyAccount-navigation {
    background: #f8fffa;
    border: 1px solid #dcefe2;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(0, 128, 0, 0.06);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
}
.product_meta{
    display:none;
}
.woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #ffffff;
    color: #1f3b2d;
    text-decoration: none;
    border-radius: 14px;
    border: 1px solid #e2efe6;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}
/* فقط صفحه دسته‌بندی محصولات */
body.tax-product_cat ul.products {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start !important;
    direction: rtl;
    margin: 0 !important;
    padding: 0 !important;
}

body.tax-product_cat ul.products li.product {
    float: none !important;
    width: calc(25% - 15px) !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 16px 16px 20px;
    background: #fff;
    border: 1px solid #e8edf0;
    border-radius: 18px;
    box-shadow: 0 5px 20px rgba(23, 47, 35, .06);
    overflow: hidden;
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

body.tax-product_cat ul.products li.product:hover {
    border-color: #139526;
    box-shadow: 0 14px 32px rgba(13, 104, 32, .14);
    transform: translateY(-6px);
}

body.tax-product_cat ul.products li.product a img {
    width: 100%;
    height: 215px;
    margin: 0 0 14px !important;
    padding: 10px;
    object-fit: contain;
    background: #f7faf7;
    border-radius: 13px;
    transition: transform .3s ease;
}

body.tax-product_cat ul.products li.product:hover a img {
    transform: scale(1.04);
}

body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    min-height: 52px;
    margin: 0 0 8px;
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
}

body.tax-product_cat ul.products li.product .price {
    display: block;
    min-height: 28px;
    margin: 4px 0 14px;
    color: #138c23;
    font-size: 15px;
    font-weight: 800;
}

body.tax-product_cat ul.products li.product .price del {
    margin-left: 5px;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 500;
}

body.tax-product_cat ul.products li.product .price ins {
    text-decoration: none;
}

body.tax-product_cat ul.products li.product .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 44px;
    margin: 0 !important;
    padding: 10px 18px;
    color: #fff !important;
    background: linear-gradient(135deg, #18aa2c, #07891c);
    border: 0;
    border-radius: 12px;
    box-shadow: 0 7px 15px rgba(7, 137, 28, .18);
    font-size: 14px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease;
}

body.tax-product_cat ul.products li.product .button:hover {
    background: linear-gradient(135deg, #07891c, #056d15);
    box-shadow: 0 10px 20px rgba(7, 137, 28, .28);
    transform: translateY(-2px);
}

body.tax-product_cat ul.products li.product .onsale {
    top: 14px;
    right: 14px;
    left: auto;
    min-width: auto;
    min-height: auto;
    padding: 7px 11px;
    background: #ff5a24;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

@media (max-width: 1200px) {
    body.tax-product_cat ul.products li.product {
        width: calc(33.333% - 14px) !important;
    }
}

@media (max-width: 991px) {
    body.tax-product_cat ul.products li.product {
        width: calc(50% - 10px) !important;
    }
}

@media (max-width: 767px) {
    body.tax-product_cat ul.products {
        gap: 12px;
    }

    body.tax-product_cat ul.products li.product {
        width: calc(50% - 6px) !important;
        padding: 10px;
        border-radius: 14px;
    }

    body.tax-product_cat ul.products li.product a img {
        height: 155px;
        padding: 6px;
    }

    body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
        font-size: 13px;
        min-height: 45px;
    }

    body.tax-product_cat ul.products li.product .button {
        min-width: 100%;
        padding: 9px 8px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    body.tax-product_cat ul.products li.product {
        width: 100% !important;
    }
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: linear-gradient(135deg, #e8f7ec, #d8f0df);
    color: #0f6b3b;
    transform: translateY(-2px);
    border-color: #b7dfc2;
    box-shadow: 0 8px 18px rgba(25, 135, 84, 0.12);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: linear-gradient(135deg, #198754, #157347);
    color: #fff;
    border-color: #198754;
    box-shadow: 0 10px 20px rgba(25, 135, 84, 0.22);
}
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
    background: linear-gradient(135deg, #157347, #146c43);
    color: #fff;
}
#text-30 h2{
    font-weight:600 !important;
    margin-bottom:20px !important;
}
#text-30 p{
    font-size:17px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #c0392b;
    background: #fff8f7;
    border-color: #f1d0cc;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #fdeceb;
    color: #a93226;
    border-color: #e6b8b0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin-left:15px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
        margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    
    border-radius: 10px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{
    text-decoration:none;
    margin-right:10px;
}

.faq-group-question-text{
    font-family:"IRANSansWebFaNum" !important;
}
.chartin{
    position:relative;
    overflow:hidden;
    background:url("https://hagg.ir/bourse/wp-content/uploads/2026/08/9640-min-scaled-1.jpg") center center / cover no-repeat;
    border-radius:10px;
    margin-top:10px;
    margin-bottom:30px;
}
.slider-2-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    direction: rtl;
    gap: 15px;
    width: max-content;
    margin-left: 0;
    position: relative;
    top: clamp(180px, 22vw, 290px);
    right: clamp(15px, 3.5vw, 60px);
}

.slider-2-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    border: 2px solid transparent;
    font-family: inherit;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    padding: 20px 30px;
}
.slider-2 {
    background-image: url("https://hagg.ir/bourse/wp-content/uploads/2026/08/0101010102.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 440px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}
@media (min-width: 1600px) {
    .slider-2 {
        height: 470px;
    }

    .slider-2-btn {
        top: 300px;
        right: 60px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .slider-2 {
        height: 440px;
    }

    .slider-2-btn {
        top: 275px;
        right: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .slider-2 {
        height: 370px;
    }

    .slider-2-btn {
        top: 245px;
        right: 40px;
    }

    .slider-2-btn a {
        font-size: 14px;
        padding: 15px 30px;
    }
    .psp-front__grid {
        gap:20px;
    }
    .psp-step:not(:first-child)::after {
        right:-50px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider-2 {
        height: 300px;
    }

    .slider-2-btn {
        top: 200px;
        right: 30px;
    }

    .slider-2-btn a {
        font-size: 14px;
        padding: 14px 26px;
    }
}

@media (max-width: 991.98px) {
    .slider-2 {
        height: 240px;
    }

    .slider-2-btn {
        top: 160px;
        right: 20px;
        gap: 10px;
    }

    .slider-2-btn a {
        font-size: 13px;
        padding: 12px 20px;
    }
}

.slider-2-btn1 {
    order: 1;
    color: #ffffff;
    background: #f4511e;
    border-color: #ff8a65 !important;
    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.slider-2-btn1:hover{
    color:#fff !important;
}

/* دکمه قیمت روز */
.slider-2-btn2 {
    order: 2;
    color: #222222;
    background: #ffffff;
    border-color: #eeeeee !important;
    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* حالت هاور دکمه محصولات */
.slider-2-btn1:hover {
    color: #ffffff;
    background: #e84315;
    transform: translateY(-2px);
    box-shadow:
        0 7px 16px rgba(244, 81, 30, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* حالت هاور دکمه قیمت روز */
.slider-2-btn2:hover {
    background: #f7f7f7;
    transform: translateY(-2px);
    box-shadow:
        0 7px 16px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* جلوگیری از تغییر حالت لینک بعد از کلیک */
.slider-2-btn a:focus,
.slider-2-btn a:active {
    outline: none;
    text-decoration: none;
}

/* نسخه موبایل */
@media (max-width: 767px) {
    #text-29{
        display:none;
    }
    .slider-2-btn {
        gap: 10px;
        width: 100%;
        justify-content: center;
    }

    .slider-2-btn a {
        min-width: 0;
        width: 48%;
        height: 52px;
        padding: 0 10px;
        border-radius: 13px;
        font-size: 15px;
    }
}

.chartin::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgb(0 56 0 / 75%);
    z-index:0;
}

.chartin > *{
    position:relative;
    z-index:1;
}

#text-30{
    text-align:center;
    color:#fff;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    margin-top:10px !important;
    margin-left:10px !important;
    border:1px solid #008100 !important;
    border-radius:10px !important;
}
.related{
    margin-bottom:30px;
}
.related h2{
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid #008100;
    color:#008100;
}
.woocommerce-loop-product__title{
    border:0 !important;
}
#text-4{
	margin-top: 30px;
	margin-bottom: 0;
}

.menu {
    display: inline-flex;
}

.menu li {
    list-style-type: none;
    margin-left: 25px;
}

.menu li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

#nav_menu-4 {
    margin-bottom: 0;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children > a {
    position: relative;
    padding-left: 16px;
}

.menu-item-has-children > a::before {
    content: "";
    position: absolute;
    left: 5px !important;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.3s ease;
}

.menu-item-has-children:hover > a::before {
    transform: translateY(-35%) rotate(-135deg);
}

.sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    min-width: 250px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.3s ease;
    z-index: 999;
    display: block !important;
}

.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu li {
    margin-left: 0 !important;
}

.sub-menu li a {
    padding: 10px 15px;
    display: block;
    color: #555;
    font-size: 15px !important;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 15px;
}

.sub-menu .menu-item-has-children > a {
    padding-left: 16px;
}

.sub-menu .menu-item-has-children > a::before {
    left: 0;
    transform: translateY(-65%) rotate(45deg);
}

.sub-menu .menu-item-has-children:hover > a::before {
    transform: translateY(-35%) rotate(-135deg);
}

.sub-menu .sub-menu {
    top: 0;
    right: 100%;
}

.sub-menu .sub-menu .sub-menu {
    top: 0;
    right: 100%;
}

.menu ul{
	padding-right: 0;
	margin-bottom: 0;
	padding-top: 16px;
	padding-bottom: 15px;
}
.khoraki .hm-showcase-products-wrapper{
    background:#ffffff00 !important;
}
.khoraki .hm-showcase-products-wrapper a{
    background:#fff !important;
}
.khoraki .hm-showcase-products-wrapper a:hover{
    background:#2cbf2c29 !important;
}
.khoraki .hm-showcase-container{
    margin-top:0 !important;
}
#text-24 .widget-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    font-weight:600;
}
.whyus{
    margin-top:20px;
}
.hagg-v2-main-wrapper {
    background-color: #0b1f0b;
    color: #ffffff;
    padding: 25px;
    direction: rtl;
    border-top: 5px solid #008100;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.hagg-v2-news-input{
    font-family: IRANSansWebFaNum !important;
}
.hagg-v2-news-btn{
    font-family: IRANSansWebFaNum !important;
}
.hagg-v2-widget-title {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.hagg-v2-link-list {
    list-style: none;
    padding: 0;
}

.hagg-v2-link-list li a {
    color: #a8b3a8;
    text-decoration: none;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 10px;
    transition: 0.3s;
}

.hagg-v2-link-list li a:hover {
    color: #00ff41;
}

.hagg-v2-newsletter-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 10px;
}

.hagg-v2-news-title {
    font-size: 1rem;
    margin-bottom: 10px;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
    margin: 14px 0 0;
    padding: 2px 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    direction: rtl;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    float: none;
    flex: 0 0 76px;
    width: 76px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    display: block;
    width: 76px;
    height: 76px;
    margin: 0;
    padding: 2px;
    object-fit: cover;
    opacity: 1;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    transition: border-color .2s ease;
}

/* تصویر انتخاب‌شده */
.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
    border-color: #008100;
}

/* موبایل */
@media (max-width: 767.98px) {
    .single-product .woocommerce-product-gallery .flex-control-thumbs {
        gap: 8px;
    }

    .single-product .woocommerce-product-gallery .flex-control-thumbs li {
        flex-basis: 68px;
        width: 68px;
    }

    .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
        width: 68px;
        height: 68px;
        border-radius: 8px;
    }
}

.hagg-v2-news-input {
    border: none !important;
    border-radius: 5px 0 0 5px !important;
    padding: 10px;
    font-size:12px;
}

#text-10 .hm-showcase-products-wrapper{
    background:#0081000f !important;
}
#text-10 .hm-product-card{
    background:#fff !important;
}
#text-11 .hm-showcase-products-wrapper{
    background:#0081000f !important;
}
#text-11 .hm-product-card{
    background:#fff !important;
}
.hagg-v2-news-btn {
    background-color: #008100 !important;
    color: #fff !important;
    border-radius: 0 5px 5px 0 !important;
    padding: 10px 20px !important;
}

.hagg-v2-social-icons a {
    color: #fff;
    font-size: 1.5rem;
    margin-left: 15px;
    padding: 5px;
    background: #fff;
    border-radius: 12px;
}
.hagg-v2-social-icons a:hover {
    background: #f3fff3;
    color: #008100;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.text-left{
    text-align:left;
}
.hagg-v2-main-wrapper a{
    text-decoration:none;
    color:#fff;
}
.hagg-v2-copyright {
    border-top: 1px solid #1a3d1a;
    margin-top: 40px;
    padding-top: 20px;
    font-size: 0.8rem;
    color: #667566;
}
.out-of-stock{
    display:none;
}
#text-24{
    margin-bottom:0 !important;
}
#text-24 .widget-title::before,
#text-24 .widget-title::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #008100;
    margin: 0 15px;
    max-width: 60px;
}

.menu{
	margin-right: 0;
}
.logo p{
    margin-bottom:0 !important;
    margin-top:20px !important;
}
.menu .menu-item a {
    position: relative; 
    text-decoration: none;
    transition: color 0.3s ease;
    color: #333;
    padding-bottom: 5px;
}

.menu .current-menu-item > a {
    color: #008100 !important;
    border-bottom: 2px solid #fb5720;
}
.steps{
    margin-top:40px;

}
#text-25 .widget-title{
    margin-bottom:20px;
    font-weight:600;
}
#text-25 .widget-title::before{
    font-family: 'FontAwesome';
    font-weight: 900;
     content: "\f00c";
     margin-left:5px;
     color:#008100;
}
.menu .menu-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #fb5720; 
    transition: width 0.4s ease;
}

.menu .menu-item a:hover::after {
    width: 100%;
    left: 0;
}
.menu .current-menu-item > a {
    color: #008100 !important;
}

.menu .current-menu-item > a::before {
   color: #008100 !important;
}

.menu .current-menu-item > a::after {
    background-color: #008100 !important;
}
#text-22{
    margin-bottom:0 !important;
}
.daneshname-link a{
        padding: 10px 75px;
    background: #fc5820;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid #fff;
    position: relative;
    top: 155px;
    right: 204px;

}
.sliderin{
    background:url("/bourse/wp-content/uploads/2026/07/0.webp");
   margin-top:30px;
    height:480px;
    background-repeat:no-repeat;
    border-radius:20px;
}
.sliderin a {
    position: relative;
    top: 300px;
    right: 783px;
    text-decoration: none;
    background-color: #fb5720;
    color: #fff; /* متن/آیکون روی نارنجی */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px; /* اختیاری */
}
.dgwt-wcas-search-form{
    margin-top:17px !important;
}
#text-29{
    position:relative;
    top:30px;
    left:30px;
}
.pt-chart-title{
    font-family: "IRANSansWebFaNum" !important;

}

@media (max-width: 991px) {
    body.tax-product_cat ul.products li.product {
        width: calc(50% - 11px) !important;
    }
}

@media (max-width: 767px) {
    body.tax-product_cat ul.products {
        gap: 12px;
    }

    body.tax-product_cat ul.products li.product {
        width: calc(50% - 6px) !important;
        padding: 10px;
        border-radius: 14px;
    }

    body.tax-product_cat ul.products li.product a img {
        height: 155px;
        padding: 6px;
    }

    body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
        font-size: 13px;
        min-height: 45px;
    }

    body.tax-product_cat ul.products li.product .button {
        min-width: 100%;
        padding: 9px 8px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    body.tax-product_cat ul.products li.product {
        width: 100% !important;
    }
}
.pt-desc-toggle{
    font-family:"IRANSansWebFaNum" !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding:20px !important;
    background:#fff;
    border-radius:10px;
}
.woocommerce-Tabs-panel--description h2:nth-child(1) {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom:0;
}
body.tax-product_cat ul.products {
    direction: rtl;
    justify-content: flex-start !important;
    align-items: stretch;
}

body.tax-product_cat ul.products li.product {
    box-sizing: border-box;
}

/* اگر قالب برای اولین محصول یا clearfix فاصله ایجاد کند */
body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after {
    display: none !important;
    content: none !important;
}

#text-7{
    margin-bottom:0 !important;
}
.offs .hm-showcase-container.full-width .hm-showcase-products-wrapper{
    background: #ffffff00 !important;
    padding-top :10px !important;
}
.offs .hm-products-carousel-header{
    margin-bottom:5px !important;
}
.offs .hm-products-carousel-header h2{
    font-weight:600 !important;
    padding-right:10px;
    border-right:2px solid #008100;
}
.offs .swiper-slide a{
    background:#fff !important;
}
.offs .hm-showcase-container{
    margin:0 !important;
}
.sliderin a:hover{
    color:#fff !important;
}
.product-cat .hagg-pcs-section{
    padding-top:0 !important;
    background: #ffffff00 !important;
    border: none !important; 
    box-shadow: none !important; 
    border-radius: 22px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
}
.single_add_to_cart_button{
    display:none !important;
}
.qty{
    display:none;
}
.value select{
    padding:5px;
    border-radius:10px;
}
.search-mob #dgwt_wcas_ajax_search-3{
    margin-bottom:0 !important;
}
.search-mob .dgwt-wcas-search-form{
    margin-top:0 !important;
}
.sliderin a::before {
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\f07a"; /* fa-shopping-cart */
}

#dgwt-wcas-search-input-2{
    font-family: "IRANSansWebFaNum" !important;
    
}

#menu-item-21 a::before{
	font-family: 'FontAwesome';
	content: "\f015";
	color: #333;
	margin-left: 5px;
	font-size: 12px;
}
#menu-item-28 a::before{
	font-family: 'FontAwesome';
	content: "\f07a";
	color: #333;
	margin-left: 5px;
	font-size: 12px;
}
#menu-item-194 a::before{
	font-family: 'FontAwesome';
	content: "\f290";
	color: #333;
	margin-left: 5px;
	font-size: 12px;
}
.haj-pagination {
    display: flex;
    justify-content: center;
    margin: 3rem 0 1.5rem;
}

.haj-pagination ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.haj-pagination ul li {
    margin: 0;
}

.haj-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 10px;
    border-radius: 12px;
    background: #ffffff;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    transition: all 0.25s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.haj-pagination .page-numbers:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    transform: translateY(-2px);
}

.haj-pagination .page-numbers.current {
    background: #008100;
    border-color: #008100;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 129, 0, 0.28);
}

.haj-pagination .page-numbers.dots {
    border: none;
    background: transparent;
    box-shadow: none;
    transform: none;
    cursor: default;
}

.haj-pagination .page-numbers.prev,
.haj-pagination .page-numbers.next {
    font-size: 20px;
    line-height: 1;
}

.haj-pagination .page-numbers.prev:hover,
.haj-pagination .page-numbers.next:hover {
    background: #008100;
    border-color: #008100;
    color: #ffffff;
}
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
    padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product {
    position: relative;
    width: 100% !important;
    float: none !important;
    clear: none !important;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0 !important;
    padding: 12px 12px 16px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #edf0ed;
    border-radius: 22px;
    box-shadow: 0 3px 14px rgba(18, 51, 23, 0.055);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    z-index: 2;
    border-color: rgba(0, 129, 0, 0.22);
    box-shadow: 0 16px 34px rgba(0, 73, 12, 0.14);
    transform: translateY(-7px);
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    color: inherit;
    overflow: hidden;
    text-decoration: none;
}

.woocommerce ul.products li.product a img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 0 15px !important;
    object-fit: contain;
    background: linear-gradient(145deg, #f8fbf8, #f1f6f1);
    border-radius: 16px;
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.065);
}

.woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    min-height: 31px;
    margin: 0;
    padding: 5px 10px;
    color: #ffffff;
    background: linear-gradient(135deg, #e72c2c, #c91515);
    border: 0;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 0 7px 14px rgba(214, 36, 36, 0.25);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    min-height: 50px;
    margin: 0 3px 10px;
    overflow: hidden;
    color: #1d2920;
    font-family: "IRANSansWebFaNum", "IRANSans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.25s ease;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
    color: #008100;
}

.woocommerce ul.products li.product .star-rating {
    float: none;
    margin: 0 3px 12px;
    color: #f7b500;
    font-size: 13px;
}

.woocommerce ul.products li.product .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 8px;
    min-height: 31px;
    margin: auto 3px 14px !important;
    color: #008100;
    font-family: "IRANSansWebFaNum", "IRANSans", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.7;
}

.woocommerce ul.products li.product .price ins {
    order: 1;
    color: #008100;
    font-weight: 800;
    text-decoration: none;
}

.woocommerce ul.products li.product .price del {
    order: 2;
    color: #9aa39c;
    font-size: 12px;
    font-weight: 500;
    text-decoration-color: #df4c4c;
    text-decoration-thickness: 1px;
}

.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
    margin-right: 2px;
    font-size: 12px;
    font-weight: 600;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 43px;
    margin: 0 !important;
    padding: 10px 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #008100, #006d00);
    border: 1px solid #008100;
    border-radius: 13px;
    box-shadow: 0 7px 14px rgba(0, 129, 0, 0.17);
    font-family: "IRANSansWebFaNum", "IRANSans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .added_to_cart:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #006d00, #004f00);
    border-color: #006d00;
    box-shadow: 0 10px 20px rgba(0, 129, 0, 0.27);
    transform: translateY(-2px);
}

.woocommerce ul.products li.product .button.loading {
    padding-left: 30px;
    opacity: 0.82;
}

.woocommerce ul.products li.product .button.added {
    display: none;
}

.woocommerce ul.products li.product .added_to_cart {
    margin-top: 8px !important;
    color: #008100;
    background: #eff9ef;
    border-color: #bfe3bf;
    box-shadow: none;
}

.woocommerce ul.products li.product .added_to_cart:hover {
    color: #006d00;
    background: #e1f4e1;
    border-color: #9dd29d;
    box-shadow: none;
}
.mushroom-calculator-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 24px 0 0;
    padding: 24px;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    background:
        radial-gradient(circle at top left, rgba(34, 197, 94, 0.12), transparent 34%),
        linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 20px;
    box-shadow:
        0 14px 35px rgba(15, 23, 42, 0.08),
        0 3px 10px rgba(15, 23, 42, 0.04);
    font-family: inherit;
    line-height: 1.8;
    clear: both;
}

.mushroom-calculator-wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, #15803d, #22c55e, #86efac);
}

.mushroom-calculator-wrapper::after {
    position: absolute;
    top: -70px;
    left: -70px;
    width: 160px;
    height: 160px;
    content: "";
    pointer-events: none;
    background: rgba(34, 197, 94, 0.08);
    border-radius: 50%;
    filter: blur(2px);
}

.mushroom-calculator-wrapper[hidden] {
    display: none;
}

.mushroom-calculator-title {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    padding: 0 0 16px;
    color: #14532d;
    border-bottom: 1px solid #dcfce7;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.8;
}

.mushroom-calculator-title::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    content: "🍄";
    background: #dcfce7;
    border-radius: 12px;
    font-size: 21px;
}

.mushroom-calculator-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    width: 100%;
    margin: 0 0 20px;
}

.mushroom-calculator-field {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 7px;
}

.mushroom-calculator-field label {
    display: block;
    margin: 0;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
}

.mushroom-calculator-field label span {
    display: inline-block;
    margin-right: 3px;
    color: #64748b;
    font-size: 11px;
    font-weight: 500;
}

.mushroom-calculator-field input,
.mushroom-calculator-field select {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 48px;
    box-sizing: border-box;
    margin: 0;
    padding: 9px 14px;
    color: #1e293b;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #dbe4e0;
    border-radius: 11px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.mushroom-calculator-field input:hover,
.mushroom-calculator-field select:hover {
    background: #ffffff;
    border-color: #86efac;
}

.mushroom-calculator-field input:focus,
.mushroom-calculator-field select:focus {
    background: #ffffff;
    border-color: #22c55e;
    box-shadow:
        0 0 0 4px rgba(34, 197, 94, 0.13),
        0 4px 12px rgba(34, 197, 94, 0.08);
    transform: translateY(-1px);
}

.mushroom-calculator-field input[type="number"] {
    direction: ltr;
    text-align: right;
}

.mushroom-calculator-field select {
    cursor: pointer;
    appearance: auto;
}

.mushroom-calculator-button {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 49px;
    box-sizing: border-box;
    margin: 0;
    padding: 11px 18px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, #15803d 0%, #22c55e 100%);
    border: 0;
    border-radius: 11px;
    cursor: pointer;
    box-shadow:
        0 7px 16px rgba(22, 163, 74, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.8;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

.mushroom-calculator-button::before {
    position: absolute;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    content: "";
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.22),
        transparent
    );
    transform: skewX(-20deg);
    transition: right 0.5s ease;
}

.mushroom-calculator-button:hover {
    color: #ffffff;
    filter: brightness(1.04);
    box-shadow:
        0 10px 22px rgba(22, 163, 74, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.mushroom-calculator-button:hover::before {
    right: 130%;
}

.mushroom-calculator-button:active {
    transform: translateY(0);
}

.mushroom-calculator-result {
    position: relative;
    display: none;
    width: 100%;
    box-sizing: border-box;
    margin: 18px 0 0;
    padding: 16px 17px;
    overflow: hidden;
    color: #334155;
    background: linear-gradient(135deg, #f0fdf4, #f8fafc);
    border: 1px solid #bbf7d0;
    border-right: 5px solid #22c55e;
    border-radius: 13px;
    box-shadow: 0 5px 15px rgba(22, 163, 74, 0.07);
    line-height: 2;
    animation: mushroomResultIn 0.35s ease both;
}

.mushroom-calculator-result::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    content: "";
    pointer-events: none;
    background: rgba(134, 239, 172, 0.18);
    border-radius: 50%;
    transform: translate(-35%, -35%);
}

.mushroom-calculator-result p {
    position: relative;
    z-index: 1;
    margin: 0 0 8px;
    color: #475569;
    font-size: 14px;
    line-height: 2;
}

.mushroom-calculator-result p:last-of-type {
    margin-bottom: 0;
}

.mushroom-calculator-result strong {
    color: #166534;
    font-weight: 800;
}

.mushroom-apply-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin: 13px 0 0;
    padding: 8px 15px;
    color: #ffffff;
    background: #0f766e;
    border: 0;
    border-radius: 9px;
    cursor: pointer;
    box-shadow: 0 5px 12px rgba(15, 118, 110, 0.18);
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.mushroom-apply-button::before {
    margin-left: 6px;
    content: "✓";
    font-size: 15px;
    font-weight: 900;
}

.mushroom-apply-button:hover {
    color: #ffffff;
    background: #115e59;
    box-shadow: 0 8px 16px rgba(15, 118, 110, 0.25);
    transform: translateY(-2px);
}

.mushroom-apply-button:active {
    transform: translateY(0);
}

.woocommerce-product-gallery .mushroom-calculator-wrapper {
    float: none;
    flex: 0 0 100%;
}

@keyframes mushroomResultIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .mushroom-calculator-wrapper {
        margin-top: 20px;
        padding: 20px;
        border-radius: 16px;
    }

    .mushroom-calculator-title {
        font-size: 17px;
    }

    .mushroom-calculator-grid {
        gap: 12px;
    }
}

@media (max-width: 520px) {
    .mushroom-calculator-wrapper {
        padding: 16px;
        border-radius: 14px;
    }

    .mushroom-calculator-title {
        align-items: flex-start;
        font-size: 16px;
    }

    .mushroom-calculator-title::before {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        border-radius: 10px;
        font-size: 18px;
    }

    .mushroom-calculator-grid {
        grid-template-columns: 1fr;
    }

    .mushroom-calculator-field input,
    .mushroom-calculator-field select {
        height: 46px;
    }

    .mushroom-calculator-button {
        min-height: 47px;
    }

    .mushroom-apply-button {
        width: 100%;
    }
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    margin: 12px 4px 6px;
    color: #1d2920;
    font-family: "IRANSansWebFaNum", "IRANSans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title .count {
    color: #7a867c;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 1199.98px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 767.98px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
    }

    .woocommerce ul.products li.product {
        padding: 8px 8px 11px;
        border-radius: 16px;
    }

    .woocommerce ul.products li.product:hover {
        box-shadow: 0 9px 21px rgba(0, 73, 12, 0.13);
        transform: translateY(-4px);
    }

    .woocommerce ul.products li.product a img {
        margin-bottom: 10px !important;
        border-radius: 11px;
    }

    .woocommerce ul.products li.product .onsale {
        top: 13px;
        right: 13px;
        min-height: 26px;
        padding: 4px 7px;
        border-radius: 8px;
        font-size: 10px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 43px;
        margin: 0 2px 7px;
        font-size: 11px;
        line-height: 1.9;
    }

    .woocommerce ul.products li.product .star-rating {
        margin: 0 2px 8px;
        font-size: 11px;
    }

    .woocommerce ul.products li.product .price {
        min-height: 26px;
        gap: 3px 5px;
        margin: auto 2px 9px !important;
        font-size: 12px;
    }

    .woocommerce ul.products li.product .price del {
        font-size: 10px;
    }

    .woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
        font-size: 10px;
    }

    .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product .added_to_cart {
        min-height: 36px;
        padding: 8px 5px;
        border-radius: 10px;
        font-size: 10px;
    }
}

@media (max-width: 374.98px) {
    .woocommerce ul.products {
        gap: 8px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 10px;
    }

    .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product .added_to_cart {
        font-size: 9px;
    }
}



.cert-container img {
    margin-left: 15px;
    background: #fff;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    cursor: pointer; /*  */
}

.cert-container img:hover {
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); 
}

#menu-item-26 a::before{
	font-family: 'FontAwesome';
	content: "\f044";
	color: #333;
	margin-left: 5px;
	font-size: 12px;
}
#menu-item-24 a::before{
	font-family: 'FontAwesome';
	content: "\f095";
	color: #333;
	margin-left: 5px;
	font-size: 12px;
}
#text-5{
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0;
}
#text-5 p{
	position: relative;
	right: 50px;
}
#text-6{
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-bottom: 0;
}
#text-6 p::before{
	font-family: 'FontAwesome';
	content: "\f098";
	color: #fb5720;
	margin-right: 5px;
	font-size: 20px;
}
.head3-inner{
	background-color: #ededed;
	border-radius: 10px;
}
.head3 {
    transition: all 0.3s ease;
}

.head3.is-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#nav_menu-2{
	margin-bottom: 0;
}
.number p{
	margin-bottom: 0;
}
.apb-grid-container {
	display: grid;
	grid-template-columns: 2fr 1fr; 
	gap: 20px;
	direction: rtl; 
	width: 100%;
	margin: 25px 0;
	box-sizing: border-box;
}

.apb-slider-side {
	display: flex;
	min-width: 0;
	width: 100%;
	height: 100%;
}

.apb-banners-side {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
	width: 100%;
}

/* استایل اختصاصی هر بنر */
.apb-banner-item {
	flex: 1;
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	display: block;
	box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-decoration: none;
	margin-bottom:20px;
}

.apb-banner-item:hover, 
.apb-slider-wrapper:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.newsletter-box {
    border-radius: 14px;
    padding: 28px 32px;
    min-height: 140px;

    align-items: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    position: relative;
    direction: rtl;
    background:url("/bourse/wp-content/uploads/2026/07/0a342a17-2079-49ef-b9c4-c8720a0c74cb.webp");
    background-size:cover;
    background-repeat:no-repeat;
    margin-bottom:35px;
    /* بک‌گراند رو خودت بعداً بده */
    /* background: url('your-bg.jpg') center center / cover no-repeat; */
}

.newsletter-title {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
}

.newsletter-text {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
}

.newsletter-form {
    background: #fff;
    border-radius: 12px;
    padding: 4px;
    max-width: 520px;
    width: 100%;
    overflow: hidden;
    
}
#text-13{
    margin-bottom:0;
}
.newsletter-form input{
    font-family: "IRANSansWebFaNum" !important;
}
.newsletter-form button{
    font-family: "IRANSansWebFaNum" !important;
}

.newsletter-input {
    border: none !important;
    box-shadow: none !important;
    height: 48px;
    font-size: 15px;
    color: #666;
    text-align: right;
    padding-right: 16px;
    border-radius: 0 !important;
}

.newsletter-input::placeholder {
    color: #999;
}

.newsletter-btn {
    background-color: #fc5820;
    border-color: #fc5820;
    color: #fff;
    min-width: 110px;
    height: 48px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s ease;
    flex-shrink: 0;
}

.newsletter-btn:hover,
.newsletter-btn:focus {
    background-color: #e94d18;
    border-color: #e94d18;
    color: #fff;
}
/* استایل کلی فرم */
.hagg-custom-form-wrapper {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); /* سایه نرم و مدرن */
    border-top: 5px solid #008100; /* هایلایت رنگ سازمانی شما */
    max-width: 500px;
    margin: 20px auto;

}

/* استایل لیبل‌ها */
.hagg-custom-form-wrapper label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #444;
    font-size: 0.95em;
}

/* استایل فیلدهای ورودی */
.hagg-custom-form-wrapper input[type="text"],
.hagg-custom-form-wrapper input[type="email"],
.hagg-custom-form-wrapper textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease; /* انیمیشن نرم هنگام فوکوس */
    box-sizing: border-box; /* برای اینکه پدینگ عرض رو بهم نزنه */
}

/* وقتی کاربر کلیک می‌کنه (Focus) */
.hagg-custom-form-wrapper input:focus,
.hagg-custom-form-wrapper textarea:focus {
    border-color: #008100;
    outline: none;
    box-shadow: 0 0 8px rgba(0, 129, 0, 0.2);
}

/* بخش کپچا */
.hagg-captcha-section {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

/* دکمه ثبت */
.hagg-custom-form-wrapper input[type="submit"] {
    background: #008100;
    color: #ffffff;
    border: none;
    padding: 14px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease, transform 0.1s ease;
    font-family: "IRANSansWebFaNum";

}
.hagg-contact-section {
    direction: rtl;
}

.hagg-contact-content {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-top: 4px solid #008100;
    line-height: 2;
    margin-top:20px;
}

.hagg-contact-content h2 {
    color: #222;
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.hagg-contact-content p {
    color: #555;
    margin-bottom: 18px;
}

.hagg-contact-box {
    background: #f9fbf9;
    border: 1px solid #e6efe6;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 16px;
}

.hagg-contact-box h3 {
    color: #008100;
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.hagg-contact-box ul {
    margin: 0;
    padding-right: 18px;
}

.hagg-contact-box li {
    margin-bottom: 8px;
    color: #444;
}

/* افکت هاور دکمه */
.hagg-custom-form-wrapper input[type="submit"]:hover {
    background: #006600; /* کمی تیره‌تر برای حس کلیک */
}

.hagg-custom-form-wrapper input[type="submit"]:active {
    transform: scale(0.98); /* افکت فشرده شدن دکمه */
}

@media (max-width: 991.98px) {
    .newsletter-box {
        padding: 24px 20px;
    }

    .newsletter-title {
        font-size: 24px;
    }

    .newsletter-text {
        font-size: 15px;
    }

    .newsletter-form {
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .newsletter-form {
        flex-direction: column !important;
        gap: 10px;
        background: transparent;
        padding: 0;
        overflow: visible;
    }

    .newsletter-input {
        border-radius: 10px !important;
        height: 46px;
    }

    .newsletter-btn {
        width: 100%;
        border-radius: 10px;
    }
}

.apb-banner-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 18px;
}
.apb-slider-wrapper {
	position: relative;
	width: 100%;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background: #f5f5f5;
}
#text-26 .faq-group-title{
    padding-right:5px;
    border-right: 2px solid rgb(0, 129, 0);
}
.apb-slides-container {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 250px;
}

.apb-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	z-index: 1;
}

.apb-slide.active {
	opacity: 1;
	position: relative;
	z-index: 2;
}
.footin a:hover{
    color:#fc5820 !important;
    transition:0.5s !important;
}
.apb-slide-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.apb-slide-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 18px;
}
.apb-slider-dots {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #f4f6f8;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	padding: 6px 12px;
	border-radius: 30px;
	display: flex;
	flex-direction: row-reverse; 
	gap: 6px;
	z-index: 10;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top:10px;
}
.apb-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b0b0b0;
	cursor: pointer;
	transition: background 0.3s ease, width 0.3s ease, border-radius 0.3s ease;
}

.apb-dot.active {
	background: #fe7f46; 
	width: 16px;
	border-radius: 4px;
}

@media (max-width: 992px) {
	.apb-grid-container {
		gap: 15px;
	}
	.apb-banners-side {
		gap: 15px;
	}
}
#rmp-container-133{
    background:#f3f3f3 !important;
}
#rmp-menu-wrap-133 .rmp-menu-item-link{
    color:#333 !important;
}
.rmp-menu-title-link{
    color:#008100 !important;
    font-weight:600;
}
#rmp-menu-wrap-133 .rmp-menu-subarrow{
    color:#008100 !important;
}
#rmp-menu-wrap-133 .rmp-menu-current-item .rmp-menu-item-link{
    color:#fff !important;
}
@media (max-width: 768px) {
    .fixed-call-button{
	    bottom:19px !important;
	}
	.apb-grid-container {
		grid-template-columns: 1fr;
		direction: rtl;
	}
	
	
	.apb-slider-side {
		order: 1; 
	}

	.apb-banners-side {
		order: 2;
		flex-direction: row; 
	}

	.apb-banner-item {
		aspect-ratio: 16 / 10; 
	}
	.counter{
	    display:none;
	}
}

.woocommerce-Price-currencySymbol{
    background:f3f3f300 !important;
}
.footin a{
	text-decoration: none !important;
	color: #404040 !important;
}
@media (max-width: 480px) {
	.apb-banners-side {
		flex-direction: column;
	}
}
.daneshnamein{
	background: url("/bourse/wp-content/uploads/2026/07/بنر-سایت003.webp");
	background-size: cover;
    background-repeat: no-repeat;
    height: 261px;
    border-radius: 20px;
    margin-top:70px;
}
.daneshnamein-mobile{
	background: url("/bourse/wp-content/uploads/2026/07/اموزش-پرورش-قارچ.webp");
	background-size: cover;
    background-repeat: no-repeat;
    height: 261px;
    border-radius: 20px;
    margin-top:20px;
}
.tajhizat{
	margin-top: 50px;
}
.recently{
	margin-top: 30px;
}
.footin{
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 
		0 4px 6px -1px rgba(0, 0, 0, 0.05), 
		0 10px 15px -3px rgba(0, 0, 0, 0.08);
	margin-bottom: 60px;	
}
#text-17 img{
	height: 30px;
	width: 30px;

#text-17 a{
	padding: 15px;
	border: 1px solid rgba(172, 172, 172, 0.192);
	border-radius: 10px;

}

.foot .widget-title{
	margin-bottom: 20px;
    font-size: 17px !important;
    font-weight: 600;
}
#text-17 .widget-title{
	margin-bottom: 40px !important;
    font-size: 17px !important;
    font-weight: 600;
	text-align: center;
}
.footinner{
	margin-top: 25px;
}

.cert-container {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.cert-container img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}


#text-12{
	margin-bottom: 65px;
}
.copyleft{
	text-align: left;
}
.copyright{
	padding-top: 20px;
	border-top: 1px solid rgba(177, 177, 177, 0.384);
}
.copyright p{
	margin-bottom: 0;
	color: rgba(177, 177, 177, 0.795);

}
.entry-content{
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
}
.entry-title{
	margin-top: 30px;
}
.content-area{
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}
.single_add_to_cart_button{
	font-family: "IRANSansWebFaNum" !important;
	background: #008100 !important;
}

.woocommerce-breadcrumb{
	margin-bottom: 20px;
}
.woocommerce-breadcrumb a{
	text-decoration: none;
}
.qty{
	padding: 5px !important;
}
.product_meta a{
	text-decoration: none;
}
.woocommerce ul.products li.product {
    background: var(--white);
    border-radius: 10px;
    padding: 15px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid #eee;
    overflow: hidden;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,129,0,0.15);
    border-color: var(--primary-color);
	transition: 0.5s;
}

.woocommerce ul.products li.product img {
    border-radius: calc(var(--radius) - 5px);
    margin-bottom: 15px;
    transition: var(--transition);
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.05);
	transition: 0.5s;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
    padding: 0 5px;
}

.woocommerce ul.products li.product .price {
    color: var(--primary-color) !important;
    font-size: 1.2rem !important;
    font-weight: 600;
    margin-bottom: 15px !important;
    display: block;
}

.woocommerce ul.products li.product .button {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border-radius: 50px !important;
    padding: 12px 25px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
    width: 100%;
    text-align: center;
    border: none;
}

.woocommerce ul.products li.product .button:hover {
    background-color: var(--primary-hover) !important;
    box-shadow: 0 5px 15px rgba(0,129,0,0.3);
}

.woocommerce span.onsale {
    background-color: var(--primary-color) !important;
    border-radius: 50px !important;
    padding: 5px 15px !important;
    min-height: auto !important;
    line-height: 1.5 !important;
    font-weight: 700;
    top: 10px !important;
    left: 10px !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
    margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    border-radius: 8px !important;
    background: var(--white) !important;
    color: var(--text-dark) !important;
    box-shadow: var(--shadow);
    padding: 10px 15px !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--primary-color) !important;
    color: var(--white) !important;
}

.stock.in-stock {
    color: var(--primary-color);
    font-weight: bold;
}
.related h2{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}
#text-2 p{
    margin-top:20px;
    margin-bottom:0;
}
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        padding: 15px;
        border-radius: 16px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 12px 14px;
        font-size: 14px;
        border-radius: 12px;
    }
}
.woocommerce-MyAccount-content {
    background: #ffffff;
    border: 1px solid #e2efe6;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 128, 0, 0.04);
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-content h2, 
.woocommerce-MyAccount-content h3 {
    color: #1f3b2d;
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f7f2;
}

.woocommerce-orders-table, 
.woocommerce-table {
    border: 1px solid #eef2ef;
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce-orders-table th, 
.woocommerce-orders-table td {
    padding: 15px !important;
}

.woocommerce-orders-table thead {
    background: #f8fffa;
}

.woocommerce-Button.button, 
.woocommerce-form-row button.button {
    background: #198754 !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    border: none !important;
    transition: background 0.3s ease !important;
}

.woocommerce-Button.button:hover {
    background: #157347 !important;
}

.woocommerce-form-row input {
    border: 1px solid #e2efe6 !important;
    border-radius: 10px !important;
    padding: 12px !important;
    transition: border-color 0.3s ease;
}

.woocommerce-form-row input:focus {
    border-color: #198754 !important;
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.1) !important;
    outline: none;
}

.woocommerce-message, 
.woocommerce-info {
    border-top: 3px solid #198754 !important;
    background: #f8fffa !important;
    color: #1f3b2d !important;
    border-radius: 10px;
}
form.woocommerce-form-login {
    background: #ffffff;
    border: 1px solid #e2efe6;
    border-radius: 24px;
    padding: 40px;
    max-width: 450px;
    margin: 40px auto;
    box-shadow: 0 12px 35px rgba(25, 135, 84, 0.06);
    transition: all 0.3s ease;
}

form.woocommerce-form-login .form-row {
    margin-bottom: 20px;
}

form.woocommerce-form-login label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1f3b2d;
    margin-bottom: 8px;
}

form.woocommerce-form-login input.input-text {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border: 1px solid #dcdfdc;
    border-radius: 12px;
    background-color: #fafdfb;
    color: #2c3e50;
    outline: none;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

form.woocommerce-form-login input.input-text:focus {
    border-color: #198754;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.12);
}

form.woocommerce-form-login button.button {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff !important;
    background: linear-gradient(135deg, #198754, #157347) !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer;
    transition: all 0.25s ease !important;
    box-shadow: 0 8px 20px rgba(25, 135, 84, 0.2);
    font-family:"IRANSansWebFaNum" !important;
}

form.woocommerce-form-login button.button:hover {
    background: linear-gradient(135deg, #157347, #146c43) !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(25, 135, 84, 0.28);
}

form.woocommerce-form-login button.button:active {
    transform: translateY(1px);
}

form.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #5a6e61;
    margin-top: 5px;
    cursor: pointer;
}

form.woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] {
    margin-left: 8px;
    margin-right: 0;
    accent-color: #198754;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

form.woocommerce-form-login .lost_password {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

form.woocommerce-form-login .lost_password a {
    color: #198754;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

form.woocommerce-form-login .lost_password a:hover {
    color: #0f6b3b;
    text-decoration: underline;
}

@media (max-width: 480px) {
    form.woocommerce-form-login {
        padding: 25px 20px;
        margin: 20px 10px;
        border-radius: 20px;
    }
}

.testbox2{
    margin-top:20px !important;
}
.post-meta-info{
    display:none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size:20px !important;
    text-align:center;
    color:#008100;
}

.amir-cat-desc-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}
.amir-cat-desc-wrapper a{
    text-decoration:none;
    color:#333;
}
.amir-cat-desc-content {
    max-height: 55px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease; 
}

.amir-cat-desc-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: linear-gradient(to bottom, rgba(249, 249, 249, 0), rgba(249, 249, 249, 1));
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.amir-cat-desc-wrapper.active .amir-cat-desc-content {
    max-height: 2000px;
}

.amir-cat-desc-wrapper.active .amir-cat-desc-content::after {
    opacity: 0;
}
.woocommerce .woocommerce-ordering select {
    padding:10px;
    border-radius:25px;
    font-family: "IRANSansWebFaNum" !important;
}
.amir-read-more-btn {
    display: block;
    padding: 15px 30px;
    background-color: #008100;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background 0.2s ease;
    font-family: "IRANSansWebFaNum";
    margin-top:20px;
}
.wpiotp-open-modal{
    font-family: "IRANSansWebFaNum" !important;
}
.wpiotp-submit{
    font-family: "IRANSansWebFaNum" !important;
}
.term-description{
    line-height:30px;
    text-align:justify;
}
.amir-read-more-btn:hover {
    background-color: #006699;
}
.wc-block-cart__submit-container a{
    background:#008100 !important;
}
.wc-block-cart__submit-container a:hover{
    background:#fff !important;
    color:#008100;
    transition:0.5s;
}
.site-titr{
    display:none;
}
.shop-sidebar {
    position: sticky;
    top: 40px;
    align-self: flex-start;
    z-index: 10;
}
.cat-ajax-checkbox{
    position:relative;
    left:10px;
    top:5px;
}
.shop-sidebar .widget {
    padding: 1rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.shop-sidebar .widget-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.filter-card {
    border-radius: 12px;
    border: 1px solid #eee;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.filter-header {
    background: #037e04;
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 0.9rem;
    color:#fff !important;
}
.product{
    padding:10px;
    background:#fff !important;
}
#text-2 p{
    margin-bottom:0 !important;
    margin-top:15px !important;
}
#clear-filters{
    padding:5px !important;
    background:#fff;
}

.special-filters {
    background: #fffcf0;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.accordion-button {
    padding: 10px;
    font-size: 0.85rem;
    background: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #0d6efd;
}

.accordion-body {
    padding: 0 25px 10px 10px;
}

.form-check-label {
    font-size: 0.85rem;
    cursor: pointer;
    color: #444;
}

.form-check-input {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

/* Shop Content */
.shop-content {
    position: relative;
    min-height: 400px;
}

#ajax-results ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

#ajax-results ul.products::before,
#ajax-results ul.products::after {
    content: none !important;
    display: none !important;
}

#ajax-results ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    display: flex !important;
    flex-direction: column;
    min-width: 0;
}
fieldset{
    display:none;
}
#ajax-results ul.products li.product:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}
.loader-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(255, 255, 255, 0.7);
    z-index: 100;

    align-items: flex-start;
    justify-content: center;
    padding-top: 100px;
}
#post-12 .entry-title{
    display:none !important;
}
#post-12 .entry-content{
    background:#ffffff00;
}

.amir-login-modal {
            position: fixed;
            inset: 0;
            z-index: 99999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 24px;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity .28s ease, visibility .28s ease;
        }

        .amir-login-modal.is-active {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }

        .amir-login-modal__backdrop {
            position: absolute;
            inset: 0;
            background: rgba(15, 23, 42, 0.45);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .amir-login-modal__dialog {
            position: relative;
            width: 100%;
            max-width: 460px;
            background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
            border: 1px solid rgba(255, 255, 255, 0.65);
            border-radius: 24px;
            box-shadow: 0 20px 60px rgba(15, 23, 42, 0.20);
            padding: 34px 28px 28px;
            text-align: center;
            z-index: 2;
            transform: translateY(18px) scale(.96);
            opacity: 0;
            transition: transform .32s ease, opacity .32s ease;
            direction: rtl;
        }

        .amir-login-modal.is-active .amir-login-modal__dialog {
            transform: translateY(0) scale(1);
            opacity: 1;
        }

        .amir-login-modal__close {
            position: absolute;
            top: 14px;
            left: 14px;
            width: 38px;
            height: 53px;
            border: 0;
            border-radius: 50%;
            background: rgba(15, 23, 42, 0.06);
            color: #0f172a;
            font-size: 26px;
            line-height: 1;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all .22s ease;
        }
        .amir-login-modal__close span {
            position:relative;
            bottom:5px;
        }

        .amir-login-modal__close:hover {
            background: rgba(15, 23, 42, 0.12);
            transform: rotate(90deg);
        }

        .amir-login-modal__icon {
            width: 72px;
            height: 72px;
            margin: 0 auto 18px;
            border-radius: 20px;
            background: #008100;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 14px 32px rgba(37, 99, 235, 0.28);
        }

        .amir-login-modal__icon svg {
            width: 34px;
            height: 34px;
            fill: #ffffff;
        }

        .amir-login-modal__title {
            margin: 0 0 10px;
            font-size: 26px;
            font-weight: 800;
            color: #0f172a;
            line-height: 1.4;
        }

        .amir-login-modal__text {
            margin: 0 0 24px;
            font-size: 15px;
            line-height: 1.9;
            color: #475569;
        }

        .amir-login-modal__actions {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .amir-login-modal__btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 50px;
            padding: 0 18px;
            border-radius: 14px;
            text-decoration: none;
            font-size: 15px;
            font-weight: 700;
            transition: all .25s ease;
        }

        .amir-login-modal__btn--primary {
            background: #008100;
            color: #ffffff;
            box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
        }

        .amir-login-modal__btn--primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 18px 32px rgba(37, 99, 235, 0.28);
            color: #ffffff;
        }

        .amir-login-modal__btn--secondary {
            background: #ffffff;
            color: #0f172a;
            border: 1px solid #e2e8f0;
        }

        .amir-login-modal__btn--secondary:hover {
            background: #f8fafc;
            color: #0f172a;
            transform: translateY(-1px);
        }

        body.amir-login-modal-open {
            overflow: hidden;
        }

        @media (max-width: 480px) {
            .amir-login-modal {
                padding: 16px;
            }

            .amir-login-modal__dialog {
                padding: 28px 20px 22px;
                border-radius: 20px;
            }

            .amir-login-modal__title {
                font-size: 22px;
            }

            .amir-login-modal__text {
                font-size: 14px;
            }
        }
@media (max-width: 1100px) {
    #ajax-results ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .shop-sidebar {
        position: static;
        top: auto;
        z-index: auto;
    }

    #ajax-results ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 15px !important;
    }
}

@media (max-width: 480px) {
    #ajax-results ul.products {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .daneshnamein{
        height:65px;
    }
    .apb-slide-image {
            object-fit:contain !important;
    }
    .head2{
        border-bottom:1px solid #bdbdbd5c;
    }
    #rmp-menu-title-133{
        margin-bottom:25px;
    }
    #text-13 p{
        text-align:center;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size:15px !important;
    }
    .woocommerce ul.products li.product .button {
        font-size:12px;
    }
    #page .price {
        font-size:15px;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery {
    top:0px !important;
}
}
.wc-price-history-wrapper h3{
    font-weight:600;
}
.widget-icon svg{
    background:#fe7f46 !important;
    border-radius:50%;
}

.fixed-call-button{
    position: fixed;
    right: 31px;
    bottom: 110px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fb5720 !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
    z-index: 9999;
    text-decoration: none;
}

.fixed-call-button svg{
    width: 24px;
    height: 24px;
}
 .hagg-product-booth {
        margin: 30px 0;
        padding: 25px;
        background: var(--booth-bg);
        border: 1px solid var(--booth-border);
        border-radius: var(--booth-radius);
        box-shadow: var(--booth-shadow);
        direction: rtl;
        font-family: inherit;
    }

    .hagg-product-booth__title {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0 0 20px 0;
        font-size: 1.3rem;
        font-weight: 800;
        color: var(--booth-text);
    }

    .hagg-product-booth__title::before {
        content: '';
        width: 12px;
        height: 12px;
        background: var(--booth-primary);
        border-radius: 50%;
        box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.15);
    }

    /* کانتینر گرید برای باکس‌ها */
    .hagg-product-booth__content {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 15px;
    }

    .hagg-product-booth p {
        margin: 0 !important;
        padding: 15px;
        background: var(--booth-item-bg);
        border: 1px solid var(--booth-border);
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        transition: all 0.3s ease;
    }

    .hagg-product-booth p:hover {
        border-color: var(--booth-primary);
        transform: translateY(-2px);
        background: #fff;
        box-shadow: 0 5px 10px rgba(0,0,0,0.03);
    }

    .hagg-product-booth p strong {
        font-size: 0.75rem;
        text-transform: uppercase;
        color: var(--booth-label);
        letter-spacing: 0.5px;
    }

    .hagg-product-booth span {
        font-size: 0.95rem;
        font-weight: 600;
        color: var(--booth-text);
        word-break: break-word;
    }

    .hagg-product-booth a {
        color: var(--booth-primary);
        text-decoration: none;
        font-weight: 700;
        direction: ltr;
        display: inline-block;
        margin-top: 2px;
    }

    /* استایل اختصاصی برای آدرس که معمولاً طولانی‌تر است */
    .hagg-product-booth__address {
        grid-column: 1 / -1; /* تمام عرض را بگیرد */
        background: linear-gradient(135deg, var(--booth-item-bg) 0%, #fff 100%) !important;
    }

    @media (max-width: 480px) {
        .hagg-product-booth__content {
            grid-template-columns: 1fr 1fr;
        }
        .hagg-product-booth__address {
            grid-column: span 2;
        }
    }
.left-social-icons {
            position: fixed;
            left: 20px;
            bottom: 30px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 99999;
        }

        .social-icon {
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;
        }

        .social-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

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

        @media (max-width: 768px) {
            .left-social-icons {
                left: 15px;
                bottom: 20px;
                gap: 10px;
            }
            .social-icon {
                width: 48px;
                height: 48px;
            }
        }