/* stylelint-disable scss/at-rule-no-unknown */

/* stylelint-disable no-missing-end-of-source-newline */

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Rawson", 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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

@media (min-width: 980px) {
  .container {
    max-width: 980px;
  }
}

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

@media (min-width: 1170px) {
  .container {
    max-width: 1170px;
  }
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-4 {
  right: 1rem;
}

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

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

.top-\[3\.4rem\] {
  top: 3.4rem;
}

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

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

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

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

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-8\/12 {
  width: 66.666667%;
}

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

.w-full {
  width: 100%;
}

.max-w-screen-xl {
  max-width: 980px;
}

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.bg-\[\#2B6C4D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity));
}

.bg-\[\#b28570\] {
  --tw-bg-opacity: 1;
  background-color: rgb(178 133 112 / var(--tw-bg-opacity));
}

.bg-\[\#f7f5f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 244 / var(--tw-bg-opacity));
}

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

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

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

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

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

.font-sans {
  font-family: "Rawson", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: "Nickole", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.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;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

.\!leading-tight {
  line-height: 1.25 !important;
}

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

.leading-normal {
  line-height: 1.5;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#0a472e\] {
  --tw-text-opacity: 1;
  color: rgb(10 71 46 / var(--tw-text-opacity));
}

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

.text-\[\#424040\] {
  --tw-text-opacity: 1;
  color: rgb(66 64 64 / var(--tw-text-opacity));
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

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

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

.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-black\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

*{
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  /* scroll-behavior: smooth; */
}

/* Fonts */

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

  src: url('../../fonts/Nickole-Regular.woff2') format('woff2'),
        url('../../fonts/Nickole-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../fonts/Rawson-Regular.woff2') format('woff2'),
        url('../../fonts/Rawson-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../fonts/Rawson-Medium.woff2') format('woff2'),
        url('../../fonts/Rawson-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../fonts/Rawson-Bold.woff2') format('woff2'),
        url('../../fonts/Rawson-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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;
  outline-offset: -2px;
}

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

[type="search"]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Rawson", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Nickole';
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 244 / var(--tw-bg-opacity));
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */

a {
  color:#2b6c4d;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

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

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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

/* Top bar */

#top-bar {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(10 71 46 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #top-bar {
    display: block;
  }
}

#top-bar > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top-bar ul {
  list-style-type: none;
}

.top-bar-left > ul {
  margin: 0px;
  display: flex;
  gap: 1.25rem;
}

.top-bar-left > ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.top-bar-left > ul li:not(:last-of-type)::after {
  content: '';
  margin-left: 1rem;
  height: 0.75rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.top-bar-left > ul li img {
  margin-right: 0.25rem;
}

.top-bar-left .email:before {
  content: '';
  background-image: url('../img/icons/email.svg');
  margin-right: 0.25rem;
  margin-top: 6px;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-repeat: no-repeat;
}

.top-bar-left .phone:before {
  content: '';
  background-image: url('../img/icons/phone.svg');
  margin-right: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-repeat: no-repeat;
}

.top-bar-right {
  display: flex;
  gap: 1.25rem;
}

/* Social Media Links */

.social-facebook, .social-instagram, .social-tiktok, .social-whatsapp, .social-youtube {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  overflow: hidden;
  text-indent: -24rem;
}

.social-facebook:before {
  content:'';
  background-image: url('../img/icons/facebook.svg');
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-repeat: no-repeat;
}

.social-instagram:before {
  content:'';
  background-image: url('../img/icons/instagram.svg');
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-repeat: no-repeat;
}

.social-tiktok:before {
  content:'';
  background-image: url('../img/icons/tik-tok.svg');
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-repeat: no-repeat;
}

.social-whatsapp:before {
  content:'';
  background-image: url('../img/icons/whatsapp.svg');
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-repeat: no-repeat;
}

.social-youtube:before {
  content:'';
  background-image: url('../img/icons/youtube.svg');
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-repeat: no-repeat;
}

/* Header */

.master-header {
  position: relative;
  z-index: 999999;
  border-bottom-width: 1px;
}

@media not all and (min-width: 768px) {
  .master-header .header-nav {
    position: fixed;
    left: -100%;
    top: 0px;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    --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);
  }
}

@media (min-width: 1024px) {
  .master-header .header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.master-header .header-nav {
  transition: left 0.5s;
}

.master-header .header-nav.open {
  left: 0px;
}

.master-header .mobile-header .custom-logo-link {
  width: 4rem;
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.mobile-header .menu-btn {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.mobile-header .user-menu {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-style: none;
}

.mobile-header .user-menu .alg-wc-wl-icon-wrapper .alg-wc-wl-icon {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mobile-header #wishlist-menu a span span {
  top: -3px;
  right: -8px;
  height: .85rem;
  width: .85rem;
  font-size: 8px;
  line-height: 1rem;
}

.master-header .mobile-header .header-cart span {
  height: .85rem;
  width: .85rem;
  font-size: 8px;
  line-height: 1rem;
}

.mobile-header .header-cart {
  width: 1rem;
}

.master-header .header-center {
  display: none;
  text-align: center;
}

@media (min-width: 1024px) {
  .master-header .header-center {
    display: block;
  }
}

.master-header .header-left, .master-header .header-right {
  width: 100%;
}

.master-header .header-center {
  width: 33.333333%;
}

.master-header .header-search-form, .master-header .user-menu {
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.master-header .custom-logo-link {
  width: 7rem;
}

.master-header .header-right .user-menu {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .master-header .header-right .user-menu {
    display: flex;
  }
}

.master-header .user-login {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(61 64 71 / var(--tw-text-opacity));
}

.master-header .search-wrapper {
  display: flex;
  align-items: center;
}

.master-header .search-wrapper img {
  margin-right: 0.5rem;
  height: 18px;
  width: 18px;
}

.master-header .search-wrapper .search-field {
  width: 100%;
  border-width: 0px;
  padding-top: 0.5rem;
  text-transform: uppercase;
}

.master-header .search-wrapper .search-field:focus {
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.master-header .header-cart {
  position: relative;
}

.master-header .header-cart span {
  position: absolute;
  top: -.65rem;
  right: -.45rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Primary Menu */

#primary-menu, #secondary-menu {
  margin: 0px;
  display: flex;
  list-style-type: none;
  gap: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

@media not all and (min-width: 768px) {
  #primary-menu, #secondary-menu {
    flex-direction: column;
  }

  #secondary-menu {
    padding-top: 0px;
  }
}

#primary-menu li a, #secondary-menu li a {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(61 64 71 / var(--tw-text-opacity));
}

#primary-menu li a:hover, #secondary-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(43 108 77 / var(--tw-text-opacity));
}

/* Secondary Menu */

#secondary-menu {
  justify-content: flex-end;
}

/* Product Category */

.product-category {
  position: relative;
}

.product-category-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000 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);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  padding: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-category-content h3 {
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media not all and (min-width: 768px) {
  .product-category-content h3 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    line-height: 1;
  }
}

