*, ::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.16 | 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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

@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: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.\!static {
  position: static !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.-right-3 {
  right: -0.75rem;
}

.-right-5 {
  right: -1.25rem;
}

.-right-\[0px\] {
  right: -0px;
}

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

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

.-top-\[0px\] {
  top: -0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-\[0px\] {
  bottom: 0px;
}

.bottom-\[152px\] {
  bottom: 152px;
}

.bottom-\[160px\] {
  bottom: 160px;
}

.bottom-\[20px\] {
  bottom: 20px;
}

.bottom-\[30px\] {
  bottom: 30px;
}

.end-0 {
  inset-inline-end: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-11 {
  left: 2.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-7 {
  left: 1.75rem;
}

.left-\[-8px\] {
  left: -8px;
}

.left-\[50px\] {
  left: 50px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[20\%\] {
  right: 20%;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-\[105px\] {
  top: 105px;
}

.top-\[133px\] {
  top: 133px;
}

.top-\[48px\] {
  top: 48px;
}

.top-\[80px\] {
  top: 80px;
}

.top-\[97px\] {
  top: 97px;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

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

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

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

.\!mb-\[120px\] {
  margin-bottom: 120px !important;
}

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

.\!mr-auto {
  margin-right: auto !important;
}

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

.-mt-14 {
  margin-top: -3.5rem;
}

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

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

.mb-11 {
  margin-bottom: 2.75rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[116px\] {
  margin-bottom: 116px;
}

.mb-\[13px\] {
  margin-bottom: 13px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[19px\] {
  margin-bottom: 19px;
}

.mb-\[2px\] {
  margin-bottom: 2px;
}

.mb-\[3px\] {
  margin-bottom: 3px;
}

.mb-\[44px\] {
  margin-bottom: 44px;
}

.mb-\[47px\] {
  margin-bottom: 47px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[56px\] {
  margin-bottom: 56px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[78px\] {
  margin-bottom: 78px;
}

.mb-\[7px\] {
  margin-bottom: 7px;
}

.mb-\[80px\] {
  margin-bottom: 80px;
}

.mb-\[9px\] {
  margin-bottom: 9px;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.ml-auto {
  margin-left: auto;
}

.mr-\[10px\] {
  margin-right: 10px;
}

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

.ms-2 {
  margin-inline-start: 0.5rem;
}

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

.mt-\[-1px\] {
  margin-top: -1px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.\!h-6 {
  height: 1.5rem !important;
}

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

.\!h-auto {
  height: auto !important;
}

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

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[100vh\] {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

.max-h-\[80vh\] {
  max-height: 80vh;
}

.min-h-10 {
  min-height: 2.5rem;
}

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

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

.\!w-6 {
  width: 1.5rem !important;
}

.\!w-auto {
  width: auto !important;
}

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

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-5 {
  min-width: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.origin-bottom-left {
  transform-origin: bottom left;
}

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

.-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-4 {
  --tw-translate-y: 1rem;
  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-\[110\%\] {
  --tw-translate-y: 110%;
  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));
}

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.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-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[11px\] {
  gap: 11px;
}

.gap-\[13px\] {
  gap: 13px;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[17px\] {
  gap: 17px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[22px\] {
  gap: 22px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[55px\] {
  gap: 55px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.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-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.\!rounded-\[4px\] {
  border-radius: 4px !important;
}

.\!rounded-sm {
  border-radius: 0.125rem !important;
}

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

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

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-bl-\[16px\] {
  border-bottom-left-radius: 16px;
}

.rounded-br-\[2px\] {
  border-bottom-right-radius: 2px;
}

.rounded-tl-\[2px\] {
  border-top-left-radius: 2px;
}

.rounded-tr-\[2px\] {
  border-top-right-radius: 2px;
}

.border {
  border-width: 1px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-\[2px\] {
  border-width: 2px;
}

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

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

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

.border-r-\[3px\] {
  border-right-width: 3px;
}

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

.border-dashed {
  border-style: dashed;
}

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

.border-black1 {
  --tw-border-opacity: 1;
  border-color: rgb(52 52 52 / var(--tw-border-opacity, 1));
}

.border-gray1 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-gray2 {
  --tw-border-opacity: 1;
  border-color: rgb(149 149 149 / var(--tw-border-opacity, 1));
}

.border-gray3 {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity, 1));
}

.border-gray4 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-gray5 {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
}

.border-gray6 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

.border-gray7 {
  --tw-border-opacity: 1;
  border-color: rgb(237 240 248 / var(--tw-border-opacity, 1));
}

.border-gray8 {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(205 24 24 / var(--tw-border-opacity, 1));
}

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

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

.\!bg-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(205 24 24 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#C9F3FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(201 243 255 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[currentcolor\] {
  background-color: currentcolor;
}

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

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

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

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

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

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

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(205 24 24 / var(--tw-bg-opacity, 1));
}

.bg-red3 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 234 / var(--tw-bg-opacity, 1));
}

.bg-red4 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 234 / var(--tw-bg-opacity, 1));
}

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

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

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-buy {
  background-image: linear-gradient(90deg, #343434 0%, #8C2424 57.65%, #CD1818 100%);
}

.bg-sticky {
  background-image: linear-gradient(135deg,  rgba(205,24,24,1) 0%,rgba(173,173,173,1) 100%);
}

.bg-video {
  background-image: linear-gradient(180deg, rgba(13, 13, 13, 0.00) 0%, #0D0D0D 100%);
}

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

.\!p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-\[17px\] {
  padding: 17px;
}

.p-\[3px\] {
  padding: 3px;
}

.\!px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

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

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

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

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

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

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

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

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

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

.\!pt-6 {
  padding-top: 1.5rem !important;
}

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

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

.pb-12 {
  padding-bottom: 3rem;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

.pb-\[96px\] {
  padding-bottom: 96px;
}

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

.pl-8 {
  padding-left: 2rem;
}

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

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

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

.pr-12 {
  padding-right: 3rem;
}

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

.pr-\[100px\] {
  padding-right: 100px;
}

.pr-\[10px\] {
  padding-right: 10px;
}

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

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

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

.pt-\[100\%\] {
  padding-top: 100%;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[34px\] {
  padding-top: 34px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[56px\] {
  padding-top: 56px;
}

.pt-\[60\%\] {
  padding-top: 60%;
}

.pt-\[80\%\] {
  padding-top: 80%;
}

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

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

.\!text-right {
  text-align: right !important;
}

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

.\!text-size10 {
  font-size: 10px !important;
}

.\!text-size14 {
  font-size: 14px !important;
}

.\!text-size18 {
  font-size: 18px !important;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[35px\] {
  font-size: 35px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-\[60px\] {
  font-size: 60px;
}

.text-size10 {
  font-size: 10px;
}

.text-size11 {
  font-size: 11px;
}

.text-size12 {
  font-size: 12px;
}

.text-size13 {
  font-size: 13px;
}

.text-size14 {
  font-size: 14px;
}

.text-size16 {
  font-size: 16px;
}

.text-size17 {
  font-size: 17px;
}

.text-size18 {
  font-size: 18px;
}

.text-size20 {
  font-size: 20px;
}

.text-size21 {
  font-size: 21px;
}

.text-size22 {
  font-size: 22px;
}

.text-size24 {
  font-size: 24px;
}

.text-size28 {
  font-size: 28px;
}

.text-size32 {
  font-size: 32px;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.font-black {
  font-weight: 900;
}

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

.font-extrabold {
  font-weight: 800;
}

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

.font-normal {
  font-weight: 400;
}

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

.capitalize {
  text-transform: capitalize;
}

.\!leading-6 {
  line-height: 1.5rem !important;
}

.\!leading-\[30px\] {
  line-height: 30px !important;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[10px\] {
  line-height: 10px;
}

.leading-\[15px\] {
  line-height: 15px;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[17px\] {
  line-height: 17px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[27px\] {
  line-height: 27px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[31px\] {
  line-height: 31px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.leading-\[37px\] {
  line-height: 37px;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-\[41px\] {
  line-height: 41px;
}

.leading-\[44px\] {
  line-height: 44px;
}

.leading-\[46px\] {
  line-height: 46px;
}

.leading-\[54px\] {
  line-height: 54px;
}

.leading-\[60px\] {
  line-height: 60px;
}

.leading-\[64px\] {
  line-height: 64px;
}

.leading-\[77px\] {
  line-height: 77px;
}

.\!text-gray2 {
  --tw-text-opacity: 1 !important;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1)) !important;
}

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

.text-\[\#248624\] {
  --tw-text-opacity: 1;
  color: rgb(36 134 36 / var(--tw-text-opacity, 1));
}

.text-\[\#3A90C9\] {
  --tw-text-opacity: 1;
  color: rgb(58 144 201 / var(--tw-text-opacity, 1));
}

.text-\[\#F00\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

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

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

.text-black3 {
  --tw-text-opacity: 1;
  color: rgb(79 84 123 / var(--tw-text-opacity, 1));
}

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

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

.text-gray7 {
  --tw-text-opacity: 1;
  color: rgb(237 240 248 / var(--tw-text-opacity, 1));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(205 24 24 / var(--tw-text-opacity, 1));
}

.text-red2 {
  --tw-text-opacity: 1;
  color: rgb(217 74 39 / var(--tw-text-opacity, 1));
}

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

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-\[\.6\] {
  opacity: .6;
}

.opacity-\[\.75\] {
  opacity: .75;
}

.opacity-\[\.7\] {
  opacity: .7;
}

.opacity-\[\.8\] {
  opacity: .8;
}

.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-shade2 {
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);;
  --tw-shadow-colored: 0px 1px 2px 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;
}

.grayscale {
  --tw-grayscale: grayscale(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-500 {
  transition-delay: 500ms;
}

.delay-\[\.8s\] {
  transition-delay: .8s;
}

.delay-\[1\.2s\] {
  transition-delay: 1.2s;
}

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

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

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

@font-face {
  font-family: PeydaWebFaNum;

  font-style: normal;

  font-weight: 100;

  src: url('../fonts/woff2/PeydaWebFaNum-Thin.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/PeydaWebFaNum-Thin.woff') format('woff');

  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: PeydaWebFaNum;

  font-style: normal;

  font-weight: 200;

  src: url('../fonts/woff2/PeydaWebFaNum-ExtraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/PeydaWebFaNum-ExtraLight.woff') format('woff');

  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: PeydaWebFaNum;

  font-style: normal;

  font-weight: 300;

  src: url('../fonts/woff2/PeydaWebFaNum-Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/PeydaWebFaNum-Light.woff') format('woff');

  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: PeydaWebFaNum;

  font-style: normal;

  font-weight: 500;

  src: url('../fonts/woff2/PeydaWebFaNum-Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/PeydaWebFaNum-Medium.woff') format('woff');

  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: PeydaWebFaNum;

  font-style: normal;

  font-weight: 600;

  src: url('../fonts/woff2/PeydaWebFaNum-SemiBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/PeydaWebFaNum-SemiBold.woff') format('woff');

  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: PeydaWebFaNum;

  font-style: normal;

  font-weight: 800;

  src: url('../fonts/woff2/PeydaWebFaNum-ExtraBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/PeydaWebFaNum-ExtraBold.woff') format('woff');

  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: PeydaWebFaNum;

  font-style: normal;

  font-weight: 900;

  src: url('../fonts/woff2/PeydaWebFaNum-Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/PeydaWebFaNum-Black.woff') format('woff');

  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: PeydaWebFaNum;

  font-style: normal;

  font-weight: bold;

  src: url('../fonts/woff2/PeydaWebFaNum-Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/PeydaWebFaNum-Bold.woff') format('woff');

  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: PeydaWebFaNum;

  font-style: normal;

  font-weight: normal;

  src: url('../fonts/woff2/PeydaWebFaNum-Regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/PeydaWebFaNum-Regular.woff') format('woff');

  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

body {
  font-family: PeydaWebFaNum, sans-serif;
  direction: rtl;
  background: #fff;
  color: #343434;
  font-size: 16px;
}

.leaflet-popup-content{
  font-family: PeydaWebFaNum, sans-serif;
}

@media (max-width: 768px){
  body{
    font-size: 14px;
  }
}

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

.container-fluid{
  max-width: 1800px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 768px){
  .container-fluid{
    padding: 0 26px;
  }
}

.ltr{
  direction: ltr;
}

.rtl{
  direction: rtl;
}

a,button{
  transition: all .3s;
  cursor: pointer;
}

a:hover{
  color: #BB1C2E ;
}

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

input:focus,
select:focus{
  outline: none;
}

/* Start Single Product */

.p-price{
  .woocommerce-Price-currencySymbol{
    color: #343434;
    font-size: 12px;
    padding-right: 8px;
  }
}

@media (max-width: 1024px){
  .p-price{
    .woocommerce-Price-currencySymbol{
      font-size: 10px;
    }
  }
}

.p-ad-cart{
  >*{
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    background: #343434;
    display: block;
  }
  >*:hover{
    background: #BB1C2E;
    color: #fff;
  }
}

@media (max-width: 1024px){
  .p-ad-cart{
    >*{
      font-size: 16px;
    }
  }
}

.single-product-itembig{
  img{
    width: 100%;
  }
}

/* End Single Product */

/* Start Home */

.swiper-button-disabled{
  opacity: 0 !important;
}

#slider{
  .swiper-slide-active{
    .caption{
      h3,p,a{
        opacity: 1;
        transform: translateY(0);
      }
    }
  }
  .swiper-paginationd{
    display: flex;
    align-items: center;
    gap: 8px;
    .swiper-pagination-bullet{
      width: 8px;
      height: 8px;
      border-radius: 4px;
      margin: 0;
      background-color: #FEFEFE;
      opacity: 1;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active{
      width: 30px;
    }
  }
}

/* Start Home */

/* Start Header */

/* Mobile Toggle */

#filteriside,
#cardinside,
#userinside,
#seachiside{
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  transform: translateY(30px);
}

#filteriside.active,
#cardinside.active,
#userinside.active,
#seachiside.active{
  opacity: 1;
  pointer-events: initial;
  transform: translateY(0px);
}

@media only screen and (max-width: 1024px) {
  #head.fixheader{
    position: static;
  }
}

#footer-menus{
  transform: translateY(100%);
  transition: all .3s;
}

#footer-menus.active{
  transform: translateY(0%);
}

/* Mobile Toggle */

/* Start Mobile Search */

#seachiside{
  .dgwt-wcas-search-form{
    padding: 0;
    position: relative;
    bottom: 6px;
    background: none;
  }
  .dgwt-wcas-sf-wrapp{
    background: none;
    padding: 0 12px;
    .dgwt-wcas-search-input{
      font-family: PeydaWebFaNum;
      border-radius: 50px;
      border: 1.5px solid #959595;
      background: #FFF;
      height: 48px;
      padding: 0 62px 0 20px;
    }
    .dgwt-wcas-search-submit{
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #CD1818;
      left: unset;
      right: 20px;
      top: 5px;
      path{
        fill: #fff;
      }
    }
  }
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion{
  .dgwt-wcas-si{
    width: 96px !important;
    flex-shrink: 0 !important;
    img{
      border: none !important;
      width: 96px !important;
      height: 96px !important;
      max-width: 100% !important;
      max-height: 100% !important;
    }
  }
  .dgwt-wcas-content-wrapp{
    flex-direction: column !important;
    align-items: start !important;
    margin: 0 !important;
    gap: 8px !important;
    .dgwt-wcas-st-title{
      color: #343434 !important;
      font-size: 14px !important;
      font-weight: 500 !important;
      line-height: 20px !important;
      /* 142.857% */
    }
    .dgwt-wcas-sp{
      display: flex !important;
      align-items: center !important;
      gap: 8px !important;
      color: #343434 !important;
      font-weight: bold !important;
      .woocommerce-Price-currencySymbol{
        font-size: 10px !important;
      }
      *{
        font-size: 16px !important;
        font-weight: 700 !important;
      }
      line-height: 24px !important;
      /* 200% */
      height: 24px;
    }
  }
}

.dgwt-wcas-suggestions-wrapp{
  border-radius: 24px !important;
  border: 1.5px solid var(--Color---dark, #343434) !important;
  background: var(--Color---white, #FFF) !important;
}

@media (max-width: 992px){
  .dgwt-wcas-has-headings .dgwt-wcas-suggestion{
  }

  .dgwt-wcas-suggestions-wrapp{
    border: none !important;
    padding: 50px 12px 12px !important;
    >a{
      padding: 8px 0 !important;
      border-bottom: 1px solid #F5F5F5 !important;
      gap: 16px !important;
    }
  }
}

/* End Mobile Search */

/* Start Side Menu */

#mobile-sidedar{
  opacity: 0;
  transition: all .3s;
  pointer-events: none;
  transform: translateY(10px);
}

#mobile-sidedar #sidemenu .menu,
#mobile-sidedar #sidemenu .navigation {
  position: static;
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
}

#mobile-sidedar #sidemenu .menu > li,
#mobile-sidedar #sidemenu .navigation > li {
  width: 100%;
  position: static !important;
  flex-shrink: 0;
  border-bottom: 1px solid #959595;
  display: flex;
  gap: 8px;
  align-items: center;
}

#mobile-sidedar #sidemenu .menu > li > a,
#mobile-sidedar #sidemenu .navigation > li > a {
  padding: 16px 0;
  color: #343434;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  position: relative;
  width: 100%;
}

#mobile-sidedar #sidemenu .menu > li > a >.dropdown-btn,
#mobile-sidedar #sidemenu .navigation > li > a > .dropdown-btn {
  /* display: none; */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#mobile-sidedar #sidemenu .menu > li > ul,
#mobile-sidedar #sidemenu .navigation > li > ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 73px;
  bottom: 0;
  background: #fff;
  display: none !important;
  overflow: auto;
  padding: .5rem 20px;
  animation-name: sidein;
  animation-duration: .6s;
  z-index: 2;
}

#mobile-sidedar #sidemenu .menu > li > ul h4,
#mobile-sidedar #sidemenu .navigation > li > ul h4 {
  display: none;
}

#mobile-sidedar #sidemenu .menu > li > ul ul,
#mobile-sidedar #sidemenu .navigation > li > ul ul {
  margin-bottom: 20px;
  a{
    margin-bottom: 0;
  }
}

#mobile-sidedar #sidemenu .menu > li > ul > h4,
#mobile-sidedar #sidemenu .navigation > li > ul > h4 {
  display: flex;
  padding-top: 25px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 20px;
  font-size: 15px;
  position: relative;
}

#mobile-sidedar #sidemenu .menu > li > ul.active,
#mobile-sidedar #sidemenu .navigation > li > ul.active {
  display: block !important;
  animation-name: sidemove;
  animation-duration: .6s;
}

#mobile-sidedar #sidemenu .menu li li,
#mobile-sidedar #sidemenu .navigation li li {
  position: relative;
  display: block;
  color: #343434000;
  line-height: 24px;
  font-size: 14px;
}

#mobile-sidedar #sidemenu .menu li li li,
#mobile-sidedar #sidemenu .navigation li li li {
  border-bottom: none;
  line-height: 30px;
}

#mobile-sidedar #sidemenu .menu li li li a,
#mobile-sidedar #sidemenu .navigation li li li a {
  font-weight: 400;
  font-size: 13px !important;
}

#mobile-sidedar #sidemenu .menu li li > ul,
#mobile-sidedar #sidemenu .navigation li li > ul {
  display: none;
}

#mobile-sidedar #sidemenu .menu li li > ul > li:last-child,
#mobile-sidedar #sidemenu .navigation li li > ul > li:last-child {
  border-bottom: none;
}

#mobile-sidedar #sidemenu .menu li li > ul > li > a,
#mobile-sidedar #sidemenu .navigation li li > ul > li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #343434000;
}

#mobile-sidedar #sidemenu .menu li li > ul > li.current > a,
#mobile-sidedar #sidemenu .navigation li li > ul > li.current > a {
  color: #CD1818;
}

#mobile-sidedar #sidemenu .menu li li > ul > li:hover > a,
#mobile-sidedar #sidemenu .navigation li li > ul > li:hover > a {
  color: #CD1818;
}

#mobile-sidedar #sidemenu .menu li li > ul > li > ul,
#mobile-sidedar #sidemenu .navigation li li > ul > li > ul {
  display: none;
}

#mobile-sidedar #sidemenu .menu li li .dropdown-menu,
#mobile-sidedar #sidemenu .navigation li li .dropdown-menu {
  position: static;
  border: none;
}

#mobile-sidedar #sidemenu .menu li li.menu-item-has-children .dropdown-btn,
#mobile-sidedar #sidemenu .navigation li li.menu-item-has-children .dropdown-btn,
#mobile-sidedar #sidemenu .menu li li.dropdown .dropdown-btn,
#mobile-sidedar #sidemenu .navigation li li.dropdown .dropdown-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 15px;
  line-height: 44px;
  cursor: pointer;
  z-index: 5;
}

#mobile-sidedar #sidemenu .menu li li.menu-item-has-children .dropdown-btn:after,
#mobile-sidedar #sidemenu .navigation li li.menu-item-has-children .dropdown-btn:after,
#mobile-sidedar #sidemenu .menu li li.dropdown .dropdown-btn:after,
#mobile-sidedar #sidemenu .navigation li li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#mobile-sidedar #sidemenu .menu li li.menu-item-has-children .dropdown-btn.active svg,
#mobile-sidedar #sidemenu .navigation li li.menu-item-has-children .dropdown-btn.active svg,
#mobile-sidedar #sidemenu .menu li li.dropdown .dropdown-btn.active svg,
#mobile-sidedar #sidemenu .navigation li li.dropdown .dropdown-btn.active svg {
  transform: rotate(180deg);
}

#mobile-sidedar #sidemenu .menu li li > a,
#mobile-sidedar #sidemenu .navigation li li > a {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #343434000;
  margin-bottom: 24px;
}

#mobile-sidedar #sidemenu .menu li li > a:hover,
#mobile-sidedar #sidemenu .navigation li li > a:hover {
  color: #BB1C2E;
}

#mobile-sidedar #sidemenu .menu li li.current-menu-item > a,
#mobile-sidedar #sidemenu .navigation li li.current-menu-item > a {
  color: #CD1818;
  border-radius: 20px;
}

