/*
Theme Name: XECOM
Theme URI: https://www.xecomtheme.com
Author: XECOM TEAM
Author URI: https://www.xecomtheme.com
Description: fast and easy woocommerce theme.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-header, custom-background, custom-menu, etc.
Text Domain: xecom
*/

/* In your global CSS file (e.g., styles.css) */

/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::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:  ;
}

.Html_Theme_sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.Html_Theme_fixed {
  position: fixed;
}

.Html_Theme_absolute {
  position: absolute;
}

.Html_Theme_relative {
  position: relative;
}

.Html_Theme_bottom-0 {
  bottom: 0px;
}

.Html_Theme_left-0 {
  left: 0px;
}

.Html_Theme_right-0 {
  right: 0px;
}

.Html_Theme_top-0 {
  top: 0px;
}

.Html_Theme_top-auto {
  top: auto;
}

.Html_Theme_z-10 {
  z-index: 10;
}

.Html_Theme_z-20 {
  z-index: 20;
}

.Html_Theme_z-50 {
  z-index: 50;
}

.Html_Theme_z-\[100\] {
  z-index: 100;
}

.Html_Theme_z-\[10\] {
  z-index: 10;
}

.Html_Theme_z-\[87\] {
  z-index: 87;
}

.Html_Theme_col-span-4 {
  grid-column: span 4 / span 4;
}

.Html_Theme_col-span-7 {
  grid-column: span 7 / span 7;
}

.Html_Theme_m-1 {
  margin: 0.25rem;
}

.Html_Theme_mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.Html_Theme_mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.Html_Theme_mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.Html_Theme_mx-\[2\%\] {
  margin-left: 2%;
  margin-right: 2%;
}

.Html_Theme_mx-\[2\.5\%\] {
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.Html_Theme_mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.Html_Theme_my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.Html_Theme_my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.Html_Theme_my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.Html_Theme_mb-0 {
  margin-bottom: 0px;
}

.Html_Theme_mb-10 {
  margin-bottom: 2.5rem;
}

.Html_Theme_mb-20 {
  margin-bottom: 5rem;
}

.Html_Theme_mr-2 {
  margin-right: 0.5rem;
}

.Html_Theme_mt-1 {
  margin-top: 0.25rem;
}

.Html_Theme_mt-10 {
  margin-top: 2.5rem;
}

.Html_Theme_mt-16 {
  margin-top: 4rem;
}

.Html_Theme_mt-2 {
  margin-top: 0.5rem;
}

.Html_Theme_mt-3 {
  margin-top: 0.75rem;
}

.Html_Theme_mt-32 {
  margin-top: 8rem;
}

.Html_Theme_mt-5 {
  margin-top: 1.25rem;
}

.Html_Theme_block {
  display: block;
}

.Html_Theme_flex {
  display: flex;
}

.Html_Theme_grid {
  display: grid;
}

.Html_Theme_hidden {
  display: none;
}

.Html_Theme_h-6 {
  height: 1.5rem;
}

.Html_Theme_h-\[200px\] {
  height: 200px;
}

.Html_Theme_h-\[250px\] {
  height: 250px;
}

.Html_Theme_h-\[5px\] {
  height: 5px;
}

.Html_Theme_h-full {
  height: 100%;
}

.Html_Theme_w-10 {
  width: 2.5rem;
}

.Html_Theme_w-5 {
  width: 1.25rem;
}

.Html_Theme_w-6 {
  width: 1.5rem;
}

.Html_Theme_w-8 {
  width: 2rem;
}

.Html_Theme_w-\[100\%\] {
  width: 100%;
}

.Html_Theme_w-\[20\%\] {
  width: 20%;
}

.Html_Theme_w-\[25\%\] {
  width: 25%;
}

.Html_Theme_w-\[30\%\] {
  width: 30%;
}

.Html_Theme_w-\[35\%\] {
  width: 35%;
}

.Html_Theme_w-\[5\%\] {
  width: 5%;
}

.Html_Theme_w-\[50\%\] {
  width: 50%;
}

.Html_Theme_w-\[60\%\] {
  width: 60%;
}

.Html_Theme_w-\[65\%\] {
  width: 65%;
}

.Html_Theme_w-\[70\%\] {
  width: 70%;
}

.Html_Theme_w-\[75\%\] {
  width: 75%;
}

.Html_Theme_w-\[7rem\] {
  width: 7rem;
}

.Html_Theme_w-\[85\%\] {
  width: 85%;
}

.Html_Theme_w-\[92\%\] {
  width: 92%;
}

.Html_Theme_w-\[95\%\] {
  width: 95%;
}

.Html_Theme_w-full {
  width: 100%;
}

.Html_Theme_max-w-\[6\%\] {
  max-width: 6%;
}

.Html_Theme_-translate-x-0 {
  --tw-translate-x: -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));
}

