*, ::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:  ;
}

/*
! tailwindcss v3.4.17 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

.float-end {
  float: inline-end;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

.max-h-min {
  max-height: -moz-min-content;
  max-height: min-content;
}

.w-1\/4 {
  width: 25%;
}

.w-1320 {
  width: 1320px;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-full {
  width: 100%;
}

.min-w-32 {
  min-width: 8rem;
}

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

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.grow {
  flex-grow: 1;
}

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

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.basis-1\/5 {
  flex-basis: 20%;
}

.basis-2\/3 {
  flex-basis: 66.666667%;
}

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

.basis-4\/5 {
  flex-basis: 80%;
}

.basis-auto {
  flex-basis: auto;
}

.basis-full {
  flex-basis: 100%;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-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-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

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

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

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

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

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

.gap-y-5 {
  row-gap: 1.25rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.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-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

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

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

.border-t {
  border-top-width: 1px;
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

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

.pt-7 {
  padding-top: 1.75rem;
}

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

.pr-10 {
  padding-right: 2.5rem;
}

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

.font-bold {
  font-weight: 700;
}

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

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

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

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-slate-100 {
  --tw-shadow-color: #f1f5f9;
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

/* Fonts */

@font-face {
  font-family: 'IRANSansXVF';

  src: local('IRANSansXVF'),
    url('../fonts/IRANSansXVF.ttf');
}

@font-face {
  font-family: 'MorabbaVF';

  src: local('MorabbaVF'),
    url('../fonts/MorabbaVF.ttf');
}

@font-face {
  font-family: 'BonyadeKoodakFaNum';

  src: local('BonyadeKoodakFaNum'),
    url('../fonts/BonyadeKoodakFaNum-VF.ttf');
}

/* /Fonts */

.persian-number {
  font-feature-settings: "ss02";
}

@media screen and (max-width: 768px) {
  .hr-scroll {
    overflow-x: scroll;
  }
}

body {
  font-family: 'IRANSansXVF', serif;
}

/* Button 1 */

.btn {
  font-family: 'MorabbaVF', serif;
  color: #BC8767;
  border-radius: 50px;
  background: rgba(215, 204, 200, 0.50);
  padding: 5px 5px 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
  transition: .3s;
}

.btn:hover {
  background: rgba(188, 135, 103, 1);
  transition: .3s;
}

.btn:hover svg path {
  stroke: #fff;
  transition: .3s;
}

.btn span {
  border-radius: 50px;
  background: #FFF;
  padding: 5px 7px 4px 7px;
  margin-left: 4px;
}

/* /Button 1 */

/* Button 2 */

.btn2 {
  font-family: 'MorabbaVF', serif;
  color: #BC8767;
  border-radius: 50px;
  background: #BC8767;
  padding: 5px 5px 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
  transition: .3s;
}

.btn2:hover {
  background: rgba(188, 135, 103, 1);
  transition: .3s;
}

.btn2 svg path {
  stroke: #fff;
}

.btn2:hover svg path {
  stroke: #fff;
  transition: .3s;
}

.btn2 span {
  border-radius: 50px;
  background: #FFF;
  padding: 5px 7px 4px 7px;
  margin-left: 4px;
}

/* /Button 2 */

.woocommerce-message {
  border-radius: 10px;
  border-top-color: rgba(188, 135, 103, 1);
  padding: 12px;
  margin: 0;
}

.woocommerce-message:before {
  display: none;
}

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

.woocommerce div.product form.cart .button {
  float: none;
  display: block;
}

/* Elementor customization */

.elementor-widget-text-editor h2 {
  font-family: "MorabbaVF", serif;
  font-size: 26px;
  color: #02314b;
}

.elementor-widget-text-editor h3 {
  font-family: "MorabbaVF", serif;
  font-size: 22px;
  color: #02314b;
}

.elementor-widget-container ul,
.elementor-widget-container ul li {
  list-style: inherit;
  margin: 0 15px;
}

.elementor-heading-title span {
  color: #679CBC;
}

.elementor-widget-theme-post-excerpt {
  font-size: 17px;
  line-height: 32px;
  color: #595454;
}

.elementor-widget-theme-post-excerpt h2 {
  font-family: 'MorabbaVF', serif !important;
  font-size: 20px;
  margin-bottom: 20px;
}

.elementor-widget-theme-post-excerpt h3 {
  font-size: 17px;
  margin-top: 20px;
}

.elementor-widget-theme-post-excerpt ul {
  margin-right: 5px;
}

.elementor-widget-theme-post-excerpt li::marker {
  color: #679CBC;
}

#share-post {
  cursor: pointer;
}

#share-post #share-post-icons {
  opacity: 0;
  margin-bottom: -15px;
  transition: .3s;
}

#share-post:hover #share-post-icons {
  opacity: 1;
  margin-bottom: 0;
  transition: .3s;
}

/* Footer track order */

#footer-track-order .elementor-field-type-text {
  padding-left: 0;
}

#footer-track-order .elementor-field-type-text input {
  height: 48px;
}

#footer-track-order .elementor-field-type-submit {
  width: 60px;
  height: 44px;
  position: absolute;
  left: 0;
}

#footer-track-order .elementor-field-type-submit svg {
  width: 24px;
}

#footer-track-order .elementor-field-type-submit svg path {
  fill: transparent;
  stroke: #fff;
}

#footer-track-order .elementor-message {
  display: none;
}

/* /Footer track order */

/* Footer newsletter */

#footer-newsletter .elementor-field-type-email input {
  height: 48px;
}

#footer-newsletter #avan-btn-submit {
  position: absolute;
  margin-bottom: 15px;
  margin-left: 5px;
}

#footer-newsletter #avan-btn-submit svg path {
  stroke: #fff;
}

/* /Footer newsletter */

/***** /Elementor customization *****/

/***** Header *****/

.avan-header {
  background-color: #02314B;
  border-radius: 14px;
  height: 68px;
  margin-top: 16px;
  margin-bottom: 16px;
}

#avan-basket {
  padding-bottom: 24px;
}