#mobile-sidedar #sidemenu li {
  line-height: 50px;
}

#mobile-sidedar #sidemenu li a {
  color: #64748B;
}

#mobile-sidedar #sidemenu li a:hover {
  color: #CD1818;
}

body.out {
  overflow: hidden;
}

body.out #mobile-sidedar  {
  opacity: 1;
  pointer-events: initial;
  transform: translateY(0);
}

/* Start Side Menu */

/* Start Mega Menu */

#head{
  z-index: 100;
  position: relative;
}

body.hov{
  #head{
    position: sticky;
    top: 0;
  }
  .totalbg{
    opacity: .7;
    pointer-events: initial;
    -webkit-backdrop-filter: blur(97px);
            backdrop-filter: blur(97px);
    z-index: 99;
  }
}

#mega-menu-wrap-blog-menu, 
  #mega-menu-wrap-blog-menu #mega-menu-blog-menu ul.mega-sub-menu,
  #mega-menu-wrap-blog-menu #mega-menu-blog-menu li.mega-menu-item,
   #mega-menu-wrap-blog-menu #mega-menu-blog-menu li.mega-menu-row, 
   #mega-menu-wrap-blog-menu #mega-menu-blog-menu li.mega-menu-column, 
   #mega-menu-wrap-blog-menu #mega-menu-blog-menu a.mega-menu-link, 
 #mega-menu-wrap-blog-menu #mega-menu-blog-menu span.mega-menu-badge, 
 #mega-menu-wrap-blog-menu #mega-menu-blog-menu + button.mega-close,
  #mega-menu-wrap-main-menu, 
   #mega-menu-wrap-main-menu #mega-menu-main-menu ul.mega-sub-menu,
   #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item,
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-row, 
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-column, 
    #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link, 
  #mega-menu-wrap-main-menu #mega-menu-main-menu span.mega-menu-badge, 
  #mega-menu-wrap-main-menu #mega-menu-main-menu + button.mega-close{
  text-align: right !important;
}

