/*!
Theme Name: darkoob
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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.f
 */
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 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 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: #333;
	text-decoration:none;
}




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-left: 0;
}

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

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

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

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 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-left: auto;
	margin-right: 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;
	left: 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 {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
@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: 'Poppins';
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'times';
  src: url('fonts/times.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Poppins Light */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Poppins Medium */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Poppins Bold */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Poppins ExtraBold */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@media only screen and (max-width: 768px){
    h1{ font-size: 20px !important; }
    h2{ font-size: 1em !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: 1em !important; }
    h3{ font-size: 16px !important; }
    h4{ font-size: 14px !important; }
}
body{
	font-family: 'Poppins', sans-serif;
}
.head1{
	background: #333;
}
.head1 a{
	color: #fff;
	text-decoration: none;
	font-size: 0.75rem;
}
.head1 p{
	margin-bottom: 0;
}
.head1 section{
	margin-bottom: 0;
	    padding-top: 5px;
    padding-bottom: 7px;
}
.head1-left{
	text-align: right;
}

.head2 a{
	color: #333;
}
/* حالت عادی head2 */
.head2 {
  width: 100%;
  transition: all 0.3s ease;
  z-index: 1000;
}

/* کلاس فعال هنگام اسکرول */
.head2.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  background: #fff; /* رنگ پس‌زمینه برای وقتی روی محتواست */
}
/* همبرگر فقط در موبایل */
#rmp_menu_trigger-201 {
  display: none; /* حالت پیشفرض دسکتاپ */
}

/* نمایش در موبایل و موقعیت ثابت */
@media (max-width: 768px) {
  #rmp_menu_trigger-201 {
    display: block;
    position: fixed; /* همیشه روی صفحه */
    top: 40px; /* فاصله از بالای صفحه یا به head2 بچسبونی */
    right: 10px; /* فاصله از راست */
    z-index: 1100;
  }
}


#text-3 a{
	padding-left: 20px;
	border-left: 1px solid;
}
.menu ul{
	display: inline-flex;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 20px;
}
.menu ul li a{
	text-decoration: none;
	font-size: 0.75rem;
	margin-right: 2.25rem;
}
.login{
	text-align: right;
}
.login ul{
	display: inline-flex;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 20px;
}
.login ul li a{
	text-decoration: none;
	font-size: 0.75rem;
	margin-right: 2.25rem;
}
#menu-item-173 a{
	margin-right: 0;
}
#text-4{
	margin-top: 20px;
}
.slider{
	text-align: center;
	background: url("/wp-content/uploads/2025/09/saemi-slider.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 270px;
	padding-bottom: 270px;
	color: #fff;
}
.slider h2{
	font-size: 30px !important;
	letter-spacing: 1px;
}
.slider a{
	color: #fff;
	margin-top: 1.25rem;
}
.trending{
	text-align: center;
}
#text-6{
	margin-top: 80px;
}
.woocommerce-loop-product__title {
	font-size: 11px !important;
	color:#333 ;
}
#text-11 .add_to_cart_button{
	display: none;
}
#text-7 .add_to_cart_button{
	display: none;
}
.price{
	color: #333; 
	margin-top: 15px;
}
#text-6 h2{
	font-size: 29px !important;
}
#text-6 p{
	margin-bottom: 18px;
	font-size: 14px;
}
.trending .woocommerce ul.products li.product{
	margin-bottom: 0 !important;
}
#text-8 a{
	padding: 10px 20px;
	background: #111;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}
.video {
  position: relative;
  width: 100%;

  overflow: hidden;
  text-align: center;
}

.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; /* مثل background-size: cover */
  transform: translate(-50%, -50%);
  z-index: -1; /* پشت محتوا قرار بگیره */
}
#text-9{
	padding-top: 350px;
	padding-bottom: 350px;
	color: #fff;
}
#text-9 h2{
	font-size: 27px !important;
	margin-bottom: 17px;
}
#text-9 a{
	color: #fff;
}
.styled{
	margin-top: 60px;
}
#text-10{
	text-align: center;
}
#text-10 .widget-title{
	font-size: 22px !important;
}
#text-10 p{
	font-size: 14px;
}
.styled{
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(128, 128, 128, 0.39);
}
.styled .woocommerce-loop-product__title{
	display: none;
}
.styled .price{
	display: none !important;
}
.styled .product{
	margin-bottom: 30px !important;
}
.subscribe{
	padding-top:100px;

}
#text-12{
	text-align:center;
}
/* کل صفحه برای وسط‌چین کردن */
.form-wrapper {
  display: flex;
  justify-content: center;   /* وسط افقی */
  align-items: center;       /* وسط عمودی */
  min-height: 100vh;         /* ارتفاع کل صفحه */
}