#btn-basket {
  font-size: 16px;
  font-weight: 700;
  color: #02314B;
  min-width: 125px;
  height: 44px;
  background-color: #5886A2;
  border-radius: 50px;
  padding: 5px 5px 5px 10px;
}

#btn-basket #basket-total {
  background-color: #fff;
  border-radius: 50px;
  min-width: 80px;
  height: 100%;
}

#btn-basket #avan-basket-summary {
  font-family: 'MorabbaVF', serif;
  color: #4E5364;
  font-size: 12px;
  font-weight: 700;
  background-color: #FFF;
  border-radius: 24px;
  width: 220px;
  padding: 13px;
  margin-top: 22px;
  margin-right: -80px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition: .3s;
}

#btn-basket #avan-basket-summary img {
  max-width: 35px;
  margin-left: 15px;
}

#btn-basket #avan-basket-summary .btn-increase,
#btn-basket #avan-basket-summary .btn-decrease {
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 4px;
  border: 0.5px solid #595454;
  border-radius: 20px;
}

#btn-basket #avan-basket-summary .item-count {
  font-family: 'IRANSansXVF', serif;
  color: #9B9CA4;
  font-size: 14px;
  font-weight: 400;
  margin: 0 4px;
}

#btn-basket #avan-basket-summary .item-total {
  font-family: 'IRANSansXVF', serif;
  color: #02314B;
  font-size: 16px;
  font-weight: 700;
  margin-right: 6px;
}

#btn-basket #avan-basket-summary .item-total .woocommerce-Price-currencySymbol,
#btn-basket #basket-total .woocommerce-Price-currencySymbol {
  display: none;
}

#btn-basket #avan-basket-summary .btn-remove {
  width: 24px;
  height: 24px;
  background: #BC8767;
  border-radius: 30px;
  padding: 4px;
}

#btn-basket #avan-basket-summary #btn-goto-cart {
  font-family: 'MorabbaVF', serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #A2928B;
  border-top: 4px solid rgba(162, 146, 139, 0.5);
  border-bottom: 4px solid rgba(162, 146, 139, 0.5);
  border-left: 5px solid rgba(162, 146, 139, 0.5);
  border-right: 5px solid rgba(162, 146, 139, 0.5);
  border-radius: 50px;
  background: #FFF;
  padding: 6px 0;
  margin-top: 10px;
  width: 100%;
}

#avan-basket:hover #avan-basket-summary,
#avan-basket-summary:hover {
  display: block;
  transition: .3s;
}

.avan-header .btn-register {
  background-color: #5886A2;
  height: 44px;
  padding: 8px 5px 8px 14px;
}

.avan-header .btn-register span {
  color: #02314B;
  padding: 8px;
  margin-left: 4px;
  line-height: 28px;
}

.avan-header .btn-register path {
  fill: #ffffff;
}

.avan-header .btn-register:hover path {
  fill: #ffffff;
  stroke: none;
}

.avan-header .btn-profile #user-avatar {
  width: 44px;
  height: 44px;
  background-color: #5886A2;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.avan-header #avan-profile {
  padding-bottom: 24px;
}

.avan-header #avan-profile .truncate-name {
  display: inline-block;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.avan-header #avan-profile #avan-profile-menus {
  font-size: 14px;
  color: #02314B;
  background-color: #FFF;
  border-radius: 24px;
  width: 165px;
  margin-top: 22px;
  margin-right: -92px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: .3s;
}

.avan-header #avan-profile:hover #avan-profile-menus,
.avan-header #avan-profile-menus:hover {
  display: block;
  transition: .3s;
}

.avan-header #avan-profile #avan-profile-menus svg.arrow {
  opacity: 0;
  transition: .3s;
}

.avan-header #avan-profile #avan-profile-menus ul li {
  padding: 0 12px;
  margin: 14px 0;
}

.avan-header #avan-profile #avan-profile-menus ul li:first-child {
  font-family: 'MorabbaVF', serif;
  font-weight: 500;
  line-height: 56px;
  height: 55px;
  background-color: #EBE5E3;
  border-radius: 14px 14px 0 0;
  margin: 0;
  transition: .3s;
}

.avan-header #avan-profile #avan-profile-menus ul li:first-child:hover {
  background-color: #dcd5d3;
  transition: .3s;
}

.avan-header #avan-profile #avan-profile-menus ul li:first-child svg {
  opacity: 1;
  margin-top: 18px;
}

.avan-header #avan-profile #avan-profile-menus ul li a {
  display: block;
}

.avan-header #avan-profile #avan-profile-menus ul li:hover {
  color: #021f30;
  transition: .3s;
}

.avan-header #avan-profile #avan-profile-menus ul li:hover svg {
  opacity: 1;
  transition: .3s;
}

#main-menu {
  font-family: 'BonyadeKoodakFaNum', serif;
  font-size: 15px;
  color: #fff;
  position: relative;
  z-index: 9;
}

.avan-mobile-header {
  background-color: #02314B;
  border-radius: 12px;
  height: 60px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 15px;
}

.avan-mobile-header #btn-basket,
.avan-mobile-header .btn-megamenu {
  background-color: #5886A2;
  border-radius: 50px;
  min-width: 30px;
  min-height: 30px;
  height: 30px;
  padding: 0;
}

.avan-mobile-header #btn-basket svg,
.avan-mobile-header .btn-megamenu svg {
  width: 18px;
  height: 18px;
  margin: auto;
}

.avan-mobile-header #btn-basket #avan-basket-summary {
  margin-top: 22px;
  margin-right: -188px;
}

.avan-mobile-header #profile-button {
  position: absolute;
  bottom: 60px;
  width: 220px;
}

.avan-mobile-header .btn,
.avan-mobile-header .btn2 {
  min-width: 102px;
  padding: 3px;
}

.avan-mobile-header .btn2.btn-profile {
  padding: 3px 3px 3px 7px;
}

.avan-mobile-header .btn span,
.avan-mobile-header .btn2 span {
  line-height: 22px;
  min-width: 66px;
  padding: 0;
  display: inline-block;
}

