/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

@font-face {
  font-family: "YekanBakh";

  src: local("yekanbakh"), url("../fonts/woff2/YekanBakhFaNum-Regular.woff2") format("woff2");

  font-display: swap;
}

@font-face {
  font-family: "YekanBakh Extra Black";

  src: local("yekanbakh"), url("../fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2") format("woff2");

  font-display: swap;
}

@font-face {
  font-family: "YekanBakh Bold";

  src: local("yekanbakh"), url("../fonts/woff2/YekanBakhFaNum-Bold.woff2") format("woff2");

  font-display: swap;
}

body {
  font-family: YekanBakh;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.myBackdrop {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(255 255 255 / 0.1);
  opacity: 0;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .myBackdrop {
    display: none;
  }
}

.myBackdrop--visible {
  visibility: visible;
  opacity: 1;
}

.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 24px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EFEFEF;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  filter: drop-shadow(2px 1px 6px rgba(0, 0, 0, 0.25));
  background-image: linear-gradient(to right top, #ffffff, #f9fafa, #f4f4f5, #eeeff0, #e8eaea);
}

input:checked + .slider {
  background-color: #274029;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(12px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* The slider itself */

/* Mouse-over effects */

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */

.header-menu-style {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(44 48 44 / var(--tw-text-opacity));
}

.widget-title {
  margin-bottom: 1rem;
  display: block;
  font-family: YekanBakh Bold;
  font-size: 0.875rem;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(44 48 44 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .widget-title {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.widget-body ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(66 70 67 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .widget-body ul {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}

.widget-body p {
  font-size: 0.75rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(66 70 67 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .widget-body p {
    max-width: 978px;
    font-size: 1rem;
    line-height: 1.875rem;
  }
}

.widget-body .gallery img {
  height: 5rem !important;
  width: 5rem !important;
  border-width: 0px !important;
}

.product-price del {
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(237 88 82 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .product-price del {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

.product-price ins {
  text-decoration: none !important;
}

.product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .product-price {
    flex-direction: column-reverse;
    align-items: flex-end;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}

.product-price del .woocommerce-Price-currencySymbol {
  display: none;
}

.product-price .woocommerce-Price-amount {
  margin-right: auto;
}

.woocommerce-product-rating .star-rating {
  display: none;
}

.single-product-price ins {
  font-size: 0.875rem;
  line-height: 1.625rem;
  text-decoration-line: none;
}

@media (min-width: 768px) {
  .single-product-price ins {
    font-family: YekanBakh Bold;
    font-size: 28px;
    line-height: 42px;
  }
}

.single-product-price del {
  font-size: 1.5rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 68 9 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

@media (min-width: 768px) {
  .single-product-price del {
    font-family: YekanBakh Bold;
  }
}

.single-product-price del .woocommerce-Price-currencySymbol {
  display: none;
}

.bread-crumbs {
  margin-top: 2rem;
  display: none !important;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .bread-crumbs {
    display: block !important;
  }
}

.comment-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 20px #f2f2f2;
  border: 1px solid #d5d5d544;
  margin-bottom: 30px;
}

.comment-respond p.comment-form-url{
  display: none;
}

.comment-respond .comment-form-comment {
  margin: 20px 0;
}

.comment-respond p.comment-form-author{
  width: 49%;
  float: right;
}

.comment-respond p.comment-form-email {
  width: 49%;
  float: left;
}

.comment-respond  .comment-form-cookies-consent {
  float: right;
  width: 100%;
  margin: 20px 0;
}

.comment-box .comments-inner {
  margin-top: 40px;
}

.comments-inner .comment {
  border-radius: 5px;
  margin: 20px 0;
  border: 1px solid rgb(233, 233, 233);
  padding: 10px 15px 15px;
}

.comments-inner .comment-awaiting-moderation {
  color: #cf5d5d;
  margin: 7px 0;
  display: inline-block;
}

.comments-inner .comment p {
  margin: 5px 0 15px;
  clear: both;
  line-height: 2;
}

.comments-inner .comment .depth-2 {
  background: #f9f9f9;
}

.comments-inner .comment .depth-3 {
  background: #f0f0f0;
}

.comments-inner .comment .comment-author {
}

.comments-inner .comment .comment-meta {
  display: none;
}

.comments-inner .comment .comment-author img{
  display: none;
}

.comments-inner .comment .comment-author .fn {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
}

.comments-inner .comment .comment-author .says{
  display: none;
}

.comments-inner .comment .comment-meta a {
  color: #8a8a8a;
  font-size: 13px;
}

.comments-inner .comment p {
  margin: 5px 0 15px;
  clear: both;
  line-height: 2;
  color: #606060;
}

.comments-inner .comment .reply {
  display: block;
  margin-top: 15px;
}

.comments-inner .comment .reply a {
  background: #ecf0f1;
  color: #333;
  padding: 4px 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 0px;
  font-size: 0.875rem !important;
  line-height: 1.625rem !important;
}

@media (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    justify-content: stretch;
    font-size: 1rem !important;
    line-height: 1.875rem !important;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  padding-bottom: 8px;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0;
  background: #fff;
  border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  right: 0;
  border-bottom: 0;
  z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border-width: 0;
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  padding-bottom: 8px;
  margin: 0;
  border-bottom: 1px solid #274029;
}

.woocommerce div.product .woocommerce-tabs .panel {
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}

.single_add_to_cart_button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 6;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4);
  /* Black w/ opacity */
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 15px;
  border: 1px solid #888;
  width: 460px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  border-radius: 10px;
}

.cart-content {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  width: 24rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  opacity: 0;
  --tw-shadow: 20px 20px 30px 0px rgba(32, 32, 32, 0.04);
  --tw-shadow-colored: 20px 20px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group:hover .cart-content {
  visibility: visible;
  opacity: 1;
}

.cart-content ul li a > img {
  width: 72px !important;
  height: 94px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 12px;
}

.cart-content ul li a {
  display: flex !important;
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.cart-content .product_list_widget {
  margin-bottom: 1rem !important;
}

.cart-content .product_list_widget > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  --tw-divide-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity)) !important;
}

.cart-content .product_list_widget {
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(206 206 206 / var(--tw-border-opacity)) !important;
}

.cart-content .product_list_widget > li {
  display: flex !important;
  justify-content: space-between !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.cart-content .woocommerce-mini-cart__total {
  margin-bottom: 1rem !important;
  text-align: left !important;
}

.cart-content .woocommerce-mini-cart__buttons {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.cart-content .woocommerce-mini-cart__buttons .checkout {
  display: flex !important;
  align-items: center;
  justify-content: space-between !important;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 64 41 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.cart-content .product_list_widget li::before, .cart-content .product_list_widget li::after{
  display: none !important;
}

.catalog-list {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.before-shop-custom .woocommerce-ordering {
  float: none !important;
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  .before-shop-custom .woocommerce-ordering {
    margin-bottom: 1.5rem !important;
  }
}

.custom-sidebar .widget_price_filter {
  overflow: hidden;
}

.variations tbody tr th {
  margin-bottom: 1rem;
  display: block;
  font-family: YekanBakh;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.variations tbody tr th {
  margin-bottom: 8px;
}

.entry-summary h1 {
  font-size: 16px !important;
  height: 52px;
}

.woocommerce div.product form.cart .variations label {
  font-size: 14px !important;
}

.variations tbody {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

@media (min-width: 768px) {
  .variations tbody tr th {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.variations tbody tr {
  margin-top: 1rem;
  display: block;
}

@media (min-width: 768px) {
  .variations tbody tr {
    margin-top: 1.5rem;
  }
}

.cart-price-exit {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: space-between;
}

.header-menu-side {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.single_variation_wrap, .sticky-simple-price {
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 40;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0px 30px 60px 0px rgba(32, 32, 32, 0.05);
  --tw-shadow-colored: 0px 30px 60px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.single_variation_wrap>*, .sticky-simple-price>* {
  width: 100%;
}

@media (min-width: 768px) {
  .single_variation_wrap, .sticky-simple-price {
    position: static;
    display: block;
    border-top-width: 0px;
    padding: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .single_variation_wrap>*, .sticky-simple-price>* {
    width: auto;
  }
}

.single_variation_wrap .quantity, .sticky-simple-price .quantity {
  display: none;
}

.single_variation_wrap .price, .sticky-simple-price .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .single_variation_wrap .price, .sticky-simple-price .price {
    display: none;
  }
}

.single_variation_wrap .price del, .sticky-simple-price .price del {
  font-size: 0.75rem;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.single_variation_wrap .price ins, .sticky-simple-price .price ins {
  font-size: 0.875rem;
  line-height: 14px;
  text-decoration-line: none !important;
}

.single_variation_wrap .price del .woocommerce-Price-currencySymbol, .sticky-simple-price .price del .woocommerce-Price-currencySymbol {
  display: none;
}

.single_variation_wrap .woocommerce-variation-add-to-cart, .sticky-simple-price .cart .single_add_to_cart_button {
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
}

.single_variation_wrap svg, .sticky-simple-price svg {
  height: 1rem;
  width: 1rem;
}

.woocommerce div.product form.cart {
  margin-bottom: 0px !important;
}

.woocommerce div.product form.cart .button {
  width: 100% !important;
}

.custom-single-price .price {
  display: none;
}

.custom-single-price2 > .price {
  display: none;
}

.sticky-simple-price .price .woocommerce-Price-amount {
  margin-right: auto;
}

.woocommerce-variation-add-to-cart .quantity {
  display: none;
}

.cart-image a img {
  height: 108px;
  width: 5rem;
  min-width: 5rem;
  border-radius: 1rem;
}

@media (min-width: 768px) {
  .cart-image a img {
    height: 100%;
    width: 9rem;
  }
}

.woocommerce .quantity .qty {
  display: none !important;
}

.woocommerce a.remove:hover {
  color: #fff!important;
  background: none !important;
}

.cart-footer a.checkout-button.button.alt.wc-forward {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 0px !important;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(39 64 41 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .cart-footer a.checkout-button.button.alt.wc-forward {
    width: 24rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.wc-proceed-to-checkout {
  padding: 0px !important;
}

.cart-subtotal, .order-total {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(66 70 67 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .cart-subtotal, .order-total {
    justify-content: flex-end;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: right;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  --tw-bg-opacity: 1 !important;
  background-color: #274029;
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #274029;
}

.custom-cart-coupon > .button {
  display: none !important;
}

.custom-cart-coupon .coupon {
  display: flex !important;
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.custom-cart-coupon .coupon .button {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(39 64 41 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

form.checkout.woocommerce-checkout {
  margin-bottom: 2.5rem !important;
}

@media (min-width: 768px) {
  form.checkout.woocommerce-checkout {
    margin-bottom: 5rem !important;
  }
}

.woocommerce-billing-fields__field-wrapper label {
  border-radius: 0.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 252 252 / var(--tw-border-opacity)) !important;
}

.cart_item {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 20px 20px 30px 0px rgba(32, 32, 32, 0.04);
  --tw-shadow-colored: 20px 20px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .cart_item {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    padding: 1.5rem;
  }
}

.checkout-product-image {
  width: 5rem;
}

.checkout-product-image img {
  border-radius: 1rem;
}

.custom-ajax-search {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.\!bottom-0 {
  bottom: 0px !important;
}

.-left-2\.5 {
  left: -0.625rem;
}

.-right-72 {
  right: -18rem;
}

.-top-4 {
  top: -1rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1\/2 {
  bottom: 50%;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-32 {
  top: 8rem;
}

.top-6 {
  top: 1.5rem;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-\[99\] {
  z-index: 99;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-\[48px\] {
  height: 48px !important;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[70px\] {
  height: 70px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-\[122px\] {
  width: 122px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[318px\] {
  width: 318px;
}

.w-\[70px\] {
  width: 70px;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.min-w-60 {
  min-width: 15rem;
}

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.basis-2\/4 {
  flex-basis: 50%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

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

.grid-rows-\[60px_min\(500px\2c _1fr\)\] {
  grid-template-rows: 60px min(500px, 1fr);
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.\!items-center {
  align-items: center !important;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.\!justify-center {
  justify-content: center !important;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.\!gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.\!rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.\!rounded-t-4xl {
  border-top-left-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-t-4xl {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-brand-90 {
  --tw-border-opacity: 1;
  border-color: rgb(60 93 63 / var(--tw-border-opacity));
}

.border-myNeutral-body {
  --tw-border-opacity: 1;
  border-color: rgb(66 70 67 / var(--tw-border-opacity));
}

.border-myNeutral-borderLight {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 161 / var(--tw-border-opacity));
}

.border-b-myNeutral-30 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.\!bg-brand-main {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 64 41 / var(--tw-bg-opacity)) !important;
}

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FE4307\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 67 7 / var(--tw-bg-opacity));
}

.bg-\[\#FF0606\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 6 6 / var(--tw-bg-opacity));
}

.bg-brand-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 251 247 / var(--tw-bg-opacity));
}

.bg-brand-main {
  --tw-bg-opacity: 1;
  background-color: rgb(39 64 41 / var(--tw-bg-opacity));
}

.bg-myNeutral-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-myNeutral-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}

.bg-myNeutral-body {
  --tw-bg-opacity: 1;
  background-color: rgb(66 70 67 / var(--tw-bg-opacity));
}

.bg-myNeutral-borderDark {
  --tw-bg-opacity: 1;
  background-color: rgb(138 138 138 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.\!pt-5 {
  padding-top: 1.25rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

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

.font-YekanBakhBold {
  font-family: YekanBakh Bold;
}

.text-2xl\/9 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.text-base\/7\.5 {
  font-size: 1rem;
  line-height: 1.875rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-sm\/5\.5 {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.text-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.text-sm\/6\.5 {
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.text-xl\/8 {
  font-size: 1.25rem;
  line-height: 2rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-xs\/4\.5 {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.text-xs\/\[12px\] {
  font-size: 0.75rem;
  line-height: 12px;
}

.font-medium {
  font-weight: 500;
}

.capitalize {
  text-transform: capitalize;
}

.leading-loose {
  line-height: 2;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#FF4409\] {
  --tw-text-opacity: 1;
  color: rgb(255 68 9 / var(--tw-text-opacity));
}

.text-brand-90 {
  --tw-text-opacity: 1;
  color: rgb(60 93 63 / var(--tw-text-opacity));
}

.text-myNeutral-body {
  --tw-text-opacity: 1;
  color: rgb(66 70 67 / var(--tw-text-opacity));
}

.text-myNeutral-borderDark {
  --tw-text-opacity: 1;
  color: rgb(138 138 138 / var(--tw-text-opacity));
}

.text-myNeutral-captionLight {
  --tw-text-opacity: 1;
  color: rgb(113 116 113 / var(--tw-text-opacity));
}

.text-myNeutral-heading {
  --tw-text-opacity: 1;
  color: rgb(44 48 44 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.\!shadow-long {
  --tw-shadow: 20px 20px 30px 0px rgba(32, 32, 32, 0.04) !important;
  --tw-shadow-colored: 20px 20px 30px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-long {
  --tw-shadow: 20px 20px 30px 0px rgba(32, 32, 32, 0.04);
  --tw-shadow-colored: 20px 20px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.ltr-my-text {
  direction: ltr;
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.hover\:text-brand-main:hover {
  --tw-text-opacity: 1;
  color: rgb(39 64 41 / var(--tw-text-opacity));
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.child\:mb-2>* {
  margin-bottom: 0.5rem;
}

.child\:mb-6>* {
  margin-bottom: 1.5rem;
}

.child\:block>* {
  display: block;
}

.child\:flex>* {
  display: flex;
}

.child\:h-\[107px\]>* {
  height: 107px;
}

.child\:h-\[600px\]>* {
  height: 600px;
}

.child\:h-\[86px\]>* {
  height: 86px;
}

.child\:w-1\/2>* {
  width: 50%;
}

.child\:w-full>* {
  width: 100%;
}

.child\:cursor-pointer>* {
  cursor: pointer;
}

.child\:flex-col-reverse>* {
  flex-direction: column-reverse;
}

.child\:rounded-2xl>* {
  border-radius: 1rem;
}

.child\:rounded-3xl>* {
  border-radius: 1.5rem;
}

.child\:text-center>* {
  text-align: center;
}

.child\:shadow-short>* {
  --tw-shadow: 0px 30px 60px 0px rgba(32, 32, 32, 0.05);
  --tw-shadow-colored: 0px 30px 60px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  .sm\:w-20 {
    width: 5rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:\!mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-\[110px\] {
    height: 110px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-\[110px\] {
    width: 110px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:pl-\[94px\] {
    padding-left: 94px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:font-YekanBakhBold {
    font-family: YekanBakh Bold;
  }

  .md\:text-2xl\/9 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .md\:text-\[28px\]\/\[42px\] {
    font-size: 28px;
    line-height: 42px;
  }

  .md\:text-base\/7\.5 {
    font-size: 1rem;
    line-height: 1.875rem;
  }

  .md\:text-lg\/8 {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .md\:text-sm\/6\.5 {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:child\:mb-4>* {
    margin-bottom: 1rem;
  }

  .md\:child\:h-\[212px\]>* {
    height: 212px;
  }

  .md\:child\:w-\[318px\]>* {
    width: 318px;
  }

  .md\:child\:w-auto>* {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:\!w-\[403px\] {
    width: 403px !important;
  }

  .lg\:min-w-\[318px\] {
    min-width: 318px;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:left-1\/2 {
    left: 50%;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:h-\[204px\] {
    height: 204px;
  }

  .xl\:h-\[600px\] {
    height: 600px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:w-\[103px\] {
    width: 103px;
  }

  .xl\:w-\[204px\] {
    width: 204px;
  }

  .xl\:w-\[524px\] {
    width: 524px;
  }

  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:justify-stretch {
    justify-content: stretch;
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:child\:w-32>* {
    width: 8rem;
  }
}


.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

@media (min-width: 768px) {
  .md\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .md\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .lg\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