/* استایل قبلی برای قرار گرفتن در یک ردیف */
.cf7-inline {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;  /* وسط افقی */
  margin: 0 auto;  
}

/* ورودی‌ها و دکمه */
.cf7-inline input[type="email"],
.cf7-inline input[type="text"],
.cf7-inline input[type="submit"] {
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
}

.cf7-inline input[type="email"] {
  min-width: 220px;
}

.cf7-inline input[type="text"] {
  width: 120px;
}

.cf7-inline input[type="submit"] {
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0 15px;
  transition: background 0.3s ease;
}

.cf7-inline input[type="submit"]:hover {
  background: #005c88;
}

@media (max-width: 600px) {
  .cf7-inline {
    flex-direction: column;
    align-items: stretch;
  }
  .cf7-inline input,
  .cf7-inline .wpcf7-captchac,
  .cf7-inline .wpcf7-captchar,
  .cf7-inline input[type="submit"] {
    width: 100%;
  }
}
#text-12{
	margin-bottom: 0;
}
#text-12 .widget-title{
	font-size: 25px !important;
}
#text-12 p{
	font-size: 14px;
}
.foot{
	margin-top: 70px;
}
.foot a{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
.foot .widget-title{
	margin-bottom: 30px;
	font-size: 13px !important;
	font-weight: bold;
}
.copyright-text{
	margin-bottom: 0 !important;
	margin-top: 30px;
	font-size: 13px;
}
.copyright-text::before{
	font-family: 'FontAwesome';
	content:"\f1f9";
	margin-right: 5px;
}
.home #text-20{
	display:none
}
.home #text-19{
	display: block;
	margin-top: 20px;
}
#text-19{
	display: none;
}
#text-19 p{
    text-align:center;
}
#text-20{
	margin-top: 20px;
}
.home .head2{
	border: none;
	margin: 0;
}
#text-21{
    margin-bottom:0;
}
#text-21 .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    font-size:12px !important;
}
#text-21 .dgwt-wcas-search-wrapp {
        position: relative;
    left: 60px;
}
.head2{
	border-bottom: 1px solid #3333336b;
	margin-bottom: 50px;
}
#nav_menu-2{
	margin-bottom: 0;
}
#nav_menu-3{
	margin-bottom: 0;
}
.woocommerce-breadcrumb{
	font-size: 12px !important;
	text-decoration: none;
}

.woocommerce-breadcrumb a{
	text-decoration: none;
}
.quantity{
	display: none;
}
.price{
	color: #333 !important;
}
.woocommerce div.product div.images .flex-control-thumbs{
	margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img{
	margin-right: 10px;
}
/* استایل دکمه خرید */
.single_add_to_cart_button {
    background: #000 !important;
    color: #fff !important;
    width: 100%;
    padding: 14px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
}

/* تب‌ها به صورت آکاردئونی */
.woocommerce-tabs .panel {
    display: none;
    margin-top: 15px;
}
.woocommerce-tabs h2 {
    cursor: pointer;
    border-top: 1px solid #ddd;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
}
.woocommerce-tabs h2.active + .panel {
    display: block;
}
/* صفحه تک محصول ووکامرس */
.single-product div.product div.images {
    width: 50% !important;   /* تصویر محصول ۶۰٪ عرض */
    float: left;
     margin-right: 5%;/* کنار جزئیات محصول قرار بگیره */
}

.single-product div.product div.summary {
    width: 45% !important;   /* بخش توضیحات محصول */
    float: right;
}
.woocommerce-MyAccount-navigation {
    padding:10px;
    list-style-type:none;
        margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
   border-color: #ddd;
}
.woocommerce-MyAccount-navigation ul{
    list-style-type:none;
    margin-bottom:0;
    padding-left:0;
    margin-left:0;
}
.woocommerce-MyAccount-navigation-link{
    margin:10px 0;
}
.woocommerce-MyAccount-navigation-link a{
    
    text-decoration:none;
    color:#333;
        display: block;
    padding: 10px 15px;

    background-color: #f5f5f5;
    border-color: #ddd;
    
}
.qty{
    margin-bottom:30px;
}
.wc-block-cart .wc-block-cart__submit-container{
    background:#333;
}
.wc-block-cart .wc-block-cart__submit-container a{
    color:#fff;
    text-decoration:none;
}
.wc-block-cart-item__remove-link{
        padding: 10px 20px;
    background: #d10000;
    color: #fff;
    text-decoration: none;
}
.woocommerce .woocommerce-ordering select {
    padding: 5px;
    border-radius: 10px;
}
.woocommerce div.product form.cart .button {
    padding-top:13px !important;
    padding-bottom:13px !important;
    border-radius:0 !important;
    letter-spacing:1px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px;
    margin-top: -24px;
    border-radius: 0px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 37%);
}
.entry-content{
    text-align:justify;
    line-height:30px;
}
/* کل صفحه: باکس در وسط صفحه */
.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(135deg, #f7f8fc, #e8ebf3);
  padding: 20px;
}