.Html_Theme_-translate-x-full {
  --tw-translate-x: -100%;
  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));
}

.Html_Theme_-translate-y-\[290\%\] {
  --tw-translate-y: -290%;
  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));
}

.Html_Theme_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));
}

.Html_Theme_translate-y-\[0\] {
  --tw-translate-y: 0;
  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));
}

.Html_Theme_translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  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));
}

.Html_Theme_scale-\[1\.1\] {
  --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));
}

.Html_Theme_grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.Html_Theme_grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.Html_Theme_grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.Html_Theme_flex-row-reverse {
  flex-direction: row-reverse;
}

.Html_Theme_flex-col {
  flex-direction: column;
}

.Html_Theme_flex-col-reverse {
  flex-direction: column-reverse;
}

.Html_Theme_items-start {
  align-items: flex-start;
}

.Html_Theme_items-center {
  align-items: center;
}

.Html_Theme_justify-start {
  justify-content: flex-start;
}

.Html_Theme_justify-center {
  justify-content: center;
}

.\!Html_Theme_justify-between {
  justify-content: space-between !important;
}

.Html_Theme_gap-0 {
  gap: 0px;
}

.Html_Theme_gap-1 {
  gap: 0.25rem;
}

.Html_Theme_gap-10 {
  gap: 2.5rem;
}

.Html_Theme_gap-2 {
  gap: 0.5rem;
}

.Html_Theme_gap-3 {
  gap: 0.75rem;
}

.Html_Theme_gap-5 {
  gap: 1.25rem;
}

.Html_Theme_gap-\[1\%\] {
  gap: 1%;
}

.Html_Theme_gap-\[4\%\] {
  gap: 4%;
}

.Html_Theme_gap-\[5\%\] {
  gap: 5%;
}

.Html_Theme_space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.Html_Theme_overflow-hidden {
  overflow: hidden;
}

.Html_Theme_overflow-x-hidden {
  overflow-x: hidden;
}

.Html_Theme_overflow-y-scroll {
  overflow-y: scroll;
}

.Html_Theme_overflow-ellipsis {
  text-overflow: ellipsis;
}

.Html_Theme_text-ellipsis {
  text-overflow: ellipsis;
}

.Html_Theme_whitespace-nowrap {
  white-space: nowrap;
}

.Html_Theme_break-words {
  overflow-wrap: break-word;
}

.Html_Theme_rounded-\[4px\] {
  border-radius: 4px;
}

.Html_Theme_rounded-full {
  border-radius: 9999px;
}

.Html_Theme_rounded-md {
  border-radius: 0.375rem;
}

.Html_Theme_rounded-sm {
  border-radius: 0.125rem;
}

.Html_Theme_rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.Html_Theme_border {
  border-width: 1px;
}

.Html_Theme_border-t {
  border-top-width: 1px;
}

.Html_Theme_border-none {
  border-style: none;
}

.Html_Theme_bg-\[\#d4af37\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 175 55 / var(--tw-bg-opacity));
}

.Html_Theme_bg-\[\#f7f8f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 248 / var(--tw-bg-opacity));
}

.Html_Theme_bg-\[\#ffbf0a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 191 10 / var(--tw-bg-opacity));
}

