
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: IRANYekanX;
	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: IRANYekanX;
	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: IRANYekanX;
	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: IRANYekanX;
	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: IRANYekanX;
	line-height: 1.6;
	margin-bottom: 1.6em;
	/* max-width: 100%; */
	/* overflow: auto; */
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: IRANYekanX;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #f7f7f7;
	margin: 0 !important;
}

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

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

ul {
	list-style: none;
}

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: #4B4B4B;
	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;
	border-radius: 5px;
	padding: 5px;
}

textarea {
	width: 100%;
}
.post-main-content a {
	color: #0082ff;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

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

.main-navigation ul {
	display: flex;
	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;
	gap:  20px;
	display: flex;
	flex-direction: row-reverse;
}

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

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



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


.container {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 15px;
	transition: all .3s ease;
}


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

.options-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  position: relative;
}

.options-area .option {
  all: unset;
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  position: relative;
  cursor: pointer;
}

.options-area .option.search {
  color: #24a8f9;
}

.options-area .option.cart {
  color: #ed2a27;
}

.options-area .option.user {
  width: max-content;
  gap: 10px;
  border-right: 1px solid rgb(0 0 0 / 12%);
  padding: 4px 9px 4px 0;
}

.options-area .option.user .text {
  min-width: max-content;
  font-size: 14px;
  font-weight: 700;
}

.icon {
  width: 100%;
  height: 100%;
}

.icon svg {
  width: 100%;
  height: 100%;
}
.options-area .option.bg-type {
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  transition: background 1s ease;
}
.options-area .option.white.bg-type {
  color: #ffbc05;
}

.options-area .option.dark.bg-type {
  color: #000;
}

.options-area .option.bg-type .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  transition: all 1s ease;
}

.options-area .option.white.bg-type .icon.white {
  top: 100%;
}

.options-area .option.dark.bg-type .icon.dark {
  top: 100%;
}

.options-area .option.cart .cartcount {
  position: absolute;
  top: 96%;
  left: 57%;
  transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  /* border: 1px solid; */
  display: flex;
  background: #f97524;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  color: #eee;
  text-align: center;
  font-family: IRANYekanXFaNum;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-top {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.header-top .social-media {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top .social-media p {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

#socialmedia-header {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 10px;
  align-items: center;
}

#socialmedia-header li {
  font-size: 20px;
}

#socialmedia-header a {
  color: #000000;
  transition: color 0.3s;
}

#socialmedia-header a:hover {
  color: #ec0108;
}

.phone-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.phone-area .phone-logo {
  height: 17px;
  color: #24a8f9;
}

.phone-area .phone-logo svg {
  height: 100%;
}

.phone-area .phone-content {
  display: flex;
  flex-direction: column;
}

.phone-area .phone-content span {
  text-align: center;
}

.phone-area .phone-content span.phone-number {
  color: #000000;
  text-align: center;
  font-family: IRANYekanXFaNum;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  direction: ltr;
}

.desktop-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 17px 27px -9px rgb(124 124 124 / 28%);
}

.header-row {
  display: flex;
  justify-content: space-between;
}

.header-row .header-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header-row > a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.roostamun-logo {
  width: 120px;
}

.desktop-header .main-navigation ul {
	display: flex;
	padding: 0;
	gap: 20px;
}

.desktop-header .main-navigation ul li {
	display: flex;
	flex-direction: row-reverse;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
}

.desktop-header .main-navigation ul li:nth-child(5) {
	color: #f00
}

.desktop-header .main-navigation ul li svg {
	height: 18px;
}

.desktop-header .main-navigation ul li a {
	color: #4B4B4B;
	text-align: center;
	font-family: IRANYekanX;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: 0.1s;
}

.desktop-header .main-navigation ul li a:hover {
	color: #57c13e;
}