.avan-mobile-header .btn2 span.truncate-name {
  line-height: 22px;
  min-width: 66px;
  padding: 0 10px;
  display: inline-block;
}

.avan-mobile-header .btn-profile #user-avatar {
  width: 44px;
  height: 44px;
  background-color: #BC8767;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.avan-mobile-header #avan-profile {
  color: #02314B;
  padding-bottom: 24px;
}

.avan-mobile-header #avan-profile .truncate-name {
  display: inline-block;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.avan-mobile-header #mobile-megamenu-text {
  font-size: 16px;
  line-height: 14px;
  color: #02314B;
}

.avan-mobile-header #mobile-megamenu-text p {
  font-weight: 500;
}

/* Desktop menu and megamenu */

.avan-header .btn-megamenu:hover .megamenu-box,
.avan-header .megamenu-box:hover {
  opacity: 1;
  visibility: visible;
}

.avan-header #main-menu svg {
  display: inline;
}

.avan-header .menu-item:not(.btn-megamenu):hover {
  color: #9cdbff;
  transition: .3s;
}

.avan-header .menu-item.active {
  color: #9cdbff;
}

.avan-header .btn-megamenu i {
  font-size: 12px;
}

.avan-header .megamenu-box {
  background-color: #fff;
  border-radius: 24px;
  position: absolute;
  min-width: 200px;
  margin-right: -25px;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.avan-header .megamenu-box .side-menus {
  padding: 24px;
  background-color: #EBE5E3;
  border-radius: 0 24px 24px 0;
}

.avan-header .megamenu-box .side-menus li .title {
  opacity: .7;
}

.avan-header .megamenu-box .side-menus li:hover .title,
.avan-header .megamenu-box .side-menus li .title.active {
  opacity: 1;
}

.avan-header .megamenu-box .sub-categories {
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  padding: 24px 24px 4px 24px;
  position: absolute;
  height: 100%;
  top: 0;
  right: 200px;
  border-radius: 24px 0 0 24px;
}

.sub-categories {
  display: none;
}

.sub-categories.active {
  display: flex;
}

.avan-header .megamenu-box ul li .title {
  color: #02314B;
  font-size: 14px;
  font-weight: 500;
}

.avan-header .megamenu-box ul li .title:before {
  content: "";
  width: 16px;
  height: 8px;
  display: inline-block;
  margin-right: -25px;
  margin-left: 5px;
}

.avan-header .megamenu-box ul ul {
  padding-top: 12px;
}

.avan-header .megamenu-box ul ul li {
  padding: 8px 0;
}

.avan-header .megamenu-box ul ul li:last-child {
  padding-bottom: 0;
}

.avan-header .megamenu-box ul ul li a {
  color: #02314B;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
  padding: 6px 0 6px 36px;
  transition: .3s;
}

.avan-header .megamenu-box ul ul li a:hover {
  background-color: #EBE5E3;
  padding: 6px 16px 6px 20px;
  transition: .2s;
}

.avan-header .megamenu-box ul ul li i {
  font-size: 9px;
  margin-right: 4px;
}

.avan-header .btn-sliding-menu:hover .sliding-box,
.avan-header .sliding-box:hover {
  opacity: 1;
  visibility: visible;
}

.avan-header .btn-sliding-menu .sliding-box {
  background-color: #F3F3F3;
  padding: 8px 16px;
  border-radius: 16px;
  position: absolute;
  min-width: 200px;
  margin-right: -25px;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.avan-header .sliding-box ul {
  list-style: none;
  margin: 0;
}

.avan-header .sliding-box ul li.column {
  background-color: #FDFDFD;
  padding: 8px;
  margin: 8px 8px;
  border: 1px solid #EAEAEA;
  box-shadow: 0 0 0 8px #FDFDFD;
  border-radius: 24px;
  min-width: 206px;
}

.avan-header .sliding-box ul li .title {
  color: #02314B;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
  padding: 6px 0 6px 36px;
  transition: .3s;
}

.avan-header .sliding-box ul li .title:hover {
  background-color: #ebe5e3;
  padding: 6px 16px 6px 20px;
  transition: .3s;
}

/* /Desktop menu and megamenu */

/* /Desktop header styles */

/* Mobile header styles */

.avan-mobile-header {
  min-height: 60px;
  padding-bottom: 14px;
  box-shadow: 0 260px 266px -9px;
}

#avan-mobile-header-sticky {
  transition: all 0.3s ease;
}

#avan-mobile-header-sticky.sticky {
  box-shadow: 0 0 5px 5px rgba(46, 46, 46, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  z-index: 999;
  animation: slideDown 0.3s ease;
}

#avan-mobile-header-sticky.sticky .megamenu-box {
  top: 85px !important;
}

/* Mobile menu and megamenu */

.avan-mobile-header .megamenu-box {
  line-height: 45px;
  background-color: #fff;
  padding: 12px 20px;
  position: fixed;
  width: 80%;
  height: 100vh;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  top: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.avan-mobile-header .megamenu-box.open {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 -100px 0 160px rgba(0, 0, 0, 0.2);
}

.avan-mobile-header #mobile-megamenu-logo {
  background-color: #02314B;
  border-radius: 12px;
  width: 100%;
  padding: 8px 14px;
}

.megamenu-box ul li.column {
  min-width: 300px;
  max-width: 100%;
}

.avan-mobile-header .megamenu-box ul {
  padding: 0;
  max-height: 67vh;
  overflow-y: scroll;
}

.avan-mobile-header .megamenu-box ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.avan-mobile-header .megamenu-box ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}

.avan-mobile-header .megamenu-box ul::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 8px;
}

