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

darkoob 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 {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #476660;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
	color: #476660;
    background: #faf9f5;
}

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; color:white;
}

/* 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;
	padding-bottom:1px;
}

.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;
}


@font-face {
    font-family: 'PoppinsLatin-Regular';
    src: url('asset/fonts/PoppinsLatin-Regular.eot');
    src: url('asset/fonts/PoppinsLatin-Regular.eot?#iefix') format('embedded-opentype'),
         url('asset/fonts/PoppinsLatin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('asset/fonts/Roboto-Regular.eot');
    src: url('asset/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('asset/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('asset/fonts/IRANSansWeb(FaNum)_Bold.eot');
    src: url('asset/fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('asset/fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('asset/fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('asset/fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('asset/fonts/IRANSansWeb(FaNum)_Medium.eot');
    src: url('asset/fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('asset/fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('asset/fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('asset/fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('asset/fonts/IRANSansWeb(FaNum)_Light.eot');
    src: url('asset/fonts/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('asset/fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('asset/fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('asset/fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('asset/fonts/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('asset/fonts/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('asset/fonts/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('asset/fonts/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('asset/fonts/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('asset/fonts/IRANSansWeb(FaNum).eot');
    src: url('asset/fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('asset/fonts/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('asset/fonts/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('asset/fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("asset/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("asset/fonts/fontawesome-webfont.woff") format("woff"), 
    url("asset/fonts/fontawesome-webfont.ttf") format("truetype"), 
    url("asset/fonts/fontawesome-webfont.svg") format("svg");
}

@font-face {
    font-family: 'IRANYekan';
    src: url('asset/fonts/IRANYekan.eot');
    src: url('asset/fonts/IRANYekan.eot?#iefix') format('embedded-opentype'),
     url("asset/fonts/IRANYekan.woff") format("woff"), 
        url("asset/fonts/IRANYekan.ttf") format("truetype"), 
         url('asset/fonts/IRANYekan.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRYekan';
    src: url('asset/fonts/IRYekan.eot');
    src: url('asset/fonts/IRYekan.eot?#iefix') format('embedded-opentype'),
         url('asset/fonts/IRYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("asset/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("asset/fonts/fontawesome-webfont.woff") format("woff"), 
    url("asset/fonts/fontawesome-webfont.ttf") format("truetype"), 
    url("asset/fonts/fontawesome-webfont.svg") format("svg");
     font-display: swap;
}


body{ font-family: IRANSans !important;   line-height: 2;}

.up1{background-color: white;     padding-top: 12px; display:none;
    padding-bottom: 12px; color:black;     border-bottom: 1px solid #ece7e1;}
.up1 .widget_text{width:33%;     margin: 0; }
.up1 p{    font-size: 13px !important;}

.up1 .widget_text .textwidget {
    display: flex;
    align-items: center;
    gap: 18px;
}

.up1 .widget_text p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.up1 .widget_text a {
    color: #111111;
    text-decoration: none;
    transition: all 0.25s ease; font-size: 13px;
}

.up1 .widget_text a:hover {
    opacity: 0.55;
}


#text-13{    justify-content: center; display: flex;}

#text-14{  display: flex;
    justify-content: flex-end;}


.slider .widget_text{margin:0;}


.searchbox {display: none; width: 100%;z-index: 999999; background:white;}
.searchbox {z-index: 99999; position: relative;}
.searchbox #search-3{padding: 30px;  margin: 0;}

.searchbox #text-30:before{font-family: "FontAwesome";
    content: "\f00d"; margin-left: 15px; color: #476660; font-size: 40px;    width: 40px;
    height: 75px; position: absolute;
    top: 20px;
    right: 31px;}
.searchbox{margin:0;     position: relative;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;}

.searchbox .dgwt-wcas-search-input{font-family: IRANSans !important;}

.searchbox .widget_text{margin:0;}
.searchbox .container-fluid{    position: absolute;
    width: 100%;
    background: white;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid lightgrey;}

.logoo{width:14%; padding-right:0;}

.menuu{width:56%;}

.partss{width:29%;}



:root {
	--header-text: #171412;
	--header-muted: #9a938b;
	--header-line: #ece7e1;
	--header-surface: #f3f1ee;
	--header-accent: #a6784f; /* keep in sync with footer.css --footer-accent */
}
 

.up2{position: relative;}

.up22 {
	position: relative;
    z-index: 9;
    width: 100%;padding-top: 20px;
    padding-bottom: 20px;
    background: transparent;
	border-bottom: 1px solid var(--header-line);
}
 
.up2 .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0;
	padding: 3px 0;
}
 

/* Logo -------------------------------------------------------------- */
.logoo img {
	display: block;

	width: auto;
	max-width: none;
}
 
/* Primary nav --------------------------------------------------------- */
.menuu {
	flex: 1;
	display: flex;
	justify-content: center;
}
 
.menu-toggle {
	display: none;
	position: relative;
	width: 38px;
	height: 38px;
	padding: 0;
	background: none;
	border: none;
	font-size: 0;
	color: transparent;
	cursor: pointer;
}
 
.menu-toggle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 2px;
	background: var(--header-text);
	transform: translate(-50%, -50%);
	box-shadow: 0 -7px 0 var(--header-text), 0 7px 0 var(--header-text);
}
 