/* باکس فرم */
.contact-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  max-width: 420px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  transition: all 0.3s ease;
}

.contact-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

/* عنوان فرم */
.form-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}

/* لیبل‌ها */
.contact-box label {
  display: block;
  font-weight: 600;
  color: #555;
  margin-bottom: 6px;
  font-size: 14px;
}

/* فیلدهای متنی */
.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  color: #333;
  background-color: #fafafa;
  margin-bottom: 18px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #6a67ce;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(106, 103, 206, 0.15);
}

/* textarea */
.form-textarea {
  min-height: 120px;
  resize: vertical;
}

/* کپچا */
.captcha-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

/* دکمه ارسال */
.form-button {
  width: 100%;
  background: linear-gradient(135deg, #6a67ce, #5c5aca);
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#text-3{
    color:#fff;
}
.head1-left {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  animation: moveLeft 10s linear infinite;
}

@keyframes moveLeft {
  0% {
    transform: translateX(10vw);
  }
  100% {
    transform: translateX(-100%);
  }
}



.form-button:hover {
  background: linear-gradient(135deg, #5c5aca, #4a48b5);
  transform: translateY(-1px);
  color:#fff;
}
.contact-box br{
    display:none;
}
.contact-box p{
    margin-bottom:0;
}
#nav_menu-4{
    margin:0;
}
#nav_menu-4 a{
    font-size:0;
}
#menu-item-310 a::before{
    font-family: 'FontAwesome';
   content:"\f002";
    font-size:20px !important;
    position: relative;
    left: 20px;
}
#menu-item-219 a::before{
    font-family: 'FontAwesome';
    content:"\f07a";
    font-size:20px !important;
    position: relative;
    left: 10px;
}
.trending .woocommerce ul.products li.product .button{
    display:none;
}
.trending .price{
    display:none !important;
}
/* پاپ‌آپ در ابتدا پنهان باشد */
.search-phone {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  z-index: 9999;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  width: 90%;
  max-width: 400px;
}

/* پس‌زمینه تار برای زمان باز شدن پاپ‌آپ */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9998;
}

/* فقط در حالت موبایل نمایش رفتار خاص */
@media (max-width: 768px) {
  .search-phone.active {
    display: block;
  }
  .popup-overlay.active {
    display: block;
  }
}

@media (max-width: 480px) {
  .contact-box {
    padding: 30px 20px;
  }

  .form-title {
    font-size: 20px;
  }
}
#nav_menu-4{
    display:none;
}
@media (max-width: 768px) {
   .head1-left{
       text-align:center;
   }
    #nav_menu-2{
        display:none;
    }
    .search{
        display:none;
    }
    #nav_menu-3{
        display:none;
    }
    .cf7-inline .wpcf7-captchac{
        width:auto !important;
    }
    #nav_menu-4{
        display:block !important;
    }
    .trending .product{
        margin-bottom:15px !important;
    }
        #rmp-container-201 {
            background:#fff !important;
        }
}