#mega-menu-wrap-blog-menuو
  #mega-menu-wrap-main-menu{
  >ul{
    text-align: center !important;
    >li{
      >a{
        padding: 0 35px 12px !important;
        height: 52px !important;
      }
      >.mega-sub-menu{
      }
    }
  }
}

#mega-menu-wrap-blog-menu #mega-menu-blog-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu,
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{
  left: unset !important;
  right: 100% !important;
}

#mega-menu-wrap-blog-menu #mega-menu-blog-menu li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
  float: left !important;
  margin-left: 0 !important;
  margin-right: 6px !important;
  transform: rotate(90deg) !important;
  margin-top: 15px !important;
  width: 8px !important;
}

#mega-menu-wrap-blog-menu #mega-menu-blog-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
  background: url('images/menu.svg') center no-repeat !important;
  width: 7px !important;
  height: 4px !important;
  margin-right: 8px !important;
}

#mega-menu-wrap-blog-menu #mega-menu-blog-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after,
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
  display: none !important;
}

#mega-menu-wrap-blog-menu ,
  #mega-menu-wrap-main-menu {
  position: static !important;
}

#mega-menu-wrap-blog-menu #mega-menu-blog-menu{
  position: static !important;
  display: flex !important;
  justify-content: center;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
  position: static !important;
  display: flex !important;
  justify-content: space-between;
}