.nav-menu {
	display: flex;
	align-items: center;
	gap: 34px;
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.nav-menu a {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	font-size: 14.5px;
	font-weight: 500;
	color: var(--header-text);
	text-decoration: none;
}
 
.nav-menu a::after {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: var(--header-text);
	transition: width .3s ease;
}
 
.nav-menu li:hover a::after,
.nav-menu li.current-menu-item a::after,
.nav-menu li.current_page_item a::after {
	width: 100%;
}
 
/* Utility bar — search / login / cart ---------------------------------- */
.partss {
	display: flex;
	align-items: center;
	gap: 22px; justify-content: flex-end;
}
 
.partss > *:not(:last-child) {
	position: relative;
	padding-inline-end: 0px;
}
 

 
.partss .widget_text p,
.partss .widget_text a {
	margin: 0;
	font-size: 14px;
	color: var(--header-text);
	text-decoration: none;
	cursor: pointer;
	transition: color .2s ease;     font-size: .1px;
}
 
.partss .widget_text p:hover,
.partss .widget_text a:hover {
	color: var(--header-accent);
}
 
/* Mini-cart trigger ------------------------------------------------------ */
.widget_shopping_cart {
	position: relative;
}
 
.widget_shopping_cart .widget-title {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: var(--header-text);
	cursor: pointer; font-size:.1px;
	transition: color .2s ease;
}
 
.widget_shopping_cart .widget-title:hover {
	color: var(--header-accent);
}
 
/* Mini-cart dropdown panel ----------------------------------------------- */
.widget_shopping_cart_content {
	position: absolute;
	top: calc(100% + 20px);
	left: 0;
	z-index: 80;
	width: 340px;
	max-width: 88vw;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--header-line);
	border-radius: 12px;
	box-shadow: 0 20px 48px rgba(23, 20, 18, .12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
 
.widget_shopping_cart:hover .widget_shopping_cart_content,
.widget_shopping_cart:focus-within .widget_shopping_cart_content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
 
.woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 13.5px;
	color: var(--header-muted);
}
 
.woocommerce-mini-cart {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	max-height: 280px;
	overflow-y: auto;
}
 
.mini_cart_item {
	position: relative;
	padding: 0 0 16px 30px; /* left clearance for the remove button */
	margin: 0 0 16px;
	border-bottom: 1px solid var(--header-line);
}
 
.mini_cart_item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
 
.mini_cart_item .remove {
	position: absolute;
	top: 2px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--header-surface);
	color: var(--header-text);
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}
 
.mini_cart_item .remove:hover {
	background: #d94f43;
	color: #fff;
}
 
.mini_cart_item a:not(.remove) {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--header-text);
	text-decoration: none;
}
 
.mini_cart_item img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 6px;
	flex-shrink: 0;
}
 
.mini_cart_item .quantity {
	display: block;
	margin-top: 6px;
	font-size: 12.5px;
	color: var(--header-muted);
}
 
.mini_cart_item .woocommerce-Price-amount {
	font-weight: 600;
	color: var(--header-text);
}
 
.woocommerce-mini-cart__total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin: 0;
	padding-top: 14px;
	border-top: 1px solid var(--header-line);
	font-size: 13.5px;
}
 
.woocommerce-mini-cart__total .woocommerce-Price-amount {
	font-weight: 600;
	color: var(--header-text);
}
 
.woocommerce-mini-cart__buttons {
	display: flex;
	gap: 10px;
	margin: 16px 0 0;
	padding: 0;
}
 
.woocommerce-mini-cart__buttons .button {
	flex: 1;
	padding: 12px 10px;
	border-radius: 8px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	transition: opacity .2s ease;
}
 
.woocommerce-mini-cart__buttons .button:not(.checkout) {
	background: var(--header-surface);
	color: var(--header-text);
	border: 1px solid var(--header-line);
}
 
.woocommerce-mini-cart__buttons .checkout {
	background: var(--header-accent);
	color: #fff;
}
 
.woocommerce-mini-cart__buttons .button:hover {
	opacity: .85;
}
 
	
.partss .widget_text, .partss #woocommerce_widget_cart-2{width:max-content;     margin: 0;}
.partss p{margin: 0;}
.partss{    display: flex;}


#woocommerce_widget_cart-2 h2:before{    font-family: "FontAwesome";
    content: "\f07a";
    margin-right: 15px;
    color: #476660;
    font-size: 20px;}


#text-16 a:before{    font-family: "FontAwesome";
    content: "\f007";
    margin-right: 15px;
    color: #476660;
    font-size: 20px;}

#text-15 p:before{ font-family: "FontAwesome";
    content: "\f002";
    margin-right: 15px;
    color: #476660;
    font-size: 20px;}


.logoo .widget_media_image{    margin: 0;}



.fourparts .widget_text{width:20%; margin: 0;}
.fourparts img{    height: 40px; margin-left: 10px;
    object-fit: contain; width: max-content;}