.product-category-content .shop-now-btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

/* Product loop */

.product-loop-header {
  position: absolute;
  top: 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.product-loop-header * {
  display: inline-block;
}

.product-loop-header .discount-rate {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0px;
  vertical-align: baseline;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(61 64 71 / var(--tw-text-opacity));
}

@media not all and (min-width: 768px) {
  .product-loop-header .discount-rate {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.wishlist-link, .product-loop-header .wishlist-link {
  margin-left: auto;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  vertical-align: middle;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.woocommerce-loop-product__title {
  padding-top: 1rem;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(89 92 97 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px) {
  .woocommerce-loop-product__title {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

.woocommerce-loop-product__title {
  font-family: 'Rawson' !important;
}

.woocommerce-LoopProduct-link .product-tag {
  margin-right: 2rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(89 92 97 / var(--tw-text-opacity));
}

.woocommerce-LoopProduct-link .product-tag::before {
  margin-right: 0.5rem;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity));
  content: '';
}

.product-variations-list {
  margin: 0px;
  margin-left: 0.75rem;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(89 92 97 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .product-variations-list {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.woocommerce-LoopProduct-link .price {
  display: inline-flex;
  flex-direction: row-reverse;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-top: 0.25rem;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .woocommerce-LoopProduct-link .price {
    font-size: 22px;
  }
}

.woocommerce-LoopProduct-link .price ins {
  background-color: transparent;
}

.woocommerce-LoopProduct-link .price del {
  --tw-text-opacity: 1;
  color: rgb(153 158 165 / var(--tw-text-opacity));
}

.woocommerce-LoopProduct-link .product-weight {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(89 92 97 / var(--tw-text-opacity));
}

.woocommerce-LoopProduct-link .product-weight::before {
  margin-right: 0.5rem;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity));
}

.woocommerce-LoopProduct-link .product-weight:before {
  content: '';
}

.products {
  position: relative;
}

.products .add_to_cart_button {
  display: none !important;
}

.products:hover .add_to_cart_button {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: auto;
  display: block !important;
  width: 80%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.our-story .elementor-icon-box-title {
  margin-bottom: 0.5rem;
}

/* Product loop Carousel */

.productCarousel .woocommerce {
  overflow: hidden;
  position: relative;
}

.productCarousel .products {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease;
}

.productCarousel .product {
  flex: 0 0 20.503%;
  margin-bottom: 0 !important;
}

@media screen and (max-width:768px) {
  .productCarousel .product {
    flex: 0 0 58.503%;
  }
}

.productCarousel .carousel-buttons {
  position: absolute;
  top: 32%;
  right: 12%;
  background-color: #CFA591;
  border: none;
  cursor: pointer;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productCarousel .carousel-buttons button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.productCarousel .productsPrev > svg, .productCarousel .productsNext > svg {
  width: 24px;
  height: 24px;
}

/* Footer */

.site-footer * :not(.footer-about, .footer-menu-title, .contact_us_footer span) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-menu-container ul {
  margin-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.footer-menu-container ul li {
  line-height: 1.75rem !important;
}

.footer-menu-container a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.footer-menu-title {
  margin-bottom: 0.75rem;
  display: block;
  font-family: "Nickole", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.eko-woo-sidebar {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 3rem;
}

@media not all and (min-width: 768px) {
  .eko-woo-sidebar {
    position: fixed;
    left: -100%;
    top: 0px;
    z-index: 999;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 110px;
  }
}

.eko-woo-sidebar {
  transition: left 0.5s;
}

.eko-woo-sidebar.open {
  left: 0px;
}

.woocommerce-products-header__title.page-title, .archive .archive-container .entry-title {
  margin-bottom: 0px;
}

.archive-main {
  position: relative;
  display: flex;
  gap: 3rem;
}

.archive .archive-container {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .archive .archive-container {
    margin-right: 10.5rem;
  }
}

.archive-container .woocommerce-result-count {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity));
}

.archive-container .woocommerce-ordering {
  position: absolute;
  right: 3rem;
  top: 3.2rem;
}

@media (min-width: 1024px) {
  .archive-container .woocommerce-ordering {
    right: 0px;
    top: 3rem;
  }
}

@media not all and (min-width: 768px) {
  .archive-container .woocommerce-ordering > label, .archive-container .orderby {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .archive-container .orderby {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .archive-container .woocommerce-products-header__title.page-title {
    margin-top: 0px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.archive-container .elementor-element .woocommerce-ordering {
  top: -3rem;
}

.archive-container .orderby {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 201 201 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 6px;
  font-family: "Rawson", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
}

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

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

.archive .wpfMainWrapper {
  border-bottom-width: 4px;
  border-color: rgb(0 0 0 / 0.1);
}

.archive .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before {
  border-radius: 0.125rem !important;
}

.archive .wp-block-search__inside-wrapper {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.archive .wp-block-search__inside-wrapper .wp-block-search__input {
  border-style: none;
  background-color: transparent;
  padding-left: 0.75rem;
}

.archive .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity));
}

.archive .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity));
}

.archive .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity));
  padding: 0.25rem;
}

.archive .wp-block-search__inside-wrapper .wp-block-search__button.has-icon .search-icon {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  fill: #fff;
}

.archive .wpfFilterWrapper .wfpTitle {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 230 223 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
  font-family: 'Rawson' !important;
  font-weight: 700;
}

.archive .wpfFilterTitle .wpfTitleToggle {
  display: none;
}

.archive .wpfFilterContent {
  display: flex;
  flex-direction: column;
}

.archive .wpfFilterContent .wpfPriceInputs {
  order: 1;
}

.archive .wpfFilterContent .wpfPriceFilterRange {
  order: 2;
}

.archive .wpfFilterWrapper .wpfCheckbox input[type=checkbox]:checked + span.wpfDisplay {
  --tw-text-opacity: 1;
  color: rgb(43 108 77 / var(--tw-text-opacity));
}

.archive .wpfFilterWrapper .wpfCheckbox label::before {
  border-radius: 0.125rem;
  border-color: #7070709E;
}

.archive .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
  border-color: #7070709E !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(-205deg) brightness(100%) contrast(100%);
}

.archive .wpfFilterTaxNameWrapper {
  font-weight: 500 !important;
}

.archive #wpfSliderRange.ui-slider.ui-widget-content:not(.iris-slider-offset) {
  border-radius: 9999px;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 234 235 / var(--tw-bg-opacity)) !important;
}

.archive #wpfSliderRange.ui-slider.ui-widget-content .ui-slider-handle {
  border-radius: 9999px;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity)) !important;
}