#mega-menu-wrap-blog-menu #mega-menu-blog-menu li.mega-menu-item > ul.mega-sub-menu{
  padding: 36px;
  border-radius: 4px;
  border: 1.5px solid var(--Color---dark, #343434);
  background: var(--Color---white, #FFF);
}

#mega-menu-wrap-blog-menu #mega-menu-blog-menu li.mega-menu-item > ul.mega-sub-menu,
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item > ul.mega-sub-menu{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-radius: 4px!important;
  border: 1.5px solid var(--Color---dark, #343434)!important;
  background: var(--Color---white, #FFF)!important;
}

#mega-menu-wrap-blog-menu #mega-menu-blog-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{
  text-align: right !important;
  color: #343434 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  /* 200% */
  transform: translateY(60px);
  display: none !important;
}

#mega-menu-wrap-blog-menu #mega-menu-blog-menu > li.mega-menu-item > a.mega-menu-link{
  padding: 0 35px 12px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-grid{
  >ul.mega-sub-menu{
    border: none !important;
    background: none !important;
    >li.mega-menu-row{
      border-radius: 4px;
      border: 1.5px solid var(--Color---dark, #343434)!important;
      background: var(--Color---white, #FFF)!important;
      padding: 36px !important;
      .mega-menu-column{
        > ul > li   {
          margin-bottom: 0 !important;
          > a{
            color: var(--Color---primary-red, #CD1818) !important;
            font-size: 16px !important;
            font-weight: 700 !important;
            line-height: 24px !important;
            /* 150% */
            display: block !important;
            margin-bottom: 16px !important;
          }
          ul{
            border: none !important;
            padding: 0 !important;
            display: flex;
            flex-direction: column;
            gap: 8px;
            a{
              display: block !important;
              line-height: 24px !important;
              font-size: 14px !important;
              color: #343434 !important;
              position: relative !important;
              padding-right: 14px !important;
            }
            a:before{
              content: "";
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              width: 6px;
              height: 6px;
              background: currentColor;
              margin-right: 0 !important;
            }
            a:hover{
              color: #CD1818 !important;
            }
          }
        }
      }
    }
  }
}

/* Start Mega Menu */

/* Start Desktop Search */

#menu-search{
  .dgwt-wcas-sf-wrapp{
    padding: 0;
    width: 100%;
    max-width: 860px;
  }
  .dgwt-wcas-search-wrapp{
    max-width: unset;
  }
  .dgwt-wcas-sf-wrapp{
    background: none;
    padding: 0 12px;
    .dgwt-wcas-search-input{
      font-family: PeydaWebFaNum;
      border-radius: 50px;
      border: 1.5px solid #959595;
      background: #FFF;
      height: 48px;
      padding: 0 62px 0 20px;
    }
    .dgwt-wcas-search-submit{
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #CD1818;
      left: unset;
      right: 20px;
      top: 5px;
      path{
        fill: #fff;
      }
    }
  }
}

/* end Desktop Search */

/* Start Cart */

.header-cart{
  .empty-card,
    .widget_shopping_cart_content{
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    transform: translateY(15px);
  }
}

#header{
  .dgwt-wcas-search-wrapp{
    max-width: 100%;
  }
}

.header-cart:hover{
  .empty-card{
    opacity: 1;
    pointer-events: initial;
    transform: translateY(0px);
  }
}

.header-cart.active{
  .widget_shopping_cart_content{
    opacity: 1;
    pointer-events: initial;
    transform: translateY(0px);
  }
}

.woocommerce-mini-cart__buttons{
  a:not(.checkout){
    width: 100%;
    background: #343434 !important;
    color: #fff;
    line-height: 52px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 2px;
  }
  a:not(.checkout):hover{
    background: #CD1818 !important;
  }
  a.checkout{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #343434;
    border-bottom: 1px solid #343434;
  }
  a.checkout:hover{
    color: #CD1818;
    border-color: #CD1818;
  }
}

/* End Cart */

/* Start User Menu */

.top-user{
  .drop{
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    transform: translateY(15px);
  }
}

.top-user:hover{
  .drop{
    opacity: 1;
    pointer-events: initial;
    transform: translateY(0px);
  }
}

/* End User Menu */

@media (min-width: 1024px) {
  body.fixheader{
    padding-top: 151px;
    #header{
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
    }
  }
}

/* End Header */

/* Start Footer */

.footmenu{
  li{
    a{
      display: block;
      color: #959595;
      position: relative;
    }
    a:before{
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #CD1818;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0;
      transition: all .3s;
      transition-delay: .2s;
    }
    a:hover{
      padding-right: 15px;
      color: #CD1818;
    }
    a:hover:before{
      opacity: 1;
      transition-delay: .0s;
    }
  }
}

/* End Footer */

/* Start Digits */

.digits-cancel{
  background-color: #fff;
}

.digits-form_page{
  background: rgba(0, 0, 0, 0.45) !important;
  -webkit-backdrop-filter: blur(0px) !important;
          backdrop-filter: blur(0px) !important;
}

@media (max-width: 640px){
  .digits-form_page{
    background:#fff !important;
    -webkit-backdrop-filter: blur(0px) !important;
            backdrop-filter: blur(0px) !important;
    justify-content: start !important;
  }
}

.digits_ui .dig-box{
  background: none !important;
}

.digits-form_container{
  width: 820px !important;
  background: #fff !important;
  border-radius: 0px;
  padding: 0 !important;
  padding-right: 420px !important;
  overflow: hidden;
  position: relative;
}

.digits-form_container::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 420px;
  background: url('images/login.png') center center;
}

@media (max-width: 992px){
  .digits-form_container{
    width: 90% !important;
    padding-right: 0px !important;
  }

  .digits-form_container::before{
    display: none !important;
  }
}

@media (max-width: 640px){
  .digits-form_container{
    width: 100% !important;
    max-width: 100% !important;
  }

  .digits-form_page{
    .digits-cancel{
      right: unset !important;
      left: 24px;
    }
  }
}

.digits_site_footer_box{
  display: none !important;
}

.digits_secure_modal_box *{
  font-family: 'PeydaWebFaNum' !important;
}

.digits_register,
    .digits_form_index_section
    , .digloginpage.digits_original{
  height: 580px;
  padding: 56px 36px !important;
  margin: 0 !important;
  border: none !important;
  direction: rtl;
  text-align: right;
  position: relative;
  font-family: 'PeydaWebFaNum';
  *{
    font-family: 'PeydaWebFaNum' !important;
  }
  .digits_back_icon{
    margin-bottom: 20px;
    position: relative !important;
    left: auto !important;
    float: left;
    z-index: 9;
  }
  .digits-form_heading{
    margin-bottom: 0 !important;
  }
  .digits-form_tabs,
      .digits-form_heading_text{
    display: none !important;
  }
  .dig_input_wrapper{
    display: flex;
    align-items: center;
    .digits_login_remember_me{
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      display: block;
      visibility: visible;
      opacity: 1;
      width: 28px;
      height: 28px;
      background: url('images/checkboxempty.svg');
      cursor: pointer;
      border: none !important;
    }
    .digits_login_remember_me:checked{
      background: url('images/checkbox.svg');
    }
    div{
      padding: 0 !important;
      color: #959595;
      font-size: 12px;
      line-height: 20px;
      /* 166.667% */
    }
  }
  input[type=text]:active,
      input[type=password]:active,
      input[type=email]:active,
      input[type=tel]:active,
      input[type=text]:focus,
      input[type=email]:focus,
      input[type=tel]:focus,
      input[type=password]:focus,
      input[type=password],
      input[type=text],
      input[type=email],
      input[type=tel]{
    border-radius: 2px !important;
    border: 1px solid #959595 !important;
    background:  #FFF !important;
    padding: 12px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    height: 44px !important;
  }
  input.mobile_field:focus,
      input.mobile_field:active,
        input.mobile_field {
    padding-left: 77px !important;
  }
  .dig_input_wrapper:after,
      .dig_input_wrapper:before{
    display: none !important;
  }
  .digits-form_input_row{
    margin-bottom: 16px !important;
  }
  .digits-form_body{
    margin-top: 0 !important;
  }
}

@media (max-width: 640px){
  .digits_form_index_section, .digloginpage.digits_original{
    padding: 196px 16px 24px !important;
    .digits-form_heading{
      position: static !important;
    }
    .digits-form_heading_text{
      display: block !important;
      position: absolute;
      right: 0;
      top: 0;
      left: 0;
      border-bottom: 1px solid #CDCDCD;
      padding: 24px !important;
      color: #343434 !important;
      font-size: 18px !important;
      font-weight: 700 !important;
      line-height: 24px !important;
    }
  }

  .digits_form_index_section:before, .digloginpage.digits_original:before{
    bottom: unset;
    top: 112px;
  }
}

/* .digits_form_index_section:before , .digloginpage.digits_original:before{
      content: "";
      width: 120px;
      height: 44px;
      background-image: url(https://halazun.com/wp-content/uploads/2025/01/halazun-full-logod.svg);
      background-size: 120px 44px;
      position: absolute;
      background-repeat: no-repeat;
      bottom: 56px;
      left: 50%;
      transform: translateX(-50%);
    } */

.digits2_box .digits-form_rememberme{
  height: 28px !important;
}

.digits-mobile_wrapper{
  border: none !important;
}

.digits-form_countrycode input[type=text].countrycode:focus,
    .digits-form_countrycode input[type=text].countrycode:active,
      .digits-form_countrycode input[type=text].countrycode{
  border: none !important;
  background: none !important;
  padding-left: 44px !important;
}

.digits2_box .digits-form_input input, .digits2_box .digits-form_input input:active, .digits2_box .digits-form_input input:focus, .digits2_box .digits-form_input input[type=text], .digits2_box .digits-form_input input[type=text]:active, .digits2_box .digits-form_input input[type=text]:focus, .digits2_box .digits-form_input textarea, .digits2_box .digits-form_input textarea:active, .digits2_box .digits-form_input textarea:focus{
  /* border: none !important; */
}

.digits-form_button{
  display: flex !important;
  height: 44px !important;
  padding: 10px 44px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  border-radius: 2px !important;
  background: #343434 !important;
  color: #FFF !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  span{
    color: #FFF !important;
    font-size: 14px !important;
  }
}

.digits-form_button:hover{
  background: #CD1818 !important;
}

.digits-form_countrycode .digits-field-country_flag{
  top: 6px !important;
}

.dig_login_signup_bar{
  margin-top: 80px !important;
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  span{
    color: #343434;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    /* 222.222% */
    opacity: 1 !important;
  }
  .digits-form_toggle_login_register{
    display: flex !important;
    height: 44px !important;
    padding: 10px 44px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 2px !important;
    background: #343434 !important;
    color: #FFF !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
  }
  .digits-form_toggle_login_register:hover{
    background: #BB1C2E !important;
  }
}

@media (max-width: 640px){
  .dig_login_signup_bar{
    margin-top: 0px !important;
  }
}

/* Start Digits */

/* Start Single Product */

.woocommerce p.stars a::before,
  .woocommerce p.stars a{
  width: 24px !important;
  height: 24px !important;
}

.woocommerce p.stars a::before{
  font-size: 20px;
}

.woocommerce p.stars a{
  color: #E59819;
}

/* Commett Form */

#review_form{
  #reply-title{
    display: none;
  }
  form{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px;
    .comment-form-cookies-consent,
      .comment-notes{
      display: none;
    }
    >*{
      padding: 0 28px;
    }
    .comment-form-comment{
      width: 100%;
      margin-bottom: 36px !important;
      label{
        display: block;
        color: #343434;
        font-size: 16px;
        line-height: 20px;
        /* 125% */
        margin-bottom: 9px;
      }
      textarea{
        width: 100%;
        border-radius: 4px;
        border: 1px solid #DDD;
        background: #FFF;
        padding: 4px 16px;
        line-height: 26px;
        height: 145px !important;
      }
    }
    .comment-form-rating,
      .comment-form-email,
      .comment-form-author{
      width: 33.3333%;
      margin-bottom: 16px !important;
      label{
        display: block;
        color: #343434;
        font-size: 16px;
        line-height: 20px;
        /* 125% */
        margin-bottom: 9px;
      }
      input{
        width: 100%;
        border-radius: 4px;
        border: 1px solid #DDD;
        background: #FFF;
        padding: 4px 16px;
        line-height: 45px;
      }
    }
    .form-submit{
      width: 100%;
      #submit{
        border-radius:  2px!important;
        background: #CD1818 !important;
        transition: all .3s;
        width: 236px!important;
        line-height: 60px!important;
        color: #fff !important;
        font-weight: bold!important;
        font-size: 20px!important;
        padding: 0 10px !important;
      }
      #submit:hover{
        background-color: #BB1C2E !important;
      }
    }
  }
}

@media (max-width: 1280px){
  #review_form{
    form{
      margin: 0 -10px;
      >*{
        padding: 0 10px;
      }
    }
  }
}

@media (max-width: 1024px){
  #review_form{
    form{
      >*{
        width: 100% !important;
        order: 2;
      }
      .comment-form-rating, .comment-form-email, .comment-form-author , .comment-form-comment{
        margin-bottom: 16px !important;
        label{
          font-size: 14px !important;
        }
      }
      .comment-form-rating{
        order: 1;
        .stars{
          margin-bottom: 0;
        }
      }
      .form-submit{
        #submit{
          width: 100% !important;
        }
      }
    }
  }
}

.woocommerce .star-rating{
  float: none !important;
  color: #E59819;
  font-size: 12px !important;
}

.woocommerce #reviews #comments ol.commentlist ul.children{
  margin: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li.comment-author-admin{
  margin-top: -25px;
  background-color: #F5F5F5;
  padding: 16px 44px 0;
}

/* Commett Form */

.quantity{
  width: 169px;
  height: 59px;
  padding: 15px 22px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  background: #F5F5F5;
  justify-items: center;
  button{
    width: 11px;
    font-size: 22px;
    color: #343434;
    text-align: center;
    font-weight: 700;
  }
  input{
    flex-grow: 1;
    background: none;
    color: #343434;
    font-size: 20px;
    font-weight: 700;
  }
}

@media (max-width: 768px){
  .quantity{
    width: 116px;
    input{
      width: 40px !important;
    }
  }
}

.woocommerce-variation.single_variation{
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E4E4E4;
  .woocommerce-variation-price{
    line-height: 43px;
    color: #343434;
    font-size: 34px;
    font-weight: 700;
    .price{
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      del{
        color: #959595;
        font-size: 24px;
        font-weight: normal;
        .woocommerce-Price-currencySymbol{
          color: #959595;
          text-decoration: none;
          font-weight: normal;
        }
      }
      ins{
        text-decoration: none;
      }
    }
    .woocommerce-Price-currencySymbol{
      color: #CD1818;
      font-size: 24px;
      font-weight: 500;
    }
  }
}

.price-ite{
  .woocommerce-Price-currencySymbol{
    font-weight: 500;
    color: #CD1818;
  }
}

@media (max-width: 1280px){
  .woocommerce-variation.single_variation{
    padding-bottom: 12px;
    margin-bottom: 12px;
    .woocommerce-variation-price{
      font-size: 30px;
      .price{
        gap: 30px;
        del{
          font-size: 20px;
        }
      }
      .woocommerce-Price-currencySymbol{
        font-size: 20px;
      }
    }
  }
}