.options-area .search-form {
  display: flex;
  position: absolute;
  height: 38px;
  padding: 0 14px 0 0;
  border-radius: 50px;
  border: 1px solid transparent;
  left: 87%;
  background: linear-gradient(45deg, #fff, #fff) padding-box,
    linear-gradient(45deg, #fff 10%, #24a8f9) border-box;
  width: 280px;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.options-area .search-form.active {
  opacity: 1;
  visibility: visible;
}

.options-area .search-form .search-submit {
  all: unset;
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  color: #24a8f9;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  position: relative;
  cursor: pointer;
}

.options-area .search-form .search-submit svg {
  height: 100%;
}

.options-area .search-form input[type="search"] {
  all: unset;
  width: 230px;
  height: 40px;
  padding: 5px;
}

.mobile-header {
  padding: 5px 6px;
  background: #fff;
}

.mobile-header .mobile-menu {
  display: flex;
  height: 40px;
}

.mobile-header .menu-right {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mobile-header  .mobile-menu .menu-button {
	position: relative;
	height: 40px;
	width: 40px;
}

.mobile-header  .mobile-menu .menu-button span {
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	transition: all .3s ease;
}

.mobile-header  .mobile-menu .menu-button span:nth-child(1) {
	top: 25%;
}

.mobile-header  .mobile-menu .menu-button span:nth-child(2) {
	top: 50%;
}

.mobile-header  .mobile-menu .menu-button span:nth-child(3) {
	top: 75%;
}



.mobile-header  .mobile-menu .menu-button.active span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg);
}

.mobile-header  .mobile-menu .menu-button.active span:nth-child(2) {
	top: 50%;
	opacity: 0;
}

.mobile-header  .mobile-menu .menu-button.active span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}


.mobile-header  .mobile-menu .main-navigation {
	display: none;
	position: absolute;
	width: min-content;
	right: 0;
	top: 177px;
	background: #fff;
	z-index: 100;
	padding: 20px 15px;
	min-width: 350px;
}

.mobile-header  .mobile-menu .main-navigation.active {
	display: block
}

.mobile-header  .mobile-menu .main-navigation ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
@media screen and (max-width: 768px) {
    .desktop-header {
		display: none
	}

	.mobile-header {
		display: block;
	}

	.roostamun-logo {
		width: 80px;
	}

	.phone-area .phone-logo {
		height: 22px;
	}

	.phone-area .phone-content span.phone-desc {
		font-size: 14px;
	}
	
}

@media screen and (min-width: 768px) {
    .desktop-header {
		display: flex
	}

	.mobile-header {
		display: none;
	}

	
}

@media screen and (max-width: 768px) {
  .options-area .option.user .text {
    display: none;
  }
}
/* .desktop-header */

/* ================================================================= */
/*  baner */
/* ================================================================= */

.baner-content {
	margin-top: 20px;
}

/* ================================================================= */
/* 	home aboutus */
/* ================================================================= */

.home-aboutus-area {
	display: flex;
	flex-direction: row-reverse;
	/* overflow: hidden; */
	justify-content: space-between;
}

.home-aboutus-area .image-area {
	width: 575px;
	min-width: 400px;
}

.home-aboutus-area .image-area img {
	height: auto !important;
	width: 100% !important;
}

.home-aboutus-area .aboutus-content {
	/* width: 800px; */
	min-width: 400px;
	max-width: 700px;
	display: flex;
	flex-direction: column;
}

.home-aboutus-area .aboutus-content p {
	background: transparent;
	padding: 0;
	text-indent: 5px;
	width: 100%;
	color: #000;
	text-align: right;
	font-family: IRANYekanX;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	margin: 0;
}

@media screen and (max-width: 1000px)  {
	.home-aboutus-area {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 768px)  {
	.home-aboutus-area .aboutus-content {
		width: 100%;
		min-width: auto;
	}
	.home-aboutus-area .image-area {
		min-width: auto;
		width: 100%;
	}
}



#primary.site-main .post-header {

}

#primary.site-main .post-header .post-header-pos {
	display: flex;
	margin-top: 40px;
}

#primary.site-main .post-header .post-header-pos .post-thumbnail img {
	border-radius: 15px;
}

#primary.site-main .post-header .post-header-pos .post-infos {
	margin-right: 40px;
	width: 75%;
}

#primary.site-main .post-header .post-header-pos .post-infos .author-name h3:before {
	content: "\40";
	font-family: "Font Awesome 6 Pro";
	margin-left: 10px;
}

#primary.site-main .post-header .post-header-pos .post-infos .post-date h3:before {
	content: "\f073";
	font-family: "Font Awesome 6 Pro";
	margin-left: 10px;
}

#primary.site-main .post-header .post-header-pos .post-infos .post-info .info-bg {
	background-color: #57c13e;
	border-radius: 15px;
	padding: 5px 20px;
	margin-top: 40px;
}


#primary.site-main .post-header .post-header-pos .post-infos .post-info .info-bg .info-desc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#primary.site-main .post-header .post-header-pos .post-infos .post-info .info-bg .info-desc .info-text h4 {
	color: #eee;
	display: flex;
}

