/*!
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: #4169e1;
}

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

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('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('fonts/IRANSansWeb(FaNum)_Bold.eot');
    src: url('fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/IRANSansWeb(FaNum)_Medium.eot');
    src: url('fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/IRANSansWeb(FaNum)_Light.eot');
    src: url('fonts/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('fonts/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('fonts/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('fonts/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('fonts/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/IRANSansWeb(FaNum).eot');
    src: url('fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('fonts/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('fonts/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff") format("woff"), 
    url("fonts/fontawesome-webfont.ttf") format("truetype"), 
    url("fonts/fontawesome-webfont.svg") format("svg");
}

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

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

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

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?vbrvop');
  src:  url('fonts/icomoon.eot?vbrvop#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?vbrvop') format('truetype'),
    url('fonts/icomoon.woff?vbrvop') format('woff'),
    url('fonts/icomoon.svg?vbrvop#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon1.eot?kdmodp');
  src:  url('fonts/icomoon1.eot?kdmodp#iefix') format('embedded-opentype'),
    url('fonts/icomoon1.ttf?kdmodp') format('truetype'),
    url('fonts/icomoon1.woff?kdmodp') format('woff'),
    url('fonts/icomoon1.svg?kdmodp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'icomoon2';
  src:  url('fonts/icomoon2.eot?xg6gm0');
  src:  url('fonts/icomoon2.eot?xg6gm0#iefix') format('embedded-opentype'),
    url('fonts/icomoon2.ttf?xg6gm0') format('truetype'),
    url('fonts/icomoon2.woff?xg6gm0') format('woff'),
    url('fonts/icomoon2.svg?xg6gm0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'icomoon1';
  src:  url('fonts/icomoon1.eot?xg6gm0');
  src:  url('fonts/icomoon1.eot?xg6gm0#iefix') format('embedded-opentype'),
    url('fonts/icomoon1.ttf?xg6gm0') format('truetype'),
    url('fonts/icomoon1.woff?xg6gm0') format('woff'),
    url('fonts/icomoon1.svg?xg6gm0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon3.eot?il1qyf');
  src:  url('fonts/icomoon3.eot?il1qyf#iefix') format('embedded-opentype'),
    url('fonts/icomoon3.ttf?il1qyf') format('truetype'),
    url('fonts/icomoon3.woff?il1qyf') format('woff'),
    url('fonts/icomoon3.svg?il1qyf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?olp7u2');
  src:  url('fonts/icomoon.eot?olp7u2#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?olp7u2') format('truetype'),
    url('fonts/icomoon.woff?olp7u2') format('woff'),
    url('fonts/icomoon.svg?olp7u2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}



body{ font-family: IRANSans !important; }


.slider{margin-top:-75px;direction:ltr;}

.img-responsive { display: block;max-width: 100%; height: auto;}

.homedesp { position: absolute;top: 0%; opacity: 0;transition: .5s ease;}

.pic a:hover .homedesp {opacity: 1;}
.pic .widget_black_studio_tinymce{position:relative;}

.up{position: absolute; width: 100%;z-index: 999;box-shadow: 0 2px 5px 0 rgb(0 0 0 / 40%) !important;background-color: #231f20 !important;top:0;}
.home .up{background-color: rgba(121,85,72,0.3) !important;}

.logoo, .menuu{float:right;}

.cartt #woocommerce_widget_cart-2{width: 100%;
    text-align: center;
    z-index: 99999;
    position: absolute;
    left: 18px;
    color: #888;}
#woocommerce_widget_cart-2 h3 {
    font-size: 13px;
    margin: 0px;
    color: transparent;
    margin-right: 40px;
    font-weight: 900;
    font-family: 'IRANSansWeb';
}
.cartt .widget_shopping_cart_content {
    background-color: white;
    padding: 11px;
    padding-top: 20px;
    margin-top: 34px;
    border: 1px solid lightgrey;
    display: none;
    box-shadow: 0px 0px 21px 0px #cccccc;
}

.cartt:before {
content: "\f07a";
    font-family: "FontAwesome";
    font-size: 24px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: block;
    color: #f9423a;
    margin-bottom: 5px;
}
.up .widget{margin-bottom:0px;}
.partss{padding-top: 15px;}
.up{padding-top:9px;padding-bottom:9px;}

.menu-item-15 > a:before{content: "\f015";
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: inline-block;
    color: #f9423a;
    margin-bottom: 5px;}
.menu-item-81 > a:before{content: "\f07a";
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: inline-block;
    color: #f9423a;
    margin-bottom: 5px;}
.menu-item-17 > a:before{content:"\f02d";font-family: "FontAwesome"; font-size: 16px; margin-left: 5px;vertical-align: middle;color:#f2523e;}
.menu-item-14 > a:before{content: "\f095";
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: inline-block;
    color: #f9423a;
    margin-bottom: 5px;}
    
.menu-item-545 > a:before{content: "\f212";
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: inline-block;
    color: #f9423a;
    margin-bottom: 5px;}

.menu-item-16 > a:before{content: "\f05a";
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: inline-block;
    color: #f9423a;
    margin-bottom: 5px;}



.searchh .widget_text:before{content: "\f002";
    font-family: "FontAwesome";
    font-size: 24px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: block;
    color: #f9423a;
    margin-bottom: 5px;}
.logg .widget_text:before{content: "\f007";
    font-family: "FontAwesome";
    font-size: 24px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: block;
    color: #f9423a;
    margin-bottom: 5px;}
.cartt, .logg, .searchh{ width: 50px;display: block;float: left;}

.logg { position: relative;}
.logg .textwidget a{position: absolute; top: 0;color: transparent;}

.productss #black-studio-tinymce-18 a{width: 180px;display: block;text-align: center; background-color: #86AE34; color: white;padding: 15px;
    transition-duration: .2s;margin: 0 auto;}
.productss #black-studio-tinymce-18 a:hover{background-color: #ac83c2; transition-duration: .2s; color: white;text-decoration: none;}
.productss{    margin-bottom: 40px;position:relative;margin-top:100px;}
/*.site-main{background-image:url(https://khalaj.sitedar.com/varzeshi/wp-content/uploads/pat1.jpg);background-size:cover;}*/

.aws-container .aws-search-form{width:85%;}

.logoo img{width:170px;margin-top:15px;}