.fourparts{background: #FAF9F5;     padding-top: 40px;     border-top: 1px solid lightgrey;}
.fourparts p{text-align:center !important;}
.fourparts .container-fluid{border-bottom: 1px solid lightgrey;     padding-bottom: 15px;}

.productstabb #tab_container_7683 .wpsm_nav-tabs > li > a{border:0 !important;}
.productstabb #tab_container_7683 .wpsm_nav-tabs > li.active > a, .productstabb #tab_container_7683 .wpsm_nav-tabs > li.active > a:hover, .productstabb #tab_container_7683 .wpsm_nav-tabs > li.active > a:focus{border:0 !important;}
.tab-content{padding:0 !important;}
.productstabb #tab_container_7683 .wpsm_nav.wpsm_nav-tabs{    margin-bottom: 30px !important;}
.productstabb #tab_container_7683 .wpsm_nav-tabs > li > a:hover, .productstabb #tab_container_7683 .wpsm_nav-tabs > li > a:focus{border:0 !important;}
.productstabb h2{    position: relative; top: 35px; color:#486861;}
.productstabb .textwidget{    position: relative; top: -30px;}
.productstabb .product-item a{text-decoration: none;}
.productstabb .product-item h3{font-size: 16px; margin-top: 17px; color: black; text-decoration: none; color: #486861;}

.productstabb .add_to_cart_button{width: 85%; display: block;     
    background: #faddd7; margin: 0 auto; color: black; padding: 5px;}

.productstabb .add-to-cart{bottom: 125px; text-align: center; position: absolute; width: 100%;opacity: 0; transition-duration: .5s;}
.productstabb .product-item{    position: relative;}
.productstabb .product-item:hover .add-to-cart{opacity: 1; transition-duration: .5s;}

.productstabb .widget_text{margin-bottom: 0;}
.productstabb, .aboutt, .imgimg{display:none;}

.aboutt .widget_media_image, .aboutt .widget_text{width:50% !important;padding: 0; background: #FAF9F5;}
.aboutt p{text-align:center !important;}

.aboutt a{    color: white; background: black; text-decoration: none;
    width: 100px; display: block; text-align: center;  padding: 10px; margin: 0 auto;}
.aboutt a:hover{background: #486861;}

.aboutt h2{color: #486861;}
.aboutt .widget_text .textwidget{ padding: 145px; text-align: center;}


.catgoryy #text-25, .blogg #text-27{display:flex;}
.catgoryy #text-25 .widget-title, .blogg #text-27 .widget-title{    width: 50%;color: #486861;
    font-size: 24px;     margin: 0;}
.catgoryy #text-25 .textwidget, .blogg #text-27 .textwidget{   width: 50%; color: rgb(113, 113, 122); text-align: left;}
.catgoryy{margin-top: 40px;}
.catgoryy .count{    background: transparent; color: #bfb4b4;
    display: block;  margin-top: 5px; display:none;}
    
    
    
.catgoryy .woocommerce-loop-category__title{color: #486861;}

/* ==========================
   Before / After
========================== */

.before-after {
    width: 100%;
    margin: 0 0;
}

.before-after-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    user-select: none;
}

/* تصاویر */

.ba-image {
    display: block;
    width: 100%;
    height: auto;
}

/* تصویر After */

.ba-after {
    position: relative;
    z-index: 1;
}

/* لایه Before */

.ba-before-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

/*
مهم:
تصویر داخل wrapper نباید عرض 100%
خود wrapper را بگیرد.
*/

.ba-before {
    position: absolute;
    top: 0;
    right: 0;

    width: var(--ba-width, 100vw);
    max-width: none;
    height: 100%;

    object-fit: cover;
    object-position: right center;
}


/* ==========================
   Divider
========================== */

.ba-divider {
    position: absolute;

    top: 0;
    right: 50%;

    width: 1px;
    height: 100%;

    background: #fff;

    transform: translateX(50%);
    z-index: 4;

    pointer-events: none;
}


/* ==========================
   Handle
========================== */

.ba-handle {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 36px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;

    background: #fff;

    border-radius: 20px;

    color: #111;

    font-size: 18px;
    line-height: 1;

    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}


/* ==========================
   Labels
========================== */

.ba-label {
    position: absolute;

    top: 20px;

    z-index: 5;

    background: #fff;

    color: #111;

    padding: 6px 10px;

    font-size: 11px;

    line-height: 1;
}

.ba-label-before {
    right: 20px;
}

.ba-label-after {
    left: 20px;
}


/* ==========================
   Range
========================== */

.ba-range {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    margin: 0;

    opacity: 0;

    cursor: ew-resize;

    z-index: 10;
}


/* ==========================
   Responsive
========================== */

@media (max-width: 767px) {

    .before-after {
        margin: 25px 0;
    }

    .ba-label {
        top: 12px;
        padding: 5px 8px;
        font-size: 10px;
    }

    .ba-label-before {
        right: 12px;
    }

    .ba-label-after {
        left: 12px;
    }

    .ba-handle {
        width: 32px;
        height: 46px;
        font-size: 16px;
    }

}

.partimgtext #text-26, .partimgtext #media_image-7{width: 25%;}
.partimgtext #media_image-6{width: 50%;}
.partimgtext #media_image-7 img{    text-align: left;
    display: block;
    float: left;}
.partimgtext .widget_text h2{color: #486861; font-size: 25px;}
.partimgtext .row{    align-items: center;}
.partimgtext #media_image-6 img{width: 80%; margin: 0 auto; display: block;}
.partimgtext .container-fluid{margin-top: 15px;
    border-bottom: 1px solid #ecf1ec;
    padding-bottom: 40px;}

.partimgtext .widget_text a{background: black;
    color: white;
    text-decoration: none;
    width: 110px;
    display: block;
    text-align: center;
    padding: 9px;}

.partimgtext .widget_text a:hover{background: #486861;}

.blogg ul{padding:0; margin:0;}

.blogg{background: #FAF9F5;
    padding-top: 40px; padding-bottom: 50px;}
.blogg .category-posts-internal {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 24px;
}
.blogg .cat-post-title{margin-top: 20px;}
 
.blogg .cat-post-item {
	display: flex;
	flex-direction: column;
}
 
/* 1) thumbnail ------------------------------------------------ */
.blogg .cat-post-item > div:nth-child(1) {
	margin-bottom: 22px;
	overflow: hidden;
	border-radius: 6px;
}
 
.blogg .cat-post-thumbnail,
.blogg .cat-post-crop {
	display: block;
	width: 100%;
	line-height: 0;
}
 
.blogg .cat-post-thumbnail img {
	width: 100% !important;
	height: 300px !important;
	object-fit: cover;
	display: block !important;
	margin: 0 !important;
	transition: transform .6s cubic-bezier(.25, .1, .25, 1);
}
 
.blogg .cat-post-item:hover .cat-post-thumbnail img {
	transform: scale(1.06);
}
 
/* 2) title ------------------------------------------------------ */
.blogg .cat-post-item > div:nth-child(2) {
	margin-bottom: 12px;
}
 
.blogg .cat-post-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	overflow: hidden;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.45;
	color: #486861;
	text-decoration: none;
	transition: color .25s ease;
	height: 55px;
}
 
.blogg .cat-post-item:hover .cat-post-title {
	color: #a6784f; /* swap for the site's accent color */
}
 
/* 3) excerpt ------------------------------------------------------ */
.blogg .cat-post-item > div:nth-child(3) {
	flex: 1;
}
 
.blogg .cpwp-wrap-text-stage {
	overflow: hidden;
}
 
.blogg .cpwp-excerpt-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	color: #6b7280;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	overflow: hidden;
}

.blogg #text-27{margin: 0; margin-bottom: 20px;}
.blogg .widget_text p{margin:0;}
.blogg #text-27 p, .catgoryy #text-25 p{text-align: left;}


:root {
	--footer-bg: #171412;
	--footer-text: #cfc9c2;
	--footer-heading: #ffffff;
	--footer-muted: #9a938b;
	--footer-line: rgba(255, 255, 255, .1);
	--footer-accent: #a6784f; /* swap for the site's brand color */
}
 
.site-footer {
	background: var(--footer-bg);
	clear:both;
	color: var(--footer-text);
}
 
.foott {
	padding: 72px 0 48px;
}
 
.foott .row {
	row-gap: 40px;
}
 
/* Widget reset + shared heading style ---------------------------- */
.foott .widget {
	margin: 0;
}
 
.foott .widget-title {
	margin: 0 0 22px;

	font-size: 20px;
	font-weight: 600;
	color: #a1c190;
}
 
/* foot1 — contact info (widget_text) ------------------------------ */
.foot1 .textwidget p {
	margin: 0 0 14px;
	
	font-size: 14.5px;
	line-height: 2;
	color: var(--footer-text);
}
 
.foot1 .textwidget strong {
	color: var(--footer-heading);
	font-weight: 600;
}
 
.foot1 .textwidget a {
	color: var(--footer-accent);
	text-decoration: none;
}
 
.foot1 .textwidget a:hover {
	text-decoration: underline;
}

.foot1 .textwidget{    width: 85%; text-align: justify;}
 
/* Social menu (widget_nav_menu → menu-social-container) ----------- */
.menu-social-container .menu {
	list-style: none;
	display: flex;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
}
 
.menu-social-container .menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 16px;
	border: 1px solid var(--footer-line);
	border-radius: 30px;
	color: var(--footer-text);
	font-size: 13px;
	text-decoration: none;
	text-transform: capitalize;
	transition: border-color .25s ease, color .25s ease, background .25s ease;
}
 
.menu-social-container .menu a:hover {
	border-color: var(--footer-accent);
	color: var(--footer-heading);
	background: var(--footer-accent);
}
 
/* foot2 / foot3 — link list widgets (widget_nav_menu) -------------- */
.foot2 .widget_nav_menu ul,
.foot3 .widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
 
.foot2 .widget_nav_menu a,
.foot3 .widget_nav_menu a {
	
	font-size: 14.5px;
	color: var(--footer-text);
	text-decoration: none;
	transition: color .25s ease, padding-inline-start .25s ease;
}
 
.foot2 .widget_nav_menu a:hover,
.foot3 .widget_nav_menu a:hover {
	color: var(--footer-heading);
	padding-inline-start: 4px;
}
 
/* current/active page — same fallback as the nav-menu recurring problem */
.foot2 .widget_nav_menu li.current_page_item > a,
.foot2 .widget_nav_menu li.current-menu-item > a,
.foot3 .widget_nav_menu li.current_page_item > a,
.foot3 .widget_nav_menu li.current-menu-item > a {
	color: var(--footer-accent);
}
 
/* Newsletter widget (Newsletter plugin — tnp-widget-minimal) ------- */
.widget_newsletterwidgetminimal .tnp-form {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 4px;
}
 
.widget_newsletterwidgetminimal .tnp-email {
	flex: 1 1 140px;
	min-width: 0;
	padding: 13px 16px !important;
	background: rgba(255, 255, 255, .06) !important;
	border: 1px solid var(--footer-line) !important;
	border-radius: 8px !important;
	color: var(--footer-heading) !important;
	font-size: 14px !important;
}
 
.widget_newsletterwidgetminimal .tnp-email::placeholder {
	color: var(--footer-muted);
}
 
.widget_newsletterwidgetminimal .tnp-submit {
	padding: 13px 22px !important;
	background: var(--footer-accent) !important;
	border: none !important;
	border-radius: 8px !important;
	color: #fff !important;
	font-size: 14px !important;
	cursor: pointer;
	transition: opacity .25s ease;
}
 
.widget_newsletterwidgetminimal .tnp-submit:hover {
	opacity: .85;
}
 
/* Bottom bar — .footnote ------------------------------------------- */
.footnote {
	border-top: 1px solid var(--footer-line);
	padding: 22px 0;
	text-align: center !important;
}
 
/* the h1 here is an SEO string, not a visual heading — style it down */
.footnote .textwidget h1 {
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 400;
	color: var(--footer-muted);
}
 
.footnote .textwidget p {
	margin: 0;
	font-size: 13px;
	color: var(--footer-muted);
}

.footnote .widget_text{margin:0;}

.footnote p{text-align:center !important;}
 
.ttll2 {
    display: flex;
}

.ttll {
    clear: both;
}

.sidemenu h2 {
    background: #476660;
    color: white;
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
}

.sidemenu .product-categories {
    line-height: 3;
}

.product-categories {
    padding: 0;
    margin: 0;
    padding: 0 15px;
}

.sidemenu li {
    list-style-type: none;
    border-bottom: 1px solid #d3d3d357;
}

.sidemenu li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: black;
}

.sidemenu {
    width: 25%;
    border: 1px solid lightgrey;
    clear: both;
    margin-bottom: 10px;
}

.sidemenu .children{    padding: 0;}
.sidemenu .children li a{font-size: 14px;}

ul.products.columns-4 {
    width: 74%;
    margin-right: 1%;
}

ul.products.columns-4 li {
    box-shadow: 0 0 10px lightgrey;
    text-align: center;
    padding: 10px !important;
}

.catgoryy ul.products.columns-4 li{padding:0 !important; box-shadow: none !important;}


ul.products.columns-4 li .product_type_simple.add_to_cart_button, ul.products.columns-4 li .product_type_simple,  ul.products.columns-4 .button.product_type_variable {
    background: #476660;
    color: white !important;
    font-weight: 500 !important;
}

ul.products.columns-4 li .price {
    color: black !important;
}

.orderby {
    font-family: IRANSans !important;
    font-size: 14px;
}
.products.columns-4 li a{font-size: 14px; color: black;}


:root {
	--ink: #171412;
	--muted: #9a938b;
	--line: #ece7e1;
	--surface: #f6f4f1;
	--accent: #a6784f; /* keep in sync with header.css / footer.css */
}
 

 
div.product.type-product > .woocommerce-product-gallery { grid-column: 1; }
div.product.type-product > .summary.entry-summary { grid-column: 2; }
div.product.type-product > .woocommerce-tabs,
div.product.type-product > .related.products {
	grid-column: 1 / -1;
}
 
/* ---------------------------------------------------------
   Gallery (FlexSlider) — widths/transforms on the wrapper are
   JS-driven, left untouched. Only the static chrome is styled.
   --------------------------------------------------------- */
.woocommerce-product-gallery {
	position: relative;
}
 
.flex-viewport {
	border-radius: 10px;
	overflow: hidden;
	background: var(--surface);
}
 
.woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
}
 
.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 16px;
	inset-inline-end: 16px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: rgba(255, 255, 255, .92);
	border-radius: 50%;
	box-shadow: 0 4px 14px rgba(23, 20, 18, .12);
}
 
.woocommerce-product-gallery__trigger img {
	width: 18px;
	height: 18px;
}
 
.flex-control-thumbs {
	display: flex;
	gap: 10px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}
 
.flex-control-thumbs li {
	width: 76px;
}
 
.flex-control-thumbs img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 8px;
	border: 2px solid transparent;
	opacity: .6;
	cursor: pointer;
	transition: opacity .2s ease, border-color .2s ease;
}
 