.archive #wpfSliderRange .ui-widget-header {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 129 103 / var(--tw-bg-opacity)) !important;
}

.archive .wpfFilterContent {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.archive .wpfFilterWrapper .ui-slider-horizontal {
  height: 0.25rem;
}

.archive .ui-slider-horizontal .ui-slider-handle {
  top: -0.5rem;
}

.archive .wpfPriceRangeField#wpfMinPrice, .archive .wpfPriceRangeField#wpfMaxPrice {
  height: 2.5rem !important;
  width: 50% !important;
  border-style: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 246 / var(--tw-bg-opacity));
}

.archive .wpfPriceRangeField#wpfMaxPrice:focus-visible, .archive .wpfPriceRangeField#wpfMinPrice:focus-visible {
  border:none !important;
}

.archive .woobewoo-filter-loader.spinner {
  background: url(../img/icons/eko-product-loader-icon.png);
}

/* Single Product */

.single-product .single-product-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .single-product .single-product-inner {
    flex-direction: row;
  }
}

.single-product .single-product-main {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .single-product .single-product-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .single-product .product-gallery {
    width: 41.666667%;
  }
}

/* .single-product .product-gallery .woocommerce-product-gallery__image {
	@apply max-md:w-[13%];
} */

.single-product div.product .woocommerce-product-gallery 
.flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  margin-right: 10px !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 0.5rem;
}

.single-product div.product .woocommerce-product-gallery 
.flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a > img {
  margin-left: auto;
  margin-right: auto;
}

.single-product div.product .product-gallery .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}

.single-product div.product .product-gallery .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
}

@media (min-width: 1024px) {
  .single-product .product-summary {
    width: 58.333333%;
  }
}

.single-product .product-summary .product-category {
  font-weight: 500;
}

.single-product .product-summary .product_title.entry-title {
  margin: 0px;
  margin-bottom: -5px;
}

.single-product .product-summary .product_meta {
  margin-bottom: 0.25rem;
}

.single-product .product-summary .product_meta .sku_wrapper {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 62 72 / var(--tw-text-opacity));
}

.single-product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
}

.star-rating span:before {
  --tw-text-opacity: 1 !important;
  color: rgb(248 172 21 / var(--tw-text-opacity)) !important;
}

.single-product .woocommerce-product-rating .write-review-link {
  margin-left: 0.75rem;
  font-weight: 500;
  text-decoration-line: underline;
}

.single-product #variants {
  display: none;
}