@media (max-width: 768px){
  .woocommerce-variation.single_variation{
    padding-bottom: 10px;
    margin-bottom: 10px;
    .woocommerce-variation-price{
      font-size: 22px;
      .price{
        gap: 20px;
        del{
          font-size: 16px;
        }
      }
      .woocommerce-Price-currencySymbol{
        font-size: 16px;
      }
    }
  }
}

#card-sec{
  table.variations{
    width: 100%;
    tr{
      display: flex;
      flex-direction: column;
      padding-bottom: 16px;
      margin-bottom: 16px;
      border-bottom: 1px solid #E4E4E4;
      th{
        color: #959595;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 14px;
        .woo-selected-variation-item-name{
          font-weight: 500;
        }
      }
    }
  }
  ul.color-variable-items-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    li{
      width: 64px;
      height: 64px;
      display: flex;
      position: relative;
      align-items: center;
      justify-content: center;
      margin: 0;
      box-shadow: none;
      padding: 7px;
      .variable-item-span{
        border-radius: 50%;
      }
    }
    li.selected{
      padding: 0;
      .variable-item-span:before{
        content: "";
        position: absolute;
        left: 3px;
        right: 3px;
        bottom: 3px;
        top: 3px;
        border-radius: 50%;
        border: 4px solid #fff;
      }
    }
  }
  ul.button-variable-items-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    align-items: center;
    li{
      margin: 0;
      box-shadow: none;
      color: #343434;
      border-radius: 8px;
      background: #F3F3F3;
      font-size: 14px;
      line-height: 18px;
      font-weight: 500;
      position: relative;
      .variable-item-contents{
        line-height: 18px;
        height: 32px;
        display: block;
        padding: 7px 34px 7px 10px;
        .variable-item-span{
          margin: 0;
          padding: 0;
        }
      }
      .variable-item-contents:before{
        content: "";
        width: 16px;
        height: 16px;
        border: 1px solid #343434;
        border-radius: 50%;
        position: absolute;
        right: 10px;
        top: 8px;
      }
      .variable-item-contents:after{
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        right: 13px;
        top: 11px;
        background: #343434;
        z-index: 2;
        opacity: 0;
      }
    }
    li.selected{
      background: #FFF0F0;
      color: #CD1818;
      .variable-item-contents:before{
        border: 1px solid #CD1818;
      }
      .variable-item-contents:after{
        background: #CD1818;
        opacity: 1;
      }
    }
  }
  .reset_variations{
    display: none;
  }
}

@media (max-width: 1280px){
  #card-sec{
    table.variations{
      tr{
        padding-bottom: 12px;
        margin-bottom: 12px;
        th{
          margin-bottom: 12px;
        }
      }
    }
    ul.color-variable-items-wrapper{
      li{
        width: 48px;
        height: 48px;
        padding: 5px;
      }
      li.selected{
        .variable-item-span:before{
          border: 2px solid #fff;
        }
      }
    }
  }
}

@media (max-width: 768px){
  #card-sec{
    table.variations{
      tr{
        padding-bottom: 10px;
        margin-bottom: 10px;
        th{
          margin-bottom: 10px;
        }
      }
    }
    ul.color-variable-items-wrapper{
      li{
        width: 32px;
        height: 32px;
        padding: 4px;
      }
      li.selected{
        .variable-item-span:before{
          border: 1px solid #fff;
        }
      }
    }
  }
}

.woosw-btn-added{
  color: #CD1818;
}

/* Share-link */

.share-popen{
  background: rgba(0, 0, 0, 0.45);
}

.share-popen.active{
  opacity: 1;
  pointer-events: initial;
}

#product-gallery{
  .swiper-wrapper {
    align-items: stretch;
    /* کلید اصلی برای هم‌ارتفاعی */
  }
  .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .slide-content {
    flex: 1;
    /* کشیدن محتوا برای پر کردن ارتفاع */
  }
  .swiper-slide-thumb-active{
    background: linear-gradient(135deg,  rgba(205,24,24,1) 0%,rgba(173,173,173,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 3px;
    border-radius: 17px;
  }
}

/* Share-link */

#bottom-cart {
  &.active {
    opacity: 1;
    transform: translateY(0);
  }
  .price {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    border: none!important;
  }
}

/* End Single Product */

/* Start Product Archive */

#filteriside{
  .yith-wcan-filters.filters-modal{
    .yith-wcan-reset-filters{
      top: 36px;
    }
    display: block !important;
    transform: translateX(0) !important;
    position: static !important;
    box-shadow: none !important;
    overflow-y: auto;
    margin-bottom: 100px;
    height: calc(100vh - 200px);
    .main-modal-button{
      margin: 16px !important;
      position: static;
      background: none;
      border-radius: 2px;
      width: calc(100% - 32px);
      background:#343434;
      height: 48px;
      display: flex;
      justify-content: center;
      color: #fff;
      font-size: 18px;
      align-items: center;
      font-weight: 700;
    }
    .main-modal-button:hover{
      background: #CD1818;
    }
    a.clear-selection,
    .close-button{
      display: none !important;
    }
    .filters-container{
      margin-top: 0 !important;
      padding: 24px !important;
      height: auto !important;
      .mobile-only{
        display: none !important;
      }
    }
    .yith-wcan-filter{
      border: none;
      padding: 0;
      .filter-content{
        margin-top: 0;
      }
    }
  }
}

#filteriside,
    #filter-sidebar{
  .yith-wcan-filters,
      .yith-wcan-filter:last-child{
    margin-bottom: 0;
  }
  .yith-wcan-filter{
    margin-bottom: 32px;
  }
  .filter-title{
    border-bottom: 1px solid #959595;
    padding-bottom: 16px;
    margin-bottom: 16px;
    line-height: 28px;
    color: #343434;
    font-size: 16px;
    font-weight: 400;
  }
  .filter-title:after{
    top: 9px;
    left: 0;
  }
  .price-slider{
    padding: 0;
    >.irs{
      margin-bottom: 0;
      bottom: 20px;
    }
    .irs-to,
        .irs-from,
        .irs-max,
        .irs-min{
      display: none;
    }
    .price-slider-min,
        .price-slider-max{
      border-radius: 8px;
      border: 1px solid #959595;
      padding: 11px 19px;
      line-height: 18px;
      color: #343434;
      font-size: 12px;
      width: 45%;
      text-align: center;
    }
    .price-slider-min{
    }
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    /* Firefox */
    input[type=number] {
      -moz-appearance: textfield;
    }
  }
  .filter-text{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    li{
      border-radius: 4px;
      border: 1px solid #959595;
      padding: 0 8px;
      line-height: 30px;
      color: #343434;
      font-size: 12px;
      font-weight: 400;
    }
    li.active{
      border-radius: 5px;
      border: 2px solid #CD1818;
      color: #CD1818;
    }
  }
  .filter-color{
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    align-items: center;
    li{
      width: 38px;
      height: 38px;
      padding: 3px;
      margin: 0 0 5px;
      .term-label{
        display: none;
      }
      .term-color{
        border-radius: 4px;
        height: 100%;
        display: block;
        width: 100%;
        margin: 0;
      }
      a{
        height: 100%;
        display: block;
        width: 100%;
      }
      a:after{
        z-index: 2;
      }
    }
    li.active{
      padding: 0;
      position: relative;
      border-radius: 5px;
      .term-color{
        border: none;
      }
      a:after{
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url('images/tick.svg') center center no-repeat;
        width: 100%;
        height: 100%;
      }
    }
    li.active:after{
      content: "";
      border: 2px solid #fff;
      position: absolute;
      left: 1px;
      right: 1px;
      top: 1px;
      bottom: 1px;
      border-radius: 4px;
    }
  }
  .yith-wcan-active-filters{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    h4{
      line-height: 40px;
      color: #343434;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 6px;
      padding-bottom: 12px;
      border-bottom: 1px solid #F5F5F5;
      width: 100%;
    }
    .active-filter{
      margin: 0 0 6px 0;
      a{
        margin: 0;
        border-radius: 99px;
        background: url('images/remove.svg') 12px center no-repeat #F5F5F5;
        line-height: 32px;
        color: #343434;
        font-size: 12px;
        padding: 0 12px 0 32px;
        border: none;
      }
      a::after{
        display: none;
      }
    }
  }
  .yith-wcan-reset-filters{
    padding-left: 24px;
    position: absolute;
    line-height: 20px;
    left: 45px;
    top: 47px;
    background: url('images/rremove.svg') left center no-repeat;
    color: #CD1818;
    font-size: 14px;
  }
  .checkbox.active {
    label{
      a{
        color: #343434 !important;
      }
    }
  }
  .filter-content{
    .checkboxbutton:before{
      display: none;
    }
    .checkboxbutton{
      display: flex;
    }
    input[type="checkbox"] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 21px;
      height: 20px;
      position: static;
      opacity: 1;
      background: url('images/checkboxempty2.svg') center center no-repeat;
    }
    input[type="checkbox"]:checked {
      background: url('images/checkbox2.svg') center center no-repeat;
    }
    .filter-item.checkbox{
      label{
        gap: 8px;
        padding: 8px 4px;
        display: flex;
        align-items: center;
        color: #8D8D8D;
        font-size: 14px;
        line-height: 24px;
        a{
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          color: #959595;
        }
      }
    }
  }
}

#catcontent{
  .readmore{
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%); */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+73,ffffff+100&0+0,1+75,1+100 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.97) 73%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