#primary.site-main .post-header .post-header-pos .post-infos .post-info .info-bg .info-desc .info-text h4:before {
	content: "\f05a";
	font-family: "Font Awesome 6 Pro";
	margin-left: 5px;
}

#primary.site-main .post-header .post-header-pos .post-infos .post-info .info-bg .info-desc .info-button {
	background-color: #24a8f9;
	padding: 10px;
	border-radius: 10px;
}

#primary.site-main .post-header .post-header-pos .post-infos .post-info .info-bg .info-desc .info-button a {
	color: #fff;
}


#primary.site-main .post-header .post-header-pos .post-infos .post-time h3:before {
	content: "\e29e";
	font-family: "Font Awesome 6 Pro";
	margin-left: 10px;
}

#primary.site-main .post-header .post-header-pos .post-infos h3 {
	color: #000;
}

#primary.site-main .post-header .post-header-pos .post-infos h4 {
	color: #252525;
}

#primary.site-main .post-header .post-header-pos .post-title {
	margin-bottom: 80px;
}

.home-aboutus-area .aboutus-content .readmore {
	width: 120px;
	height: 42px;
	padding: .5rem 1.5rem;
	border-radius: 10px;
	border: 2px solid #24AAFD;
	background: rgb(255 255 255);
	margin: 20px auto;
	text-align: center;
	color: #2276AA;
	font-size: 18px;
	font-style: normal;
	/* font-weight: 400; */
	line-height: normal;
	transition: all .3s ease;
}

.home-aboutus-area .aboutus-content .readmore:hover {
	color: #fff;
	background: #24AAFD;
	border-color: #1c86c8;
}

/* ================================================================= */
/* 	service */
/* ================================================================= */

.our-service-area {
	display: flex;
	justify-content: space-around;
	background: #fff;
	padding: 20px;
	flex-wrap: wrap;
	box-shadow: 0 3px 8px -3px rgb(0 0 0 / 25%);
	border: 1px solid rgb(0 0 0 / 12%);
	border-radius: 10px;
	margin-bottom: 30px;
}

.our-service-area .service {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 400px;
	min-width: 200px;
	margin: 5px 5px 10px;
}

.our-service-area .service h2 {
	margin: 0;
	color: #454343;
	text-align: right;
	font-family: IRANYekanX;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.our-service-area .service h2 span {
	color: #1B97F6;
	text-align: right;
	font-family: IRANYekanXFaNum;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.our-service-area .service p {
	margin: 3px;
}

.our-service-area .service svg {
	position: absolute;
	color: rgba(0, 0, 0, 0.10);
	top: 0;
	left: 00%;
	height: 50px;
}

/* .our-service-area .service:not(:first-child):before {
	content: '';
	position: absolute;
	top: 50%;
	right: -24px;
	width: 2px;
	height: 60px;
	background: #AFAFAF;
	transform: translate(-50%, -50%);
} */

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

/* ================================================================= */
/* 	footer */
/* ================================================================= */

#colophon.site-footer .footer-bg {
	margin-top: 30px;
}

#colophon.site-footer .footer-bg .footer-header {
	display: flex;
	justify-content: space-between;
}

#colophon.site-footer .footer-bg .footer-header .footer-logo img {
	width: 160px;

}

#colophon.site-footer .footer-bg .footer-header .footer-img img {
	width: 150px;
}

#colophon.site-footer .footer-bg .footer-option {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#colophon.site-footer .footer-bg .footer-option .footer-desc {
	width: 432px;
	/* border-left: solid #dbd8d8; */
	padding: 0px 11px;
}

#colophon.site-footer .footer-bg .footer-option .footer-links {
	/* border-left: solid #dbd8d8; */
	padding: 0px 10px;
}

#colophon.site-footer .footer-bg .footer-option .footer-links ul {
	padding: 0 10px 0 0;
}


#colophon.site-footer .footer-bg .footer-option .footer-links ul li {
	position: relative;
}

#colophon.site-footer .footer-bg .footer-option .footer-links ul li:before {
	content: "\f0d9";
	font-family: "Font Awesome 6 Pro";
	margin-left: 10px;
	color: #24a8f9;
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translate(0, -50%);
}

#colophon.site-footer .footer-bg .footer-option .footer-social {
	/* border-left: solid #dbd8d8; */
	padding: 0px 20px;
}

