/*
Theme Name: Catana Child
Theme URI: http://demo.theme-sky.com/catana/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: catana
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: catana-child
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.\!bottom-\[40\%\] {
  bottom: 40% !important;
}

.left-\[12\%\] {
  left: 12%;
}

.right-0 {
  right: 0px;
}

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

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

.\!col-span-6 {
  grid-column: span 6 / span 6 !important;
}

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

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

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

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

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

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

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

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

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-7 {
  grid-column-start: 7;
}

.mx-\[3vw\] {
  margin-left: 3vw;
  margin-right: 3vw;
}

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

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

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

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

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

.\!ml-\[17\%\] {
  margin-left: 17% !important;
}

.\!ml-\[20px\] {
  margin-left: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

.\!w-\[100\%\] {
  width: 100% !important;
}

.\!w-\[50px\] {
  width: 50px !important;
}

.\!w-\[60px\] {
  width: 60px !important;
}

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

.w-\[100vw\] {
  width: 100vw;
}

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

.w-\[90vw\] {
  width: 90vw;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.translate-y-\[20px\] {
  --tw-translate-y: 20px;
  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));
}

.resize {
  resize: both;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.\!flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

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

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

.overflow-y-auto {
  overflow-y: auto;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

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

.border {
  border-width: 1px;
}

.bg-\[--verde\] {
  background-color: var(--verde);
}

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

.bg-verde {
  --tw-bg-opacity: 1;
  background-color: rgb(43 58 39 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-0 {
  padding-left: 0px;
}

.pr-\[16px\] {
  padding-right: 16px;
}

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

.pr-\[37px\] {
  padding-right: 37px;
}

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

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

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

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

.\!text-center {
  text-align: center !important;
}

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

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

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

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

.\!text-p {
  font-size: 16px !important;
  line-height: 19px !important;
  font-weight: 400 !important;
}

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

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

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

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

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

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

.text-h2 {
  font-size: 52px;
  line-height: 56px;
  font-weight: 700;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.52em\] {
  line-height: 1.52em;
}

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

.\!text-giallino {
  --tw-text-opacity: 1 !important;
  color: rgb(174 161 126 / var(--tw-text-opacity, 1)) !important;
}

.\!text-verde {
  --tw-text-opacity: 1 !important;
  color: rgb(43 58 39 / var(--tw-text-opacity, 1)) !important;
}

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

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

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

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

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

:root {
  --nero: '#000';
  --grigio: '#AEAEAE';
  --white: '#fff';
  --verde: #2B3A27;
  --giallino: #AEA17E;
  --rosa: #d4bcb2;
}

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

  src: url("/wp-content/uploads/2024/09/Edensor-FREE.otf");
}

html #page  {
  position: relative;
  overflow: unset !important;
}

.eden{
  font-family:  "Edensor", 'sans-serif' !important;
}

.lato, h2{
  font-family: 'Lato', 'sans-serif' !important;
  color: #3e4939 !important;
}

div, p, li{
  font-family: 'Lato', 'sans-serif' !important;
  color: #3e4939 !important;
}

ul li{
  list-style: none inside none !important;
  padding: 0 0 ;
}

a:hover{
  text-decoration-color: #fff !important;
}

/* Header  */

header .logo img {
  transform: translateX(-16%) !important;
  width: auto !important;
  height: 70px !important;
  top: 10px !important;
  left: 40px !important;
}

.header-right .my-account-wrapper,
.header-right .search-sidebar-icon.search-button {
  display: none !important;
}

.group-button-header{
  display: none !important;
}

.ts-header .header-container{
  position: absolute !important;
  width: 100vw;
}