.woocommerce-ordering{
  border-radius: 2px;
  border: 1 px solid var(--Color---medium, #959595);
  /* padding-right: 50px; */
  width: 100%;
  position: relative;
  margin-bottom: 0 !important;
  .nice-select.orderby{
    padding: 10px 20px;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    line-height: 24px !important;
    font-size: 14px;
    color: #959595;
    height: 48px;
    border-radius: 2px;
    border: 1px solid var(--Color---medium, #959595);
    ul{
      left: unset;
      right: 0;
      min-width: 160px;
      .option{
        padding: 0 15px;
        text-align: right;
      }
    }
  }
  /* .nice-select.orderby */
  .nice-select.orderby:after{
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 16px !important;
    top: 50% !important;
    margin-top: -8px !important;
    background: url('images/down.svg') !important;
    border: none !important;
    right: unset !important;
    transform: rotate(0) !important;
  }
  /* .orderby{
    appearance: none;
    padding: 16px 0px 13px 32px;
    position: relative;
    background: url('images/down.svg') 16px center  no-repeat;
  } */
  /* .orderby:before{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    background: url('images/sort.svg');
  } */
}

/* .woocommerce-ordering:before{
  content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    background: url('images/sort.svg');
} */

@media only screen and (max-width: 768px) {
  .woocommerce-ordering{
    border: none;
    .nice-select.orderby{
      padding: 10px 49px 10px 31px;
      border-radius: 2px;
      border: 1px solid #959595;
      line-height: 21px !important;
      height: 40px;
      font-size: 14px;
      font-weight: 700;
      color: #343434;
      ul{
        width: auto;
        left: 0;
        min-width: unset;
      }
    }
    .nice-select.orderby:before{
      content: "";
      width: 24px;
      height: 24px;
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      background: url('images/sort.svg');
    }
    .nice-select.orderby:after{
      content: "";
      width: 8px;
      height: 5px;
      position: absolute;
      left: 16px !important;
      top: 50% !important;
      margin-top: -2px !important;
      background: url('images/down2.svg') !important;
      border: none !important;
      right: unset !important;
      transform: rotate(0) !important;
    }
  }
}

/* End Product Archive */

/* Start Contact US */

#contact-form{
  .wpcf7-form{
    label{
      color: #343434;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      /* 25.6px */
      display: block;
    }
    .wpcf7-form-control-wrap{
      display: block;
      .wpcf7-form-control{
        border-radius: 2px;
        border: 1px solid #959595;
        height: 48px;
        line-height: 20px;
        padding: 13px 16px 13px;
        width: 100%;
        margin-top: 8px;
      }
      .wpcf7-textarea{
        height: 225px;
        display: block;
      }
    }
    .wpcf7-submit{
      display: block;
      width: 418px;
      height: 48px;
      max-width: 100%;
      padding: 8px 24px;
      justify-content: center;
      align-items: center;
      line-height: 32px;
      gap: 8px;
      border-radius: 2px;
      background: #CD1818;
      color: #FFF;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      margin: 0 auto;
      cursor: pointer;
      transition: all .3s;
    }
    .wpcf7-submit:hover{
      background: #b01313;
    }
  }
}

/* End Contact US */

/* Start Blog */

.content-text{
  line-height: 2;
  color: #000;
}

.content-text > *:first-child {
  margin-top: 0 !important;
}

.content-text > *:last-child {
  margin-bottom: 0 !important;
}

.content-text ol,
.content-text ul {
  margin: 20px 0;
}

.content-text ol li,
.content-text ul li {
  line-height: 24px;
  margin-bottom: 5px;
}

.content-text ul {
  padding-right: 20px;
}

.content-text ul li {
  padding-right: 15px;
  position: relative;
}

.content-text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 10px;
}

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
  color: #CD1818;
  margin: 30px 0 5px;
}

.content-text h1 span,
.content-text h2 span,
.content-text h3 span,
.content-text h4 span,
.content-text h5 span,
.content-text h6 span {
  color: #CD1818;
}

.content-text p {
  margin:  0px 0 30px;
}

.content-text p a {
  font-weight: bold;
  color: #CD1818;
  text-decoration: underline;
}

.content-text .aligncenter {
  margin: 15px auto;
}

.content-text .wp-block-image {
  text-align: center;
  font-size: 13px;
  margin: 30px auto;
}

.content-text .wp-block-image img {
  border-radius: 0px !important;
  margin: 0 auto;
}

.content-text .wp-block-image figcaption {
  padding-top: 10px;
}

.content-text .alignleft,
.content-text .wp-block-image .alignleft {
  margin-left: 0;
  margin-right: 20px;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .content-text .alignleft,
  .content-text .wp-block-image .alignleft {
    float: none;
    margin: 0 auto 20px;
  }
}

.content-text  .alignright,
.content-text .wp-block-image .alignright {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}

@media only screen and (max-width: 1024px) {
  .content-text .alignright,
  .content-text .wp-block-image .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}

.content-text .html5_video_players {
  text-align: center;
  font-size: 13px;
  margin: 30px auto;
}

.content-text .html5_video_players .plyr_wrapper {
  border-radius: 15px !important;
  margin: 0 auto;
}

.content-text .h5ap-player {
  text-align: center;
  font-size: 13px;
  margin: 30px auto;
}

.content-text .h5ap-player .plyr__controls {
  border-radius: 15px !important;
  margin: 0 auto;
}

.content-text .wp-block-video {
  text-align: center;
  font-size: 13px;
  margin: 30px auto;
}

.content-text .wp-block-video video {
  border-radius: 15px !important;
  margin: 0 auto;
}

.content-text .wp-block-media-text {
  display: flex;
  direction: rtl;
  padding: 15px;
  background: linear-gradient(269.94deg, #d8e7ff 8.8%, rgba(247, 247, 247, 0) 88.33%);
  border-radius: 16px;
  margin: 35px 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.content-text .wp-block-media-text:before {
  content: "";
  width: 60px;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(112.94deg, #489aff 4.51%, #1253ff 91.83%);
  z-index: -1;
  position: absolute;
}

.content-text .wp-block-media-text .wp-block-media-text__media {
  width: 93px;
  flex-shrink: 0;
  height: 93px;
  border-radius: 16px;
  overflow: hidden;
}

.content-text .wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .content-text .wp-block-media-text .wp-block-media-text__media {
    width: 85px;
    line-height: 85px;
    border-radius: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .content-text .wp-block-media-text .wp-block-media-text__media {
    width: 80px;
    height: 80px;
    border-radius: 12px;
  }
}

.content-text .wp-block-media-text .wp-block-media-text__content {
  margin: 0 42px 0 0;
  padding: 0;
}

.content-text .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 21px;
  font-size: 20.98px;
  font-weight: 400;
  line-height: 20.98px;
  color: #CD1818;
}

.content-text .wp-block-media-text .wp-block-media-text__content p a {
  font-size: 24px;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

.content-text .wp-block-media-text .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .content-text .wp-block-media-text .wp-block-media-text__content {
    margin: 0 35px 0 0;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 18px;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p a {
    font-size: 20px;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .content-text .wp-block-media-text .wp-block-media-text__content {
    margin: 0 25px 0 0;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p a {
    font-size: 18px;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p:last-child {
    margin-bottom: 0;
  }
}

.content-text .wp-block-table {
  width: 100%;
  overflow: auto;
  margin: 45px 0;
  border-bottom: none !important;
}

.content-text table,
.content-text .wp-block-table table {
  min-width: 700px;
}

.content-text table th,
.content-text .wp-block-table table th {
  color: #fff;
  position: relative;
  isolation: isolate;
  line-height: 40px;
  padding: 0 15px 7px;
}

.content-text table th:before,
.content-text .wp-block-table table th:before {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  top: 0;
  bottom: 7px;
  background: #CD1818;
  z-index: -1;
}

.content-text table th:first-child:before,
.content-text .wp-block-table table th:first-child:before {
  border-radius: 0 20px 20px 0;
}

.content-text table th:last-child:before,
.content-text .wp-block-table table th:last-child:before {
  border-radius: 20px 0 0 20px;
}

.content-text table thead ,
.content-text .wp-block-table table thead {
  border-bottom: none;
}

.content-text table tbody tr,
.content-text .wp-block-table table tbody tr {
  background: none !important;
}

.content-text table tbody tr td,
.content-text .wp-block-table table tbody tr td {
  position: relative;
  isolation: isolate;
  line-height: 40px;
  padding: 12px 15px;
}

.content-text table tbody tr td:before,
.content-text .wp-block-table table tbody tr td:before {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  top: 6px;
  bottom: 6px;
  z-index: -1;
}

.content-text table tbody tr td:first-child:before,
.content-text .wp-block-table table tbody tr td:first-child:before {
  border-radius: 0 12px 12px 0;
}

.content-text table tbody tr td:last-child:before,
.content-text .wp-block-table table tbody tr td:last-child:before {
  border-radius: 12px 0 0 12px;
}

.content-text table tbody tr:nth-child(even) td:before,
.content-text .wp-block-table table tbody tr:nth-child(even) td:before {
  background: #F8F8FF;
}

.content-text .wp-block-heading.pre {
  color: #000;
  position: relative;
  padding-right: 34px;
  margin-right: 19px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}

.content-text .wp-block-heading.pre:before {
  content: "";
  width: 22px;
  height: 5px;
  background: #CD1818;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.content-text #rank-math-faq .rank-math-list-item {
  border: none;
  background: #FBFCFF;
  border-radius: 19px;
}

.content-text #rank-math-faq .rank-math-list-item:last-child {
  margin-bottom: 0 !important;
}

.content-text #rank-math-faq .rank-math-list-item .rank-math-question {
  font-size: 20px;
  font-weight: 600;
  border: none !important;
}

.content-text #rank-math-faq .rank-math-list-item .rank-math-answer {
  background: none;
  border: none;
  padding: 0px 50px 10px;
}

.content-text #rank-math-faq .rank-math-list-item .rank-math-answer p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26.6px;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .content-text #rank-math-faq .rank-math-list-item {
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-question {
    font-size: 18px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-answer {
    padding: 0px 40px 10px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-answer p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .content-text #rank-math-faq .rank-math-list-item {
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-question {
    font-size: 16px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-answer {
    padding: 0px 30px 5px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-answer p {
    font-size: 14px;
  }
}

.comment-form-cookies-consent,
.comment-notes{
  display: none;
}

.form-submit{
  display: flex;
  justify-content: end;
  #submit{
    display: flex;
    width: 236px;
    height: 60px;
    padding: 10px 44px;
    justify-content: center;
    align-items: center;
    color:   #FFF ;
    font-size: 20px;
    font-weight: 700;
    background: #CD1818;
    cursor: pointer;
    transition: all .3s;
  }
  #submit:hover{
    background: #b81515;
  }
}

.comment-list{
  >li:first-child{
    padding-top: 0;
  }
  li li{
    border: none;
    padding-bottom: 0;
  }
  .cld-like-dislike-wrap{
    position: absolute;
    left: 80px;
    top: -0px;
    line-height: 32px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    >div{
      display: flex;
      align-items: center;
      img{
        display: inline-block;
        vertical-align: middle;
      }
    }
  }
  .comment-author-admin{
    >div{
      padding: 24px 100px;
      border-radius: 4px;
      background:  #F3F3F3;
    }
  }
}

@media (max-width: 1280px){
  .commentlist{
    .comment-author-admin{
      >div{
        padding: 16px 8px;
        border-radius: 4px;
        background:  #F3F3F3;
      }
    }
  }
}

.comment-list{
  >.comment{
    .cld-like-dislike-wrap{
      top: 0;
      left: 0;
      position: absolute;
    }
  }
  .comment-author-admin{
    >div{
      padding: 24px 44px 24px 24px;
      background:  #F5F5F5;
    }
  }
}

@media (max-width: 768px){
  .comment-list{
    >.comment{
      padding: 8px 0;
    }
  }
}

@media (max-width: 1280px){
  .comment-list{
    .comment-author-admin{
      >div{
        padding: 16px 8px;
      }
    }
  }
}

#content-table{
  .lwptoc{
    margin: 0 0 44px;
    border-radius: 2px;
    border: 1px solid #959595;
    background: #fff;
    padding: 12px 24px;
  }
  .lwptoc_i{
    width: 100%;
    background: none;
    padding: 0;
    .lwptoc_header{
      padding: 0 0 16px;
      margin-bottom: 16px;
      border-bottom: 1px solid #CD1818;
      display: flex;
      align-items: center;
      line-height: 32px;
      b{
        display: inline-block;
        color: #343434;
        font-size: 20px;
        line-height: 32px;
      }
      .lwptoc_toggle{
        margin-right: auto;
        a{
          background: url('images/adown.svg') left center no-repeat;
          font-size: 0px;
          height: 24px;
          width: 24px;
          display: block;
        }
      }
      .lwptoc_toggle:after,
      .lwptoc_toggle::before{
        display: none;
      }
    }
    .lwptoc_itemWrap{
      padding:  0 24px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      a{
        color: #959595;
        display: block;
        line-height: 40px;
        font-size: 16px;
        padding-right: 26px;
        position: relative;
      }
      a:before{
        content: "";
        width: 10px;
        height: 10px;
        background: #CD1818;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
      }
      a:hover{
        border: none !important;
        color: #CD1818;
        text-decoration: none;
      }
    }
  }
}

@media only screen and (max-width: 992px) {
  #content-table{
    .lwptoc{
      margin: 0 0 24px;
    }
    .lwptoc_header{
      padding: 0 0 8px;
      margin-bottom: 8px;
    }
  }
}

/* End Blog */

/* Start Basket */

#scart{
  .quantity{
    border-radius: 4px;
    border: 1px solid #959595;
    width: 80px;
    height: 32px;
    padding: 0px 8px;
  }
  button{
    font-weight: 200;
    height: 18px;
    line-height: 15px;
  }
  input{
    width: 30px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
  }
  input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  .woocommerce-Price-currencySymbol{
    font-size: 10px;
    margin-right: 10px;
  }
}

.cart-collaterals{
  .cart_totals{
    .shop_table{
      border: none;
      margin-bottom: 0 !important;
      th{
        border-top: none !important;
        width: auto !important;
        color: #343434;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        padding: 10px 0;
      }
      td{
        border-top: none !important;
        text-align: left;
        color: #343434;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        .woocommerce-Price-currencySymbol{
          font-weight: normal;
          margin-right: 4px;
        }
      }
      .order-total{
        th,
        td{
          padding: 20px 0;
          border-top: 1px dashed #959595 !important;
        }
      }
    }
  }
}