#colophon.site-footer .footer-bg .footer-option .footer-social .footer-icons {
	color: #dbd8d8;
	font-size: 24px;
}

#colophon.site-footer .footer-bg .footer-option .footer-social .footer-icons ul {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 10px;
}

#colophon.site-footer .footer-bg .footer-option .footer-social .footer-icons ul li a {
	color: #afafaf;
}

#colophon.site-footer .footer-bg .footer-copyright {
	background-color: #24a8f9;
	color: #eee;
	padding: 5px 10px;

	display: flex;
	justify-content: center;
}

#colophon.site-footer .footer-bg .footer-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

#colophon.site-footer .footer-bg .footer-text .telephone-text {
	color: #a8a8a8;
	font-size: 14px;
}

#colophon.site-footer .footer-bg .footer-text .telephone-text p {
	margin: 5px 0;
}

#colophon.site-footer .footer-bg .footer-option .footer-cel {
	position: relative;
}

#colophon.site-footer .footer-bg .footer-option .footer-cel:not(:last-child):after {
	content: '';
	position: absolute;
	width: 2px;
	height: 80%;
	background: #d5d5d542;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
}

#colophon.site-footer .footer-bg .footer-option .footer-namad.footer-cel img {
	width: 150px !important;
}

/* ================================================================= */
/* 	mini shop */
/* ================================================================= */

.mini-shop-header {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-evenly;
	margin-top: 30px;
	border-radius: 10px;
	border: 1px solid #CBCBCB;
	background: #FFF;
	box-shadow: 0px 9px 9px -8px rgba(0, 0, 0, 0.25);
	padding: 20px;
	gap: 12px;
	flex-wrap: wrap;
}

.mini-shop-header .search-form {
	/* width: 800px; */
	padding: 0;
	margin: 0;
	height: 40px;
	display: flex;
	border-radius: 6px;
	background: #FFF;
	overflow: hidden;
}

.mini-shop-header .search-form input[type='search'] {
	width: 740px;
	min-width: 100px;
	height: 100%;
	border-radius: 0 6px 6px 0 !important;
	padding: 0px 10px;
	border-left: none;
	border: 1px solid #C1C1C1;
}

input#main-search-form {}

.mini-shop-header .search-form input[type='search']:focus-visible {
	outline: none;
}

.mini-shop-header .search-form button[type='submit'] {
	height: 100%;
	border-radius: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	min-width: 100px;
	width: 110px;
	background: #24A8F9;
	border: 1px solid #24A8F9;
	color: #FFF;
	font-family: IRANYekanX;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.mini-shop-header .search-form button[type='submit'] svg {
	height: 100%;
}

.mini-shop-header .categories {
	width: 350px;
	border-radius: 6px;
	border: 1px solid #D0D0D0;
	background: #FFF;
	box-shadow: 0px 4px 11px -4px rgba(0, 0, 0, 0.25);
	position: relative;

}

.mini-shop-header .categories>button {
	width: 100%;
	border: 0;
	height: 40px;
	background: 0;
	display: flex;
	justify-content: space-between;
	padding: 10px 30px;
	cursor: pointer;
	align-items: center;
}

.mini-shop-header .categories .categories-area {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	border: 1px solid #e1dede;
	min-width: 350px;
	max-height: 500px;
	max-width: 60%;
	border-radius: 6px;
	background: #fff;
	z-index: 10000;
	padding: 10px;
	box-shadow: 0 2px 8px rgb(0 0 0 / 17%);
}

.mini-shop-header .categories .categories-area.active {
	display: block;
}

.mini-shop-header .categories .categories-area ul {
	padding: 0;
	margin: 0;
}

.mini-shop-area {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 30px;
	justify-content: space-around;
}

.mini-shop-area .mini-shop-content {
	width: 1000px;
	display: none;
}

.mini-shop-area .mini-shop-content.active {
	display: block;
}

.mini-shop-area .shop-sidebar {
	width: 380px;
}

.mini-shop-area .shop-sidebar .tabs .tab {
	display: flex;
	border: 1px solid #D3D3D3;
	background: #FFF;
}

.mini-shop-area .shop-sidebar .tabs .tab a {
	padding: 15px 20px;
	width: 100%;
	height: 100%;
}

.mini-shop-area .shop-sidebar .tabs {

	padding: 0;
	margin: 0;
}

.mini-shop-area .shop-sidebar .tabs .tab:first-child {
	border-radius: 0 10px 0 0
}

.mini-shop-area .shop-sidebar .tabs .tab:last-child {
	border-radius: 0 0 10px 0;
}

.mini-shop-area .shop-sidebar .tabs .tab.active {
	border: 1px solid #D3D3D3;
	background: #FCFCFC;
	box-shadow: -4px 4px 10px 0px rgba(101, 101, 101, 0.25) inset;
}

.mini-shop-area .shop-sidebar .mini-shop-baner {
	margin-top: 20px;
	border-radius: 15px;
}

@media screen and (max-width: 768px) {
	.mini-shop-area {
		display: flex;
		flex-direction: column-reverse;
	}

	.mini-shop-area .mini-shop-content {
		width: 100%;
	}

	.shop-sidebar {
		width: 100% !important;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 10px;
		flex-direction: column-reverse;
		gap: 10px;
	}

	.mini-shop-area .shop-sidebar .tabs {
		display: flex;
	}

	.mini-shop-area .shop-sidebar .tabs .tab:last-child {
		border-radius: 10px 0 0 10px;
	}

	.mini-shop-area .shop-sidebar .tabs .tab:first-child {
		border-radius: 0 10px 10px 0;
	}

	.mini-shop-area .shop-sidebar .tabs .tab a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align:  center;
		font-size: 14px;
	}
}