.ts-header .menu-wrapper nav > ul > li > a{
  font-family: 'Lato', 'sans-serif' !important;
  color: #3e4939 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 0 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

.ts-header .menu-wrapper nav > ul > li:not(.current_page_item) > a{
  text-decoration: none !important;
}

.header-right a:hover,
.ts-header .menu-wrapper nav > ul > li.current_page_item > a:hover {
  color: var(--verde) !important;
}

/* Slide in */

.header-right a::after,
.ts-header .menu-wrapper nav > ul > li > a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--verde) !important;
  bottom: 4px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .32s cubic-bezier(.31,.29,.05,.96);
}

.ts-header .menu-wrapper nav > ul > li:nth-last-child(2){
  display: none !important;
}

.header-right a::after:hover{
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--verde) !important;
  bottom: 4px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .32s cubic-bezier(.31,.29,.05,.96);
}

/* Page title  */

.breadcrumb-title-wrapper.breadcrumb-v3{
  margin-top: 200px !important;
  height: 500px !important;
  background-attachment:scroll;
  background-size: 123% !important;
  background-position-y: 23% !important;
  -o-background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
}

.h2.heading-title.page-title.entry-title{
  /* transform: translate(-250px, -250px) !important; */
  position: absolute !important;
  top: 10vw !important;
  left: 10% !important;
  font-size: 120px !important;
  text-wrap: wrap !important;
  line-height: 140px !important;
  text-transform: uppercase !important;
  text-align: left;
  font-family: "Edensor";
  color: var(--giallino) !important;
  padding-bottom: 40px !important;
}

.breadcrumbs{
  display: none !important;
}

.trattam-link{
  pointer-events: none !important;
}

.trattam-link:hover{
  text-decoration: none !important;
}

/* SLIDER SCRITTE  */

.skb_horizontal_scrolling {
  overflow-x: clip;
  max-width: 100%;
}

.skb_horizontal_scrolling_logo {
  display: flex;
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -moz-column-gap: 15px;
       column-gap: 15px;
  animation: horizontalScroll 30s linear infinite forwards;
}

@keyframes horizontalScroll {
  to {
    transform: translateX(-50%);
  }
}

.skb_horizontal_scrolling_logo span {
  height: 60px;
  white-space: nowrap !important;
}

/* FEED INSTAGRAM  */

#sb_instagram{
  overflow-y: clip !important;
}

#sb_instagram #sbi_images .sbi_item:not(:nth-child(-n + 5)){
  display: none !important;
}

.newsletter{
  width: 30vw;
  height: 40px;
}

.lista-tratt{
  /* grid-auto-flow: column !important; */
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.lista-tratt div div{
  display: flex !important;
  align-items: center !important;
  /* justify-content: center !important; */
  flex-direction: row !important;
}

.lista-tratt div img{
  margin-right: 20px !important;
  width: 10px !important;
  height: 10px !important;
  /* align-items: center !important;
    justify-content: center !important;
    display: flex !important;    */
  /* padding-right: 10px !important  ; */
}

.wpcf7-form-control.wpcf7-submit:hover{
  background-color: var(--verde) !important;
  color: #fff !important;
}

/* 
#form{
    touch-action: none !important;
} */

/* Footer  */

.footer-logo img{
  width: 500px !important;
  height: auto !important;
}

.end-footer ul li{
  line-height: 34px;
}

.first-footer-area ul li{
  line-height: 34px !important;
}

.overlay-mobile{
  display: none;
}

/* Newsletter  */

#sib_signup_form_1, #sib_signup_form_2, #sib_signup_form_3, #sib_signup_form_4{
  width: 30vw;
}

.sib-default-btn{
  margin-top: 20px !important;
}

button.iubenda-tp-btn[data-tp-float]:not([data-tp-anchored]){
  margin: 16px 16px 65px 0 !important;
}

button.iubenda-tp-btn:not(.iubenda-floatable-tb-btn)[data-tp-float][data-tp-float=bottom-right]{
  right: unset !important;
  left: 0 !important;
}

.grecaptcha-badge{
  visibility: hidden !important;
}

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

.ts-header .menu-wrapper nav > ul > li .ts-menu-drop-icon{
  top: 7px !important;
  bottom: -15px !important;
  position: absolute !important;
}