.avan-mobile-header .megamenu-box ul::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.avan-mobile-header .megamenu-box ul ul {
  line-height: 250%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.avan-mobile-header .megamenu-box ul ul.open {
  max-height: 500px;
  opacity: 1;
}

.avan-mobile-header .megamenu-box ul .title.active {
  color: #BC8767;
}

.avan-mobile-header .megamenu-box ul .title.active svg path {
  stroke: #BC8767;
}

.avan-mobile-header .megamenu-box ul li {
  color: #02314B;
  font-size: 15px;
  font-weight: 600;
  cursor: default;
}

.avan-mobile-header .title svg {
  display: inline;
}

.avan-mobile-header .title svg path {
  stroke: #02314B;
}

.avan-mobile-header .megamenu-box ul ul li:last-child {
  padding-bottom: 0;
}

.avan-mobile-header .megamenu-box ul ul li {
  font-size: 14px;
  font-weight: 400;
  color: #595454;
  transition: .3s;
}

.avan-mobile-header .megamenu-box ul ul li a svg {
  width: 8px;
}

.avan-mobile-header .megamenu-box ul ul ul li {
  font-size: 13px;
  color: rgba(89, 84, 84, 0.6);
}

.avan-mobile-header .megamenu-box ul ul ul li a:hover {
  font-weight: 600;
  color: #02314B;
  transition: .3s;
}

.avan-mobile-header .megamenu-box ul .arrow {
  font-size: 8px;
  color: white;
  background-color: #02314B;
  padding: 4px;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  display: flex;
  transform: rotate(90deg);
  transition: .3s;
}

.avan-mobile-header .megamenu-box ul ul .arrow {
  font-size: 5px;
  background-color: #595454;
  width: 12px;
  height: 12px;
  padding: 4px 4px;
}

.avan-mobile-header .megamenu-box ul .arrow.rotated {
  background-color: #BC8767;
  transform: rotate(0);
}

.avan-mobile-header .megamenu-box ul.open < .arrow {
  transform: rotate(0);
  transition: .3s;
}

/* /Mobile menu and megamenu */

/* /Mobile header styles */

/***** /Header *****/

/****** User dashboard *******/

#avan-dashboard #side-menu {
  background: linear-gradient(24deg, #679CBC 0%, #527D96 100%), #679CBC;
  background-image: url("../images/dashboard/side-bg.png");
  background-position: bottom center;
  background-size: cover;
  border-radius: 24px;
  padding: 24px;
  height: -moz-min-content;
  height: min-content;
}

#avan-dashboard #side-menu ul li {
  color: #ffffff;
  background-color: #517B94;
  border-radius: 50px;
  transition: .3s;
  margin: 10px 0;
}

#avan-dashboard #side-menu ul li:hover {
  color: #679CBC;
  background-color: #ffffff;
  transition: .3s;
}

#avan-dashboard #side-menu ul li.active {
  color: #679CBC;
  background-color: #ffffff;
  transition: .3s;
}

#avan-dashboard #side-menu ul li.active .icon svg path {
  stroke: #679CBC;
}

#avan-dashboard #side-menu ul li.submenu {
  background-color: rgba(255, 255, 255, 0.3);
}

#avan-dashboard #side-menu ul li.submenu:hover {
  background-color: rgba(255, 255, 255, 1);
}

#avan-dashboard #side-menu ul li:hover .icon svg path {
  stroke: #679CBC;
  transition: .3s;
}

#avan-dashboard #side-menu .menu-item {
  font-family: 'MorabbaVF', serif;
  font-size: 18px;
  padding: 6px 14px;
}

#avan-dashboard #side-menu .menu-item .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

#avan-dashboard #side-menu .menu-item .icon svg path {
  stroke: white;
}

#avan-dashboard #avan-profile-top-section {
  background-color: #EBE5E3;
  padding: 32px;
  border-radius: 24px;
}

#avan-dashboard #avan-profile-top-section #user-full-name {
  font-family: 'MorabbaVF', serif;
  font-size: 18px;
  font-weight: bold;
  color: #02314B;
}

#avan-dashboard #avan-profile-top-section a {
  font-size: 15px;
  color: #595454;
}

#avan-dashboard .avan-profile-content-section {
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  min-height: 411px;
}

@media screen and (max-width: 1023px) {
  #avan-dashboard .avan-profile-content-section {
    margin-right: 0;
    padding: 16px;
    min-height: auto;
  }

  #avan-dashboard .avan-profile-content-section.not-found {
    margin-top: 60px;
  }
}

#avan-dashboard .avan-profile-content-section.not-found {
  font-family: 'MorabbaVF', serif;
  font-size: 24px;
  font-weight: bold;
  color: #02314B;
}

#avan-dashboard .avan-profile-content-section.not-found img {
  margin-top: -80px;
}

#avan-dashboard .avan-profile-content-section p {
  font-size: 18px;
  font-weight: bold;
  color: #02314B;
}

#avan-dashboard .avan-profile-content-section form label {
  font-size: 17px;
  font-weight: 500;
  color: #02314B;
}

#avan-dashboard .avan-profile-content-section form input,
#avan-dashboard .avan-profile-content-section form select,
#avan-dashboard .avan-profile-content-section form textarea {
  background-color: #EBE5E3;
  border-radius: 50px;
  width: 100%;
  padding: 7px 22px;
  margin-top: 20px;
}

#avan-dashboard .avan-profile-content-section form textarea {
  border-radius: 16px;
}

/* Discount codes table */

#avan-dashboard .avan-profile-content-section table thead tr {
  font-family: 'MorabbaVF', serif;
  font-weight: 600;
  line-height: 48px;
  color: #FFFFFF;
  background: #BC8767;
}

#avan-dashboard .avan-profile-content-section table tbody tr {
  color: #595454;
  line-height: 48px;
  background-color: #EBE5E3;
}

#avan-dashboard .avan-profile-content-section table tbody tr td {
}

/* /Discount codes table */

/* Addresses */

#avan-dashboard .avan-profile-content-section.address {
  min-height: 144px;
}

#avan-dashboard .avan-profile-content-section.address p {
  font-size: 17px;
  font-weight: bold;
  color: #595454;
}

#avan-dashboard .avan-profile-content-section.address .btn {
  font-size: 16px;
}

#avan-dashboard .avan-profile-content-section .address-type {
  font-family: 'MorabbaVF', serif;
  font-size: 16px;
  font-weight: 400;
  color: #02314B;
  background-color: #EBE5E3;
  border-radius: 16px;
  padding: 16px;
  min-height: 90px;
}

