/*!
Theme Name: DigitalUp Tailwind
Theme URI: https://digitalup.gr
Author: digitalup.gr
Author URI: https://digitalup.gr/
Description: A custom TailwindCSS WordPress Theme
Version: 0.1.0
Tested up to: 6.7.1
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitalup_tw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

digitalup_tw is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
* @license
*
* Font Family: Parslay
*
*/

@font-face {
  font-family: "parslay";

  src:
		url("/wp-content/themes/digitalup_tw/theme/assets/fonts/Parslay.woff2")
			format("woff2"),
		url("/wp-content/themes/digitalup_tw/theme/assets/fonts/Parslay.woff")
			format("woff"),
		url("/wp-content/themes/digitalup_tw/theme/assets/fonts/Parslay.ttf")
			format("truetype");

  font-weight: 400;

  font-style: normal;
}

/**
 * Style overrides for jscomposer
 */

.post-edit-link {
  display: none !important;
}

article > footer.entry-footer .post-edit-link,
article > footer.entry-footer .post-edit-link,
a#vc_load-inline-editor {
  display: none;
}

:root {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

/* Start Bakery Builder - Sections and Rows */

section.vc_section:not([data-vc-full-width="true"]) {
  width: var(--container-width);
  max-width: 100%;
}

/* .vc_row:not(.vc_inner), */

.vc_row:not([data-vc-full-width], .vc_inner),
.vc_section:not([data-vc-full-width]) {
  margin-left: auto !important;
  margin-right: auto !important;
  width: var(--container-width);
  max-width: var(--max-container-width);
}

.vc_section[data-vc-full-width] {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.vc_section, .vc_inner {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.vc_row.row-sm {
  width: var(--container-width-sm) !important;
  max-width: var(--max-container-width-sm);
}

.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.vc_row-has-fill,
.vc_section-has-fill:not([data-vc-full-width="true"]) .vc_row.vc_row-fluid:not([data-vc-full-width="true"]),
[data-vc-full-width="true"] .vc_row.vc_row-fluid:is([data-vc-full-width="true"]) {
  padding-left: var(--row-padding-x) !important;
  padding-right: var(--row-padding-x) !important;
}

.vc_section-has-fill
	.vc_row.vc_row-fluid.vc_row-no-padding:not([data-vc-full-width="true"]),
[data-vc-full-width="true"]
	.vc_row.vc_row-fluid.vc_row-no-padding:is([data-vc-full-width="true"]) {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* End Bakery Builder - Sections and Rows */

/*jscomposer overrides*/

#content .vc_section {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.wpb-content-wrapper {
  overflow: hidden !important;
}

.vc_column_container > .vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 2rem !important;
}

.wpb_single_image .vc_figure,
.wpb_single_image .vc_single_image-wrapper {
  width: 100%;
  border-radius: inherit;
}

.wpb_single_image img {
  border-radius: 25px;
}

@media (min-width: 768px) {
  .wpb_single_image img {
    border-radius: 40px;
  }
}

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

.wpb_single_image img {
  margin: 0px !important;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wpb_single_image.center-image img {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*Tabs*/

/*REMOVE STUPID DEFAULT ANIMATIONS*/

.wpb-js-composer
	.vc_tta-tabs.vc_tta-tabs-position-top
	.vc_tta-panel
	.vc_tta-panel-body,
.wpb-js-composer
	.vc_tta-tabs.vc_tta-tabs-position-bottom
	.vc_tta-panel
	.vc_tta-panel-body {
  -sand-transform: none;
  transform: none;
  transition: none;
  animation: tabAnimation 2s;
}

.du-icon-title-button-wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.vc_tta-panel {
  margin-bottom: 10px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(155 229 255 / var(--tw-border-opacity, 1)) !important;
  padding-bottom: 0.25rem;
}

.vc_tta-panel .vc_tta-panel-heading {
  border-style: none !important;
  background-color: transparent !important;
}

.vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title * {
  padding-left: 0px !important;
  padding-right: 0px !important;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.vc_tta-panel .vc_tta-panel-body {
  border-style: none !important;
  background-color: transparent !important;
  padding: 0px !important;
}

@keyframes tabAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

:root {
  --lightblue: #9BE5FF;
  --global-padding-x: clamp(20px, 6.77%, 130px);
  --global-padding-y: clamp(40px, 4%, 100px);
  --align-full: calc(var(--global-padding-x) * -1);
  --container-width-sm: 1393px;
  --max-container-width-sm: calc(100vw - calc(var(--global-padding-x) * 2));
  --row-padding-x: clamp(20px, 2.34%, 45px);
  --swiper-theme-color: #9be5ff;
  --container-width: 1660px;
  --max-container-width: calc(100vw - calc(var(--global-padding-x) * 2));
  --mastheadHeight: 260px;
}

.admin-bar {
  --mastheadHeight: 292px;
  --tw-ring-color: transparent !important;
}

*, ::before, ::after {
  --tw-ring-color: transparent !important;
}

@media (max-width: 767px) {
  :root {
    --max-container-width: calc(100% - 30px);
  }
}

body {
  height: 100vh;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: omnes-greek, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  body {
    font-size: 18px;
    line-height: 20px;
  }
}

body.mobile-menu-opened {
  overflow: hidden;
}

p {
  margin-bottom: 1.5rem;
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

body.home {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

#wpadminbar {
  position: fixed !important;
  /*fix for mobile*/
}

/*Containers*/

.container.vc_row,
.container .vc_row {
  margin-left: auto;
  margin-right: auto;
}

#page {
  position: relative;
  z-index: 200;
}

body:not(.home) #content.add-space {
  padding-top: 65px;
}

@media (min-width: 640px) {
  body:not(.home) #content.add-space {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  body:not(.home) #content.add-space {
    padding-top: 100px;
  }
}

@media (min-width: 1280px) {
  body:not(.home) #content.add-space {
    padding-top: 215px;
  }
}

body.home:not(.sticky-is-hidden) #content.add-space {
  margin-top: 65px !important;
}

@media (min-width: 640px) {
  body.home:not(.sticky-is-hidden) #content.add-space {
    margin-top: 80px !important;
  }
}

@media (min-width: 768px) {
  body.home:not(.sticky-is-hidden) #content.add-space {
    margin-top: 100px !important;
  }
}

@media (min-width: 1280px) {
  body.home:not(.sticky-is-hidden) #content.add-space {
    margin-top: 215px !important;
  }
}

#content {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.js_active #primary {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

html:not(.js_active) #primary {
  padding-left: var(--global-padding-x);
  padding-right: var(--global-padding-x);
  padding-top: 1.25rem;
  padding-bottom: var(--global-padding-y);
}

.woocommerce-checkout #primary,
.woocommerce-cart #primary {
  margin-left: auto;
  margin-right: auto;
  width: var(--container-width-sm);
  max-width: var(--max-container-width-sm);
  padding-left: 0px !important;
  padding-right: 0px !important;
}

body.category #content {
  min-height: auto;
}

/*Typography*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
b {
  color: inherit;
}

b,
strong {
  font-weight: 700 !important;
}

/* width */

body ::-webkit-scrollbar {
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 0.75rem;
}

/* Track */

body ::-webkit-scrollbar-track {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

/* Handle */

body ::-webkit-scrollbar-thumb {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
}

/* Handle on hover */

body ::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
}

h1 {
  font-family: salden, sans-serif;
  font-size: clamp(35px,3.65vw,70px);
  font-weight: 900;
  line-height: clamp(37px,calc(3.65vw + 2px),72px);
}

h2 {
  font-family: salden, sans-serif;
  font-size: clamp(35px,2.6vw,50px);
  font-weight: 900;
  line-height: clamp(37px,calc(2.6vw + 2px),52px);
}

h3 {
  font-family: salden, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
}

h4 {
  font-family: salden, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 27px;
}

h5,
.handwritting {
  font-family: parslay, sans-serif;
  font-size: clamp(36px,3.5vw,55px) !important;
  line-height: clamp(38px,3.8vw,60px) !important;
  letter-spacing: 1.65px;
  --tw-text-opacity: 1;
  color: rgb(72 208 255 / var(--tw-text-opacity, 1));
  font-weight: 400;
}

h6 {
  font-family: omnes-greek, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

h1.product_name {
  font-family: omnes-greek, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
}

.h1 h2 {
  font-family: salden, sans-serif;
  font-size: clamp(35px,3.65vw,70px);
  font-weight: 900;
  line-height: clamp(37px,calc(3.65vw + 2px),72px);
}

.h2 h3, .h2 h6 {
  font-family: omnes-greek, sans-serif;
  font-size: clamp(25px,2.6vw,50px);
  font-weight: 900;
  line-height: clamp(27px,calc(2.6vw + 2px),52px);
}

@media (min-width: 1024px) {
  .h2 h3, .h2 h6 {
    font-family: salden, sans-serif;
  }
}

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

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

.rounded_40 {
  border-radius: 40px;
}

.handblue-text, .handblue-text * {
  --tw-text-opacity: 1;
  color: rgb(72 208 255 / var(--tw-text-opacity, 1));
}

.du-18 {
  font-family: omnes-greek, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

@media (min-width: 1024px) {
  .du-18 {
    font-size: 18px;
    line-height: 20px;
  }
}

.du-16 {
  font-family: omnes-greek, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.du-14 {
  font-family: omnes-greek, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.du_rounded_40_0 {
  border-radius: 40px 40px 0 0;
}

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

figure {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

img[src$=".svg"] {
  height: auto;
  width: auto;
}

.auto-width {
  width: auto;
}

.auto-widget-cols {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px) {
  .auto-widget-cols {
    flex-direction: row;
  }
}

.auto-widget-cols > div {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .auto-widget-cols > div {
    flex-basis: 33.333333%;
  }
}

.auto-widget-cols > div .menu {
  display: flex;
  gap: 1rem;
}

.auto-widget-cols > div .menu .sub-menu {
  display: none;
}

/* General Layout */

/* 
.regular-container {
	@apply w-[var(--container-width)] max-w-[var(--max-container-width)];
} */

#main {
  margin-bottom: 6rem;
}

.swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--swiper-theme-color);
  opacity: 1;
}

/* default: εμφανίζεται παντού */

.hideMobile {
  display: block;
}

.hideTablet {
  display: block;
}

.hideDesktop {
  display: block;
}

/* mobile: έως 767px -> κρύψε .hideMobile */

@media (max-width: 767px) {
  .hideMobile {
    display: none !important;
  }
}

/* tablet: 768px - 1023px -> κρύψε .hideTablet */

@media (min-width: 768px) and (max-width: 1023px) {
  .hideTablet {
    display: none !important;
  }
}

/* desktop: από 1024px και πάνω -> κρύψε .hideDesktop */

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

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

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

@media (min-width: 400px) {
  .\!container {
    max-width: 400px !important;
  }

  .container {
    max-width: 400px;
  }
}

@media (min-width: 480px) {
  .\!container {
    max-width: 480px !important;
  }

  .container {
    max-width: 480px;
  }
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

@media (min-width: 991px) {
  .\!container {
    max-width: 991px !important;
  }

  .container {
    max-width: 991px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1785px) {
  .\!container {
    max-width: 1785px !important;
  }

  .container {
    max-width: 1785px;
  }
}

@media (min-width: 1920px) {
  .\!container {
    max-width: 1920px !important;
  }

  .container {
    max-width: 1920px;
  }
}

@media (min-width: 2560px) {
  .\!container {
    max-width: 2560px !important;
  }

  .container {
    max-width: 2560px;
  }
}

@media (min-width: 3840px) {
  .\!container {
    max-width: 3840px !important;
  }

  .container {
    max-width: 3840px;
  }
}

.prose-digitalup_tw {
  --tw-prose-body: #000000;
  --tw-prose-headings: inherit;
  --tw-prose-lead: #000000;
  --tw-prose-links: #152D55;
  --tw-prose-bold: inherit;
  --tw-prose-counters: #152D55;
  --tw-prose-bullets: #152D55;
  --tw-prose-hr: #000000;
  --tw-prose-quotes: #000000;
  --tw-prose-quote-borders: #152D55;
  --tw-prose-captions: #000000;
  --tw-prose-kbd: #000000;
  --tw-prose-kbd-shadows: 0 0 0;
  --tw-prose-code: #000000;
  --tw-prose-pre-code: #ffffff;
  --tw-prose-pre-bg: #000000;
  --tw-prose-th-borders: #000000;
  --tw-prose-td-borders: #000000;
  --tw-prose-invert-body: #ffffff;
  --tw-prose-invert-headings: inherit;
  --tw-prose-invert-lead: #ffffff;
  --tw-prose-invert-links: #152D55;
  --tw-prose-invert-bold: inherit;
  --tw-prose-invert-counters: #152D55;
  --tw-prose-invert-bullets: #152D55;
  --tw-prose-invert-hr: #ffffff;
  --tw-prose-invert-quotes: #ffffff;
  --tw-prose-invert-quote-borders: #152D55;
  --tw-prose-invert-captions: #ffffff;
  --tw-prose-invert-kbd: #ffffff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #000000;
  --tw-prose-invert-pre-code: #ffffff;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #ffffff;
  --tw-prose-invert-td-borders: #ffffff;
}

/*Breadcrumbs*/

.du_breadcrumb_container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
  margin-bottom: 7px;
  display: flex;
  width: var(--container-width);
  max-width: var(--max-container-width);
}

.du_breadcrumb_container .breadcrumbs {
  display: flex;
  width: 100%;
  align-items: center;
}

.du_breadcrumb_container .breadcrumbs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5px * var(--tw-space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 1024px) {
  .du_breadcrumb_container .breadcrumbs > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }
}

.du_breadcrumb_container .breadcrumbs > * {
  float: left;
  font-size: 12px;
  line-height: 14px;
}

.du_breadcrumb_container .breadcrumbs .breadcrumb-item-link {
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.du_breadcrumb_container .breadcrumbs .breadcrumb-item-link.current-page {
  font-weight: 600 !important;
}

.du_breadcrumb_container .breadcrumbs .breadcrumb-item-link strong {
  font-weight: 600;
}

body.home .du_breadcrumb_container {
  display: none;
}

@media (max-width: 639px) {
  .du_breadcrumb_container .breadcrumbs {
    display: flex;
  }

  .du_breadcrumb_container .breadcrumbs > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .du_breadcrumb_container .breadcrumbs {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* smooth scrolling on iOS */
    scrollbar-width: none;
  }

  /* Firefox */

  .du_breadcrumb_container .breadcrumbs img {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .du_breadcrumb_container .breadcrumbs:-webkit-scrollbar {
    display: none;
  }
}

/* Buttons */

.simple-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.simple-button:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 400px) {
  .simple-button {
    font-size: 16px;
  }
}

/* Primary Button */

.simple-button.primary-button {
  border-radius: 33px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.simple-button.primary-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Secondary Button */

.simple-button.secondary-button {
  /* @apply text-orange-1 bg-transparent px-10 pt-5 pb-[22px] rounded-[33px] border-[1px] border-solid border-orange-1; */
  border-radius: 33px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.simple-button.secondary-button:hover {
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.simple-button.primary_short-button {
  height: -moz-fit-content;
  height: fit-content;
}

.simple-button.primary_short-button .button_icon {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

@media not all and (min-width: 640px) {
  .simple-button.primary_short-button .button_icon {
    height: 2.25rem;
    width: 2.25rem;
  }
}

.simple-button.primary_short-button .button_icon img {
  transition-property: opacity;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.simple-button.primary_short-button .button_icon .du_simple_button_default_img {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@media not all and (min-width: 640px) {
  .simple-button.primary_short-button .button_icon .du_simple_button_default_img {
    height: 2.25rem;
    width: 2.25rem;
  }
}

.simple-button.primary_short-button .button_icon img.du_simple_button_hover_img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 46px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  opacity: 0;
}

@media not all and (min-width: 640px) {
  .simple-button.primary_short-button .button_icon img.du_simple_button_hover_img {
    height: 2.25rem;
    width: 2.25rem;
  }
}

@media (min-width: 640px) {
  .simple-button.primary_short-button .button_icon img.du_simple_button_hover_img {
    width: 46px;
  }
}

@media (min-width: 1024px) {
  .simple-button.primary_short-button:hover .button_icon .du_simple_button_default_img {
    opacity: 0;
  }

  .simple-button.primary_short-button:hover .button_icon .du_simple_button_hover_img {
    opacity: 1;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
#commentform .form-submit input#submit,
button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.newsletter_modal_btn .mailpoet_submit,
.du-submit-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:focus-visible, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus-visible, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus-visible, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:focus-visible, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:focus-visible, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:focus-visible, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:focus-visible, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:focus-visible,
#commentform .form-submit input#submit:focus-visible,
button.woocommerce-button.button.woocommerce-form-login__submit:focus-visible,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:focus-visible,
.woocommerce ul.products li.product .button:focus-visible,
.woocommerce div.product form.cart .button:focus-visible,
.newsletter_modal_btn .mailpoet_submit:focus-visible,
.du-submit-order-btn:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
#commentform .form-submit input#submit,
button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.newsletter_modal_btn .mailpoet_submit,
.du-submit-order-btn {
  border-radius: 33px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover:not(.disabled), .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover:not(.disabled), .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover:not(.disabled), .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover:not(.disabled), :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover:not(.disabled), :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover:not(.disabled), :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover:not(.disabled), :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover:not(.disabled), :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover:not(.disabled), #commentform .form-submit input#submit:hover:not(.disabled), button.woocommerce-button.button.woocommerce-form-login__submit:hover:not(.disabled), button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover:not(.disabled), .woocommerce ul.products li.product .button:hover:not(.disabled), .woocommerce div.product form.cart .button:hover:not(.disabled), .newsletter_modal_btn .mailpoet_submit:hover:not(.disabled), .du-submit-order-btn:hover:not(.disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, .woocommerce-form-login button.woocommerce-button.woocommerce-form-login__submit:hover, .woocommerce-form-register button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

button.woocommerce-button.button.woocommerce-form-login__submit:hover, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1)) !important;
}

.du-carousel-anything .custom-owl-dots.owl-dots.disabled {
  display: none !important;
}

.du-carousel-anything .custom-owl-dots .custom-owl-dot,
.du-carousel-anything .custom-owl-dots .owl-dot {
  display: inline-block;
  height: 5px;
  width: 24px;
  cursor: pointer;
  border-radius: 2px;
}

.du-carousel-anything .custom-owl-dots .custom-owl-dot.active,
.du-carousel-anything .custom-owl-dots .owl-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.du-carousel-anything.owl-carousel .owl-item img {
  width: auto !important;
}

.du-carousel-anything .owl-item .vc_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* Theme dots #1 */

.du-carousel-anything .theme-owl-dots-1.custom-owl-dots .custom-owl-dot,
.du-carousel-anything .theme-owl-dots-1.custom-owl-dots .owl-dot {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.du-carousel-anything .theme-owl-dots-1.custom-owl-dots .custom-owl-dot.active,
.du-carousel-anything .theme-owl-dots-1.custom-owl-dots .owl-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.du-carousel .swiper-slide img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.du-carousel.swiper {
  position: relative;
  display: flex;
  overflow: hidden !important;
}

.du-carousel.swiper > div {
  display: flex;
  align-items: stretch;
}

.du-carousel.swiper .swiper-slide {
  height: auto;
  align-items: stretch;
}

.du-carousel.swiper .swiper-slide > .orange-border-folder-shape-white-bg {
  height: 100%;
}

.du-carousel .swiper-pagination-bullets {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.du-carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

.du-carousel .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--swiper-theme-color);
}

/* > Dots Style */

/* Circle */

.du-carousel .swiper-pagination-bullets.dots-circle .swiper-pagination-bullet {
  border-radius: 9999px;
}

/* Square */

.du-carousel .swiper-pagination-bullets.dots-square .swiper-pagination-bullet {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0px;
}

/* Line */

.du-carousel .swiper-pagination-bullets.dots-line {
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .du-carousel .swiper-pagination-bullets.dots-line {
    gap: 0.75rem;
  }
}

.du-carousel .swiper-pagination-bullets.dots-line .swiper-pagination-bullet {
  height: 2px;
  width: 40px;
  border-radius: 0px;
}

@media (min-width: 640px) {
  .du-carousel .swiper-pagination-bullets.dots-line .swiper-pagination-bullet {
    width: 60px;
  }
}

@media (min-width: 1280px) {
  .du-carousel .swiper-pagination-bullets.dots-line .swiper-pagination-bullet {
    width: 80px;
  }
}

/* > Dots Position */

/* Center */

.du-carousel .swiper-pagination-bullets.dots-center {
  justify-content: center;
}

/* Left */

.du-carousel .swiper-pagination-bullets.dots-left {
  justify-content: flex-start;
}

/* Right */

.du-carousel .swiper-pagination-bullets.dots-right {
  justify-content: flex-end;
}

/* Dots X Positions */

/* 
.du-carousel .du-image-wrapper img {
	@apply mx-auto;
} */

.swiper-pagination-bullets {
  position: absolute;
}

.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: transparent;
  opacity: 1;
}

.du-carousel.owl-carousel .owl-item img {
  width: auto;
}

.du-carousel.owl-carousel .owl-dots {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.du-carousel.owl-carousel button.owl-dot {
  display: inline-block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
}

.du-carousel.owl-carousel button.owl-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

/* Dots Styles */

/* Circle */

.du-carousel.owl-carousel.dots-circle button.owl-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
}

/* Square */

.du-carousel.owl-carousel.dots-square button.owl-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0px;
}

/* Line */

.du-carousel.owl-carousel.dots-line button.owl-dot {
  height: 2px;
  width: 80px;
  border-radius: 0px;
}

.du-carousel.owl-carousel.dots-line .owl-dots {
  gap: 0.75rem;
}

/* Dots X Positions */

/* Center */

.du-carousel.owl-carousel.dots-center .owl-dots {
  justify-content: center;
}

/* Left */

.du-carousel.owl-carousel.dots-left .owl-dots {
  justify-content: flex-start;
}

/* Right */

.du-carousel.owl-carousel.dots-right .owl-dots {
  justify-content: flex-end;
}

.du_fw_slider_container {
  min-height: 650px;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .du_fw_slider_container {
    min-height: 100%;
  }
}

.du_fw_slider_container .du_fw_slider_content_container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
}

@media (min-width: 768px) {
  .du_fw_slider_container .du_fw_slider_content_container {
    flex-direction: row;
  }

  .du_fw_slider_container .du_fw_slider_content_container > div {
    width: 50%;
  }
}

.du_fw_slider_container .du_fw_slider_content_container > div.du_fw_slider_text_container {
  position: relative;
  display: flex;
  align-items: center;
}

.du_fw_slider_container .du_fw_slider_content_container > div.du_fw_slider_image_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media not all and (min-width: 1280px) {
  .du_fw_slider_container .du_fw_slider_content_container > div.du_fw_slider_image_container {
    margin-top: 4rem;
  }
}

@media not all and (min-width: 768px) {
  .du_fw_slider_container .du_fw_slider_content_container > div.du_fw_slider_image_container {
    margin-top: 2rem;
    justify-content: flex-start;
  }
}

.du_fw_slider_container .du_fw_slider_content_container > div.du_fw_slider_image_container img {
  height: auto;
  width: auto;
  max-width: 100%;
}

@media not all and (min-width: 768px) {
  .du_fw_slider_container .du_fw_slider_content_container > div.du_fw_slider_image_container img {
    width: 24rem;
  }
}

@media not all and (min-width: 640px) {
  .du_fw_slider_container .du_fw_slider_content_container > div.du_fw_slider_image_container img {
    max-height: 277px;
  }
}

.du_fw_slider_container .swiper-button-next,
	.du_fw_slider_container .swiper-button-prev {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.du_fw_slider_container .du_pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: 2.5rem;
}

.du_fw_slider_container .du_pagination.swiper-pagination-bullets span {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.du-gallery_slider {
  overflow: hidden;
}

.du-gallery_slider figcaption a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.du-gallery_slider figcaption:hover a {
  opacity: 1;
}

.du-gallery_slider .gallery_slider_ul img {
  border-radius: 40px;
}

.du_pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 24px;
}

.du_section_title_wrapper {
  margin-top: calc(clamp(47px,calc(3.65vw + 2px),72px) * 2.5);
}

@media not all and (min-width: 768px) {
  .du_section_title_wrapper {
    display: flex;
    flex-direction: row;
  }
}

.du_section_title_wrapper .du_section_title {
  position: relative;
  display: inline-flex;
}

@media not all and (min-width: 768px) {
  .du_section_title_wrapper .du_section_title {
    width: 100%;
  }
}

.du_section_title_wrapper .du_section_title .du_section_subtitle.handwritting {
  position: absolute;
  left: 30px;
  width: 360px;
  font-weight: 400;
}

@media not all and (min-width: 768px) {
  .du_section_title_wrapper .du_section_title .du_section_subtitle.handwritting {
    left: 65px;
    max-width: calc(100% + var(--global-padding-x));
    padding-right: calc(65px - var(--global-padding-x));
  }
}

@media not all and (min-width: 1280px) {
  .du_section_title_wrapper .du_section_title .du_section_subtitle.handwritting {
    top: -1.25rem;
  }
}

@media (min-width: 768px) {
  .du_section_subtitle.handwritting {
    transform: matrix(0.99, -0.1, 0.1, 0.99, 0, 0) translateY(calc(-100% + 20px));
  }
}

@media (max-width: 767px) {
  .du_section_subtitle.handwritting {
    transform: matrix(0.99, -0.1, 0.1, 0.99, 0, 0) translateY(-100%);
  }
}

.du_video_with_thumbnail_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.du_video_with_thumbnail_wrapper .du_video_thumbnail_container {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}

.du_video_with_thumbnail_wrapper .du_video_thumbnail_container .du_video_thumbnail {
  position: relative;
  border-radius: 9999px;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 2px;
}

.du_video_with_thumbnail_wrapper .du_video_thumbnail_container .du_video_thumbnail > img {
  width: 54px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 480px) {
  .du_video_with_thumbnail_wrapper .du_video_thumbnail_container .du_video_thumbnail > img {
    width: 80px;
  }
}

@media (min-width: 640px) {
  .du_video_with_thumbnail_wrapper .du_video_thumbnail_container .du_video_thumbnail > img {
    height: 115px;
    width: 115px;
  }
}

@media not all and (min-width: 640px) {
  .du_video_with_thumbnail_wrapper .du_video_thumbnail_container .du_video_thumbnail > img {
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .du_video_with_thumbnail_wrapper .du_video_thumbnail_container .du_video_thumbnail .du_video_icon {
    top: 50%;
    left: 50%;
    height: 1.25rem;
    width: 1.25rem;
  }
}

.du_video_with_thumbnail_wrapper .du_video_thumbnail_container .du_video_thumbnail .du_video_icon {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

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

.du_video_with_thumbnail_wrapper .du_content_container .du_video_subtitle {
  margin-bottom: 2px;
  display: inline-block;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(155 229 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  font-size: 6px;
  font-weight: 700;
  line-height: 8px;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 480px) {
  .du_video_with_thumbnail_wrapper .du_content_container .du_video_subtitle {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 480px) {
  .du_video_with_thumbnail_wrapper .du_content_container .du_video_subtitle {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (min-width: 640px) {
  .du_video_with_thumbnail_wrapper .du_content_container .du_video_subtitle {
    font-size: 14px;
  }
}

.du_video_with_thumbnail_wrapper .du_content_container .du_video_content {
  margin-bottom: 0.5rem;
}

@media not all and (min-width: 480px) {
  .du_video_with_thumbnail_wrapper .du_content_container .du_video_content {
    font-size: 10px;
    line-height: 12px;
  }
}

.du_video_wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  height: 100% !important;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.du_video_wrapper .du_video_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.75;
}

.du_video_wrapper.du_video_active {
  display: flex;
}

.du_video_wrapper #pr_video_preview {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: auto;
  width: calc(100% - var(--global-padding-x));
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 40px;
}

@media (min-width: 1024px) {
  .du_video_wrapper #pr_video_preview {
    width: 66.666667%;
  }
}

.du_video_wrapper button.du_video_close_button {
  position: absolute;
  top: 3rem;
  right: var(--global-padding-x);
  height: 1.5rem;
  width: 1.5rem;
  font-size: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .du_video_wrapper button.du_video_close_button {
    right: 3rem;
  }
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0px !important;
  bottom: 6rem !important;
}

.grecaptcha-badge:hover {
  width: 230px !important;
}

.footer-prefooter {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

#footer {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  border-radius: 40px 40px 0 0;
}

#footer a {
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

#footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(72 208 255 / var(--tw-text-opacity, 1));
}

#footer p {
  margin-bottom: 0.5rem;
}

#footer strong {
  font-weight: 800 !important;
}

#footer .footer-main-content {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 35px;
}

@media (min-width: 640px) {
  #footer .footer-main-content {
    display: grid;
  }
}

@media (min-width: 768px) {
  #footer .footer-main-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 70px;
  }
}

#footer .footer-main-content {
  width: 100%;
  padding-left: var(--global-padding-x);
  padding-right: var(--global-padding-x);
  padding-bottom: 45px;
  padding-top: 1.75rem;
  font-size: 14px;
}

@media (min-width: 640px) {
  #footer .footer-main-content {
    padding-top: 83px;
  }
}

#footer .footer-main-content {
  grid-template-columns: 45% 33.32% 10.84% 10.84%;
  grid-template-areas:
			"footer-col-1 footer-col-2 footer-col-2 footer-col-2"
			"footer-col-1 footer-col-3 footer-col-4 footer-col-5"
			"footer-col-6 footer-col-7 footer-col-7 footer-col-7";
  grid-template-rows: auto auto;
}

#footer .footer-main-content .footer-col-1 {
  grid-area: footer-col-1;
}

#footer .footer-main-content .footer-col-2 {
  grid-area: footer-col-2;
}

#footer .footer-main-content .footer-col-3 {
  grid-area: footer-col-3;
}

#footer .footer-main-content .footer-col-4 {
  grid-area: footer-col-4;
}

#footer .footer-main-content .footer-col-5 {
  grid-area: footer-col-5;
}

#footer .footer-main-content .footer-col-6 {
  grid-area: footer-col-6;
}

#footer .footer-main-content .footer-col-7 {
  grid-area: footer-col-7;
}

/* Style */

#footer .footer-main-content .menu li a {
  text-transform: uppercase;
}

#footer .footer-main-content .footer-col-1 {
  width: 426px;
  max-width: 100%;
}

@media not all and (min-width: 768px) {
  #footer .footer-main-content .footer-col-1 {
    margin-left: auto;
    margin-right: auto;
  }
}

#footer .footer-main-content .footer-col-1 h5.wp-block-heading.has-text-align-center.orange-text {
  position: relative;
  top: 10px;
  width: 350px;
  max-width: 100%;
  --tw-rotate: 354deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {
  #footer .footer-main-content .footer-col-1 h5.wp-block-heading.has-text-align-center.orange-text {
    top: 35px;
  }
}

#footer .footer-main-content .footer-col-1 img {
  width: 270px;
  max-width: 100%;
}

@media not all and (min-width: 768px) {
  #footer .footer-main-content .footer-col-1 img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 640px) {
  #footer .footer-main-content .footer-col-1 img {
    width: 300px;
  }
}

@media (min-width: 768px) {
  #footer .footer-main-content .footer-col-1 img {
    width: 350px;
  }
}

#footer .footer-main-content .footer-col-2 .wp-block-media-text__media {
  height: 100%;
}

#footer .footer-main-content .footer-col-2 .wp-block-media-text__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#footer .footer-main-content .footer-col-3 {
  position: relative;
}

#footer .footer-main-content .footer-col-3:after {
  position: absolute;
  right: 15%;
  top: 0px;
  display: none;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(155 229 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1536px) {
  #footer .footer-main-content .footer-col-3:after {
    display: block;
  }
}

@media not all and (min-width: 768px) {
  #footer .footer-main-content .footer-col-3 .widget_custom_image_text_link_widget:last-child a,
				#footer .footer-main-content .footer-col-3 .widget_custom_image_text_link_widget:last-child p {
    font-size: 11px;
  }
}

#footer .footer-main-content .footer-col-3 a {
  display: inline-flex;
}

#footer .footer-main-content .footer-col-3 h6.wp-block-heading, #footer .footer-main-content .footer-col-4 h6.wp-block-heading, #footer .footer-main-content .footer-col-5 h6.wp-block-heading {
  margin-bottom: 1rem;
}

#footer .footer-main-content .footer-col-3 .menu li, #footer .footer-main-content .footer-col-4 .menu li, #footer .footer-main-content .footer-col-5 .menu li {
  margin-bottom: 13px;
}

#footer .footer-main-content .footer-col-6 {
  display: flex;
  align-items: center;
  gap: 10px;
}

#footer .footer-main-content .footer-col-6 .wp-block-heading {
  margin-right: 10px;
}

#footer .footer-main-content .footer-col-6 a:hover img {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#footer .footer-main-content .footer-col-7 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

#footer .footer-main-content .footer-col-7 .wp-block-gallery.has-nested-images.columns-8 {
  display: block !important;
}

#footer .footer-main-content .footer-col-7 .wp-block-gallery.has-nested-images.columns-8 figure {
  float: left;
  margin-right: 0.5rem;
  width: 50px;
}