.flex-control-thumbs img.flex-active,
.flex-control-thumbs img:hover {
	opacity: 1;
	border-color: var(--accent);
}
 
/* ---------------------------------------------------------
   Summary — title / price / short description
   --------------------------------------------------------- */
.product_title.entry-title {
	margin: 0 0 14px;

	font-size: 34px;
	font-weight: 600;
	color: var(--ink);
}
 
.summary > .price {
	display: block;
	margin: 0 0 22px;

	font-size: 22px;
	font-weight: 600;
	color: var(--accent);
}
 
.woocommerce-product-details__short-description p {
	margin: 0 0 10px;

	font-size: 14.5px;
	line-height: 1.9;
	color: var(--muted);
}
 
/* Variations table → flex row with a custom select arrow -------------- */
.variations,
.variations tbody {
	display: block;
	width: 100%;
}
 
.variations tr {
	display: grid;
	align-items: center;
	gap: 16px;
	margin: 0 0 6px;
	margin-bottom:25px;
}
 
.variations th.label {
	flex: 0 0 auto;

	font-size: 14px;
	font-weight: 600;
	color: var(--ink);
}
 
.variations td.value {
	position: relative;
	flex: 1;
}
 
.variations select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	padding: 12px 40px 12px 16px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	font-family: inherit;
	font-size: 14px;
	color: var(--ink);
}
 