#avan-dashboard .avan-profile-content-section .address-type .default-address {
  font-family: 'IRANSansXVF', serif;
  color: #595454 !important;
}

#avan-dashboard .avan-profile-content-section .address-type .icon {
  background-color: #BC8767;
  width: 58px;
  height: 58px;
  border-radius: 50px;
}

/* /Addresses */

/* Orders */

#avan-dashboard .avan-profile-content-section.orders-status {
  font-family: 'MorabbaVF', serif;
  font-size: 16px;
  font-weight: bold;
  min-height: 163px;
  cursor: pointer;
  transition: .3s;
}

#avan-dashboard .avan-profile-content-section.orders-status.active {
  background-color: #BC8767;
}

#avan-dashboard .avan-profile-content-section.orders-status.active p {
  color: #ffffff;
}

#avan-dashboard .avan-profile-content-section.orders-status p {
  color: #02314B;
}

#avan-dashboard .avan-profile-content-section.orders-status:hover {
  background-color: #BC8767;
  transition: .3s;
}

#avan-dashboard .avan-profile-content-section.orders-status:hover p {
  color: #ffffff;
}

#avan-dashboard .avan-profile-content-section.orders-status:hover .icon {
  background-color: #ffffff;
  transition: .3s;
}

#avan-dashboard .avan-profile-content-section.orders-status .icon {
  width: 68px;
  height: 68px;
  background-color: #EBE5E3;
  border-radius: 50px;
}

#avan-dashboard .avan-profile-content-section.order {
  font-size: 14px;
  line-height: 34px;
  min-height: 300px;
  cursor: pointer;
}

#avan-dashboard .avan-profile-content-section.order .timer {
  width: 146px;
  text-align: center;
  margin-bottom: 5px;
}

#avan-dashboard .avan-profile-content-section.order .timer-counter {
  font-size: 16px;
  font-weight: bold;
  width: 32px;
  height: 32px;
  color: #02314B;
  background-color: #F0F0F0;
  border-radius: 50px;
}

#avan-dashboard .avan-profile-content-section.order .timer-counter .timer-counter-seconds {
  color: #BC8767;
}

#avan-dashboard .avan-profile-content-section.order .order-status {
  font-family: 'MorabbaVF', serif;
  font-weight: 600;
  color: #BC8767;
  border: 1px solid #BC8767;
  border-radius: 50px;
  padding: 0 12px;
  display: inline-block;
}

#avan-dashboard .avan-profile-content-section.order .order-status.completed {
  color: #fff;
  background-color: #BC8767;
}

#avan-dashboard .avan-profile-content-section.order div span {
  font-weight: 600;
}

#avan-dashboard .avan-profile-content-section.order .order-product-image {
  width: 60px;
  height: 60px;
  background-color: #F0F0F0;
  border-right: 1px solid #679CBC;
  border-left: 1px solid #679CBC;
  border-bottom: 1px solid #679CBC;
  border-radius: 50px;
  display: inline-block;
  margin-right: -20px;
}

#avan-dashboard .avan-profile-content-section.order .order-product-image:first-child {
  margin-right: 0;
}

#avan-dashboard .avan-profile-content-section.order .order-product-image img {
  max-width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 10px;
}

#avan-dashboard .avan-profile-content-section.order .order-total {
  font-size: 22px;
  font-weight: bold;
  color: #02314B;
}

#avan-dashboard .avan-profile-content-section.order .order-total .woocommerce-Price-currencySymbol {
  display: none;
}

#avan-dashboard .order-modal-box {
  font-size: 16px;
  text-align: center;
  color: #595454;
  width: 856px;
  max-width: 100%;
}

#avan-dashboard .order-modal .title {
  font-family: 'MorabbaVF', serif;
  font-size: 24px;
  font-weight: bold;
  color: #02314B;
}

#avan-dashboard .order-modal .content {
  width:400px;
  line-height: 36px;
}

#avan-dashboard .order-modal .close-modal {
  font-size: 22px;
  font-weight: 200;
  color: white;
  width: 32px;
  height: 32px;
  background-color: #BC8767;
}

/* /Orders */

/****** /User dashboard ******/

/* Commenting form */

.elementor-widget-post-comments .content {
  padding: 10px 56px 20px 16px;
  width: 244px;
  max-width: 100%;
}

.elementor-widget-post-comments .title h3 {
  font-family: 'MorabbaVF', serif;
  font-size: 32px;
  font-weight: bold;
  color: #02314B;
  margin-right: 12px;
}

.elementor-widget-post-comments #email-notes,
.elementor-widget-post-comments .required-field-message,
.elementor-widget-post-comments .logged-in-as,
.elementor-widget-post-comments .comment-form-cookies-consent {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #6F5951;
  display: block;
}

.elementor-widget-post-comments .comment-reply-title {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 20px;
}

.avan-custom-comment-form {
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.avan-custom-comment-form textarea,
.avan-custom-comment-form input[type="text"],
.avan-custom-comment-form input[type="email"] {
  color: #6F5951;
  background: rgba(215, 204, 200, 0.5);
  border-radius: 16px;
  padding: 12px 16px;
  width: 100%;
  margin-bottom: 6px;
  outline: none;
}

/* /Commenting form */

/* Comment items */

ul.avan-comment-list {
  margin-bottom: 60px;
}

.avan-comment-list,
.avan-comment-list li {
  margin-left: unset !important;
  margin-right: unset !important;
}

.avan-comment-list ul.children {
  margin-right: 110px;
  margin-left: 0
}

.avan-comment-list ul.children .avan-comment-image {
  margin-right: 42px;
}

.avan-comment-list ul.children .reply-arrow {
  position: absolute;
  margin-right: -42px;
  margin-top: -42px;
}

.avan-comment-item {
  margin-top: 24px !important;
  list-style: none !important;
  background-color: white;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 24px;
}

.avan-comment-image {
  width: 56px;
  margin-bottom: 8px;
}

.avan-comment-image img {
  border-radius: 50px !important;
}

.avan-comment-reply:hover svg path {
  stroke: #000014;
  transition: .3s;
}

.avan-comment-item .avan-comment-author .name {
  font-family: 'MorabbaVF', serif;
  font-size: 20px;
  font-weight: bold;
  color: #02314B;
  margin-right: 12px;
}

.avan-comment-item .avan-comment-author .date {
  font-size: 14px;
  margin-right: 12px;
  margin-top: -12px;
}

.avan-comment-title .avan-comment-content {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 16px;
}

/* Comment items */

/* Auth page */

#auth-page {
  height: 100%;
  margin: 0;
  background-color: #F3F3F3;
}