@media not all and (min-width: 1280px) {
  #footer .footer-main-content .footer-col-7 .wp-block-gallery.has-nested-images.columns-8 figure {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1280px) {
  #footer .footer-main-content .footer-col-7 .wp-block-gallery.has-nested-images.columns-8 figure {
    width: 70px;
  }
}

#footer .footer-main-content .footer-col-7 .wp-block-gallery.has-nested-images.columns-8 figure img {
  height: 1.75rem;
  width: auto;
}

@media not all and (min-width: 1280px) {
  #footer .footer-main-content .footer-col-7 .wp-block-gallery.has-nested-images.columns-8 figure img {
    margin-bottom: 0.5rem;
  }
}

#footer .footer-main-content .footer-col-7 .wp-block-gallery.has-nested-images.columns-8 figure img {
  /* @apply max-h-[] */
}

@media not all and (min-width: 1280px) {
  #footer .footer-main-content .footer-col-6,
		#footer .footer-main-content .footer-col-7 {
    display: block;
  }

  #footer .footer-main-content .footer-col-6 > div.widget_custom_image_text_link_widget img, #footer .footer-main-content .footer-col-7 > div.widget_custom_image_text_link_widget img {
    margin-right: 0.25rem;
  }
}

@media not all and (min-width: 991px) {
  #footer .footer-main-content .footer-col-6 > div.widget_custom_image_text_link_widget img, #footer .footer-main-content .footer-col-7 > div.widget_custom_image_text_link_widget img {
    width: 2.75rem;
  }
}

@media not all and (min-width: 1280px) {
  #footer .footer-main-content .footer-col-6 h6, #footer .footer-main-content .footer-col-7 h6 {
    margin-bottom: 6px;
  }
}

#footer .footer-main-content .wp-block-media-text {
  border-radius: 40px 0 0 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 991px) {
  #footer .footer-main-content .wp-block-media-text {
    display: flex;
    flex-direction: column;
    border-radius: 40px;
  }
}

#footer .footer-main-content .wp-block-media-text > .wp-block-media-text__content {
  width: calc(340px + 20%);
  max-width: 100%;
  padding: 10%;
}

@media not all and (min-width: 991px) {
  #footer .footer-main-content .wp-block-media-text > .wp-block-media-text__content {
    padding: 25px;
  }
}

#footer .footer-main-content .wp-block-media-text > .wp-block-media-text__content h6.wp-block-heading {
  margin-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(72 208 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 991px) {
  #footer .footer-main-content .wp-block-media-text > .wp-block-media-text__content h6.wp-block-heading {
    font-size: 16px;
  }

  #footer .footer-main-content .wp-block-media-text > .wp-block-media-text__content h2.wp-block-heading {
    font-size: 30px;
  }
}

@media not all and (min-width: 768px) {
  #footer .footer-main-content .wp-block-media-text > .wp-block-media-text__content h2.wp-block-heading {
    margin-bottom: 1rem;
  }
}

#footer .footer-main-content .wp-block-media-text > .wp-block-media-text__content p {
  font-size: 16px;
}

#footer .footer-main-content .wp-block-media-text > .wp-block-media-text__content form {
  padding: 0px;
}

@media not all and (min-width: 768px) {
  #footer .footer-main-content .wp-block-media-text figure.wp-block-media-text__media img {
    border-radius: 0 0 40px 40px;
  }
}

#footer .footer-bottom {
  width: 100%;
  border-radius: 40px 40px 0 0;
  --tw-bg-opacity: 1;
  background-color: rgb(208 238 248 / var(--tw-bg-opacity, 1));
  padding-left: var(--global-padding-x);
  padding-right: var(--global-padding-x);
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#footer .footer-bottom > div > div {
  display: flex;
  align-items: center;
}

@media not all and (min-width: 768px) {
  #footer .footer-bottom > div > div {
    flex-direction: column;
  }
}

#footer .footer-bottom a {
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#footer .footer-bottom a:hover {
  text-decoration-line: underline;
}

#footer .footer-bottom .menu {
  float: left;
  margin-right: 1.25rem;
  padding-top: 26px;
  padding-bottom: 26px;
}

@media not all and (min-width: 768px) {
  #footer .footer-bottom .menu {
    flex-direction: column;
    gap: 14px;
    padding-bottom: 0px;
  }

  #footer .footer-bottom .menu li:last-child {
    margin-bottom: 14px;
  }
}

#footer .footer-bottom .copywrite {
  display: inline-block;
  padding-top: 26px;
  padding-bottom: 26px;
  text-transform: uppercase;
  text-decoration-line: none;
}

#footer .footer-bottom .copywrite:hover {
  text-decoration-line: underline;
}

#footer .footer-bottom .copywrite .digitalup {
  font-weight: 700;
}

@media not all and (min-width: 768px) {
  #footer .footer-bottom .widget_nav_menu + .copywrite {
    padding-top: 0px;
  }

  #footer .footer-bottom .bottom-footer-left,
		#footer .footer-bottom .bottom-footer-left > * {
    width: 100%;
  }
}

.du-icon-text {
  margin-bottom: 10px;
}

.du-icon-text > * {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.du-icon-text > * img {
  position: relative;
  top: 3px;
}

.du-icon-text > * a {
  font-size: 16px !important;
}

.du-icon-text > * p {
  font-size: 16px !important;
}

#footer .widget_nav_menu .sub-menu {
  display: none;
}

@media (max-width: 1535px) {
  #footer .footer-main-content {
    grid-template-columns: 45% 30% 12.5% 12.5%;
  }
}

@media (max-width: 1365px) {
  #footer .footer-main-content {
    grid-template-columns: 40% 28% 16% 16%;
  }

  .footer-col-3,
	.footer-col-4 {
    padding-right: 15px;
  }
}

@media (max-width: 1023px) {
  #footer .footer-main-content {
    grid-template-areas:
			"footer-col-1 footer-col-2 footer-col-2 footer-col-2"
			"footer-col-3 footer-col-4 footer-col-5 footer-col-5"
			"footer-col-6 footer-col-7 footer-col-7 footer-col-7";
  }
}

@media (max-width: 991px) {
  #footer .footer-main-content {
    grid-template-areas:
			"footer-col-1 footer-col-2 footer-col-2 footer-col-2"
			"footer-col-3 footer-col-2 footer-col-2 footer-col-2"
			"footer-col-4 footer-col-5 footer-col-5 footer-col-5"
			"footer-col-6 footer-col-7 footer-col-7 footer-col-7";
    grid-template-areas:
			"footer-col-1 footer-col-2 footer-col-2 footer-col-2"
			"footer-col-3 footer-col-2 footer-col-2 footer-col-2"
			"footer-col-4 footer-col-6 footer-col-6 footer-col-6"
			"footer-col-5 footer-col-7 footer-col-7 footer-col-7";
    row-gap: 35px;
  }

  .footer-col-3 p,
	.footer-col-3 a {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 639px) {
  #footer .footer-main-content {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas:
			"footer-col-1 footer-col-1"
			"footer-col-2 footer-col-2"
			"footer-col-3 footer-col-3"
			"footer-col-4 footer-col-5"
			"footer-col-6 footer-col-6"
			"footer-col-7 footer-col-7";
  }
}

/* 
footer {
	@apply bg-black text-white;
}

.footer-top .simple-button.primary-button {
	@apply w-fit border-white rounded-29 xl:mx-0 xl:h-14 border-[1px];
}

.footer-top .simple-button-wrapper {
	@apply flex justify-center items-center;
}

.footer-top-review-widget-container {
	@apply gap-2;
}

.footer-menu-title {
	@apply text-18 font-bold mt-8 mb-2;
	@apply xl:my-7 xl:mb-6;
}

.footer-menu-container
	.footer-menu-wrapper:not(:first-child)
	.footer-menu-title {
	@apply mt-4;
	@apply sm:mt-8;
	@apply xl:my-7 xl:mb-6;
}

.footer-bottom-call-us {
	@apply text-18 font-medium;
	@apply xl:text-20;
	@apply 2xl:text-24;
}

p:has(.footer-bottom-call-us) {
	@apply pt-5;
}

.footer-bottom-call-us p {
	@apply leading-none;
}

.footer-bottom-call-us p:first-child {
	@apply pb-[8px];
}

.footer-newsletter-wrapper a {
	@apply h-[62px];
}

#menu-footer-copyright-menu li {
	@apply leading-none;
}

#menu-footer-copyright-menu li a {
	@apply text-12 xl:text-16;
}

footer form .simple-button.primary-button:after {
	@apply w-8;
}

.footer-accordion {
	@apply cursor-pointer border-none outline-none transition;
	transition: 0.4s;
}

.footer-accordion + div {
	@apply overflow-hidden max-h-[0];
	@apply sm:overflow-visible sm:max-h-fit;
	transition: max-height 0.2s ease-out;
}

.menu-footer-copyright-menu-container li:not(:last-child)::after {
	content: "|";
	@apply ml-4;
} */

/*Forms*/

.du-form-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 760px;
}

.du-form-wrapper form {
  margin: 0px !important;
  padding: 0px !important;
}

.du-form-wrapper .du-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.du-form-wrapper .du-form-row > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.du-form-wrapper .du-form-field {
  margin-bottom: 1rem !important;
}

.du-form-wrapper .du-form-field p {
  margin-bottom: 0px !important;
}

.du-form-wrapper .du-form-field label {
  margin-bottom: 0.75rem !important;
  margin-top: 0px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.36px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px) {
  .du-form-wrapper .du-form-field label {
    font-size: 16px !important;
  }
}

@media (min-width: 1024px) {
  .du-form-wrapper .du-form-field label {
    font-size: 18px !important;
  }
}

.du-form-wrapper .du-form-checkbox label {
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.24px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.du-form-wrapper .du-form-checkbox label a {
  font-weight: 400 !important;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.du-form-wrapper .mailpoet_checkbox_label {
  margin-bottom: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.24px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.du-form-wrapper input[type="checkbox"] {
  height: 18px;
  width: 18px;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1)) !important;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.du-form-wrapper input[type="checkbox"]:checked {
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 9 19 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
}

.du-form-wrapper input[type="checkbox"]:focus {
  border-color: transparent !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 232 232 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.du-form-submit-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .du-form-submit-wrapper {
    flex-direction: row;
  }
}

.du-form-wrapper [type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 29px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 1rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.du-form-wrapper [type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
}

.du-form-wrapper [type="submit"]:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .du-form-wrapper [type="submit"] {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
  }
}

.du-form-wrapper [type="submit"]::before,
.du-form-wrapper [type="submit"]::after {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.du-form-wrapper [type="submit"]:not(:disabled),
.du-form-wrapper [type="submit"]:not([disabled]) {
  cursor: pointer;
}

.du-form-wrapper input[type="text"],
.du-form-wrapper input[type="number"],
.du-form-wrapper input[type="email"],
.du-form-wrapper input[type="tel"],
.du-form-wrapper textarea {
  width: 100% !important;
  border-radius: 33px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.76px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.du-form-wrapper input[type="text"]::-moz-placeholder, .du-form-wrapper input[type="number"]::-moz-placeholder, .du-form-wrapper input[type="email"]::-moz-placeholder, .du-form-wrapper input[type="tel"]::-moz-placeholder, .du-form-wrapper textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.du-form-wrapper input[type="text"]::placeholder,
.du-form-wrapper input[type="number"]::placeholder,
.du-form-wrapper input[type="email"]::placeholder,
.du-form-wrapper input[type="tel"]::placeholder,
.du-form-wrapper textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.du-form-wrapper input[type="text"]:focus,
.du-form-wrapper input[type="number"]:focus,
.du-form-wrapper input[type="email"]:focus,
.du-form-wrapper input[type="tel"]:focus,
.du-form-wrapper textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 9 19 / var(--tw-ring-opacity, 1));
}

@media (min-width: 768px) {
  .du-form-wrapper input[type="text"],
.du-form-wrapper input[type="number"],
.du-form-wrapper input[type="email"],
.du-form-wrapper input[type="tel"],
.du-form-wrapper textarea {
    font-size: 16px !important;
  }

  .du-form-wrapper input[type="text"]::-moz-placeholder, .du-form-wrapper input[type="number"]::-moz-placeholder, .du-form-wrapper input[type="email"]::-moz-placeholder, .du-form-wrapper input[type="tel"]::-moz-placeholder, .du-form-wrapper textarea::-moz-placeholder {
    font-size: 16px;
  }

  .du-form-wrapper input[type="text"]::placeholder,
.du-form-wrapper input[type="number"]::placeholder,
.du-form-wrapper input[type="email"]::placeholder,
.du-form-wrapper input[type="tel"]::placeholder,
.du-form-wrapper textarea::placeholder {
    font-size: 16px;
  }
}

.du-form-wrapper select {
  width: 100% !important;
  border-radius: 33px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.76px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.du-form-wrapper select::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.du-form-wrapper select::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.du-form-wrapper select:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 9 19 / var(--tw-ring-opacity, 1));
}

@media (min-width: 768px) {
  .du-form-wrapper select {
    font-size: 16px !important;
  }

  .du-form-wrapper select::-moz-placeholder {
    font-size: 16px;
  }

  .du-form-wrapper select::placeholder {
    font-size: 16px;
  }
}

#contact-form input[type="text"],
#contact-form input[type="number"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form textarea,
#contact-form select,
#application-form input[type="text"],
#application-form input[type="number"],
#application-form input[type="email"],
#application-form input[type="tel"],
#application-form textarea,
#application-form select {
  min-height: 40px;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

@media (min-width: 768px) {
  #contact-form input[type="text"],
#contact-form input[type="number"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form textarea,
#contact-form select,
#application-form input[type="text"],
#application-form input[type="number"],
#application-form input[type="email"],
#application-form input[type="tel"],
#application-form textarea,
#application-form select {
    min-height: 60px;
  }
}

#contact-form textarea,
#application-form textarea {
  border-radius: 21px !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

#contact-form label,
#application-form label {
  margin-left: 0.625rem;
}

#contact-form .du-form-checkbox label,
#application-form .du-form-checkbox label {
  display: inline-flex;
  width: 100%;
}

#contact-form .du-form-checkbox span,
#application-form .du-form-checkbox span {
  display: inline-block;
  width: 100%;
}

/*Contact Form 7*/

.wpcf7 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 760px;
}

.wpcf7 form {
  margin: 0px !important;
  padding: 0px !important;
}

.wpcf7 .du-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wpcf7 .du-form-row > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.wpcf7 .du-form-field {
  margin-bottom: 1rem !important;
}

.wpcf7 .du-form-field p {
  margin-bottom: 0px !important;
}

.wpcf7 .du-form-field label {
  margin-bottom: 0.75rem !important;
  margin-top: 0px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.36px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px) {
  .wpcf7 .du-form-field label {
    font-size: 16px !important;
  }
}

@media (min-width: 1024px) {
  .wpcf7 .du-form-field label {
    font-size: 18px !important;
  }
}

.wpcf7 .du-form-checkbox label {
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.24px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.wpcf7 .du-form-checkbox label a {
  font-weight: 400 !important;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.wpcf7 .mailpoet_checkbox_label {
  margin-bottom: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.24px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.wpcf7 input[type="checkbox"] {
  height: 18px;
  width: 18px;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1)) !important;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="checkbox"]:checked {
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 9 19 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
}

.wpcf7 input[type="checkbox"]:focus {
  border-color: transparent !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 232 232 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.wpcf7 [type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 29px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 1rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wpcf7 [type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
}

.wpcf7 [type="submit"]:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .wpcf7 [type="submit"] {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
  }
}

.wpcf7 [type="submit"]::before,.wpcf7 [type="submit"]::after {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wpcf7 [type="submit"]:not(:disabled),.wpcf7 [type="submit"]:not([disabled]) {
  cursor: pointer;
}

.wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
  width: 100% !important;
  border-radius: 33px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.76px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="number"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 9 19 / var(--tw-ring-opacity, 1));
}

.wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
  width: 100% !important;
  border-radius: 33px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.76px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="number"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 9 19 / var(--tw-ring-opacity, 1));
}

.wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
  width: 100% !important;
  border-radius: 33px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.76px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="number"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 9 19 / var(--tw-ring-opacity, 1));
}

.wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
  width: 100% !important;
  border-radius: 33px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.76px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="number"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 9 19 / var(--tw-ring-opacity, 1));
}

.wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
  width: 100% !important;
  border-radius: 33px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.76px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="number"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 9 19 / var(--tw-ring-opacity, 1));
}

@media (min-width: 768px) {
  .wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
    font-size: 16px !important;
  }

  .wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
    font-size: 16px;
  }

  .wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
    font-size: 16px;
  }

  .wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
    font-size: 16px !important;
  }

  .wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
    font-size: 16px;
  }

  .wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
    font-size: 16px;
  }

  .wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
    font-size: 16px !important;
  }

  .wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
    font-size: 16px;
  }

  .wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
    font-size: 16px;
  }

  .wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
    font-size: 16px !important;
  }

  .wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
    font-size: 16px;
  }

  .wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
    font-size: 16px;
  }

  .wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
    font-size: 16px !important;
  }

  .wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
    font-size: 16px;
  }

  .wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
    font-size: 16px;
  }
}

.wpcf7 select {
  width: 100% !important;
  border-radius: 33px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.76px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.wpcf7 select::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.wpcf7 select::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.wpcf7 select:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 9 19 / var(--tw-ring-opacity, 1));
}

@media (min-width: 768px) {
  .wpcf7 select {
    font-size: 16px !important;
  }

  .wpcf7 select::-moz-placeholder {
    font-size: 16px;
  }

  .wpcf7 select::placeholder {
    font-size: 16px;
  }
}

.modal .wpcf7 {
  max-width: 100% !important;
}

.wpcf7-form {
  margin: 0px !important;
  padding: 0px !important;
}

.wpcf7 .wpcf7-list-item {
  margin: 0px !important;
}

.wpcf7-response-output {
  border-radius: 30px;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.72px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0px !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.72px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(212 36 54 / var(--tw-text-opacity, 1)) !important;
}

#application-form-wrapper .wpcf7-form-control-wrap {
  display: inline-block;
  height: 60px;
  width: 100%;
}

#application-form-wrapper
	.wpcf7-form-control-wrap
	input:not([type="checkbox"]) {
  height: 100%;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1)) !important;
}

#application-form-wrapper .wpcf7-form-control-wrap input[type="checkbox"] {
  height: 18px;
}

.application-cv-upload-fake-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  border-radius: 33px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}

.application-cv-upload-fake-wrapper > p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.application-cv-upload-fake {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  border-radius: 33px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.32px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
  min-height: 38px;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

@media (min-width: 768px) {
  .application-cv-upload-fake {
    min-height: 58px;
  }
}

.application-cv-upload-fake img {
  margin: 0px !important;
}

.application-cv-upload-fake br {
  display: none !important;
}

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

/* Header Wrapper */

.header-wrapper {
  z-index: 50;
  display: flex;
  width: 100%;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

body.sticky-enabled.sticky-init .header-wrapper {
  position: fixed;
  top: 0px;
}

body.sticky-enabled.sticky-init .header-wrapper .header-top {
  display: none;
}

/* .admin-bar .header-wrapper {
	@apply top-[46px];
	@apply md:top-[32px];
} */

/* .admin-bar:not(.sticky-init) .header-search-form-wrapper,
.admin-bar:not(.sticky-is-hidden) .header-search-form-wrapper,
.admin-bar:not(.sticky-is-visible) .header-search-form-wrapper {
	@apply top-[46px];
	@apply md:top-[32px];
} */

body.home .header-wrapper:not(.is-sticky) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* Header Top */

.header-top {
  width: 100%;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  padding-left: clamp(30px,5.21vw,1000px);
  padding-right: clamp(30px,5.21vw,1000px);
  padding-top: 0.25rem;
  padding-bottom: 1rem;
  font-family: omnes-greek, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media not all and (min-width: 768px) {
  .header-top {
    height: 51px;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }
}

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

@media (min-width: 1280px) {
  .header-top {
    display: flex;
  }
}

.header-top {
  border-radius: 0 0 25px 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Header Main */

.header-main-mobile,
.header-main {
  width: 100%;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header-main-mobile .mobile-navigation-wrapper,
	.header-main-mobile .header-main-inner,
	.header-main .mobile-navigation-wrapper,
	.header-main .header-main-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: var(--container-width);
  max-width: var(--max-container-width);
}

.header-main-mobile .mobile-navigation-wrapper .cta-container,
		.header-main-mobile .mobile-navigation-wrapper .header-right-area,
		.header-main-mobile .header-main-inner .cta-container,
		.header-main-mobile .header-main-inner .header-right-area,
		.header-main .mobile-navigation-wrapper .cta-container,
		.header-main .mobile-navigation-wrapper .header-right-area,
		.header-main .header-main-inner .cta-container,
		.header-main .header-main-inner .header-right-area {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.header-main-mobile .mobile-navigation-wrapper .cta-container > div, .header-main-mobile .mobile-navigation-wrapper .header-right-area > div, .header-main-mobile .header-main-inner .cta-container > div, .header-main-mobile .header-main-inner .header-right-area > div, .header-main .mobile-navigation-wrapper .cta-container > div, .header-main .mobile-navigation-wrapper .header-right-area > div, .header-main .header-main-inner .cta-container > div, .header-main .header-main-inner .header-right-area > div {
  margin-top: -2rem;
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 1280px) {
  .header-main-mobile .mobile-navigation-wrapper .cta-container > div, .header-main-mobile .mobile-navigation-wrapper .header-right-area > div, .header-main-mobile .header-main-inner .cta-container > div, .header-main-mobile .header-main-inner .header-right-area > div, .header-main .mobile-navigation-wrapper .cta-container > div, .header-main .mobile-navigation-wrapper .header-right-area > div, .header-main .header-main-inner .cta-container > div, .header-main .header-main-inner .header-right-area > div {
    aspect-ratio: 1 / 1;
  }
}

@media (min-width: 1280px) {
  .header-main-mobile .mobile-navigation-wrapper .cta-container > div, .header-main-mobile .mobile-navigation-wrapper .header-right-area > div, .header-main-mobile .header-main-inner .cta-container > div, .header-main-mobile .header-main-inner .header-right-area > div, .header-main .mobile-navigation-wrapper .cta-container > div, .header-main .mobile-navigation-wrapper .header-right-area > div, .header-main .header-main-inner .cta-container > div, .header-main .header-main-inner .header-right-area > div {
    height: 68px;
  }
}

.header-main-mobile .mobile-navigation-wrapper .cta-container > div.delivery_popup_btn_wrapper, .header-main-mobile .mobile-navigation-wrapper .header-right-area > div.delivery_popup_btn_wrapper, .header-main-mobile .header-main-inner .cta-container > div.delivery_popup_btn_wrapper, .header-main-mobile .header-main-inner .header-right-area > div.delivery_popup_btn_wrapper, .header-main .mobile-navigation-wrapper .cta-container > div.delivery_popup_btn_wrapper, .header-main .mobile-navigation-wrapper .header-right-area > div.delivery_popup_btn_wrapper, .header-main .header-main-inner .cta-container > div.delivery_popup_btn_wrapper, .header-main .header-main-inner .header-right-area > div.delivery_popup_btn_wrapper {
  border-radius: 40px;
}

.header-main-mobile .mobile-navigation-wrapper .cta-container .header-profile-button-wrapper,
			.header-main-mobile .mobile-navigation-wrapper .cta-container .header-search-button-wrapper,
			.header-main-mobile .mobile-navigation-wrapper .header-right-area .header-profile-button-wrapper,
			.header-main-mobile .mobile-navigation-wrapper .header-right-area .header-search-button-wrapper,
			.header-main-mobile .header-main-inner .cta-container .header-profile-button-wrapper,
			.header-main-mobile .header-main-inner .cta-container .header-search-button-wrapper,
			.header-main-mobile .header-main-inner .header-right-area .header-profile-button-wrapper,
			.header-main-mobile .header-main-inner .header-right-area .header-search-button-wrapper,
			.header-main .mobile-navigation-wrapper .cta-container .header-profile-button-wrapper,
			.header-main .mobile-navigation-wrapper .cta-container .header-search-button-wrapper,
			.header-main .mobile-navigation-wrapper .header-right-area .header-profile-button-wrapper,
			.header-main .mobile-navigation-wrapper .header-right-area .header-search-button-wrapper,
			.header-main .header-main-inner .cta-container .header-profile-button-wrapper,
			.header-main .header-main-inner .cta-container .header-search-button-wrapper,
			.header-main .header-main-inner .header-right-area .header-profile-button-wrapper,
			.header-main .header-main-inner .header-right-area .header-search-button-wrapper {
  aspect-ratio: 1 / 1;
}

.header-main-mobile .mobile-navigation-wrapper .cta-container .header-profile-button-wrapper .search-clicked, .header-main-mobile .mobile-navigation-wrapper .cta-container .header-search-button-wrapper .search-clicked, .header-main-mobile .mobile-navigation-wrapper .header-right-area .header-profile-button-wrapper .search-clicked, .header-main-mobile .mobile-navigation-wrapper .header-right-area .header-search-button-wrapper .search-clicked, .header-main-mobile .header-main-inner .cta-container .header-profile-button-wrapper .search-clicked, .header-main-mobile .header-main-inner .cta-container .header-search-button-wrapper .search-clicked, .header-main-mobile .header-main-inner .header-right-area .header-profile-button-wrapper .search-clicked, .header-main-mobile .header-main-inner .header-right-area .header-search-button-wrapper .search-clicked, .header-main .mobile-navigation-wrapper .cta-container .header-profile-button-wrapper .search-clicked, .header-main .mobile-navigation-wrapper .cta-container .header-search-button-wrapper .search-clicked, .header-main .mobile-navigation-wrapper .header-right-area .header-profile-button-wrapper .search-clicked, .header-main .mobile-navigation-wrapper .header-right-area .header-search-button-wrapper .search-clicked, .header-main .header-main-inner .cta-container .header-profile-button-wrapper .search-clicked, .header-main .header-main-inner .cta-container .header-search-button-wrapper .search-clicked, .header-main .header-main-inner .header-right-area .header-profile-button-wrapper .search-clicked, .header-main .header-main-inner .header-right-area .header-search-button-wrapper .search-clicked {
  aspect-ratio: auto;
}

.header-main-mobile .mobile-navigation-wrapper .cta-container .header-profile-button-wrapper span.icon-search img, .header-main-mobile .mobile-navigation-wrapper .cta-container .header-search-button-wrapper span.icon-search img, .header-main-mobile .mobile-navigation-wrapper .header-right-area .header-profile-button-wrapper span.icon-search img, .header-main-mobile .mobile-navigation-wrapper .header-right-area .header-search-button-wrapper span.icon-search img, .header-main-mobile .header-main-inner .cta-container .header-profile-button-wrapper span.icon-search img, .header-main-mobile .header-main-inner .cta-container .header-search-button-wrapper span.icon-search img, .header-main-mobile .header-main-inner .header-right-area .header-profile-button-wrapper span.icon-search img, .header-main-mobile .header-main-inner .header-right-area .header-search-button-wrapper span.icon-search img, .header-main .mobile-navigation-wrapper .cta-container .header-profile-button-wrapper span.icon-search img, .header-main .mobile-navigation-wrapper .cta-container .header-search-button-wrapper span.icon-search img, .header-main .mobile-navigation-wrapper .header-right-area .header-profile-button-wrapper span.icon-search img, .header-main .mobile-navigation-wrapper .header-right-area .header-search-button-wrapper span.icon-search img, .header-main .header-main-inner .cta-container .header-profile-button-wrapper span.icon-search img, .header-main .header-main-inner .cta-container .header-search-button-wrapper span.icon-search img, .header-main .header-main-inner .header-right-area .header-profile-button-wrapper span.icon-search img, .header-main .header-main-inner .header-right-area .header-search-button-wrapper span.icon-search img {
  width: 1.75rem;
}

.header-main-mobile .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper, .header-main-mobile .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper, .header-main-mobile .header-main-inner .cta-container .header-cart-button-wrapper, .header-main-mobile .header-main-inner .header-right-area .header-cart-button-wrapper, .header-main .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper, .header-main .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper, .header-main .header-main-inner .cta-container .header-cart-button-wrapper, .header-main .header-main-inner .header-right-area .header-cart-button-wrapper {
  aspect-ratio: 1 / 1;
}

@media (min-width: 1280px) {
  .header-main-mobile .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper, .header-main-mobile .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper, .header-main-mobile .header-main-inner .cta-container .header-cart-button-wrapper, .header-main-mobile .header-main-inner .header-right-area .header-cart-button-wrapper, .header-main .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper, .header-main .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper, .header-main .header-main-inner .cta-container .header-cart-button-wrapper, .header-main .header-main-inner .header-right-area .header-cart-button-wrapper {
    aspect-ratio: auto;
  }
}

.header-main-mobile .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper > button, .header-main-mobile .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper > button, .header-main-mobile .header-main-inner .cta-container .header-cart-button-wrapper > button, .header-main-mobile .header-main-inner .header-right-area .header-cart-button-wrapper > button, .header-main .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper > button, .header-main .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper > button, .header-main .header-main-inner .cta-container .header-cart-button-wrapper > button, .header-main .header-main-inner .header-right-area .header-cart-button-wrapper > button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 1280px) {
  .header-main-mobile .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper > button, .header-main-mobile .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper > button, .header-main-mobile .header-main-inner .cta-container .header-cart-button-wrapper > button, .header-main-mobile .header-main-inner .header-right-area .header-cart-button-wrapper > button, .header-main .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper > button, .header-main .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper > button, .header-main .header-main-inner .cta-container .header-cart-button-wrapper > button, .header-main .header-main-inner .header-right-area .header-cart-button-wrapper > button {
    gap: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 1024px) {
  .header-main-mobile .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper > button img, .header-main-mobile .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper > button img, .header-main-mobile .header-main-inner .cta-container .header-cart-button-wrapper > button img, .header-main-mobile .header-main-inner .header-right-area .header-cart-button-wrapper > button img, .header-main .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper > button img, .header-main .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper > button img, .header-main .header-main-inner .cta-container .header-cart-button-wrapper > button img, .header-main .header-main-inner .header-right-area .header-cart-button-wrapper > button img {
    height: 1.25rem;
  }
}

.header-main-mobile .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper > button .cart_text_wrapper, .header-main-mobile .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper > button .cart_text_wrapper, .header-main-mobile .header-main-inner .cta-container .header-cart-button-wrapper > button .cart_text_wrapper, .header-main-mobile .header-main-inner .header-right-area .header-cart-button-wrapper > button .cart_text_wrapper, .header-main .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper > button .cart_text_wrapper, .header-main .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper > button .cart_text_wrapper, .header-main .header-main-inner .cta-container .header-cart-button-wrapper > button .cart_text_wrapper, .header-main .header-main-inner .header-right-area .header-cart-button-wrapper > button .cart_text_wrapper {
  display: flex;
  flex-direction: column;
}

.header-main-mobile .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper > button .cart_text_wrapper .cart_quantity_wrapper, .header-main-mobile .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper > button .cart_text_wrapper .cart_quantity_wrapper, .header-main-mobile .header-main-inner .cta-container .header-cart-button-wrapper > button .cart_text_wrapper .cart_quantity_wrapper, .header-main-mobile .header-main-inner .header-right-area .header-cart-button-wrapper > button .cart_text_wrapper .cart_quantity_wrapper, .header-main .mobile-navigation-wrapper .cta-container .header-cart-button-wrapper > button .cart_text_wrapper .cart_quantity_wrapper, .header-main .mobile-navigation-wrapper .header-right-area .header-cart-button-wrapper > button .cart_text_wrapper .cart_quantity_wrapper, .header-main .header-main-inner .cta-container .header-cart-button-wrapper > button .cart_text_wrapper .cart_quantity_wrapper, .header-main .header-main-inner .header-right-area .header-cart-button-wrapper > button .cart_text_wrapper .cart_quantity_wrapper {
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.mobile-navigation{
  height: 100vh;
  /* fallback */
  height: 100dvh;
}

.delivery_popup_btn_wrapper {
  position: absolute;
  bottom: 0px;
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  border-radius: 40px 40px 0 0;
}

@media not all and (min-width: 768px) {
  .delivery_popup_btn_wrapper {
    border-radius: 19px !important;
    width: calc(100% - calc(var(--global-padding-x) * 2));
  }
}

.delivery_popup_btn_wrapper .delivery_popup_btn {
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .delivery_popup_btn_wrapper .delivery_popup_btn {
    height: 51px;
    font-size: 14px;
  }
}

.delivery_popup_btn_wrapper .delivery_popup_btn > * {
  position: relative;
  top: 3px;
}

/* Header Desktop */

.header-main-desktop {
  display: none;
}

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

.header-main-desktop .header-main-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
}

.sub-menu.header-main-desktop .header-main-inner {
  gap: 1rem;
  padding: 1rem;
}

.header-main-desktop .header-main-inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.header-main-desktop .header-main-inner > div:nth-child(2) {
  display: flex;
  justify-content: center;
}

.header-main-desktop .header-main-inner > div:last-child {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}

.topbar_widget > p {
  margin: 0px;
}

/* Header Mobile */

.header-main-mobile {
  display: block;
  padding-bottom: 70px;
}

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

.header-main-mobile .mobile-navigation-wrapper {
  display: grid;
  grid-template-columns: 20% 60% 20%;
}

.sub-menu.header-main-mobile .mobile-navigation-wrapper {
  gap: 1rem;
  padding: 1rem;
}

.header-main-mobile .mobile-navigation-wrapper > div:last-child {
  position: absolute;
  right: 0px;
  width: 20%;
}

.header-main-mobile .cta-container > div,
	.header-main-mobile .mobile-button-container {
  margin-top: -2rem !important;
}

@media (min-width: 1280px) {
  .header-main-mobile .cta-container > div,
	.header-main-mobile .mobile-button-container {
    margin-top: -4rem !important;
  }
}

.header-main-mobile .header-search-container .header-search-wrapper {
  margin-right: 0px;
  display: flex;
}

.header-main-mobile .header-search-container .header-search-wrapper img {
  aspect-ratio: 1 / 1;
}

@media not all and (min-width: 1024px) {
  .header-main-mobile .header-search-container .header-search-wrapper img {
    width: 1.25rem;
  }
}

.header-main-mobile .cart_quantity_wrapper,
	.header-main-mobile .wc-block-mini-cart__badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  font-size: 11px !important;
  line-height: 11px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  /* @apply right-1 top-2 p-[2px] h-[13px] w-[13px]; */
  transform: translateY(calc(-100% + 5px)) translateX(-50%);
  top: 0;
  left: 50%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.header-main-mobile .cart_quantity_wrapper span.wc-block-mini-cart__quantity-badge, .header-main-mobile .wc-block-mini-cart__badge span.wc-block-mini-cart__quantity-badge {
  background-image: url(/wp-content/themes/digitalup_tw/theme/assets/images/Cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.header-main-mobile .cart_quantity_wrapper span.wc-block-mini-cart__quantity-badge svg, .header-main-mobile .wc-block-mini-cart__badge span.wc-block-mini-cart__quantity-badge svg {
  visibility: hidden;
  opacity: 0;
}

/* Sticky Header */

.header-wrapper.is-hidden {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header-wrapper.is-visible {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header-wrapper.is-sticky .header-top {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.header-wrapper.is-sticky .header-main {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1280px) {
  .header-wrapper.is-sticky .header-main {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.header-wrapper.is-sticky.is-hidden .header-main-desktop {
  padding-bottom: 0px;
}

.header-wrapper.is-sticky .header-upcoming-events {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Elissavet Style for Meat it */

#masthead {
  position: relative;
}

#masthead .topbar-left-area {
  width: 100%;
  flex-grow: 0;
  overflow: hidden;
}

@media not all and (min-width: 1024px) {
  #masthead .topbar-left-area {
    text-align: center;
  }
}

@media (min-width: 768px) {
  #masthead .topbar-left-area {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  #masthead .topbar-left-area {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (min-width: 1280px) {
  #masthead .topbar-left-area {
    width: 33.333333%;
  }
}

.logo-col img {
  margin-top: -2.5rem;
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  max-width: 155px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media not all and (min-width: 1024px) {
  .logo-col img {
    margin-top: -1.5rem;
  }
}

@media (min-width: 1024px) {
  .logo-col img {
    max-width: 13rem;
  }
}

@media (min-width: 1280px) {
  .logo-col img {
    max-width: 16rem;
  }
}

.mobile-navigation-body ul#primary-menu {
  flex-direction: column;
  align-items: flex-start;
}

.mobile-navigation-body ul#primary-menu > li {
  margin-left: 60px;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

@media (min-width: 1024px) {
  .home .delivery_popup_btn_wrapper {
    border-radius: 40px 40px 0 0 !important;
  }
}

.home #main {
  margin-bottom: 0px;
}

.home footer#footer {
  position: relative;
  margin-top: -2.5rem;
}

.home .header-main-mobile,
	.home .header-main {
  border-bottom-width: 0px;
}

.home #content {
  position: relative;
}

.home #content:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

#welcomeSection {
  position: relative;
  left: 0px !important;
  width: 100%;
  border-radius: 30px 30px 0 0;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  #welcomeSection {
    border-radius: 40px 40px 0 0;
  }
}

@media (min-width: 1024px) {
  #welcomeSection {
    padding-top: 176px;
  }
}

@media (min-width: 1280px) {
  #welcomeSection {
    height: calc(100vh - var(--mastheadHeight));
    min-height: 550px;
  }
}

#welcomeSection:before,
	#welcomeSection:after {
  position: absolute;
  top: 0px;
  display: block;
  height: 100%;
  width: 50%;
  background-color: transparent;
  --tw-content: "";
  content: var(--tw-content);
}

#welcomeSection:before {
  left: 0px;
  background: linear-gradient(269deg, transparent 0%, rgba(0,0,0,.75) 100%)
			no-repeat padding-box;
}