/* ================================================================= */
/* 	blog slider */
/* ================================================================= */

.blogs .title {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.blogs .title h2 {
	color: #000;
	text-align: right;
	font-family: IRANYekanX;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.carousel-slider-outer .swiper-slide {
	border: 0;
}

.carousel-slider-outer .carousel-slider__post {
	border: 0 !important;
	box-shadow: none;
	background: #fff;
	transition: all 1s ease;
}

.carousel-slider-outer .carousel-slider__post:hover {
	border: 1px solid #E6E6E6;
	background: linear-gradient(180deg, #FFF 0%, #F1F0FB 55.21%);
}

.carousel-slider__post-content {
	border: 0 !important;
	box-shadow: none;
	padding: 20px;
	justify-content: flex-start !important;
}

.carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-title {
	margin: 0;
	text-align: center;
	height: auto !important;
	min-height: auto;
}

.carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-title h2 {
	margin: 5px;
	color: #252525;
	font-family: IRANYekanX;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.carousel-slider__post-content .carousel-slider__post-excerpt {
	color: #000;
	text-align: center;
	font-family: IRANYekanX;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 20px 0;
}

.carousel-slider__post-content .carousel-slider__post-meta {
	margin: 0 0 0 !important;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	color: #6D6D6D;
	font-family: IRANYekanX;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.carousel-slider__post-content .carousel-slider__post-meta .spliter {
	margin: 0 5px;
	height: 100%;
	width: 1px;
	background: #6D6D6D;
}

.carousel-slider__post-content .carousel-slider__post-meta time,
.carousel-slider__post-content .carousel-slider__post-meta .arousel-slider__post-total-comment span {
	font-family: IRANYekanXFaNum
}

/* ================================================================= */
/* 	about us */
/* ================================================================= */

#aboutus.aboutus .aboutus-bg .aboutus-title {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#aboutus.aboutus .aboutus-bg .aboutus-section .aboutus-desc {
	display: flex;
	width: 70%;
	margin-bottom: 20px
}

#aboutus.aboutus .aboutus-bg .aboutus-section .aboutus-desc .aboutus-icon {
	background-color: #57C13E;
	height: 80px;
	min-width: 80px;
	font-size: 50px;
	color: #fff;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	opacity: 0.8;
}

#aboutus.aboutus .aboutus-bg .aboutus-column {
	display: flex;
	margin-bottom: 100px;
}

#aboutus.aboutus .aboutus-bg .aboutus-column .rowtwo img {
	border-radius: 15px;
	width: 1600px;
}

#aboutus.aboutus .aboutus-bg .aboutus-column .rowone .aboutus-desc {
	display: flex;
}
@media screen and (max-width: 1000px) {
	#aboutus.aboutus .aboutus-bg .aboutus-column {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}

	#aboutus.aboutus .aboutus-bg .aboutus-column .rowone {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	#aboutus.aboutus .aboutus-bg .aboutus-column .rowone .aboutus-desc {
		display:
		flex;
		flex-direction: column;
		align-items: center;
		width: 300px;
	}

	#aboutus.aboutus .aboutus-bg .aboutus-column .rowone .aboutus-desc p,
	#aboutus.aboutus .aboutus-bg .aboutus-column .rowone .aboutus-desc h3 {
		text-align: center;
	}

	#aboutus.aboutus .aboutus-bg .aboutus-section .aboutus-desc .aboutus-icon {
		width: 50px;
		
	}
}