#auth-page #auth-side-section {
  background-image: url("../images/auth-side-bg.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -30px;
}

@media screen and (max-width: 1023px) {
  #auth-page #auth-side-section {
    display: none;
  }
}

#auth-page #auth-main-section {
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin-right: -30px;
  padding: 80px 0;
}

@media screen and (max-width: 1279px) {
  #auth-page #auth-main-section {
    margin-right: 0;
    padding: 80px 0;
  }
}

#auth-page .btn {
  padding: 10px;
  border-radius: 50px;
}

#auth-page #btn-back {
  font-family: 'MorabbaVF', serif;
  font-size: 16px;
  color: #595454;
  text-align: left;
  margin-top: -110px;
  position: absolute;
  margin-right: 364px;
}

@media screen and (max-width: 1279px) {
  #auth-page #btn-back {
    margin-right: 272px;
  }
}

@media screen and (max-width: 1023px) {
  #auth-page #btn-back {
    margin-right: 592px;
  }
}

@media screen and (max-width: 768px) {
  #auth-page #btn-back {
    margin-right: auto;
  }
}

#auth-page #title {
  font-family: 'MorabbaVF', serif;
  font-size: 22px;
  font-weight: bold;
  color: #02314B;
}

#auth-page .description {
  font-size: 17px;
  color: #595454;
}

#auth-page #avan-login-form,
#auth-page #avan-register-form {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  color: #02314B;
  text-align: right;
  margin-bottom: 30px;
  cursor: pointer;
}

#auth-page #avan-login-form:hover,
#auth-page #avan-register-form:hover {
  opacity: .8;
}

#auth-page span {
  font-size: 15px;
  color: #BC8767;
}

#auth-page #edit-number {
  display: inline-block;
}

#auth-page #edit-number:hover {
  cursor: pointer;
  text-decoration: underline;
}

#auth-page #edit-number img {
  vertical-align: bottom;
}

#auth-page input {
  font-size: 16px;
  color: #6F5951;
  background: rgba(215, 204, 200, 0.5);
  border-radius: 50px;
  padding: 12px 16px;
  width: 100%;
  margin-bottom: 16px;
  outline: none;
}

#auth-page input.avan-otp {
  width: 60px;
  height: 60px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  #auth-page input.avan-otp {
    width: 44px;
    height: 44px;
  }
}

#auth-page button.btn span {
  padding: 5px 30px;
}

#auth-page #resend-wrapper,
#auth-page #resend-link-wrapper {
  font-size: 14px;
  color: #002080;
}

#auth-page .social-links {
  background-color: rgba(253, 253, 253, 0.1);
  border-radius: 16px;
  padding: 17px 30px;
  min-height: 48px;
  left: 0;
}

#auth-page .social-links .social-item {
  margin: 0 20px;
}

#auth-page .social-links .social-item:hover path {
  fill: #FCB813;
  transition: .3s;
}

/* /Auth page */

/***** Cart page *****/

#cart-page .avan-cart-content-section {
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

#cart-page h1 {
  font-family: 'MorabbaVF', serif;
  font-size: 32px;
  font-weight: bold;
  color: #02314B;
}

@media screen and (max-width: 1023px) {
  #cart-page .avan-cart-content-section.not-found {
    margin-top: 60px;
  }
}

#cart-page .avan-cart-content-section.not-found {
  font-family: 'MorabbaVF', serif;
  font-size: 24px;
  font-weight: bold;
  color: #02314B;
}

#cart-page .avan-cart-content-section.not-found img {
  margin-top: -80px;
}

#cart-page #steps-back-line {
  width: 50%;
  height: 2px;
  background-image: url("../images/steps-bg-line.png");
  background-repeat: repeat-x;
  position: absolute;
  z-index: -1;
  margin: 40px 100px 0 auto;
}

#cart-page .cart-step {
  font-family: 'MorabbaVF', serif;
  font-size: 22px;
  color: #BC8767;
  background-color: #F0F0F0;
  border-radius: 50px;
  display: inline-block;
  padding: 27px 10px;
  width: 316px;
}

#cart-page .cart-step path {
  stroke: #BC8767;
}

#cart-page .cart-step.active {
  color: #fff;
  background-color: #BC8767;
}

#cart-page .cart-step.active path {
  stroke: #fff;
}

.cart-products-category.active a {
  color: #fff !important;
  background-color: #BC8767 !important;
  transition: .3s;
}

.cart-products-carousel .avan-products-navigation {
  display: none;
}

/* Cart item */

#cart-page .cart-item {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  min-height: 130px;
}

#cart-page .cart-item .image {
  background-image: url('../images/cart-product-image-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100px;
  height: 96px;
  padding: 10px;
}

#cart-page .cart-item .image div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#cart-page .cart-item .title {
  font-family: 'MorabbaVF', serif;
  font-size: 20px;
  font-weight: bold;
  color: #02314B;
}

/* Price */

#cart-page .avan-product-price {
  color: #595454;
  border: none;
  padding: 12px;
  margin-bottom: 0;
}

#cart-page .woocommerce-cart-form .avan-product-price {
  min-width: 160px;
}

#cart-page .avan-price .amount {
  font-size: 24px;
  font-weight: bold;
  color: #02314B;
  display: flex;
  flex-direction: column;
}

#cart-page .avan-price del * {
  font-size: 18px;
  color: #7B7B7B;
}

#cart-page .avan-price bdi span {
  display: none;
}

#cart-page .avan-price ins {
  text-decoration: none;
}