/* &:after { 
		@apply right-0;
		background: -webkit-linear-gradient(89deg, transparent 0%, rgba(0,0,0,.7) 100%)
			no-repeat padding-box;
		background: -moz-linear-gradient(89deg, #ffffff 0%, rgba(0,0,0,.7) 100%)
			no-repeat padding-box;
		background: linear-gradient(89deg, transparent 0%, rgba(0,0,0,.7) 100%)
			no-repeat padding-box;
	} */

#welcomeSection > .vc_row {
  display: flex;
  height: 100%;
  flex-direction: column;
}

@media (min-width: 991px) {
  #welcomeSection > .vc_row {
    flex-direction: row;
  }
}

@media not all and (min-width: 991px) {
  #welcomeSection > .vc_row > .wpb_column:not(.carousel-column) {
    width: 100% !important;
  }
}

#welcomeSection > .vc_row > .wpb_column:first-child {
  display: flex;
  align-items: center;
}

#welcomeSection > .vc_row > .wpb_column:last-child {
  display: flex;
  align-items: flex-end;
}

#welcomeSection .home_banner_text {
  margin-top: 5rem;
  width: 400px;
  max-width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#welcomeSection h5 {
  position: absolute;
  bottom: -50px;
  left: 130px;
  width: 365px;
  max-width: 100%;
  --tw-rotate: -5deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 1280px) {
  #welcomeSection h5 {
    bottom: -2.5rem;
    left: 5rem;
  }
}

@media not all and (min-width: 991px) {
  #welcomeSection h5 {
    display: inline-block;
    width: 240px;
  }
}

@media not all and (min-width: 1024px) {
  #welcomeSection .duj_sec_home_banner_left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media not all and (min-width: 991px) {
  #welcomeSection .duj_sec_home_banner_left {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  #welcomeSection {
    background-size: 150%;
    background-position: top center;
  }

  #welcomeSection .banner-title+.wpb_text_column {
    margin-top: 120px;
  }
}

@media (max-width: 639px) {
  #welcomeSection {
    background-size: auto 400px;
    background-position: top center;
  }

  #welcomeSection .banner-title+.wpb_text_column {
    margin-top: 120px;
  }
}

@media not all and (min-width: 991px) {
  .carousel-column {
    width: 100% !important;
  }
}

@media (min-width: 1785px) {
  .carousel-column {
    padding-left: calc(6% - 28px) !important;
  }
}

/* @apply max-sm:!w-[calc(100%_+_30px)] max-sm:-left-[15px]; */

.carousel-column .du-carousel {
  padding-top: 1.5rem;
}

/* @apply opacity-0; */

.carousel-column .du-carousel.swiper-initialized {
  opacity: 1;
}

.carousel-column .du-carousel .swiper-pagination-bullets {
  bottom: 0px;
}

@media (min-width: 1280px) {
  .carousel-column .du-carousel .swiper-pagination-bullets {
    bottom: 1rem;
  }
}

@media not all and (min-width: 1280px) {
  .carousel-column .du-carousel .simple-button.secondary-button {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.carousel-column .swiper-slide {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 991px) {
  .carousel-column .swiper-slide {
    padding-left: 1.25rem;
    padding-right: 0.5rem;
  }
}

@media not all and (min-width: 1280px) {
  .carousel-column .swiper-slide .lightblue-wrapped h4 {
    font-size: 18px;
  }
}

.carousel-column .home_carousel {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  padding: 42px 28px 35px 37px;
  box-shadow: -6px -6px 15px #0000007D;
  border-radius: 40px 40px 0 0;
}

@media (min-width: 991px) {
  .carousel-column .home_carousel {
    padding: 42px 28px 20px 37px;
  }
}

@media (min-width: 1280px) {
  .carousel-column .home_carousel {
    padding: 42px 28px 64px 37px;
  }
}

/* @apply max-sm:w-[calc(100%_+_calc(var(--global-padding-x)_*_2))]; */

/* box-shadow: -6px -6px 15px #0000007D; */

.carousel-column .home_carousel > .vc_row {
  position: relative;
  display: flex;
  align-items: stretch;
}

@media not all and (min-width: 640px) {
  .carousel-column .home_carousel > .vc_row {
    flex-direction: column;
  }
}

.carousel-column .home_carousel > .vc_row .wpb_column:first-child .vc_single_image-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 331px;
}

@media not all and (min-width: 640px) {
  .carousel-column .home_carousel > .vc_row .wpb_column:first-child .vc_single_image-wrapper {
    text-align: center;
  }
}

.carousel-column .home_carousel > .vc_row .wpb_column:last-child {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
}

.carousel-column .home_carousel > .vc_row .wpb_column:last-child .wpb_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-column .home_carousel > .vc_row .wpb_column:last-child .wpb_wrapper .lightblue-wrapped {
  width: 100%;
}

.carousel-column .home_carousel > .vc_row .wpb_column:last-child .wpb_wrapper .lightblue-wrapped h4 {
  width: 100%;
}

.carousel-column .home_carousel > .vc_row .wpb_text_column {
  margin-bottom: 0px !important;
}

.carousel-column .home_carousel > .vc_row *:not(a) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.carousel-column .home_carousel > .vc_row img {
  border-radius: 25px;
}

.carousel-column .home_carousel > .vc_row .simple-button-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.carousel_title {
  padding-top: 50px;
}

.carousel_title * {
  font-family: salden, sans-serif;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.very_big_text {
  padding-top: 2.5rem;
}

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

.very_big_text * {
  /* @apply 2xl:text-[128px]; */
  font-size: 60px;
  line-height: 1;
}

@media (min-width: 1280px) {
  .very_big_text * {
    font-size: 98px;
  }
}

@media (min-width: 1785px) {
  .very_big_text * {
    font-size: 128px;
  }
}

.lightblue-wrapped {
  position: absolute;
  top: 0px;
  overflow: hidden;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(155 229 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1;
}

@media not all and (min-width: 640px) {
  .lightblue-wrapped {
    width: calc(100% - 20px);
  }
}

@media (min-width: 640px) {
  .lightblue-wrapped {
    left: -6rem;
  }
}

.lightblue-wrapped {
  transform: matrix(1, -0.09, 0.09, 1, 0, 0);
}

.lightblue-wrapped > div {
  line-height: 1;
}

.lightblue-wrapped h4 {
  /* force single line with ellipsis */
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

@media not all and (min-width: 480px) {
  .lightblue-wrapped h4 {
    width: 100%;
    max-width: 100%;
  }
}

.text-area-xs {
  margin-left: auto;
  margin-right: auto;
  width: 386px;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media not all and (min-width: 991px) {
  .text-area-xs {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .text-area-xs {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.text-area-s {
  margin-left: auto;
  margin-right: auto;
  width: 425px;
  max-width: 100%;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.text-area-m {
  margin-left: auto;
  margin-right: auto;
  width: 568px;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 480px) {
  .text-area-m {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

/* text / image Section */

.bg-lightblue-text {
  margin-bottom: 2px;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(155 229 255 / var(--tw-bg-opacity, 1));
}

.bg-lightblue-text p {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 600;
}

.bg-lightblue-text.transparent-text p {
  color: transparent;
}

.home-images-text {
  display: flex;
}

@media (min-width: 640px) {
  .home-images-text {
    gap: 13px;
  }
}

#whyUs .vc_row.wpb_row.vc_row-fluid.row-sm.home-images-text {
  width: 1100px !important;
}

#whyUs .vc_row.wpb_row.vc_row-fluid.row-sm.home-images-text .image_with_text_txt_wrapper p {
  height: 32px;
  font-size: 14px;
}

#promoteSection {
  z-index: 10;
  margin-top: 4%;
  overflow: visible;
  padding-top: 4% !important;
}

#promoteSection > .vc_row {
  display: flex;
}

@media not all and (min-width: 1024px) {
  #promoteSection > .vc_row {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }

  #promoteSection > .vc_row .wpb_column {
    width: 600px;
  }
}

@media not all and (min-width: 768px) {
  #promoteSection > .vc_row .wpb_column {
    width: 100%;
  }
}

#promoteSection > .vc_row .wpb_column .wpb_single_image img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-width: 768px) {
  #promoteSection > .vc_row .wpb_column .emtext {
    width: 220px;
  }
}

#promoteSection > .vc_row .home_video_row {
  position: absolute;
  bottom: 1.25rem;
  right: 15px;
  display: flex;
  width: 170px;
  align-items: center;
  border-radius: 113px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 1rem;
}

@media (min-width: 480px) {
  #promoteSection > .vc_row .home_video_row {
    bottom: 2.5rem;
    right: 30px;
    width: 240px;
  }
}

@media (min-width: 640px) {
  #promoteSection > .vc_row .home_video_row {
    width: 292px;
  }
}

#promoteSection .du-container.text-area-xs {
  margin-bottom: 1.75rem;
}

@media (min-width: 1536px) {
  #promoteSection .du-container.text-area-xs {
    margin-left: 25%;
  }
}

#accordionSection {
  padding-top: 0.5rem !important;
  padding-bottom: 4% !important;
}

#accordionSection > .vc_row {
  display: flex;
}

@media not all and (min-width: 1024px) {
  #accordionSection > .vc_row {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2.5rem;
  }

  #accordionSection > .vc_row .wpb_column {
    width: 600px;
  }
}

@media not all and (min-width: 768px) {
  #accordionSection > .vc_row .wpb_column {
    width: 100%;
  }
}

#accordionSection .vc_tta-panel-body .accordion_row {
  margin-bottom: 1.25rem;
}

#accordionSection .vc_tta-panel-body .accordion_row .wpb_column {
  width: 100%;
}

#accordionSection .vc_tta-panel-body .accordion_row .wpb_column > div > .wpb_wrapper {
  display: flex;
  flex-direction: row;
}

#accordionSection .vc_tta-panel-body .accordion_row .wpb_column > div > .wpb_wrapper .wpb_text_column {
  margin-bottom: 0px !important;
  padding-right: 1.25rem;
}

@media (min-width: 480px) {
  #accordionSection .vc_tta-panel-body .accordion_row .wpb_column > div > .wpb_wrapper .wpb_text_column {
    padding-right: 15%;
  }
}

#accordionSection .simple-button-wrapper-primary_short {
  display: flex;
  align-items: flex-end;
}

#meatitClub {
  overflow: visible;
  padding-top: 0px !important;
}

@media not all and (min-width: 640px) {
  #meatitClub {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1)) !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

#meatitClub .vc_row.row-meatit-club {
  position: relative;
  z-index: 1;
  width: 1018px;
  max-width: calc(100% - var(--global-padding-x));
  border-radius: 25px;
  padding-left: var(--global-padding-x) !important;
  padding-right: var(--global-padding-x) !important;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  box-shadow: 6px 6px 10px #0000001C;
}

@media (min-width: 640px) {
  #meatitClub .vc_row.row-meatit-club {
    bottom: -100px;
    padding-left: 7rem !important;
    padding-right: 7rem !important;
    padding-top: 1.5rem;
  }
}

#meatitClub .vc_row.row-meatit-club .meait_club_logo {
  position: absolute;
  top: 0px;
  right: var(--global-padding-x);
  width: 10rem;
  --tw-translate-y: -80px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {
  #meatitClub .vc_row.row-meatit-club .meait_club_logo {
    width: 263px;
    --tw-translate-y: -110px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1024px) {
  #meatitClub .vc_row.row-meatit-club .meait_club_logo {
    width: auto;
  }
}

#meatitClub .vc_row.row-meatit-club .meait_club_logo +.meait_club_logo+.wpb_single_image img {
  width: 10rem;
}

@media (min-width: 640px) {
  #meatitClub .vc_row.row-meatit-club .meait_club_logo +.meait_club_logo+.wpb_single_image img {
    width: 270px;
  }
}

#meatitClub .vc_row.row-meatit-club .wpb_text_column {
  margin-bottom: 0.5rem !important;
}

#meatitClub .vc_row.row-meatit-club .simple-button-wrapper {
  margin-top: 1.25rem;
}

#meatitClub .vc_row.row-meatit-club > .wpb_column:last-child {
  position: static;
}

@media not all and (min-width: 640px) {
  #meatitClub .vc_row.row-meatit-club .wpb_single_image:last-child {
    position: absolute;
    bottom: -1.75rem;
    right: var(--global-padding-x);
    max-width: 170px;
  }
}

#meatitClub .vc_row.row-meatit-club .wpb_single_image:last-child img {
  border-radius: 0px;
}

#meatitClub .vc_row.row-meatit-club .simple-button.primary-button {
  min-width: 204px;
}

#tiktokSection {
  padding-top: 3.5rem;
  padding-bottom: 130px;
}

@media (min-width: 640px) {
  #tiktokSection {
    padding-top: 200px;
  }
}

#tiktokSection {
  background: orange url(/wp-content/uploads/2025/11/Background-Image-Tik-tok-light.webp) no-repeat center center;
  background-size: cover !important;
}

#tiktokSection .vc_row.wpb_row.vc_row-fluid.light-text {
  overflow: visible;
}

#tiktokSection .du_section_title {
  display: flex;
  flex-direction: column-reverse;
}

#tiktokSection .du_section_title .du_section_subtitle.handwritting {
  top: -1.25rem;
}

@media not all and (min-width: 640px) {
  #tiktokSection .du_tiktok_images {
    margin-top: 2.5rem;
  }
}

@media not all and (min-width: 991px) {
  #tiktokSection .du_tiktok_images .wpb_column {
    float: left;
    width: 33.333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media not all and (min-width: 640px) {
  #tiktokSection .du_tiktok_images .wpb_column {
    width: 50%;
  }
}

@media (min-width: 991px) {
  #tiktokSection .du_tiktok_images .wpb_column {
    padding-right: 1.25rem;
  }
}

@media (min-width: 1785px) {
  #tiktokSection .du_tiktok_images .wpb_column {
    padding-right: 2.5rem;
  }
}

#tiktokSection .du_tiktok_images .wpb_column:first-child,
			#tiktokSection .du_tiktok_images .wpb_column:nth-child(3) {
  position: relative;
  padding-top: 2.5rem;
}

@media (min-width: 640px) {
  #tiktokSection .du_tiktok_images .wpb_column:first-child,
			#tiktokSection .du_tiktok_images .wpb_column:nth-child(3) {
    padding-top: 90px;
  }
}

#tiktokSection .du_tiktok_images .wpb_column .wpb_single_image img {
  border-radius: 0px;
}

/* .du_tiktok_tag {
				@apply absolute top-0 left-[34px] sm:left-[var(--global-padding-x)] tablet:left-0 z-10;
			} */

/* 
			.du_tiktok_icon {
				@apply absolute top-0 left-full tablet:left-0 z-10;
			} */

#tiktokSection .du_tiktok_images .wpb_column .du_tiktok_tag {
  position: absolute;
  top: 0px;
  left: 34px;
  z-index: 10;
}

@media (min-width: 640px) {
  #tiktokSection .du_tiktok_images .wpb_column .du_tiktok_tag {
    left: var(--global-padding-x);
  }
}

@media (min-width: 991px) {
  #tiktokSection .du_tiktok_images .wpb_column .du_tiktok_tag {
    left: 0px;
  }
}

#tiktokSection .du_tiktok_images .wpb_column .du_tiktok_tag {
  top: 0.75rem;
  --tw-translate-x: -30px;
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 19px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 400px) {
  #tiktokSection .du_tiktok_images .wpb_column .du_tiktok_tag {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 640px) {
  #tiktokSection .du_tiktok_images .wpb_column .du_tiktok_tag {
    top: 60px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 991px) {
  #tiktokSection .du_tiktok_images .wpb_column .du_tiktok_tag {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  #tiktokSection .du_tiktok_images .wpb_column .du_tiktok_tag {
    --tw-translate-x: -80px;
    --tw-rotate: -17deg;
    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));
    top: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

#tiktokSection .du_tiktok_images .wpb_column .du_tiktok_tag p a {
  font-size: 14px;
  --tw-text-opacity: 1 !important;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 991px) {
  #tiktokSection .du_tiktok_images .wpb_column .du_tiktok_tag p a {
    font-size: 22px;
  }
}

#tiktokSection .du_tiktok_images .wpb_column .du_tiktok_icon {
  position: absolute;
  left: 100%;
  top: -30px;
  z-index: 10;
  --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));
}

@media (min-width: 640px) {
  #tiktokSection .du_tiktok_images .wpb_column .du_tiktok_icon {
    top: 110px;
  }
}

@media (min-width: 991px) {
  #tiktokSection .du_tiktok_images .wpb_column .du_tiktok_icon {
    left: 0px;
  }
}

#tiktokSection .du_tiktok_images .wpb_column .du_tiktok_icon img {
  width: 2.5rem;
  min-width: 2.5rem;
}

@media (min-width: 400px) {
  #tiktokSection .du_tiktok_images .wpb_column .du_tiktok_icon img {
    width: 4rem;
    min-width: 4rem;
  }
}

@media (min-width: 640px) {
  #tiktokSection .du_tiktok_images .wpb_column .du_tiktok_icon img {
    width: 6rem;
    min-width: 6rem;
  }
}

@media (min-width: 991px) {
  #tiktokSection .du_tiktok_images .wpb_column .du_tiktok_icon img {
    width: 100%;
  }
}

@media not all and (min-width: 640px) {
  #tiktokSection .du_tiktok_images .wpb_column:last-child {
    display: none;
  }
}

@media not all and (min-width: 991px) {
  #tiktokSection .text-area-s {
    margin-left: 0px;
  }

  #tiktokSection .du_section_title_wrapper {
    margin-top: 0px !important;
  }
}

#wooHomeProducts .icon_after_h2 h2 {
  margin-bottom: 15px;
}

#wooHomeProducts .icon_after_h2 .underline-brush-red {
  background-size: 73% auto;
  background-position: 12px 87%;
}

.underline-brush-red {
  background-image: url('assets/images/underline-brush-red.svg');
  background-size: auto;
  background-position: 0 95%;
  background-repeat: no-repeat;
  padding-bottom: 0.75rem;
}

.underline-brush-blue {
  background-image: url('assets/images/underline-brush-blue.svg');
  background-size: auto;
  background-position: 0 95%;
  background-repeat: no-repeat;
  padding-bottom: 1.25rem;
}

@media (min-width: 991px) and (max-width: 1400px) {
  .duj_sec_home_banner_left {
    width: 40% !important;
  }

  .carousel-column {
    width: 60% !important;
  }
}

@media (min-width: 991px) and (max-width: 1279px) {
  .carousel-column .home_carousel > .vc_row > div:first-child {
    display: flex;
    width: 40%;
    align-items: center;
  }
}

@media (max-width: 990px) {
  #welcomeSection {
    margin-bottom: 340px;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible;
    background-size: cover;
  }

  #welcomeSection > .vc_row > .wpb_column:first-child {
    padding-bottom: 8rem;
  }

  #welcomeSection .carousel-column {
    position: absolute;
    top: calc(100% - 8rem);
    left: 0px;
    height: 420px;
  }
}

@media (max-width: 639px) {
  #welcomeSection {
    margin-bottom: 530px;
  }

  #welcomeSection .carousel-column {
    height: 650px;
  }
}

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

.ios-like-select {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.5rem;
  padding: 1rem;
}

/* Custom CSS for smooth scrolling and item height */

.ios-like-select .picker-column {
  /* Disable default scrollbar */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  width: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
  text-align: center;
}

.ios-like-select .picker-column::-webkit-scrollbar {
  display: none;
}

.ios-like-select .picker-item {
  display: flex;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1;
  opacity: 0.65;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 45px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .ios-like-select .picker-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 24px;
  }
}