/* End Basket */

/* Start Payment */

#payment{
}

.product-quantity.carti{
  .quantity{
    height: 30px;
    padding: 4px 10px;
    border-radius: 4px;
    input{
      font-size: 16px;
      width: 40px !important;
    }
    button{
      font-size: 16px;
      padding-bottom: 2px;
      line-height: 20px;
    }
  }
}

.cart_totals.in{
  table{
    border-radius: 16px !important;
    border: 1px solid #CDCDCD !important;
    tr{
      td,th{
        border: none !important;
        padding: 12px 24px !important;
        line-height: 24px !important;
      }
      th{
        font-size: 14px !important;
        font-weight: normal !important;
      }
      td{
        text-align: left;
        font-size: 16px !important;
        .woocommerce-Price-amount{
          font-weight: bold;
        }
        .woocommerce-shipping-destination{
          font-size: 14px;
        }
      }
    }
    tr:first-child,
    tr:last-child{
      td,th{
        padding:  24px !important;
      }
    }
  }
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background: none !important;
}

.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before{
  display: none !important;
}

.woocommerce-checkout #payment div.payment_box{
  display: none !important;
}

.wc_payment_method{
  label{
    img{
      height: 40px !important;
      width: 40px !important;
      margin: 0 !important;
    }
  }
  input:checked ~ label{
    border-color: #CD1818;
    background-color: #FFF0F0;
  }
}

.form-row.place-order{
  margin-bottom: 24px !important;
}

@media (max-width: 768px){
  .form-row.place-order{
    margin-bottom: 16px !important;
  }

  .wc_payment_method{
    label{
      img{
        height: 35px !important;
        width: 35px !important;
        margin: 0 !important;
      }
    }
  }
}

.shipp{
  font-size: 0 !important;
  .woocommerce-shipping-methods{
    padding: 8px 12px !important;
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    li{
      display: flex;
      align-items: center;
      gap: 4px;
      margin-bottom: 0 !important;
    }
    .shipping_method{
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      display: block;
      visibility: visible;
      opacity: 1;
      width: 36px;
      height: 36px;
      background: url('images/radio.svg');
      cursor: pointer;
      border: none !important;
    }
    .shipping_method:checked{
      background: url('images/radiocheck.svg');
    }
  }
}

#customer_details{
  .form-row{
    margin-bottom: 0 !important;
    width: unset !important;
    .input-text{
      padding: 11px 16px !important;
      border-radius: 2px;
      border: 1px solid #959595;
      line-height: 14px !important;
      font-size: 14px;
    }
    label{
      color: #343434;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      /* 171.429% */
      margin-bottom: 8px;
    }
    textarea.input-text{
      height: 80px !important;
    }
  }
  .select2-container--default .select2-selection--single{
    border-radius: 2px !important;
    border: 1px solid #959595 !important;
    background: #FFF;
    padding: 0px ;
    color: #CDCDCD;
    font-size: 12px;
    line-height: 46px;
    height: 48px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered{
    text-align: right !important;
    line-height: 46px !important;
    padding: 0px 12px 0 24px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: unset !important;
    left: 0;
    height: 50px!important;
  }
  .select2-results__option[aria-selected], .select2-results__option[data-selected] {
    text-align: right;
    font-size: 12px;
  }
  #billing_first_name_field{
    order: 1;
  }
  #billing_last_name_field{
    order: 2;
  }
  #billing_state_field{
    order: 3;
  }
  #billing_country_field{
    display: none;
  }
  #billing_city_field{
    order: 4;
  }
  #billing_phone_field{
    order: 5;
  }
  #billing_email_field{
    order: 6;
  }
  #billing_address_1_field{
    order: 7;
    grid-column: span 2 / span 2;
  }
  #billing_postcode_field{
    order: 8;
    grid-column: span 2 / span 2;
  }
  @media (max-width: 768px){
    #billing_address_1_field{
      grid-column: span 1 / span 1;
    }

    #billing_postcode_field{
      grid-column: span 1 / span 1;
    }
  }
}

@media (max-width: 768px){
  #customer_details{
    .form-row {
      .input-text{
        padding: 12px 16px !important;
      }
    }
    .select2-container--default .select2-selection--single{
      line-height: 42px;
      height: 44px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
      line-height: 42px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
      height: 42px!important;
    }
  }
}

#order_review{
  .woocommerce-Price-currencySymbol{
    font-size: 10px;
    margin-right: 5px;
  }
}

.border-t-dashed{
  border-top-style: dashed !important;
}

/* End Payment */

/* Start Dashboard */

.dashboard-menu.active{
  opacity: 1;
  pointer-events: initial;
  transform: translateY(0)
}

#user-dashboard{
  .form-row{
    padding: 0;
  }
  .input-text{
    padding: 11px 16px !important;
    border-radius: 2px;
    border: 1px solid #959595;
    line-height: 14px !important;
    font-size: 14px;
  }
  label{
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    margin-bottom: 8px;
  }
  textarea.input-text{
    height: 80px !important;
  }
  .woosw-list{
    display: ;
  }
  .woosw-items{
    width: 100%;
    tbody{
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
      .woosw-item{
        td{
          background-color: #fff !important;
        }
        display: flex;
        background-color: #fff !important;
        flex-direction: column;
        .woosw-item--image{
          width: 100%;
          img{
            height: auto;
            width: 100%;
          }
        }
        .woosw-item--name{
          min-height: 50px;
        }
        .add_to_cart_inline a{
          height: 40px;
        }
      }
    }
  }
  .woosw-actions{
    display: none;
  }
  .dashboard-menu{
    li.is-active{
      a{
        border-radius: 2px;
        background: var(--Color---light, #F5F5F5);
        padding-right: 12px;
        border-right: 4px solid #343434;
        font-weight: bold;
      }
    }
  }
}

@media (min-width: 768px) {
  #user-dashboard{
    .woosw-items{
      tbody {
        grid-template-columns: repeat(2, 1fr);
        /* دو ستونه برای تبلت */
      }
    }
  }
}

@media (min-width: 1024px) {
  #user-dashboard{
    .woosw-items{
      tbody {
        grid-template-columns: repeat(3, 1fr);
        /* سه ستونه برای دسکتاپ */
      }
    }
  }
}

/* End Dashboard */