/* ================================================================= */
/* 	contact us */
/* ================================================================= */

#contactus.contactus .contactus-title {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#contactus.contactus .contactus-area {
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 15px;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-evenly;
}

@media screen and (max-width: 900px) {
	#contactus.contactus .contactus-area {
		flex-direction: column-reverse;
		align-items: center;
	}
}

#contactus.contactus .contactus-area .contactus-desc .contactus-social {
	display: flex;
	gap: 15px;
}

@media screen and (max-width: 568px) {
	#contactus.contactus .contactus-area .contactus-desc .contactus-social {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}

#contactus.contactus .contactus-area .contactus-desc .contactus-social .contactus-social-desc {
	display: flex;
	flex-direction: column;
}

#contactus.contactus .contactus-area .contactus-desc .contactus-social .contactus-social-desc a {
	background-color: #26A8F7;
	color: #fff;
	min-width: 140px;
	padding: 10px 0px;
	display: flex;
	justify-content: center;
	border-radius: 15px;
}


#contactus.contactus .contactus-area .contactus-desc .contactus-details {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}

#contactus.contactus .contactus-area .contactus-location iframe {
	border-radius: 15px;
}

#contactus.contactus .contactus-area .contactus-desc .contactus-details .contactus-tel {
	display: flex;
	align-items: center;
	gap: 20px;
}

#contactus.contactus .contactus-area .contactus-desc .contactus-details .contactus-email {
	display: flex;
	align-items: center;
	gap: 20px;
}

#contactus.contactus .contactus-area .contactus-desc .contactus-details .contactus-time {
	display: flex;
	align-items: center;
	gap: 20px;
}

#contactus.contactus .contactus-area .contactus-desc .contactus-social .contactus-social-desc .fa-instagram {
	font-size: 60px;
	display: flex;
	color: #7B39AD;
}

#contactus.contactus .contactus-area .contactus-desc .contactus-social .contactus-social-desc .fa-telegram {
	font-size: 60px;
	display: flex;
	color: #00A9E1;
}

#contactus.contactus .contactus-area .contactus-desc .contactus-social .contactus-social-desc .fa-whatsapp {
	font-size: 60px;
	display: flex;
	color: #00A858;
}

/* ================================================================= */
/* 	special product */
/* ================================================================= */