.ios-like-select .picker-item.selected {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.ios-like-select .picker-item.neighbor {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
  opacity: 0.8;
}

.ios-like-select .picker-container {
  mask-image: linear-gradient(
		to bottom,
		transparent,
		black 50px,
		black 166px,
		transparent
	);
  -webkit-mask-image: linear-gradient(
		to bottom,
		transparent,
		black 50px,
		black 166px,
		transparent
	);
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.ios-like-select .selection-overlay {
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  border-radius: 45px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.modal-trigger {
  cursor: pointer;
}

.modal-close {
  display: inline-block;
  cursor: pointer;
  align-self: flex-end;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 300;
  margin-left: auto;
  margin-right: auto;
  display: none;
  width: 100%;
  max-width: 93%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .modal {
    width: auto;
    min-width: 700px;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 2.25rem;
    padding-top: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .modal {
    min-width: 900px;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 2.5rem;
    padding-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .modal {
    min-height: 400px;
    min-width: 1100px;
  }
}

.modal {
  height: 90vh;
}

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

.modal {
  /* Ensures modal fits viewport height on small screens */
}

.modal.open {
  display: flex;
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1280px) {
  .modal-head {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.modal-subtitle {
  margin: 0px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

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

.modal-title {
  margin-bottom: 2rem;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .modal-title {
    font-size: 36px;
  }
}

.modal-body {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.modal-body p:has(> iframe) {
  margin: 0px;
  width: 100%;
  padding: 0px;
}

.modal-body iframe {
  width: 100%;
}

/* "Fix" for the posibility that there is a device that has an extremely narrow screen */

@media (min-width: 1280px) and (max-height: 640px) {
  .pview-modules > ul.sub-menu {
    max-height: 50vh;
    overflow-y: scroll;
  }
}

/*Main Navigation*/

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

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

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

.primary-menu li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*Secondary Navigation*/

.secondary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

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

.secondary-menu li::before {
  content: "|";
  margin-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.secondary-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

/*Sub menus*/

.primary-menu .submenu-wrapper {
  position: absolute;
  left: 0px;
  top: auto;
  z-index: -10;
  display: none;
  height: auto;
  width: 100%;
  --tw-translate-x: 0px;
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: space-between;
}

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

.primary-menu .submenu-wrapper {
  overflow-y: hidden;
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 6rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .primary-menu .submenu-wrapper {
    border-radius: 40px;
  }
}

@media (min-width: 1785px) {
  .primary-menu .submenu-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.primary-menu .submenu-wrapper {
  min-height: 50vh;
  max-height: 85vh;
}

.submenu-wrapper.open {
  display: flex;
}

.submenu-image-wrapper {
  position: absolute;
  right: 0px;
  height: 100%;
  width: auto;
  min-width: 35%;
  max-width: calc(45% + 6px);
}

@media not all and (min-width: 1280px) {
  .submenu-image-wrapper {
    display: none;
  }
}

.submenu-content-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .submenu-content-wrapper {
    border-radius: 25px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

.submenu-content-wrapper {
  min-height: 50vh;
  max-height: 85vh;
}

.submenu-content-wrapper.submenu-content-wrapper-with-image {
  margin-left: 0px !important;
  width: 55%;
}

.submenu-image {
  height: 100% !important;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body.submenu-open .primary-menu .menu-item a {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

body.submenu-open .primary-menu .menu-item.dropdown-trigger.open a {
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

body.submenu-open .global-overlay {
  z-index: 49 !important;
  display: block !important;
}

body.submenu-open .header-top {
  opacity: 0.5 !important;
}

.has-children-svg {
  --tw-rotate: 0deg;
  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));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-item.dropdown-trigger.open a .has-children-svg {
  --tw-rotate: 180deg;
  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));
}

.menu-item.menu-item-has-children.open.menu-item-level-0
	> div
	> span.mobile-dropdown-trigger
	> svg,
.menu-item.menu-item-has-children.menu-item-level-1.menu-section-with-title__mobile.open
	> div
	> span.mobile-dropdown-trigger
	> svg {
  fill: #FFCE12;
}

/* Basic grid styling for submenu columns */

.sub-menu.grid {
  gap: 1rem;
  padding: 1rem;
}

.menu-column-wrapper {
  padding-top: 2rem;
}

.submenu-content-wrapper .sub-menu.top-level ul.sub-menu {
  margin-right: 0.25rem;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.5rem;
}

.submenu-content-wrapper .sub-menu.top-level ul.sub-menu li {
  border-radius: 30px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1536px) {
  .submenu-content-wrapper .sub-menu.top-level ul.sub-menu li {
    padding-left: 1.5rem;
  }
}

.submenu-content-wrapper .sub-menu.top-level ul.sub-menu li .submenu-item-icon {
  margin-left: 2px;
}

.submenu-content-wrapper
	.sub-menu.top-level
	ul.sub-menu
	li:not(.menu-section-with-subtitle):hover,
.submenu-content-wrapper .sub-menu.top-level ul.sub-menu li.current-menu-item {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 248 / var(--tw-bg-opacity, 1));
}

.submenu-content-wrapper .sub-menu.top-level ul.sub-menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1785px) {
  .submenu-content-wrapper .sub-menu.top-level ul.sub-menu li a {
    font-size: 16px;
  }
}

.submenu-content-wrapper
	.sub-menu.top-level
	ul.sub-menu
	li
	a
	.submenu-item-icon {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: auto;
}

.submenu-content-wrapper
	.sub-menu.top-level
	ul.sub-menu
	li:hover
	a
	.submenu-item-icon,
.submenu-content-wrapper
	.sub-menu.top-level
	ul.sub-menu
	li.current-menu-item
	a
	.submenu-item-icon {
  fill: #FFCE12 !important;
}

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

/*Menu Title*/

.menu-section-with-title .menu-title {
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

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

.menu-section-with-title .menu-title {
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 248 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1536px) {
  .menu-section-with-title .menu-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.menu-section-with-title .menu-title .menu-title-text {
  pointer-events: none;
  cursor: default;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .menu-section-with-title .menu-title .menu-title-text {
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .menu-section-with-title .menu-title .menu-title-text {
    font-size: 20px;
  }
}

/* Menu Subtitle */

.item-subtitle {
  font-weight: 700;
}

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

@media (min-width: 1536px) {
  .item-subtitle {
    font-size: 20px !important;
  }
}

/* MOBILE MENU */

.mobile-navigation-body {
  height: 100%;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
  overflow-x: hidden;
}

.primary-menu-mobile .sub-menu {
  height: 0px;
  overflow: hidden;
}

.primary-menu-mobile .sub-menu.open {
  margin-top: 1rem;
  height: auto;
  padding-top: 0.75rem;
}

.primary-menu-mobile .sub-menu.open > .menu-column-wrapper__mobile > .sub-menu {
  height: auto !important;
  background-color: transparent;
}

@media (min-width: 1280px) {
  .primary-menu-mobile .sub-menu:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

.primary-menu-mobile .sub-menu:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 248 / var(--tw-bg-opacity, 1));
}

.menu-title__mobile {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

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

.menu-title__mobile {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile) {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.primary-menu-mobile .menu-item.open:not(.menu-column-wrapper__mobile) {
  padding-bottom: 0px !important;
}

.primary-menu-mobile .menu-item .mobile-dropdown-trigger svg {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-menu-mobile .menu-item.open > div > .mobile-dropdown-trigger svg {
  --tw-rotate: 180deg;
  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));
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile) {
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile)
	> div {
  padding-left: 21px;
  padding-right: 31px;
}

.primary-menu-mobile .menu-item a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile):not(
		.menu-section-with-title__mobile
	),
.primary-menu-mobile
	.menu-item.menu-item-level-2:not(.menu-column-wrapper__mobile):not(
		.menu-section-with-title__mobile
	) {
  margin-bottom: 1.25rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-section-with-title__mobile),
.primary-menu-mobile
	.menu-item.menu-item-level-2:not(.menu-section-with-title__mobile) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1.menu-section-with-title__mobile,
.primary-menu-mobile
	.menu-item.menu-item-level-2.menu-section-with-title__mobile {
  padding-left: 1rem;
  padding-right: 1rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile)
	> div
	> a {
  font-size: 18px;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile)
	> div
	> a {
  font-size: 16px;
}

.primary-menu-mobile
	.menu-item.menu-item-level-2:not(.menu-column-wrapper__mobile)
	a {
  font-size: 16px;
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile) {
  padding-left: 30px;
  padding-right: 30px;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile):first-child {
  margin-top: -0.5rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile):not(
		:last-child
	)
	> div {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.primary-menu-mobile
	.menu-item.menu-item-level-2:not(.menu-column-wrapper__mobile) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* secondary */

.secondary-menu-mobile {
  margin-top: 3rem;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.secondary-menu-mobile .menu-item:not(.menu-column-wrapper__mobile) {
  margin-bottom: 0.5rem;
}

.secondary-menu-mobile .menu-item:not(.menu-column-wrapper__mobile)::before {
  content: "|";
  margin-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.secondary-menu-mobile .menu-item:not(.menu-column-wrapper__mobile) a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.mobile-dropdown-trigger {
  cursor: pointer;
}

.primary-menu-mobile {
  padding-left: 85px;
}

.primary-menu-mobile .menu-item {
  border-bottom-width: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.primary-menu-mobile .menu-item .menu-icon-wrapper {
  float: left;
  display: inline-block;
  width: 26px;
  padding-left: 0px !important;
  padding-right: 0.25rem !important;
}

.primary-menu-mobile .menu-item a {
  display: inline-block !important;
  width: auto;
  font-weight: 700;
}

.primary-menu-mobile .menu-item:hover > a,
		.primary-menu-mobile .menu-item .active-parent > a {
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.primary-menu-mobile .submenu-wrapper .submenu-content-wrapper {
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  border-style: none;
  padding: 0px;
}

.primary-menu-mobile .submenu-wrapper .submenu-content-wrapper .sub-menu.submenu-open {
  height: auto;
}

.primary-menu-mobile .submenu-wrapper .submenu-content-wrapper .sub-menu .menu-item {
  margin-bottom: 0px !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.primary-menu-mobile .submenu-wrapper .submenu-content-wrapper .sub-menu .menu-item a {
  font-size: 14px;
  line-height: 16px;
}

.primary-menu-mobile .submenu-wrapper .submenu-content-wrapper .sub-menu .menu-item:hover a {
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.primary-menu-mobile .submenu-wrapper .submenu-content-wrapper .sub-menu .menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile):first-child {
  margin-top: 0.5rem;
}

.du_mobile_navigation-overlay {
  position: fixed;
  top: calc(var(--topbar-height) * -1);
  left: 0px;
  z-index: 300;
  display: none;
  height: 9999px;
  width: 100%;
  opacity: 0;
}

.visible-mobOverlay {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
}

/*Newsletter*/

.du-newsletter-form-wrapper form.mailpoet_form {
  margin: 0px !important;
  display: flex;
  max-width: 525px;
  flex-wrap: wrap;
  padding: 0px !important;
}

@media (min-width: 1280px) {
  .du-newsletter-form-wrapper form.mailpoet_form {
    width: 100%;
    justify-content: space-between;
  }
}

.du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_columns_container {
  margin-bottom: 1rem !important;
  width: 100%;
  border-radius: 33px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2px;
}

.du-newsletter-form-wrapper form.mailpoet_form .mailpoet_form_columns {
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
}

.du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_columns.mailpoet_stack_on_mobile {
  flex-wrap: nowrap;
}

.du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_column.submit-btn-container {
  width: 56px !important;
  flex-basis: 50% !important;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_column.submit-btn-container {
    width: auto !important;
    align-items: flex-end;
  }
}

.du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_column.submit-btn-container
	.simple-button.primary-button {
  position: relative;
  width: 56px !important;
  padding-left: 0px;
}

@media (min-width: 768px) {
  .du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_column.submit-btn-container
	.simple-button.primary-button {
    width: 100% !important;
  }
}

.du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_column.submit-btn-container
	.simple-button.primary-button:after {
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_column.submit-btn-container
	.simple-button.primary-button:after {
    margin-left: 1.25rem;
  }
}

.du-newsletter-form-wrapper .mailpoet_text_label {
  margin-bottom: 0.5rem !important;
  margin-top: 0px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.96px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1024px) {
  .du-newsletter-form-wrapper .mailpoet_text_label {
    font-size: 18px !important;
  }
}

@media (min-width: 1280px) {
  .du-newsletter-form-wrapper .mailpoet_text_label {
    font-size: 20px !important;
  }
}

@media (min-width: 1536px) {
  .du-newsletter-form-wrapper .mailpoet_text_label {
    font-size: 22px !important;
  }
}

@media (min-width: 1785px) {
  .du-newsletter-form-wrapper .mailpoet_text_label {
    font-size: 24px !important;
  }
}

.du-newsletter-form-wrapper .mailpoet_checkbox_label {
  margin-bottom: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.8px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.du-newsletter-form-wrapper input[type="checkbox"] {
  height: 1rem !important;
  width: 1rem !important;
  cursor: pointer;
  border-radius: 9999px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.du-newsletter-form-wrapper input[type="checkbox"]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
}

.du-newsletter-form-wrapper input[type="checkbox"]:focus {
  border-color: transparent;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 9 19 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.du-newsletter-form-wrapper [type="submit"] {
  position: absolute;
  right: 0px;
  z-index: 99999;
  display: inline-block !important;
  height: 56px !important;
  width: 48px !important;
  cursor: pointer;
  border-radius: 29px !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.72px !important;
  color: transparent !important;
  text-decoration-line: none !important;
}

@media (min-width: 768px) {
  .du-newsletter-form-wrapper [type="submit"] {
    position: relative;
    height: auto !important;
    width: auto;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
}

@media (min-width: 1280px) {
  .du-newsletter-form-wrapper [type="submit"] {
    font-size: 18px !important;
  }
}

.du-newsletter-form-wrapper input[type="text"],
.du-newsletter-form-wrapper input[type="email"] {
  margin-left: 0.75rem !important;
  border-radius: 29px !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.76px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.du-newsletter-form-wrapper input[type="text"]::-moz-placeholder, .du-newsletter-form-wrapper input[type="email"]::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.du-newsletter-form-wrapper input[type="text"]::placeholder,
.du-newsletter-form-wrapper input[type="email"]::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .du-newsletter-form-wrapper input[type="text"],
.du-newsletter-form-wrapper input[type="email"] {
    font-size: 16px !important;
  }

  .du-newsletter-form-wrapper input[type="text"]::-moz-placeholder, .du-newsletter-form-wrapper input[type="email"]::-moz-placeholder {
    font-size: 16px;
  }

  .du-newsletter-form-wrapper input[type="text"]::placeholder,
.du-newsletter-form-wrapper input[type="email"]::placeholder {
    font-size: 16px;
  }
}

.du-newsletter-form-wrapper .mailpoet_paragraph {
  margin: 0px !important;
  width: 100% !important;
  flex-basis: 50%;
}

.du-newsletter-form-wrapper .mailpoet_paragraph input:not([type="checkbox"]) {
  width: 100% !important;
  padding: 0px !important;
}

.du-newsletter-form-wrapper .mailpoet_paragraph.last {
  position: relative;
  margin: 0px !important;
  display: flex;
  width: 100%;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.du-newsletter-form-wrapper
	.mailpoet_paragraph.newsletter-submit-btn.yellow-arrow-btn.last:after {
  display: block !important;
}

.du-newsletter-form-wrapper .mailpoet_paragraph.last input {
  margin: 0px !important;
}

.du-newsletter-form-wrapper .parsley-errors-list,
.du-newsletter-form-wrapper .parsley-required,
.du-newsletter-form-wrapper .parsley-custom-error-message {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0.25rem !important;
  margin-top: 0.5rem !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.72px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}

.du-newsletter-form-wrapper .mailpoet_validate_success {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

#pageHeader.page-header {
  margin-top: 1.25rem;
  padding-left: clamp(20px,5.21vw,100px) !important;
  padding-right: clamp(20px,5.21vw,100px) !important;
}

#pageHeader.page-header .page-main-container {
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  #pageHeader.page-header .page-main-container {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 27px;
    padding-right: 27px;
  }
}

#pageHeader.page-header .page-main-container .page-header-col-1 {
  margin-bottom: 1.25rem;
}

#pageHeader.page-header .page-main-container h1 {
  margin-bottom: 1.25rem;
}

#pageHeader.page-header .page-main-container .header-image img {
  border-radius: 40px;
}

/* html:not(.js_active) #pageHeader.page-header {
    @apply !px-0;
} */

.styling-decider {
  width: 410px;
  max-width: 100%;
}

/* > Our Story */

.du_story_section {
  margin-top: 1.25rem;
}

@media (min-width: 1280px) {
  #story1 .text-area-s {
    margin-left: calc(27px + 2.5rem);
  }
}

#story3 .text-area-s {
  margin-left: 0px;
}

@media not all and (min-width: 768px) {
  #story2  .text-area-s {
    margin-right: 0px;
  }
}

#story1 .bg-lightblue-text, #story2 .bg-lightblue-text, #story3 .bg-lightblue-text {
  margin-bottom: 1rem !important;
  border-radius: 3px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 16px;
  transform: matrix(1, -0.02, 0.02, 1, 0, 0);
}

#story1 .bg-lightblue-text p, #story2 .bg-lightblue-text p, #story3 .bg-lightblue-text p {
  font-weight: 700;
}

@media not all and (min-width: 768px) {
  #story1 > .vc_row, #story2 > .vc_row, #story3 > .vc_row {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
  }

  #story1 > .vc_row > div, #story2 > .vc_row > div, #story3 > .vc_row > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
  }
}

#story2 .vc_row {
  margin-top: 1.25rem;
}

@media not all and (min-width: 768px) {
  #story2 .vc_row {
    flex-direction: column;
  }
}

#story3 {
  margin-top: 5rem;
}

#story3 .vc_row {
  padding: 27px !important;
}

#story3 .vc_row .vc_column-inner {
  padding-top: 0px !important;
}

@media (min-width: 1280px) {
  #story3 .vc_row > .wpb_column:first-child > div > .wpb_wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* < Our Story */

/* > Contact / Stores */

.du_contact_details_row {
  display: flex;
  gap: 0.75rem;
}

@media not all and (min-width: 640px) {
  .du_contact_details_row {
    flex-direction: column;
  }
}

.du_contact_details_row .wpb_content_element {
  margin-bottom: 0.25rem !important;
}

.du_contact_details_row:before, .du_contact_details_row:after {
  display: none !important;
}

.du_contact_details_row > div:first-child {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

@media (min-width: 1024px) {
  .du_contact_details_row > div:first-child {
    width: 37.27%;
  }
}

.du_contact_details_row > div:first-child > div {
  width: auto;
}

.du_contact_details_row > div:first-child > div >.wpb_wrapper {
  /* @apply w-auto; */
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .du_contact_details_row > div:first-child > div >.wpb_wrapper {
    gap: 2rem;
  }
}

.du_contact_details_row > div:last-child {
  width: 100%;
}

@media (min-width: 1024px) {
  .du_contact_details_row > div:last-child {
    width: 62.73%;
  }
}

@media not all and (min-width: 991px) {
  .du_contact_details_row > div:last-child * {
    height: 100%;
  }
}

.du_contact_details_row > div:last-child * img {
  -o-object-fit: cover;
     object-fit: cover;
}

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

/* < Contact / Stores */

#page:has(.post.type-post) {
  /* @apply bg-[#F9F9F9]; */
}

.post-top-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post-top-wrapper .breadcrumbs {
  text-align: center;
}

.post-title {
  max-width: 650px;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 1280px) {
  .post-title {
    font-size: 50px;
  }
}

.post-info-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 720px;
  text-align: center;
}

.post-date-category {
  display: flex;
  justify-content: center;
  padding-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 500;
}

.post-short-description {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.blog-post-container {
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1280px) {
  .blog-post-container {
    margin-top: 4rem;
    padding-bottom: 5rem;
  }
}

.post-image-wrapper img {
  margin-bottom: 2.5rem;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-post-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}

.single-post-content :is(h1, h2, h3, h4, h5, h6) {
  font-size: 24px;
  font-weight: 700;
}

.single-post-content a {
  text-decoration-line: underline;
}

.single-post-content .gallery.gallery-columns-3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  place-items: center;
  gap: 0.75rem;
}

.sub-menu.single-post-content .gallery.gallery-columns-3 {
  gap: 1rem;
  padding: 1rem;
}

.single-post-content .gallery.gallery-columns-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1280px) {
  .single-post-content .gallery.gallery-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.single-post-content .gallery.gallery-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  place-items: center;
  gap: 0.75rem;
}

.sub-menu.single-post-content .gallery.gallery-columns-2 {
  gap: 1rem;
  padding: 1rem;
}

.single-post-content .gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.share-post-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.75rem;
  display: flex;
  max-width: 830px;
}

.share-post-container > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.share-post-container {
  border-radius: 49px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 248 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.share-post-container .addtoany_list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.share-links {
  display: flex;
}

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

.share-links img {
  height: 20px;
}

.post-navigation {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: flex;
  max-width: 830px;
  justify-content: space-between;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: flex;
}

.post-navigation .nav-previous a > :not([hidden]) ~ :not([hidden]),
.post-navigation .nav-next a > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.post-navigation .nav-previous img {
  transform: rotateY(180deg);
}

.post-navigation .nav-previous img,
.post-navigation .nav-next img {
  display: flex;
  width: 17px;
}

.post-navigation .nav-previous span,
.post-navigation .nav-next span {
  font-weight: 500;
}

.posts-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 30px;
}

.post-category-menu {
  margin-top: 1.25rem;
  width: 100%;
}

.post-category-menu .post-category-menu-title {
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-weight: 700;
}

.post-category-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.post-category-menu ul li {
  width: auto;
  border-radius: 33px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
  font-weight: 600;
  transition-property: opacity;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  /* a {
				@apply p-0 block w-full;
			} */
}

.post-category-menu ul li a {
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 480px) {
  .post-category-menu ul li a {
    height: 63px;
    padding: 1rem;
  }
}

@media (min-width: 640px) {
  .post-category-menu ul li a {
    padding: 1.25rem;
  }
}

@media (min-width: 768px) {
  .post-category-menu ul li a {
    min-width: 180px;
  }
}

.post-category-menu ul li.active {
  border-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.post-category-menu ul li.active a {
  opacity: 1;
}

.post-category-menu ul li:hover {
  --tw-border-opacity: 1;
  border-color: rgb(1 9 19 / var(--tw-border-opacity, 1));
}

.post-category-menu ul li:hover a {
  opacity: 1;
}

.post-list-wrapper {
  margin-top: 1rem;
  display: grid;
  width: 100%;
  max-width: 1300px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.post-list-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.sub-menu.post-list-wrapper {
  gap: 1rem;
  padding: 1rem;
}

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

@media (min-width: 1024px) {
  .post-list-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.post-list-wrapper {
  /* @apply lg:mt-0 lg:space-y-10; */
  margin-left: auto;
  margin-right: auto;
  width: var(--container-width-sm) !important;
  max-width: var(--max-container-width-sm);
  gap: 15px;
}

.post-list-wrapper .custom-post-wrapper {
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.post-list-wrapper .custom-post-wrapper .post-list-image-wrapper img {
  aspect-ratio: 414 / 345;
  width: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-list-wrapper .custom-post-wrapper .post-list-details {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 22px;
}

.post-list-wrapper .custom-post-wrapper .post-list-details .post-list-title {
  margin-top: 22px;
  margin-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-box-orient: vertical; */
}

.post-list-wrapper .custom-post-wrapper .post-list-details .post-list-footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.post-list-wrapper .custom-post-wrapper .post-list-details .post-list-footer .post-list-excerpt {
  margin-right: 0.5rem;
}

.post-list-wrapper .custom-post-wrapper .post-list-details .post-list-footer .post-list-excerpt p {
  margin-bottom: 0px;
}

/* .post-list-details {
	@apply px-2 mb-auto;
	@apply 2xl:px-10 lg:px-6 md:px-4 lg:max-w-[445px];
}

.post-list-wrapper article .post-list-details {
	@apply pb-4 flex flex-col lg:justify-between justify-start lg:h-full;
} 

.post-list-date-category {
	@apply flex flex-row text-16 font-medium mb-2;
	@apply sm:text-18;
	@apply lg:mb-3;
}

.slash-separator {
	@apply px-1;
}
*/

.pagination-prev {
  transform: rotateY(180deg);
}

.post-pagination-wrapper, .woocommerce nav.woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
  margin-bottom: 5rem;
}

.post-pagination-wrapper .text-before-pagination, .woocommerce nav.woocommerce-pagination .text-before-pagination {
  margin-right: 1.75rem;
}

.post-pagination-wrapper ul, .post-pagination-wrapper ul li, .woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
  border-style: none !important;
}

.post-pagination-wrapper a.page-numbers,
	.post-pagination-wrapper span.page-numbers,
	.woocommerce nav.woocommerce-pagination a.page-numbers,
	.woocommerce nav.woocommerce-pagination span.page-numbers {
  display: flex;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
  opacity: 1;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post-pagination-wrapper a.page-numbers.current, .post-pagination-wrapper span.page-numbers.current, .woocommerce nav.woocommerce-pagination a.page-numbers.current, .woocommerce nav.woocommerce-pagination span.page-numbers.current {
  --tw-bg-opacity: 1;
  background-color: rgb(155 229 255 / var(--tw-bg-opacity, 1));
  font-weight: 600;
}

.post-pagination-wrapper a.page-numbers:not(.current):hover, .post-pagination-wrapper a.page-numbers:not(.current):focus, .post-pagination-wrapper span.page-numbers:not(.current):hover, .post-pagination-wrapper span.page-numbers:not(.current):focus, .woocommerce nav.woocommerce-pagination a.page-numbers:not(.current):hover, .woocommerce nav.woocommerce-pagination a.page-numbers:not(.current):focus, .woocommerce nav.woocommerce-pagination span.page-numbers:not(.current):hover, .woocommerce nav.woocommerce-pagination span.page-numbers:not(.current):focus {
  background-color: transparent !important;
  opacity: 0.8;
}

.post-pagination-wrapper a.prev.page-numbers, .post-pagination-wrapper a.next.page-numbers, .woocommerce nav.woocommerce-pagination a.prev.page-numbers, .woocommerce nav.woocommerce-pagination a.next.page-numbers {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 990px) {
  .posts-container {
    max-width: 100%;
  }
}

/*Search Page*/

.page-404-wrapper .search-submit {
  margin-left: 0.75rem;
  display: inline-block;
  border-radius: 40px;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #F93200 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 50 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F93200 var(--tw-gradient-to-position);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none;
}

.page-404-wrapper .search-submit:hover {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.page-404-wrapper input.search-field {
  border-radius: 40px;
  padding: 0.75rem;
  font-size: 14px;
}

.custom-post-wrapper.custom-search-item-wrapper {
  margin-bottom: 1.25rem;
  width: 100%;
}

.custom-post-wrapper.custom-search-item-wrapper .post-list-details {
  max-width: none;
}

.custom-post-wrapper.custom-search-item-wrapper .post-list-date-category {
  margin-bottom: 0.75rem;
}

/* Floating Search Desktop */

.header-search-form-wrapper {
  position: fixed;
  top: -1px;
  left: 0px;
  right: 0px;
  z-index: 300;
  display: flex;
  height: 90px;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .header-search-form-wrapper {
    flex-wrap: nowrap;
  }
}

.header-search-form-wrapper .header-search-left {
  width: 100%;
}

@media (min-width: 1024px) {
  .header-search-form-wrapper .header-search-left {
    width: 16.666667%;
  }
}

.header-search-form-wrapper .header-search-center {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .header-search-form-wrapper .header-search-center {
    width: 66.666667%;
  }
}

.header-search-form-wrapper .header-search-right {
  position: absolute;
  top: 0px;
  right: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  .header-search-form-wrapper .header-search-right {
    position: relative;
    width: 16.666667%;
  }
}

.header-search-form-wrapper .header-search-right .header-search-close-btn {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

/* Floating Search Desktop */

.header-search-wrapper {
  margin-right: 1rem;
}

.header-search-wrapper .search-form::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 29px;
  height: 12px;
  width: 12px;
  --tw-rotate: 45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.du-timeline {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 20px);
  padding-top: 0px;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .du-timeline {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }
}

.du-timeline__line {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1280px) {
  .du-timeline__line {
    left: 1.5rem;
    width: 5px;
  }
}

.du-timeline__items {
  position: relative;
}

.du-timeline-item {
  position: relative;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  padding-left: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
  .du-timeline-item {
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .du-timeline-item {
    flex-direction: row;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px) {
  .du-timeline-item {
    margin-bottom: 5rem;
    gap: 2rem;
    padding-left: 4rem;
  }
}

.du-timeline-item:last-child {
  margin-bottom: 0px;
}

.du-timeline-item__dot {
  position: absolute;
  top: 0px;
  z-index: 10;
  cursor: pointer;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(235 237 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(219 223 231 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  left: -9px;
  height: 22px;
  width: 22px;
  border-width: 3px;
}

@media (min-width: 1280px) {
  .du-timeline-item__dot {
    left: 12px;
    height: 28px;
    width: 28px;
    border-width: 5px;
  }
}

.du-timeline-item--active .du-timeline-item__dot {
  cursor: default;
  --tw-border-opacity: 1;
  border-color: rgb(1 9 19 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
}

/* Always visible content */

.du-timeline-item__visible {
  width: 200px;
  flex: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

@media (min-width: 1024px) {
  .du-timeline-item__visible {
    width: 300px;
  }
}

.du-timeline-item--active .du-timeline-item__visible {
  cursor: default;
  opacity: 1;
}

.du-timeline-item__date {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1;
  color: rgb(219 223 231 / var(--tw-text-opacity, 1));
  font-size: 26px;
}

@media (min-width: 768px) {
  .du-timeline-item__date {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  .du-timeline-item__date {
    font-size: 36px;
  }
}

.du-timeline-item--active .du-timeline-item__date {
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.du-timeline-item__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(219 223 231 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .du-timeline-item__description {
    font-size: 18px;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .du-timeline-item__description {
    font-size: 24px;
  }
}

.du-timeline-item--active .du-timeline-item__description {
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

/* Box that appears when active */

.du-timeline-item__box {
  visibility: hidden;
  margin-left: auto;
  max-height: 0px;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.du-timeline-item--active .du-timeline-item__box {
  visibility: visible;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .du-timeline-item--active .du-timeline-item__box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .du-timeline-item--active .du-timeline-item__box {
    max-height: 400px;
  }
}

@media (min-width: 1280px) {
  .du-timeline-item--active .du-timeline-item__box {
    padding-left: 60px;
    padding-right: 120px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.du-timeline-item__title {
  margin-bottom: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
  font-size: 26px;
}

@media (min-width: 768px) {
  .du-timeline-item__title {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  .du-timeline-item__title {
    font-size: 36px;
  }
}

.du-timeline-item__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .du-timeline-item__content {
    font-size: 18px;
  }
}

.du-timeline-item__content p {
  margin-bottom: 1rem;
}

.du-timeline-item__content p:last-child {
  margin-bottom: 0px;
}

.woocommerce-products-header h1 {
  margin-bottom: 0px;
}

nav.woocommerce-breadcrumb {
  display: none;
}

p.woocommerce-result-count {
  display: none;
}

.search ul.products,
.archive ul.products {
  margin-left: auto !important;
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 3.5rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.sub-menu.search ul.products,.sub-menu
.archive ul.products {
  gap: 1rem;
  padding: 1rem;
}

current-menu-item .search ul.products,current-menu-item 
.archive ul.products {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

@media (min-width: 1024px) {
  .search ul.products,
.archive ul.products {
    width: calc(100% - 270px);
    max-width: 100%;
  }
}

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

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

.search ul.products,
.archive ul.products {
  /* @apply flex flex-wrap w-[var(--container-width-sm)] max-w-[var(--max-container-width-sm)] !mx-auto overflow-x-hidden; */
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 640px) {
  .search ul.products,
.archive ul.products {
    width: 400px;
  }
}

@media not all and (min-width: 480px) {
  .search ul.products,
.archive ul.products {
    width: 360px;
  }
}

.search ul.products li, .archive ul.products li {
  margin: 0px !important;
  display: flex;
  width: 100% !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  /* @apply !min-w-[calc(25%_-_20px)] !w-[calc(25%_-_20px)] !mr-5;  */
}

nav.woocommerce-pagination {
  float: right;
  max-width: 100%;
}

@media (min-width: 1024px) {
  nav.woocommerce-pagination {
    width: calc(100% - 270px);
  }
}

ul.products:before, ul.products:after {
  display: none !important;
}

ul.products li.product {
  height: auto;
}

/* 
        img { 
            @apply rounded-25 aspect-square !mb-2;
        } */

ul.products li.product .attachment-woocommerce_thumbnail {
  margin-bottom: 0.5rem !important;
  aspect-ratio: 1 / 1;
  border-radius: 25px;
}

ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 0.25rem;
  height: 40px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-family: omnes-greek, sans-serif;
  font-size: 20px !important;
  line-height: 22px;
}

@media (min-width: 640px) {
  ul.products li.product .woocommerce-loop-product__title {
    height: 58px;
  }
}

@media (min-width: 1280px) {
  ul.products li.product .woocommerce-loop-product__title {
    font-size: 25px !important;
    line-height: 29px;
  }
}

/* Product Slider */

ul.du-j-products li {
  display: flex;
  height: -webkit-fill-available;
  flex-direction: column;
  justify-content: space-between;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.woocommerce-info {
  border-radius: 40px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  font-size: 16px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.woocommerce-info:before {
  --tw-text-opacity: 1;
  color: rgb(72 208 255 / var(--tw-text-opacity, 1));
}

.woocommerce-message {
  border-radius: 40px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.woocommerce-message:before {
  --tw-text-opacity: 1;
  color: rgb(72 208 255 / var(--tw-text-opacity, 1));
}

.woocommerce-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.woocommerce-error:before {
  top: 0px;
  display: flex;
  height: 100%;
  align-items: center;
}

.woocommerce-error:after {
  display: none;
}

.woocommerce-error li {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-result-count {
  display: none;
}

.bapf_no_products {
  margin-top: 1.25rem;
}

.woocommerce-order-received .woocommerce-order h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: omnes-greek, sans-serif !important;
  font-size: 30px !important;
  line-height: 32px;
}

@media (min-width: 1024px) {
  .woocommerce-order-received .woocommerce-order h2 {
    font-family: salden, sans-serif;
  }
}

.woocommerce .woocommerce-customer-details address {
  margin-bottom: 1.25rem;
}

.woocommerce a.added_to_cart.wc-forward {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
  font-size: 25px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 100%;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

.-top-\[0\.0625rem\] {
  top: -0.0625rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

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

.right-36 {
  right: 9rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

.\!ml-\[18px\] {
  margin-left: 18px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto;
}

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

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

.ml-\[var\(--global-padding-x\)\] {
  margin-left: var(--global-padding-x);
}

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

.mr-\[\'\.\$carousel_items_spacing\.\'px\] {
  margin-right: '.$carousel items spacing.'px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.\!inline-block {
  display: inline-block !important;
}

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

.inline {
  display: inline;
}

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

.flex {
  display: flex;
}

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

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

.table {
  display: table;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-28 {
  height: 7rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

.\!w-\[28px\] {
  width: 28px !important;
}

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

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

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

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-80 {
  width: 20rem;
}

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%-50px\)\] {
  width: calc(100% - 50px);
}

.w-\[calc\(100\%_-_20px\)\] {
  width: calc(100% - 20px);
}

.w-\[calc\(100\%_-_56px\)\] {
  width: calc(100% - 56px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-32 {
  min-width: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[calc\(100\%-20px\)\] {
  max-width: calc(100% - 20px);
}

.max-w-\[calc\(100\%-30px\)\] {
  max-width: calc(100% - 30px);
}

.max-w-\[calc\(100\%-40px\)\] {
  max-width: calc(100% - 40px);
}

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

.max-w-none {
  max-width: none;
}

.\!flex-auto {
  flex: 1 1 auto !important;
}

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

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

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

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

.-translate-x-\[40\%\] {
  --tw-translate-x: -40%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.\!flex-row {
  flex-direction: row !important;
}

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

.\!flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

.\!flex-col {
  flex-direction: column !important;
}

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

.\!flex-col-reverse {
  flex-direction: column-reverse !important;
}

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

.\!flex-wrap {
  flex-wrap: wrap !important;
}

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

.\!flex-nowrap {
  flex-wrap: nowrap !important;
}

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

.\!items-start {
  align-items: flex-start !important;
}

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

.\!items-end {
  align-items: flex-end !important;
}

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

.\!items-center {
  align-items: center !important;
}

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

.\!items-baseline {
  align-items: baseline !important;
}

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

.\!items-stretch {
  align-items: stretch !important;
}

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

.\!justify-normal {
  justify-content: normal !important;
}

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

.\!justify-start {
  justify-content: flex-start !important;
}

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

.\!justify-end {
  justify-content: flex-end !important;
}

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

.\!justify-center {
  justify-content: center !important;
}

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

.\!justify-between {
  justify-content: space-between !important;
}

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

.\!justify-around {
  justify-content: space-around !important;
}

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

.\!justify-evenly {
  justify-content: space-evenly !important;
}

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

.\!justify-stretch {
  justify-content: stretch !important;
}

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-22 {
  border-radius: 22px;
}

.rounded-25 {
  border-radius: 25px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded-40 {
  border-radius: 40px;
}

.rounded-45 {
  border-radius: 45px;
}

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

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

.rounded-t-22 {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-r {
  border-right-width: 1px;
}

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

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

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

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

.border-gray-2 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

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

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

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

.bg-black\/25 {
  background-color: rgb(1 9 19 / 0.25);
}

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

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

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

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

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-black {
  --tw-gradient-from: #010913 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(1 9 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black {
  --tw-gradient-to: #010913 var(--tw-gradient-to-position);
}

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

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

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

.fill-gray-2 {
  fill: #CCCCCC;
}

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

.px-\[var\(--padding-x\)\] {
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}

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

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

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

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

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

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

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

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

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

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

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

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

.pl-1 {
  padding-left: 0.25rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

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

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

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

.pr-10 {
  padding-right: 2.5rem;
}

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

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

.pr-8 {
  padding-right: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-26 {
  font-size: 26px;
}

.text-36 {
  font-size: 36px;
}

.\!font-bold {
  font-weight: 700 !important;
}

.\!font-light {
  font-weight: 300 !important;
}

.\!font-medium {
  font-weight: 500 !important;
}

.\!font-normal {
  font-weight: 400 !important;
}

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.-tracking-\[-0\.32px\] {
  letter-spacing: 0.32px;
}

.-tracking-\[-0\.48px\] {
  letter-spacing: 0.48px;
}

.-tracking-\[-0\.8px\] {
  letter-spacing: 0.8px;
}

.-tracking-\[0\.36px\] {
  letter-spacing: -0.36px;
}

.-tracking-\[0\.48px\] {
  letter-spacing: -0.48px;
}

.-tracking-\[0\.9px\] {
  letter-spacing: -0.9px;
}

.-tracking-\[1px\] {
  letter-spacing: -1px;
}

.\!text-du {
  --tw-text-opacity: 1 !important;
  color: rgb(134 209 230 / var(--tw-text-opacity, 1)) !important;
}

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

.text-gray-2 {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

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

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

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

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

.\!opacity-40 {
  opacity: 0.4 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.blur-md {
  --tw-blur: blur(12px);
  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);
}

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

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

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

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

.duration-\[1s\] {
  transition-duration: 1s;
}

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

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

/* << Start Style John */

/* temporary import the base css to use the css variables */

/* @import url("./custom/base.css"); */

.du_j_ul-list-style-circle {
  list-style-type: none;
  padding-left: 12px;
}

.du_j_ul-list-style-circle:before {
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '';
  content: var(--tw-content);
}

/* Sintages blog post styles */

/*
section 1: Odigies
section 2: Ylika
section 3: ΣΥΝΤΑΓΗ
section 4: banner below sintagi
section 5: Τι θα χρειαστείς;
*/

/*general */

.single-recipe .single-recipe-content .vc_row {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: var(--container-width-sm);
}

/* section 1 */

/* row 2 */

.single-recipe .du_j_recipies_ilika {
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(155 229 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .single-recipe .du_j_recipies_ilika {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .single-recipe .du_j_recipies_ilika {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 51px;
    padding-bottom: 51px;
  }
}

.single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper .du-sintages_ilika-ingredients-wrapper {
  padding-left: 22px;
}

.single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper .du-sintages_ilika-title {
  margin-bottom: 0.5rem;
}

.single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper hr {
  margin-bottom: 1rem;
  height: 1px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper hr {
    margin-bottom: 31px;
  }
}

.single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper .du-sintages_ilika-list {
  -moz-columns: 1;
       columns: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.single-du-blog .du_j_recipies_products .woocommerce .products.single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper .du-sintages_ilika-list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

current-menu-item .single-du-blog .du_j_recipies_products .woocommerce .products.single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper .du-sintages_ilika-list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .du-j-woo-products-wrapper .du-j-woo-products-inner.single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper .du-sintages_ilika-list {
    max-width: 25%;
  }
}

@media (min-width: 640px) {
  .single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper .du-sintages_ilika-list {
    -moz-columns: 2;
         columns: 2;
  }
}

.single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper .du-sintages_ilika-list .du-sintages_ilika-item {
  margin-bottom: 14px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper .du-sintages_ilika-list .du-sintages_ilika-item span {
  position: relative;
  top: -2px;
}

.single-recipe .du_j_recipies_ilika .du-j-sintages_ilika-wrapper .du-sintages_ilika-list .du-sintages_ilika-item:last-child {
  margin-bottom: 0px;
}

/* row 3 */

.single-recipe .du_j_recipies_sintagi {
  margin-top: 21px;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .single-recipe .du_j_recipies_sintagi {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .single-recipe .du_j_recipies_sintagi {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 51px;
    padding-bottom: 51px;
  }
}

.single-recipe .du_j_recipies_sintagi hr {
  margin-bottom: 1rem;
  height: 1px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .single-recipe .du_j_recipies_sintagi hr {
    margin-bottom: 31px;
  }
}

.single-recipe .du_j_recipies_sintagi .du-sintages_sintagi-title {
  margin-bottom: 0.5rem;
}

.single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list {
  -moz-columns: 1;
       columns: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.single-du-blog .du_j_recipies_products .woocommerce .products.single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

current-menu-item .single-du-blog .du_j_recipies_products .woocommerce .products.single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .du-j-woo-products-wrapper .du-j-woo-products-inner.single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list {
    max-width: 25%;
  }
}

@media (min-width: 640px) {
  .single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list {
    -moz-columns: 2;
         columns: 2;
  }
}

.single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list .du-sintages_sintagi-item {
  margin-bottom: 1rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list .du-sintages_sintagi-item:last-child {
  margin-bottom: 0px;
}

@media (min-width: 640px) {
  .single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list .du-sintages_sintagi-item {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list .du-sintages_sintagi-item {
    margin-bottom: 31px;
  }
}

.single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list .du-sintages_sintagi-item .du-sintages_sintagi-step-header {
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-weight: 700;
}

.single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list .du-sintages_sintagi-item .du-sintages_sintagi-step-content {
  font-size: 18px;
}

.single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list .du-sintages_sintagi-item .du-sintages_sintagi-slogan {
  padding-top: 0.25rem;
}

.single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list .du-sintages_sintagi-item .du-sintages_sintagi-slogan .du-sintages_sintagi-slogan-author {
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(72 208 255 / var(--tw-text-opacity, 1));
}

.single-recipe .du_j_recipies_sintagi .du-j-sintages_sintagi-wrapper .du-sintages_sintagi-list .du-sintages_sintagi-item .du-sintages_sintagi-slogan .du-sintages_sintagi-slogan-text {
  padding-left: 12.5px;
  font-weight: 500;
  font-style: italic;
}

/* row 4 */

.single-recipe .du_j_recipies_social {
  margin-top: 75px;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .single-recipe .du_j_recipies_social {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .single-recipe .du_j_recipies_social {
    padding-left: 57px;
    padding-right: 57px;
  }
}

@media (min-width: 1280px) {
  .single-recipe .du_j_recipies_social {
    margin-top: 21px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 640px) {
  .single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner {
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner {
    flex-direction: row;
  }
}

.single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-du_sintages_banner_social-logo-wrapper {
  position: relative;
  min-height: 57px;
  width: 120px;
}

@media (min-width: 1280px) {
  .single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-du_sintages_banner_social-logo-wrapper {
    width: 222px;
  }
}

.single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-du_sintages_banner_social-logo-wrapper .du-sintages_banner_social-logo {
  position: absolute;
  top: 0px;
  max-height: 175px;
  width: auto;
  --tw-translate-y: -50%;
  --tw-rotate: 22deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 480px) {
  .single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-du_sintages_banner_social-logo-wrapper .du-sintages_banner_social-logo {
    top: -15px;
  }
}

@media (min-width: 768px) {
  .single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-du_sintages_banner_social-logo-wrapper .du-sintages_banner_social-logo {
    top: 50%;
  }
}

.single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du_du-sintages_banner_social-content_social_wrapper {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du_du-sintages_banner_social-content_social_wrapper {
    flex-direction: row;
  }
}

.single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-sintages_banner_social-content {
  margin-right: auto;
}

.single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-sintages_banner_social-content .du-sintages_banner_social-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-sintages_banner_social-content .du-sintages_banner_social-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-sintages_banner_social-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 9.68px;
}

.single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-sintages_banner_social-socials .du-j-social-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-sintages_banner_social-socials .du-j-social-icons {
    gap: 9.68px;
  }
}

.single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-sintages_banner_social-socials .du-j-social-icons .du-social-icon {
  width: calc-(50% - 10px);
}

@media (min-width: 1280px) {
  .single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-sintages_banner_social-socials .du-j-social-icons .du-social-icon {
    width: auto;
  }
}

.single-recipe .du_j_recipies_social .du-j-sintages_banner_social-wrapper .du_sintages_banner_social-inner .du-sintages_banner_social-socials .du-j-social-icons .du-social-icon:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* row 5 woocommerce products  */

/* utilising the product swiper css */

.single-recipe #du-j-woo-products-4 {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 640px) {
  .single-recipe #du-j-woo-products-4 {
    max-width: 400px;
  }
}

@media not all and (min-width: 480px) {
  .single-recipe #du-j-woo-products-4 {
    max-width: 360px;
  }
}

/* CSS for single blog posts */

.single-du-blog #main {
  margin-bottom: 10px !important;
}

/*general */

.single-du-blog .single-du-blog-content .vc_row,
	.single-du-blog .single-du-blog-content #du_j_recipies_products .vc_row {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: var(--container-width-sm);
}

.single-du-blog .single-du-blog_main_content {
  margin-top: 21px;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .single-du-blog .single-du-blog_main_content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .single-du-blog .single-du-blog_main_content {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 51px;
    padding-bottom: 51px;
  }
}

/* last row */

.single-du-blog .du_j_recipies_products {
  text-align: center;
}

.single-du-blog .du_j_recipies_products .woocommerce {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.single-du-blog .du_j_recipies_products .woocommerce .products {
  margin: 0px !important;
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
}

.single-du-blog .du_j_recipies_products .woocommerce .products.columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

current-menu-item .single-du-blog .du_j_recipies_products .woocommerce .products.columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.single-du-blog .du_j_recipies_products .woocommerce .products.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-du-blog .du_j_recipies_products .woocommerce .products.columns-3 .product {
  height: auto;
  max-width: 331px;
}

.single-du-blog .du_j_recipies_products .woocommerce .products.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.single-du-blog .du_j_recipies_products .woocommerce .products.columns-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.single-du-blog .du_j_recipies_products .woocommerce .products.columns-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

/* row 5 woocommerce products  */

/* utilising the product swiper css */

.single-du-blog #du-j-woo-products-1 {
  margin: 0px;
}

@media not all and (min-width: 640px) {
  .single-du-blog #du-j-woo-products-1 {
    max-width: 400px;
  }
}

@media not all and (min-width: 480px) {
  .single-du-blog #du-j-woo-products-1 {
    max-width: 360px;
  }
}

/* product swiper */

.du-j-woo-products-wrapper .du-j-woo-products-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .du-j-woo-products-wrapper .du-j-woo-products-inner.columns-1 {
    max-width: 25%;
  }
}

.du-j-woo-products-wrapper .du-j-woo-products-inner.columns-2 {
  max-width: 50%;
}

@media (min-width: 768px) {
  .du-j-woo-products-wrapper .du-j-woo-products-inner.columns-3 {
    max-width: 75%;
  }

  .du-j-woo-products-wrapper .du-j-woo-products-inner.columns-4 {
    max-width: 100%;
  }
}

/* @apply max-w-full mx-auto; */

.du-j-woo-products-wrapper .du-j-products {
  margin-bottom: 0px !important;
  padding-top: 1.5rem !important;
}

.du-j-woo-products-wrapper .du-j-products.swiper-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.du-j-woo-products-wrapper.du-carousel-enabled {
  --swiper-theme-color: #F93200;
}

.du-j-woo-products-wrapper.du-carousel-enabled .swiper-pagination {
  position: relative;
  margin-top: 15px;
}

/* du-j-home-icon-hover */

.du-j-home_icon_hover-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  max-width: 400px;
}

@media (min-width: 640px) {
  .du-j-home_icon_hover-wrapper {
    margin-top: 1.5rem;
    max-width: 100%;
  }
}

.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  text-align: center;
}

@media (min-width: 640px) {
  .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner {
    gap: 0px;
  }
}

@media (min-width: 1024px) {
  .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner {
    gap: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner {
    gap: 2rem;
  }
}

.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column {
  display: flex;
  flex: 50%;
  justify-content: center;
}

@media (min-width: 640px) {
  .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column {
    flex: none;
  }
}

.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column.du-j-home_icon_hover-column-1,
			.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-column {
  position: relative;
  height: 160px;
  width: 160px;
}

@media (min-width: 640px) {
  .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column.du-j-home_icon_hover-column-1,
			.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-column {
    height: 152px;
    width: 152px;
  }
}

@media (min-width: 1024px) {
  .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column.du-j-home_icon_hover-column-1,
			.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-column {
    height: 214px;
    width: 214px;
  }
}

.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column.du-j-home_icon_hover-column-1:hover .du-j-home_icon_hover-img-hover, .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-column:hover .du-j-home_icon_hover-img-hover {
  opacity: 1 !important;
}

.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column.du-j-home_icon_hover-column-1 .du-j-home_icon_hover-content, .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-column .du-j-home_icon_hover-content {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}

.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column.du-j-home_icon_hover-column-1 .du-j-home_icon_hover-content .du-j-home_icon_hover-images, .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-column .du-j-home_icon_hover-content .du-j-home_icon_hover-images {
  position: relative;
  top: -13px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column.du-j-home_icon_hover-column-1 .du-j-home_icon_hover-content .du-j-home_icon_hover-images .du-j-home_icon_hover-img-hover, .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-column .du-j-home_icon_hover-content .du-j-home_icon_hover-images .du-j-home_icon_hover-img-hover {
  position: absolute;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 640px) {
  .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column.du-j-home_icon_hover-column-1 .du-j-home_icon_hover-content .du-j-home_icon_hover-images .du-j-home_icon_hover-img-hover, .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-column .du-j-home_icon_hover-content .du-j-home_icon_hover-images .du-j-home_icon_hover-img-hover {
    opacity: 0;
  }
}

.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column.du-j-home_icon_hover-column-1 .du-j-home_icon_hover-content .du-j-home_icon_hover-images .du-j-home_icon_hover-img, .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-column .du-j-home_icon_hover-content .du-j-home_icon_hover-images .du-j-home_icon_hover-img {
  position: absolute;
}

.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column.du-j-home_icon_hover-column-1 .du-j-home_icon_hover-content .du-j-home_icon_hover-title, .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-column .du-j-home_icon_hover-content .du-j-home_icon_hover-title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-column:after {
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  z-index: -1;
  margin: auto;
  height: 95px;
  width: 95px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 640px) {
  .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-column:after {
    top: 50px;
    height: 110px;
    width: 110px;
  }
}

@media (min-width: 1024px) {
  .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-column:after {
    top: 75px;
    height: 71%;
    width: 71%;
    border-radius: 40px;
  }
}

.du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-title-as-text {
  top: -15px;
  --tw-scale-x: 0.6;
  --tw-scale-y: 0.6;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {
  .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-title-as-text {
    top: -5px;
  }
}

@media (min-width: 1024px) {
  .du-j-home_icon_hover-wrapper .du-j-home_icon_hover-inner .du-j-home_icon_hover-link-column .du-j-home_icon_hover-title-as-text {
    top: 0px;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

/* home */

.home #wooHomeProducts {
  margin-top: 40px !important;
}

@media (min-width: 1024px) {
  .home #wooHomeProducts {
    margin-top: 50px !important;
  }
}

.home #wooHomeProducts #du-j-woo-products-2 {
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 640px) {
  .home #wooHomeProducts #du-j-woo-products-2 {
    max-width: 400px;
  }
}

@media not all and (min-width: 480px) {
  .home #wooHomeProducts #du-j-woo-products-2 {
    max-width: 360px;
  }
}

/* page swiper */

/* pagination */

.home .du-j-woo-products-wrapper.du-carousel-enabled .swiper-pagination {
  margin-bottom: 42px;
}

@media (min-width: 640px) {
  .home .du-j-woo-products-wrapper.du-carousel-enabled .swiper-pagination {
    margin-bottom: 50px;
  }
}

.home #du-j-home_icon_hover-1 {
  /* 30px for the absolute + 15px for the margin */
  margin-bottom: 45px;
}

.home #du-j-home_icon_hover-1 .du-j-home_icon_hover-column-1 .du-j-home_icon_hover-images {
  top: 20px;
  left: 10px;
  height: 118px;
  width: 108px;
}

@media (min-width: 1024px) {
  .home #du-j-home_icon_hover-1 .du-j-home_icon_hover-column-1 .du-j-home_icon_hover-images {
    height: 183px;
    width: 183px;
  }
}

.home #du-j-home_icon_hover-1 .du-j-home_icon_hover-column-2 .du-j-home_icon_hover-images {
  height: 66px;
  width: 85px;
}

@media (min-width: 1024px) {
  .home #du-j-home_icon_hover-1 .du-j-home_icon_hover-column-2 .du-j-home_icon_hover-images {
    height: 105px;
    width: 135px;
  }
}

.home #du-j-home_icon_hover-1 .du-j-home_icon_hover-column-3 .du-j-home_icon_hover-images {
  left: 10px;
  height: 88px;
  width: 95px;
}

@media (min-width: 1024px) {
  .home #du-j-home_icon_hover-1 .du-j-home_icon_hover-column-3 .du-j-home_icon_hover-images {
    height: 147px;
    width: 160px;
  }
}

.home #du-j-home_icon_hover-1 .du-j-home_icon_hover-column-4 .du-j-home_icon_hover-images {
  height: 86px;
  width: 124px;
}

@media (min-width: 1024px) {
  .home #du-j-home_icon_hover-1 .du-j-home_icon_hover-column-4 .du-j-home_icon_hover-images {
    height: 134px;
    width: 194px;
  }
}

/* badges */

/* refactoring badge css */

.du-product-badges-wrapper {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  display: flex;
  height: auto;
  width: 100%;
  max-width: 120px;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

/* percentage badge */

.du-product-badges-wrapper .du-sale-percentage-badge {
  height: auto;
  width: 100%;
  max-width: 120px;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  text-align: center;
}

.du-product-badges-wrapper .du-sale-percentage-badge tspan {
  font-family: salden, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 15px;
  letter-spacing: 0em;
}

/* featured badge */

.du-product-badges-wrapper .du-recommended-badge {
  z-index: 10;
  height: auto;
  max-width: 102px;
}

/* best seller badge */

.du-product-badges-wrapper .du-best-seller-badge {
  z-index: 10;
  height: auto;
  max-width: 102px;
}

/* if more than 1 badge is showing and featured badge is showing display it at the other side */

.du-recommended-badge-secondary {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  height: auto;
  max-width: 102px;
}

.du-tommy-approves-badge-svg {
  --tw-rotate: 17deg;
  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));
}

/* Modal Newsletter */

.global-overlay:has(~ .modal.du-newsletter.open) {
  z-index: 400 !important;
}

.du-newsletter.open {
  z-index: 500;
  height: auto;
}

.du_j_newsletter {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  padding: 0px !important;
}

.du_j_newsletter .modal-head {
  display: none;
}

.du_j_newsletter .modal-body {
  padding: 0px;
}

.du_j_newsletter .du_j_newsletter_modal_content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 640px) {
  .du_j_newsletter .du_j_newsletter_modal_content {
    flex-direction: row;
  }
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_image_wrapper {
  display: none;
  overflow: hidden;
}

@media (min-width: 640px) {
  .du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_image_wrapper {
    display: block;
  }
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_image_wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  .du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* Newsletter popup submit */

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper button[type="submit"] .du_submit_text {
  margin-top: 15px;
  position: relative;
  right: 0px;
  top: 0px;
  float: right;
}

@media (min-width: 1280px) {
  .du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper button[type="submit"] .du_submit_text {
    position: absolute;
    float: none;
  }
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper button[type="submit"] .du_submit_text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper button[type="submit"] .du_submit_text:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper button[type="submit"] .du_submit_text {
  border-radius: 33px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

/* position: relative; */

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper button[type="submit"] .du_submit_text:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper button[type="submit"] .du_submit_text:hover .mailpoet_submit {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper button[type="submit"] .du_submit_text .mailpoet_submit {
  position: relative;
  right: 0px;
  top: 0px;
  height: auto !important;
  width: auto !important;
  background-image: none !important;
  padding: 0px !important;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper button[type="submit"] .du_submit_text .mailpoet_submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper button[type="submit"] {
  top: 0px;
  right: 0px;
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper .newsletter_modal_email_field input {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* icon section */

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper .du_j_newsletter_modal_image_wrapper_content_image .du_j_newsletter_modal_image_wrapper_content_image_text_wrapper {
  position: relative;
  z-index: 10;
  margin-top: 6px;
  margin-bottom: 1rem;
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper .du_j_newsletter_modal_image_wrapper_content_image .du_j_newsletter_modal_image_wrapper_content_image_text_wrapper .du_j_newsletter_modal_image_wrapper_content_image_text {
  position: relative;
  padding: 0.5rem;
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_inner_content_wrapper .du_j_newsletter_modal_image_wrapper_content_image .du_j_newsletter_modal_image_wrapper_content_image_text_wrapper .du_j_newsletter_modal_image_wrapper_content_image_text:after {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(155 229 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
  transform: matrix(1, -0.02, 0.02, 1, 0, 0);
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_form_wrapper {
  margin-bottom: 2.5rem;
  width: 400px;
  max-width: 100%;
}

.du_j_newsletter .du_j_newsletter_modal_content .du_j_newsletter_modal_form_wrapper .du_submit_img {
  display: none;
}

@media (min-width: 1280px) {
  .du_j_newsletter .du_j_newsletter_modal_content > div {
    width: 50%;
  }
}

.du_j_newsletter .modal_parent_wrapper {
  overflow: hidden;
  border-radius: 40px;
}

.du_j_newsletter .du_j_newsletter_close_icon_wrapper {
  position: absolute;
  right: -10px;
  top: -10px;
}

.du_j_newsletter .du_mailchimp_form_wrapper + .du_mailchimb_checkbox_label .du_pseudo_box {
  bottom: 5px;
  left: 0px;
  height: 12px;
  width: 12px;
}

.du_j_newsletter .du_mailchimp_form_wrapper
		+ .du_mailchimb_checkbox_label
		[type="checkbox"]:checked {
  left: -3px;
  top: -5px;
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
  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));
}

/* DU AJAX Search */

.du-ajax-header-search-form-wrapper {
  display: none;
}

/* temporary show it for testing  for the post id 1 */

.postid-1 .du-ajax-header-search-form-wrapper {
  display: block;
}

body.admin-bar
	.du-ajax-header-search-form-input-wrapper
	.du-ajax-search-results {
  top: calc(190px + 32px);
}

.du-ajax-header-search-form-input-wrapper {
  position: relative;
  top: 100px;
  right: 0px;
  z-index: 300;
  display: none;
  height: 0px;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
}

@media (min-width: 1280px) {
  .du-ajax-header-search-form-input-wrapper {
    top: 113px;
  }
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-form-input {
  position: absolute;
  top: 20px;
  display: flex;
  height: 68px;
  width: 255px;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-radius: 30px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .du-ajax-header-search-form-input-wrapper .du-ajax-search-form-input {
    right: 415px;
  }
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-form-input #du-ajax-search-voice {
  cursor: pointer;
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-form-input #du-ajax-search-voice i {
  font-size: 25px;
  --tw-text-opacity: 1;
  color: rgb(155 229 255 / var(--tw-text-opacity, 1));
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-form-input #du-ajax-search-input {
  border-style: none !important;
  background-color: transparent !important;
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-form-input #du-ajax-search-input:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-form-input #du-ajax-search-input:-webkit-search-cancel-button {
  display: none !important;
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results {
  position: fixed;
  top: 190px;
  right: 0px;
  display: flex;
  height: auto;
  max-height: 512px;
  width: 100%;
  max-width: 855px;
  flex-direction: column;
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  padding-bottom: 64px;
}

@media not all and (min-width: 1024px) {
  .du-ajax-header-search-form-input-wrapper .du-ajax-search-results {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}

@media not all and (min-width: 640px) {
  .du-ajax-header-search-form-input-wrapper .du-ajax-search-results {
    position: fixed;
    left: 0px;
    margin-top: 25px;
    display: block;
    overflow: auto;
  }
}

@media (min-width: 640px) {
  .du-ajax-header-search-form-input-wrapper .du-ajax-search-results {
    flex-direction: row;
    padding: 35px;
    padding-bottom: 64px;
  }
}

@media (min-width: 1024px) {
  .du-ajax-header-search-form-input-wrapper .du-ajax-search-results {
    right: 6%;
  }
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results::-webkit-scrollbar {
  display: none;
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-side {
  padding: 0.5rem;
}

@media (min-width: 640px) {
  .du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-side {
    padding: 0 35px;
  }
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-left-side {
  max-width: 300px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(155 229 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 640px) {
  .du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-left-side {
    border-bottom-width: 0px;
    border-right-width: 1px;
  }
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-left-side ul {
  margin-top: 10px;
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-left-side ul li {
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 640px) {
  .du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-left-side ul li {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-right-side {
  overflow-y: auto;
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-right-side .du-search-results-list {
  gap: 8px;
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-right-side .du-search-results-list .du-result-thumb {
  height: auto;
  max-width: 90px;
  border-radius: 25px;
}

@media (min-width: 640px) {
  .du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-right-side .du-search-results-list .du-result-thumb {
    max-width: 125px;
  }
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-right-side .du-search-results-list .du-result-content {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-right-side .du-search-results-list .du-result-content .du-result-title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
}

@media (min-width: 640px) {
  .du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-right-side .du-search-results-list .du-result-content .du-result-title {
    font-size: 25px;
    line-height: 27px;
  }
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-right-side .du-search-results-list .du-result-content .du-result-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-right-side .du-search-results-list .du-result-content .du-result-price * {
  text-decoration-line: none;
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-right-side .du-search-results-list .du-result-content .du-result-price del {
  position: relative;
  margin-right: 2px;
  height: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  opacity: 1;
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-right-side .du-search-results-list .du-result-content .du-result-price del:before {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 100%;
  transform-origin: right;
  --tw-rotate: -15deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-right-side .du-ajax-search-results-all-link {
  position: absolute;
  bottom: 1.5rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

@media not all and (min-width: 640px) {
  .du-ajax-header-search-form-input-wrapper .du-ajax-search-results .du-ajax-search-results-right-side .du-ajax-search-results-all-link {
    position: relative;
    bottom: -25px;
    margin-bottom: 25px;
  }
}

/* form elements woocommerce-checkout add any other place that needs the styled inputs */

.woocommerce-checkout input[type="text"]:not(.select2-search__field, .wlr-point-conversion-box), .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="search"], .woocommerce-checkout input[type="url"], .woocommerce-checkout input[type="password"], .woocommerce-checkout input[type="tel"], .woocommerce-checkout input[type="number"], .woocommerce-checkout select option, .review_form input[type="text"]:not(.select2-search__field, .wlr-point-conversion-box), .review_form input[type="email"], .review_form input[type="search"], .review_form input[type="url"], .review_form input[type="password"], .review_form input[type="tel"], .review_form input[type="number"], .review_form select option, .woocommerce-account #content input[type="text"]:not(.select2-search__field, .wlr-point-conversion-box), .woocommerce-account #content input[type="email"], .woocommerce-account #content input[type="search"], .woocommerce-account #content input[type="url"], .woocommerce-account #content input[type="password"], .woocommerce-account #content input[type="tel"], .woocommerce-account #content input[type="number"], .woocommerce-account #content select option {
  height: 50px !important;
  border-radius: 40px !important;
  border-style: none !important;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1)) !important;
}

@media (min-width: 640px) {
  .woocommerce-checkout input[type="text"]:not(.select2-search__field, .wlr-point-conversion-box), .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="search"], .woocommerce-checkout input[type="url"], .woocommerce-checkout input[type="password"], .woocommerce-checkout input[type="tel"], .woocommerce-checkout input[type="number"], .woocommerce-checkout select option, .review_form input[type="text"]:not(.select2-search__field, .wlr-point-conversion-box), .review_form input[type="email"], .review_form input[type="search"], .review_form input[type="url"], .review_form input[type="password"], .review_form input[type="tel"], .review_form input[type="number"], .review_form select option, .woocommerce-account #content input[type="text"]:not(.select2-search__field, .wlr-point-conversion-box), .woocommerce-account #content input[type="email"], .woocommerce-account #content input[type="search"], .woocommerce-account #content input[type="url"], .woocommerce-account #content input[type="password"], .woocommerce-account #content input[type="tel"], .woocommerce-account #content input[type="number"], .woocommerce-account #content select option {
    padding-left: 19px !important;
  }
}

.woocommerce-checkout select,
	.woocommerce-checkout .select2-selection,
	.review_form select,
	.review_form .select2-selection,
	.woocommerce-account #content select,
	.woocommerce-account #content .select2-selection {
  height: 50px !important;
  border-radius: 40px !important;
  border-style: none !important;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1)) !important;
}

.woocommerce-checkout select .select2-selection__arrow, .woocommerce-checkout .select2-selection .select2-selection__arrow, .review_form select .select2-selection__arrow, .review_form .select2-selection .select2-selection__arrow, .woocommerce-account #content select .select2-selection__arrow, .woocommerce-account #content .select2-selection .select2-selection__arrow {
  right: -16px;
}

.woocommerce-checkout textarea, .review_form textarea, .woocommerce-account #content textarea {
  border-radius: 40px !important;
  border-style: none !important;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1)) !important;
  padding: 1rem !important;
}

.woocommerce-checkout .select2-search__field, .review_form .select2-search__field, .woocommerce-account #content .select2-search__field {
  border-radius: 40px !important;
  border-style: none !important;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1)) !important;
}

.woocommerce-checkout .select2-dropdown,
	.woocommerce-checkout .select2-results,
	.review_form .select2-dropdown,
	.review_form .select2-results,
	.woocommerce-account #content .select2-dropdown,
	.woocommerce-account #content .select2-results {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1)) !important;
}

.woocommerce-checkout .select2-search, .review_form .select2-search, .woocommerce-account #content .select2-search {
  padding: 0px !important;
  padding-bottom: 0.25rem !important;
}

.woocommerce-checkout .select2-selection__rendered, .review_form .select2-selection__rendered, .woocommerce-account #content .select2-selection__rendered {
  line-height: 33px !important;
}

@media (min-width: 640px) {
  .woocommerce-checkout .select2-selection__rendered, .review_form .select2-selection__rendered, .woocommerce-account #content .select2-selection__rendered {
    padding-left: 19px !important;
  }
}

.woocommerce-checkout [type="text"]:focus,
	.woocommerce-checkout input:where(:not([type])):focus,
	.woocommerce-checkout [type="email"]:focus,
	.woocommerce-checkout [type="url"]:focus,
	.woocommerce-checkout [type="password"]:focus,
	.woocommerce-checkout [type="number"]:focus,
	.woocommerce-checkout [type="date"]:focus,
	.woocommerce-checkout [type="datetime-local"]:focus,
	.woocommerce-checkout [type="month"]:focus,
	.woocommerce-checkout [type="search"]:focus,
	.woocommerce-checkout [type="tel"]:focus,
	.woocommerce-checkout [type="time"]:focus,
	.woocommerce-checkout [type="week"]:focus,
	.woocommerce-checkout [multiple]:focus,
	.woocommerce-checkout [type="checkbox"]:focus,
	.woocommerce-checkout [type="radio"]:focus,
	.woocommerce-checkout textarea:focus,
	.woocommerce-checkout select:focus,
	.woocommerce-checkout .select2-selection:focus,
	.review_form [type="text"]:focus,
	.review_form input:where(:not([type])):focus,
	.review_form [type="email"]:focus,
	.review_form [type="url"]:focus,
	.review_form [type="password"]:focus,
	.review_form [type="number"]:focus,
	.review_form [type="date"]:focus,
	.review_form [type="datetime-local"]:focus,
	.review_form [type="month"]:focus,
	.review_form [type="search"]:focus,
	.review_form [type="tel"]:focus,
	.review_form [type="time"]:focus,
	.review_form [type="week"]:focus,
	.review_form [multiple]:focus,
	.review_form [type="checkbox"]:focus,
	.review_form [type="radio"]:focus,
	.review_form textarea:focus,
	.review_form select:focus,
	.review_form .select2-selection:focus,
	.woocommerce-account #content [type="text"]:focus,
	.woocommerce-account #content input:where(:not([type])):focus,
	.woocommerce-account #content [type="email"]:focus,
	.woocommerce-account #content [type="url"]:focus,
	.woocommerce-account #content [type="password"]:focus,
	.woocommerce-account #content [type="number"]:focus,
	.woocommerce-account #content [type="date"]:focus,
	.woocommerce-account #content [type="datetime-local"]:focus,
	.woocommerce-account #content [type="month"]:focus,
	.woocommerce-account #content [type="search"]:focus,
	.woocommerce-account #content [type="tel"]:focus,
	.woocommerce-account #content [type="time"]:focus,
	.woocommerce-account #content [type="week"]:focus,
	.woocommerce-account #content [multiple]:focus,
	.woocommerce-account #content [type="checkbox"]:focus,
	.woocommerce-account #content [type="radio"]:focus,
	.woocommerce-account #content textarea:focus,
	.woocommerce-account #content select:focus,
	.woocommerce-account #content .select2-selection:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(249 50 0 / var(--tw-ring-opacity, 1)) !important;
}

.woocommerce-checkout input[type="checkbox"], .review_form input[type="checkbox"], .woocommerce-account #content input[type="checkbox"] {
  display: inline-block !important;
  border-radius: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(165 165 165 / var(--tw-border-opacity, 1));
}

.woocommerce-checkout input[type="radio"]:checked, .review_form input[type="radio"]:checked, .woocommerce-account #content input[type="radio"]:checked {
  background-color: transparent;
  outline-style: solid;
  outline-width: 1px;
  outline-color: #000000;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='10' cy='10' r='8'/%3e%3c/svg%3e");
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* checkout page */

/* remove header line */

.woocommerce-checkout .header-main {
  border-bottom-width: 0px;
}

.woocommerce-checkout #customer_details .col-1,
	.woocommerce-checkout #customer_details .col-2 {
  max-width: 637px;
}

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

.woocommerce-checkout .du_checkout_title {
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .woocommerce-checkout .du_checkout_title {
    margin-bottom: 1.75rem;
  }
}

.woocommerce-checkout .du_checkout_title h3 {
  font-family: omnes-greek, sans-serif;
  font-weight: 900;
}

.woocommerce-checkout .woocommerce-info {
  margin-bottom: 0.75rem;
  border-radius: 25px;
  border-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .woocommerce-checkout .woocommerce-info {
    margin-bottom: 14px;
    padding: 1em 2em 1em 3.5em;
  }
}

.woocommerce-checkout .woocommerce-info:before {
  --tw-text-opacity: 1;
  color: rgb(72 208 255 / var(--tw-text-opacity, 1));
}

.woocommerce-checkout form.woocommerce-checkout #order_comments {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='1.9em' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='100%25' x2='100%25' y2='100%25' stroke='%23ccc' stroke-dasharray='2,2' /%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-size: 100% 22px;
  line-height: 22px;
  padding: 0 !important;
  margin-top: 10px;
  border-radius: 0 !important;
}

.woocommerce-checkout form.woocommerce-checkout #order_comments::-moz-placeholder {
  padding-top: 0.25rem;
}

.woocommerce-checkout form.woocommerce-checkout #order_comments::placeholder {
  padding-top: 0.25rem;
}

.woocommerce-checkout form.woocommerce-checkout .select2-container {
  z-index: 1 !important;
}

.woocommerce-checkout form.woocommerce-checkout {
  margin-top: 1rem;
  font-family: omnes-greek, sans-serif;
}

@media (min-width: 640px) {
  .woocommerce-checkout form.woocommerce-checkout {
    margin-top: 2.25rem;
  }
}

.woocommerce-checkout form.woocommerce-checkout h3 {
  margin-bottom: 1rem;
  font-family: omnes-greek, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .woocommerce-checkout form.woocommerce-checkout h3 {
    margin-bottom: 1.75rem;
    font-size: 25px;
  }
}

.woocommerce-checkout form.woocommerce-checkout label {
  font-size: 14px;
  text-transform: uppercase;
}

.woocommerce-checkout form.woocommerce-checkout label.checkbox {
  text-transform: none;
}

.woocommerce-checkout form.woocommerce-checkout label.checkbox input {
  position: relative;
  top: -0.5px;
  margin-right: 6px;
  height: 0.75rem;
  width: 0.75rem;
}

.woocommerce-checkout form.woocommerce-checkout label .required {
  font-family: omnes-greek, sans-serif;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce-checkout form.woocommerce-checkout label[for="order_comments"] {
  font-weight: 600;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce-checkout form.woocommerce-checkout #order_comments_field {
  position: relative;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .woocommerce-checkout form.woocommerce-checkout #order_comments_field {
    margin-bottom: 1.75rem;
  }
}

.woocommerce-checkout form.woocommerce-checkout #order_comments_field textarea {
  border-style: none !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.woocommerce-checkout form.woocommerce-checkout #order_comments_field textarea::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(142 142 142 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce-checkout form.woocommerce-checkout #order_comments_field textarea::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(142 142 142 / var(--tw-text-opacity, 1)) !important;
}

/* &::after {
				@apply content-[''] block border-b border-dashed border-[#8E8E8E] absolute w-full bottom-[15px] left-0;
				@apply opacity-100 transform translate-y-0 transition-all duration-300 ease-in-out;
			}
			&::before {
				@apply content-[''] block border-b border-dashed border-[#8E8E8E] absolute w-full bottom-[25px] left-0;
				@apply opacity-100 transform translate-y-0 transition-all duration-300 ease-in-out;
			}
			&:focus-within::after,
			&:hover::after {
				@apply !opacity-0 translate-y-1 pointer-events-none;
			}
			&:focus-within::before,
			&:hover::before {
				@apply !opacity-0 translate-y-1 pointer-events-none;
			} */

/* hide with transition when the textarea has value */

.woocommerce-checkout form.woocommerce-checkout #order_comments_field:has(textarea:not(:-moz-placeholder-shown))::after, .woocommerce-checkout form.woocommerce-checkout #order_comments_field:has(textarea:not(:-moz-placeholder-shown))::before {
  pointer-events: none;
  --tw-translate-y: 0.25rem;
  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));
  opacity: 0 !important;
}

.woocommerce-checkout form.woocommerce-checkout #order_comments_field:has(textarea:not(:placeholder-shown))::after,
			.woocommerce-checkout form.woocommerce-checkout #order_comments_field:has(textarea:not(:placeholder-shown))::before,
			.woocommerce-checkout form.woocommerce-checkout #order_comments_field.has-value::after,
			.woocommerce-checkout form.woocommerce-checkout #order_comments_field.has-value::before {
  pointer-events: none;
  --tw-translate-y: 0.25rem;
  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));
  opacity: 0 !important;
}

.woocommerce-checkout form.woocommerce-checkout input::-moz-placeholder, .woocommerce-checkout form.woocommerce-checkout textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.woocommerce-checkout form.woocommerce-checkout input::placeholder,
		.woocommerce-checkout form.woocommerce-checkout textarea::placeholder,
		.woocommerce-checkout form.woocommerce-checkout .select2-selection__rendered {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.woocommerce-checkout form.woocommerce-checkout .select2-selection__rendered {
  line-height: 36px !important;
}

/* checkbox for invoice/receipt */

.woocommerce-checkout form.woocommerce-checkout #invoice_receipt_type_field .woocommerce-input-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 640px) {
  .woocommerce-checkout form.woocommerce-checkout #invoice_receipt_type_field .woocommerce-input-wrapper {
    flex-wrap: nowrap;
  }
}

.woocommerce-checkout form.woocommerce-checkout #invoice_receipt_type_field .woocommerce-input-wrapper label {
  margin-right: 0px;
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .woocommerce-checkout form.woocommerce-checkout #invoice_receipt_type_field .woocommerce-input-wrapper label {
    margin-right: 34px;
    margin-bottom: 0px;
  }
}

.woocommerce-checkout form.woocommerce-checkout #invoice_receipt_type_field .woocommerce-input-wrapper input {
  position: relative;
  top: -2px;
  margin-right: 0.75rem;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-payment {
  border-radius: 40px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-payment {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
  border-radius: 40px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (min-width: 640px) {
  .woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
    padding-left: 31px !important;
    padding-right: 31px !important;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-payment .payment_box:before {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

.woocommerce-checkout form.woocommerce-checkout #payment,
		.woocommerce-checkout form.woocommerce-checkout #payment ul.payment_methods li,
		.woocommerce-checkout form.woocommerce-checkout #payment .payment_box {
  font-family: omnes-greek, sans-serif !important;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce-checkout form.woocommerce-checkout #payment * {
  line-height: 1.25;
}

.woocommerce-checkout form.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .woocommerce-checkout form.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 31px;
  }
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row {
  padding-left: 0px;
}

.woocommerce-checkout form.woocommerce-checkout .mc4wp-checkbox-woocommerce {
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .woocommerce-checkout form.woocommerce-checkout .mc4wp-checkbox-woocommerce {
    margin-top: 1.75rem;
  }
}

.woocommerce-checkout form.woocommerce-checkout .mc4wp-checkbox-woocommerce label {
  font-weight: 600;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce-checkout form.woocommerce-checkout .mc4wp-checkbox-woocommerce label span {
  margin-left: 7px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce-checkout form.woocommerce-checkout #payment [type="checkbox"] {
  margin: 0px;
  height: 14px;
  width: 14px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.woocommerce-checkout form.woocommerce-checkout #payment [type="checkbox"]:checked {
  /* @apply bg-[url("../theme/assets/images/tickchecked.svg")] !bg-no-repeat !bg-center !bg-contain; */
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='5 0 29 32'%3E%3Cdefs%3E%3Cimage width='20' height='21' id='img1' href='data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Ljk2MSIgaGVpZ2h0PSIxMC41MDQiIHZpZXdCb3g9IjAgMCA4Ljk2MSAxMC41MDQiPg0KICA8cGF0aCBpZD0iUGF0aF8zMjIyIiBkYXRhLW5hbWU9IlBhdGggMzIyMiIgZD0iTTExLjgwNSwxNDMuODgybC0zLjE1OS0zLjk2MywxLjU2NC0xLjI0NywyLjI2LDIuODI4LDMuMy04LjEyMiwxLjgzNi43OTQtNC4yNDYsOS43MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjY0NiAtMTMzLjM3OCkiIGZpbGw9IiMwMTA5MTMiLz4NCjwvc3ZnPg0K'/%3E%3C/defs%3E%3Cstyle%3E.s0{fill:none;stroke:%23ff4500;stroke-width:2}%3C/style%3E%3Cpath fill-rule='evenodd' class='s0' d='m8 6h14c1.1 0 2 0.9 2 2v14c0 1.1-0.9 2-2 2h-14c-1.1 0-2-0.9-2-2v-14c0-1.1 0.9-2 2-2z'/%3E%3Cuse href='%23img1' transform='matrix(.955,0,0,.955,7.505,1.595)'/%3E%3C/svg%3E")
		center/contain no-repeat;
  height: 22px;
  width: 20px;
  border-style: none !important;
}

.woocommerce-checkout form.woocommerce-checkout #payment [type="checkbox"]:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-color: transparent !important;
}

.woocommerce-checkout form.woocommerce-checkout #payment .woocommerce-form__label-for-checkbox {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce-checkout form.woocommerce-checkout #payment .woocommerce-form__label-for-checkbox span {
  margin-left: 7px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce-checkout form.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
  font-size: 12px;
  font-weight: 400;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border-radius: 40px;
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity, 1));
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order-table tr td:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  font-weight: 500 !important;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-place-order {
  float: none;
}

@media (min-width: 640px) {
  .woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-place-order {
    float: right;
  }
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-place-order .du-submit-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-place-order .du-submit-order-btn:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-place-order .du-submit-order-btn {
  border-radius: 33px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-place-order .du-submit-order-btn:hover {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.bg-checkbox {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='1' y='1' width='18' height='18' rx='2' fill='none' stroke='%23ff4500' stroke-width='2'/%3E%3C/svg%3E")
		center/contain no-repeat;
}

.bg-checkboxchecked {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='5 0 29 32'%3E%3Cdefs%3E%3Cimage width='20' height='21' id='img1' href='data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Ljk2MSIgaGVpZ2h0PSIxMC41MDQiIHZpZXdCb3g9IjAgMCA4Ljk2MSAxMC41MDQiPg0KICA8cGF0aCBpZD0iUGF0aF8zMjIyIiBkYXRhLW5hbWU9IlBhdGggMzIyMiIgZD0iTTExLjgwNSwxNDMuODgybC0zLjE1OS0zLjk2MywxLjU2NC0xLjI0NywyLjI2LDIuODI4LDMuMy04LjEyMiwxLjgzNi43OTQtNC4yNDYsOS43MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjY0NiAtMTMzLjM3OCkiIGZpbGw9IiMwMTA5MTMiLz4NCjwvc3ZnPg0K'/%3E%3C/defs%3E%3Cstyle%3E.s0{fill:none;stroke:%23ff4500;stroke-width:2}%3C/style%3E%3Cpath fill-rule='evenodd' class='s0' d='m8 6h14c1.1 0 2 0.9 2 2v14c0 1.1-0.9 2-2 2h-14c-1.1 0-2-0.9-2-2v-14c0-1.1 0.9-2 2-2z'/%3E%3Cuse href='%23img1' transform='matrix(.955,0,0,.955,7.505,1.595)'/%3E%3C/svg%3E")
		center/contain no-repeat;
  height: 22px;
  width: 20px;
  border-style: none !important;
}

.du-orange-btn-reverse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.du-orange-btn-reverse:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.du-orange-btn-reverse {
  border-radius: 33px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.du-orange-btn-reverse:hover {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .delivery_popup_btn_wrapper {
    width: calc(auto - calc(var(--global-padding-x) * 2)) !important;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.woocommerce-cart .woocommerce-shipping-destination {
  display: none;
}

.page .du_shortcode_the_title {
  font-size: 35px;
}

.home .bg-lightblue-text {
  font-size: 14px;
}

.home .bg-lightblue-text p {
  font-weight: 700;
}

.home .bg-lightblue-text {
  position: relative;
  background-color: transparent;
}

.home .bg-lightblue-text:after {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  border-radius: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(155 229 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
  transform: matrix(1, -0.02, 0.02, 1, 0, 0);
}

.wlrf-reward-empty-hand:before, .wlrf-coupon-empty:before, .wlrf-used-expired-coupons:before {
  --tw-text-opacity: 1;
  color: rgb(72 211 255 / var(--tw-text-opacity, 1));
}

.woocommerce-view-order h2, .woocommerce-order-received h2, .woocommerce-MyAccount-content h2 {
  font-size: 30px;
}

@media (min-width: 768px) {
  .woocommerce-view-order h2, .woocommerce-order-received h2, .woocommerce-MyAccount-content h2 {
    font-size: 40px;
  }
}

.woocommerce-view-order h3, .woocommerce-order-received h3, .woocommerce-MyAccount-content h3 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .woocommerce-view-order h3, .woocommerce-order-received h3, .woocommerce-MyAccount-content h3 {
    font-size: 25px;
  }
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
	.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  margin-bottom: 0px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
  position: relative;
}

.woocommerce ul.products li.product .price {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 27px;
}

.woocommerce ul.products li.product .price bdi {
  font-weight: 700;
}

.woocommerce ul.products li.product .price * {
  text-decoration-line: none;
}

.woocommerce ul.products li.product .price del {
  position: relative;
  margin-right: 2px;
  height: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
  text-decoration-line: none !important;
  opacity: 1 !important;
}

.woocommerce ul.products li.product .price del:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: red;
  position: absolute;
  transform: rotate(-15deg);
  transform-origin: right;
}

/* .du-j-products,
.woocommerce .related {
	.ul.products li.product {
		.price {
			@apply !text-20;
		}
	}
} */

.woocommerce-MyAccount-content .woocommerce-info {
  display: flex;
  align-items: center;
}

.woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  margin-left: auto !important;
}

.woocommerce-MyAccount-content .woocommerce-info:before {
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.woocommerce-Address-title h2 {
  font-size: 35px;
}

.woocommerce-Address-title a {
  text-decoration-line: underline;
}

.wlr-my-rewards-title h4 {
  font-family: omnes-greek, sans-serif;
  font-weight: 700 !important;
}

form.woocommerce-EditAccountForm.edit-account {
  width: 100%;
}

@media (min-width: 1280px) {
  form.woocommerce-EditAccountForm.edit-account {
    width: 50%;
  }
}

h1.woocommerce-products-header__title {
  font-size: 30px;
}

.woocommerce-ordering select,
	.woocommerce-ordering option {
  cursor: pointer;
}

.woocommerce-ordering {
  padding-top: 1rem;
}

@media (min-width: 640px) {
  .woocommerce-ordering {
    padding-top: 0px;
  }
}

#mobile-navigation .delivery_popup_btn_wrapper {
  right: auto;
}

@media (min-width: 1024px) {
  #mobile-navigation .delivery_popup_btn_wrapper {
    right: calc((100vw - (var(--max-container-width))) / 2);
  }
}

#mobile-navigation .cta-container .cta-container-item {
  height: 2rem;
}

#mobile-navigation .cta-container .cta-container-item img {
  max-width: 25px;
}

@media (max-width: 350px) {
  #mobile-navigation .cta-container .cta-container-item {
    height: 2rem;
  }

  #mobile-navigation .cta-container .cta-container-item img {
    max-width: 20px;
  }
}

@media not all and (min-width: 1280px) {
  #desktop-navigation .header-cart-button-wrapper {
    width: 100%;
    max-width: 213px;
  }

  #desktop-navigation .delivery_popup_btn_wrapper {
    height: 100%;
    max-height: 70px;
  }

  #desktop-navigation .header-cart-button-wrapper,
	#desktop-navigation .header-profile-button-wrapper,
	#desktop-navigation .header-search-button-wrapper {
    height: 50px;
  }
}

.wlr-user-reward-titles .wlr-text-color {
  line-height: 1.25;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell {
  background-color: transparent !important;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number {
  border-top-width: 0px !important;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number {
    border-top-width: 2px !important;
  }
}

.woocommerce-Price-currencySymbol {
  font-weight: 600;
}

@media not all and (min-width: 640px) {
  .du_section_subtitle.handwritting {
    top: 0px !important;
  }
}

/* << End Style John */

/* << Start Style Esoileme */

/* > base */

/* [type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus
{
	@apply !outline-none;
} */

.z-bigger {
  z-index: 99999;
}

.woocommerce-checkout
	form.woocommerce-checkout
	#payment
	[type="checkbox"]:focus {
  box-shadow: none !important;
}

/* header} */

.header-cart-button-wrapper {
  min-width: 2.5rem;
}

#page {
  overflow: hidden;
}

/* Chrome, Safari, Edge, Opera */

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

/* Firefox */

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

/* < base */

div#content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: white;
  width: 100%;
  height: 80px;
  z-index: -1;
}

.du_desktop_menu .menu-overlay {
  position: fixed;
  inset: 0px;
  z-index: 100;
  display: none;
  height: 200vh;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 19 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
  top: calc(var(--topbar-height) * -1);
}

.du_desktop_menu #mega-menu-toggle {
  position: relative;
  z-index: 200;
  margin-top: -2rem;
  height: 68px;
  border-radius: 34px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  padding-left: calc(4rem - 30px);
  padding-right: 3.5rem;
  font-family: omnes-greek, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.du_desktop_menu #mega-menu-toggle > span:before {
  position: relative;
  top: -1px;
  float: left;
  margin-right: 10px;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  background-repeat: no-repeat;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-content: '';
  content: var(--tw-content);
}

.du_desktop_menu #mega-menu-toggle .text-open:before {
  background-image: url(/wp-content/themes/digitalup_tw/theme/assets/images/menu_open.svg);
}

.du_desktop_menu #mega-menu-toggle .text-close {
  display: none;
}

.du_desktop_menu #mega-menu-toggle .text-close:before {
  background-image: url(/wp-content/themes/digitalup_tw/theme/assets/images/menu_close.svg);
}

.du_desktop_menu .mega-panel {
  position: absolute;
  z-index: 200;
  margin-top: 1.25rem;
  display: none;
  height: calc(100vh - 300px);
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1785px) {
  .du_desktop_menu .mega-panel {
    border-radius: 40px;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

.du_desktop_menu .mega-panel.submenu-active {
  border-radius: 25px 0 0 25px;
  border-right-width: 0px;
}

@media (min-width: 1024px) {
  .du_desktop_menu .mega-panel.submenu-active {
    border-radius: 40px 0 0 40px;
  }
}

.du_desktop_menu .mega-panel > div {
  height: 100%;
  overflow: scroll;
}

/* @apply w-[320px] max-w-full; */

.du_desktop_menu .mega-panel > div .primary-menu {
  width: 275px;
  flex-direction: column;
  align-items: flex-start;
}

.du_desktop_menu .mega-panel > div .primary-menu .submenu-wrapper {
  pointer-events: none;
  left: calc(100% - 6px);
  top: 30px;
  z-index: 10;
  display: block;
  height: calc(100% + 4px);
  max-height: unset;
  min-height: auto;
  width: 540px;
  padding: 0px;
  opacity: 0;
  border-radius: 0 40px 40px 0;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
}

.du_desktop_menu .mega-panel > div .primary-menu .submenu-wrapper .submenu-content-wrapper {
  border-radius: 0px;
  border-style: none;
}

.du_desktop_menu .mega-panel > div .primary-menu > li {
  margin-left: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1785px) {
  .du_desktop_menu .mega-panel > div .primary-menu > li {
    margin-bottom: 11px;
  }
}

.du_desktop_menu .mega-panel > div .primary-menu > li .menu-icon-wrapper {
  display: inline-block;
  width: 1.5rem;
}

.du_desktop_menu .mega-panel > div .primary-menu > li a {
  font-family: omnes-greek, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.du_desktop_menu .mega-panel > div .primary-menu > li:hover > a {
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.du_desktop_menu .mega-panel > div .primary-menu > li:hover > .submenu-wrapper {
  pointer-events: auto;
  opacity: 1;
}

.du_desktop_menu .mega-panel > div .primary-menu > li:hover > .submenu-wrapper .submenu-content-wrapper {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

/* @apply absolute; */

.du_desktop_menu .mega-panel > div .primary-menu > li:hover > .submenu-wrapper .submenu-content-wrapper .sub-menu {
  height: 100%;
  padding: 0px;
}

.du_desktop_menu .mega-panel > div .primary-menu > li:hover > .submenu-wrapper .submenu-content-wrapper .sub-menu li.menu-item a {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.du_desktop_menu .mega-panel > div .primary-menu > li:hover > .submenu-wrapper .submenu-content-wrapper .sub-menu li.menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.du_desktop_menu .mega-panel > div .primary-menu > li:last-child {
  margin-top: 1.25rem;
  margin-left: 2.5rem;
  display: inline-flex;
  width: auto;
  border-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.du_desktop_menu .mega-panel > div .primary-menu > li:last-child .menu-icon-wrapper {
  width: auto;
  padding-left: 0.5rem;
}

.du_desktop_menu .mega-panel > div .primary-menu > li:last-child a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Newsletter */

.du_mailchimp_form_wrapper {
  position: relative;
}

.du_mailchimp_form_wrapper [type="email"] {
  margin-top: 15px !important;
  width: 100%;
  border-radius: 40px;
  padding: 17px !important;
  font-size: 18px;
}

.du_mailchimp_form_wrapper [type="email"]::-moz-placeholder {
  color: rgba(0,0,0,0.25);
}

.du_mailchimp_form_wrapper [type="email"]::placeholder {
  color: rgba(0,0,0,0.25);
}

.du_mailchimp_form_wrapper [type="email"]::-webkit-input-placeholder {
  color: rgba(0,0,0,0.25);
}

.du_mailchimp_form_wrapper [type="email"] input:-ms-input-placeholder {
  color: rgba(0,0,0,0.25);
}

.du_mailchimp_form_wrapper + .du_mailchimb_checkbox_label {
  position: relative;
  margin-top: 0.5rem;
  display: block;
  font-size: 14px;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(72 208 255 / var(--tw-text-opacity, 1)) !important;
}

.du_mailchimp_form_wrapper + .du_mailchimb_checkbox_label a {
  --tw-text-opacity: 1 !important;
  color: rgb(72 208 255 / var(--tw-text-opacity, 1)) !important;
}

.du_mailchimp_form_wrapper + .du_mailchimb_checkbox_label .du_pseudo_box {
  position: absolute;
  left: 5px;
  bottom: 0.25rem;
  z-index: 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(72 208 255 / var(--tw-border-opacity, 1));
}

.du_mailchimp_form_wrapper + .du_mailchimb_checkbox_label [type="checkbox"] {
  position: relative;
  z-index: 10;
  margin-left: 5px;
  height: 10px;
  width: 10px;
  border-width: 2px;
  border-color: transparent;
  background-color: transparent;
}

.du_mailchimp_form_wrapper + .du_mailchimb_checkbox_label [type="checkbox"]:focus {
  box-shadow: none !important;
  background-color: transparent;
}

.du_mailchimp_form_wrapper + .du_mailchimb_checkbox_label [type="checkbox"]:after {
  background-color: transparent;
  opacity: 0;
}

.du_mailchimp_form_wrapper + .du_mailchimb_checkbox_label [type="checkbox"]:hover {
  background-color: transparent;
}

.du_mailchimp_form_wrapper + .du_mailchimb_checkbox_label [type="checkbox"]:checked {
  left: 1px;
  top: -3px;
  transform: none;
  border-width: 0px;
  background-image: url(/wp-content/themes/digitalup_tw/theme/assets/images/filter-check.svg);
  background-repeat: no-repeat;
  opacity: 1;
}

.du_mailchimp_form_wrapper + .du_mailchimb_checkbox_label [type="checkbox"]:checked + .du_pseudo_box,
				.du_mailchimp_form_wrapper + .du_mailchimb_checkbox_label [type="checkbox"]:checked + a + .du_pseudo_box {
  --tw-bg-opacity: 1;
  background-color: rgb(72 208 255 / var(--tw-bg-opacity, 1));
}

.du_mailchimp_form_wrapper button {
  position: absolute;
  right: 0.5rem;
  top: calc(.5rem + 15px);
}

footer .du_submit_text {
  display: none;
}

body.show-menu {
  overflow: hidden;
}

/* >> Wooocomemrce */

.woocommerce.single-product div.product #main {
  margin-bottom: 0px;
}

.woocommerce.single-product div.product h1.product_title.entry-title {
  font-size: 25px;
  line-height: 27px;
}

.woocommerce.single-product div.product p.stock.in-stock {
  display: none;
}

/* > Woocommerce Product Gallery */

@media (min-width: 1280px) {
  .woocommerce.single-product div.product .du-woo-gallery-container {
    height: calc(calc(140px * 4) + calc(18px * 3));
  }
}

.woocommerce.single-product div.product .du-woo-gallery-container {
  /* height: calc(calc(140px * 4) + calc(18px * 3)); */
  float: left;
  display: flex;
  width: 100%;
  max-width: 628px;
  flex-direction: column-reverse;
  gap: 15px;
}

@media not all and (min-width: 1280px) {
  .woocommerce.single-product div.product .du-woo-gallery-container {
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  .woocommerce.single-product div.product .du-woo-gallery-container {
    width: 56.5%;
    max-width: calc(100% - 430px);
  }
}

@media (min-width: 1280px) {
  .woocommerce.single-product div.product .du-woo-gallery-container {
    flex-direction: row;
  }
}

.woocommerce.single-product div.product .du-woo-gallery-container > div:first-child {
  width: 100%;
}

@media (min-width: 1280px) {
  .woocommerce.single-product div.product .du-woo-gallery-container > div:first-child {
    float: left;
    width: 17.90%;
  }
}

.woocommerce.single-product div.product .du-woo-gallery-container > div:last-child {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

@media (min-width: 1024px) {
  .woocommerce.single-product div.product .du-woo-gallery-container > div:last-child {
    float: left;
  }
}

@media (min-width: 1280px) {
  .woocommerce.single-product div.product .du-woo-gallery-container > div:last-child {
    width: calc(100% - 17.90% - 15px);
  }
}

@media not all and (min-width: 1024px) {
  .woocommerce.single-product div.product .du-woo-gallery-container .du-woo-gallery-col-1 {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .woocommerce.single-product div.product .du-woo-gallery-container .du-woo-gallery-col-1 .du-woo-gallery-swiper-thumbnails {
    display: none;
  }
}

/* .woocommerce-product-gallery__wrapper {
				@apply mb-4;
			} */

.woocommerce.single-product div.product .du-woo-gallery-container .du-woo-gallery-col-1.du-gallery-loaded .du-woo-gallery-swiper-thumbnails {
  display: block;
}

.woocommerce.single-product div.product .du-woo-gallery-container .du-woo-gallery-col-1.du-gallery-loaded .du-woo-gallery-swiper-thumbnails img {
  aspect-ratio: 1 / 1;
  max-height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .du-item-type-thumbnail {
				@apply !h-fit;
			} */

.woocommerce.single-product div.product .du-woo-gallery-container .du-woo-gallery-col-1 img {
  max-height: 100%;
}

.woocommerce.single-product div.product .du-woo-gallery-container .du-woo-gallery-col-1 .du-item-type-video_thumbnail {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  /* 
				&:before {
					@apply content-[''] absolute rounded-full w-full h-full border-[2px] border-dashed border-orange-1;
				} */
}

.woocommerce.single-product div.product .du-woo-gallery-container .du-woo-gallery-col-1 .du-item-type-video_thumbnail img {
  aspect-ratio: 1 / 1;
  width: calc(100% - 10px);
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  outline-style: dashed;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #F93200;
}

.woocommerce.single-product div.product .du-woo-gallery-container .du-woo-gallery-col-1 .du-item-type-video_thumbnail:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2.5rem;
  width: 2.5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url(/wp-content/themes/digitalup_tw/theme/assets/images/product-reel-player.svg);
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  border-radius: 9999px;
  outline-width: 2px;
  outline-color: #fff;
  outline-style: solid;
}

.woocommerce.single-product div.product .du-woo-gallery-container .woocommerce-product-gallery__image {
  cursor: pointer;
}

.woocommerce.single-product div.product .du-woo-gallery-container .woocommerce-product-gallery__image img {
  border-radius: 25px;
}

.woocommerce.single-product div.product .du-woo-gallery-container .du-woo-gallery-col-2 {
  width: 100%;
  line-height: 0;
}

@media not all and (min-width: 1024px) {
  .woocommerce.single-product div.product .du-woo-gallery-container .du-woo-gallery-col-2 {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .woocommerce.single-product div.product .du-woo-gallery-container .du-woo-gallery-col-2 {
    aspect-ratio: 1 / 1;
  }
}

.woocommerce.single-product div.product .du-woo-gallery-container .du-woo-gallery-col-2 .woocommerce-product-gallery__image img {
  width: 100%;
}

.woocommerce.single-product div.product .du-woo-gallery-container .du-woo-gallery-col-2 .du-item-type-video:after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

/* < Woocommerce Product Gallery */

.woocommerce.single-product div.product .summary.entry-summary {
  margin-bottom: 0px;
}

@media not all and (min-width: 1024px) {
  .woocommerce.single-product div.product .summary.entry-summary > form.cart {
    display: none;
  }
}

.woocommerce.single-product div.product .summary.entry-summary .woocommerce div.product form.cart {
  margin-bottom: 0px;
}

/* loyalty display message */

.woocommerce.single-product div.product .summary.entry-summary span.wlr-product-message {
  float: left;
}

/* @apply !shadow-none !border-none !outline-none drop-shadow-none; */

.woocommerce.single-product div.product .summary.entry-summary input:focus, .woocommerce.single-product div.product .summary.entry-summary textarea:focus, .woocommerce.single-product div.product .summary.entry-summary select:focus {
  /* @apply !shadow-none !border-none !outline-none drop-shadow-none; */
  box-shadow: none !important;
}

.woocommerce.single-product div.product .summary.entry-summary h1.product_title {
  margin-bottom: 0px;
  font-family: omnes-greek, sans-serif;
  font-weight: 800;
}

.woocommerce.single-product div.product .summary.entry-summary .du-sku {
  margin-top: 0.25rem;
  font-size: 14px;
  font-weight: 700;
}

.woocommerce.single-product div.product .summary.entry-summary .du-sku + .price {
  margin-top: 30px;
}

.woocommerce.single-product div.product .summary.entry-summary textarea#custom_product_note {
  border-style: none !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='1.9em' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='100%25' x2='100%25' y2='100%25' stroke='%23ccc' stroke-dasharray='2,2' /%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-size: 100% 1.9em;
}

.woocommerce.single-product div.product .summary.entry-summary .woocommerce-product-rating {
  margin-top: 10px;
  margin-bottom: 1rem;
  line-height: 1rem !important;
}

.woocommerce.single-product div.product .summary.entry-summary .woocommerce-product-rating .star-rating {
  width: 85px !important;
}

.woocommerce.single-product div.product .summary.entry-summary .woocommerce-product-rating .du-real-rating-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.woocommerce.single-product div.product .summary.entry-summary table.variations,
		.woocommerce.single-product div.product .summary.entry-summary table.variations > tbody,
		.woocommerce.single-product div.product .summary.entry-summary table.variations > tbody tr {
  display: block !important;
}

.woocommerce.single-product div.product .summary.entry-summary th.label {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.woocommerce.single-product div.product .summary.entry-summary table {
  border-style: none;
}

.woocommerce.single-product div.product .summary.entry-summary .price {
  margin-bottom: 0.75rem;
}

.woocommerce.single-product div.product .summary.entry-summary .du_info_texts {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
}

.woocommerce.single-product div.product .summary.entry-summary .du_info_texts > div {
  clear: both;
  margin-bottom: 0.25rem;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.woocommerce.single-product div.product .summary.entry-summary .du_info_texts > div:last-child {
  margin-bottom: 0.75rem;
}

.woocommerce.single-product div.product .summary.entry-summary .quantity {
  float: none;
  width: 100%;
}

.woocommerce.single-product div.product .summary.entry-summary .wwbp_calculation_section {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 0.75rem;
}

.woocommerce.single-product div.product .summary.entry-summary .du-custom-product-option .du-option-label-container {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.woocommerce.single-product div.product .summary.entry-summary .du-custom-product-option .du-option-label-container .du-option-label {
  position: relative;
  display: flex;
  height: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 29px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  min-width: 7rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce.single-product div.product .summary.entry-summary .du-custom-product-option .du-option-label-container .du-option-label:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.woocommerce.single-product div.product .summary.entry-summary .du-custom-product-option .du-option-label-container .du-option-label[class*="du-selected"] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.woocommerce.single-product div.product .summary.entry-summary .du-custom-product-option .du-option-label-container .du-option-label input[type="radio"] {
  position: absolute;
  z-index: -10;
}

.woocommerce.single-product div.product .summary.entry-summary button.single_add_to_cart_button.button.alt {
  margin-top: 1.25rem;
}

.woocommerce.single-product div.product .summary.entry-summary .product_meta {
  display: none;
}

@media not all and (min-width: 640px) {
  .woocommerce.single-product div.product .woocommerce-tabs {
    margin-bottom: 2.5rem;
  }
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
}

@media not all and (min-width: 640px) {
  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
    display: none;
  }
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs:before {
  --tw-border-opacity: 1;
  border-color: rgb(1 9 19 / var(--tw-border-opacity, 1));
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-left: 0px;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0px;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:before,
				.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
  opacity: 0.4;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  opacity: 1;
}

@media not all and (min-width: 640px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-bottom: 0px !important;
    margin-top: 0.75rem;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(1 9 19 / var(--tw-border-opacity, 1));
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
  opacity: 1;
}

@media (min-width: 640px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child {
    display: none;
  }
}

@media not all and (min-width: 640px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child {
    position: relative;
    cursor: pointer;
    padding-bottom: 0.5rem;
  }

  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child + *:first-child {
    margin-top: 0.75rem;
  }

  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel:not(.active) > *:not(h2) {
    display: none;
  }
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.active > h2:first-child {
  font-weight: 800;
}

.woocommerce.single-product div.product ul {
  list-style-position: inside;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: disc;
}

.woocommerce.single-product div.product section.related.products > h2 {
  margin-bottom: 0.5rem;
  text-align: center;
}

.woocommerce.single-product div.product #sidebar {
  display: none;
}

.woocommerce.single-product div.product .du-single-product-gallery-container {
  clear: both;
  margin-left: 0px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media not all and (min-width: 1280px) {
  .woocommerce.single-product div.product .du-single-product-gallery-container {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .woocommerce.single-product div.product .du-single-product-gallery-container {
    flex-direction: row;
  }
}

.woocommerce.single-product div.product .du-single-product-gallery-container {
  margin-bottom: 3.5rem;
  margin-top: 0.5rem;
  max-width: 100%;
}

@media not all and (min-width: 991px) {
  .woocommerce.single-product div.product .du-single-product-gallery-container {
    gap: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .woocommerce.single-product div.product .du-single-product-gallery-container {
    padding-right: calc(calc(calc(var(--container-width) - var(--container-width-sm)) / 2) * 2);
  }
}

.woocommerce.single-product div.product .du-single-product-gallery-container .summary.entry-summary {
  margin-top: 0px;
  width: 100% !important;
  max-width: 625px;
}

@media (min-width: 1024px) {
  .woocommerce.single-product div.product .du-single-product-gallery-container .summary.entry-summary {
    width: 400px !important;
  }
}

.woocommerce.single-product div.product .tab_and_promo_wrap {
  /* @apply clear-both flex flex-col lg:flex-row justify-between w-[var(--container-width-sm)] max-w-[var(--max-container-width-sm)] mt-40 mb-28 mx-auto; */
  clear: both;
  margin-left: 0px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

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

.woocommerce.single-product div.product .tab_and_promo_wrap {
  margin-bottom: 2.5rem;
  margin-top: 0px;
  max-width: var(--max-container-width);
}

@media (min-width: 640px) {
  .woocommerce.single-product div.product .tab_and_promo_wrap {
    margin-bottom: 7rem;
  }
}

@media (min-width: 1536px) {
  .woocommerce.single-product div.product .tab_and_promo_wrap {
    padding-right: calc(calc(calc(var(--container-width) - var(--container-width-sm)) / 2) * 2);
  }
}

@media not all and (min-width: 1024px) {
  .woocommerce.single-product div.product .tab_and_promo_wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 625px;
  }
}

.woocommerce.single-product div.product .tab_and_promo_wrap .woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .woocommerce.single-product div.product .tab_and_promo_wrap .woocommerce-tabs.wc-tabs-wrapper {
    width: 51.5%;
  }
}

.woocommerce.single-product div.product .tab_and_promo_wrap .woocommerce-tabs.wc-tabs-wrapper > ul,
			.woocommerce.single-product div.product .tab_and_promo_wrap .woocommerce-tabs.wc-tabs-wrapper > div {
  float: left;
}

@media (min-width: 1280px) {
  .woocommerce.single-product div.product .tab_and_promo_wrap .woocommerce-tabs.wc-tabs-wrapper > ul,
			.woocommerce.single-product div.product .tab_and_promo_wrap .woocommerce-tabs.wc-tabs-wrapper > div {
    width: calc(100% - 17.90% - 15px);
  }
}

@media (min-width: 1536px) {
  .woocommerce.single-product div.product .tab_and_promo_wrap .woocommerce-tabs.wc-tabs-wrapper > ul,
			.woocommerce.single-product div.product .tab_and_promo_wrap .woocommerce-tabs.wc-tabs-wrapper > div {
    float: right;
  }
}

.woocommerce.single-product div.product .tab_and_promo_wrap .woocommerce-tabs.wc-tabs-wrapper > ul,
			.woocommerce.single-product div.product .tab_and_promo_wrap .woocommerce-tabs.wc-tabs-wrapper > div {
  /* width: calc(100% - 17.90% - 15px); */
}

@media not all and (min-width: 640px) {
  .woocommerce.single-product div.product .tab_and_promo_wrap .woocommerce-tabs.wc-tabs-wrapper > div {
    display: block !important;
    width: 100%;
  }
}

.woocommerce.single-product div.product .tab_and_promo_wrap .du-product-promo-wrapper {
  width: 100% !important;
  max-width: 100%;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 2rem;
  padding-right: 2.5rem;
}

@media (min-width: 1024px) {
  .woocommerce.single-product div.product .tab_and_promo_wrap .du-product-promo-wrapper {
    width: 400px !important;
  }
}

.woocommerce.single-product div.product .tab_and_promo_wrap .du-product-promo-wrapper .du-product-promo {
  display: flex;
  flex-direction: column;
}

.woocommerce.single-product div.product .tab_and_promo_wrap .du-product-promo-wrapper .du-product-promo .du-promo-item {
  display: flex;
  align-items: center;
}

.woocommerce.single-product div.product .tab_and_promo_wrap .du-product-promo-wrapper .du-product-promo .du-promo-item .du-promo-icon {
  padding-right: 0.75rem;
}

.woocommerce.single-product div.product .tab_and_promo_wrap .du-product-promo-wrapper .du-product-promo .du-promo-item * {
  font-size: 14px;
  line-height: 16px;
}

/* 
	#reviews {
		@apply w-[var(--container-width-sm)] mx-auto clear-both;

		.du-reviews-title {
			@apply border-b-[1px] border-solid border-b-black pb-3;

			h2 {
				@apply text-14 leading-[16px] font-bold font-omnes-greek; 
			}
		}
		.du-reviews-summary {
			@apply items-start my-6 mb-7; 

			.reviews-summary-section-1 {
				.du-star-rating {
					@apply mt-0;
				}				
				
				.woocommerce-product-rating {
					@apply mb-0;
					
					.woocommerce-review-link {
						@apply hidden;
					}
				
				}
			}

			.reviews-summary-section-2 {

				
				.du-each-rating-wrapper {
					@apply flex items-center justify-center gap-3 w-[260px] max-w-full mx-auto;

					.du-star-rating {
						@apply w-36 h-5;
						.star-rating-1-filled {
							@apply h-full;

							&:before {
								@apply content-[''] tracking-[4px];
									content: "SSSSS";
									top: 0;
									position: absolute;
									left: 0;
							}
						}

							&:before {
								@apply content-[''] tracking-[4px];
									content: "sssss";
									color: #cfc8d8;
									float: left;
									top: 0;
									left: 0;
									position: absolute;
							}
					}
					.du-star-bar {
						@apply relative w-[140px] h-[10px] rounded-[8px] bg-bg-lightgray;

						span {
							@apply absolute top-0 left-0 h-[10px] rounded-[8px] bg-black;

						}
					}
				}
			}

			.reviews-summary-section-3 {
				@apply flex justify-end mt-4;

				.du-write-your-rating-btn {
					@apply inline-flex items-center justify-center h-[57px] bg-black text-white font-semibold text-14 leading-[16px] rounded-[29px] py-3 px-6 text-center;
				}

			}
		}

		div#review_form_wrapper {
			@apply fixed bg-[rgba(1,9,19,0.45)] top-0 left-0 z-100;
			@apply flex justify-center items-center w-screen h-screen max-w-full;
			@apply hidden;
			
			#review_form {
				@apply relative w-[740px] max-w-[var(--max-container-width)];
				

				#closeReview {
					@apply block absolute -top-4 -right-4 text-white font-[cursive] text-30 cursor-pointer;

				}
				#respond {
					@apply relative bg-bg-lightgray py-16 px-20 rounded-40 border-[2px] border-solid border-orange-1;

					#reply-title {
						@apply text-30 leading-[34px] font-semibold block mb-3;
					}
				}
			} 
		}

		.comment-text {
			@apply !border-l-0 !border-r-0 !border-b-0 !border-t-[2px] !border-[#f3f3f3] !rounded-none !mx-0 !px-0;

			.star-rating {
				@apply absolute right-3;
			}

			span.woocommerce-review__dash, time.woocommerce-review__published-date {
				display: none;
			}

			.gravatar_and_name_wrapper {
				@apply flex items-end !mb-[14px];
				
				.comment_img_wrapper {
					@apply bg-handblue py-[1px] px-[3px] flex items-center justify-center rounded-full w-[22px] h-[22px] !mr-3;
					img {
						@apply !relative !bg-transparent !border-none;
					}
				}

				.meta {
					@apply !mb-0;

					strong.woocommerce-review__author {
						@apply text-black text-14 leading-4;
					}
				}

			}
		}

		#comments ol.commentlist li {
			&:last-child {
				@apply border-b-[2px] border-solid border-[#f3f3f3];
			}
		}

	}
 */

.woocommerce.single-product div.product #reviews {
  margin-left: auto;
  margin-right: auto;
  width: var(--container-width-sm);
  max-width: var(--max-container-width-sm);
}

@media not all and (min-width: 640px) {
  .woocommerce.single-product div.product #reviews {
    width: 400px;
  }
}

@media not all and (min-width: 480px) {
  .woocommerce.single-product div.product #reviews {
    width: 360px;
  }
}

.woocommerce.single-product div.product section.related.products {
  --swiper-theme-color: #f93200;
  /* @apply max-xs:w-[320px] max-sm:w-[360px] mx-auto; */
  margin-left: auto;
  margin-right: auto;
  width: var(--container-width-sm);
  max-width: var(--max-container-width-sm);
}

@media not all and (min-width: 640px) {
  .woocommerce.single-product div.product section.related.products {
    width: 400px;
  }
}

@media not all and (min-width: 480px) {
  .woocommerce.single-product div.product section.related.products {
    width: 360px;
  }
}

/* @apply grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 2xl:grid-cols-4 gap-y-14 gap-x-5; */

/* @apply max-w-full; */

.woocommerce.single-product div.product section.related.products .products .related-products-swiper .product {
  width: 100% !important;
  /* 
					&:last-child {
						@apply list-item lg:hidden xl:list-item;
					} */
}

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="email"] {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 40px;
  border-style: none;
}

.tax-product_cat {
}

.woocommerce .woocommerce-ordering {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
}

/* form.woocommerce-ordering {
		@apply  absolute top-0 left-0;
	} */

.woocommerce .woocommerce-ordering .order_by_title {
  padding-right: 0.25rem;
}

.woocommerce .woocommerce-ordering select {
  width: auto;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 9 19 / var(--tw-border-opacity, 1));
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 1.25rem;
  --tw-shadow-color: unset;
  --tw-shadow: var(--tw-shadow-colored);
}

.woocommerce .woocommerce-ordering select:focus {
  box-shadow: none !important;
}

.du-star-rating:before,
.du-star-rating span:before,
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before,
.woocommerce p.stars a:before,
.woocommerce p.stars:hover a:before {
  font-size: 14px;
  letter-spacing: 3px !important;
  --tw-text-opacity: 1;
  color: rgb(249 183 0 / var(--tw-text-opacity, 1));
}

.woocommerce .star-rating {
  margin-top: 0px !important;
  width: 85px !important;
  /* <div class="star-rating" role="img" aria-label="Βαθμολογήθηκε με 4.33 από 5"><span style="width:86.6%">Βαθμολογήθηκε με <strong class="rating">4.33</strong> από 5 με βάση <span class="rating">3</span> βαθμολογίες πελάτη</span></div> */
}

.woocommerce .star-rating:before {
  letter-spacing: 4px;
}

.woocommerce .star-rating span:before {
  letter-spacing: 4px;
}

.woocommerce .products .du_product_rating_counts_wrapper {
  position: relative;
  margin-top: 0.25rem;
  display: flex;
  justify-content: flex-start;
}

.woocommerce .products .du_product_rating_counts_wrapper .du_product_rating_counts {
  position: absolute;
  left: 72px;
  top: -3px;
  font-size: 12px;
}

.product .price {
  font-size: 25px !important;
  font-weight: 700;
  line-height: 27px;
}

.product .price bdi {
  font-weight: 700;
}

.product .price * {
  text-decoration-line: none;
}

.product .price del {
  position: relative;
  margin-right: 2px;
  height: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
  text-decoration-line: none !important;
  opacity: 1 !important;
}

.product .price del:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: red;
  position: absolute;
  transform: rotate(-15deg);
  transform-origin: right;
}

/* << Wooocommerce */

/* >> Mobile Secondary Menu */

.admin-bar .mobile-navigation {
  height: calc(100vh - 32px) !important;
}

.mobile-navigation-close {
  font-family: normal;
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile):last-child {
  margin-top: 0.75rem;
  display: inline-flex;
  width: auto;
  align-items: center;
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  padding-left: 10px !important;
  padding-right: 1.25rem !important;
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile):last-child a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-navigation {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.mobile-navigation .submenu-content-wrapper {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1)) !important;
}

.mobile-bottom-menu {
  position: absolute;
  bottom: 0px;
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 30px 30px 0 0;
}

.mobile-bottom-menu .menu-item:not(.menu-column-wrapper__mobile)::before {
  display: none;
}

.mobile-bottom-menu #secondary-menu-mobile {
  margin: 0px !important;
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

.mobile-bottom-menu #secondary-menu-mobile li {
  margin-bottom: 0px;
}

.mobile-bottom-menu #secondary-menu-mobile li a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 14px;
}

.mobile-bottom-menu #secondary-menu-mobile li:first-child {
  position: relative;
  padding-left: 1.25rem;
}

.mobile-bottom-menu #secondary-menu-mobile li:first-child:before {
  position: absolute;
  left: 0px;
  display: block;
  height: 14px;
  width: 14px;
  background-image: url(/wp-content/themes/digitalup_tw/theme/assets/images/Profile.svg);
  background-size: contain;
  background-position: center;
  --tw-content: '';
  content: var(--tw-content);
}

.product_archive_wrap {
  flex-direction: column;
  align-items: flex-start;
}

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

#toggleFilters {
  position: relative;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  #toggleFilters {
    display: none;
  }
}

#toggleFilters button {
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.bapf_sfilter .bapf_ochild,
.bapf_sfilter .bapf_cchild {
  cursor: pointer;
  padding: 0 5px;
  font-size: 10px;
  float: right;
  padding-top: 6px;
}

aside#sidebar {
  float: left;
  display: none;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  aside#sidebar {
    width: 214px;
  }
}

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

@media (min-width: 1785px) {
  aside#sidebar {
    max-width: 15%;
  }
}

aside#sidebar {
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
}

@media not all and (min-width: 1024px) {
  aside#sidebar {
    margin-bottom: 1.25rem;
    width: 100%;
    border-radius: 25px;
    border-width: 1px;
    padding: 1.25rem;
  }
}

aside#sidebar .sidebar-inner-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
}

@media not all and (min-width: 1024px) {
  aside#sidebar .sidebar-inner-wrapper {
    height: calc(100vh - 200px);
    padding-left: var(--global-padding-x);
    padding-right: var(--global-padding-x);
  }
}

aside#sidebar h3 {
  margin-bottom: 1.5rem;
  font-family: omnes-greek, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

aside#sidebar .berocket_single_filter_widget h3 {
  margin-bottom: 0.5rem;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 9 19 / var(--tw-border-opacity, 1));
  padding-bottom: 0.25rem;
  font-size: 16px;
}

aside#sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_colaps_smb,
		aside#sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_desci {
  font-size: 12px;
}

aside#sidebar .berocket_single_filter_widget .bapf_slidr h3 {
  margin-bottom: 22px;
}