/*.variations td.value::after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 16px;*/
/*	width: 7px;*/
/*	height: 7px;*/
/*	border-right: 2px solid var(--muted);*/
/*	border-bottom: 2px solid var(--muted);*/
/*	transform: translateY(-65%) rotate(45deg);*/
/*	pointer-events: none;*/
/*}*/
 
.reset_variations {
	margin-inline-start: 14px;
	font-size: 12.5px;
	color: var(--muted);
	text-decoration: underline;
}
 
/* Quantity + add-to-cart ----------------------------------------------- */
.woocommerce-variation-add-to-cart,
.woocommerce-variation-add-to-cart-disabled {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
}
 
.quantity .qty {
	width: 72px;
	padding: 13px 10px;
	text-align: center;
	border: 1px solid var(--line);
	border-radius: 8px;
	font-family: inherit;
	font-size: 14px;
}
 
.single_add_to_cart_button {
	flex: 1;
	padding: 15px 24px;
	background: var(--ink);
	color: #fff;
	border: none;
	border-radius: 8px;

	font-size: 14.5px;
	font-weight: 600;
	cursor: pointer;
	transition: background .2s ease;
}
 
.single_add_to_cart_button:hover {
	background: var(--accent);
}
 
.single_add_to_cart_button.disabled {
	opacity: .45;
	cursor: not-allowed;
	pointer-events: none;
}
 