.psfw-content-inner-wrap{text-align:center !important;}
.psfw-price{width:100% !important;}
.psfw-button .button.product_type_simple{ background-color: #ac84c2 !important;}
.psfw-button-design{ background-color: #86AE34 !important;}
.psfw-main-product-wrapper.psfw-car-template-2 .bx-wrapper .bx-controls-direction a{background-color: #86AE34 !important;}
.psfw-main-product-wrapper.psfw-car-template-2 .bx-wrapper .bx-controls-direction a:hover{background-color: #ac83c2;}
.bx-controls-direction a i{padding-top:14px !important;}
.psfw-title a{font-weight:900 !important;font-size: 17px !important;color: #86AE34 !important;}
.psfw-title a:hover{color: #ac83c2 !important;}
.woocommerce-Price-amount.amount{font-size:15px !important;color: black !important;}
.productss .add_to_cart_button.ajax_add_to_cart{width:max-content;display:inline-block;}
.productss .yith-wcwl-add-to-wishlist{width: max-content;display: inline-grid;    position: absolute;
    right: 0%;
    top: 15%;}
.productss .yith-wcwl-add-button span{font-size:.2px;color: transparent;}

.productss .product_type_simple.add_to_cart_button{display:inline-block;}

.productss .button.product_type_simple:before, .button.product_type_variable.add_to_cart_button:before{content:"";font-family: "FontAwesome";
    font-size: 18px; margin-right: 10px; vertical-align: middle;color:black;width: 50px;
    height: 50px;display:block;border:1px solid lightgrey;padding-top:15px;background-color: white;text-align:center;border-radius: 50%;transition-duration: .4s;    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    color: white;
    display: inline-block;
    content: "\e913";
    font-family: "FontAwesome";
    font-size: 19px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: block;
    color: #f9423a;}
.productss .product_type_simple.add_to_cart_button:before, .button.product_type_variable.add_to_cart_button:before{content: "\f07a";
    font-family: "FontAwesome";font-size: 20px;
    
    color: #f9423a; top: 4px;float: right;width: 50px;
    height: 50px;background-repeat: no-repeat;background-position: center;}
.productss .product.type-product .button.product_type_simple, .button.product_type_variable.add_to_cart_button{background-color: transparent;display:inline-grid;position: absolute;
    right: 0%;
    top: 33%;}
.productss .button.product_type_simple.add_to_cart_button,.productss  .button.product_type_simple, .button.product_type_variable.add_to_cart_button{font-size: .2px !important;
    color: transparent;}
.productss .fa-heart-o:before{font-size:20px;width: 50px;
    height: 50px;display:block;border:1px solid lightgrey;padding-top:15px;background-color: white;text-align:center;border-radius: 50%;transition-duration: .4s;color: #f9423a;}
.yith-wcwl-wishlistaddedbrowse .feedback, .feedback{color: #f9423a;font-size: 11px;}
.yith-wcwl-add-to-wishlist a{color: #6b5fa3;font-weight: 900;font-size: 12px;}

.productss .product.type-product .button.product_type_simple, .productss .yith-wcwl-add-to-wishlist, .button.product_type_variable.add_to_cart_button{display:none;}

.productss .product.type-product:hover .button.product_type_simple, .productss .product.type-product:hover .yith-wcwl-add-to-wishlist,.productss .product.type-product:hover .button.product_type_variable.add_to_cart_button{display:block;}
.productss .widget_black_studio_tinymce li{text-align:center !important;}
.productss li .woocommerce-loop-product__title{font-weight: 900 !important;color: black;font-size: 14px !important;margin-top: 15px;margin-bottom: 6px;}

.onsale{background: #f9423a;width: 46px !important;border-radius: 0px !important;    top: 3px !important;left: 5px !important;background-color: #f9423a !important;    height: 25px;font-size:12px !important;}
.productss #black-studio-tinymce-5{text-align: center;margin-bottom: 35px;color:black;}
.productss #black-studio-tinymce-5 p{font-size: 13px;color:#58595b;}




.textt{background-image: url(../../uploads/boxer.jpg);background-size: cover;background-position: center;background-attachment:fixed;}
.textt .widget_black_studio_tinymce{width: 55%;padding: 31px;font-size: 16px;color:white;float:right;line-height: 2.2;padding-top:70px;
    font-size: 15px;}
.textt .widget-title{margin-bottom: 17px !important;font-weight: 900;font-size:20px;color: #f9423a;}
.textt .impo{color:white;font-size:23px;font-weight:900;}

.postss{clear: both; overflow: hidden; margin-top: 65px}
.postss .wppsac-post-content-position{text-align:center !important;}
.postss .wppsac-post-categories, .postss .wppsac-post-date, .postss .wppsac-readmorebtn{display:none !important;}
.postss .slick-dots{display:none !important;}
.postss .wppsac-post-content-position{position: absolute; bottom: 0;margin: 0 auto;}
.postss .wppsac-carousel-slides{position: relative !important;} 
.postss .wppsac-post-content-position .wppsac-post-title,.postss .wppsac-post-content-position .wppsac-post-content{width:80%;margin:0 auto !important;background-color:white;padding-top:13px;}
.postss .wppsac-post-content-position .wppsac-post-title a{color: #f9423a;font-size: 17px;font-weight: 900;padding-top: 14px;}
.postss .wppsac-post-content-position .wppsac-post-title a:hover{color: #939598;}
.postss .wppsac-post-content-position .wppsac-post-content{padding-left: 15px;padding-right: 15px; padding-bottom: 15px;padding-top: 10px; font-size: 13px;}
.postss .widget_text{text-align:center;margin-bottom: 30px;}
.postss .widget_text .widget-title{font-weight: 900; font-size: 26px;color:black;}
.postss .widget_text .textwidget{color:#58595b;font-size:14px;}

.linee{background-color: #15181e;padding-top:20px;padding-bottom:20px;}
.linee .widget_black_studio_tinymce{width: 60%;margin: 0 auto; line-height: 2; padding-top: 15px;    color: white;
    font-size: 15px;padding-bottom:15px;}
/*.linee .widget_black_studio_tinymce:before{content: "\e901";width:100px;height:100px;display:inline-block;    font-family: "icomoon1";    font-size:70px;color:#f9423a;}*/
/*.linee .widget_black_studio_tinymce:after{content:"\e901";width:100px;height:100px;display:inline-block; font-family: "icomoon1";  font-size:70px;color:#f9423a;}*/
.linee .widget_black_studio_tinymce .textwidget{    width: 76%; margin: 0 auto;text-align: center;border-left:3px solid #f9423a;border-right:3px solid #f9423a;}
.linee .widget_black_studio_tinymce p{font-size: 34px; font-weight: 900;     color: #f9423a;margin-bottom:0px;}

.foott{background-image: url(../../uploads/gooter.jpg);background-position: center;background-size: cover;color: white;padding-top: 140px;    background-repeat: no-repeat;
    background-color: #000000; }
.foot1, .foot2, .foot3, .foot4{float:right;}
.foott .widget-title{font-size:20px;font-weight: 900;color: #f9423a;margin-bottom: 35px;}
.foot2 a, .foot2 p, .foot3 a, .foot3 p{color:white;font-size:14px;}

.foot1 img{padding-top: 70px;}
.footnote{margin-top:25px; padding-bottom: 15px;font-size:14px;}

.picsss{margin-bottom: 75px;margin-top: 70px;}



.pic .ttitlee{color:white;font-size: 16px;font-weight: 900;padding: 12px;text-align: center;background-color: #231f20;padding-top:25px;}
.pic .ttitlee:hover{color: #f9423a;text-decoration:none;}
.pic{z-index: 999999999999; background-color: #231f20;padding-top:20px;}
.pic a:hover{text-decoration:none;}
.pic p{margin-bottom:0px;}
.pic1 .widget_black_studio_tinymce, .pic2 .widget_black_studio_tinymce, .pic3 .widget_black_studio_tinymce{position: relative;
    /* max-width: 336px; */ 
    /* width: 100%; */
    /* padding: 20px 15px; */
    text-align: center;
    /* background-color: #292929; */
    margin-bottom: -40px;
    padding-top: 60px;}

.pic1 .widget_black_studio_tinymce:after, .pic2 .widget_black_studio_tinymce:after, .pic3 .widget_black_studio_tinymce:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 180px 0;
    border-color: #231f20 transparent transparent transparent;
}



.slider .widget.widget_text{margin-bottom:0px;}

.underslider{background-color: #f7f7f7;position: relative;background-position:center;
    padding-bottom: 50px;background-image:url(../../uploads/Spita-06.png);height: 165px;    background-size: contain;display:none;
}
.underslider #black-studio-tinymce-31{text-align: center;
    position: relative;    display: block;padding-top: 30px;display:none;}
.underslider .textwidget{color: grey;
    font-size: 16px;
    width: 83%;
    margin: 0 auto;
    z-index: 999999;
    margin: 0 auto;

    padding: 100px;
    line-height: 2;
 padding-bottom: 0;    padding-top: 30px;}
    
.underslider .textwidget .impo{color: black;font-weight: 900;font-size: 24px;margin-bottom: 25px;}
.underslider .textwidget p{margin-bottom:0px;}

    
iframe{width:100%;}
.contact2{margin-top:15px;}
.map .widget-title, .ll, .entry-header h1, .abouthead .widget-title{background-color: #231f20; text-align: center;color: #a9abae; font-size: 27px; padding-top: 30px; padding-bottom: 30px; margin-top: 0px;margin-bottom: 0px;}
.map .widget_black_studio_tinymce{margin-top:-2px;}
.ll{margin-top: 73px;}
.hy{background-color:#231f20;margin-top: -70px;    position: relative;padding:5%;margin-bottom:20px;}
.contact1{float:right;}
.contact2 .widget_black_studio_tinymce{width: 80%; background-color: white;border: 1px solid #939598;float: left;font-size: 14px;line-height:2;padding: 23px;}
.contact2 .widget_black_studio_tinymce p{margin-bottom:0px;}

.contact1 input{width:100% !important;height: 40px; font-size: 13px;text-align: right;    font-family: IRANSans !important;}
.contact1 .your-message textarea{height:120px !important;    font-family: IRANSans !important;}
.contact1 .wpcf7-captchar{width: 100px !important;margin-right:10px;}
.contact1 .wpcf7-submit:hover{background-color: #a8a9ad;}
.contact1 .wpcf7-submit{width: 130px !important; text-align: center;}

.contacttext{color: white; font-size: 15px;}
.contacttext .widget-title{font-size: 24px;font-weight: 900;color: #f9423a;}
.contact1 .wpcf7-submit{width: 130px !important; text-align: center; background-color: #f9423a;border: 0px;color: white;}
.contact1 .widget-title{font-size: 23px;font-weight: 900; color: #f9423a;}
.contact1 textarea{font-size: 13px;}
.contact2 .textwidget{display: inline-block;}

#black-studio-tinymce-23:before{content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    color: white;
    display: inline-block;
    width: 12px;
    height: 23px;
    background-image: url(../../uploads/loc.png);}
#black-studio-tinymce-24:before{content: "\f095";
    font-family: "FontAwesome";
    font-size: 22px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: inline-block;
    color: #f9423a;
    margin-bottom: 5px;}
#black-studio-tinymce-25:before{content: "\f0e0";
    font-family: "FontAwesome";
    font-size: 22px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: inline-block;
    color: #f9423a;
    margin-bottom: 5px;}

.cat1 .post.type-post{width: 46%;margin: 2%;float:right;position: relative;margin-top:0px;}
.cat1 .entry-content{background-color: white;width: 80%; margin: 0 auto; font-size: 13px;line-height: 2; text-align: center;padding: 0 10px 10px;}
.cat1 .joomir-desc{position: absolute;bottom: 0px;margin: 0 auto;}
.cat1 .joomir-desc h2{background-color: white;width: 80%; margin: 0 auto; text-align: center;padding-top: 12px; padding-bottom: 10px;}
.cat1 .joomir-desc h2 a:hover{color: #231f20;text-decoration:none;}
.cat1 .entry-content p{margin-bottom:0px;}
.cat1 .inner-box h2 a{color: #f9423a;padding-top:10px;padding-bottom:10px;font-size:18px;}


.cat2 .search-form {background: #0000000f;margin-bottom: 40px; padding: 15px;}
.cat2 .widget.widget_search label { width: 77%;float:left;}
.cat2 .screen-reader-text {display: none !important;}
.cat2 .search-field { border: 0px; padding: 16px; height: 60px; width: 100%;}
.cat2 .search-submit { right: 0;top: 0;height: 60px; line-height: 60px; width: 70px;background-color: #333333; font-size: 16px;
    color: #ffffff;font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;border: 0;}

.ca{margin-top:40px;}

.cat2 .search-submit { right: 0; top: 0; height: 60px;line-height: 60px;  width: 70px; background-color: #333333;
    font-size: 16px;color: #ffffff; font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 0;    padding: 0px;}

.cat2 .widget.widget_black_studio_tinymce { background: #0000000f;padding: 15px;margin-top: 45px;}
.cat2 .widget.widget_black_studio_tinymce h2 { position: relative;font-size: 18px; color: #ffffff; line-height: 30px; font-weight: 500;
    background: #f9423a;padding: 15px;margin-top: 0;}
.cat2{float:right;}
.aigpl-design-1 .aigpl-img-wrp {height: 120px !important;}

.archive.woocommerce .sidebar { display: block;}
.sidebar {width: 21%;float: right; margin-left: 2%;margin-right: 1%;display:none;}
.archive.post-type-archive .sidebar{display: block}
.sidemenu h2 {background-color: #f9423a; padding: 10px;color: white;font-size: 21px;text-align: center;margin-bottom:0px;}
.sidemenu ul {padding: 0px; margin: 0;}
.sidemenu ul li {list-style-type: none;padding: 10px 0;border-bottom: 1px solid lightgrey;font-weight: 900;    font-size: 13px !important;}
.sidemenu ul li a { color: #616161;}
.sidemenu .product-categories .cat-item-19, .sidemenu .product-categories .cat-item-23{display:none;}

.archive.woocommerce #primary .site-main .products {width: 75%; display: inline-block; margin-top: 20px; margin-left: 1%;}
.archive.woocommerce #primary .site-main .products li {text-align: center; padding: 1%;}
.product.type-product { background: white; padding: 20px; box-shadow: rgb(0 0 0 / 12%) 0 1px 13px; margin-bottom: 30px;}

.woocommerce-result-count, .woocommerce-ordering, .woocommerce-breadcrumb{display:none !important;}
.woocommerce-products-header .page-title{background-color: #231f20; text-align: center; color: #a9abae;font-size: 27px;
    padding-top: 30px;padding-bottom: 30px;margin-top: 0px; margin-bottom: 0px;}
.woocommerce-products-header{margin-top:-2px;}

.post-type-archive.post-type-archive-product .content-area.container-fluid.plpr{padding:0px !important;}


.plpr .products .woocommerce-loop-product__title{color: #231f20; font-size: 14px !important;    font-weight: 900;}
.plpr .products .button.product_type_simple{background-color:#231f20;color:white;font-size:13px;padding: 10px 14px;
    font-size: 12px; line-height: 16px;border-radius:2px;}
.plpr .products .button.product_type_simple:before{position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0px;
    transition: opacity .15s ease, -webkit-transform .25s ease;
    transition: opacity .15s ease, transform .25s ease;
    transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);

    margin-left: 10px;
    vertical-align: middle;
    color: white;
    display: inline-block;
   content: "\e90a";
    font-family: "FontAwesome";

    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: inline-block;
    color: #f9423a;
    margin-bottom: 5px;}    
.plpr .products .button.product_type_simple:after{position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255,255,255,0.4);
    border-left-color: #fff;
    border-radius: 50%;
    vertical-align: middle;}  
.plpr .products .button.product_type_simple:hover:before{-webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);opacity: 1;font-size:24px;}
   
.plpr .products .yith-wcwl-add-to-wishlist {width: max-content; display: inline-grid; position: absolute; right: 1%;
    top: 4%;display:none;}
.plpr .products .product.type-product:hover .yith-wcwl-add-to-wishlist{display:block;}
.plpr .products .fa-heart-o:before {
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: block;
    border: 1px solid lightgrey;
    padding-top: 15px;
    background-color: white;
    text-align: center;
    transition-duration: .4s;
    color: #f9423a;
}
.plpr .products .add_to_wishlist.single_add_to_wishlist span{font-size: .2px;
    color: transparent;}

.plpr .products .button.product_type_simple:hover{background-color: #231f20;
    color: #231f20;}
.yith-wcwl-wishlistexistsbrowse a{display:block !important;}
 
.variations .label label{font-size: 14px;color: black;margin-top: 7px;}
.variations .value select{height:30px;font-family: IRANSans !important;font-size: 13px;}
.reset_variations{font-weight: 900;}
 
.qib-button:hover:not(#qib_id):not(#qib_id){    background: #6b5fa3 !important;}

.summary.entry-summary .yith-wcwl-add-button{    width: 250px;
    text-align: center;
    font-size: 17px;
    border: 1px solid lightgrey;
    height: 38px;
    margin-right: 0;
    margin-left: 10px;
    padding: 10px;
    background-color: lightgrey;
    vertical-align: middle;}
.summary.entry-summary .yith-wcwl-add-button:hover{background-color: #6b5fa3 !important;color:white !important;}
.summary.entry-summary .yith-wcwl-add-button:hover a{color:white !important;}

.products .added_to_cart.wc-forward{background-color: white;
    color: #6b5fa3;
    font-size: 13px;
    width: 145px;
    border-radius: 3px;
    margin-top: 10px;
    font-weight: 900;
    padding: 4px;
    border: 2px solid #6b5fa3;}
.products .button.product_type_simple:hover{background-color:#231f20;color:#231f20;}
.products .yith-wcwl-add-button a{color: black;}
.products .woocommerce-Price-amount.amount{    font-size: 13px !important;}
.woocommerce a.button.alt{background-color: #f2523e !important;}
.woocommerce div.product .out-of-stock{font-size:14px !important;}
.yith-wcwtl-msg{font-size: 12px !important;}
.woocommerce input.button.alt{background-color: #f2523e !important;font-family: IRANSans !important;}
#yith-wcwtl-output label{font-size: 11px !important;}
.price .products .price del{color: #58595b !important;}
#yith-wcwtl-output a{height: 35px; text-align: center; font-size: 13px;padding: 11px;}
.products.columns-4 li .yith-wcwl-add-button{display:none;}
.home .yith-wcwl-wishlistexistsbrowse, .post-type-archive-product .yith-wcwl-wishlistexistsbrowse{display:none;}



#yith-wcwtl-output form{position:relative;}
#yith-wcwtl-email{height:30px;}
#yith-wcwtl-output .button.alt{height: 30px !important; top: 0 !important; position: absolute;}
#yith-wcwtl-output{position:relative;}

.woocommerce.woocommerce-page .content-area.container-fluid.plpr .site-main{margin-top:85px;}
.summary.entry-summary .product_title.entry-title{    color: black;font-weight: 900;}
.summary.entry-summary .woocommerce-product-details__short-description{line-height: 2; font-size: 14px; text-align: justify;}
.summary.entry-summary .single_add_to_cart_button.button.alt{background-color: #f9423a;padding: 10px;color: white;font-family: IRANSans !important;border-radius:2px !important;}
.summary.entry-summary .input-text.qty.text{height: 30px;}
.summary.entry-summary .yith-wcwl-add-button{color: black;font-size: 12px; margin-bottom: 10px;}
.summary.entry-summary .yith-wcwl-add-button a{color: #6b5fa3; font-weight: 900;}

.product_meta .posted_in a{color:black;}

.count{font-size: 15px;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    color: #f9423a;
    top: 5px;
    position: absolute;
    border: 1px solid #f9423a;
    padding-bottom: 10px;
    border-radius: 50%;left:32px;}

.related.products > h2{width: max-content;padding: 0 15px;  margin: 0 auto;margin-top: 24px; margin-bottom: 26px;font-weight: 900;padding: 19px;font-size: 24px;text-align: center;color: #f9423a;position:relative;}
.related.products > h2:after{width: 150px; border-style: solid; border-color: #000000; border-bottom-width: 1px;left: 100%;content: ""; display: block;
    position: absolute; top: 60%; border-width: 0; height: 2px; background-color: #58595b;}
.related.products > h2:before{width: 150px; border-style: solid; border-color: #000000;
    border-bottom-width: 1px; content: "";display: block;
    position: absolute; top: 60%; border-width: 0;
    right: 100%; height: 2px;  background-color: #58595b;}
.related.products .yith-wcwl-add-button{display:none !important;}
.related.products li .product_type_simple{margin-bottom:10px;}

.related.products li{text-align:center;}
.woocommerce-tabs.wc-tabs-wrapper { background: #fff; padding: 20px; box-shadow: rgb(0 0 0 / 10%) 0 1px 3px;margin-bottom: 30px;}
.woocommerce-tabs.wc-tabs-wrapper {line-height: 2;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-top: 3px solid #f9423a !important;}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .active a:before, .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .active a {
    color: #f9423a !important;}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .description_tab a:before {
    content: "\f14b";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #999;
    margin-left: 10px;
    vertical-align: middle;
    transition-duration: .2s;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .reviews_tab a:before {
    content: "\f086";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #aaa;
    margin-left: 10px;
    vertical-align: middle;
    transition-duration: .2s;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .additional_information_tab a:before {
    content: "\f0ea";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #aaa;
    margin-left: 10px;
    vertical-align: middle;
    transition-duration: .2s;
}
.woocommerce-Tabs-panel{font-size:14px;line-height:2;}
.woocommerce-Tabs-panel h2{font-size:20px;color: #f9423a !important;font-weight: 900;}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {padding: 0px 17px !important;background-color: white !important;border-top: 0px !important;}
.woocommerce-tabs p{color: #939598;text-align:justify;}


.woocommerce-info{    border-top-color: #f9423a !important;font-size: 14px;}
.woocommerce-info::before{color: #f9423a !important;}
.woocommerce-info .showcoupon{color: #f9423a !important;}
.woocommerce-privacy-policy-link{color: #f9423a !important;}

.page-template-default.page .site-main, .page-template .site-main{margin-top:73px;}


.about1{float:right;}
.aboutus{margin-top:60px;}
.about2 .widget-title{color: #f9423a; font-size: 18px;font-weight: 900;}
.about2 .widget_black_studio_tinymce{line-height: 2;font-size: 14px; padding: 15%;text-align:justify;}
.about2 .widget-title{color: #f9423a; font-size: 17px; font-weight: 900;}
.bigtext{font-size: 17px;}
.abouttext{    text-align: center;
    line-height: 2;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 40px;    font-weight: 900;}

.home .page-template .site-main{margin-top:0px !important;}
.post, .page{margin-bottom:0px;}


.searchbox{display: block;
    position: absolute;
    width: 320px;
    position: fixed;
    right: 0;
    z-index: 99999999;
    width: 360px;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 99;
    -moz-box-shadow: -4px 0px 15px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: -4px 0px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: -4px 0px 15px 0px rgb(0 0 0 / 20%);
    padding: 75px 20px 20px;
    right: -500px;
    background-color: #231f20;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;overflow-x: hidden;}

.closeee:before{color: red;
    font-size: 23px;
    content: '';
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;   font-family: "FontAwesome";width: 25px;
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 24px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: block;
    color: #f9423a;
    margin-bottom: 5px;}
.aws-search-field {font-family: 'IRANSansWeb' !important;}


.widget_shopping_cart_content, .woocommerce-mini-cart__empty-message{color:black !important;font-size:13px;}
.woocommerce-mini-cart__empty-message{margin-top:20px;}
/*.widget_shopping_cart_content:before{content: "";*/
/*    font-family: "FontAwesome";*/
/*    font-size: 18px;*/
/*    background-image: url(https://khalaj.sitedar.com/varzeshi/wp-content/uploads/cart.png);*/
/*    color: white;*/
/*    top: 4px;*/
/*    float: right;*/
/*    width: 25px;*/
/*    height: 25px;}*/
.cartt h3{display:none;}
.cartt .cart-contents{color: white;font-size: 14px;}
.cartt .widget_shopping_cart_content {
    background-color: white;
    padding: 0px 11px;
    margin-top: 14px;
    border: 1px solid lightgrey;
    display: none;
    box-shadow: 0px 0px 21px 0px #cccccc;}
.cartt:hover .widget_shopping_cart_content {
    display: block;
}

.woocommerce-mini-cart.cart_list.product_list_widget {padding-top:25px;}
.woocommerce-mini-cart-item.mini_cart_item a{color: #f9423a;}


.menuu ul{padding:0; text-align: center; margin: 0;}
.menuu li a{
  padding: 9px 12px;
  font-size: 15px;
  position: relative;
  display: inline-block;
  outline: none;
  color: #f9423a;
  text-decoration: none; 
}

.menuu li:last-child a{padding-left: 0;}
.menuu li{display:inline-block;}
.menuu li a:hover{color: #f9423a;}
.menuu ul ul{position:absolute; width:250px; padding:10px 0; display:none; z-index:100;}
.menuu li:hover> ul{
  display:block;
  float:left;
  width:246px;
  margin-right: 0px;
  background: #3a3a3b;
}
.menuu li li{width:100%; padding-right: 10px; float:left; list-style-type:none; margin-right: 0; margin-left: 0;}
.menuu li li a{text-align: right; font-size: 14px; text-decoration:none; width: 100%; color: #fff; padding: 5px;}
.menuu ul ul ul{  margin: -44px 225px 0 190px !important;}

.menuu{margin-top: 7px;}

.postss .wppsac-sub-content{font-size:14px;}
.postss ul{padding:0px;margin:0px;}
.postss li{width: 48%; display: block; float: right;margin: 1%;}
.postss .cat-post-thumbnail img{width: 100%;margin: 0 auto;float:none;height: 320px;
    object-fit: cover;}
.postss li .post-title.cat-post-title{background-color: white !important; width: 85%; margin: 0 auto;
    text-align: center;padding-top: 12px; padding-bottom: 10px; display: block; bottom: 0px;
    margin: 0 auto; margin-top: -55px;z-index: 99999999999; position: relative;font-size: 15px;
    padding-top: 20px;
    font-weight: 900;    color: #58595b;}
.postss li p{background-color: white;
    width: 85%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    padding: 0 10px 10px;
    position: relative;
    bottom: 0px;
    margin: 0 auto;
    z-index: 99999999999;    border-bottom: 5px solid #f9423a;}

.cat-post-item{border-bottom:0px !important;}


.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li{ padding: 0px 17px !important;background-color: white !important;border-top: 0px !important;}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a{color: #f9423a;font-size:12px;}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .description_tab.active{ box-shadow: rgba(0,0,0,.1) 0 -8px 8px 2px,}


.table-gray {background-color: #f5f5f5!important;border-bottom: #fff 2px solid!important;width:25% !important;}
.table td, .table th{padding: .75rem;vertical-align: top;}

.woocommerce-tabs.wc-tabs-wrapper{background: #fff; padding: 20px;box-shadow: rgba(0,0,0,.1) 0 1px 3px;margin-bottom: 30px;}




.coupon #coupon_code{width:250px;}
.coupon .button{ background-color: #f9423a !important;color: white !important;height: 30px !important;}
.actions .button{background-color: #f9423a !important;color: white !important;height: 30px !important;}



.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead{ background-color: #fafafa; }
.woocommerce-cart-form__cart-item.cart_item .product-quantity .qib-container{ text-align:center;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{width:100%;}
.cart_totals h2{font-size: 18px;color: #999; margin-bottom: 15px;}
.shop_table.shop_table_responsive th{text-align:right !important;}
.woocommerce-page.woocommerce-cart .cart-collaterals table th{    width: 10%;background: #fafafa;}
.woocommerce-page.woocommerce-cart table.shop_table th{text-align: center;}
.woocommerce-page.woocommerce-cart table.shop_table td, .woocommerce-page.woocommerce-cart table.shop_table th{border: #eee 1px solid; padding: 5px 10px;    font-weight: 300;
    font-size: 14px;}



.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout{    text-align: left;
    margin-top: 15px;}
.wc-proceed-to-checkout{text-align: left; margin-top: 15px; width: max-content;float: left;}
.wc-proceed-to-checkout a{font-size: 13px !important;}

#customer_details .col-1{float:right;}
#customer_details .col-2{float:left;}
#ship-to-different-address span{margin-right:25px;display:none !important;}

.table-bordered td, .table-bordered th{border: 1px solid #dee2e6;}
.shop_table.woocommerce-checkout-review-order-table th{text-align:right !important;}

.table td, .table th{padding: .75rem;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color:#f9423a !important;}

.woocommerce .product .product_meta {line-height: 2;border-top: #eee 1px solid; padding-top: 10px;}
.shop_table.woocommerce-checkout-review-order-table thead{background-color: #616161 !important;
    color: white !important;}
.shop_table.woocommerce-checkout-review-order-table td{border:1px solid rgba(0,0,0,.1);}
.shop_table.woocommerce-checkout-review-order-table tfoot th{border:1px solid rgba(0,0,0,.1);}

#woocommerce_product_categories-3{margin-top:45px;}
#woocommerce_product_categories-3 .widget-title:after{display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 24px;
    height: 2px;
    margin-top: -1px;background-color:#f9423a;}

#woocommerce_product_categories-3 .widget-title{position: relative;
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;color:white;}


#woocommerce_product_categories-3 .product-categories{padding: 0px; margin: 0px;color: white;font-size: 14px; line-height: 2;margin-top:10px;}
#woocommerce_product_categories-3 .product-categories li{list-style-type: none;}

#woocommerce_product_categories-3 .product-categories .cat-item.cat-item-19,#woocommerce_product_categories-3 .product-categories .cat-item.cat-item-23 {display:none;}
#woocommerce_product_categories-3 li a{    color: white;}

.searchbox .widget_media_image img{text-align: center; margin: 0 auto;display: block;margin-top: 60px;}



.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{width: 40% !important;}
.woocommerce-product-gallery .flex-viewport{width:100% !important;}

.summary.entry-summary{width:57% !important;color: #939598;}
.product_title.entry-title {
    background: #f7f7f7;
    padding: 15px !important;
    margin-bottom: 30px;
}
.woocommerce .product .product_meta {
    line-height: 2;
    border-top: #eee 1px solid;
    padding-top: 10px;
}
.sku_wrapper, .posted_in {
    display: block;
}
.posted_in:before {
    content: "\f07c";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #aaa;
    margin-left: 10px;
    vertical-align: middle;
    transition-duration: .2s;
}


.camera_commands{display:none;}



.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.productss .elementor-shape-top {
    top: -1px;
}
.productss .elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward{background-color:#6b5fa3;color:white;border:2px solid #6b5fa3;}
.woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward:hover{background-color:white;color:#6b5fa3;border:2px solid #6b5fa3;}
.woocommerce-mini-cart__buttons.buttons .button.wc-forward{background-color:white;color:#6b5fa3;border:2px solid #6b5fa3;}
.woocommerce-mini-cart__buttons.buttons .button.wc-forward:hover{background-color:#58595b;color:white;border:2px solid #6b5fa3;}
.woocommerce-mini-cart__total.total{padding-top:15px !important;}

.actions .coupon, .coupon .button, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{    font-family: IRANSans !important;}


.woocommerce-checkout .entry-content, .woocommerce-cart .entry-content{padding:15px;font-size: 13px;}


.term-21 .plpr, .term-22 .plpr, .term-20 .plpr{padding-left:0px;padding-right:0px;}



.woocommerce-message{border-top-color: #f9423a !important;}
.woocommerce-message::before{color: #6b5fa3 !important;}
.button.wc-forward{background-color: #58595b !important;color: white !important;border-radius:2px !important;font-size: 12px;
    padding: 10px 18px !important;}




.woocommerce-wishlist .entry-content{padding:15px;}

.product-name, .product-price, .product-stock-status{text-align:right !important;}
.yith_wcwl_wishlist_footer{display:none;}
.wishlist_table{font-size: 14px;}







#rmp-menu-wrap-109 .rmp-menu-item-link{padding-right: 0px !important;}
#rmp-container-109  #rmp-menu-wrap-109 .rmp-menu-subarrow{left:0 !important;}
#rmp-menu-wrap-109 .rmp-submenu .rmp-menu-item-link{text-align:right !important;}
.rmp-font-icon.dashicons.dashicons-arrow-up-alt2:before{content: "\f067" !important;font-family: "FontAwesome" !important;color: #f9423a !important;}
.rmp-font-icon.dashicons.dashicons-arrow-down-alt2:before{content: "\f068" !important;font-family: "FontAwesome" !important;color: #f9423a !important;}
#rmp-search-box-109{display:none !important;}
.yith-wcwl-wishlistexistsbrowse{display:none;}
.wpb_category_n_menu_accordion > ul > li > a{background: #231f20 !important;}
.sidemenu .wpb_category_n_menu_accordion{margin-top:-15px !important;}
.sidemenu .wpb_category_n_menu_accordion a{color: #f9423a !important;}




.fixedfooter ul{padding:0px;margin:0px;background-color: white; width: max-content;margin: 0 auto;border: 3px solid #f9423a;box-shadow: 0 0 6px #f9423a73;border-bottom: 0;border-radius: 10px 10px 0 0;width:100%;}
.fixedfooter ul li{display:inline-block;}
.fixedfooter ul li a{text-align: center;display: block;padding:10px;color: black;
    font-size: 14px;
    font-weight: 900;}
.fixedfooter ul li a:hover{text-decoration: none;}

.f-foot{position: fixed;width:100%;bottom:0;transition-duration: 1s;z-index: 99999999999999999999999999;}
.f-foot:hover{ margin-bottom: 0px;transition-duration: 1s; }
.fixedfooter .menu-item-219 a:before, .fixedfooter .menu-item-230 a:before{content: "\f015"; font-family: "FontAwesome";font-size: 24px; 
    vertical-align: middle;color: #f9423a; display: block; color:#f9423a;
    /*background-image: url(https://spitasport.com/wp-content/uploads/homee.png);margin: 0 auto;*/}
.fixedfooter .menu-item-217 a:before, .fixedfooter .menu-item-232 a:before{content: "\f07a"; font-family: "FontAwesome";font-size: 24px; 
    vertical-align: middle;color: #f9423a; display: block; color:#f9423a;}
.fixedfooter .menu-item-218 a:before, .fixedfooter .menu-item-233 a:before{font-size: 24px;display: block; text-align: center; transition-duration: .4s;
    color: #f9423a;content: "\f08a";font-family: "FontAwesome";}
.fixedfooter .menu-item-220 a:before{font-size: 24px;display: block; text-align: center; transition-duration: .4s;
    color: #f9423a;content: "\f0b0";font-family: "FontAwesome";}

.fixedfooter .menu-item-231 a:before{font-size: 24px;display: block; text-align: center; transition-duration: .4s;
    color: #f9423a;content: "\f002";font-family: "FontAwesome";}

.fixedfooter .widget.widget_nav_menu{margin-bottom:0px;}
.menu-item-219, .menu-item-220, .menu-item-230, .menu-item-231{width:20%;}
.menu-item-217, .menu-item-232{width:24%;}
.menu-item-218, .menu-item-233{width:33%;}




.filterr{display: block;
    position: absolute;
    width: 320px;
    position: fixed;
    right: 0;
    z-index: 99999999;
    width: 360px;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 99;
    -moz-box-shadow: -4px 0px 15px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: -4px 0px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: -4px 0px 15px 0px rgb(0 0 0 / 20%);
    padding: 75px 20px 20px;
    right: -500px;
    background-color: #231f20;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow-x: hidden;}
#woocommerce_price_filter-2{ width: 88% !important;}
#woocommerce_price_filter-2 .widget-title{color: white;font-size: 17px;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:#f9423a !important;}
.price_label{color:white !important;font-family: IRANSans !important;}
.price_slider_amount .button{background-color: #a9abae !important;color: black !important;font-family: IRANSans !important;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color: #a9abae !important;font-family: IRANSans !important;}


.ea-header{background-color: #231f20;}
#sp-ea-227.sp-easy-accordion>.sp-ea-single>.ea-header a{color: #f9423a !important;font-size:18px;}
.fa-minus:before, .fa-plus:before{color: #f9423a !important;}
.ea-body{font-size: 14px;line-height: 2;}


.wishlist-title.wishlist-title-with-form h2{font-size: 17px;color:#f9423a !important;}

.product-name a{color: black !important;}
.shop_table.cart.wishlist_table.wishlist_view{    font-size: 14px;}
.product-add-to-cart a{background-color: black !important; color: white !important; padding: 10px;border-radius: 3px;}
.wishlist_table .product-stock-status span.wishlist-in-stock{color: #a9abae !important;}

.logooimg{width:68%;}
.searchbox .logooimg{margin-top:30px;}


#nav_menu-3, #nav_menu-4{display:none;}



.page-numbers a{background-color:black;color:white;font-size: 13px !important;}
.woocommerce nav.woocommerce-pagination ul li span.current{background-color: #f9423a;color:white;font-size: 13px !important;}
.page-numbers a:hover{background-color: #f9423a !important;color:white !important;font-size: 13px !important;}


.sale-perc{position: absolute;
    top: 0;
    left: 0;
    background-color: #f9423a;
    color: white;
    font-size: 15px;
    padding: 6px;font-weight:900;}
.onsale{display:none;}
.woocommerce ul.products li.product .price del{opacity:1;}
.about1 img{margin: 0 auto;text-align: center; display: block;}


.entry-content{font-size: 14px;line-height: 2;}

.entry-meta, .entry-footer, .nav-links{display:none !important;}


.post.type-post .post-thumbnail img{height: 400px; object-fit: contain; margin: 0 auto;display: block;margin-top: 20px;}


.foot2 ul{padding:0px;margin:0px;}
.foot2 li{    position: relative; padding-left: 20px; vertical-align: middle; display: inline-block;list-style: none;}
.foot2 li a {font-size: 0 !important; display: inline-block;text-decoration: none;}

.foot2 li.menu-item-18 a:before {content: "\f098";
    font-family: "FontAwesome";font-size: 24px; vertical-align: middle;
    color: #f9423a; display: block;color: #f9423a;}

.foot2 li.menu-item-19 a:before {content: "\f16d";
    font-family: "FontAwesome";font-size: 24px; vertical-align: middle;
    color: #f9423a; display: block;color: #f9423a;}

.foot2 li.menu-item-20 a:before {content: "\f124";
    font-family: "FontAwesome";font-size: 24px; vertical-align: middle;
    color: #f9423a; display: block;color: #f9423a;}

.foot2 li.menu-item-400 a:before {content: "\e904";
    font-family: "FontAwesome";font-size: 24px; vertical-align: middle;
    color: #f9423a; display: block;color: #f9423a;}





.ozviat {color: #f9423a !important;}
.vorod{color: #f9423a !important;}

.testt{  width: 130px; background-color: white; display: block;padding: 10px;
    font-size: 12px;position: absolute;display:none;}
.profile, .exit{display:block;color: #f9423a;
    font-weight: 900;}

.tes { display: block;position: absolute; z-index: 9999;border: 1px solid lightgrey; background-color: white;width: 130px;box-shadow: 0px 0px 21px 0px #cccccc;}
.ozv{font-weight: 900; font-size: 14px;}


.payment_box.payment_method_bacs{font-size: 15px !important;}




.woocommerce-checkout .type-page .entry-content .ozv{width: max-content;
    display: inline-block;
    background-color: #f9423a;
    padding-left: 10px;
    padding-right: 10px;
    color: white;}


.post-31 .woocommerce-button.button.woocommerce-form-register__submit, .post-31 .woocommerce-button.button.woocommerce-form-login__submit, .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button{background-color:#f9423a;
    color: white;
    font-family: IRANSans !important;}

.post-31 .woocommerce-form.woocommerce-form-register.register > p:nth-child(2){display:none !important;}

.post-31 #customer_login input, .woocommerce-EditAccountForm.edit-account input{font-size:14px !important;}

.testt.tes{display:none;}


.woocommerce-MyAccount-navigation ul{padding:0px;}
.woocommerce-MyAccount-navigation li a{color: black;}
.woocommerce-MyAccount-navigation li a:hover{color: #f9423a;}

.wc-bacs-bank-details-heading, .woocommerce-order-details__title, .woocommerce-column__title{font-size: 22px;
    font-weight: 900; text-align: center; background-color: black; padding: 10px;color: white;}
    
    
.single_add_to_cart_button.button.alt{width: 140px;font-size: 14px;}
.value select{min-width:140px !important;}
.woocommerce-message{font-size: 14px;font-weight:900;padding-top:15px;}

.coupon #coupon_code{width:48% !important;}

.footii{float:right;padding-top:70px;}
.namad{float:left;}
.namad img{background-color:white;}

#place_order{font-family: IRANSans !important;}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{font-weight: 900; font-size: 20px; text-align: center; color: #6b5fa3;}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{padding:0px !important;}
.wc-bacs-bank-details.order_details.bacs_details{padding:0px;}
.wc-bacs-bank-details-account-name{font-size: 21px !important;}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{font-size: 13px;}
.woocommerce .wc-bacs-bank-details-account-name{margin-bottom:25px;}
.woocommerce ul.order_details li strong{margin-top:10px;font-size:14px;}
.wc-bacs-bank-details.order_details.bacs_details li{font-size:14px;}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th{text-align:right;}
.woocommerce-table__product-table.product-total{text-align:right !important;}
.woocommerce-order p{color: #f9423a;font-size: 17px;text-align: center;font-weight: 900;}
.woocommerce-message .button.wc-forward{    background-color: #f9423a !important;}


.woocommerce-billing-fields__field-wrapper input{height: 40px !important;font-size: 16px !important;}

.woocommerce-shipping-destination, .woocommerce-shipping-calculator{display:none !important;}



.products.columns-3 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart{display:none;}





.wc_payment_method.payment_method_melli_pay img{width: 100px !important;}



.term-description{font-size: 14px;line-height: 2;text-align: justify;padding-left: 15px;padding-right: 15px;}

.star-rating{display:none !important;}


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

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

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

}
@media only screen and (max-width:768px) {
.pic1 img, .pic2 img, .pic3 img{width:100%;}
.pic1 .textwidget, .pic2 .textwidget, .pic3 .textwidget{border:1px solid lightgrey;}
.pic1 .textwidget p, .pic2 .textwidget p, .pic3 .textwidget p{margin-bottom:0px;}
.pic .ttitlee{font-size: 20px;}
.pic1, .pic2, .pic3{margin-bottom:30px;}
.textt .widget_black_studio_tinymce{width: 100%;}
.linee .widget_black_studio_tinymce{width:100%;}
.linee .widget_black_studio_tinymce .textwidget{width: 97%;}
.linee .widget_black_studio_tinymce p{font-size: 25px;}
.linee .widget_black_studio_tinymce:after, .linee .widget_black_studio_tinymce:after{display:none;}
.foot1, .foot2, .foot3{width:100% !important;}
.menuu{display:none;}
.cartt, .logg, .searchh{width:40px;}
.logoo img, .logoo{text-align:left;}
.rmp-menu{margin-top:55px !important;}
#rmp-container-109{background-color: #231f20 !important;background-image:none !important;}
.pic{margin-top:0px !important;}
.slider{margin-top:0px;}
#rmp_menu_trigger-109 .responsive-menu-pro-inner, #rmp_menu_trigger-109 .responsive-menu-pro-inner::before, #rmp_menu_trigger-109 .responsive-menu-pro-inner::after{    background-color: red !important;}
#rmp_menu_trigger-109{background-color:#231f20 !important;}
.cat1 .joomir-desc{position:relative;}
.cat1 .post.type-post{width:96%;}
.ll, .map .widget_black_studio_tinymce, .woocommerce-products-header, .woocommerce.woocommerce-page .content-area.container-fluid.plpr .site-main, .page-template-default.page .site-main, .page-template .site-main{margin-top:85px;}
.sidebar, .archive.woocommerce #primary .site-main .products{width: 96%;margin-right: 2%;margin-left:2%;}

.post-type-archive.post-type-archive-product #nav_menu-3, #nav_menu-4{display:block;}
.post-type-archive.post-type-archive-product #nav_menu-4{display:none;}
.cat2, .cat1{width:100% !important;}
.foott{background-image:url('../../uploads/footermobili.jpg');    background-position: bottom;padding-top:0px;}
.home .up{background-color: #231f20 !important;}
.pic1 .widget_black_studio_tinymce:after, .pic2 .widget_black_studio_tinymce:after, .pic3 .widget_black_studio_tinymce:after{display:none;}
.pic1 .widget_black_studio_tinymce, .pic2 .widget_black_studio_tinymce, .pic3 .widget_black_studio_tinymce{padding-top:0px;margin-bottom:0px;}
.productss{margin-top: 40px;}
.pic .ttitlee{padding-top: 15px;}
.textt{background-position: left;}
.textt .impo{ font-size: 20px;margin-bottom:30px;}
.postss li{    width: 98%;}
.contact2 .widget_black_studio_tinymce{width:100%;}
#rmp-menu-109 #rmp-menu-item-15 a:before{content: "\f015";
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: inline-block;
    color: #f9423a;
    margin-bottom: 5px;}
#rmp-menu-109 #rmp-menu-item-16 a:before{content: "\f05a";
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: inline-block;
    color: #f9423a;
    margin-bottom: 5px;}
#rmp-menu-109 #rmp-menu-item-81 > a:before{content: "\f07a";
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: inline-block;
    color: #f9423a;
    margin-bottom: 5px;}
#rmp-menu-109 #rmp-menu-item-14 a:before{content: "\f095";
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: inline-block;
    color: #f9423a;
    margin-bottom: 5px;}
#rmp-menu-109 #rmp-menu-item-545 a:before{content: "\f212";
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    color: #f9423a;
    display: inline-block;
    color: #f9423a;
    margin-bottom: 5px;}

.cartt #woocommerce_widget_cart-2{width:250px;right:0;}
.up{padding-bottom: 10px;}
.camera_prev, .camera_next{display:none !important;}
#rmp_menu_trigger-109 .responsive-menu-pro-inner, #rmp_menu_trigger-109 .responsive-menu-pro-inner::before, #rmp_menu_trigger-109 .responsive-menu-pro-inner::after{background-color: #f9423a !important;}
.cartt{position:relative;}
.related.products > h2:before, .related.products > h2:after{display:none;}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{width:100% !important;}
.summary.entry-summary{width:100% !important;}
.count{left: 12px;top:5px;}
.productss .yith-wcwl-add-to-wishlist{top:4%;}
.namad{width: 90px; bottom: 80px;}

.post-31 #customer_login .woocommerce-form-register{display:none !important;}
.logoo{float:left;}

.partss{padding-left:0px;}

.about2 .widget_black_studio_tinymce{padding: 10%; text-align: justify;}
.cartt{position:initial;}
.woocommerce-message .button.wc-forward{background-color: #f9423a !important;width:100%;display: block;text-align: center;
    margin-bottom: 10px;}
.woocommerce-message{font-size: 14px;font-weight:900;padding:0px;padding-top:10px;}
.footii{padding-top: 25px;padding-bottom: 100px;}
}
@media only screen and (max-width:480px) {
.cat2 .search-submit{    width: 63px;}
.logoo img{width:122px !important;}
.woocommerce ul.order_details li{font-size: 12px; display: block; float: none; margin-bottom: 12px;}




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

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

}