.special-product {
	display: flex;
	padding: 30px 20px;
	border-radius: 52px 289px;
	background: linear-gradient(99deg, #FB0 0%, rgba(255, 187, 0, 0.60) 100%);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	position: relative;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.special-product:before {
	content: '';
	border-left: 40px  solid rgba(255, 255, 255, 0.13);
	border-bottom: 40px  solid rgba(255, 255, 255, 0.13);
	width: 400px;
	height: 580px;
	position: absolute;
	top: 45%;
	left: 25%;
	transform: translate(-50%, -50%) rotate(60deg)
}

.special-product:after {
	content: '';
	border-right: 45px  solid rgba(255, 255, 255, 0.13);
	border-top: 40px  solid rgba(255, 255, 255, 0.13);
	width: 580px;
	height: 480px;
	position: absolute;
	top: 45%;
	left: 25%;
	transform: translate(-50%, -50%) rotate(70deg)
}

.special-product .special-docs {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	z-index: 100;
}

.special-product .special-docs .title {
	color: #FFF;
	text-align: center;
	font-family: IRANYekanX;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
}

.special-product .special-docs p {
	color: #FFF;
	text-align: center;
	font-family: IRANYekanX;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.special-product .special-docs .special-product-link {
	border-radius: 24px;
	background: linear-gradient(265deg, #FFF 6.8%, #FFF 100.4%);
	color: #000;
	text-align: right;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px 10px 40px;
	position: relative;
}

.special-product .special-docs .special-product-link:after {
	content: '\f100';
	color: #000;
	text-align: center;
	font-family: 'Font Awesome 6 Pro';
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);

}

.special-product .products-area ul{
	margin: 0;
}

.special-product .products-area ul li {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 900px) {
	.special-product {
		display: flex;
		flex-direction: column-reverse;
		padding: 100px 20px;
		gap: 50px;
	}
	
	.special-product:before {
		width: 0;
		height: 100%;
		transform: translate(-50%, -50%) rotate(45deg);
		border-width: 60px;
		top: 20%;
		left: 20%;
	}

	.special-product:after {
		width: 0;
		height: 100%;
		transform: translate(-50%, -50%) rotate(45deg);
		border-width: 60px;
		top: 30%;
		left: 40%;
	}

	
}

@media screen and (max-width: 568px) {
	.special-product {
		padding: 150px 20px;

	}

	
}


@media screen and (max-width: 768px ) and (min-width: 568px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: calc(49% - 10px) !important;
    }
}



.wpd-thread-info,wpd-reviews-tab,
.wpd-sbs-toggle {
	display: none;
}
	

.popular-product {
	background: linear-gradient(45deg, #FB0 0%, rgba(255, 187, 0, 0.60) 100%);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
	color: #403d3d;
	border-radius: 25px;
}

.popular-product .special-product-header {
	display: flex;
	justify-content: center;
}

.popular-product .special-product-header h1 {
	text-align: center;
}

.popular-product .special-product-list {
	margin-right: 40px;
   margin-top: 40px;
}

.popular-product .special-product-list ul{
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}
.popular-product .special-product-list ul li {
	display:flex;
	align-items: center;
}
.popular-product .special-product-list ul li:before {
	content: "\f14a";
	font-family: "Font Awesome 6 Pro";
	font-weight: 800;
	font-size: 20px;
	color: #57C13E;
	margin-left: 5px;
}

.popular-product .special-product-list-name {
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}

.popular-product .special-product-list-name button {
	margin-right: 40px;
	background-color: #57C13E;
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	display: flex;
}

.popular-product .special-product-list-name button:hover{
	background-color: #fff;
	border: solid #57C13E 1px;
	transition: 0.1s;
	color: #57C13E;
	border-radius: 20px;
}

.popular-product .special-product-list-name button:before {
	content: "\f217";
	font-family: "Font Awesome 6 Pro";
	margin-left: 5px;
}


.popular-product .special-product-content {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.popular-product .special-product-content img {
	margin-bottom: 20px;
	margin-top: -20px;
		margin-right: 80px;
}

@media screen and (max-width: 1206px) {
	.popular-product .special-product-content {
		display: flex;
		flex-direction: column-reverse;
	}
}


@media screen and (max-width: 568px) {
	.popular-product .special-product-content img {
		margin-top: 0;
		margin-right: 0px;
	}
	.popular-product .special-product-list {
		margin: 20px;
	}
	.popular-product .special-product-list ul {
		gap: 20px;
		margin: 20px;
		padding: 0;
	}
}

.telegram-support {
    position:fixed;
    bottom:40px;
    left: 2%;
	  width: 70px;
    height: 70px;
	font-size: 52px;
}

.telegram-support a {
	color: #fff;
	background-color: #2986d9;
  display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	padding: 10px 0;
	box-shadow: 0 0 14px #2986d9;
}

@media screen and (max-width: 568px) {
	.telegram-support a {
	  width: 60px;
    height: 60px;
	  font-size: 42px;
	}
}

article.post ul li {
    font-size: 20px;
    margin-bottom: 10px;
    align-items: center;
}

article.post ul li:before {
    content: "\f14a";
    font-family: "Font Awesome 6 Pro";
    font-weight: 800;
    margin-left: 5px;
    color: #57c13e;
}

#primary .entry-content .container { 
    background-color: #fff;
    padding: 20px 40px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
    border-radius: 0 30px 0 30px;
}

#primary .entry-content .wp-block-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 20px;
    background: linear-gradient(white, white) padding-box padding-box, linear-gradient(146deg, rgb(87 193 62) 10%, rgb(213, 213, 213) 20%, rgb(213, 213, 213) 69%, rgb(242 242 242) 70%, rgb(36 168 249) 100%) border-box border-box;
    box-shadow: rgb(238, 238, 238) 0px 1px 8px;
    border: 2px solid transparent;
}

#primary .entry-content a {
    font-size: 16px;
}


#contactus.contactus .contactus-area .contactus-desc .contactus-social .contactus-social-desc h4 {
    text-align: center;
}


.digits-form_page.digits-auto-theme .digits-form_container.digits>div:nth-child(2) {
    display: none;
}

.page-404 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px 0;
}