/* Meta: SKU + categories ------------------------------------------------ */
.product_meta {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid var(--line);

	font-size: 13px;
	color: var(--muted);
}
 
.product_meta span {
	display: block;
	margin-bottom: 6px;
}
 
.product_meta .sku {
	color: var(--ink);
	font-weight: 500;
}
 
.posted_in a {
	color: var(--muted);
	text-decoration: none;
}
 
.posted_in a:hover {
	color: var(--accent);
	text-decoration: underline;
}
 
/* ---------------------------------------------------------
   Tabs
   --------------------------------------------------------- */
.wc-tabs {
	display: flex;
	gap: 32px;
	margin: 0 0 32px;
	padding: 0 0 0;
	list-style: none;
	border-bottom: 1px solid #a1c190;
}
 
 .woocommerce div.product .woocommerce-tabs ul.tabs li{border: 1px solid #a1c190;
    background-color: #a1c19029;}
 
.wc-tabs li a {
	display: inline-block;
	padding: 14px 0;

	font-size: 14.5px;
	color: var(--muted);
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: color .2s ease, border-color .2s ease;
}
 
.wc-tabs li.active a {
	color: var(--ink);
	border-color: var(--accent);
}
 
.woocommerce-Tabs-panel {
	max-width: 760px;
}
 
.woocommerce-Tabs-panel h2 {
	margin: 0 0 16px;

	font-size: 24px;
}
 
.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel li {

	font-size: 14.5px;
	line-height: 2;
	color: #4b4640;
}
 
.woocommerce-Tabs-panel ol {
	margin: 0;
	padding-inline-start: 20px;
}
 
/* Additional information table */
.woocommerce-product-attributes {
	width: 100%;
	margin-top: 8px;
	border-collapse: collapse;
}
 
.woocommerce-product-attributes-item__label,
.woocommerce-product-attributes-item__value {
	padding: 14px 16px;
	border-bottom: 1px solid var(--line);

	font-size: 14px;
	text-align: right;
}
 
.woocommerce-product-attributes-item__label {
	width: 160px;
	color: var(--muted);
	font-weight: 500;
}
 
.woocommerce-product-attributes-item__value a {
	color: var(--ink);
	text-decoration: none;
}
 
/* Reviews tab */
.woocommerce-Reviews-title {
	margin: 0 0 16px;

	font-size: 22px;
}
 
.woocommerce-noreviews {

	font-size: 14px;
	color: var(--muted);
}
 
.comment-reply-title {
	display: block;
	margin: 0 0 20px;

	font-size: 22px;
	font-weight: 600;
}
 
.comment-form-rating label,
.comment-form-comment label {
	display: block;
	margin-bottom: 10px;

	font-size: 14px;
	color: var(--ink);
}
 
.comment-form-rating .stars {
	display: flex;
	gap: 4px;
	margin: 0 0 20px;
	padding: 0;
}
 
.comment-form-rating .stars span {
	display: flex;
	gap: 4px;
}
 
.comment-form-rating .stars a {
	position: relative;
	width: 22px;
	height: 22px;
	font-size: 0;
	color: transparent;
}
 
.comment-form-rating .stars a::before {
	content: "★";
	position: absolute;
	inset: 0;
	font-size: 20px;
	line-height: 22px;
	color: var(--line);
}
 
.comment-form-rating .stars a:hover::before,
.comment-form-rating .stars a[aria-checked="true"]::before {
	color: var(--accent);
}
 
#comment {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid var(--line);
	border-radius: 8px;
	font-family: inherit;
	font-size: 14px;
	resize: vertical;
}
 
#submit {
	margin-top: 16px;
	padding: 13px 28px;
	background: var(--ink);
	color: #fff;
	border: none;
	border-radius: 8px;

	font-size: 14px;
	cursor: pointer;
	transition: background .2s ease;
}
 
#submit:hover {
	background: var(--accent);
}
 
/* ---------------------------------------------------------
   Related products — sidebar categories + product grid
   --------------------------------------------------------- */
.related.products {
	margin-top: 72px;
	padding-top: 56px;
	border-top: 1px solid var(--line);
}
 
.related.products > h2 {
	margin: 0 0 32px;

	font-size: 28px;
}
 
.ttll2 {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
 
.sidemenu {
	flex: 0 0 240px;
}
 
.sidemenu .widget-title {
	margin: 0 0 18px;

	font-size: 18px;
}
 
.product-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
 
.product-categories a {
	display: block;
	padding: 9px 5px;

	font-size: 14px;
	color: var(--ink);
	text-decoration: none;
}
 
.product-categories .children {
	margin: 0;
	padding-inline-start: 16px;
	list-style: none;
}
 
.product-categories .children a {
	padding: 6px 0;
	font-size: 13px;
	color: var(--muted);
}
 
.product-categories .current-cat > a,
.product-categories .current-cat-parent > a {
	color: var(--accent);
	font-weight: 600;
}
 
ul.products.columns-4 {
	flex: 1;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
 
ul.products li.product {
	position: relative;
	display: flex;
	flex-direction: column;
}
 
ul.products li.product > a.woocommerce-loop-product__link {
	display: flex;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}
 
ul.products li.product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 6px;
	margin: 0 0 14px;
}
 
ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 6px;

	font-size: 14.5px;
	font-weight: 500;
	color: var(--ink);
}
 
ul.products li.product .price {

	font-size: 14px;
	font-weight: 600;
	color: var(--ink);
}
 
