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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.\!bottom-\[-90px\] {
  bottom: -90px !important;
}

.\!top-auto {
  top: auto !important;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

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

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

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

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

.mt-auto {
  margin-top: auto;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

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

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-48 {
  height: 12rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-28 {
  width: 7rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-screen-md {
  max-width: 768px;
}

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

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

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

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

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

.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-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

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

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

.grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

.gap-y-7 {
  row-gap: 1.75rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-\[0px_50px_50px_0px\] {
  border-radius: 0px 50px 50px 0px;
}

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

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

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

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

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

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

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#7E7D7E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(126 125 126 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D0C6BE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 198 190 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D2D1D2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(210 209 210 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#bb9988\] {
  --tw-bg-opacity: 1;
  background-color: rgb(187 153 136 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f9f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

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

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

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

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

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!text-\[15px\] {
  font-size: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-light {
  font-weight: 300;
}

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

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

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

.capitalize {
  text-transform: capitalize;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.text-\[\#5D5252\] {
  --tw-text-opacity: 1;
  color: rgb(93 82 82 / var(--tw-text-opacity, 1));
}

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

.text-\[\#C26435\] {
  --tw-text-opacity: 1;
  color: rgb(194 100 53 / var(--tw-text-opacity, 1));
}

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

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

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

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-30 {
  opacity: 0.3;
}

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

body {
  background: #EDEBEA;
}

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

  src: url('../src/font/Everett-Light.woff2') format('woff2'),
        url('../src/font/Everett-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../src/font/Everett-Medium.woff2') format('woff2'),
        url('../src/font/Everett-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

.body-container, .single-product  .product-type-simple, .single-product  nav.woocommerce-breadcrumb, .single-product .woocommerce-notices-wrapper{
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.single-product .content-area {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .single-product .content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.single-product nav.woocommerce-breadcrumb{
  margin-bottom: 20px;
}

.single-product .quantity input{
  height: 50px;
  outline: none  !important;
}

.single-product  p.price {
  padding: 10px 0px;
}

.single-product  .woocommerce-product-details__short-description {
  padding-bottom: 24px;
}

.single-product  p.price *{
  color: #C26435;
}

.single-product  .comment-form p.stars {
  margin-top: 20px !important;
}

.single-product  div.product .woocommerce-tabs ul.tabs li{
  border-radius: 0px !important;
  background-color: #fff;
}

.single-product  .comment-form input#submit{
  background-color: #C26435  !important;
  padding: 15px 30px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  color: #fff !important;
}

.single-product  .product-type-simple  button.single_add_to_cart_button.button.alt {
  background-color: #C26435;
  height: 50px;
  padding: 18px 26px;
  font-weight: 500;
  text-transform: uppercase;
}

.single-product ul.tabs.wc-tabs {
  padding-left: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  background-color: #C26435;
  color: #fff;
}

/* header */

.container, .top-black{
  max-width: 1600px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.container-sm{
  max-width: 1487px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

/* custom */

h1, h2, h3, h4, h5, body, a{
  font-family: 'Everett';
  font-weight: 300;
}

h1 {
  font-size: 60px;
}

.rp {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .rp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .rp {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.rt {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .rt {
    padding-top: 80px;
  }
}

.btn{
  transition: all ease-in-out 0.3s;
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2
}

.btn-grey {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 30px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(126 125 126 / var(--tw-bg-opacity, 1)) !important;
  padding-right: 30px;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-grey:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1)) !important;
}

.popup-take-ourfree{
  transition: all ease-in-out 0.3s;
  position: fixed;
  right: -540px;
  top: 0px;
  z-index: 9999999;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 540px;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center
}

.open-popup .popup-take-ourfree{
  right: 0;
}

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

.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(194 100 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.btn-grey {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: table !important;
  background-color: rgb(126 125 126 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 30px !important;
  padding-right: 30px !important;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
}

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

.btn-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
}

.btn-black img{
  filter: brightness(0) invert(1);
}

.btn img {
  position: absolute;
  right: 20px;
  top: 18px;
}

.btn:hover img{
  filter: brightness(0) invert(1);
}

.btn-primary::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #000;
}

h1 {
  font-size: 35px !important;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 50px !important;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 60px !important;
  }
}

h2 {
  font-size: 30px !important;
}

@media (min-width: 768px) {
  h2 {
    font-size: 35px !important;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 40px !important;
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 45px !important;
  }
}

h5 {
  font-size: 25px;
}

h4 {
  font-size: 27px;
}

body, a {
  font-size: 16px;
}

@media (min-width: 1024px) {
  body, a {
    font-size: 18px !important;
  }
}

footer h3.widget-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
}

div#media_image-2 {
  margin-bottom: 20px;
}

.shine{
  position: relative;
  overflow:hidden ;
  display: block;
}

.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover:before {
  animation: shine 0.85s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.top-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

a.skip-link.screen-reader-text {
  display: none;
}

.top-black {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.icon-top {
  display: flex;
  width: 100%;
  max-width: 400px;
  justify-content: center;
}

@media (min-width: 768px) {
  .icon-top {
    justify-content: space-between;
  }
}

.icon-top .phone-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.primary-menu-class {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .primary-menu-class {
    flex-direction: row;
  }

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

@media (min-width: 1536px) {
  .primary-menu-class > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.banner{
  position: relative;
}

.banner .inner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1600px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 15px;
  padding-right: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.banner .inner-box p {
  margin-bottom: 1.5rem;
  font-size: 18px;
}

@media (min-width: 768px) {
  .banner .inner-box p {
    max-width: 500px;
    font-size: 25px;
  }
}

.black-box {
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .black-box {
    max-width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .black-box {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }
}

.black-box > ul{
  justify-content: center;
  margin: auto;
  max-width: 721px;
  flex-wrap: wrap
}

@media (min-width: 768px) {
  .black-box > ul {
    display: flex;
  }
}

.black-box > ul h4 {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .black-box > ul h4 {
    font-size: 25px;
  }
}

.black-box a {
  font-size: 18px ;
  font-weight: 500;
}

.black-box  ul.social-icon {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media (min-width: 1024px) {
  .black-box  ul.social-icon {
    justify-content: flex-start;
  }
}

.black-box > ul > li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .black-box > ul > li {
    border-bottom-width: 0px;
    border-right-width: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .black-box > ul > li {
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .black-box > ul > li {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.black-box > ul > li:last-child {
  border-bottom-width: 0px;
}

@media (min-width: 768px) {
  .black-box > ul > li:last-child {
    border-right-width: 0px;
  }
}

footer .menu li {
  padding-left: 20px;
  margin-bottom: 10px;
  background-image: url(/wp-content/uploads/2025/12/Vector-2.png);
  background-position: 0px 9px;
  background-repeat: no-repeat;
}

.page-numbers span.page-numbers.current {
  background-color: #C26435 !important;
  color: #fff !important;
}

footer .menu li:hover a{
  color: #C26435;
}

footer div#custom_html-4 {
  margin-top: 20px;
}

footer  div#text-2 {
  max-width: 400px;
}

.footer-copyright .top-black {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-copyright .top-black {
    display: flex;
    text-align: left;
  }
}

.footer-copyright .icon-top {
  text-align: center;
}

@media (min-width: 768px) {
  .footer-copyright .icon-top {
    text-align: left;
  }
}

.popup-take-ourfree a.cross {
  position: absolute;
  right: 40px;
  top: 20px;
}

.popup-take-ourfree h4 {
  margin-bottom: 20px;
}

.popup-take-ourfree .main-image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.crafting {
  position: relative;
}

.crafting > img {
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .crafting > img {
    height: auto;
  }
}

.crafting .inner-box {
  position: absolute;
  top: 90%;
  left: 50%;
  z-index: 99;
  width: 100%;
  max-width: 1600px;
  --tw-translate-x: -50%;
  --tw-translate-y: -30px;
  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));
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .crafting .inner-box {
    top: 100px;
    text-align: left;
  }
}

.crafting .inner-box h2 {
  margin-bottom: 10px;
}

.btn-group {
  margin-top: 20px;
  gap: 20px;
}

@media (min-width: 768px) {
  .btn-group {
    display: flex;
  }
}

.card-project {
  display: grid;
  gap: 15px;
}

@media (min-width: 768px) {
  .card-project {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .card-project {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

.card-project li {
  margin-bottom: 0px !important;
  overflow: hidden;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 198 190 / var(--tw-border-opacity, 1));
}

.card-project li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.card-project li h5 {
  max-width: 300px;
  font-size: 25px;
  font-weight: 500;
}

.card-project li  .inner-image{
  position: relative;
}

.card-project li  .inner-image::before{
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/uploads/2025/12/top-1.png);
  background-color: #fff;
  border-radius: 0px 0px 0px 10px;
  background-position: center;
  background-size: 15px;
  position: absolute;
  z-index: 9;
  transition: all ease-in-out 0.3s;
  right: -1px;
  background-repeat: no-repeat;
}

.card-project li:hover .inner-image::before{
  background-image: url(/wp-content/uploads/2025/12/white-arrow.png);
  background-color: #000;
}

.bg-images{
  background-image: url(/wp-content/uploads/2025/12/Rectangle-59.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
}

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

@media (min-width: 1024px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.contactform-bottom .form-input-hint {
  position: relative !important;
}

.card-project li .box {
  padding: 20px;
  /* font-size: 2px; */
  font-weight: 600;
  min-height: 117px;
}

.icon-listing li {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 57px 1fr;
  align-items: center;
  gap: 16px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .icon-listing li {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .icon-listing li {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.different {
  background-image: url(/wp-content/uploads/2025/12/line-grid.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.different .box-inner h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .different .box-inner h3 {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .different .box-inner h3 {
    font-size: 30px;
  }
}

.different .box-inner {
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.different .box-inner:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .different .box-inner {
    min-height: 151px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .different .box-inner {
    min-height: 184px;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.different .box-inner p {
  font-size: 15px;
}

@media (min-width: 1024px) {
  .different .box-inner p {
    color: 18ox;
  }
}

.different li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 5px;
}

@media (min-width: 768px) {
  .different li {
    border-bottom-width: 0px;
  }
}

@media (min-width: 1024px) {
  .different li {
    padding: 15px;
  }
}

@media (min-width: 1280px) {
  .different li {
    padding: 30px;
  }
}

.different {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  text-align: center;
}

@media (min-width: 768px) {
  .different {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.silder-2 p {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .silder-2 p {
    margin-bottom: 0px;
    min-height: 118px;
  }
}

@media (min-width: 1024px) {
  .silder-2 p {
    min-height: 207px;
  }
}

.silder-2 h3 {
  font-size: 27px;
  margin-bottom: 20px;
}

.silder-1 {
  padding-right: 0px;
}

@media (min-width: 768px) {
  .silder-1 {
    padding-right: 15%;
  }
}

@media (min-width: 1024px) {
  .silder-1 {
    padding-right: 30%;
  }
}

a.readmore {
  display: flex;
  align-items: center;
  gap: 15px;
}

.silder-2 {
  right: 0px;
  z-index: 99;
  border-radius: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #00000085;
  padding: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .silder-2 {
    position: absolute;
    top: 50%;
    height: 310px;
    width: 542px;
    --tw-translate-y: -50%;
    --tw-translate-x: -12%;
    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));
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

@media (min-width: 1024px) {
  .silder-2 {
    height: 400px;
  }
}

.how-made{
  position: relative;
}

.OurFinishes li img {
  height: 255px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.OurFinishes li .inner-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.OurFinishes li{
  border-radius: 15px;
  overflow: hidden;
}

.card-project  .product  img{
  height: 300px !important;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.card-project li{
  background-color: #fff;
}

.card-project li h2.woocommerce-loop-product__title {
  font-size: 25px !important;
  font-weight: 500;
}

.mobile-menu .menu-item {
  padding-right: 0px !important;
}

.mobile-menu ul li {
  text-align: left !important;
}

.OurFinishes li {
  background-color: #fff;
}

.page-id-134  .OurFinishes li .inner-box h3{
  min-height: auto  !important;
}

.mobile-menu .current_page_item .caret {
  color: #fff;
}

@media (min-width: 768px) {
  .related {
    margin-top: 40px !important;
  }
}

.OurFinishes li .inner-box h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .OurFinishes li .inner-box h3 {
    min-height: 75px;
  }
}

@media (min-width: 1024px) {
  .OurFinishes li .inner-box h3 {
    font-size: 20px;
  }
}

.OurFinishes li .inner-box  img {
  height: 250px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.OurFinishes li .inner-box {
  padding: 15px;
  font-weight: 600;
}

.new-upadte li {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 15px;
}

@media (min-width: 1024px) {
  .new-upadte li {
    border-radius: 20px;
  }
}

.new-upadte li img.main-image {
  width: 100%;
  border-radius: 10px;
}

.new-upadte li p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.new-upadte li  .inner-box {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 93%;
  --tw-translate-x: -50%;
  --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));
  border-radius: 10px;
  background-color: #00000066;
  padding: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .new-upadte li  .inner-box {
    padding: 25px;
  }
}

.new-upadte li:hover .inner-box{
  background: #000000d6;
}

.new-upadte li  a.readmore {
  margin-top: 13px;
}

.new-upadte-2 .main-image{
  height: 100%;
}

.new-upadte li:hover .bage {
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
}

.new-upadte li .main-image{
  transition: transform .3s;
  -o-object-fit: cover;
     object-fit: cover;
  height: 380px
}

@media (min-width: 1024px) {
  .new-upadte li .main-image {
    height: 437px;
  }
}

.list-disc  ul li{
  list-style: disc;
}

.tax-product_cat .images-category {
  height: 70px;
  width: auto !important;
  margin: 0 auto;
  margin-top: 20px;
}

.logoss li {
  border: 1px solid #D0D0D0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 228px;
  border-radius: 10px
}

.faq ul {
  list-style: disc;
  padding-left: 20px;
}

.logoss li img {
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.new-upadte li:hover .main-image{
  transform: scale(1.1);
}

.new-upadte-2 li {
  height: 100%;
}

.bage {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(126 125 126 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .bage {
    font-size: 18px;
  }
}

.new-upadte li:last-child{
  margin-bottom: 0px;
}

.new-upadte li  .inner-box  h3 {
  font-size: 25px;
}

@media (min-width: 1024px) {
  .new-upadte li  .inner-box  h3 {
    font-size: 30px;
  }
}

.new-upadte-2 li .main-image {
  height: 500px !important;
}

@media (min-width: 768px) {
  .new-upadte-2 li .main-image {
    height: 100% !important;
  }
}

.OurFinishes
a.add-to_card {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: inline-flex;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  gap: 15px;
  white-space: nowrap;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 234 / var(--tw-bg-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.OurFinishes li:hover a.add-to_card {
  opacity: 1;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .btn-group {
    justify-content: flex-start;
  }
}

.btn-group  a {
  white-space: nowrap;
}

.icon-listing-image {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 999;
  width: 100%;
  max-width: 90%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product_title {
  line-height: 1.2;
}

.text-box p{
  margin-bottom: 20px;
}

.product-image-left img {
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .product-image-left img {
    height: 100px;
    width: 100px;
  }
}

@media (min-width: 1024px) {
  .product-image-left img {
    height: 145px;
    width: 145px;
  }
}

.down-arow img {
  top: 12px;
}

.grid-color-change > div:nth-child(1), .grid-color-change > div:nth-child(4) {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 234 / var(--tw-bg-opacity, 1));
}

.white-box-section > .rp:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.white-box-section > .rp:nth-child(odd) .text-box {
  order: 2;
}

@media (min-width: 768px) {
  .white-box-section > .rp:nth-child(odd) .text-box {
    order: 1;
  }
}

.white-box-section > .rp:nth-child(odd) .shine {
  order: 1;
}

@media (min-width: 768px) {
  .white-box-section > .rp:nth-child(odd) .shine {
    order: 2;
  }
}

.white-box-section > .rp:nth-child(even) .text-box {
  order: 2;
}

.white-box-section > .rp:nth-child(even) .shine {
  order: 1;
}

@media (min-width: 768px) {
  .woocommerce-cart .woocommerce {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .woocommerce-cart .woocommerce {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.product-name a {
  font-weight: 500;
}

.woocommerce-cart .body-container>  .woocommerce {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 1024px) {
  .woocommerce-cart .body-container>  .woocommerce {
    grid-template-columns: 1fr 532px;
  }

  .woocommerce-cart .body-container>  .woocommerce .woocommerce-notices-wrapper {
    grid-column: span 2 / span 2;
  }
}

.woocommerce-cart  .cart-collaterals .cart_totals{
  width: 100%;
}

.woocommerce-checkout  .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-checkout input{
  border: 1px solid #BEBEBE !important;
  height: 50px  !important;
  border-radius: 0px !important;
}

.woocommerce-checkout {
  background-color: #fff;
}

.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {
  .woocommerce-checkout form.checkout.woocommerce-checkout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .woocommerce-checkout form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr 532px;
  }
}

.woocommerce-checkout .body-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .woocommerce-checkout .body-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .woocommerce-checkout  div#order_review {
    margin-top: 117px;
  }
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
  border: 0px;
  margin-top: 2px;
}

.woocommerce-checkout th, .woocommerce-checkout td {
  padding-left: 0px !important;
}

.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
  width: 100% !important;
  margin-bottom: 20px;
}

div#order_review h3{
  font-size: 25px;
  font-weight: 500
}

.select2-container .select2-dropdown, .select2-container .select2-selection{
  border: 1px solid #BEBEBE !important;
}

.woocommerce-checkout textarea#order_comments {
  height: 104px !important;
}

span#select2-billing_state-container, span#select2-billing_country-container {
  height: 50px !important;
  border: 0px solid #BEBEBE !important;
  padding-top: 14px;
}

div#order_review  ul.wc_payment_methods.payment_methods.methods {
  padding: 0px !important;
}

div#order_review div#payment{
  background-color: #FAFAFA;
}

th.product-total {
  text-align: right;
}

.woocommerce-checkout-review-order-table tr td:last-child{
  text-align: right;
  font-weight: 500 !important;
}

.woocommerce-checkout-review-order-table thead th{
  font-weight: 500 !important;
}

.woocommerce-checkout-review-order-table tr  strong{
  font-weight: 500 !important;
}

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

div#order_review button#place_order {
  width: 100%;
  margin-top: 20px;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 18px 15px;
  background-color: #000000;
  font-weight: 500;
}

.woocommerce-checkout .woocommerce table.shop_table tbody th, .woocommerce-checkout .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
  font-weight: 500 !important;
}

div#order_review .bg-white-text {
  background-color: #FAFAFA;
  padding: 40px 30px;
}

.woocommerce form .form-row .input-text {
  height: 50px !important;
  border: 1px solid #BEBEBE;
  border-radius: 0px !important;
}

.woocommerce-checkout h3#order_review_heading {
  display: none;
}

header .menu-item a{
  font-weight: 500;
  text-transform: uppercase;
  line-height: 50px;
  display: block;
  font-size: 16px !important
}

@media (min-width: 1280px) {
  header .menu-item a {
    font-size: 18px !important;
  }
}

header .sub-menu li {
  border-right: 1px solid #D2D1D2;
  padding: 20px
}

@media (min-width: 1280px) {
  header .sub-menu li {
    padding: 40px;
  }
}

header .sub-menu li:last-child{
  border: 0px;
}

header .menu-item:hover a:hover {
  --tw-text-opacity: 1;
  color: rgb(194 100 53 / var(--tw-text-opacity, 1));
}

header .menu-item-has-children
ul.sub-menu {
  transition: all ease-in-out 0.3s;
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 1;
  display: none;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 30px;
  padding-bottom: 30px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 768px) {
  header .menu-item-has-children
ul.sub-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  header .menu-item-has-children
ul.sub-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  header .menu-item-has-children
ul.sub-menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-left: 125px;
    padding-right: 125px;
  }
}

header img.menu-icon {
  margin-bottom: 15px;
}

header .menu-item-has-children:hover ul.sub-menu {
  display: grid;
}

.product-image-left .thumb {
  height: 100px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .product-image-left .thumb {
    height: 150px;
  }
}

header .icon {
  margin-left: 10px;
  display: block;
}

@media (min-width: 1024px) {
  header .icon {
    display: none !important;
  }
}

.woocommerce .woocommerce-cart-form__contents th {
  font-weight: 500 !important;
  font-size: 16px;
  text-transform: uppercase;
}

.woocommerce .woocommerce-cart-form__contents td {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce  .woocommerce-cart-form__contents thead {
  background-color: #F2F2F2;
}

.woocommerce  .woocommerce-cart-form__contents button.button {
  background-color: #C26435 !important;
  color: #fff !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  padding: 16px 27px !important;
}

.woocommerce-cart {
  background-color: #ffffff;
}

.product-thumbnail img {
  height: 80px !important;
  width: 80px !important;
}

@media (min-width: 1024px) {
  .product-thumbnail img {
    height: 104px !important;
    width: 104px !important;
  }
}

.woocommerce  .woocommerce-cart-form__contents .quantity input {
  outline: none;
  height: 44px;
  width: 74px;
  background-color: transparent;
  border: 1px solid #F2F2F2;
}

.woocommerce  .woocommerce-cart-form__contents  a.remove {
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  background-color: #b50505;
  color: #fff !important;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  font-size: 18px !important;
}

.woocommerce-cart-form__contents {
  margin-top: 20px !important;
}

.product-thumbnail {
  width: 140px !important;
}

.woocommerce-cart-form__contents td{
  padding: 20px 9px !important;
  font-weight: 500
}

.woocommerce-cart-form__contents .coupon {
  display: none;
}

.cart_totals {
  background-color: #FAFAFA;
  padding: 20px 30px
}

@media (min-width: 1024px) {
  .cart_totals {
    margin-top: 112px;
  }
}

.cart_totals  table.shop_table.shop_table_responsive {
  border: 0px;
}

.cart_totals  table.shop_table.shop_table_responsive td {
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 190 190 / var(--tw-border-opacity, 1)) !important;
  text-align: right;
}

.cart_totals table {
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 190 190 / var(--tw-border-opacity, 1)) !important;
}

.cart_totals  table.shop_table.shop_table_responsive th {
  border-bottom-width: 1px !important;
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 190 190 / var(--tw-border-opacity, 1)) !important;
  font-weight: 500 !important;
}

.cart_totals  a.checkout-button.button {
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  font-size: 17px !important;
  font-weight: 500;
  text-transform: uppercase;
}

.cart_totals  a.checkout-button.button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1)) !important;
}

.card-project::before, .card-project::after{
  display: none !important;
}

.card-project li {
  width: 100% !important;
}

.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  display: none;
}

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

.mobile-menu {
  position: fixed;
  max-width: 350px;
  left: -550px;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  transition: all ease-in-out 0.3s;
  max-width: 100%
}

@media (min-width: 1024px) {
  .mobile-menu {
    max-width: 350px;
  }
}

.open-menu .mobile-menu {
  left: 0px;
}

.open-menu{
  overflow: hidden;
}

.mobile-menu ul.sub-menu{
  position: relative !important ;
  padding: 0px  !important;
  box-shadow: inherit !important;
  border-radius: 0px;
  width: 100% !important;
  top: 0px  !important;
  left: 0px  !important;
}

.mobile-menu ul.sub-menu li img{
  display: none;
  box-shadow: inherit !important;
}

.mobile-menu ul li, .mobile-menu ul.sub-menu li {
  border-bottom: 1px solid #dbd8d8;
  display: block;
  padding-left: 0px !important;
}

.mobile-menu  .sub-menu li:first-child{
  border-top: 1px solid #dbd8d8;
}

.mobile-menu ul li  a:last-child, .mobile-menu ul.sub-menu li  a:last-child{
  padding-left: 15px;
}

.mobile-menu ul .menu-item-has-children a{
  padding-left: 15px;
}

.mobile-menu ul.sub-menu li a:last-child {
  padding: 0px 25px  !important;
}

.mobile-menu ul.sub-menu {
  display: none !important;
}

.mobile-menu ul.sub-menu li {
  padding: 0px !important;
  border-right: 0px !important;
}

.caret {
  color: #fff;
}

header a.cross {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 40px;
  width: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(194 100 53 / var(--tw-bg-opacity, 1));
  padding: 9px;
}

header a.cross img{
  filter: brightness(0) invert(1);
}

.mobile-menu .current_page_item > a{
  background-color: #C26435;
  color: #fff ;
}

.mobile-menu .menu-item {
  position: relative;
}

.mobile-menu  .primary-menu-classs    .sub-menu{
  display: none !important;
}

.mobile-menu  .primary-menu-classs    .submenu-active  .sub-menu{
  display: block !important;
}

.mobile-menu  .primary-menu-classs    i.show-submenu.caret {
  position: absolute;
  right: 13px;
  z-index: 999;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  top: 14px;
  color: #000;
  font-size: 20px;
}

.mobile-menu .submenu-active i {
  rotate: -180deg;
  right: 12px !important;
}

.mobile-menu  .primary-menu-classs   .sub-menu li{
  border-bottom: 1px solid #f6f6f6;
}

section.related .products::before, 
section.related .products::after  {
  display: none;
}

section.related h2.woocommerce-loop-product__title {
  font-size: 26px !important;
  font-weight: 500;
}

section.related .products li{
  margin: 0px !important ;
  width: 100% !important;
}

section.related .products li 
a.button, .card-project.products li 
a.button {
  background-color: #EDEBEA !important;
  padding: 15px 23px !important;
  font-weight: 500 !important;
  padding-right: 62px !important;
  border-radius: 30px !important;
  background-image: url(/wp-content/uploads/2025/12/arrow-2.png) !important;
  background-repeat: no-repeat;
  background-position: 90%;
  transition: all ease-in-out 0.3s;
  margin-left: 25px  !important;
  margin-bottom: 30px !important;
}

section.related .products li 
a.button::after, .card-project.products li 
a.button::after{
  display: none !important;
}

section.related .products li {
  background-color: #fff !important;
  border-radius: 15px !important;
  overflow: hidden !important;
}

section.related.products h2   {
  margin-bottom: 20px;
  margin-top: 30px;
}

section.related .products li  a.button:hover{
  background-color: #C26435  !important;
  color: #fff !important;
  background-image: url(/wp-content/uploads/2025/12/arrow-2-1.png) !important;
}

section.related .products  li .product-short-description, section.related .products li h2, .card-project.products   li .product-short-description, .card-project.products  h2 {
  padding: 0px 25px  !important;
}

section.related  span.price, .card-project span.price{
  display: none !important;
}

section.related  ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {
  section.related  ul.products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  section.related  ul.products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

section.related .products li img {
  height: 200px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.tax-product_cat .images-douwnd {
  height: 70px !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}

@media only screen and (min-width: 1240px) {
  .menu-item-has-children{
    padding-right: 30px;
    background-position: center right;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/12/down.png);
  }
}

@media only screen and (max-width: 767px) {
  section.related .products li .product-short-description, section.related .products li h2, .card-project.products li .product-short-description, .card-project.products h2{
    padding: 0px 15px !important;
  }

  section.related .products li 
a.button, .card-project.products li 
a.button{
    margin-left: 15px  !important;
  }

  .woocommerce .woocommerce-cart-form__contents a.remove {
    margin-left: auto;
    margin-right: auto;
  }

  ul.icon-top {
    width: 100%;
    gap: 20px;
    max-width: 100%;
  }

  .down-arow {
    font-size: 14px;
  }

  .different{
    background-image: none !important;
  }

  .top-black * {
    text-align: center;
    font-size: 14px;
  }

  .top-black{
    display: block;
  }

  div#custom_html-2 .icon-top{
    gap: 10px;
  }

  div#custom_html-2  .top-black {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner > img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  @media (min-width: 768px) {
    .banner > img {
      height: auto;
    }
  }

  .btn-group .btn{
    width: 243px;
  }
}

.placeholder\:text-\[\#808285\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(128 130 133 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#808285\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(128 130 133 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#B4B2B2\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(180 178 178 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#B4B2B2\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(180 178 178 / var(--tw-text-opacity, 1));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-gradient-to-l::after {
  content: var(--tw-content);
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.after\:from-black\/0::after {
  content: var(--tw-content);
  --tw-gradient-from: rgb(0 0 0 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-neutral-800\/80::after {
  content: var(--tw-content);
  --tw-gradient-to: rgb(38 38 38 / 0.8) var(--tw-gradient-to-position);
}

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

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

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

.hover\:opacity-90:hover {
  opacity: 0.9;
}

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

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

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

.group:nth-child(even) .group-even\:bg-\[\#EDEBEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 234 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:scale-110 {
  --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));
}

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

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

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

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

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

  .md\:top-\[40px\] {
    top: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .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-\[1\.3fr_1fr\] {
    grid-template-columns: 1.3fr 1fr;
  }

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

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

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

  .md\:gap-\[0\] {
    gap: 0;
  }

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

  .md\:gap-\[20px\] {
    gap: 20px;
  }

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

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

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

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

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

  .md\:\!text-\[126px\] {
    font-size: 126px !important;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:top-\[80px\] {
    top: 80px;
  }

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:grid-cols-\[0\.81fr_1fr\] {
    grid-template-columns: 0.81fr 1fr;
  }

  .lg\:grid-cols-\[0\.81fr_1fr_364px\] {
    grid-template-columns: 0.81fr 1fr 364px;
  }

  .lg\:grid-cols-\[1fr_553px\] {
    grid-template-columns: 1fr 553px;
  }

  .lg\:grid-cols-\[27\%_10\%_20\%_17\%_1fr\] {
    grid-template-columns: 27% 10% 20% 17% 1fr;
  }

  .lg\:grid-cols-\[283px_1fr\] {
    grid-template-columns: 283px 1fr;
  }

  .lg\:gap-\[20px\] {
    gap: 20px;
  }

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:h-\[600px\] {
    height: 600px;
  }

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

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

  .xl\:grid-cols-\[1fr_629px\] {
    grid-template-columns: 1fr 629px;
  }

  .xl\:grid-cols-\[672px_1fr\] {
    grid-template-columns: 672px 1fr;
  }

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:h-\[600px\] {
    height: 600px;
  }

  .\32xl\:pb-\[60px\] {
    padding-bottom: 60px;
  }
}