.Html_Theme_bg-\[white\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.Html_Theme_bg-transparent {
  background-color: transparent;
}

.Html_Theme_bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.Html_Theme_object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.Html_Theme_p-0 {
  padding: 0px;
}

.Html_Theme_p-1 {
  padding: 0.25rem;
}

.Html_Theme_p-2 {
  padding: 0.5rem;
}

.Html_Theme_p-3 {
  padding: 0.75rem;
}

.Html_Theme_px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.Html_Theme_px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.Html_Theme_px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.Html_Theme_px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.Html_Theme_px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.Html_Theme_px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.Html_Theme_px-\[2\%\] {
  padding-left: 2%;
  padding-right: 2%;
}

.Html_Theme_py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.Html_Theme_py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.Html_Theme_py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.Html_Theme_py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.Html_Theme_py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.Html_Theme_py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.Html_Theme_text-center {
  text-align: center;
}

.Html_Theme_text-justify {
  text-align: justify;
}

.Html_Theme_text-start {
  text-align: start;
}

.Html_Theme_text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.Html_Theme_text-\[15px\] {
  font-size: 15px;
}

.Html_Theme_text-\[25px\] {
  font-size: 25px;
}

.Html_Theme_text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.Html_Theme_text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.Html_Theme_text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.Html_Theme_text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.Html_Theme_font-\[700\] {
  font-weight: 700;
}

.Html_Theme_font-bold {
  font-weight: 700;
}

.Html_Theme_font-semibold {
  font-weight: 600;
}

.Html_Theme_leading-6 {
  line-height: 1.5rem;
}

.Html_Theme_text-\[\#b3b3b3\] {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}

.Html_Theme_text-\[\#d4af37\] {
  --tw-text-opacity: 1;
  color: rgb(212 175 55 / var(--tw-text-opacity));
}

.Html_Theme_text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.Html_Theme_line-through {
  text-decoration-line: line-through;
}

.Html_Theme_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);
}

.Html_Theme_shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.Html_Theme_shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.Html_Theme_outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.Html_Theme_outline {
  outline-style: solid;
}

.Html_Theme_outline-1 {
  outline-width: 1px;
}

.Html_Theme_outline-\[\#d4af37\] {
  outline-color: #d4af37;
}

.Html_Theme_transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.Html_Theme_transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.Html_Theme_duration-100 {
  transition-duration: 100ms;
}

.Html_Theme_duration-1000 {
  transition-duration: 1000ms;
}

.Html_Theme_duration-300 {
  transition-duration: 300ms;
}

.Html_Theme_duration-\[1000\] {
  transition-duration: 1000;
}

.Html_Theme_ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hide scrollbar for WebKit-based browsers (Chrome, Safari) */

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */

.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/*:root {*/

/*Header bg*/

/*  --header-color:rgb(255, 255, 255);*/

/*Headings color*/

/*  --heading-color: black;*/

/*Text color*/

/*  --primary-color: rgb(0, 0, 0);*/

/*Rating color*/

/*  --svg-icons: #ffc107;*/

/*Top theme line color*/

/*  --Bold_Border-bg: #fabb00;*/

/*FOOTER BACKGROUND*/

/*  --footer-color: #FAFAFA;*/

/*Second text*/

/*  --white-text: white;*/

/*BORDER COLOR*/

/*  --Color_Gray: #f4f4f4;*/

/*Color Change Sle*/

/*  --background-color: #fffff;*/

/* .poromotion_Colors  */

/* --Poromotion_bg:#000000;
--Poromotion_text:#ffffff; */

/*}*/

body {
  font-family: 'Cairo', sans-serif;
  background-color: var(--body-bg) !important;
  color: var(--primary-color);
}

.header-color{
  background-color: var(--header-color);
}

.heading_color {
  color: var(--heading-color) !important;
}

.bg-hilight {
  background-color: var(--background-color) !important;
  color: var(--body-bg);
}

.Bold_Border-bg {
  color: var(--Bold_Border-bg) !important;
}

.footer-color {
  background-color: var(--footer-color) !important;
  color: var(--primary-color) !important;
}

.Hover_Color:hover {
  color: var(--background-color) !important;
}

.Hover_ColorOutline:hover {
  outline-color: var(--background-color) !important;
}

.icon-color{
  background-color: #FAFAFA;
}

.poromotion_Color{
  background-color: var(--poromotion_bg);
  color: var(--poromotion_text);
}

.Outline_Color {
  outline:none !important;
}