.single-product .variants-row {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.single-product .variant-button {
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #70707033;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.13rem;
  padding-right: 1.13rem;
  padding-top: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.single-product .variant-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(43 108 77 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 244 226 / var(--tw-bg-opacity));
}

.single-product .variant-button.active {
  --tw-border-opacity: 1;
  border-color: rgb(43 108 77 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 244 226 / var(--tw-bg-opacity));
}

.single-product .variants-row label {
  font-weight: 500;
}

.single-product .variants-row label > span {
  font-weight: 600;
}

.single-product .variants-row .reset_variations {
  position: absolute;
  top: 1.75rem;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.single-product .woocommerce-variation-add-to-cart, .single-product .simple-cart-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.single-product .woocommerce-variation-add-to-cart .quantity, 
.single-product .simple-cart-items .quantity {
  order: 1;
}

.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.single-product .simple-cart-items .single_add_to_cart_button {
  order: 3;
}

.single-product .woocommerce-variation-add-to-cart #eko-buynow-button, 
.single-product .simple-cart-items #eko-buynow-button {
  order: 2;
  padding-top: 1rem;
}

.single-product .single_add_to_cart_button {
  border-radius: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(178 133 112 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-product #eko-buynow-button {
  border-radius: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.79rem;
  padding-right: 2.79rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-product .single_add_to_cart_button img {
  filter: brightness(5) contrast(1);
  margin-left: 0.25rem;
  display: inline-block;
  vertical-align: middle;
}

.single-product .cart input::-webkit-outer-spin-button,
.single-product .cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .cart input[type=number] {
  -moz-appearance: textfield;
  padding-top: 0.25rem;
  text-align: center;
}

.single-product .cart .quantity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.single-product .cart .minus-qty:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(229 205 194 / var(--tw-bg-opacity));
}

.single-product .cart .minus-qty, .single-product .cart .plus-qty {
  border-radius: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(207 165 145 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-product .cart .plus-qty,
.single-product .cart .minus-qty,
.single-product .cart input[type=number] {
  height: 100%;
}

.single-product .cart input[type=number] {
  width: 5rem;
}

.single-product .eko-price {
  margin-bottom: 1.5rem;
}

.single-product .eko-price + p.price {
  display: none;
}

.single-product .eko-price .price-label-text {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}

.single-product .eko-price-inner {
  display: flex;
  align-items: center;
}

.single-product .eko-price-inner .discount-percent, 
.single-product .eko-price-inner .discount {
  margin-left: 0.5rem;
  font-family: "Rawson", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(216 0 0 / var(--tw-text-opacity));
}

.single-product .eko-price-inner .price, 
.single-product .eko-price-inner .regular-price,
.single-product .eko-price-inner .sale-price {
  font-size: 1.5rem;
  line-height: 2rem;
}

.single-product .eko-price-inner .price del {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 71 46 / var(--tw-text-opacity));
}

.single-product .eko-price-inner .price ins {
  background-color: transparent;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}

.eko-product-summary-widget {
  margin-top: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

@media not all and (min-width: 768px) {
  .eko-product-summary-widget > .wp-block-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}

.product-summary .eko-product-summary-widget .delivery-estimate {
  padding: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: "Rawson", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.single-product #reviews {
  gap: 1.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
  padding-top: 0.75rem;
}

@media (min-width: 1024px) {
  .single-product #reviews {
    display: flex;
  }
}

.single-product #review_form_wrapper {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .single-product #review_form_wrapper {
    width: 33.333333%;
    border-right-width: 1px;
  }

  .single-product #comments {
    width: 66.666667%;
  }
}

.single-product .customer-reviews {
  padding-top: 0.75rem;
}

.single-product .eko-reviews-heading {
  margin-bottom: 0.5rem !important;
}

.single-product .eko-reviews-heading, .single-product .comment-reply-title,
.single-product .woocommerce-Reviews-title {
  font-family: "Rawson", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.single-product #reviews .woocommerce-product-rating {
  margin-bottom: 0px;
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.single-product #reviews .eko-rating-wrapper {
  margin-bottom: 1rem;
}

.single-product #reviews .woocommerce-review-link {
  font-family: "Rawson", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(43 108 77 / var(--tw-text-opacity));
}

.single-product #reviews .rating-out-of {
  padding-top: 7px;
}

.eko-ratings-percentage {
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.eko-ratings-percentage .rating-percentage-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.eko-ratings-percentage .rating-percentage-row:not(:first-of-type) {
  padding-top: 0.5rem;
}

.single-product #review_form {
  padding-right: 1.5rem;
}

.single-product .comment-reply-title {
  margin-bottom: 0.75rem;
  display: block;
}

.single-product #review_form textarea, .single-product #review_form input[type=text] {
  border-width: 1px;
  border-color: #BED2DE87;
}

.single-product #reviews p.stars.selected a.active:before, .single-product #reviews p.stars:hover a:before,
.single-product #reviews .star-rating span:before, .single-product #reviews p.stars.selected a:not(.active):before {
  --tw-text-opacity: 1;
  color: rgb(248 172 21 / var(--tw-text-opacity));
}

.single-product #reviews .comment-form label {
  display: block;
}

.single-product #reviews .comment-form input[type=text], .single-product #reviews .comment-form input[type=email] {
  height: 40px;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.single-product #reviews .comment-form-image-upload .eko-upload-btn-wrapper {
  position: relative;
}

.single-product #reviews .comment-form-image-upload label.eko-upload-btn-container {
  position: relative;
  height: 40px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #BED2DE87;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.single-product #reviews .comment-form-image-upload label.eko-upload-btn-container .eko-upload-btn-wrapper {
  position: absolute;
  left: 0.25rem;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity));
}

.single-product #reviews .comment-form-image-upload label.eko-upload-btn-container span.eko-upload-btn {
  margin: auto;
  height: 30px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(207 165 145 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-product #reviews .comment-form-image-upload label.eko-upload-btn-container input[type=file] {
  opacity: 0;
}

.single-product #reviews .woocommerce-noreviews {
  --tw-bg-opacity: 1;
  background-color: rgb(237 225 219 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.single-product #review_form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.single-product #review_form .comment-form-cookies-consent label {
  margin-top: 0.25rem;
}

.single-product #review_form .form-submit input[type=submit] {
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity));
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-product #comments .commentlist {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.single-product #comments .commentlist li .avatar {
  border-radius: 9999px;
}

.single-product #comments .comment_container {
  display: flex;
  gap: 1.25rem;
}

.single-product #comments .comment_container .user-image {
  width: 30px;
}

.single-product #comments .comment_container .comment-text {
  width: 91.666667%;
  padding-top: 5px;
}

.single-product #comments .review-user-meta {
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
}

.single-product #comments .review-user-meta .meta {
  margin-bottom: 0px;
}

.single-product #comments .woocommerce-review__published-date {
  margin-left: 0.5rem;
}

.single-product #comments .woocommerce-review-images {
  display: flex;
  gap: 0.25rem;
}

.single-product .woocommerce-tabs .wc-tabs {
  visibility: hidden;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}