#cart-page .avan-price bdi::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-left: 6px;
  background: url('../images/toman-symbol.png') no-repeat center;
  background-size: contain;
}

#cart-page .avan-price del bdi::after {
  width: 0;
  height: 0;
  margin-left: 0;
  background: none;
}

/* Quantity */

#cart-page .avan-quantity {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
}

#cart-page .avan-quantity input {
  width: 20px !important;
  padding-right: 0;
  text-align: center;
}

#cart-page .avan-quantity input:focus-visible {
  outline: none;
}

#cart-page .avan-qty-btn:hover {
  background: #ddd;
}

/* Hide number input arrows (all browsers) */

.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#cart-page #cart-page .quantity input.qty {
  -moz-appearance: textfield;
  /* Firefox */
}

/* /Cart item */

#cart-page #checkout-summary {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  height: -moz-fit-content;
  height: fit-content;
}

#cart-page #checkout-summary p {
  font-size: 16px;
  font-weight: bold;
  color: #595454;
}

#cart-page #checkout-summary .avan-product-price {
  font-size: 22px;
  COLOR: #595454;
  padding: 0;
}

#cart-page #checkout-summary .avan-price bdi::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 19px;
  margin-left: 6px;
  background: url('../images/toman-symbol-gray.png') no-repeat center;
  background-size: contain;
}

#cart-page #checkout-summary .btn {
  padding: 12px;
  border-radius: 50px;
}

#cart-page #checkout-summary .btn span {
  padding: 8px 20px;
}

#cart-page #checkout-summary #total-price {
  background: #F0F0F0;
  border-radius: 50px;
  padding: 8px 12px;
}

#cart-page #checkout-summary #total-price p {
  color: #02314B;
}

#cart-page #checkout-summary #total-price .avan-price bdi::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 19px;
  margin-left: 6px;
  background: url('../images/toman-symbol.png') no-repeat center;
  background-size: contain;
}

/***** /Cart page *****/

/***** Checkout page *****/

.woocommerce-checkout-payment.checkout-content-section,
.checkout-content-section {
  background-color: #FFFFFF !important;
  padding: 24px !important;
  border: none !important;
  border-radius: 24px !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout-payment.checkout-content-section {
  padding: 0 !important;
  box-shadow: none;
}

.checkout-content-section .btn {
  color: #BC8767 !important;
  border-radius: 50px !important;
  background: rgba(215, 204, 200, 0.50) !important;
  padding: 8px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 150% !important;
  cursor: pointer;
  transition: .3s;
}

.checkout-content-section .title {
  font-size: 18px;
  font-weight: bold;
  color: #02314B;
}

.checkout-content-section input,
.checkout-content-section textarea,
.checkout-content-section select {
  background-color: #F0F0F0 !important;
  border-radius: 50px !important;
  padding: 7px 22px !important;
}

.checkout-content-section .woocommerce-additional-fields h3 {
  display: none;
}

.checkout-content-section .order-review-box {
  display: none;
}

#shipping-methods .avan-price {
  font-size: 16px !important;
}

.checkout-content-section .wc_payment_methods {
  background-color: #fff;
  border: none !important;
}

.checkout-content-section .wc_payment_methods img {
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin: auto 5px !important;
}

#shipping-methods ul,
.checkout-content-section .wc_payment_methods ul {
  padding: 0;
}

#shipping-methods ul,
.checkout-content-section .wc_payment_methods .payment_box {
}

#shipping-methods li,
.checkout-content-section .wc_payment_methods li {
  font-family: 'MorabbaVF', serif;
  font-size: 18px;
  color: #595454;
  height: 40px;
}

#shipping-methods label,
.checkout-content-section .wc_payment_methods .wc_payment_method label {
  display: inline-flex;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#shipping-methods input[type="radio"]:checked + label,
.checkout-content-section .wc_payment_methods input[type="radio"]:checked + label {
  opacity: 1;
}

#shipping-methods li:hover,
.checkout-content-section .wc_payment_methods li:hover,
.checkout-content-section .wc_payment_methods li:focus {
  color: #02314B;
}

#shipping-methods input[type="radio"],
.woocommerce-checkout-payment .wc_payment_methods input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: 2px solid #595454 !important;
  border-radius: 50% !important;
  padding: 0 !important;
  position: relative;
  cursor: pointer;
  outline: none;
  background-color: #fff !important;
  transition: all 0.2s ease;
}

#shipping-methods input[type="radio"]:checked,
.checkout-content-section .wc_payment_methods input[type="radio"]:checked {
  border-color: #BC8767;
  background-color: #fff;
}

#shipping-methods input[type="radio"]:checked::after,
.checkout-content-section .wc_payment_methods input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #BC8767;
  border-radius: 50%;
}

.checkout-content-section .form-row {
  margin-bottom: 20px !important;
  padding: 0 !important;
}

.checkout-content-section label {
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
  color: #02314B;
}

.checkout-content-section .coupon-code-row {
  margin-bottom: 0;
}

.checkout-content-section input,
.checkout-content-section select {
  background-color: #EBE5E3 !important;
  border: none !important;
}

.checkout-content-section #shipping-types .shipping-type {
  font-family: 'MorabbaVF', serif;
  font-size: 20px;
  color: #02314B;
  background-color: #F0F0F0;
  border-radius: 50px;
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
}

.checkout-content-section #shipping-types .shipping-type.active {
  color: #fff;
  background-color: #BC8767;
}

.checkout-content-section #close-popup {
  font-size: 24px;
  color: #fff;
  background-color: #BC8767;
  border-radius: 50px;
  width: 32px;
  height: 32px;
}

.checkout-content-section #new-address-popup label {
  font-size: 17px;
  line-height: 30px;
}

.checkout-content-section .address-box {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  border: 1.5px solid rgba(188, 135, 103, 0.7);
  padding: 14px 36px;
  border-radius: 18px;
  opacity: .7;
}

.checkout-content-section .address-box.selected {
  border: 1.5px solid #BC8767;
  opacity: 1;
}

.woocommerce-info {
  display: none !important;
}