.Outline_Color:hover {
  border:1px solid !important;
  border-color: var(--background-color) !important;
}

.color_text-white {
  color: var(--white-text);
}

.secondary-color {
  background-color: var(--Color_Gray);
}

.secondary-color-2 {
  color: var(--background-color);
}

.secondary-color-outline {
  outline-color: var(--background-color);
}

.Bold_Border-bg {
  border-color: var(--Bold_Border-bg);
  color: var var(--primary-color) !important;
}

.Bold_Border-bg_BackGround {
  background-color: var(--Bold_Border-bg);
  /* color:var var(--primary-color) !important; */
}

.Gray-Color {
  color: var(--Color_Gray) !important;
}

.secondary-button:hover {
  background-color: var(--white-text) !important;
  color: var(--background-color) !important;
}

/*CSS For image hover effect on single product page*/

.My_Component * {
  box-sizing: border-box;
}

.img-zoom-result {
  position: relative;
  overflow: hidden;
}

.img-zoom-result img {
  transition: transform 0.3s ease;
  /* Smooth zoom effect */
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-zoom-result.zoom img {
  transform: scale(2);
  /* Adjust zoom level as needed */
  transform-origin: top left;
  /* Adjust origin for zoom effect */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

@keyframes bounceX {
  0%,
  100% {
    transform: translateX(0) !important;
  }

  50% {
    transform: translateX(5%) !important;
  }
}

.bounce-x {
  animation: bounceX 1s ease-in-out infinite;
}

#myresult img{
  width: -webkit-fill-available;
}

.img-zoom-result.zoom::after {
  background-position: var(--bg-pos-x) var(--bg-pos-y) !important;
}

/*CSS For header menu veritical alignment*/

#menu-main-menu, #menu-header-menu {
  display: flex;
  flex-direction: row;
}

#menu-main-menu li, #menu-header-menu li {
  margin-right: 20px;
}

@media(max-width:768px) {
  #menu-main-menu, #menu-header-menu {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }

  #menu-main-menu li, #menu-header-menu li {
    margin-right: 10px;
  }
}

.search-results-page {
  margin-top: 50px;
}

.custom-logo {
  width: 70% !important;
}

.Html_Theme_border{
  border-color: var(--Color_Gray) !important;
}

.wp-block-woocommerce-checkout,
.wp-block-woocommerce-cart,
.woocommerce {
  width: 75% !important;
  margin: 7rem auto !important;
  padding-top: 0 !important;
}

@media(max-width:1278px) {
  .wp-block-woocommerce-checkout,
  .wp-block-woocommerce-cart,
  .woocommerce {
    width: 95% !important;
  }
}

.wc-block-cart__submit-container,
.wc-block-components-checkout-place-order-button {
  background-color: var(--background-color) !important;
  color:var(--white-text) !important;
  border-radius: 5px !important;
}

