/*
! tailwindcss v3.4.1 | 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: Tajawal, Inter, sans-serif; /* 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 */
  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,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

.container {
  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: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-left-full {
  left: -100%;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

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

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0px;
}

.top-\[25\%\] {
  top: 25%;
}

.top-\[30\%\] {
  top: 30%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

.ms-4 {
  margin-inline-start: 1rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

.w-\[88\%\] {
  width: 88%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

.resize {
  resize: both;
}

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-\[\#CCCCCC\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204/var(--tw-border-opacity));
}

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

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

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

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

.bg-black\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}

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

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

.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 173 227/var(--tw-bg-opacity));
}

.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139/var(--tw-bg-opacity));
}

.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139/var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(250 37 76/var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 37 76/var(--tw-bg-opacity));
}

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

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

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

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!text-\[1em\] {
  font-size: 1em !important;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[0\.55rem\] {
  font-size: 0.55rem;
}

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

.text-\[1em\] {
  font-size: 1em;
}

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

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

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

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

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

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(224 140 85/var(--tw-text-opacity));
}

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

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

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

.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(0 0 139/var(--tw-text-opacity));
}

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

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

nav .menu ul {
  display: flex !important;
  gap: 2.5rem;
}

nav .menu ul a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 51 102/var(--tw-text-opacity));
}

nav ul.menu {
  display: flex !important;
  gap: 2.5rem;
}

nav ul.menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 51 102/var(--tw-text-opacity));
}

footer {
  padding-top: 2.5rem !important;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 51 102/var(--tw-text-opacity));
}

#account-page:not(.not-sign-in) .woocommerce {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 768px) {
  #account-page:not(.not-sign-in) .woocommerce {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
#account-page:not(.not-sign-in) .woocommerce .woocommerce-MyAccount-navigation {
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139/var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  #account-page:not(.not-sign-in) .woocommerce .woocommerce-MyAccount-navigation {
    grid-column: span 1/span 1;
  }
}
#account-page:not(.not-sign-in) .woocommerce .woocommerce-MyAccount-navigation ul > li a {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 73 141/var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
}

#account-page:not(.not-sign-in) .woocommerce .woocommerce-MyAccount-navigation ul > li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 96 186/var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important;
}

#account-page:not(.not-sign-in) .woocommerce .woocommerce-MyAccount-navigation ul > li:last-child a {
  border-width: 0px;
}

@media (min-width: 768px) {
  #account-page:not(.not-sign-in) .woocommerce .woocommerce-MyAccount-content {
    grid-column: span 4/span 4;
  }
}
#account-page:not(.not-sign-in) .woocommerce-Address-title {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}

#account-page:not(.not-sign-in) .woocommerce-Address-title h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#account-page:not(.not-sign-in) .woocommerce-Address-title a {
  --tw-text-opacity: 1;
  color: rgb(0 0 139/var(--tw-text-opacity));
}

#account-page:not(.not-sign-in) .woocommerce-MyAccount-content > p > a {
  --tw-text-opacity: 1;
  color: rgb(0 0 139/var(--tw-text-opacity));
}

#account-page:not(.not-sign-in) .woocommerce-MyAccount-content > p > a:hover {
  text-decoration-line: underline;
}

#account-page.not-sign-in h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

#account-page.not-sign-in .woocommerce-Input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#account-page.not-sign-in .woocommerce-button, #account-page.not-sign-in .woocommerce-Button {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