.single-product #comments .comments-header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.single-product .related.products {
  padding-top: 3rem;
}

.single-product .related.products h2 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.single-product .woocommerce-tabs .panel #comments h2:first-of-type {
  margin-bottom: 0px;
}

/* Lightbox */

.eko-lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  z-index: 999;
}

.eko-lightbox .eko-lightbox-content {
  position: relative;
  display: inline-block;
}

.eko-lightbox .eko-lightbox-img {
  margin: auto;
  display: block;
  max-height: 80vh;
  width: auto;
  max-width: 80%;
}

.eko-lightbox .eko-lightbox-content .eko-close-btn {
  position: absolute;
  top: -1.25rem;
  right: 0px;
  cursor: pointer;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.eko-lightbox .eko-lightbox-content .eko-nav-btn {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.eko-lightbox .eko-lightbox-content .eko-prev-btn {
  left: 0px;
}

.eko-lightbox .eko-lightbox-content .eko-next-btn {
  right: 0px;
}

.eko-lightbox .eko-lightbox-content .eko-prev-btn, 
.eko-lightbox .eko-lightbox-content .eko-next-btn {
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
}

.single-product #comments .commentlist li.review:not(:first-of-type) {
  margin-top: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.single-product #comments {
  margin-bottom: 1rem;
}

.single-product #comments .comments-header .review-filters {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.single-product #comments .comments-header .review-filters .review-filter {
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: #70707073;
  background-color: transparent;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  font-family: "Rawson", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.single-product #comments .comments-header .review-filters .review-filter:hover {
  --tw-border-opacity: 1;
  border-color: rgb(43 108 77 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(43 108 77 / var(--tw-text-opacity));
}

.single-product #comments .comments-header .review-filters .review-filter.active {
  --tw-border-opacity: 1;
  border-color: rgb(43 108 77 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(43 108 77 / var(--tw-text-opacity));
}

.woocommerce-product-meta {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  padding-bottom: 1rem;
}

.woocommerce-favour {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1.25rem;
}

.woocommerce-favour .alg-wc-wl-btn {
  inset: inherit !important;
  position: relative !important;
}

.woocommerce-favour .alg-wc-wl-btn.alg-wc-wl-thumb-btn:before {
  display: none;
}

.woocommerce-product-share {
  position: relative;
}

.woocommerce-product-share-button {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-style: none;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(51 62 72 / var(--tw-text-opacity));
}

.woocommerce-eko-share-tooltip {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  margin-top: 0.25rem;
  display: none;
  --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));
  gap: 1.25rem;
  white-space: nowrap;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(10 71 46 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --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);
}

.woocommerce-eko-share-tooltip a {
  display: block;
  height: 1rem;
  width: 1rem;
}

.woocommerce-eko-share-tooltip a img {
  height: 1rem;
  width: 1rem;
}

/* Cart Page */

.woocommerce .eko-cart-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .woocommerce .eko-cart-wrapper {
    flex-direction: row;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .woocommerce .eko-cart-wrapper .woocommerce-cart-form {
    width: 66.666667%;
  }

  .woocommerce .eko-cart-wrapper .cart-collaterals {
    width: 33.333333%;
  }
}

@media not all and (min-width: 768px) {
  .woocommerce .eko-cart-wrapper .cart-collaterals .woocommerce-shipping-destination {
    display: flex;
    flex-direction: column;
  }
}

.woocommerce-page {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.woocommerce .eko-cart-wrapper .cart-collaterals .cart_totals {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --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);
}