.wc-block-checkout__actions_row a:hover {
  color: var(--background-color) !important;
  text-decoration: underline !important;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */

.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.woocommerce-Input {
  outline: 1px solid !important;
  border-radius: 5px !important;
  padding: 4px !important;
}

.button,
.wp-block-button__link {
  text-align: center !important;
  width: 90% !important;
  margin: auto !important;
  background: var(--background-color) !important;
  color: var(--white-text) !important;
  margin-top: 10px !important;
  border-radius: 2px !important;
}

.button:hover,
.wp-block-button__link:hover {
  outline: 1px solid var(--background-color) !important;
  background: var(--white-text) !important;
  color: var(--background-color) !important;
}

.product,
.wc-block-grid__product {
  text-align: center !important;
  border: 1px solid var(--Color_Gray) !important;
  border-radius: 2px !important;
  padding-bottom: 20px !important;
}

.product:hover,
.wc-block-grid__product:hover {
  border: 2px solid var(--background-color) !important;
}

.onsale,
.wc-block-grid__product-onsale {
  display: none !important;
}

@media (min-width: 1024px) {
  .lg\:Html_Theme_flex-row {
    flex-direction: row;
  }
}

/* General styles */

.custom-logo {
  margin: auto;
}

/* Media query for screens 1024px and wider */

@media (min-width: 1024px) {
  .custom-logo {
    margin: 0;
  }
}

.Html_Theme_flex-col {
  flex-direction: column;
}

/* Default margin for mobile devices */

.Header_Margin {
  margin-bottom: 17%;
}

/* For tablets */

@media (min-width: 768px) and (max-width: 1023px) {
  .Header_Margin {
    margin-bottom: 5%;
  }
}


@media (min-width: 1024px) {

  .Header_Margin {
    margin-bottom: 17%;
  }
}

.svg_icon_color{
  fill: var(--svg-icons) !important;
}

.Header_Footer_text{
  color: var(--Header_Footer_text) !important;
}

.single_add_to_cart_button, .wc-buy-now-btn, .checkout-button, .button{
  border: 1px solid !important;
  background-color: var(--background-color) !important;
  padding: 10px 0px !important;
  border-radius: 5px !important;
  font-weight: 700;
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce textarea,
.woocommerce .form-row select {
  border: 1px solid !important;
  border-color: var(--Color_Gray) !important;
  padding: 5px 10px !important;
  border-radius: 3px !important;
}

/* Target all WooCommerce input text fields */

.woocommerce input[type="text"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce input[type="tel"]:focus,
.woocommerce input[type="number"]:focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
  border-color: var(--background-color) !important;
  /* Change border color to red when active */
}

.coupon{
  display: flex !important;
}

.coupon input{
  margin-right: 20px !important;
  border: 1px solid !important;
  border-color: var(--Color_Gray) !important;
  width: 150px !important;
  height: 37px !important;
  margin-top: 10px !important;
}

.cart_item .product-thumbnail{
  width: 10% !important;
}

#place_order, .return-to-shop .wc-backward, .checkout-button, .button{
  width: 100% !important;
  padding: 10px 0px !important;
}

/*.archive-add-to-cart-button{*/

/*    margin: 10px 0px !important;*/

/*}*/

.archive-add-to-cart-button {
  display: flex;
  flex-direction: column !important;
  gap: 5px !important;
  width: 90% !important;
  margin: auto !important;
}

.archive-add-to-cart-button .add_to_cart_button {
  flex: 1;
  padding: 8px 0px !important;
}

.archive-add-to-cart-button .added_to_cart{
  width: 100%;
  /* Ensure the added_to_cart link takes full width */
  text-align: center;
  padding: 10px 0px;
  box-sizing: border-box;
}



.coupon button{
  border: 1px solid !important;
  background-color: var(--background-color) !important;
  padding: 10px 30px !important;
  border-radius: 5px !important;
  font-weight: 700;
}

.qty{
  border: 1px solid !important;
  border-color:var(--Color_Gray) !important;
  padding: 5px !important;
  width: 10% !important;
  margin-top: 10px !important;
  border-radius: 3px !important;
}

.custom-cart-container .qty{
  width: 20% !important;
}

/*.custom-checkout-container .woocommerce-notices-wrapper{*/

/*    display:none !important;*/

/*}*/

.woocommerce-checkout-review-order-table:hover{
  border-color: var(--background-color) !important;
}

/*Cart page css*/

.product-name a, .woocommerce-Price-amount{
  color: var(--background-color) !important;
}

/*Woocommerce notice editing*/

.woocommerce-message{
  display: flex !important;
  flex-direction: column-reverse !important;
}

.woocommerce-notice-div{
  width: 75% !important;
  margin: auto !important;
}

@media(max-width:768px){
  .woocommerce-notice-div{
    width: 93% !important;
  }
}

.hover\:Html_Theme_outline:hover {
  outline-style: solid;
}

@media (min-width: 640px) {
  .sm\:Html_Theme_top-7 {
    top: 1.75rem;
  }

  .sm\:Html_Theme_w-\[15\%\] {
    width: 15%;
  }
}

@media (min-width: 768px) {
  .md\:Html_Theme_w-\[70\%\] {
    width: 70%;
  }

  .md\:Html_Theme_px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .lg\:Html_Theme_relative {
    position: relative;
  }

  .lg\:Html_Theme_sticky {
    position: sticky;
  }

  .lg\:Html_Theme_top-5 {
    top: 1.25rem;
  }

  .lg\:Html_Theme_col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:Html_Theme_col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:Html_Theme_mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:Html_Theme_mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:Html_Theme_mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:Html_Theme_mb-\[7rem\] {
    margin-bottom: 7rem;
  }

  .lg\:Html_Theme_mt-0 {
    margin-top: 0px;
  }

  .lg\:Html_Theme_mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:Html_Theme_mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:Html_Theme_block {
    display: block;
  }

  .lg\:Html_Theme_flex {
    display: flex;
  }

  .lg\:Html_Theme_hidden {
    display: none;
  }

  .lg\:Html_Theme_h-2 {
    height: 0.5rem;
  }

  .lg\:Html_Theme_h-\[80vh\] {
    height: 80vh;
  }

  .lg\:Html_Theme_w-\[15\%\] {
    width: 15%;
  }

  .lg\:Html_Theme_w-\[2\%\] {
    width: 2%;
  }

  .lg\:Html_Theme_w-\[60\%\] {
    width: 60%;
  }

  .lg\:Html_Theme_w-\[70\%\] {
    width: 70%;
  }

  .lg\:Html_Theme_w-\[75\%\] {
    width: 75%;
  }

  .lg\:Html_Theme_w-auto {
    width: auto;
  }

  .lg\:Html_Theme_-translate-x-0 {
    --tw-translate-x: -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));
  }

  .lg\:Html_Theme_translate-y-\[0\] {
    --tw-translate-y: 0;
    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));
  }

  .lg\:Html_Theme_translate-y-\[100\%\] {
    --tw-translate-y: 100%;
    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));
  }

  .lg\:Html_Theme_grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:Html_Theme_grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:Html_Theme_flex-row {
    flex-direction: row;
  }

  .lg\:Html_Theme_flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:Html_Theme_items-center {
    align-items: center;
  }

  .lg\:Html_Theme_justify-start {
    justify-content: flex-start;
  }

  .lg\:Html_Theme_justify-center {
    justify-content: center;
  }

  .lg\:Html_Theme_gap-0 {
    gap: 0px;
  }

  .lg\:Html_Theme_gap-2 {
    gap: 0.5rem;
  }

  .lg\:Html_Theme_gap-3 {
    gap: 0.75rem;
  }

  .lg\:Html_Theme_gap-5 {
    gap: 1.25rem;
  }

  .lg\:Html_Theme_gap-7 {
    gap: 1.75rem;
  }

  .lg\:Html_Theme_gap-8 {
    gap: 2rem;
  }

  .lg\:Html_Theme_overflow-hidden {
    overflow: hidden;
  }

  .lg\:Html_Theme_px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:Html_Theme_px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:Html_Theme_px-\[15\%\] {
    padding-left: 15%;
    padding-right: 15%;
  }

  .lg\:Html_Theme_py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:Html_Theme_py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:Html_Theme_text-center {
    text-align: center;
  }

  .lg\:Html_Theme_text-start {
    text-align: start;
  }

  .lg\:Html_Theme_text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:Html_Theme_text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:Html_Theme_col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:Html_Theme_w-\[75\%\] {
    width: 75%;
  }

  .xl\:Html_Theme_grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:Html_Theme_grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:Html_Theme_px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:Html_Theme_px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:Html_Theme_px-\[4\%\] {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xl\:Html_Theme_text-\[25px\] {
    font-size: 25px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:Html_Theme_px-\[10\%\] {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.ltr\:Html_Theme_mt-10:where([dir="ltr"], [dir="ltr"] *) {
  margin-top: 2.5rem;
}

.ltr\:Html_Theme_flex-row-reverse:where([dir="ltr"], [dir="ltr"] *) {
  flex-direction: row-reverse;
}

.ltr\:Html_Theme_border-r-2:where([dir="ltr"], [dir="ltr"] *) {
  border-right-width: 2px;
}

.rtl\:Html_Theme_mt-10:where([dir="rtl"], [dir="rtl"] *) {
  margin-top: 2.5rem;
}

.rtl\:Html_Theme_flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
  flex-direction: row-reverse;
}

.rtl\:Html_Theme_border-l-2:where([dir="rtl"], [dir="rtl"] *) {
  border-left-width: 2px;
}