aside#sidebar .berocket_single_filter_widget .bapf_slidr .bapf_body {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

aside#sidebar .berocket_single_filter_widget .bapf_sfilter {
  margin-bottom: 2.5rem;
}

aside#sidebar .berocket_single_filter_widget .bapf_body h3 {
  cursor: pointer;
}

aside#sidebar .berocket_single_filter_widget .bapf_body ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 14px;
}

aside#sidebar .berocket_single_filter_widget .bapf_body ul li [type="checkbox"],
				aside#sidebar .berocket_single_filter_widget .bapf_body ul li [type="radio"] {
  margin-left: 5px;
  height: 10px;
  width: 10px;
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 9 19 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

aside#sidebar .berocket_single_filter_widget .bapf_body ul li [type="checkbox"]:focus, aside#sidebar .berocket_single_filter_widget .bapf_body ul li [type="radio"]:focus {
  box-shadow: none !important;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
}

aside#sidebar .berocket_single_filter_widget .bapf_body ul li [type="checkbox"]:after, aside#sidebar .berocket_single_filter_widget .bapf_body ul li [type="radio"]:after {
  opacity: 0;
}

aside#sidebar .berocket_single_filter_widget .bapf_body ul li.checked {
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

aside#sidebar .berocket_single_filter_widget .bapf_body ul li.checked [type="checkbox"]:checked:checked, aside#sidebar .berocket_single_filter_widget .bapf_body ul li.checked [type="radio"]:checked {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1)) !important;
}