.overlay-mobile{
  display: none;
}

.ts-header .menu-wrapper nav > ul li ul.sub-menu:hover{
  display: block !important;
}

.center-content > .container > .header-left,
.center-content > .container > .header-right{
  width: 20%;
}

@media only screen and (max-width: 1279px) {
  .ts-sidebar-content .logo img{
    width: 200px !important;
  }

  body.floating-sidebar-active, body.floating-sidebar-active > #page {
    overflow-y: unset !important;
  }

  .menu-wrapper nav > ul.menu li:hover > ul.sub-menu{
    display: block !important;
  }
}

@media (min-width: 1200px) {
  #left-sidebar, #right-sidebar, #main-content, .single-post .page-container > .entry-format, .single-navigation, .ts-pagination {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* 
@media screen and (min-width: 1024px){
    .parag-bastard{
        font-size: 24px !important;
    }
} */

@media screen and (max-width: 1024px){
  /* .parag-bastard{
        font-size: 20px !important;
    } */

  .center-content > .container > .header-left,
    .center-content > .container > .header-right{
    width: auto;
  }

  body.page-western-massages .breadcrumb-title-wrapper.breadcrumb-v3{
    background-position: left;
  }

  body.page-massaggi-occidentali .breadcrumb-title-wrapper.breadcrumb-v3{
    background-position: left;
  }

  html #page  {
    position: relative;
    overflow: clip !important;
    overflow-y: unset !important;
  }

  header .logo img {
    transform: translateX(-2%) !important;
  }

  header .logo img, header .logo-header img, .ts-sidebar-content .logo img {
    height: 70px;
  }

  .header-container .sticky-wrapper.is-sticky .header-sticky{
    width: 100vw !important;
  }

  .mobile-menu-wrapper nav > ul > li:last-child{
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    margin-top: 80px !important;
  }

  .h2.heading-title.page-title.entry-title{
    /* transform: translate(-40px, -90px) !important; */
    top: 12vh !important;
    font-size: 50px !important;
    line-height: 65px !important;
    text-transform: uppercase !important;
    text-wrap: wrap !important;
    text-align: left !important;
    font-family: "Edensor";
    color: var(--giallino) !important;
  }

  .breadcrumb-title-wrapper.breadcrumb-v3{
    margin-top: 120px !important;
    height: 70vh !important;
    background-size: cover !important   ;
  }

  .ts-floating-sidebar .ts-sidebar-content{
    left: 0 !important;
    width: 100vw !important;
    background: #fff !important;
    z-index: 999999 !important;
    padding: 10px 20px  !important;
  }

  .mobile-menu-wrapper .mobile-menu li a{
    text-transform: uppercase !important;
  }

  .mobile-menu-wrapper .mobile-menu li.current_page_item a{
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    text-decoration-color: var(--verde) !important;
  }

  .newsletter{
    margin-bottom: 40px !important;
    width: 90vw !important;
  }

  .lista-tratt div div{
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    align-items: start !important;
  }

  #sb_instagram{
    overflow-y: auto !important;
  }

  #sb_instagram #sbi_images .sbi_item:not(:nth-child(-n + 5)){
    display: block !important;
  }

  #sib_signup_form_2{
    width: 90vw !important;
  }

  .wpcf7-form-control.wpcf7-submit{
    width: 100% !important;
  }

  .overlay-mobile{
    display: none;
    flex-direction: row;
    background-color: var(--verde) !important;
    width: 100% !important;
    position: fixed;
    bottom: 0 !important;
    height: 45px !important;
    padding: 10px 0 !important;
    text-align: center;
    font-size: 2rem;
    z-index: 9999 !important;
  }

  .overlay-mobile .col a{
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .overlay-mobile .col a i{
    height: 32px !important;
  }

  .overlay-mobile .col{
    width: 33.3%;
    height: 100px !important;
  }

  .scroll-button {
    margin-bottom: 50px !important;
  }

  /* SLIDER SCRITTE  */

  .skb_horizontal_scrolling {
    overflow-x: hidden;
    max-width: 100%;
  }

  .skb_horizontal_scrolling_logo {
    display: flex;
    align-items: center;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -moz-column-gap: 15px;
         column-gap: 15px;
    animation: horizontalScroll 10s linear infinite forwards;
  }

  @keyframes horizontalScroll {
    to {
      transform: translateX(-50%);
    }
  }

  .skb_horizontal_scrolling_logo span {
    height: 60px !important;
    margin-bottom: 40px !important;
    white-space: nowrap !important;
    font-size: 40px ;
  }

  .lista-tratt{
    /* grid-auto-flow: column !important; */
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lista-tratt div div{
    display: flex !important;
    align-items: center !important;
    justify-content: start !important;
    flex-direction: row !important;
    margin-bottom: 20px !important;
  }

  .blocco{
    width: 300px !important;
  }

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

  #sib_signup_form_1{
    width: 90vw;
  }

  .overlay-mobile{
    display: flex;
    flex-direction: row;
    background-color: var(--verde) !important;
    color: #fff !important;
    width: 100% !important;
    position: fixed;
    bottom: 0 !important;
    height: 45px !important;
    padding-top: 10px !important;
    text-align: center;
    font-size: 2rem;
    z-index: 9999 !important;
  }

  .overlay-mobile .col a{
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .overlay-mobile .col a i{
    height: 32px !important;
    color: var(--white) !important;
  }

  .overlay-mobile .col{
    width: 33.3%;
    height: 100px !important;
    color: #fff !important;
  }

  .testo-alberto{
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 20px !important;
  }

  button.iubenda-tp-btn[data-tp-float]:not([data-tp-anchored]){
    margin: 16px 16px 115px 0 !important;
    z-index: 999 !important;
  }

  #to-top{
    right: 16px !important
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-title-wrapper.breadcrumb-v3 {
    padding: 40px 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  #left-sidebar, #right-sidebar, #main-content, .single-post .page-container > .entry-format, .single-navigation, .ts-pagination {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  button.iubenda-tp-btn:not(.iubenda-floatable-tb-btn)[data-tp-float][data-tp-float=bottom-right]{
    bottom: 45px !important;
  }
}

@media (min-width: 640px) {
  .sm\:left-\[20\%\] {
    left: 20%;
  }

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

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

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-\[12\%\] {
    margin-left: 12%;
    margin-right: 12%;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:\!ml-0 {
    margin-left: 0px !important;
  }

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

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

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

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

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

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

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

  .sm\:\!flex {
    display: flex !important;
  }

  .sm\:\!grid {
    display: grid !important;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:h-\[12vw\] {
    height: 12vw;
  }

  .sm\:h-\[15vw\] {
    height: 15vw;
  }

  .sm\:h-\[17vw\] {
    height: 17vw;
  }

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

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

  .sm\:h-\[50vh\] {
    height: 50vh;
  }

  .sm\:\!w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

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

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

  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:translate-y-\[100px\] {
    --tw-translate-y: 100px;
    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));
  }

  .sm\:translate-y-\[50px\] {
    --tw-translate-y: 50px;
    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));
  }

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

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

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

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

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

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

  .sm\:items-end {
    align-items: flex-end;
  }

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

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

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

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

  .sm\:pl-\[16px\] {
    padding-left: 16px;
  }

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

  .sm\:pr-\[16px\] {
    padding-right: 16px;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

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

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

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

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

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

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

@media (min-width: 1024px) {
  .md\:float-right {
    float: right;
  }

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

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

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

  .md\:justify-center {
    justify-content: center;
  }

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

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-\[16px\] {
    padding-left: 16px;
  }

  .md\:pl-\[37px\] {
    padding-left: 37px;
  }

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

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

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