ul.products li.product > a.button {
	margin-top: 12px;
	padding: 11px;
	border: 1px solid var(--line);
	border-radius: 8px;
	text-align: center;

	font-size: 13px;
	color: var(--ink);
	text-decoration: none;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}
 
ul.products li.product > a.button:hover {
	background: var(--ink);
	border-color: var(--ink);
	color: #fff;
}
 
li.product.outofstock img {
	opacity: .55;
}
 
li.product.outofstock::before {
	content: "ناموجود";
	position: absolute;
	top: 10px;
	inset-inline-start: 10px;
	z-index: 2;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 20px;

	font-size: 11px;
	color: var(--muted);
}
 

.content-area{background: #FAF9F5;}


.related.products .sidemenu{display:none;}

.related.products > h2 {
    background: #476660;
    text-align: center;
    padding: 10px 0;
    color: white;
    font-size: 25px;
}

.single_add_to_cart_button{background-color: #476660 !important; color: #fff;
	 font-family: IRANSans !important;     padding: 15px !important;}


.blogin2 {
	width: 31%;
	float: right;
	margin: 1%;
	}

.blogin2 .post.type-post {
	box-shadow: 0 0 10px 0 rgba(148, 146, 245, .2);
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}

.blogin2 .entry-header {
	padding: 20px 15px 0 !important;
	}

.blogin2 .entry-header {
	background-image: none;
	padding: 0;
	position: initial;
	}

.blogin2 .entry-content {
	padding: 0 15px;
	text-align: justify;
	}

.page p, .post p {
	font-size: 15px;
	line-height: 2;
	text-align: justify;
	}

.entry-footer{display:none;}

.blogin2 .entry-title a{    font-size: 14px;
    text-decoration: none; color: #476660;}

.blogin2 .entry-title{height:75px;}
.blogin2 .post-thumbnail img{    height: 200px;  object-fit: cover; width:100%;}

.navigation.posts-navigation{clear: both;}

.catgoryy .sidemenu{display: none !important;}


.post, .page{margin: 0;}


.bgcontact {
    background: #a6784f2e;
    border-radius: 20px;
    padding: 35px 45px;
    margin-bottom: 60px;
    padding-bottom: 0px;
    margin-bottom: 140px;
}

.wpcf7-form input {
    width: 100%;
    background: #ffffff57;
    padding: 10px;
    font-size: 15px; font-family: IRANSans !important;
}

.entry-content .wpcf7-submit {
    background: black !important;
    color: white !important;
    font-weight: 600; font-family: IRANSans !important;
}


.bgcontact .wpcf7-captchar {
    width: 120px;
}

.wpcf7-form textarea {
    width: 100%;
    font-size: 15px;
    background: #ffffff57;
    padding: 10px;
    height: 210px; font-family: IRANSans !important;
}

.callus:before {
    font-family: "FontAwesome";
    content: "\f095";
    margin-left: 15px;
    color: #476660;
    font-size: 20px;
}

.codeposti:before {
    font-family: "FontAwesome";
    content: "\f016";
    margin-left: 15px;
    color: #476660;
    font-size: 20px;
}

.mailus:before {
    font-family: "FontAwesome";
    content: "\f0e0";
    margin-left: 15px;
    color: #476660;
}

.addressus:before {
    font-family: "FontAwesome";
    content: "\f041";
    margin-left: 15px;
    color: #476660;
    font-size: 20px;
}

.site-main{ background: #FAF9F5;}

.site-main .page-title, .site-main .entry-title{color: #476660;padding-top: 35px;
    margin-top: 0;}
.home .site-main {margin-top:0; background:white;}
.home #woocommerce_widget_cart-2 h2:before, .home #text-16 a:before, .home #text-15 p:before{ color: white;}
.home .nav-menu a{    color: #ffffff;}
.nav-menu a{color:black;}
.home .up2:hover #woocommerce_widget_cart-2 h2:before, .home .up2:hover #text-16 a:before,
.home .up2:hover #text-15 p:before {color:black;}

.n-nav:hover #woocommerce_widget_cart-2 h2:before, .n-nav:hover #text-16 a:before,
.n-nav:hover #text-15 p:before {color:black !important;}

.home .up2:hover .up22{background:white; transition-duration: .3s;}
.home .up2:hover .nav-menu a, .n-nav:hover .nav-menu a{color:black !important;}
.up22{transition-duration: .3s;}


.kk{padding-left:35px; padding-right: 35px;}

.sliderr .widget_text{margin-bottom:0;}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {margin: 0 !important;
    padding-bottom: 30px;}
.navigation.post-navigation .nav-links{display:none;}
    
.button.checkout{background-color:#486861 !important;     color: white !important;}
.wc-forward, .actions .coupon .button, .actions .button{background-color:  #9E6848 !important;     color: white !important; font-family: IRANSans !important;}


.woocommerce-breadcrumb{display:none;}

.blogin2 .post.type-post{background: white;}
.blogin2 .entry-title{padding-top:0;}
.page-numbers li a{color:black;}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{ background: #476660; color: white;}

.tnp-widget-minimal input.tnp-submit{    font-family: IRANSans !important;}


.sliderr{    margin-top: -87px;}


.n-nav{position: fixed; background: white; z-index: 999; top:0; width:100%;}
.n-nav a{color:black !important;}


.n-nav #woocommerce_widget_cart-2 h2:before, .n-nav #text-16 a:before, .n-nav #text-15 p:before{color:black !important;}


.entry-content{padding-bottom: 10px;}


#pa_size option:hover {
    background: #dddddd !important;
    color: #231f20 !important;
}

.woocommerce-info{    border-top-color: #a1c190;}
.woocommerce-error, .woocommerce-info, .woocommerce-message{    background-color: #a1c19026;}

.woocommerce-info::before{    color: #476660;}

.place-order .button.alt{background: #476660 !important;     font-family: IRANSans !important;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{    background: #47666012 !important;}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{    background: #47666029 !important;}
.woocommerce-checkout #payment div.payment_box::before{    border: 1em solid #47666029;}


.rmp-search-box{font-family: IRANSans !important;}

.product.type-product{padding-top: 40px;}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{ color: #a6784f !important;}



@media only screen and (max-width:1280px) {


}
@media only screen and (max-width:1200px) {
   
   }
@media only screen and (max-width:1140px) {
   
   }
@media only screen and (max-width:1024px) {


   }
@media only screen and (max-width:992px) {
	.foott { padding: 56px 0 36px; }
	.foott .row { row-gap: 36px; }

   }
   
@media only screen and (max-width:768px) {
.up .container-fluid{    justify-content: end;}
.taklink{display:none;}
.up .menuu {display: none;}
.sliderr .widget_text{width:100%; text-align: justify;}
.sliderr .widget_text h2{    line-height: 1.7;}
#text-6 .textwidget, #text-7 .textwidget, #text-8 .textwidget{    text-align: center; display: block;}
.servicess li:nth-child(2), .blogg li:nth-child(2){margin-left: 0px !important;  margin-right: 0px !important;}
.servicess li, .blogg li{width:100%;}
.eventss .textwidget p, .servicess #text-9 p, .nazarattext h3, .blogg h3{    font-size: 21px;}
.foot1 .textwidget{width:100%;}
.blogg .category-posts-internal{    display: block;}
.aboutt .widget_media_image, .aboutt .widget_text{width:100% !important;}
.aboutt .widget_text .textwidget{padding: 18px;}
.catgoryy #text-25, .blogg #text-27{display: block;}
.catgoryy #text-25 .widget-title, .blogg #text-27 .widget-title{width: 100%;}
.catgoryy #text-25 .textwidget, .blogg #text-27 .textwidget{width:100%;}
.blogg #text-27 p, .catgoryy #text-25 p{text-align:right;}
.partimgtext #text-26, .partimgtext #media_image-7{width:100%;}
.partimgtext #media_image-6{width:100%;}
.partimgtext #media_image-7 img{    float: none; margin: 0 auto;}
.foott .widget-title{text-align:right;}
.foot2 .widget_nav_menu ul, .foot3 .widget_nav_menu ul{text-align:right;}
.fourparts .widget_text{width: 50%;}
.productstabb .my-category-products{display:block !important;}
.productstabb .wpsm_nav.wpsm_nav-tabs{padding:0; margin-top:60px !important;}
.productstabb .tab-content .product-item{width:100% !important;}

.sliderr .cryout-serious-slider, .sliderr .seriousslider-inner, .sliderr .item-image{height:auto !important;}

.productstabb .wpsm_nav.wpsm_nav-tabs li{    width: max-content !important; display: inline-block !important;}

.kk{padding-left: 15px;padding-right: 15px;}
.up22 .menuu{display:none;}
.catgoryy #text-25 .widget-title, .blogg #text-27 .widget-title{margin-bottom:15px;}
.ttll2{display:block;}
.sidemenu, ul.products.columns-4{    width: 100%;}

.blogin2{    width: 98%;}
.logoo{width: 40%;         padding-left: 0;}
.up22{position:initial;}
.home #woocommerce_widget_cart-2 h2:before, .home #text-16 a:before, .home #text-15 p:before{color:black;}
.up1{display:none;}
.partss{gap: 6px;  width: 42%;}
.up2 .row{justify-content: end; gap: 0px;}
.logoo img{float: left; margin-top:10px;}

.sliderr{margin-top:0;}
.partss{padding-left:0;}

h2.wp-block-heading{font-size: 24px;  line-height: 1.7;}
.woocommerce-ordering{float:left !important;}
.sidemenu{display:none;}

.fourparts img{display: block; margin: 0 auto; margin-bottom:10px;}
.fourparts p{color: #486861;}
#text-22{width:100%;}
.woocommerce-result-count, .orderby{font-size: 13px;}
}
   
@media only screen and (max-width:525px) {
	.foott [class*="col-"] { text-align: center; }
	.menu-social-container .menu { justify-content: center; }
	.widget_newsletterwidgetminimal .tnp-form { justify-content: center; }

   }
@media only screen and (max-width:480px) {

   }
@media only screen and (max-width:425px) {
   
   }
@media only screen and (max-width:320px) {
   
   }
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
		  only screen and (min-resolution:144dpi) {
   
   }


/* مرتب سازی محصولات ووکامرس */
.woocommerce-ordering select {
    appearance: auto;
    -webkit-appearance: auto;
    color: #252525;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* گزینه انتخاب شده */
.woocommerce-ordering select option:checked {
    background-color: #496d67 !important;
    color: #fff !important;
}

/* گزینه‌های dropdown */
.woocommerce-ordering select option {
    background-color: #fff;
    color: #252525;
}

/* هنگام Hover */
.woocommerce-ordering select option:hover {
    background-color: #496d67 !important;
    color: #fff !important;
}

.woocommerce-message:before{color: #9e6748;   }
.woocommerce-message{  border-top-color: #9e6748 !important;}
.price{color:black !important;}
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit, .woocommerce-button.button.woocommerce-form-login__submit{background-color:  #9E6848 !important;     color: white !important; font-family: IRANSans !important;}
.stock{color:black !important;}