aside#sidebar .berocket_single_filter_widget .bapf_body ul li.checked [type="checkbox"]:checked:checked:after, aside#sidebar .berocket_single_filter_widget .bapf_body ul li.checked [type="radio"]:checked:after {
  left: 1px;
  top: -3px;
  height: 11px;
  width: 9px;
  transform: none;
  border-width: 0px;
  background-image: url(/wp-content/themes/digitalup_tw/theme/assets/images/filter-check.svg);
  background-repeat: no-repeat;
  opacity: 1;
}

aside#sidebar .berocket_single_filter_widget .ui-slider-range.ui-corner-all.ui-widget-header,
		aside#sidebar .berocket_single_filter_widget span.ui-slider-handle.ui-corner-all.ui-state-default {
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
}

aside#sidebar .berocket_single_filter_widget .bapf_slidr_all {
  padding: 0.25rem;
}

aside#sidebar .berocket_single_filter_widget .bapf_slidr_all .bapf_slidr_main.ui-widget-content,
			aside#sidebar .berocket_single_filter_widget .bapf_slidr_all .berocket_filter_price_slider.ui-widget-content {
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

aside#sidebar .berocket_single_filter_widget .bapf_slidr_all span.ui-slider-handle.ui-corner-all {
  top: -5px;
  --tw-shadow: 0 0 4px white;
  --tw-shadow-colored: 0 0 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);
}