.page-404 h3 {
	font-family: 'Lato';
	font-size: 150px;
	font-weight: 1000;
	margin: 0;
	padding: 0;
	background: linear-gradient(10deg, #57c13e, #24a8f9);
	background-clip: text;
	color: transparent;
}

.page-404 p {
	font-size: 20px;
	font-weight: 600;
}

.page-404 a {
	padding: 8px 20px;
	border: 1px solid #767676;
	border-radius: 10px;
	color: #fff;
}

.page-404 .pages-link {
	display: flex;
	gap: 10px;
}

.page-404 a:first-child {
	background: #57c13e;
	border-color: #24a8f9;
}

.page-404 a:last-child {
	
	background: #24a8f9;
	border-color: #57c13e;
}

.term-description h2:before {
	content: "\f06e";
	font-family: "Font Awesome 6 Pro";
	font-size: 20px;
	margin-left: 6px;
	color: #57c13e;
}

.term-description h2 {
	border-bottom: solid 1px #57c13e ;
	padding: 10px;
}

.woocommerce-product-details__short-description ul li:before {
  content: "\e416";
  font-family: "Font Awesome 6 Pro";
  margin-left: 5px;
  color: rgba(38,168,247);
  font-size: 20px;
}

.woocommerce-product-details__short-description ul {
  display: flex;
  flex-direction: column;
}

.content-area a strong {
	color: #1da1f2 !important;
}

.woocommerce .entry-summary .left-area {
	width: 40% !important;
}

.woocommerce .entry-summary .left-area ul li {
	display: flex;
	align-items: center;
}

.woocommerce .entry-summary .left-area ul li:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
	margin-left: 5px;
	color: #1da1f2;
	font-size: 22px;
}

.monthly-lottery {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 80px;
  transition: all 0.8s ease;
  cursor: pointer;
  z-index: 1000;
}

.monthly-lottery .lottery-logo {
  animation-name: shape-lottery;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes shape-lottery {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.monthly-lottery.active {
  transform: translateY(-50%);
}

.monthly-lottery.active .lottery-logo {
  animation: none;
}

.monthly-lottery .title {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 10px);
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
}

.monthly-lottery.active .title {
  transform: translate(-50%, -10px);
  opacity: 1;
  visibility: visible;
}

.monthly-lottery .title h4 {
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  border: 2px solid #eee;
  margin: 0;
}

.monthly-lottery .title h4:before {
  content: "";
  background: #ffffff;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.monthly-lottery .offer-timer {
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 100%;
  top: 50%;
  border-radius: 10px;
  transform: translate(-42px, 60%);
  background: #fff;
  border: 2px solid #eee;
  padding: 15px;
  transition: all 0.8s ease;
}

.monthly-lottery.active .offer-timer {
  transform: translate(-42px, -50%);
}

.monthly-lottery .offer-timer > p {
  margin: 10px 0 0;
}

.monthly-lottery .offer-timer .timers {
  display: flex;
  gap: 20px;
}

.monthly-lottery .offer-timer .timers .timer {
  text-align: center;
  font-weight: 600;
}

.monthly-lottery .offer-timer .timers .time {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  background-color: #24a8f9;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  font-family: IRANYekanXFaNum;
  border-radius: 10px;
}

@media screen and (max-width: 400px) {
  .monthly-lottery.active .offer-timer {
    transform: translate(-10px, -40%);
  }
  .monthly-lottery .offer-timer .timers .timer {
    font-size: 14px;
  }

  .monthly-lottery .offer-timer .timers .time {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
}

.info-box-check {
	background-color: #ec0000;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
}


#checkout-notif {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #00000042;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(9px);
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#checkout-notif.active {
  opacity: 1;
  visibility: visible;
}

#checkout-notif .notif-inner {
  max-width: 400px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#checkout-notif .notif-inner .title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  width: 100%;
  padding: 20px 20px;
}

#checkout-notif .notif-inner > p {
  margin: 0;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  background: #f6f4f4;
  padding: 20px 20px;
}

#checkout-notif .notif-inner .btns {
  margin: 15px;
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 0 20px;
}

#checkout-notif .notif-inner .btns button {
  all: unset;
  width: calc(50% - 5px);
  text-align: center;
  font-weight: 900;
  color: #fff;
  padding: 10px;
  background: #24a8f9;
  border-radius: 10px;
  cursor: pointer;
}

#checkout-notif .notif-inner .btns button#cancel-checkout {
  background: #db3445;
}