#account-page.not-sign-in .woocommerce-input-wrapper input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* Woocomerce Product Detail */
.product-single-wrapper {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .product-single-wrapper {
    margin-top: 2.5rem;
  }
}
.product-single-wrapper .related.products > h2 {
  margin-top: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.product-single-wrapper .related.products .onsale {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139/var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-single-wrapper .summary {
  margin-top: 1.25rem;
}

.product-single-wrapper .product_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .product-single-wrapper .product_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.product-single-wrapper p.price {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.product-single-wrapper p.price del {
  color: rgba(55, 65, 81, 0.5);
}

.product-single-wrapper p.price ins, .product-single-wrapper p.price > span {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139/var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  text-decoration: none;
}

.product-single-wrapper table.variations {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.product-single-wrapper table.variations td {
  border-width: 0px;
}

.product-single-wrapper table.variations .label {
  width: 6rem;
  text-align: left;
  text-transform: uppercase;
}

.product-single-wrapper table.variations .value {
  width: auto;
  text-align: right;
}

.product-single-wrapper table.variations .value select {
  border-width: 1px;
  padding: 0.5rem;
}

.product-single-wrapper .quantity {
  display: flex;
  align-items: center;
  /* &::before {
      @apply w-24 inline-block font-semibold;
      content: "Quantity";
  } */
}

.product-single-wrapper .quantity .screen-reader-text {
  display: none;
}

.product-single-wrapper .quantity input.qty {
  width: 3.5rem;
  max-width: 3.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .product-single-wrapper .quantity input.qty {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.product-single-wrapper .quantity button {
  margin-left: 0px;
  margin-right: 0px;
  width: 2.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(166 190 233/var(--tw-bg-opacity));
  padding: 0.5rem;
}

.product-single-wrapper .quantity button.minus {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.product-single-wrapper .quantity button.plus {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.product-single-wrapper .quantity input[type=number]::-webkit-inner-spin-button,
.product-single-wrapper .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* form order now / order whatsapp */
.product-single-wrapper form.cart {
  bottom: 0px;
  display: flex;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .product-single-wrapper form.cart {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.product-single-wrapper form.cart {
  position: fixed;
  left: 0px;
  z-index: 20;
  width: 100%;
}

@media (min-width: 1024px) {
  .product-single-wrapper form.cart {
    position: relative;
  }
}
.product-single-wrapper form.cart {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 139/var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

@media (min-width: 768px) {
  .product-single-wrapper form.cart {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border-top-width: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  }
}
/* button "add to cart" */
.product-single-wrapper form.cart .single_add_to_cart_button {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139/var(--tw-bg-opacity));
  border-radius: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important;
  /* @apply hidden; */
  text-decoration: unset !important;
}

.product-single-wrapper form.cart .single_add_to_cart_button::after {
  content: "";
  display: inline-block;
  width: 24px; /* Adjust as needed */
  height: 24px; /* Adjust as needed */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M10.9042 2.10025L20.8037 3.51446L22.2179 13.414L13.0255 22.6063C12.635 22.9969 12.0019 22.9969 11.6113 22.6063L1.71184 12.7069C1.32131 12.3163 1.32131 11.6832 1.71184 11.2926L10.9042 2.10025ZM11.6113 4.22157L3.83316 11.9997L12.3184 20.485L20.0966 12.7069L19.036 5.28223L11.6113 4.22157ZM13.7327 10.5855C12.9516 9.80448 12.9516 8.53815 13.7327 7.7571C14.5137 6.97606 15.78 6.97606 16.5611 7.7571C17.3421 8.53815 17.3421 9.80448 16.5611 10.5855C15.78 11.3666 14.5137 11.3666 13.7327 10.5855Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px; /* Adjust spacing between icon and text */
}

.product-single-wrapper form.cart .single_add_to_cart_button::before {
  content: "Order Now";
}

.product-single-wrapper form.cart .btn-order-now {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139/var(--tw-bg-opacity));
  border-radius: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important;
}

.product-single-wrapper form.cart .btn-order-whatsapp {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  text-decoration: unset !important;
}

/* handle form with variants */
.product-single-wrapper form.cart .single_variation_wrap {
  margin: 0px;
}

.product-single-wrapper form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

/* handle form with variants */
.product-single-wrapper form.variations_form {
  flex-direction: column;
}

.product-single-wrapper form.variations_form .variations {
  margin: 0px;
}

.product-single-wrapper form.variations_form .variations .label {
  text-align: start;
}

.product-single-wrapper form.variations_form .variations td.value {
  display: flex;
}

.product-single-wrapper form.variations_form .variations td.value select {
  margin-left: auto;
  width: 100%;
}

.product-single-wrapper form.variations_form .variations td.value .reset_variations {
  display: none;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 37 76/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.product-single-wrapper form.variations_form .variations td.value .reset_variations[style="visibility: visible;"] {
  margin-left: 0.5rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.product-single-wrapper .single_variation_wrap {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.product-single-wrapper .product_meta {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .product-single-wrapper .product_meta {
    margin-top: 0px;
  }
}
.product-single-wrapper .product_meta a {
  --tw-text-opacity: 1;
  color: rgb(0 0 139/var(--tw-text-opacity));
}

.product-single-wrapper .product_meta a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 139/var(--tw-text-opacity));
}

.product-single-wrapper .product-images {
  position: relative;
}

.product-single-wrapper .product-images .woocommerce-product-gallery--with-images {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .product-single-wrapper .product-images .woocommerce-product-gallery--with-images {
    flex-direction: row-reverse;
  }
}
.product-single-wrapper .product-images .woocommerce-product-gallery--with-images .flex-control-thumbs {
  width: 100px;
  flex-shrink: 0;
}

.product-single-wrapper .product-images .woocommerce-product-gallery--with-images .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 10;
  right: 4rem;
  top: 0.5rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 139/var(--tw-text-opacity));
}

.product-single-wrapper .product-images .onsale {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  border-bottom-right-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22/var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-single-wrapper .product-images .flex-control-nav.flex-control-thumbs {
  display: flex;
  height: 7rem;
  width: 100%;
  flex-direction: row;
  gap: 0.75rem;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .product-single-wrapper .product-images .flex-control-nav.flex-control-thumbs {
    height: 500px;
    width: auto;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.product-single-wrapper .product-images .flex-control-nav.flex-control-thumbs li {
  height: 6rem;
  width: 6rem;
  flex-shrink: 0;
}

/* Customize the scrollbar thumb */
.product-single-wrapper .product-images .flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
  width: 8px; /* adjust the width as needed */
  height: 5px;
}

.product-single-wrapper .product-images .flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb {
  background-color: #666666; /* customize thumb color */
  border-radius: 10px; /* rounded corners for thumb */
}

.product-single-wrapper .product-images .flex-control-nav.flex-control-thumbs::-webkit-scrollbar-track {
  background-color: transparent; /* customize track color */
  border-radius: 10px; /* rounded corners for track */
}

/* wishlist */
.product-single-wrapper .yith-wcwl-wishlistexistsbrowse {
  margin-bottom: 2.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 139/var(--tw-text-opacity)) !important;
}

.product-single-wrapper .yith-wcwl-add-button a {
  margin-bottom: 2.5rem;
  display: block;
  border-radius: 0.5rem !important;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 139/var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  text-align: center;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 139/var(--tw-text-opacity)) !important;
}

.product-single-wrapper .yith-wcwl-add-button a:hover {
  background-color: rgba(77, 125, 211, 0.2);
}

.product-single-wrapper .yith-wcwl-add-button a {
  text-decoration: unset !important;
}

.woocommerce-product-details__short-description {
  display: none;
}

/* -------------------------------------------------------------------------- */
.wp-block-woocommerce-cart .wc-block-cart__submit-container a {
  width: 100%;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 139/var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.wp-block-woocommerce-cart .wc-block-cart__submit-container--sticky {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important;
}

.quantity .choices {
  width: 100%;
}

input[type=number].qty::-webkit-inner-spin-button,
input[type=number].qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-close {
  inset-inline-end: -100vw;
}

@media (min-width: 768px) {
  .cart-close {
    inset-inline-end: -24rem;
  }
}
.swiper-slide a {
  display: flex !important;
  height: 100%;
  width: 100%;
}

.swiper-slide a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.woocommerce-product-gallery {
  overflow: hidden;
  border-radius: 0.75rem;
}

.wc-block-components-checkout-place-order-button {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title::before {
  width: 35px;
  height: 35px;
  top: 10px;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 139/var(--tw-bg-opacity)) !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  margin: auto !important;
  margin-right: 0.5rem !important;
  display: inline-block;
  padding: 5px !important;
}

@media (min-width: 768px) {
  .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title::before {
    padding: 5px !important;
  }
}
.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title {
  font-weight: 700 !important;
}

/* old styles */
.woocommerce-billing-fields h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  position: relative;
  display: inline-block;
  width: 100% !important;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row > label {
  position: absolute;
  top: -0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row > label:where([dir=ltr], [dir=ltr] *) {
  left: 0.75rem;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row > label:where([dir=rtl], [dir=rtl] *) {
  right: 0.75rem;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
  border-width: 0px;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .wooccm-type-textarea {
  grid-column: span 2/span 2;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-invalid-required-field {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 37 76/var(--tw-border-opacity)) !important;
}

.woocommerce form .form-row textarea {
  height: unset !important;
}

.shipping_address h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.shipping_address .woocommerce-shipping-fields__field-wrapper {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.shipping_address .woocommerce-shipping-fields__field-wrapper .form-row {
  position: relative;
  display: inline-block;
  width: 100% !important;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.shipping_address .woocommerce-shipping-fields__field-wrapper .form-row > label {
  position: absolute;
  top: -0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.shipping_address .woocommerce-shipping-fields__field-wrapper .form-row > label:where([dir=ltr], [dir=ltr] *) {
  left: 0.75rem;
}

.shipping_address .woocommerce-shipping-fields__field-wrapper .form-row > label:where([dir=rtl], [dir=rtl] *) {
  right: 0.75rem;
}

.shipping_address .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
  border-width: 0px;
}

.woocommerce-additional-fields h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row {
  position: relative;
  display: inline-block;
  width: 100% !important;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row > label {
  position: absolute;
  top: -0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row > label:where([dir=ltr], [dir=ltr] *) {
  left: 0.75rem;
}

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row > label:where([dir=rtl], [dir=rtl] *) {
  right: 0.75rem;
}

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
  border-width: 0px;
}

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row:first-child {
  grid-column: span 2/span 2;
}

[data-block-name="woocommerce/classic-shortcode"] #order_review_heading {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.select2-container--open .select2-dropdown {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
}

.hidden-review .open-icon {
  display: none;
}

.hidden-review .close-icon {
  display: block;
}

.show-review .open-icon {
  display: block;
}

.show-review .close-icon {
  display: none;
}

.payment_methods li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.payment_methods li label {
  display: flex;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: unset !important;
  margin-top: 1rem !important;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}

.woocommerce-checkout-payment button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 139/var(--tw-bg-opacity)) !important;
}

/* adding space between address and contact, name */
#billing_first_name_field, #billing_last_name_field {
  /* @apply mt-10; */
}

#billing_phone_field, #billing_email_field {
  grid-column: span 2;
}

/* hide descirption wc_payment_method */
.wc_payment_methods {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-bottom-width: 0px !important;
}

.wc_payment_methods .wc_payment_method {
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 139/var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.wc_payment_methods .wc_payment_method .payment_box {
  display: none !important;
}

#payment > div.form-row.place-order {
  padding: 0px !important;
}

.woocommerce-pagination ul li {
  display: inline-block !important;
}

.woocommerce-pagination ul li a {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235/var(--tw-bg-opacity));
  padding-top: 0.25rem;
}

.woocommerce-pagination ul li span.current {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139/var(--tw-bg-opacity));
  padding-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.woocommerce-pagination ul li span.dots {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
  padding-top: 0.25rem;
}

nav.woocommerce-breadcrumb {
  font-weight: 600;
}

nav.woocommerce-breadcrumb a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 139/var(--tw-text-opacity)) !important;
}

.woocommerce-products-header {
  margin-top: 1.25rem;
}

.page-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.site-main {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.woocommerce-notices-wrapper {
  margin-top: 2.5rem;
}

.woocommerce-notices-wrapper .woocommerce-message a {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(142 174 27/var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

/* ----------------- */
/* product lists */
/* ----------------- */
@media (min-width: 1280px) {
  .related-product .products.columns-4 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
.products {
  display: grid;
  gap: 1.5rem;
}

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

@media (min-width: 768px) {
  .products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.products .woocommerce-product-item > .product-inner .product-thumbnail {
  position: relative;
  height: 230px;
  overflow: hidden;
  border-radius: 0.5rem;
}

.products .woocommerce-product-item > .product-inner .product-thumbnail .onsale {
  position: absolute;
  border-bottom-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22/var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.products .woocommerce-product-item > .product-inner .product-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.products .woocommerce-product-item > .product-inner .product-thumbnail .add_to_cart_button {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139/var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}

.products .woocommerce-product-item > .product-inner .product-thumbnail .add_to_cart_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 96 186/var(--tw-bg-opacity));
}

.products .woocommerce-product-item > .product-inner .product-thumbnail .add_to_cart_button {
  position: absolute;
  bottom: 5px;
}

.products .woocommerce-product-item > .product-inner .product-thumbnail .add_to_cart_button::after {
  content: "";
  display: inline-block;
  width: 24px; /* Adjust as needed */
  height: 24px; /* Adjust as needed */
  color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4.00488 16V4H2.00488V2H5.00488C5.55717 2 6.00488 2.44772 6.00488 3V15H18.4433L20.4433 7H8.00488V5H21.7241C22.2764 5 22.7241 5.44772 22.7241 6C22.7241 6.08176 22.7141 6.16322 22.6942 6.24254L20.1942 16.2425C20.083 16.6877 19.683 17 19.2241 17H5.00488C4.4526 17 4.00488 16.5523 4.00488 16ZM6.00488 23C4.90031 23 4.00488 22.1046 4.00488 21C4.00488 19.8954 4.90031 19 6.00488 19C7.10945 19 8.00488 19.8954 8.00488 21C8.00488 22.1046 7.10945 23 6.00488 23ZM18.0049 23C16.9003 23 16.0049 22.1046 16.0049 21C16.0049 19.8954 16.9003 19 18.0049 19C19.1095 19 20.0049 19.8954 20.0049 21C20.0049 22.1046 19.1095 23 18.0049 23Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.products .woocommerce-product-item > .product-inner .product-thumbnail .added_to_cart {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74/var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.products .woocommerce-product-item > .product-inner .price del {
  color: rgba(55, 65, 81, 0.5);
}

.products .woocommerce-product-item > .product-inner .price ins, .products .woocommerce-product-item > .product-inner .price > span {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 139/var(--tw-text-opacity));
  text-decoration: none;
}

.products .woocommerce-product-item > .product-inner .woocommerce-loop-product__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.woocommerce-product-item > .product-inner .product-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}

.woocommerce-product-item > .product-inner .product-thumbnail .onsale {
  position: absolute;
  border-bottom-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22/var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.woocommerce-product-item > .product-inner .product-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.woocommerce-product-item > .product-inner .product-thumbnail .add_to_cart_button {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139/var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}

.woocommerce-product-item > .product-inner .product-thumbnail .add_to_cart_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 96 186/var(--tw-bg-opacity));
}

.woocommerce-product-item > .product-inner .product-thumbnail .add_to_cart_button {
  position: absolute;
  bottom: 5px;
}

.woocommerce-product-item > .product-inner .product-thumbnail .add_to_cart_button::after {
  content: "";
  display: inline-block;
  width: 24px; /* Adjust as needed */
  height: 24px; /* Adjust as needed */
  color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4.00488 16V4H2.00488V2H5.00488C5.55717 2 6.00488 2.44772 6.00488 3V15H18.4433L20.4433 7H8.00488V5H21.7241C22.2764 5 22.7241 5.44772 22.7241 6C22.7241 6.08176 22.7141 6.16322 22.6942 6.24254L20.1942 16.2425C20.083 16.6877 19.683 17 19.2241 17H5.00488C4.4526 17 4.00488 16.5523 4.00488 16ZM6.00488 23C4.90031 23 4.00488 22.1046 4.00488 21C4.00488 19.8954 4.90031 19 6.00488 19C7.10945 19 8.00488 19.8954 8.00488 21C8.00488 22.1046 7.10945 23 6.00488 23ZM18.0049 23C16.9003 23 16.0049 22.1046 16.0049 21C16.0049 19.8954 16.9003 19 18.0049 19C19.1095 19 20.0049 19.8954 20.0049 21C20.0049 22.1046 19.1095 23 18.0049 23Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.woocommerce-product-item > .product-inner .product-thumbnail .added_to_cart {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74/var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.woocommerce-product-item > .product-inner .price del {
  color: rgba(55, 65, 81, 0.5);
}

.woocommerce-product-item > .product-inner .price ins, .woocommerce-product-item > .product-inner .price > span {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 139/var(--tw-text-opacity));
  text-decoration: none;
}

.woocommerce-product-item > .product-inner .woocommerce-loop-product__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-actions .added_to_cart {
  display: block !important;
  height: unset !important;
  width: unset !important;
}

#global-modal-product .woocommerce-loop-product__title, #modal-product .woocommerce-loop-product__title {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

#global-modal-product .primary-category-name, #modal-product .primary-category-name {
  display: none;
}

.woocommerce-ordering select {
  width: 100%;
  max-width: 200px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
  padding: 0.5rem;
}

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

.choices__inner {
  border-radius: 0.5rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 139/var(--tw-border-opacity)) !important;
}

.choices[data-type*=select-one].is-open:after {
  border-top-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(0 0 139/var(--tw-border-opacity)) !important;
}

.choices[data-type*=select-one]:after {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(0 0 139/var(--tw-border-opacity)) !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  display: none !important;
}

.choices__list--dropdown .choices__item--selectable {
  padding-right: 0 !important;
}

#menu-sidebar-mobile {
  text-align: start;
}

#menu-sidebar-mobile .menu a {
  display: block;
  border-bottom-width: 1px;
  padding: 0.75rem;
}

.home-grid-container {
  width: 100%;
}

.home-grid-container > .wp-block-group__inner-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .home-grid-container > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.home-grid-container > .wp-block-group__inner-container .card {
  position: relative;
  display: flex;
  height: 300px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 768px) {
  .home-grid-container > .wp-block-group__inner-container .card {
    height: 500px;
  }
}
.home-grid-container > .wp-block-group__inner-container .card:hover figure img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.home-grid-container > .wp-block-group__inner-container .card figure {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.home-grid-container > .wp-block-group__inner-container .card figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.home-grid-container > .wp-block-group__inner-container .card p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.home-grid-container > .wp-block-group__inner-container .card p a {
  margin-top: 0.75rem;
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.home-featured-category-container > .wp-block-group-is-layout-constrained {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .home-featured-category-container > .wp-block-group-is-layout-constrained {
    grid-template-columns: repeat(auto-fit, 16.666666%);
  }
}
.home-featured-category-container > .wp-block-group-is-layout-constrained .wp-block-group.card {
  text-align: center;
}

.home-featured-category-container > .wp-block-group-is-layout-constrained .wp-block-group.card p {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.home-featured-category-container > .wp-block-group-is-layout-constrained .wp-block-group.card figure {
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
}

@media (min-width: 768px) {
  .home-featured-category-container > .wp-block-group-is-layout-constrained .wp-block-group.card figure {
    height: 8rem;
    width: 8rem;
  }
}
.home-featured-category-container > .wp-block-group-is-layout-constrained .wp-block-group.card figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product-home-recommendation {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.product-home-recommendation h3 {
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.product-home-recommendation .product-home-recommendation-slider__wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
}

.services-featured-container > .wp-block-group__inner-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .services-featured-container > .wp-block-group__inner-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.services-featured-container > .wp-block-group__inner-container .services-featured-item {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39/var(--tw-border-opacity));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .services-featured-container > .wp-block-group__inner-container .services-featured-item {
    height: 200px;
  }
}
.services-featured-container > .wp-block-group__inner-container .services-featured-item img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.services-featured-container > .wp-block-group__inner-container .services-featured-item p {
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

body {
  position: relative;
}

.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.single-product-page footer {
  padding-bottom: 7rem;
}

@media (min-width: 768px) {
  .single-product-page footer {
    padding-bottom: 0px;
  }
}
.button-w-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 600;
}

.page-content {
  margin-bottom: 0.75rem;
}

.page-content .wp-block-heading {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.line-through {
  text-decoration-color: #ababab;
  text-decoration-thickness: 2px;
}

/* custom blockui */
.blockOverlay {
  z-index: 100000 !important;
}

.blockMsg {
  z-index: 100001 !important;
}

/* custom splide slider */
.wp-block-cloudcatch-splide-carousel-item figure img {
  width: 100%;
}

.required {
  --tw-text-opacity: 1;
  color: rgb(250 37 76/var(--tw-text-opacity));
}

.body-en .add_to_cart_button {
  box-shadow: 56px 53px 71px 65px rgb(0, 0, 0);
  -webkit-box-shadow: 56px 53px 71px 65px rgb(0, 0, 0);
}

.body-ar .add_to_cart_button {
  box-shadow: -45px 53px 71px 65px rgb(0, 0, 0);
  -webkit-box-shadow: -45px 53px 71px 65px rgb(0, 0, 0);
}

.body-ar .button-add-to-cart {
  left: 5px !important;
}

.body-ar .products .woocommerce-product-item > .product-inner .product-thumbnail .add_to_cart_button {
  left: 5px !important;
}

.swiper-button-disabled {
  display: none !important;
}

.placeholder\:text-gray-100\/70::-moz-placeholder {
  color: rgba(243, 244, 246, 0.7);
}

.placeholder\:text-gray-100\/70::placeholder {
  color: rgba(243, 244, 246, 0.7);
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

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

.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 96 186/var(--tw-bg-opacity));
}

.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 73 141/var(--tw-bg-opacity));
}

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

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

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

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 640px) {
  .sm\:w-96 {
    width: 24rem;
  }
  .sm\:max-w-\[400px\] {
    max-width: 400px;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:-left-\[110\%\] {
    left: -110%;
  }
  .md\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .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\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-24 {
    height: 6rem;
  }
  .md\:h-28 {
    height: 7rem;
  }
  .md\:h-\[500px\] {
    height: 500px;
  }
  .md\:w-24 {
    width: 6rem;
  }
  .md\:w-32 {
    width: 8rem;
  }
  .md\:w-44 {
    width: 11rem;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .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\:gap-5 {
    gap: 1.25rem;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .md\:text-end {
    text-align: end;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
}
.rtl\:\!left-1:where([dir=rtl], [dir=rtl] *) {
  left: 0.25rem !important;
}

.rtl\:\!left-\[unset\]:where([dir=rtl], [dir=rtl] *) {
  left: unset !important;
}

.rtl\:\!right-1:where([dir=rtl], [dir=rtl] *) {
  right: 0.25rem !important;
}

.rtl\:\!right-\[unset\]:where([dir=rtl], [dir=rtl] *) {
  right: unset !important;
}

.rtl\:-right-full:where([dir=rtl], [dir=rtl] *) {
  right: -100%;
}

.rtl\:left-auto:where([dir=rtl], [dir=rtl] *) {
  left: auto;
}

.rtl\:right-0:where([dir=rtl], [dir=rtl] *) {
  right: 0px;
}

.rtl\:block:where([dir=rtl], [dir=rtl] *) {
  display: block;
}

.rtl\:inline-block:where([dir=rtl], [dir=rtl] *) {
  display: inline-block;
}

.rtl\:hidden:where([dir=rtl], [dir=rtl] *) {
  display: none;
}

@media (min-width: 768px) {
  .md\:rtl\:right-\[-110\%\]:where([dir=rtl], [dir=rtl] *) {
    right: -110%;
  }
}
.group:hover .group-hover\:\[\&\>\.icon\]\:ml-2 > .icon {
  margin-left: 0.5rem;
}

.group:hover .rtl\:group-hover\:\[\&\>\.icon\]\:mr-2 > .icon:where([dir=rtl], [dir=rtl] *) {
  margin-right: 0.5rem;
}

.\[\&\>a\:last-child\]\:border-b-0 > a:last-child {
  border-bottom-width: 0px;
}

.\[\&\>a\]\:border-b > a {
  border-bottom-width: 1px;
}

.\[\&\>a\]\:p-2 > a {
  padding: 0.5rem;
}

.\[\&\>div\:last-child\]\:border-b-0 > div:last-child {
  border-bottom-width: 0px;
}

.\[\&\>div\]\:border-b > div {
  border-bottom-width: 1px;
}

.\[\&\>div\]\:py-3 > div {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}