aside#sidebar .berocket_single_filter_widget .bapf_slidr_all .bapf_val,
			aside#sidebar .berocket_single_filter_widget .bapf_slidr_all .bapf_taprice {
  padding-left: 2px;
  font-size: 16px !important;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

aside#sidebar .berocket_single_filter_widget .bapf_slidr_all span.bapf_from {
  font-size: 16px;
  font-weight: 500;
}

aside#sidebar .berocket_single_filter_widget .bapf_slidr_all span.bapf_from:before {
  --tw-content: 'Από';
  content: var(--tw-content);
}

aside#sidebar .berocket_single_filter_widget .bapf_slidr_all span.bapf_to {
  font-size: 16px;
  font-weight: 500;
}

aside#sidebar .berocket_single_filter_widget .bapf_slidr_all span.bapf_to:before {
  --tw-content: 'Μέχρι';
  content: var(--tw-content);
}

html[lang="en-US"]
	aside#sidebar
	.berocket_single_filter_widget
	.bapf_slidr_all
	span.bapf_from:before {
  content: "From";
}

html[lang="en-US"]
	aside#sidebar
	.berocket_single_filter_widget
	.bapf_slidr_all
	span.bapf_to:before {
  content: "Up to";
}

.header-right-area > .header_widget.header_widget_right.widget.widget_block {
  display: none;
}

/* Minicart */

.wc-block-components-drawer__screen-overlay.wc-block-components-drawer__screen-overlay--with-slide-out.wc-block-components-drawer__screen-overlay--with-slide-in {
  /* position: relative; */
}

.wc-block-components-drawer__screen-overlay--with-slide-in
	.wc-block-components-drawer {
  position: relative;
  top: 160px;
  left: calc(100% - clamp(20px, 6.77%, 130px));
  border-radius: 40px !important;
  border: 2px solid orange;
}

.wc-block-components-product-metadata {
  display: none;
}

.du_minicart-overlay {
  position: fixed;
  top: calc(var(--topbar-height) * -1);
  left: 0px;
  z-index: 300;
  display: none;
  height: 9999px;
  width: 100%;
  opacity: 0;
}

#du_minicart-wrapper {
  position: fixed;
  top: 138px;
  right: 0.25rem;
  z-index: 301;
  width: 440px;
  max-width: 100%;
  border-radius: 25px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: left;
}

@media (min-width: 768px) {
  #du_minicart-wrapper {
    top: 130px;
    right: 1.75rem;
  }
}

@media (min-width: 1024px) {
  #du_minicart-wrapper {
    top: 10rem;
  }
}

@media (min-width: 1280px) {
  #du_minicart-wrapper {
    top: 12rem;
    right: var(--global-padding-x);
    border-radius: 40px;
  }
}

#du_minicart-wrapper {
  display: none;
  max-width: calc(100% - calc(var(--global-padding-x) * 2));
  box-shadow: -6px 6px 10px #00000024;
}

#du_minicart-wrapper.cart_visible {
  display: block;
}

#du_minicart-wrapper .du_minicart-free-shipping-bar-wrapper {
  border-radius: 25px 25px 20px 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 14px;
  line-height: 16px;
}

@media (min-width: 1024px) {
  #du_minicart-wrapper .du_minicart-free-shipping-bar-wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px) {
  #du_minicart-wrapper .du_minicart-free-shipping-bar-wrapper {
    border-radius: 40px 40px 30px 30px;
  }
}

#du_minicart-wrapper .du_minicart-free-shipping-bar-wrapper:before {
  position: absolute;
  top: -10px;
  right: 1.5rem;
  z-index: -10;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  #du_minicart-wrapper .du_minicart-free-shipping-bar-wrapper:before {
    right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  #du_minicart-wrapper .du_minicart-free-shipping-bar-wrapper:before {
    right: calc(var(--global-padding-x) * 2);
  }
}

#du_minicart-wrapper .du_minicart-free-shipping-bar-wrapper .du_minicart-free-shipping-title {
  margin-bottom: 0px;
}

#du_minicart-wrapper .du_minicart-free-shipping-bar-wrapper .du_minicart-free-shipping-title strong {
  font-weight: 900 !important;
}

#du_minicart-wrapper .du_minicart-free-shipping-bar-wrapper strong {
  font-weight: 900;
}

#du_minicart-wrapper .du_minicart-cart-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  #du_minicart-wrapper .du_minicart-cart-wrapper {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

#du_minicart-wrapper .du_minicart-cart-wrapper .du_minicart-cart_title {
  margin-bottom: 18px;
  font-family: salden, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 32px;
}

#du_minicart-wrapper .du_minicart-cart-wrapper ul {
  max-height: 287px;
  overflow-y: scroll;
}

#du_minicart-wrapper .du_minicart-cart-wrapper ul li.du_minicart-item {
  margin-bottom: 0.25rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
  padding-bottom: 0.25rem;
  padding-right: 1rem;
}

#du_minicart-wrapper .du_minicart-cart-wrapper ul li.du_minicart-item .du_minicart-thumb img {
  width: 88px;
  border-radius: 15px;
}

#du_minicart-wrapper .du_minicart-cart-wrapper ul li.du_minicart-item .du_minicart-content {
  display: flex;
  width: calc(100% - 115px);
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#du_minicart-wrapper .du_minicart-cart-wrapper ul li.du_minicart-item .du_minicart-content .du_minicart-title_price_wrapper {
  font-weight: 700;
}

#du_minicart-wrapper .du_minicart-cart-wrapper ul li.du_minicart-item .du_minicart-content .du_minicart-title {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
}

#du_minicart-wrapper .du_minicart-cart-wrapper ul li.du_minicart-item .du_minicart-content .du_minicart-price-quantity-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#du_minicart-wrapper .du_minicart-cart-wrapper ul li.du_minicart-item .du_minicart-content .du_minicart-price-quantity-wrapper .du_minicart-unit-price {
  font-size: 14px;
  line-height: 16px;
}

#du_minicart-wrapper .du_minicart-cart-wrapper ul li.du_minicart-item .du_minicart-content .du_minicart-unit-price {
  font-size: 14px;
  line-height: 16px;
}

#du_minicart-wrapper .du_minicart-cart-wrapper ul li.du_minicart-item .du_minicart-content .du_minicart-qty {
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
}

#du_minicart-wrapper .du_minicart-cart-wrapper ul li.du_minicart-item .du_minicart-content .du_minicart-qty input.qty-input {
  width: 2rem;
  border-style: none;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
}

#du_minicart-wrapper .du_minicart-cart-wrapper ul li.du_minicart-item .du_minicart-content .qty-weight-input {
  width: 5rem !important;
  text-align: left !important;
}

#du_minicart-wrapper .du_minicart-cart-wrapper ul li.du_minicart-item .remove-item {
  display: flex;
  width: 11px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#du_minicart-wrapper .du_minicart-cart-wrapper .du_minicart-count {
  font-size: 12px;
  font-weight: 700;
}

#du_minicart-wrapper .du_minicart-cart-wrapper .du_minicart-total {
  margin-bottom: 1.25rem;
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
}

#du_minicart-wrapper .du_minicart-cart-wrapper .du_minicart-total .du_minicart_total_text {
  font-size: 14px;
  font-weight: 700;
}

#du_minicart-wrapper .du_minicart-cart-wrapper .du_minicart-total .du_minicart_total_amount {
  font-size: 25px;
  font-weight: 700;
}

#du_minicart-wrapper .du_minicart-cart-wrapper .actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#du_minicart-wrapper .du_minicart-cart-wrapper .actions > div a {
  width: 100%;
}

@media not all and (min-width: 1024px) {
  #du_minicart-wrapper .du_minicart-cart-wrapper .actions > div a {
    font-size: 14px;
  }
}

#du_minicart-wrapper .du_minicart-cart-wrapper .actions > div a {
  /* &:hover {
						@apply !bg-black border-black !text-white;
					} */
}

#du_minicart-wrapper .du_minicart-cart-wrapper .actions > div a.checkout {
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

#du_minicart-wrapper .du_minicart-cart-wrapper .actions > div a.checkout:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1)) !important;
}

#du_minicart-wrapper span.du-timeslots-minicart-countdown * {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.hidden-fimg {
  visibility: hidden;
  height: 0px;
  opacity: 0;
}

/* > Woocommerce Weight Based Table */

.du-custom-product-option {
  margin-bottom: 0.25rem;
  display: inline-block;
  width: 100%;
  font-size: 12px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.wwbp_calculation_section + .quantity {
  display: none;
}

.wwbp_calculation_section table tbody tr {
  display: block;
  width: 100%;
}

.wwbp_calculation_section table tbody tr:last-child td:first-child b,
		.wwbp_calculation_section table tbody tr .du-custom-product-option > label,
		.wwbp_calculation_section table tbody tr:first-child td:first-child {
  margin-bottom: 0.25rem;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.wwbp_calculation_section table tbody tr td {
  clear: both;
  width: 100%;
}

.wwbp_calculation_section table tbody tr:nth-child(2) {
  display: none;
}

.wwbp_calculation_section table tbody tr .weight {
  float: left;
  position: relative;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 29px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 480px) {
  .wwbp_calculation_section table tbody tr .weight {
    height: 52px;
  }
}

.wwbp_calculation_section table tbody tr .weight {
  min-width: 7rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wwbp_calculation_section table tbody tr .weight .qty {
  width: 5rem;
  border-style: none;
  background-color: transparent;
}

.wwbp_calculation_section table tbody tr .weight input.wwbp_button {
  width: 1.5rem;
  cursor: pointer;
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

/* < Woocommerce Weight Based Table */

/* > Woocommerce Loop Products - Options */

ul.products .woocommerce-loop-product__title {
  font-family: omnes-greek, sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* μέγιστες γραμμές */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.products .woocommerce-loop-product__title + .price {
  margin-top: 20px;
}

ul.products .star-rating {
  margin-bottom: 0px;
}

ul.products .du-star-rating:before,
	ul.products .du-star-rating span:before,
	ul.products .star-rating span:before,
	ul.products .star-rating:before,
	ul.products p.stars a:before,
	ul.products p.stars:hover a:before {
  font-size: 10px !important;
}

ul.products .price {
  margin-bottom: 1.25rem !important;
  letter-spacing: -0.25px;
}

ul.products .wwbp_calculation_section {
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 7rem;
}

ul.products .wwbp_calculation_section td b {
  font-size: 12px;
}

ul.products .wwbp_calculation_section table > tbody > tr:first-child > td:first-child {
  display: none;
}

ul.products .wwbp_calculation_section table tbody tr .weight {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

ul.products .wwbp_calculation_section table tbody tr .weight .qty {
  width: 3.5rem;
  padding-left: 0px;
  padding-right: 0px;
}

ul.products .wwbp_calculation_section table tbody tr:last-child {
  position: absolute;
  top: -1.75rem;
  clear: both;
  display: flex;
  height: 1.5rem;
  width: 10rem;
  padding-top: 0.5rem;
}

ul.products .wwbp_calculation_section table tbody tr:last-child td {
  height: 1.5rem;
}

ul.products button.button.added_to_cart {
  width: 100%;
  max-width: 270px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1785px) {
  ul.products button.button.added_to_cart {
    width: calc(100% - 70px);
  }
}

.du-select_attributes-wrapper {
  position: relative;
  display: flex;
  width: calc(100% - 7rem);
  gap: 0.5rem;
  padding-right: 70px;
  font-size: 14px;
}

.du-select_attributes-wrapper * {
  font-size: 14px;
}

.du-select_attributes-wrapper select,
	.du-select_attributes-wrapper .weight {
  height: 52px;
  font-size: 14px;
}

.du-select_attributes-wrapper select {
  border-radius: 33px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 1.25rem;
  padding-right: 2rem;
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23F93200' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}

form.cart .variations select {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
  border-radius: 33px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 1.25rem;
  padding-right: 2rem;
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23F93200' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") !important;
}

h2.woocommerce-du-page-title {
  font-size: 35px;
}

.woocommerce-checkout h2.woocommerce-du-page-title {
  margin-bottom: 1rem;
  font-size: 35px;
}

.woocommerce-checkout h3#order_review_heading {
  margin-top: 30px;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 1.25rem;
}

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

.woocommerce-checkout .woocommerce-additional-fields #invoice_fields_wrap h3 {
  font-size: 14px;
  line-height: 16px;
}

/* < Woocommerce Loop Products - Options */

/* my account */

.woocommerce-account h2.woocommerce-du-page-title {
  font-size: 35px;
}

.woocommerce-account .entry-content > .woocommerce {
  width: var(--container-width-sm);
  max-width: var(--max-container-width-sm);
}

.woocommerce-account .woocommerce-form-login__rememberme span,
	.woocommerce-account p.woocommerce-LostPassword.lost_password a {
  font-size: 13px;
}

#content #customer_login {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 2rem;
}

.sub-menu#content #customer_login {
  gap: 1rem;
  padding: 1rem;
}

current-menu-item #content #customer_login {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  #content #customer_login {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#content #customer_login:before,
	#content #customer_login:after {
  display: none;
}

#content #customer_login > div {
  width: 100%;
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: var(--global-padding-x);
  padding-right: var(--global-padding-x);
}

@media (min-width: 640px) {
  #content #customer_login > div {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1024px) {
  #content #customer_login > div {
    border-radius: 40px;
  }
}

#content #customer_login > div h2 {
  font-family: omnes-greek, sans-serif;
  font-size: 25px !important;
  line-height: 27px !important;
}

#content #customer_login > div > form {
  border-radius: 0px;
  border-style: none;
  padding: 0px;
}

#content #customer_login > div > form .woocommerce-form-row .input-text {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  font-size: 14px;
}

#content #customer_login > div > form .woocommerce-form-row .input-text::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}

#content #customer_login > div > form .woocommerce-form-row .input-text::placeholder {
  color: #dddddd;
  opacity: 1;
}

#content #customer_login > div > form .woocommerce-form-row .input-text:-ms-input-placeholder {
  color: #dddddd;
  opacity: 1;
}

#content #customer_login > div > form p.form-row:not(.woocommerce-form-row) {
  display: inline-flex;
  flex-direction: column;
}

#content #customer_login > div .woocommerce-form-login__rememberme {
  height: 66px;
}

#content #customer_login > div .woocommerce-LostPassword {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

/* checkout page */

/* remove header line */

.woocommerce-checkout .header-main {
  position: relative;
  z-index: 300;
}

@media (min-width: 1024px) {
  .woocommerce-checkout .delivery_popup_btn_wrapper {
    border-radius: 40px !important;
  }
}

.woocommerce-account .entry-content > .woocommerce {
  display: flex;
  flex-direction: column;
}

.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
}

.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.5rem;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media not all and (min-width: 640px) {
  .woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media not all and (min-width: 480px) {
  .woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul {
    display: grid;
    gap: 0.75rem;
    text-align: center;
  }
}

@media (min-width: 1280px) {
  .woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul {
    gap: 1.25rem;
  }
}

@media not all and (min-width: 640px) {
  .woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    grid-column: span 2 / span 2;
  }
}