.checkout_coupon {
  display: block !important;
}

.coupon-error-notice {
  font-size: 14px;
  line-height: 32px;
}

/***** /Checkout page *****/

/* Thankyou page */

#thankyou-page,
#thankyou-page-timer {
  width: 416px;
}

#thankyou-page h2 {
  font-family: 'MorabbaVF', serif;
  font-size: 24px;
  font-weight: bold;
  color: #02314B;
}

#thankyou-page p,
#thankyou-page ul {
  font-size: 16px;
  color: #595454;
  line-height: 40px;
}

#thankyou-page-timer {
  font-size: 14px;
  color: #fff;
  background: #679CBC;
  background: linear-gradient(180deg, rgba(103, 156, 188, 1) 0%, rgba(82, 125, 150, 1) 100%);
  border-radius: 24px;
}

#thankyou-page-timer .timer-counter {
  font-size: 18px;
  color: #679CBC;
  background-color: #fff;
  border-radius: 8px;
  line-height: 23px;
  padding: 4px;
}

#thankyou-page-timer .timer-counter div {
  color: #051F6F;
  font-weight: bold;
}

/* /Thankyou page */

/* Customized order form */

#avan-custom-order-form .select-caret-down-wrapper svg {
  display: none;
  /* hide default svg */
}

#avan-custom-order-form .select-caret-down-wrapper {
  width: 24px;
  height: 25px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'><path d='M16.0101 13.3502L13.3901 15.9702C12.6201 16.7402 11.3601 16.7402 10.5901 15.9702L4.08008 9.4502' stroke='%236F5951' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/><path d='M19.9199 9.4502L18.8799 10.4902' stroke='%236F5951' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    no-repeat center center;
  background-size: contain;
  z-index: 1;
}

#avan-custom-order-form select {
  display: none;
}

#avan-custom-order-form .custom-select {
  position: relative;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 50px;
  width: 100%;
  cursor: pointer;
}

#avan-custom-order-form .custom-select-trigger {
  font-size: 14px;
  color: rgba(111, 89, 81, 0.6);
}

#avan-custom-order-form .custom-options {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 18px;
  padding: 10px;
  margin-top: 8px;
  z-index: 999;
}

#avan-custom-order-form .custom-option {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  border-bottom: 1px solid rgba(111, 89, 81, 0.15);
  cursor: pointer;
}

#avan-custom-order-form .custom-option:last-child {
  border-bottom: none;
}

#avan-custom-order-form .custom-option:hover {
  background: #f0f0f0;
}

#avan-custom-order-form .custom-option.active .circle {
  background: #BC8767;
  border: 1px solid #fff;
}

#avan-custom-order-form .custom-option.active .circle::after {
  content: "";
  position: relative;
  top: -2px;
  left: 2px;
  width: 13px;
  height: 18px;
  border: 1px solid #BC8767;
  border-radius: 50%;
  padding: 0 8px;
  display: block;
}

#avan-custom-order-form .circle {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #D7CCC8;
}

#avan-custom-order-form .elementor-field-group-people .custom-select {
  color: rgba(111, 89, 81, 0.6);
  background: #eae4e2;
  border: none;
}

/* /Customized order form */

/* Reservation page */

#reservation-images .elementor-button,
#reservation-images .elementor-button a {
  cursor: default;
}

#reservation-images .elementor-button.active,
#reservation-images .elementor-button:hover {
  color: #fff;
  background-color: #BC8767;
}

#jalali-calendar-container #days-container,
#jalali-calendar-container #time-slots-container {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
}

#jalali-calendar-container #time-slots-container {
  margin-top: 24px;
}

#jalali-calendar {
  width: 100%;
  margin-top: 10px;
}

#jalali-calendar-container #calendar-header {
  font-family: 'MorabbaVF', serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #02314B;
  padding: 24px 0 12px 0;
  border-bottom: 1px solid #D9D9D9;
}

#jalali-calendar-container #calendar-header #prev-month {
  float: right;
  margin-right: 30px;
}

#jalali-calendar-container #calendar-header #next-month {
  float: left;
  margin-left: 30px;
}

#jalali-calendar th.calendar-header {
  font-size: 14px;
  font-weight: 500;
  color: #595454;
}

#jalali-calendar .calendar-cell {
  padding: 6px;
}

#jalali-calendar .btn-day {
  font-size: 20px;
  font-weight: 500;
  width: 40px;
  height: 40px;
}

#jalali-calendar .btn-day.cursor-not-allowed {
  border: 1px solid;
  border-radius: 50px;
}

#jalali-calendar .btn-day:hover,
#jalali-calendar .btn-day.active {
  color: white;
  background-color: #BC8767;
  border-radius: 50px;
}

#time-slots-container .time-slot {
  font-size: 18px;
  color: #BC8767;
  background-color: #EBE5E3;
  padding: 8px;
  border-radius: 50px;
  width: 148px;
  height: 48px;
}

#time-slots-container .time-slot:hover,
#time-slots-container .time-slot.selected-time {
  color: white;
  background-color: #BC8767;
  border-radius: 50px;
}

/* /Reservation page */

/* Archive pages */

.pagination .nav-links a {
  color: #BC8767;
  background-color: #EBE5E3;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50px;
}

.pagination .nav-links svg path {
  fill: #BC8767;
}

/* /Archive pages */

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }
}

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

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

  .md\:block {
    display: block;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

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

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

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-1320 {
    width: 1320px;
  }

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

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

  .lg\:basis-3\/4 {
    flex-basis: 75%;
  }

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

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

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

  .xl\:inline {
    display: inline;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .xl\:basis-1\/4 {
    flex-basis: 25%;
  }

  .xl\:basis-1\/5 {
    flex-basis: 20%;
  }

  .xl\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .xl\:basis-2\/5 {
    flex-basis: 40%;
  }

  .xl\:basis-3\/4 {
    flex-basis: 75%;
  }

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

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

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

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

  .xl\:justify-end {
    justify-content: flex-end;
  }

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

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

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

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:text-start {
    text-align: start;
  }
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}