.woocommerce .eko-cart-wrapper .woocommerce-cart-form__cart-item {
  display: flex;
  gap: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media not all and (min-width: 768px) {
  .woocommerce .eko-cart-wrapper .woocommerce-cart-form__cart-item {
    align-items: center;
    gap: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    text-align: center;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .woocommerce .eko-cart-wrapper .actions {
    margin-top: 1.25rem;
  }
}

.woocommerce .eko-cart-wrapper .woocommerce-cart-form__cart-item:not(:first-of-type) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}

.woocommerce .eko-cart-wrapper li.actions {
  display: flex;
  gap: 0.75rem;
  border-top-width: 4px;
  padding-top: 0.75rem;
}

.woocommerce .eko-cart-wrapper li.actions p {
  margin: 0px;
}

.woocommerce .eko-cart-wrapper li.actions .input-text {
  padding-left: 1rem;
  padding-right: 1rem;
}

.woocommerce .eko-cart-wrapper li.actions .coupon {
  display: flex;
  gap: 0.25rem;
}

.woocommerce .eko-cart-wrapper li.actions .coupon button {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce .eko-cart-wrapper li.actions button {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(178 133 112 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce .eko-cart-wrapper .woocommerce-cart-form__cart-item, .woocommerce .eko-cart-wrapper .actions {
  list-style-type: none;
}

@media not all and (min-width: 768px) {
  .woocommerce .eko-cart-wrapper .woocommerce-cart-form__cart-item, .woocommerce .eko-cart-wrapper .actions {
    flex-direction: column;
  }
}

.woocommerce .eko-cart-wrapper ul.woocommerce-cart-form__contents {
  margin: 0px;
}

@media not all and (min-width: 768px) {
  .woocommerce .eko-cart-wrapper .product-thumbnail {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .woocommerce .eko-cart-wrapper .product-thumbnail {
    width: 8.333333%;
  }
}

@media not all and (min-width: 768px) {
  .woocommerce .eko-cart-wrapper .product-thumbnail a {
    display: inline-block;
  }
}

.woocommerce .eko-cart-wrapper .woocommerce-cart-item-content {
  width: 91.666667%;
}

.woocommerce .eko-cart-wrapper .woocommerce-cart-item-content .product-quantity .quantity br {
  display: none;
}

@media not all and (min-width: 768px) {
  .woocommerce .eko-cart-wrapper .woocommerce-cart-item-content p {
    margin: 0px;
  }
}

.woocommerce .eko-cart-wrapper .eko-cart-header {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

@media not all and (min-width: 768px) {
  .woocommerce .eko-cart-wrapper .eko-cart-header {
    align-items: center;
    gap: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .woocommerce .eko-cart-wrapper .eko-cart-header {
    flex-direction: row;
    justify-content: space-between;
  }
}

.woocommerce .eko-cart-wrapper .eko-cart-header .product-name a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(39 37 37 / var(--tw-text-opacity));
}

.woocommerce .eko-cart-wrapper .eko-cart-header .product-name p {
  display: none;
}

.woocommerce .eko-cart-wrapper .eko-cart-header .product-price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 108 77 / var(--tw-text-opacity));
}

.woocommerce .eko-cart-wrapper .product-quantity .quantity {
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.75rem;
}

@media not all and (min-width: 768px) {
  .woocommerce .eko-cart-wrapper .product-quantity .quantity {
    justify-content: center;
  }
}

.woocommerce .eko-cart-wrapper .product-quantity .quantity button {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(207 165 145 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce .eko-cart-wrapper .eko-cart-header dl.variation {
  margin-top: 1rem;
}

.woocommerce .eko-cart-wrapper .eko-cart-header dd.variation-Variants {
  margin: 0px;
  display: flex;
  gap: 0.5rem;
}

.woocommerce .eko-cart-wrapper .product-quantity .quantity input[type=number] {
  width: 5rem;
  padding-left: 10px;
  padding-top: 2px;
  text-align: center;
  padding-block: 0;
  padding-inline: 0;
}

.woocommerce .eko-cart-wrapper .cart-collaterals .woocommerce-shipping-totals.shipping {
  display: flex;
  flex-direction: column;
}

.woocommerce .eko-cart-wrapper .cart-collaterals .cart_totals h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(43 108 77 / var(--tw-text-opacity));
}

.woocommerce .eko-cart-wrapper .cart-collaterals .cart_totals table tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}

.woocommerce .eko-cart-wrapper .cart-collaterals .cart_totals table tr th {
  text-transform: uppercase;
}

.woocommerce .eko-cart-wrapper .cart-collaterals .cart_totals table tr th, 
.woocommerce .eko-cart-wrapper .cart-collaterals .cart_totals table tr td {
  border-collapse: collapse;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.woocommerce .eko-cart-wrapper .cart-collaterals .cart_totals table tr.order-total {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.woocommerce .eko-cart-wrapper .cart-collaterals .cart_totals table tr td {
  float: right;
}

.woocommerce .eko-cart-wrapper .cart-collaterals .cart_totals table tr.cart-subtotal .woocommerce-Price-amount {
  font-weight: 700;
}

.woocommerce .eko-cart-wrapper .cart-collaterals .cart_totals table tr.shipping ul {
  margin: 0px;
  list-style-type: none;
}

.woocommerce .eko-cart-wrapper .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-destination {
  margin-bottom: 0px;
}

.woocommerce .eko-cart-wrapper .cart-collaterals .cart_totals table tr.shipping .shipping-calculator-button {
  text-decoration-line: underline;
}

.woocommerce .eko-cart-wrapper .cart-collaterals 
.cart_totals table tr.shipping .shipping-calculator-form {
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 0.75rem;
}

.woocommerce .eko-cart-wrapper .cart-collaterals .checkout-button {
  display: block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce .quantity button.minus-qty:disabled {
  opacity: 0.5;
}

/* For Chrome, Safari, Opera */

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

/* For Firefox */

.quantity input[type="number"] {
  -moz-appearance: textfield;
}

/* For Internet Explorer */

.quantity input[type="number"]::-ms-clear,
.quantity input[type="number"]::-ms-reveal {
  display: none;
}

/* Wishlist */

#wishlist-menu {
  margin: 0px;
  list-style-type: none;
}

#wishlist-menu a span span {
  height: 1rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity));
  line-height: 1.1rem;
}

.products .alg-wc-wl-thumb-btn-loop {
  right: 1rem !important;
  left: auto !important;
}

.products .alg-wc-wl-thumb-btn-loop.remove {
  right: 1rem !important;
  top: 1rem !important;
}

.products .alg-wc-wl-thumb-btn-loop .alg-wc-wl-view-state-remove .alg-wc-wl-btn.remove i {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}

.alg-wc-wl-thumb-btn.remove .alg-wc-wl-view-state i:first-child {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}

@media not all and (min-width: 768px) {
  .alg-wc-wl-thumb-btn.remove .alg-wc-wl-view-state i:first-child {
    line-height: 1rem;
  }
}

@media (min-width: 1024px) {
  .alg-wc-wl-thumb-btn.remove .alg-wc-wl-view-state i:first-child {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

.alg-wc-wl-thumb-btn-single {
  inset: 20px auto auto 25px !important;
}

.alg-wc-wl-btn.remove .alg-wc-wl-view-state.alg-wc-wl-view-state-remove,
.alg-wc-wl-btn.add .alg-wc-wl-view-state.alg-wc-wl-view-state-add {
  display: flex !important;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  --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);
}

.alg-wc-wl-view-state.alg-wc-wl-view-state-remove i {
  padding-top: 7px;
}

.alg-wc-wl-view-state.alg-wc-wl-view-state-remove i::before {
  --tw-content: '❤';
  content: var(--tw-content);
}

.alg-wc-wl-view-state.alg-wc-wl-view-state-remove i {
  font-family: inherit;
}

.alg-wc-wl-view-state.alg-wc-wl-view-state-add i {
  padding-top: 7px;
}

.alg-wc-wl-view-state.alg-wc-wl-view-state-add i::before {
  --tw-text-opacity: 1;
  color: rgb(222 214 210 / var(--tw-text-opacity));
  --tw-content: '❤';
  content: var(--tw-content);
}

.alg-wc-wl-view-state.alg-wc-wl-view-state-add i {
  font-family: inherit;
}

.alg-wc-wl-thumb-btn.remove .alg-wc-wl-view-state i:first-child, 
.alg-wc-wl-thumb-btn.add .alg-wc-wl-view-state i {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.products .alg-wc-wl-thumb-btn-loop:hover 
.alg-wc-wl-view-state.alg-wc-wl-view-state-add i::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(220 50 50 / var(--tw-text-opacity));
}

/* Wishlist page */

.alg-wc-wl-view-table:not(.woocommerce-account.logged-in .woocommerce 
.woocommerce-MyAccount-content .alg-wc-wl-view-table) {
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.alg-wc-wl-view-table td, .alg-wc-wl-view-table tr:not(:first-of-type) {
  border-top-width: 1px;
}

.alg-wc-wl-view-table th {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.alg-wc-wl-view-table th:first-child, .alg-wc-wl-view-table td:first-child, 
.alg-wc-wl-view-table tr:first-child, .alg-wc-wl-view-table td.product-name {
  text-align: left !important;
}

.alg-wc-wl-view-table .product-thumbnail img {
  margin: 0px;
}

.alg-wc-wl-view-table td.product-thumbnail {
  width: 101px;
}

.alg-wc-wl-view-table .product.woocommerce.add_to_cart_inline {
  margin: 0px;
}

.alg-wc-wl-view-table .add_to_cart_button {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.alg-wc-wl-view-table td.product-price {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(43 108 77 / var(--tw-text-opacity));
}

.alg-wc-wl-view-table td.product-name a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(61 64 71 / var(--tw-text-opacity));
}

/* Checkout */

.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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 not all and (min-width: 768px) {
  .wp-block-woocommerce-checkout-order-summary-block {
    padding: 1rem;
  }
}

.wc-block-components-checkout-place-order-button {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(178 133 112 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* My Account */

.woocommerce-account:not(.logged-in) .woocommerce {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 33.333333%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --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);
}

.woocommerce-account:not(.logged-in) .entry-title {
  display: none;
}

.woocommerce-form-login label {
  display: block;
}

.woocommerce-form-login input:not(input[type=checkbox]) {
  width: 100%;
}

.woocommerce-form-login .woocommerce-button {
  width: 100%;
  border-style: none;
}

.woocommerce-account.logged-in .woocommerce:not(.alg-wc-wl-view-table .woocommerce) {
  display: flex;
  padding-bottom: 5rem;
}

@media not all and (min-width: 768px) {
  .woocommerce-account.logged-in .woocommerce:not(.alg-wc-wl-view-table .woocommerce) {
    flex-direction: column;
  }
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
  padding-top: 1rem;
}

@media (min-width: 1024px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
    width: 21%;
  }
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}

@media not all and (min-width: 768px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0px;
    display: flex;
    align-items: center;
    overflow-x: scroll;
  }
}

@media (min-width: 1024px) {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li:not(:first-of-type) {
    margin-top: 0.75rem;
  }
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5px;
  padding-bottom: 0.25rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(39 37 37 / var(--tw-text-opacity));
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link.is-active a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(178 133 112 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 768px) {
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link.is-active a {
    border-radius: 0.25rem;
  }
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --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);
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content p a:not(.alg-wc-wl-view-table p a) {
  text-decoration-line: underline;
}

.woocommerce-account.logged-in .woocommerce 
.woocommerce-MyAccount-content .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.woocommerce-account.logged-in .woocommerce 
.woocommerce-MyAccount-content .form-row label {
  width: 25%;
}

.woocommerce-account.logged-in .woocommerce 
.woocommerce-MyAccount-content 
.form-row .woocommerce-input-wrapper,
.woocommerce-account.logged-in .woocommerce 
.woocommerce-MyAccount-content 
.form-row input.woocommerce-Input:not(.password-input input.woocommerce-Input),
.woocommerce-account.logged-in .woocommerce 
.woocommerce-MyAccount-content 
.form-row .password-input {
  width: 41.666667%;
}

.woocommerce-account.logged-in .woocommerce 
.woocommerce-MyAccount-content .woocommerce-address-fields 
.form-row .woocommerce-input-wrapper input, 
.woocommerce-account.logged-in .woocommerce 
.woocommerce-MyAccount-content 
.form-row .password-input input {
  width: 100%;
}

.woocommerce-account.logged-in .woocommerce 
.woocommerce-MyAccount-content .woocommerce-address-fields 
.form-row#billing_address_2_field label, 
.woocommerce-account.logged-in .woocommerce 
.woocommerce-MyAccount-content .woocommerce-address-fields 
.form-row#shipping_address_2_field label {
  position: relative !important;
}

.woocommerce-account.logged-in .woocommerce 
.woocommerce-MyAccount-content .button {
  border-style: none;
}

.woocommerce-account.logged-in .woocommerce 
.woocommerce-MyAccount-content .alg-wc-wl-view-table tbody {
  border-top-width: 4px;
}

.products .alg-wc-wl-thumb-btn:before {
  display: none;
}

/* Woocommerce pagination */

.woocommerce-pagination {
  padding-top: 1.5rem;
}

.woocommerce-pagination ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  gap: 1.25rem;
  padding: 0px;
}

.woocommerce-pagination ul li .page-numbers {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  --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);
}

.woocommerce-pagination ul li .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(178 133 112 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-pagination ul li .page-numbers.current {
  --tw-bg-opacity: 1;
  background-color: rgb(178 133 112 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-pagination ul li .page-numbers.next, .woocommerce-pagination ul li .page-numbers.prev {
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 77 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.alg-wc-wl-view-table .product-removal .alg-wc-wl-remove-item-from-wl {
  display: inline-block;
}

.alg-wc-wl-view-table .product-removal 
.alg-wc-wl-view-state.alg-wc-wl-view-state-remove i:before {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-content: 'x';
  content: var(--tw-content);
}

.alg-wc-wl-view-table .alg-wc-wl-view-state.alg-wc-wl-view-state-remove {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}

.alg-wc-wl-view-table .alg-wc-wl-remove-item-from-wl i:first-child {
  padding-top: 0px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.eko-latest-posts {
  align-items: center;
  gap: 5rem;
}

@media (min-width: 1024px) {
  .eko-latest-posts {
    display: flex;
  }

  .eko-latest-posts .featured-image, .elementor-widget .eko-latest-posts .article-content {
    width: 50%;
  }
}

@media not all and (min-width: 768px) {
  .eko-latest-posts .featured-image {
    margin-bottom: 0.75rem;
  }
}

.eko-btn-secondary {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(207 165 145 / var(--tw-bg-opacity));
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.eko-latest-posts .article-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media not all and (min-width: 768px) {
  .eko-latest-posts .article-content h2 {
    margin-bottom: 1rem !important;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    line-height: 1;
  }
}

.single-post main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

.single-post .eko-post-content {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .single-post .eko-post-content {
    width: 66.666667%;
  }
}

.single-post .eko-post-content .entry-content {
  margin-left: auto;
  margin-right: auto;
  width: 83.333333%;
}

.eko-post-content #comments {
  margin-left: auto;
  margin-right: auto;
  width: 83.333333%;
  padding-top: 2rem;
}

.eko-post-content #comments .form-submit .submit {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(207 165 145 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
}

@media not all and (min-width: 768px) {
  .single-post .entry-header {
    text-align: center;
  }
}

.single-post h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px) {
  .single-post h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.single-post h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .single-post h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.single-post h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .single-post h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.single-post h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .single-post h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.single-post h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .single-post h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.single-post h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .single-post h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.single-post p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .single-post p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.single-post blockquote.wp-block-quote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(207 165 145 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
}

.single-post blockquote.wp-block-quote p {
  margin: 0px;
}

.archive article a:hover h2 {
  --tw-text-opacity: 1;
  color: rgb(43 108 77 / var(--tw-text-opacity));
}

.category-name {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(10 71 46 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

#siderbar-blog .widget {
  margin-bottom: 2.5rem;
}

.blog .widget-area h2 {
  margin-bottom: 0.75rem;
}

.blog ul.wp-block-categories {
  margin: 0px;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

.blog ul.wp-block-categories li {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.blog ul.wp-block-categories li a {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.blog .about-eko-widget {
  border-radius: 0.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blog .about-eko-widget p:last-child {
  margin-bottom: 0px;
}

.pagination-wrapper .page-numbers {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  text-align: center;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(66 64 64 / var(--tw-text-opacity));
}

.pagination-wrapper .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(207 165 145 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagination-wrapper .page-numbers.current {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(207 165 145 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-order-received .entry-title {
  text-align: center;
}

.woocommerce-order-overview li:not(:last-child) {
  border-right-width: 1px;
  padding-right: 1.25rem;
}

.woocommerce-order-overview li strong {
  display: block;
}

.woocommerce-table--order-details thead tr th, .woocommerce-table--order-details tbody td {
  text-align: left;
}

.woocommerce-table--order-details tfoot th {
  padding-right: 0.5rem;
  text-align: right;
}

@media not all and (min-width: 768px) {
  footer .contact_us_footer .contact-address p {
    margin-bottom: 0.75rem;
  }

  .home .col-2-grid ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home .hero-slide-content {
    margin-left: 4% !important;
  }

  .home .hero-btn {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

.form-checkout-inner .form-row {
  margin: 0px;
  margin-right: 0px !important;
  display: flex;
  width: 100% !important;
  flex-direction: column;
}

.form-checkout-inner .form-row .woocommerce-input-wrapper input {
  height: 2.5rem;
  width: 100%;
}

.form-checkout-inner .form-row .woocommerce-input-wrapper select {
  height: 2.5rem;
}

.form-checkout-inner .form-row#billing_address_2_field, .form-checkout-inner .form-row#shipping_address_2_field {
  justify-content: flex-end;
}

.form-checkout-inner .select2-container--default .select2-selection--single {
  height: 38px;
}

.form-checkout-inner .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.form-checkout-inner .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.woocommerce-form-coupon-toggle.form-checkout-coupon .woocommerce-info {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

.sidebar-checkout .fkwcs_stripe_icons {
  display: flex !important;
}

.woocommerce-notices-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .woocommerce-notices-wrapper {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .woocommerce-notices-wrapper {
    max-width: 768px;
  }
}

@media (min-width: 980px) {
  .woocommerce-notices-wrapper {
    max-width: 980px;
  }
}

@media (min-width: 1024px) {
  .woocommerce-notices-wrapper {
    max-width: 1024px;
  }
}

@media (min-width: 1170px) {
  .woocommerce-notices-wrapper {
    max-width: 1170px;
  }
}

.woocommerce-notices-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

#top-bar > .woocommerce-notices-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 1rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.woocommerce-notices-wrapper .woocommerce-message a.wc-forward {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.cross-sells ul.products {
  grid-template-columns: none;
}

.cross-sells ul.products.columns-2 li.product {
  width: 75%;
}

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

@media not all and (min-width: 768px) {
  .max-md\:justify-center {
    justify-content: center;
  }

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

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

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

  .max-md\:text-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .md\:mb-4 {
    margin-bottom: 1rem;
  }

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

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

  .md\:w-4\/12 {
    width: 33.333333%;
  }

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

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

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

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

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

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

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

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

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

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

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

  .lg\:pt-20 {
    padding-top: 5rem;
  }

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