.mfp-content{
  .wooac-wrapper{
    max-width: 560px;
    padding: 66px 76px;
    border-radius: 16px;
    border: 2px solid #333;
    .wooac-text{
      padding-right: 70px;
      background: url('images/check-broken.svg') right center no-repeat;
      color: #333;
      font-size: 17px;
      font-weight: 700;
      line-height: 36px;
      text-align: right;
      padding-bottom: 16px;
      border-bottom: 1px solid #F3F3F3;
      margin-bottom: 20px;
    }
    .wooac-cart-content{
      margin-bottom: 20px;
    }
    .wooac-action{
      display: flex;
      gap: 15px;
      margin: 0;
      a{
        height: 44px;
        flex: 1;
        margin: 0;
        border-radius: 2px;
        border: 1px solid #343434;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
      }
      #wooac-cart{
        background: #343434;
        color: #fff;
      }
      #wooac-cart:hover{
        background: #BB1C2E;
        border-color: #BB1C2E;
      }
      #wooac-continue{
        background: #fff;
        color: #343434;
      }
      #wooac-continue:hover{
        background: #343434;
        color: #fff;
      }
    }
  }
}

@media only screen and (max-width: 768px) {
  .mfp-content{
    .wooac-wrapper{
      padding: 20px;
    }
  }
}

.placeholder\:text-gray2::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray2::placeholder {
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

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

.last\:hidden:last-child {
  display: none;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:border-none:last-child {
  border-style: none;
}

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

.hover\:border-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(205 24 24 / var(--tw-border-opacity, 1));
}

.hover\:\!bg-red:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(205 24 24 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-red2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 74 39 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-redh:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(184 21 21 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:bg-black1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 52 52 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(149 149 149 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 24 24 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 74 39 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 234 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red5:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:text-black1:hover {
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity, 1));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(205 24 24 / var(--tw-text-opacity, 1));
}

.hover\:text-redh:hover {
  --tw-text-opacity: 1;
  color: rgb(184 21 21 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-\[1\]:hover {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:top-\[48px\] {
    top: 48px;
  }

  .sm\:\!block {
    display: block !important;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:h-\[auto\] {
    height: auto;
  }

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

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

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

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

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

  .sm\:w-\[auto\] {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .sm\:border {
    border-width: 1px;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

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

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

@media (min-width: 768px) {
  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:bottom-9 {
    bottom: 2.25rem;
  }

  .md\:bottom-\[42px\] {
    bottom: 42px;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:left-\[42px\] {
    left: 42px;
  }

  .md\:left-\[60px\] {
    left: 60px;
  }

  .md\:left-\[unset\] {
    left: unset;
  }

  .md\:right-\[42px\] {
    right: 42px;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .md\:\!mb-\[182px\] {
    margin-bottom: 182px !important;
  }

  .md\:-ml-\[120px\] {
    margin-left: -120px;
  }

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

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

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

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

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

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

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

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .md\:mb-\[140px\] {
    margin-bottom: 140px;
  }

  .md\:mb-\[14px\] {
    margin-bottom: 14px;
  }

  .md\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .md\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .md\:mb-\[44px\] {
    margin-bottom: 44px;
  }

  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .md\:mb-\[55px\] {
    margin-bottom: 55px;
  }

  .md\:mb-\[56px\] {
    margin-bottom: 56px;
  }

  .md\:mb-\[68px\] {
    margin-bottom: 68px;
  }

  .md\:mb-\[6px\] {
    margin-bottom: 6px;
  }

  .md\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .md\:mb-\[82px\] {
    margin-bottom: 82px;
  }

  .md\:ml-\[444px\] {
    margin-left: 444px;
  }

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

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

  .md\:mt-\[26px\] {
    margin-top: 26px;
  }

  .md\:mt-\[67px\] {
    margin-top: 67px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

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

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-11 {
    width: 2.75rem;
  }

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

  .md\:w-8 {
    width: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

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

  .md\:gap-11 {
    gap: 2.75rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-\[100px\] {
    gap: 100px;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

  .md\:gap-\[15px\] {
    gap: 15px;
  }

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:gap-\[90px\] {
    gap: 90px;
  }

  .md\:gap-\[9px\] {
    gap: 9px;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

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

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

  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

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

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

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

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

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-\[50px\] {
    padding: 50px;
  }

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

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

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

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

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

  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-\[157px\] {
    padding-bottom: 157px;
  }

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

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

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

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

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

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

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-\[70px\] {
    padding-top: 70px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[34px\] {
    font-size: 34px;
  }

  .md\:text-\[35px\] {
    font-size: 35px;
  }

  .md\:text-\[38px\] {
    font-size: 38px;
  }

  .md\:text-\[44px\] {
    font-size: 44px;
  }

  .md\:text-\[46px\] {
    font-size: 46px;
  }

  .md\:text-\[60px\] {
    font-size: 60px;
  }

  .md\:text-\[80px\] {
    font-size: 80px;
  }

  .md\:text-size14 {
    font-size: 14px;
  }

  .md\:text-size15 {
    font-size: 15px;
  }

  .md\:text-size16 {
    font-size: 16px;
  }

  .md\:text-size18 {
    font-size: 18px;
  }

  .md\:text-size20 {
    font-size: 20px;
  }

  .md\:text-size21 {
    font-size: 21px;
  }

  .md\:text-size22 {
    font-size: 22px;
  }

  .md\:text-size24 {
    font-size: 24px;
  }

  .md\:text-size25 {
    font-size: 25px;
  }

  .md\:text-size27 {
    font-size: 27px;
  }

  .md\:text-size28 {
    font-size: 28px;
  }

  .md\:text-size30 {
    font-size: 30px;
  }

  .md\:text-size31 {
    font-size: 31px;
  }

  .md\:text-size32 {
    font-size: 32px;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-\[100px\] {
    line-height: 100px;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:leading-\[38px\] {
    line-height: 38px;
  }

  .md\:leading-\[39px\] {
    line-height: 39px;
  }

  .md\:leading-\[44px\] {
    line-height: 44px;
  }

  .md\:leading-\[47px\] {
    line-height: 47px;
  }

  .md\:leading-\[48px\] {
    line-height: 48px;
  }

  .md\:leading-\[53px\] {
    line-height: 53px;
  }

  .md\:leading-\[56px\] {
    line-height: 56px;
  }

  .md\:leading-\[60px\] {
    line-height: 60px;
  }

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

  .md\:opacity-\[1\] {
    opacity: 1;
  }

  .md\:delay-500 {
    transition-delay: 500ms;
  }

  .md\:delay-\[\.8s\] {
    transition-delay: .8s;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-\[-10px\] {
    bottom: -10px;
  }

  .lg\:bottom-\[60px\] {
    bottom: 60px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-\[55px\] {
    left: 55px;
  }

  .lg\:top-\[-20px\] {
    top: -20px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

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

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

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

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

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-\[50px\] {
    margin-bottom: 50px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

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

  .lg\:gap-y-11 {
    row-gap: 2.75rem;
  }

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

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

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

  .lg\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .lg\:pb-\[109px\] {
    padding-bottom: 109px;
  }

  .lg\:pb-\[74px\] {
    padding-bottom: 74px;
  }

  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

  .lg\:text-size16 {
    font-size: 16px;
  }

  .lg\:text-size18 {
    font-size: 18px;
  }

  .lg\:text-size28 {
    font-size: 28px;
  }

  .lg\:leading-\[36px\] {
    line-height: 36px;
  }
}

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

  .xl\:bottom-\[54px\] {
    bottom: 54px;
  }

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

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

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

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

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

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

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

  .xl\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .xl\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .xl\:mb-\[160px\] {
    margin-bottom: 160px;
  }

  .xl\:mb-\[34px\] {
    margin-bottom: 34px;
  }

  .xl\:mb-\[42px\] {
    margin-bottom: 42px;
  }

  .xl\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .xl\:mb-\[51px\] {
    margin-bottom: 51px;
  }

  .xl\:mb-\[56px\] {
    margin-bottom: 56px;
  }

  .xl\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

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

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

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

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

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

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

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

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

  .xl\:w-10 {
    width: 2.5rem;
  }

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

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

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

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

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

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

  .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\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-\[100px\] {
    gap: 100px;
  }

  .xl\:gap-\[150px\] {
    gap: 150px;
  }

  .xl\:gap-\[60px\] {
    gap: 60px;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .xl\:gap-y-\[54px\] {
    row-gap: 54px;
  }

  .xl\:border-\[2px\] {
    border-width: 2px;
  }

  .xl\:bg-red3 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 238 234 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:p-\[50px\] {
    padding: 50px;
  }

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

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

  .xl\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:py-\[p-60px\] {
    padding-top: p-60px;
    padding-bottom: p-60px;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

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

  .xl\:pb-\[180px\] {
    padding-bottom: 180px;
  }

  .xl\:pb-\[54px\] {
    padding-bottom: 54px;
  }

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

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

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pt-\[100px\] {
    padding-top: 100px;
  }

  .xl\:pt-\[54px\] {
    padding-top: 54px;
  }

  .xl\:text-\[110px\] {
    font-size: 110px;
  }

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

  .xl\:text-\[34px\] {
    font-size: 34px;
  }

  .xl\:text-\[36px\] {
    font-size: 36px;
  }

  .xl\:text-\[44px\] {
    font-size: 44px;
  }

  .xl\:text-\[56px\] {
    font-size: 56px;
  }

  .xl\:text-\[80px\] {
    font-size: 80px;
  }

  .xl\:text-size16 {
    font-size: 16px;
  }

  .xl\:text-size18 {
    font-size: 18px;
  }

  .xl\:text-size24 {
    font-size: 24px;
  }

  .xl\:text-size32 {
    font-size: 32px;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }

  .xl\:leading-9 {
    line-height: 2.25rem;
  }

  .xl\:leading-\[142px\] {
    line-height: 142px;
  }

  .xl\:leading-\[26px\] {
    line-height: 26px;
  }

  .xl\:leading-\[40px\] {
    line-height: 40px;
  }

  .xl\:leading-\[44px\] {
    line-height: 44px;
  }

  .xl\:leading-\[46px\] {
    line-height: 46px;
  }

  .xl\:leading-\[56px\] {
    line-height: 56px;
  }

  .xl\:leading-\[64px\] {
    line-height: 64px;
  }

  .xl\:leading-\[80px\] {
    line-height: 80px;
  }
}

@media (min-width: 1400px) {
  .bxl\:-ml-\[120px\] {
    margin-left: -120px;
  }
}

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

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

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

  .txl\:gap-\[73px\] {
    gap: 73px;
  }
}