.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation li a, .woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-orders-table__cell-order-actions a {
  display: flex;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-orders-table__cell-order-actions.is-active a {
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation li:hover:not(.is-active) a, .woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-orders-table__cell-order-actions:hover:not(.is-active) a {
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-content {
  float: right;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-content em {
  font-size: 14px;
}

.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-content .addresses .title .edit {
  float: left;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom-width: 1px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
  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: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-content .addresses .title .edit:hover {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-content address {
  margin-top: 0.75rem;
  border-radius: 25px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-content h2.woocommerce-order-details__title {
  margin-bottom: 0.75rem;
  font-family: omnes-greek, sans-serif;
}

.woocommerce-cart-form table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table {
  border-radius: 25px;
  border-style: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 640px) {
  .woocommerce-cart-form table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table {
    padding: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .woocommerce-cart-form table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table {
    border-radius: 40px;
  }
}

@media not all and (min-width: 768px) {
  .woocommerce-cart-form table.shop_table ul.wc-item-meta, .woocommerce-cart .cart-collaterals .cart_totals table ul.wc-item-meta, .woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table ul.wc-item-meta {
    flex-direction: column;
  }
}

.woocommerce-cart-form table.shop_table tr th, .woocommerce-cart .cart-collaterals .cart_totals table tr th, .woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table tr th {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-family: salden, sans-serif;
  font-size: 18px;
}

.woocommerce-cart-form table.shop_table tr td, .woocommerce-cart .cart-collaterals .cart_totals table tr td, .woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table tr td {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
}

.woocommerce-cart-form table.shop_table thead th, .woocommerce-cart .cart-collaterals .cart_totals table thead th, .woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table thead th {
  border-style: none;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  font-family: omnes-greek, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.woocommerce-cart-form table.shop_table .button, .woocommerce-cart .cart-collaterals .cart_totals table .button, .woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table .button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.woocommerce-cart-form table.shop_table dl.variation, .woocommerce-cart .cart-collaterals .cart_totals table dl.variation, .woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table dl.variation {
  display: block;
}

.woocommerce-cart-form table.shop_table dl.variation > *, .woocommerce-cart .cart-collaterals .cart_totals table dl.variation > *, .woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table dl.variation > * {
  float: left;
}

.woocommerce-cart-form table.shop_table td.product-subtotal,
	.woocommerce-cart-form table.shop_table td.product-name,
	.woocommerce-cart .cart-collaterals .cart_totals table td.product-subtotal,
	.woocommerce-cart .cart-collaterals .cart_totals table td.product-name,
	.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table td.product-subtotal,
	.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table td.product-name {
  font-weight: 600;
}

/* 
	td.product-subtotal {
		@apply font-salden;
	} */

.woocommerce-cart-form table.shop_table td.product-quantity input, .woocommerce-cart .cart-collaterals .cart_totals table td.product-quantity input, .woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table td.product-quantity input {
  border-style: none;
  background-color: transparent;
}

.woocommerce-cart-form table.shop_table th.product-quantity,
	.woocommerce-cart-form table.shop_table td.product-quantity,
	.woocommerce-cart .cart-collaterals .cart_totals table th.product-quantity,
	.woocommerce-cart .cart-collaterals .cart_totals table td.product-quantity,
	.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table th.product-quantity,
	.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table td.product-quantity {
  text-align: center !important;
}

.woocommerce-cart-form table.shop_table td.product-subtotal,
	.woocommerce-cart-form table.shop_table th.product-subtotal,
	.woocommerce-cart .cart-collaterals .cart_totals table td.product-subtotal,
	.woocommerce-cart .cart-collaterals .cart_totals table th.product-subtotal,
	.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table td.product-subtotal,
	.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table th.product-subtotal {
  text-align: right !important;
  font-weight: 700;
}

.woocommerce-cart-form table.shop_table th.product-remove, .woocommerce-cart .cart-collaterals .cart_totals table th.product-remove, .woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table th.product-remove {
  width: 32px;
}

.woocommerce-cart-form table.shop_table #add_payment_method table.cart .product-thumbnail,
	.woocommerce-cart-form table.shop_table .woocommerce-cart table.cart .product-thumbnail,
	.woocommerce-cart-form table.shop_table .woocommerce-checkout table.cart .product-thumbnail,
	.woocommerce-cart .cart-collaterals .cart_totals table #add_payment_method table.cart .product-thumbnail,
	.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-cart table.cart .product-thumbnail,
	.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-checkout table.cart .product-thumbnail,
	.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table #add_payment_method table.cart .product-thumbnail,
	.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table .woocommerce-cart table.cart .product-thumbnail,
	.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table .woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px;
  width: 100px;
}

.woocommerce-cart-form table.shop_table td.product-name .wc-item-meta p,
	.woocommerce-cart-form table.shop_table td.product-name .wc-item-meta:last-child,
	.woocommerce-cart-form table.shop_table td.product-name dl.variation p,
	.woocommerce-cart-form table.shop_table td.product-name dl.variation:last-child,
	.woocommerce-cart .cart-collaterals .cart_totals table td.product-name .wc-item-meta p,
	.woocommerce-cart .cart-collaterals .cart_totals table td.product-name .wc-item-meta:last-child,
	.woocommerce-cart .cart-collaterals .cart_totals table td.product-name dl.variation p,
	.woocommerce-cart .cart-collaterals .cart_totals table td.product-name dl.variation:last-child,
	.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table td.product-name .wc-item-meta p,
	.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table td.product-name .wc-item-meta:last-child,
	.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table td.product-name dl.variation p,
	.woocommerce-account
	.entry-content
	> .woocommerce
	.woocommerce-MyAccount-content
	table.shop_table td.product-name dl.variation:last-child {
  display: flex;
}

@media not all and (min-width: 991px) {
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:not(:first-child) {
    border-top-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th {
    border-style: none;
  }

  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td {
    border-style: none;
  }

  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td.product-quantity {
    text-align: right !important;
  }
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td.product-quantity .quantity {
  margin: auto;
  display: inline-flex;
}

@media not all and (min-width: 991px) {
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-name dl.variation:last-child {
    width: 100%;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 0px;
  }
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  aspect-ratio: 1 / 1;
  width: 5rem !important;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.woocommerce-cart table.cart .product-thumbnail {
  width: 120px;
}

.woocommerce a.remove {
  border-radius: 0px;
  background-color: transparent;
  background-image: url('assets/images/bin.svg');
  background-repeat: no-repeat;
  color: transparent !important;
}

.woocommerce a.remove:hover {
  border-radius: 0px;
  background-color: transparent;
  background-image: url('assets/images/bin.svg') !important;
  background-repeat: no-repeat;
  color: transparent !important;
}

.woocommerce-du-page-title {
  margin-bottom: 2.25rem;
}

.page .wpb-content-wrapper > section:first-child:not(#PageLightblueTitle) {
  padding-top: 3.5rem;
}

.page #content .wpb-content-wrapper .wpb_text_column ul {
  margin-bottom: 1.25rem;
  list-style-type: disc;
  padding-left: 1.25rem;
}

/* list-style-image: url('https://meatit.smartdigital.gr/wp-content/themes/digitalup_tw/theme/inc/shortcodes/recipies/assets/img/bullet.svg'); */

.page #content .wpb-content-wrapper .wpb_text_column ul li {
  margin-bottom: 0.25rem;
}

.coupon {
  position: relative;
}

.coupon .button[name="apply_coupon"] {
  position: relative;
  height: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .coupon .button[name="apply_coupon"] {
    left: -4rem;
  }
}

.coupon #coupon_code {
  height: 60px;
  border-radius: 40px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 3.5rem;
  font-size: 14px;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.coupon #coupon_code::-moz-placeholder {
  color: rgba(0, 0, 0, 33%);
  opacity: 1;
}

.coupon #coupon_code::placeholder {
  color: rgba(0, 0, 0, 33%);
  opacity: 1;
}

.coupon #coupon_code:-ms-input-placeholder {
  color: rgba(0, 0, 0, 33%);
  opacity: 1;
}

a.checkout-button.button.alt.wc-forward {
  float: right;
}

.du_cart_earn_points_message {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 40px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px) {
  .du_cart_earn_points_message {
    flex-direction: column-reverse;
    padding-bottom: 2.5rem;
  }
}

.du_cart_earn_points_message .du_cart_earn-content-wrapper {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

@media not all and (min-width: 640px) {
  .du_cart_earn_points_message .du_cart_earn-content-wrapper + img {
    position: absolute;
    top: -10px;
    right: -10px;
  }
}

.du_cart_earn_points_message i {
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

body.woocommerce-cart .woocommerce-cart-form .du_minicart-free-shipping-bar-wrapper {
  float: left;
  margin-bottom: 14px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media not all and (min-width: 640px) {
  body.woocommerce-cart .woocommerce-cart-form .du_minicart-free-shipping-bar-wrapper {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  body.woocommerce-cart .woocommerce-cart-form .du_minicart-free-shipping-bar-wrapper {
    width: calc(50% - 8px);
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1536px) {
  body.woocommerce-cart .woocommerce-cart-form .du_minicart-free-shipping-bar-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

body.woocommerce-cart .woocommerce-cart-form .du_minicart-free-shipping-bar-wrapper img {
  max-height: 68px;
  width: 2.5rem;
}

@media (min-width: 640px) {
  body.woocommerce-cart .woocommerce-cart-form .du_minicart-free-shipping-bar-wrapper img {
    width: 72px;
  }
}

body.woocommerce-cart .woocommerce-cart-form .other_content_wrapper {
  width: calc(100% - 55px);
}

@media (min-width: 640px) {
  body.woocommerce-cart .woocommerce-cart-form .other_content_wrapper {
    width: calc(100% - 89px);
  }
}

body.woocommerce-cart .woocommerce-cart-form .du_gifts_bar {
  float: right;
  margin-bottom: 14px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media not all and (min-width: 640px) {
  body.woocommerce-cart .woocommerce-cart-form .du_gifts_bar {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  body.woocommerce-cart .woocommerce-cart-form .du_gifts_bar {
    width: calc(50% - 8px);
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1536px) {
  body.woocommerce-cart .woocommerce-cart-form .du_gifts_bar {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

body.woocommerce-cart .woocommerce-cart-form .du_gifts_bar .du_gifts_bar_img img {
  max-height: 68px;
  width: 2.5rem;
}

@media (min-width: 640px) {
  body.woocommerce-cart .woocommerce-cart-form .du_gifts_bar .du_gifts_bar_img img {
    width: 72px;
  }
}

/* checkout */

.woocommerce-checkout #primary .wlr-message-info.wlr_point_redeem_message {
  border-radius: 40px !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.5rem !important;
  font-size: 16px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce-checkout #primary .wlr-message-info.wlr_point_redeem_message i {
  margin-right: 13px !important;
  font-size: 24px !important;
  --tw-text-opacity: 1;
  color: rgb(72 208 255 / var(--tw-text-opacity, 1));
}

/**
 * Rewards
 */

.wlr-myaccount-page .wlr-heading {
  display: none;
}

div#wlr-points img.wlr-upload-img-icon {
  height: 2.5rem;
}

@media (max-height: 767px) {
  .du_desktop_menu .mega-panel {
    margin-top: 0.5rem !important;
    height: calc(100vh - 250px) !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .du_desktop_menu .mega-panel > div .primary-menu > li {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  #du_minicart-wrapper .du_minicart-cart-wrapper ul {
    max-height: 92px;
  }
}

@media (max-height: 670px) {
  .du_desktop_menu .mega-panel {
    margin-top: 0.5rem !important;
    height: calc(100vh - 280px) !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .du_desktop_menu .mega-panel > div .primary-menu > li {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  #du_minicart-wrapper .du_minicart-cart-wrapper ul {
    max-height: 92px;
  }
}

/* .fgf-progress-bar-wrapper {
    width: 50%;
    float: right;
    background: lightblue;
    padding: 10px;
} */

/* gifts plugin */

/*     @apply grid grid-cols-2 md:grid-cols-2 lg:grid-cols-3 2xl:grid-cols-4 gap-y-14 gap-x-5 w-full max-w-full lg:w-[calc(100%_-_270px)] lg:max-w-full !ml-auto; */

.fgf_gift_products_wrapper {
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.fgf_gift_products_wrapper .fuGiftsImgWrap img {
  margin-left: auto;
  margin-right: auto;
}

.fgf_gift_products_wrapper .freeGiftTitle,
	.fgf_gift_products_wrapper .freeGiftParagraph {
  text-align: center;
}

.fgf_gift_products_wrapper .woocommerce-loop-product__title {
  margin-bottom: 0.5rem;
}

.du-GiftsSwiper {
  display: flex;
  width: auto;
  justify-content: center;
}

@media not all and (min-width: 640px) {
  .du-GiftsSwiper {
    gap: 1.25rem;
  }
}

@media not all and (min-width: 480px) {
  .du-GiftsSwiper {
    flex-direction: column;
  }
}

.du-GiftsSwiper .swiper-item {
  float: left;
  margin-right: 10px;
  width: calc(100% - 10px) !important;
}

@media (min-width: 768px) {
  .du-GiftsSwiper .swiper-item {
    width: calc(50% - 10px) !important;
  }
}

@media (min-width: 1024px) {
  .du-GiftsSwiper .swiper-item {
    width: calc(33.33% - 10px) !important;
  }
}

@media (min-width: 1536px) {
  .du-GiftsSwiper .swiper-item {
    width: calc(25% - 10px) !important;
  }
}

.du-GiftsSwiper .swiper-item {
  max-width: 360px;
}

@media not all and (min-width: 640px) {
  .du-GiftsSwiper .swiper-item {
    margin-left: auto;
    margin-right: auto;
  }
}

.du-GiftsSwiper .swiper-item .fgf-owl-carousel-item {
  border-style: none;
}

.du-GiftsSwiper .swiper-item img {
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 25px;
}

.du-GiftsSwiper .swiper-item .du-gift-product-title {
  height: 48px;
  padding-top: 0.25rem !important;
  padding-bottom: 0px !important;
  text-align: left;
  font-family: omnes-greek, sans-serif;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 22px !important;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
}

.du-GiftsSwiper .swiper-item .fgf_add_to_cart_link {
  text-align: left !important;
}

.du-GiftsSwiper .swiper-item .fgf_add_to_cart_link select {
  margin-bottom: 0.5rem;
  border-radius: 40px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.du-GiftsSwiper .swiper-item .fgf_add_to_cart_link .button {
  width: 100%;
  max-width: 270px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  text-align: left;
}

@media (min-width: 1785px) {
  .du-GiftsSwiper .swiper-item .fgf_add_to_cart_link .button {
    width: calc(100% - 70px);
  }
}

.fgf-progress-bar-wrapper {
  float: right;
  border-radius: 25px 25px 20px 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 14px;
  line-height: 16px;
}

@media (min-width: 991px) {
  .fgf-progress-bar-wrapper {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .fgf-progress-bar-wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .fgf-progress-bar-wrapper {
    border-radius: 40px 40px 30px 30px;
  }
}

.fgf-progress-bar-wrapper:before {
  position: absolute;
  top: -10px;
  right: 1.5rem;
  z-index: -10;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 50 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .fgf-progress-bar-wrapper:before {
    right: calc(var(--global-padding-x) * 2);
  }
}

.fgf-progress-bar-wrapper strong {
  font-weight: 900;
}

.fgf_gift_products_wrapper:not(.du-fgf_gift_products_wrapper) {
  display: none;
}

#duCartTotals {
  margin-top: 1.5rem;
  width: 357px;
  max-width: 100%;
}

@media not all and (min-width: 991px) {
  #duCartTotals {
    margin-top: 2.5rem;
  }
}

@media not all and (min-width: 768px) {
  #duCartTotals {
    float: right;
  }
}

#duCartTotals table {
  padding: 1.5rem 2.5rem;
}

#duCartTotals.cart_totals table tr th,
	#duCartTotals.cart_totals table tr td {
  border-style: none !important;
}

#duCartTotals.cart_totals table tr th {
  padding-left: 0px;
  padding-right: 0px;
  font-family: omnes-greek, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

#duCartTotals.cart_totals table tr th:not(.nouppercase) {
  text-transform: uppercase;
}

#duCartTotals.cart_totals table tr.duCartTotalsTitle td {
  border-bottom-width: 2px;
  border-style: solid !important;
  --tw-border-opacity: 1;
  border-color: rgb(155 229 255 / var(--tw-border-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
}

#duCartTotals.cart_totals table tr.duCartTotalsTitle td h4 {
  font-family: omnes-greek, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

#duCartTotals.cart_totals table tr td {
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  font-size: 14px;
}

#duCartTotals tr.cart-subtotal > th {
  float: left;
}

@media (min-width: 768px) {
  #duCartTotals tr.cart-subtotal > th + td {
    text-align: right;
  }
}

#duCartTotals tr.cart-subtotal > th + td * {
  text-align: right !important;
}

#duCartTotals tr.duCheckoutButton td {
  padding: 0px !important;
}

#duCartTotals tr.duCheckoutButton td a.checkout-button.button.alt.wc-forward {
  margin: 0px;
  width: 100%;
}

#duCartTotals table.shop_table_responsive tr td {
  background-color: transparent !important;
}

#duCartTotals table.shop_table_responsive tr td:before {
  display: none;
}

#duCartTotals .wc-proceed-to-checkout a {
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#duCartTotals .wc-proceed-to-checkout a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .du_cart_buttons_wrap {
    flex-direction: column;
    gap: 1rem;
  }
}

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

@media not all and (min-width: 991px) {
  .du_cart_buttons_wrap .coupon {
    width: 60%;
  }
}

@media not all and (min-width: 768px) {
  .du_cart_buttons_wrap .coupon {
    width: 100%;
  }
}

@media not all and (min-width: 640px) {
  .du_cart_buttons_wrap .coupon {
    display: flex;
    flex-direction: column;
  }
}

@media not all and (min-width: 768px) {
  .du_cart_buttons_wrap .coupon #coupon_code {
    width: calc(100% - 125px);
  }
}

@media not all and (min-width: 640px) {
  .du_cart_buttons_wrap .coupon #coupon_code {
    width: 100%;
  }
}

@media not all and (min-width: 991px) {
  .du_cart_buttons_wrap .coupon + button {
    width: 40%;
  }
}

@media not all and (min-width: 768px) {
  .du_cart_buttons_wrap .coupon + button {
    width: 100%;
  }
}

@media not all and (min-width: 991px) {
  .du_cart_buttons_wrap button {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
  display: block;
}

.wlr-product-message {
  float: left;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 14px;
  line-height: 16px;
}

.wlr-product-message:after {
  display: inline-flex;
  height: 2rem;
  width: 4rem;
  align-items: center;
  background-image: url(assets/images/meatit_club_product_page.svg);
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

/* Responsive Cart Table */

@media (max-width: 768px) {
  #main .woocommerce-cart-form__contents.shop_table_responsive tr {
    position: relative;
    min-height: 8rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 90px;
  }

  @media (min-width: 480px) {
    #main .woocommerce-cart-form__contents.shop_table_responsive tr {
      padding-left: 7rem;
    }
  }

  @media (min-width: 640px) {
    #main .woocommerce-cart-form__contents.shop_table_responsive tr {
      padding-left: 11rem;
    }
  }

  #main .woocommerce-cart-form__contents.shop_table_responsive tr td {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: transparent !important;
    padding: 0px;
  }

  #main .woocommerce-cart-form__contents.shop_table_responsive tr td:before {
    display: none;
  }

  #main .woocommerce-cart-form__contents.shop_table_responsive tr td dl.variation dt {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }

  #main .woocommerce-cart-form__contents.shop_table_responsive tr td:not(:not([data-title]), .product-name):before {
    float: left;
    display: block !important;
    padding-top: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    --tw-content: attr(data-title);
    content: var(--tw-content);
  }

  #main .woocommerce-cart-form__contents.shop_table_responsive tr td.product-thumbnail {
    position: absolute;
    top: 1.25rem;
    left: 0px;
    margin-bottom: 0px;
    display: block !important;
    max-height: 7rem;
    overflow: hidden;
    padding-bottom: 0px;
  }

  #main .woocommerce-cart-form__contents.shop_table_responsive tr td.product-remove {
    position: absolute;
    top: 0.75rem;
    right: 0px;
    z-index: 10;
    margin-bottom: 0px;
    border-style: none;
    padding-bottom: 0px;
  }

  #main .woocommerce-cart-form__contents.shop_table_responsive tr td.product-name {
    text-align: left !important;
  }

  #main .woocommerce-cart-form__contents.shop_table_responsive tr td.product-name > a {
    display: block;
    padding-right: 2.5rem;
  }
}

.du-qty-wrapper {
  float: left;
  position: relative;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 29px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 480px) {
  .du-qty-wrapper {
    height: 52px;
  }
}

.du-qty-wrapper {
  min-width: 7rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 3rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.du-qty-wrapper input {
  width: 5rem;
  border-style: none;
  background-color: transparent;
  text-align: center;
}

.du-qty-wrapper button {
  width: 1.5rem;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

.du-qty-wrapper button:last-child {
  font-size: 26px;
}

dl.variation {
  display: table !important;
}

#duMobileAddToCart {
  justify-content: center;
  border-radius: 40px 40px 0 0;
  background-color: rgb(243 243 243 / 0.15);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: var(--global-padding-x);
  padding-right: var(--global-padding-x);
  --tw-backdrop-blur: blur(50);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media not all and (min-width: 768px) {
  #duMobileAddToCart {
    display: flex;
  }
}

#duMobileAddToCart {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

#duMobileAddToCart .mobile_fixed_form {
  margin-bottom: 0px;
}

#duMobileAddToCart .mobile_fixed_form .quantity {
  margin-left: auto;
  margin-right: auto;
  width: 260px;
}

#duMobileAddToCart .price_comments {
  position: relative;
}

#duMobileAddToCart .price_comments p.price {
  position: absolute;
  margin-bottom: 0px;
  display: flex;
  height: 1rem;
  align-items: center;
}

#duMobileAddToCart .price_comments p.price,
		#duMobileAddToCart .price_comments p.price ins {
  font-size: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 14px !important;
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

#duMobileAddToCart .price_comments p.price del {
  margin-right: 0.25rem;
  font-size: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 14px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1)) !important;
}

#duMobileAddToCart .price_comments .du-custom-product-option.custom-product-note {
  float: right;
  margin-top: 0px !important;
  display: inline-block;
  text-align: right;
}

#duMobileAddToCart .price_comments .du-custom-product-option.custom-product-note > label {
  display: inline-block;
  cursor: pointer;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 9 19 / var(--tw-border-opacity, 1));
  opacity: 0.3;
}

#duMobileAddToCart .price_comments .du-custom-product-option.custom-product-note textarea#custom_product_note {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 6px;
  display: none;
  max-width: 260px;
  border-radius: 20px;
  background-image: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

#duMobileAddToCart .render_loop_options {
  margin-left: auto;
  margin-right: auto;
  width: 260px;
}

#duMobileAddToCart .render_loop_options .du-select_attributes-wrapper select,
		#duMobileAddToCart .render_loop_options .du-select_attributes-wrapper .weight {
  height: 3rem;
}

#duMobileAddToCart .render_loop_options * {
  font-size: 12px;
  line-height: 14px;
}

#duMobileAddToCart .render_loop_options .wwbp_calculation_section {
  width: 100%;
}

#duMobileAddToCart .render_loop_options .wwbp_calculation_section table {
  width: 100%;
}

#duMobileAddToCart .render_loop_options .wwbp_calculation_section table tr {
  display: inline-block;
}

#duMobileAddToCart .render_loop_options .wwbp_calculation_section table td {
  display: block;
}

#duMobileAddToCart .render_loop_options .wwbp_calculation_section table * {
  font-weight: 600 !important;
}

#duMobileAddToCart .render_loop_options .wwbp_calculation_section table tr .weight {
  width: 100%;
  min-width: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
}

#duMobileAddToCart .render_loop_options .wwbp_calculation_section table tr .weight .qty {
  width: 3rem;
  padding-left: 0px;
  padding-right: 0px;
}

#duMobileAddToCart .render_loop_options .wwbp_calculation_section table tr:first-child td:first-child {
  margin-bottom: 0px !important;
}

#duMobileAddToCart .render_loop_options .wwbp_calculation_section table tr:last-child {
  padding-top: 3px;
}

/* @apply flex items-start; */

#duMobileAddToCart .render_loop_options .wwbp_calculation_section table tr:last-child > td {
  display: inline;
}

#duMobileAddToCart .render_loop_options .wwbp_calculation_section table tr:last-child > td b {
  margin-bottom: 0px !important;
}

#duMobileAddToCart .render_loop_options button {
  margin-top: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 50 0 / var(--tw-bg-opacity, 1));
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#duMobileAddToCart .render_loop_options button:hover,
			#duMobileAddToCart .render_loop_options button:focus,
			#duMobileAddToCart .render_loop_options button:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(249 50 0 / var(--tw-text-opacity, 1));
}

#duMobileAddToCart .du-select_attributes-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  padding-right: 0.25rem;
}

.sub-menu#duMobileAddToCart .du-select_attributes-wrapper {
  gap: 1rem;
  padding: 1rem;
}

#duMobileAddToCart .du-select_attributes-wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#duMobileAddToCart .du-select_attributes-wrapper select {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 1.5rem;
}

#duMobileAddToCart .du-select_attributes-wrapper > * {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* 
.outofstock {
    .woocommerce-loop-product__link {
		@apply relative;
		
		&:before {
			@apply content-['Εξαντλημένο'] absolute bottom-0 !bg-red-500 !text-white !px-2 !py-1 !rounded !text-12 !font-bold !uppercase !ml-2;
		}
	}
} */

/* quantity around */

.variation-Weightkg {
  display: none !important;
}

#du_back_to_top {
  position: fixed;
  right: 30px;
  bottom: var(--global-padding-x);
  z-index: 400;
  height: 2.5rem;
  width: 2.5rem;
  --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));
  cursor: pointer;
  border-radius: 9999px;
}

@media (min-width: 1536px) {
  #du_back_to_top {
    display: none;
  }
}

.otgs-development-site-front-end {
  display: none;
}

.wpml-ls {
  position: relative;
  display: inline-block;
  width: auto;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(155 229 255 / var(--tw-border-opacity, 1));
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 18px;
}

.wpml-ls > ul {
  position: relative;
  display: inline-block;
  width: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* &:before {
			@apply content-['/'] absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2
		} */

.wpml-ls > ul li:not(:last-child) {
  position: relative;
}

.wpml-ls > ul li:not(:last-child) a:after {
  position: absolute;
  right: -2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-content: '/';
  content: var(--tw-content);
}

/* 
#main {
	@apply bg-yellow-500;

	> * {
		@apply bg-red-500;
		> * {
			@apply bg-green-500;

			.wpb-content-wrapper {
				@apply bg-lightblue;

				#welcomeSection {
					@apply bg-purple-500 w-full left-0
				}
			}
		}
	}
} */

html[lang="el"] .en_text {
  display: none;
}

html[lang="en-US"] .gr_text {
  display: none;
}

@media not all and (min-width: 1024px) {
  .topbar-right-area .widget_icl_lang_sel_widget {
    display: none;
  }
}

table.shop_table.woocommerce-checkout-review-order-table dl.variation {
  float: left;
  width: 100%;
}

body.blog
	.du_section_title_wrapper
	.du_section_title
	.du_section_subtitle.handwritting {
  left: 33.333333%;
}

@media (min-width: 768px) {
  body.blog
	.du_section_title_wrapper
	.du_section_title
	.du_section_subtitle.handwritting {
    left: 80%;
  }
}

.single-post #main {
  margin-bottom: 0;
}

.single-post #main ul:not(.du-sintages_sintagi-list) {
  list-style-position: inside;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: disc;
}

/* temps */

.du_j_newsletter_modal_form_wrapper {
  /* .du_submit_img{
	@apply hidden;
} */
}

.du_j_newsletter_modal_form_wrapper > p {
  display: none;
}

@media (max-width: 480px) {
  #review_form_wrapper {
    height: 70vh;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

li.ewa-rteLine > p {
  display: inline;
}

.woocommerce-order-received table,
.du-timeslot-display,
.woocommerce-order-received .woocommerce-customer-details {
  border-radius: 25px !important;
  border-style: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1280px) {
  .woocommerce-order-received table,
.du-timeslot-display,
.woocommerce-order-received .woocommerce-customer-details {
    border-radius: 40px !important;
  }
}

.woocommerce-order-received address {
  border-style: none !important;
}

/* << End Style Esoileme */

.term-description h1 {
  font-size: 30px;
}

.term-description h2 {
  font-size: 25px;
}

.term-description h3 {
  font-size: 20px;
}

.term-description h4 {
  font-size: 18px;
}

.term-description h5 {
  font-size: 16px;
}

.span6 {
  font-family: omnes-greek, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 1rem !important;
}

@media not all and (min-width: 991px) {
  .span6 {
    font-size: 16px;
  }
}

.bapf_head .bapf_hascolarr {
  margin-bottom: 0.5rem;
  font-family: omnes-greek, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(1 9 19 / var(--tw-text-opacity, 1));
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 9 19 / var(--tw-border-opacity, 1));
  padding-bottom: 0.25rem;
}

.du-span-woocommerce-loop-product__title {
  font-weight: 900;
}

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

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

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

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

.before\:z-0::before {
  content: var(--tw-content);
  z-index: 0;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

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

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

.before\:-translate-x-2::before {
  content: var(--tw-content);
  --tw-translate-x: -0.5rem;
  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));
}

.before\:-translate-x-3::before {
  content: var(--tw-content);
  --tw-translate-x: -0.75rem;
  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));
}

.before\:-translate-x-\[6px\]::before {
  content: var(--tw-content);
  --tw-translate-x: -6px;
  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));
}

.before\:-translate-y-2::before {
  content: var(--tw-content);
  --tw-translate-y: -0.5rem;
  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));
}

.before\:-translate-y-3::before {
  content: var(--tw-content);
  --tw-translate-y: -0.75rem;
  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));
}

.before\:-translate-y-\[6px\]::before {
  content: var(--tw-content);
  --tw-translate-y: -6px;
  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));
}

.before\:rounded-25::before {
  content: var(--tw-content);
  border-radius: 25px;
}

.before\:rounded-40::before {
  content: var(--tw-content);
  border-radius: 40px;
}

.before\:border-2::before {
  content: var(--tw-content);
  border-width: 2px;
}

.before\:border-solid::before {
  content: var(--tw-content);
  border-style: solid;
}

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

.before\:bg-transparent::before {
  content: var(--tw-content);
  background-color: transparent;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:\!h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px !important;
}

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

.hover\:bg-\[\#1A3663\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 54 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gradient-to-b:hover {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.hover\:from-\[\#1A3663\]:hover {
  --tw-gradient-from: #1A3663 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 54 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[\#050B14\]:hover {
  --tw-gradient-to: #050B14 var(--tw-gradient-to-position);
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

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

.group\/card:hover .group-hover\/card\:block {
  display: block;
}

@media not all and (min-width: 768px) {
  .max-md\:text-12 {
    font-size: 12px;
  }
}

@media (min-width: 480px) {
  .xs\:w-\[calc\(100\%-46px\)\] {
    width: calc(100% - 46px);
  }

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

@media (min-width: 640px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mr-\[\'\.\$carousel_items_spacing_tablet\.\'px\] {
    margin-right: '.$carousel items spacing tablet.'px;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

  .sm\:max-w-\[calc\(100\%-40px\)\] {
    max-width: calc(100% - 40px);
  }

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

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

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

  .sm\:pl-4 {
    padding-left: 1rem;
  }

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

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

  .sm\:text-26 {
    font-size: 26px;
  }
}

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-\[calc\(100\%_-_89px\)\] {
    width: calc(100% - 89px);
  }

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

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

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

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

  .md\:max-w-\[calc\(100\%-80px\)\] {
    max-width: calc(100% - 80px);
  }

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:self-center {
    align-self: center;
  }

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

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

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

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

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

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

  .md\:pt-24 {
    padding-top: 6rem;
  }

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

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

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

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-17 {
    font-size: 17px;
  }

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

  .md\:text-26 {
    font-size: 26px;
  }

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

  .before\:md\:-translate-x-6::before {
    content: var(--tw-content);
    --tw-translate-x: -1.5rem;
    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));
  }

  .before\:md\:-translate-y-6::before {
    content: var(--tw-content);
    --tw-translate-y: -1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 769px) {
  .min-\[769px\]\:block {
    display: block;
  }
}

@media (min-width: 991px) {
  .tablet\:w-\[calc\(33\.33\%_-20px\)\] {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 1024px) {
  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

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

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

  .lg\:mr-\[\'\.\$carousel_items_spacing_laptop\.\'px\] {
    margin-right: '.$carousel items spacing laptop.'px;
  }

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

  .lg\:mt-16 {
    margin-top: 4rem;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

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

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

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

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

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

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

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

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

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

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

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

  .lg\:text-13 {
    font-size: 13px;
  }

  .lg\:text-14 {
    font-size: 14px;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:text-17 {
    font-size: 17px;
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:right-28 {
    right: 7rem;
  }

  .xl\:\!ml-\[30px\] {
    margin-left: 30px !important;
  }

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

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

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

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:w-1\/2 {
    width: 50%;
  }

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

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-\[calc\(100\%_-_89px\)\] {
    width: calc(100% - 89px);
  }

  .xl\:w-\[calc\(25\%_-20px\)\] {
    width: calc(25% - 20px);
  }

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

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

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:rounded-30 {
    border-radius: 30px;
  }

  .xl\:rounded-t-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

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

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

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

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

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

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

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

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

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

  .xl\:text-24 {
    font-size: 24px;
  }

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

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

  .xl\:text-40 {
    font-size: 40px;
  }

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

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

@media (min-width: 1536px) {
  .\32xl\:-right-32 {
    right: -8rem;
  }

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

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

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

  .\32xl\:mr-\[\'\.\$carousel_items_spacing_desktop\.\'px\] {
    margin-right: '.$carousel items spacing desktop.'px;
  }

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

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem;
  }

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

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

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

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

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

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

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

  .\32xl\:gap-2 {
    gap: 0.5rem;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

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

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

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

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

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

  .\32xl\:pl-\[100px\] {
    padding-left: 100px;
  }

  .\32xl\:pl-\[150px\] {
    padding-left: 150px;
  }

  .\32xl\:pl-\[60px\] {
    padding-left: 60px;
  }

  .\32xl\:pl-\[75px\] {
    padding-left: 75px;
  }

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

  .\32xl\:pr-\[140px\] {
    padding-right: 140px;
  }

  .\32xl\:pr-\[35px\] {
    padding-right: 35px;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

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

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

  .\32xl\:text-16 {
    font-size: 16px;
  }

  .\32xl\:text-20 {
    font-size: 20px;
  }

  .\32xl\:text-24 {
    font-size: 24px;
  }

  .\32xl\:text-36 {
    font-size: 36px;
  }

  .\32xl\:text-40 {
    font-size: 40px;
  }

  .\32xl\:text-45 {
    font-size: 45px;
  }
}

@media (min-width: 1785px) {
  .\33xl\:-right-36 {
    right: -9rem;
  }

  .\33xl\:mt-20 {
    margin-top: 5rem;
  }

  .\33xl\:h-\[170px\] {
    height: 170px;
  }

  .\33xl\:h-\[510px\] {
    height: 510px;
  }

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

  .\33xl\:max-w-\[1540px\] {
    max-width: 1540px;
  }

  .\33xl\:max-w-\[1785px\] {
    max-width: 1785px;
  }

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

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

  .\33xl\:max-w-\[calc\(100\%-65px\)\] {
    max-width: calc(100% - 65px);
  }

  .\33xl\:max-w-\[calc\(100\%-80px\)\] {
    max-width: calc(100% - 80px);
  }

  .\33xl\:gap-3 {
    gap: 0.75rem;
  }

  .\33xl\:pl-0 {
    padding-left: 0px;
  }

  .\33xl\:pt-0 {
    padding-top: 0px;
  }

  .\33xl\:text-14 {
    font-size: 14px;
  }

  .\33xl\:text-16 {
    font-size: 16px;
  }

  .\33xl\:text-18 {
    font-size: 18px;
  }

  .\33xl\:text-24 {
    font-size: 24px;
  }

  .\33xl\:text-26 {
    font-size: 26px;
  }

  .\33xl\:text-40 {
    font-size: 40px;
  }

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