/* Proxima Soft */
@import url("https://use.typekit.net/fzi5gkx.css");
/* Relation */
@import url("https://use.typekit.net/fzi5gkx.css");

/* ! tailwindcss v3.0.24 | 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.
*/

html {
  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: proxima-soft, sans-serif; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
	    font-weight: 300 !important;
    color: black !important;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
  --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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){

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

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

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

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

  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-\[26px\]{
  top: 26px;
}
.right-\[5px\]{
  right: 5px;
}
.top-20{
  top: 5rem;
}
.right-6{
  right: 1.5rem;
}
.left-6{
  left: 1.5rem;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[1\]{
  z-index: 1;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.ml-\[5px\]{
  margin-left: 5px;
}
.mt-32{
  margin-top: 8rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.ml-\[8px\]{
  margin-left: 8px;
}
.-mt-\[50px\]{
  margin-top: -50px;
}
.mt-6{
  margin-top: 1.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.-mt-0{
  margin-top: -0px;
}
.mt-8{
  margin-top: 2rem;
}
.mt-0{
  margin-top: 0px;
}
.-mb-4{
  margin-bottom: -1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-4{
  margin-top: 1rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[20px\]{
  height: 20px;
}
.h-8{
  height: 2rem;
}
.h-full{
  height: 100%;
}
.h-\[50vh\]{
  height: 50vh;
}
.w-full{
  width: 100%;
}
.w-auto{
  width: auto;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[85\%\]{
  width: 85%;
}
.w-20{
  width: 5rem;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[10\%\]{
  min-width: 10%;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[1600px\]{
  max-width: 1600px;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.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));
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-8{
  gap: 2rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.bg-light2{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 251 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.p-4{
  padding: 1rem;
}
.p-20{
  padding: 5rem;
}
.p-0{
  padding: 0px;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pr-0{
  padding-right: 0px;
}
.pl-0{
  padding-left: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-6{
  padding-top: 1.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-\[100\%\]{
  padding-bottom: 100%;
}
.text-center{
  text-align: center;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[24px\]{
  font-size: 24px;
}
.font-medium{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.leading-8{
  line-height: 2rem;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(54 57 91 / var(--tw-text-opacity));
}
.text-red{
  --tw-text-opacity: 1;
  color: rgb(255 18 86 / var(--tw-text-opacity));
}
.text-light3{
  --tw-text-opacity: 1;
  color: rgb(177 183 199 / var(--tw-text-opacity));
}
.outline-white{
  outline-color: #fff;
}
.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);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.invert{
  --tw-invert: invert(100%);
  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);
}


html, body{
  display: flex;
  min-height: 100%;
  flex: 1 1 0%;
  flex-direction: column;
}

body{
  /* @apply pt-[150px]; */
  --tw-text-opacity: 1;
  color: rgb(54 57 91 / var(--tw-text-opacity));
  padding-top: 0 !important;
}


.layout{
  display: flex;
  min-height: 100%;
  flex: 1 1 0%;
  flex-direction: column;
}
.mainContent{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding-top: 125px;
}
@media (min-width: 640px){

  .mainContent{
    padding-top: 150px;
  }
}
/* .admin-bar .mainContent{
  @apply pt-[182px];
} */
@media(max-width:1199px){
  .admin-bar .mainContent{
    padding-top: 125px;
  }
  @media (min-width: 640px){

    .admin-bar .mainContent{
      padding-top: 150px;
    }
  }
}

.container{
  max-width: 80rem;
}

.header{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  height: 125px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){

  .header{
    height: 150px;
  }
}
.hasApex .header{
  top: 60px;
}
.admin-bar .header{
  top: 32px;
}
.admin-bar.hasApex .header{
  top: 92px;
}
@media(max-width:1199px){
  .admin-bar .header{
    top: 0;
  }
  .admin-bar.hasApex .header{
    top: 0;
  }
}
.header .naviconOpen{
  display: block;
  padding: 0.5rem;
}
@media (min-width: 1280px){

  .header .naviconOpen{
    display: none;
  }
}
.header .naviconOpen img{
  min-width: 26px;
}
.header .logo{
  display: block;
  min-width: 100px;
}
@media (min-width: 768px){

  .header .logo{
    min-width: 150px;
  }
}
@media (min-width: 1280px){

  .header .logo{
    min-width: 280px;
  }
}
.header .logo img{
  min-width: 100%;
}
.header .logo .mobile{
  display: block;
}
@media (min-width: 1280px){

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

  .header .logo .desktop{
    display: block;
  }
}
.header .woocommerce-product-search{
  order: 3;
  display: flex;
  min-width: 100%;
  flex: 1 1 0%;
}
@media (min-width: 1280px){

  .header .woocommerce-product-search{
    order: 2;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
}
.header .actions{
  order: 2;
}
@media (min-width: 640px){

  .header .actions{
    min-width: 200px;
  }
}
@media (min-width: 1280px){

  .header .actions{
    order: 3;
  }
}
:where(.header, .footer) .langSwitcher{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 0.75rem;
}
:where(.header, .footer) .langSwitcher > div{
  display: flex;
  height: 20px;
  flex-direction: column;
  overflow: hidden;
}
:where(.header, .footer) .langSwitcher > div > *{
  display: flex;
  height: 20px;
  padding-left: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
:where(.header, .footer) .langSwitcher a{
  position: relative;
  margin-top: -0px;
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:where(.header, .footer) .langSwitcher a.active{
  margin-top: -20px;
}

.header nav.main > .ubermenu-nav > li:first-child{
  margin-left: 0 !important;
}
.header nav.main > .ubermenu-nav > li:first-child > a{
  padding-left: 0 !important;
}
.header .navigation{
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1280px){

  .header .navigation{
    display: flex;
  }
}

.header .actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .actions a{
  position: relative;
  display: block;
  height: 47px;
  width: 47px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header .actions a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 240 243 / var(--tw-bg-opacity));
}
.header .actions a:nth-child(1), .header .actions a:nth-child(2){
  display: none;
}
@media (min-width: 640px){

  .header .actions a:nth-child(1), .header .actions a:nth-child(2){
    display: block;
  }
}


.header .mobileMenu{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: -100%;
  z-index: 999;
  display: block;
  width: 100%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


@media (min-width: 640px){

  .header .mobileMenu{
    left: -300px;
    width: 300px;
  }
}


@media (min-width: 1280px){

  .header .mobileMenu{
    display: none;
  }
}
body.fixedContent .header .mobileMenu{
  left: -0px;
}
.header .mobileMenu .logoMob{
  width: 100px;
}
.header .mobileMenu .naviconClose{
  min-width: 26px;
}
.header .mobileMenu .langSwitcher,
.footer .langSwitcher{
  padding-right: 0px;
}
.header .mobileMenu ul.menu{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.header .mobileMenu ul.menu > li:nth-child(odd){
  background-color: rgba(196, 196, 196, 0.11);
}
.header .mobileMenu ul.menu > li{
  width: 100%;
}
.header .mobileMenu ul.menu > li.cs{
  width: 50%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header .mobileMenu ul.menu > li.cs:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.header .mobileMenu ul.menu > li a{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 57 91 / var(--tw-text-opacity));
}
.header .mobileMenu ul.menu > li.cs.cs1 a{
  margin-left: 0.75rem;
  margin-right: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(177 183 199 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}
.header .mobileMenu ul.menu > li.cs.cs2 a{
  margin-right: 0.75rem;
  margin-left: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 57 91 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(247 199 181 / var(--tw-text-opacity));
}





.ubermenu-submenu{
	border-bottom-right-radius:1rem !important;
	border-bottom-left-radius:1rem !important;
}


.ubermenu h3{
	font-size:20px;
	line-height:20px;
	color:#36395B;
}

.ubermenu-skin-minimal .ubermenu-submenu, .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-target{
	color:#36395B;
	font-size:15px;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-6{
	padding:30px;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-6:nth-child(2){
	padding-left:0px !important;
}

.custom-woo-product{
	background: rgba(237, 240, 243, 0.55);
	padding:40px 25px !important;
	height:450px;
	margin-bottom:-20px;
}
.custom-woo-product img{
	mix-blend-mode: darken;
}
.custom-woo-product .csbtn{
	height:52px;
	background:#fff;
	border-radius:30px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.custom-banner{
	position:relative;
}
.custom-banner > a{
	background-size:cover !important;
	position:absolute;
	top:0;
	left:0;
	width:calc(100% + 20px);
	padding-bottom:100%;
}

.ubermenu .ubermenu-has-submenu-flyout >ul.ubermenu-submenu-align-left_edge_item{
	border-top-right-radius:1rem !important;
	overflow:hidden;
}
.ubermenu .ubermenu-has-submenu-flyout >ul.ubermenu-submenu-align-right_edge_item{
	border-top-left-radius:1rem !important;
	overflow:hidden;
}
.ubermenu .ubermenu-has-submenu-flyout .ubermenu-item-level-1 .ubermenu-target.ubermenu-item-layout-default{
	padding:10px 20px !important;
}
/* .ubermenu .ubermenu-has-submenu-flyout .ubermenu-item-level-1:first-child .ubermenu-target.ubermenu-item-layout-default{
	padding-top:20px !important;
}
.ubermenu .ubermenu-has-submenu-flyout .ubermenu-item-level-1:last-child .ubermenu-target.ubermenu-item-layout-default{
	padding-bottom:20px !important;
} */

@media(max-width:1303px){
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{
    font-size:14px !important;
  }
  .ubermenu.ubermenu-main .ubermenu-item-level-0{
    margin: 0px 4px !important;
  }
}
@media(max-width:1225px){
  .ubermenu.ubermenu-main .ubermenu-item-level-0{
    margin: 0px 3px !important;
  }
}
@media(max-width:1182px){
  .ubermenu.ubermenu-main .ubermenu-item-level-0{
    margin: 0px 1px !important;
  }
}


.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_item,
.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item{
  background:#EDF0F3 !important;
  border-color:#EDF0F3 !important;
  padding: 10px 0;
}
.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_item li,
.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item li{
  padding: 2px 8px;
}
.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_item a:hover,
.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item a:hover{
  background:#fff !important;
  border-radius:12px;
}




#ajaxsearchprores3_1.isotopic{
	background:#EDF0F3;
	padding:20px;
	border-radius:15px;
}
#ajaxsearchprores3_1 p.showmore a{
	background:#36395B !important;
	color:#fff !important;
	font-size:16px !important;
	border-radius:25px !important;
	padding:16px 0 18px 0 !important;
	margin-top:20px !important;
}
div.asp_w.asp_r .results > div{
	display:flex !important;
	flex-wrap:wrap !important;
	gap:20px;
	padding:10px;
	height:auto !important;
}
div.asp_w.asp_r .results > div > div{
	position:relative !important;
	top:auto !important;
	left:auto !important;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	height:auto !important;
	gap:10px;
	width:calc(50% - 10px) !important;
}
@media(max-width:767px){
  div.asp_w.asp_r .results > div{
  	flex-direction: column;
  }
  div.asp_w.asp_r .results > div > div{
  	width:100% !important;
  }
}
div.asp_w.asp_r .results > div > div .asp_image{
	position:relative !important;
	top:auto !important;
	left:auto !important;
	min-width:100px !important;
	max-width:100px !important;
	height:100px !important;
	border-radius:10px;
}
div.asp_w.asp_r .results > div > div .asp_content{
	position:relative !important;
	top:auto !important;
	left:auto !important;
	background:none !important;
	height:auto !important;
	width:auto !important;
}
#ajaxsearchprores3_1 .results .item .asp_content h3 a{
	color:#36395B;
	font-weight:600;
	font-size:13px;
}


#customer_login .button,
.button{
  white-space: nowrap;
  display: flex;
  height: 57px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FFEDCC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 237 204 / 0));
  --tw-gradient-to: #F7C7B5;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  padding-top: 0px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


#customer_login .button:hover, .button:hover{
  --tw-gradient-from: #36395B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(54 57 91 / 0));
  --tw-gradient-to: #36395B;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


@media (min-width: 1024px){

  #customer_login .button, .button{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
#customer_login .button.button-lg, .button.button-lg{
  height: 55px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.button.button-light{
  --tw-gradient-from: #FAFAFB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(250 250 251 / 0));
  --tw-gradient-to: #FAFAFB;
  --tw-text-opacity: 1;
  color: rgb(54 57 91 / var(--tw-text-opacity));
}
.button.button-light:hover{
  --tw-gradient-from: #36395B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(54 57 91 / 0));
  --tw-gradient-to: #36395B;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button.button-light:hover img{
  filter: invert(1) brightness(1);
}
#customer_login .button.button-dark, .button.button-dark{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
  --tw-gradient-to: #000;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#customer_login .button.button-dark:hover, .button.button-dark:hover{
  --tw-gradient-from: #36395B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(54 57 91 / 0));
  --tw-gradient-to: #36395B;
}
#customer_login .button.button-primary, .button.button-primary{
  --tw-gradient-from: #36395B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(54 57 91 / 0));
  --tw-gradient-to: #36395B;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#customer_login .button.button-primary:hover, .button.button-primary:hover{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
  --tw-gradient-to: #000;
}
#customer_login .button.button-secondary, .button.button-secondary{
  --tw-gradient-from: #FF1256;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 18 86 / 0));
  --tw-gradient-to: #FF1256;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#customer_login .button.button-secondary:hover, .button.button-secondary:hover{
  --tw-gradient-from: #36395B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(54 57 91 / 0));
  --tw-gradient-to: #36395B;
}
#customer_login .button.button-white, .button.button-white{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
  --tw-gradient-to: #fff;
  --tw-text-opacity: 1;
  color: rgb(54 57 91 / var(--tw-text-opacity));
}
#customer_login .button.button-white:hover, .button.button-white:hover{
  --tw-gradient-from: #36395B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(54 57 91 / 0));
  --tw-gradient-to: #36395B;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button > i{
  margin-left: 0.5rem;
}

.button-add-to-cart-main{
  display: flex;
  height: 57px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button-add-to-cart-main:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(54 57 91 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.mobSpecial .mobile{
  display: none;
}
@media(max-width:767px){
  #customer_login .button.mobSpecial, .button.mobSpecial{
    height: auto;
    background-image: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
  }
  #customer_login .button.bannerSpecialMob, .button.bannerSpecialMob{
    position: absolute;
    bottom: 1.5rem;
    right: 1rem;
    height: 40px;
    width: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer_login .button.bannerSpecialMob span, .button.bannerSpecialMob span{
    display: none;
  }
  #customer_login .button.bannerSpecialMob img, .button.bannerSpecialMob img{
    margin-left: 1px;
    margin-top: 3px;
    height: 22px;
    width: auto;
  }
  .button.mobSpecial .desktop{
    display: none;
  }
  .button.mobSpecial .mobile{
    display: block;
  }
}


.cartLink{
  position: relative;
}
.cartLink .count{
  position: absolute;
  top: 5px;
  left: 70%;
  display: flex;
  height: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 18 86 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.4px;
  font-size: 10px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}



.wishlist_item .stock.in-stock span:nth-child(2){
  display: none !important;
}



.heroCarousel{
  position: relative;
}
.heroCarousel .item{
  height: 70vh;
  background-size: cover !important;
  background-position: center !important;
}
@media(max-width:991px){
  .heroCarousel .item{
    height: 50vh;
  }
}
@media(max-width:767px){
  .heroCarousel .item{
    height: 50vh;
  }

  .heroCarousel .item .inner > div{
    display: none;
  }
}
.heroCarousel .item .container{
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1024px){

  .heroCarousel .item .container{
    justify-content: center;
  }
}

.heroCarousel .item .hc_badge{
  position: absolute;
  display: flex;
  height: 120px;
  width: 120px;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 18 86 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){

  .heroCarousel .item .hc_badge{
    height: 190px;
    width: 190px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.heroCarousel .item .box{
  width: 100%;
  max-width: 100%;
  border-radius: 1rem;
  --tw-bg-opacity: 0.9;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 57 91 / var(--tw-text-opacity));
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 1024px){

  .heroCarousel .item .box{
    width: auto;
    max-width: 36rem;
    padding: 2.5rem;
  }
}
.heroCarousel .item .box p{

}
.heroCarousel .item .box h2{
  font-size: 29px;
  font-weight: 600;
  line-height: 29px;
}
@media (min-width: 768px){

  .heroCarousel .item .box h2{
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1024px){

  .heroCarousel .item .box h2{
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 80px;
    line-height: 80px;
  }
}
.heroCarousel .item .box h4{
  font-family: relation-one, sans-serif;
  font-size: 25px;
  line-height: 25px;
}
@media (min-width: 768px){

  .heroCarousel .item .box h4{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px){

  .heroCarousel .item .box h4{
    font-size: 50px;
    line-height: 50px;
  }
}

.heroCarousel .item .boxAlt{
  max-width: 36rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.heroCarousel .item .boxAlt p{

}
.heroCarousel .item .boxAlt h2{
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 237 204 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .heroCarousel .item .boxAlt h2{
    font-size: 50px;
  }
}
@media (min-width: 1024px){

  .heroCarousel .item .boxAlt h2{
    font-size: 80px;
    line-height: 80px;
  }
}
.heroCarousel .item .boxAlt h4{
  font-family: relation-one, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .heroCarousel .item .boxAlt h4{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px){

  .heroCarousel .item .boxAlt h4{
    font-size: 50px;
    line-height: 50px;
  }
}
.heroCarousel-nav{
  position: relative;
}
.heroCarousel-nav button{
  position: absolute;
  bottom: 33vh;
  z-index: 9;
  margin-top: -1.25rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.heroCarousel-nav button[data-controls="prev"]{
  left: 0px;
}
.heroCarousel-nav button[data-controls="next"]{
  right: 0px;
}




.product-single .stickers{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.product-single .stickers img{
  height: 0.5rem;
  width: auto;
}
@media (min-width: 1024px){

  .product-single .stickers img{
    height: 0.75rem;
  }
}




.productsCS .product, .productCarousel .product{
  height: 100%;
  list-style-type: none;
}
.productsCS .product > div, .productCarousel .product > div{
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 251 / var(--tw-bg-opacity));
}
.productCarousel.whiteCards .product > div{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.productCarousel .product > div > a.product-thumb{

}
.productsCS .product > div > a.product-thumb img,
.productCarousel .product > div > a.product-thumb img{
  mix-blend-mode: darken;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.productsCS .product > div > a.product-thumb img:first-child, .productCarousel .product > div > a.product-thumb img:first-child{
  display: block;
}
.productsCS .product > div > a.product-thumb img:last-child, .productCarousel .product > div > a.product-thumb img:last-child{
  display: none;
}
@media(min-width:991px){
  .productsCS .product:hover > div > a.product-thumb img:first-child, .productCarousel .product:hover > div > a.product-thumb img:first-child{
    display: none;
  }
  .productsCS .product:hover > div > a.product-thumb img:last-child, .productCarousel .product:hover > div > a.product-thumb img:last-child{
    display: block;
  }
}
.productsCS .product > div > a.product-thumb.howerToOutside img:last-child, .productsCS .product > div > a.product-thumb.howerToOutside img:first-child, .productCarousel .product > div > a.product-thumb.howerToOutside img:last-child, .productCarousel .product > div > a.product-thumb.howerToOutside img:first-child{
  display: block;
}
.productsCS .product > div > .stickers, .productCarousel .product > div > .stickers{
  position: absolute;
  top: 1rem;
  left: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
@media (min-width: 1024px){

  .productsCS .product > div > .stickers, .productCarousel .product > div > .stickers{
    top: 1.5rem;
    left: 1.5rem;
  }
}
.productsCS .product > div > .stickers img, .productCarousel .product > div > .stickers img{
  height: 0.5rem;
  width: auto;
}
@media (min-width: 1024px){

  .productsCS .product > div > .stickers img, .productCarousel .product > div > .stickers img{
    height: 0.75rem;
  }
}
.productsCS .product > div > .bottom, .productCarousel .product > div > .bottom{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 768px){

  .productsCS .product > div > .bottom, .productCarousel .product > div > .bottom{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.productsCS .product > div > .bottom h2.title, .productCarousel .product > div > .bottom h2.title{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.productsCS .product > div > .bottom .price, .productCarousel .product > div > .bottom .price{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(177 183 199 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .productsCS .product > div > .bottom .price, .productCarousel .product > div > .bottom .price{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.productsCS .product > div > .bottom .price ins,
.productCarousel .product > div > .bottom .price ins{
  color:#FF1256;
  text-decoration: none;
}
.productsCS .product > div > .bottom .button,
.productCarousel .product > div > .bottom .button{
  background: url('../images/buy.svg') center no-repeat;
  background-size: auto 20px;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0px;
}
.productsCS .product > div > .bottom .button:hover,
.productCarousel .product > div > .bottom .button:hover{
  background: url('../images/buy-hover.svg') center no-repeat;
  background-size: auto 20px;
  height: 1.5rem;
  padding: 0px;
}
.productsCS .product > div > .bottom .button:focus,
.productCarousel .product > div > .bottom .button:focus,
.productsCS .product > div > .bottom .button:active,
.productCarousel .product > div > .bottom .button:active{
  background: url('../images/buy-active.svg') center no-repeat;
  background-size: auto 20px;
  height: 1.5rem;
  padding: 0px;
}
.productVariationCarousel-nav button, .productCarousel-nav button{
  position: absolute;
  top: 50%;
  margin-top: -1.25rem;
  display: flex;
  height: 38px;
  width: 29px;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.heroCarousel-nav button i, .productVariationCarousel-nav button i, .productCarousel-nav button i{
  display: none;
}
.heroCarousel-nav button[data-controls="prev"],
.productVariationCarousel-nav button[data-controls="prev"],
.productCarousel-nav button[data-controls="prev"]{
  background: url('../images/arrow_left.svg') center no-repeat;
  left: -2.5rem;
  display: none;
  background-size: contain;
}
@media (min-width: 1024px){

  .heroCarousel-nav button[data-controls="prev"], .productVariationCarousel-nav button[data-controls="prev"], .productCarousel-nav button[data-controls="prev"]{
    display: block;
  }
}
.heroCarousel-nav button[data-controls="next"],
.productVariationCarousel-nav button[data-controls="next"],
.productCarousel-nav button[data-controls="next"]{
  background: url('../images/arrow_right.svg') center no-repeat;
  right: -2.5rem;
  display: none;
  background-size: contain;
}
@media (min-width: 1024px){

  .heroCarousel-nav button[data-controls="next"], .productVariationCarousel-nav button[data-controls="next"], .productCarousel-nav button[data-controls="next"]{
    display: block;
  }
}
.heroCarousel-nav button[data-controls="prev"],
.heroCarousel-nav button[data-controls="next"]{
  filter:invert(1) brightness(100);
}
.heroCarousel-nav button[data-controls="prev"]{
  left: 0px;
  bottom: 23vh;
  display: block;
}
@media (min-width: 1024px){

  .heroCarousel-nav button[data-controls="prev"]{
    bottom: 33vh;
  }
}
.heroCarousel-nav button[data-controls="next"]{
  right: 0px;
  bottom: 23vh;
  display: block;
}
@media (min-width: 1024px){

  .heroCarousel-nav button[data-controls="next"]{
    bottom: 33vh;
  }
}


.product .tinv-wraper.tinv-wishlist{
  position: absolute;
  top:20px;
  right:20px;
  width:30px;
  height:30px;
  margin:0;
}
.product a.tinvwl_add_to_wishlist_button{
  display: block;
  width:24px;
  height:24px;
}
.product a.tinvwl_add_to_wishlist_button:before{
  display: block;
  position: absolute;
  top:3px;
  left:3px;
  width:24px;
  height:21px;
  content: "";
  background: url('../images/wishlist-blank.svg') center no-repeat;
  background-size: contain;
}
.product a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before{
  background: url('../images/wishlist-full.svg') center no-repeat;
  background-size: contain;
}
@media(max-width:767px){
  .product .tinv-wraper.tinv-wishlist{
    top:10px;
    right:0px;
  }
  .product a.tinvwl_add_to_wishlist_button:before{
    width:18px;
    height:16px;
  }
}


.isb_style_pop.isb_left{
  top:45px !important;
  left:15px !important;
}




.prdctfltr_wc.prdctfltr_square .prdctfltr_filter.prdctfltr_terms_customized_select label{
	padding-bottom:4px;
	padding-top:4px
}
.prdctfltr_wc.prdctfltr_square .prdctfltr_filter.prdctfltr_terms_customized_select label>span{
	display:block;
	padding-left:30px;
	padding-right:5px;
/* 	line-height:16px; */
}
.prdctfltr_wc.prdctfltr_square .prdctfltr_filter.prdctfltr_terms_customized_select label>span:before{
	border-radius:50%;
	border:none !important;
	background-color:#EDF0F3 !important;
	width:20px !important;
	height:20px !important;
	position:absolute;
	left:0;
}

.prdctfltr_wc.prdctfltr_square .prdctfltr_filter.prdctfltr_terms_customized_select label.prdctfltr_active>span:before{
	border:none !important;
	background-color:#36395B !important;
	width:20px !important;
	height:20px !important;
}


.prdctfltr_wc .prdctfltr_terms_customized_color .prdctfltr_checkboxes label > span,
.prdctfltr_wc .prdctfltr_terms_customized_color .prdctfltr_checkboxes label > span > span{
  border:none !important;
  border-radius:50% !important;
  overflow: hidden !important;
}


.prdctfltr_reset > label{
	width:100%;
}
.prdctfltr_reset > label > span{
	height:54px;
	border-radius:30px;
	background:#FAFAFB;
	display:flex !important;
	justify-content:center;
	align-items:center;
	font-size:16px;
	font-weight:500;
	margin-top:20px;
	color:#36395B !important;
}
.prdctfltr_reset > label:hover > span{
	color:#fff !important;
	background:#36395B;
}

.prdctfltr_instock,
.prdctfltr_reset > label > span:before{
	display:none !important;
}


.prdctfltr_sale{
	padding-top:10px;
	padding-bottom:5px;
}



.prdctfltr_wc .prdctfltr_filter_title{
  display: none !important;
}
.cs_fitler_btn{
  display: none !important;
  margin-bottom: 1rem;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 251 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(54 57 91 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cs_fitler_btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(54 57 91 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media(max-width:991px){
  .cs_fitler_btn{
    display: flex !important;
  }
  .cs_fitler{
    display: none;
  }
}




.yith-wfbt-section{
	margin-top:60px;
}
.yith-wfbt-section > h3{
	font-size:32px;
	margin-bottom:30px
}
.yith-wfbt-section table td a{
	display:inline-block;
	--tw-bg-opacity: 1;
    background: rgb(250 250 251 / var(--tw-bg-opacity));
    border-radius:10px;
}
.yith-wfbt-section table td a img{
	border-radius:10px;
  mix-blend-mode: darken;
}
.yith-wfbt-section table td.image_plus {
	opacity:0;
	width:10px !important;
}
.yith-wfbt-section .price_text > span{
	display:block;
}
.yith-wfbt-section .price_text > span:first-child{
	font-size:13px;
	font-weight:600;
	color:#000;
	padding-top:10px;
}
.yith-wfbt-section .price_text > span:last-child{
	font-size:16px;
	font-weight:600;
	padding-bottom:20px;
}
.yith-wfbt-section .price_text > span:last-child del{
	color:#B1B7C7;
}
.priceBig ins,
.yith-wfbt-section .price_text > span:last-child ins{
	color:#FF1256;
	text-decoration:none;
}
.yith-wfbt-section button{
	display: flex;
    height: 57px;
    width: 55%;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 9999px !important;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.yith-wfbt-section button:hover,
.yith-wfbt-section button:focus{
	    --tw-bg-opacity: 1;
    background-color: rgb(54 57 91 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media(max-width:767px){
	.yith-wfbt-section button{
		width: 100%;
	}
}


.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after{
      margin-left: 23px !important;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
top: 5px !important;
    right: -15px !important;
  }

.woocommerce a.added_to_cart,
.csc.btn .added_to_cart.wc-forward{
  display: none !important;
}

.woocommerce-pagination{
  padding-top: 2.5rem;
}
.woocommerce nav.woocommerce-pagination ul{
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 0px;
}
.woocommerce nav.woocommerce-pagination ul li{
  border-width: 0px;
  padding: 0.25rem;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(54 57 91 / var(--tw-text-opacity));
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
  --tw-bg-opacity: 1;
  background-color: rgb(54 57 91 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media(max-width:767px){
  .woocommerce nav.woocommerce-pagination ul li{
    display: none !important;
  }
  .woocommerce nav.woocommerce-pagination ul li:first-child,
  .woocommerce nav.woocommerce-pagination ul li:last-child{
    display: block !important;
  }
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
  float:none !important;
  width: 100% !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery{
	display:flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.woocommerce div.product div.images.woocommerce-product-gallery .tns-outer{
	order:1;
	display:flex;
	min-width:93px;
	max-width:93px;
	padding-right:10px !important;
	padding-top:15px !important;
	padding-bottom:30px !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav{
  min-width:inherit;
  max-width:inherit;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav > li{
	width:100%;
	float:inherit;
  --tw-bg-opacity: 1;
    background: rgb(250 250 251 / var(--tw-bg-opacity));
    border-radius:10px;
    display: inline-block;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav > li > img.flex-active{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav > li > img{
	border-radius:10px;
  mix-blend-mode: darken;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
	order:2;
	border-radius:10px;
  width:calc(100% - 93px);
  min-width:calc(100% - 93px);
}


.thumbnailsVertical-nav button{
  position: absolute;
  left: auto;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.5;
}


.thumbnailsVertical-nav button:hover{
  opacity: 1;
}


@media (min-width: 1024px){

  .thumbnailsVertical-nav button{
    bottom: auto;
    left: 35px;
  }
}
.thumbnailsVertical-nav button:first-child{
  top: auto;
  left: 0px;
  --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));
}
@media (min-width: 1024px){

  .thumbnailsVertical-nav button:first-child{
    top: 0px;
    left: 35px;
    --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));
  }
}
.thumbnailsVertical-nav button:last-child{
  right: 0px;
  --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));
}
@media (min-width: 1024px){

  .thumbnailsVertical-nav button:last-child{
    bottom: 0px;
    right: auto;
    --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));
  }
}

@media(max-width:1024px){
  .woocommerce div.product div.images.woocommerce-product-gallery{
  	flex-direction: column;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .tns-outer{
  	order:2;
  	min-width:100%;
  	max-width:100%;
  	padding-right:20px !important;
  	padding-left:20px !important;
  	padding-top:0 !important;
  	padding-bottom: 10px !important;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav{
    min-width:inherit;
    max-width:inherit;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
  	order:1;
    width:100%;
    margin-bottom:25px;
  }
  .woocommerce div.product div.images{
    margin-bottom:0 !important;
  }
  .thumbnailsVertical-nav button{
    bottom:calc(100vw / 4 / 3);
  }
}


.woocommerce .quantity .qty{
	border-radius:4px;
	border:1px solid #B1B7C7;
	height:57px;
	width:70px;
	outline:none;
}
.product .cart .tinv-wraper.tinv-wishlist{
	position:relative;
	top:auto;
	left:auto;
	right:auto;
}
.product .cart .tinv-wraper.tinv-wishlist span{
	display:none !important;
}
.product .cart a.tinvwl_add_to_wishlist_button{
	height:28px;
	width:32px;
}
.product .cart a.tinvwl_add_to_wishlist_button:before{
	height:28px;
	width:32px;
}


.bundle_sells_title{
	margin-bottom:20px
}
div.bundled_product_summary, .woocommerce div.product.bundled_product_summary{
	display:flex;
}
.woocommerce-page div.product div.bundled_product_images{
	width:140px !important;
	border-radius:0.5rem;
	overflow:hidden;
}
.bundled_product_title_inner span.item_title{
	font-size:14px;
	font-weight:600;
}
span.bundled_product_title_link{
	display:none;
}
.bundled_product_summary.bundled_item_optional .bundled_product_optional_checkbox span.price, .single-product div.product .bundled_product_summary.bundled_item_optional .bundled_product_optional_checkbox span.price{
	font-size:16px;
	display:block;
	margin-top:20px;
}
.bundled_product_optional_checkbox span.price del{
	color:#B1B7C7;
}
.bundled_product_optional_checkbox span.price ins{
	color:#FF1256;
}


.tabs.wc-tabs{
  display: none;
}


.cart_totals > table{
	border:none !important;
	border-collapse:collapse !important;
	color:#36395B;
}

button[name="woocommerce_checkout_place_order"],
.wc-proceed-to-checkout a{
	background:#000 !important;
	height:116px;
	border-radius:10px !important;
	display:flex !important;
	justify-content:center;
	align-items:center;
	margin-top:40px !important;
	width:100%;
}

.woocommerce-cart-form > table{
	border:none !important;
	border-collapse:collapse !important;
	color:#36395B;
}
.woocommerce-cart-form > table > thead{
	display:none;
}
.woocommerce-cart-form > table td{
	border-top:none !important;
	border-bottom:1px solid rgba(0,0,0,.1);
}
.woocommerce-cart-form > table tr:last-child td{
	border-top:none !important;
	border-bottom:none !important;
}
.woocommerce-cart-form > table .product-price,
.woocommerce-cart-form > table .product-subtotal{
	font-weight:600;
}

.tinvwl-table-manage-list tr td.product-thumbnail img,
.woocommerce-cart-form > table .product-thumbnail img{
	width:100px;
	border-radius:10px;
  mix-blend-mode: darken;
}


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

.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last{
	width:50% !important;
}
.checkout_coupon > p:first-child{
	text-align:center;
	padding-bottom:20px;
}

body.woocommerce-checkout .button.wc-backward{
  margin-top: 1rem;
  display: flex;
  max-width: 250px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle{
  display:  none !important;
}
body.woocommerce-checkout .woocommerce form.checkout_coupon{
  display: block !important;
}

.cartActions .coupon{
	float:none !important;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	width:100%;
	gap:10px;
	margin-top:20px;
}
body.woocommerce-checkout .button.wc-backward,
.checkout_coupon .button,
.cartActions .coupon .button{
	border-radius:30px !important;
	width:100%;
	height:58px;
	background-color:#36395B !important;
	opacity:1 !important;
	color:#fff !important;
}
.cartActions .coupon label{
	display:block !important;
	width:50% !important;
}
.cartActions .coupon input{
	display:block;
	width:100% !important;
	border:none !important;
	border-radius:35px;
	height:67px;
	background:#EDF0F3;
}
.cartActions > .button{
	display:none !important;
}
@media(max-width:1024px){
	.cartActions .coupon{
		flex-direction:column;
		margin-top:0px;
	}
	.cartActions .coupon label{
		display:block !important;
		width:100% !important;
			text-align:center;
	}
	.cartActions .coupon .button,
	.cartActions .coupon input{
		width:100% !important;
			text-align:center;
	}
}



form.checkout{
	color:#36395B;
	padding-bottom:40px;
}
form.checkout .form-row {
	margin:25px 0 0 0;
}
form.checkout .col-2 {
	margin:125px 0 0 0;
}
form.checkout .notes{
	margin-top:20px;
}
form.checkout .notes label {
	display:none;
}

form.checkout table{
	border-collapse:collapse !important;
	border:none !important;
	margin-bottom:30px !important;
}
form.checkout table th,
form.checkout table td{
	padding-left:0 !important;
	padding-right:0 !important;
	font-size:14px;
	vertical-align:top !important;
}
form.checkout table thead th{
	border-bottom:1px solid rgba(0,0,0,.1) !important;
}
form.checkout table td,
form.checkout table tfoot th{
	border-top:none !important;
	padding:4px 0 !important;
},
form.checkout table tfoot th{
	border-bottom:none !important;
}
form.checkout table tbody tr:first-child td{
	padding-top:15px !important;
}
form.checkout table tbody tr:last-child td{
	padding-bottom:15px !important;
	width:30%;
}
form.checkout table td .amount{
	font-weight:600;
}
form.checkout table thead th:last-child,
form.checkout table tbody td:last-child,
form.checkout table tfoot td:last-child{
	text-align:right;
}
form.checkout table tfoot small.includes_tax{
	display:block
}

form.checkout .woocommerce-additional-fields{
	margin-bottom:40px
}
form.checkout .add_gift_card_form h4,
form.checkout h3{
	margin:25px 0;
}
form.checkout h3#ship-to-different-address{
	margin-bottom:0 !important;
	font-size:16px;
	font-weight:400;
}


input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea{
	border-radius:35px;
	background:#EDF0F3;
	height:67px;
	padding: 0 24px !important;
}
textarea{
	border-radius:15px;
	padding:10px 25px !important;
}

.yith-wfbt-item label,
.yith-wfbt-item label *:nth-child(2),
.woocommerce-form-login__rememberme,
.form-row.mailchimp-newsletter,
form.checkout .checkbox{
	position:relative;
}
.yith-wfbt-item label{
  padding-left:0 !important;
}

.yith-wfbt-item input,
.woocommerce-form-login__rememberme > input,
.woocommerce-checkout-payment li > input,
.form-row.mailchimp-newsletter input,
form.checkout .checkbox input{
	position:absolute;
	top:0;
	left:0;
	z-index:9;
	width:100%;
	height:40px;
	opacity:0;
}

.yith-wfbt-item label *:nth-child(2),
.woocommerce-form-login__rememberme > span,
.woocommerce-checkout-payment li > label,
.form-row.mailchimp-newsletter label,
form.checkout .checkbox > span{
	padding-left:30px;
}
.yith-wfbt-item label ins:nth-child(2){
	padding-left:4px;
}

.yith-wfbt-item label span:nth-child(2):before,
.yith-wfbt-item label a:nth-child(2):before,
.woocommerce-form-login__rememberme > span:before,
.woocommerce-checkout-payment li > label:before,
.form-row.mailchimp-newsletter input + span:before,
form.checkout .checkbox > span:before{
	position:absolute;
	top:1px;
	left:0;
	width:22px;
	height:22px;
	border-radius:11px;
	background:#EDF0F3;
	content:'';
}
.woocommerce-checkout-payment li > label:before{
	border:1px solid #B1B7C7;
	top:4px;
}
.woocommerce-form-login__rememberme > span:before,
.form-row.mailchimp-newsletter input + span:before{
	top:6px;
}

.yith-wfbt-item label input:checked + span:nth-child(2):before,
.yith-wfbt-item label input:checked + a:nth-child(2):before,
.woocommerce-form-login__rememberme > input:checked + span:before,
.woocommerce-checkout-payment li > input:checked + label:before,
.form-row.mailchimp-newsletter input:checked + span:before,
form.checkout .checkbox > input:checked + span:before{
	background:#36395B;
	border-color:#36395B;
}


.yith-wfbt-item label .price{
  color: #FF1256 !important;
  text-decoration: none;
  font-size: 16px !important;
    font-weight: 600;
    display: block;
    padding-left: 30px;
}

.yith-wfbt-item label .price del{
  color: #B1B7C7 !important;
}
.yith-wfbt-item label .price ins{
  text-decoration: none !important;
}

form.checkout .add_gift_card_form button{
	border-radius:30px !important;
	width:100%;
	height:48px;
	background-color:#FAFAFB !important;
	opacity:1 !important;
	color:#36395B !important;
}


.woocommerce-checkout-payment{
	border-radius:15px !important;
	background-color:#edf0f3 !important;
	padding:15px;
}
.woocommerce-checkout-payment li > div{
	background-color:#FAFAFB !important;
	border-radius:10px !important;
	padding:20px !important;
	color:#36395B !important;
}
.woocommerce-checkout-payment li > div:before{
	border-bottom-color:#FAFAFB !important;
}
.woocommerce-checkout-payment li{
	position:relative;
	padding-bottom:10px;
}
.woocommerce-checkout-payment li  div{
	width:100%;
}
.woocommerce-checkout-payment li > input{

}
.woocommerce-checkout-payment li > label img{
	display:none;
}
.woocommerce-checkout-payment li > div input,
.woocommerce-checkout-payment li > div select{
	border-radius:35px;
	background:#EDF0F3;
	height:67px;
	padding: 0 14px !important;
	width:100% !important;
	margin:10px 0;
}
.woocommerce-checkout-payment li > div label,
.woocommerce-checkout-payment li > div .datatranscw-help-block,
.woocommerce-checkout-payment li > div > p{
	padding-left:20px;
}
.datatranscw-preview-fields{
	margin:0 !important
}
.datatranscw-multi-control > div{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:10px;
}

.place-order{
	margin-top:10px !important;
}



@media(max-width:768px){
	form.checkout .col-2 {
		margin:0;
	}
	.woocommerce-checkout-payment{
		padding:0px;
	}
	.woocommerce-checkout-payment li > div{
		padding:10p 0px !important;
	}
	.datatranscw-multi-control > div{
		flex-direction:column;
		gap:0;
	}
}



.woocommerce-account .woocommerce{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	color:#36395B;
	padding-bottom:40px;
}
.woocommerce-MyAccount-navigation{
	max-width:25%;
}
.woocommerce-MyAccount-content{
	width:100%;
	margin-left:40px;
}
.woocommerce-MyAccount-navigation ul li{
	border-bottom:1px solid rgba(0,0,0,.1);
	padding:10px 0
}
.woocommerce-MyAccount-navigation ul li a{
	font-size:15px;
}

@media(max-width:991px){
	.woocommerce-account .woocommerce{
		flex-direction:column;
	}
	.woocommerce-MyAccount-navigation{
		max-width:100%;
	}
	.woocommerce-MyAccount-content{
		margin-left:0;
		margin-top:30px;
	}
}

.woocommerce-orders-table{
	border-collapse:collapse;
	border:none !important;
}
.woocommerce-orders-table td,
.woocommerce-orders-table th{
	padding-left:0 !important;
	padding-right:0 !important;
}
.woocommerce-orders-table td:last-child,
.woocommerce-orders-table th:last-child{
	text-align:right !important;
}
.woocommerce-orders-table tbody td:last-child{
	display:flex;
	justify-content:flex-end;
	gap:5px;
}

@media(max-width:768px){
	.woocommerce-orders-table  tbody td:last-child .button{
		width:27%;
	}
	.woocommerce-orders-table  tbody td:last-child{
		display:flex !important;
		justify-content:space-between;
		align-items:center;
	}
	.woocommerce-orders-table  tbody tr:nth-child(even) td:last-child .button{
		background-color:#fff !important;
	}
}


.woocommerce-account header.title a,
.woocommerce-account .woocommerce .button{
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#FAFAFB;
	color:#36395B;
	border-radius:30px;
	height:48px
}
.woocommerce-account header.title a,
.woocommerce-account .woocommerce  .woocommerce-orders-table .button{
	height:36px;
}
.woocommerce-account header.title{
	margin:20px 0;
}
.woocommerce-account header.title a{
	padding-left:15px !important;
	padding-right:15px !important;
}


.select2-container--default .select2-selection--single{
	height:48px;
	border:none;
	background-color:#EDF0F3;
	border-radius:25px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	line-height:46px;
	padding-left:25px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color:#36395B;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top:10px;
	right:14px;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below{
	border:none !important;
	background-color:#EDF0F3;
	padding-left:15px;
	padding-right:15px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	background-color:#fff !important;
	height:36px;
	border-radius:4px;
}
.select2-search--dropdown{
	margin:4px 0 !important;
}


.shop_table.order_details{
	border:none !important;
	margin-top:30px !important;
}
.shop_table.order_details td,
.shop_table.order_details th{
	padding-left:0 !important;
}
.order-again{
	margin-bottom:30px;
}

.addresses h2{
	font-weight:600;
	margin-bottom:10px;
}


address{
	padding:0 !important;
	border:none !important;
	font-size:14px;
	margin-bottom:30px !important;
}
address p{
	margin-top:10px;
}




.tinv-wishlist{
	padding-bottom:40px;
}
.tinvwl-table-manage-list{
	margin-bottom:50px !important;
}
.tinvwl-table-manage-list tr td{
	border-bottom:1px solid rgba(0,0,0,.1);
	color:#36395B;
}
.tinvwl-table-manage-list tr:last-child td{
	border-bottom:none;
}
.tinvwl-table-manage-list tr th{
	text-align:left;
	font-weight:400;
	color:#36395B;
	opacity:.5;
}
.tinvwl-table-manage-list tr th,
.tinvwl-table-manage-list tr td{
	font-size:14px;
}
.tinvwl-table-manage-list tr td .amount{
	font-weight:600;
}
.woocommerce-cart-form > table .product-thumbnail a,
.tinvwl-table-manage-list tr td.product-thumbnail a{
  --tw-bg-opacity: 1;
    background: rgb(250 250 251 / var(--tw-bg-opacity));
    border-radius:10px;
    display: inline-block;
}
.tinvwl-table-manage-list tr td.product-thumbnail img{
	min-width:100px;
	border-radius:10px;
}
.tinvwl-table-manage-list tbody tr td .button{
	background-color:#FAFAFB !important;
	color:#36395B !important;
	border-radius:30px;
	min-width:150px;
	font-weight:400;
	height:48px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
transition-duration: 150ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tinvwl-table-manage-list tbody tr td .button:hover{
	background-color:#36395B !important;
	color:#fff !important;
}
.tinvwl-table-manage-list tfoot tr td .button{
	background-color:#36395B !important;
	color:#FAFAFB !important;
	border-radius:30px;
	min-width:200px;
	font-weight:400;
	height:48px;
	display:inline-block !important;
}
.tinvwl-table-manage-list tfoot tr td div{
	width:100% !important;
	display:flex;
	justify-content:flex-end;
	align-items:flex-end;
}






.woocommerce-order p.woocommerce-notice{
	padding:20px 0 40px 0;
	font-weight:600;
	font-size:20px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
	display:flex !important;
	justify-content:space-between;
	margin:0 0 50px 0;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
	margin:0;
	padding:0 0 0 20px;
	width:100%;
	border-left:1px dashed rgba(0,0,0,.2) !important;
	border-right:0 !important;
}
@media(max-width:766px){
		.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
		flex-wrap:wrap;
			gap:20px;
	}
}



.sectionTitle{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
	        color: black;
}
.sectionTitle h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
	        color: black;
}
@media (min-width: 768px){

  .sectionTitle h2{
    font-size: 1.5rem;
    line-height: 2rem;
	          color: black;
  }
}
@media (min-width: 1024px){

  .sectionTitle h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
	          color: black;
  }
}
.sectionTitle h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
	        color: black;
}
@media (min-width: 768px){

  .sectionTitle h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
	          color: black;
  }
}
@media (min-width: 1024px){

  .sectionTitle h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
	          color: black;
  }
}
.sectionTitle h4{
  font-size: 0.875rem;
  line-height: 1.25rem;
	        color: black;
}
@media (min-width: 768px){

  .sectionTitle h4{
    font-size: 1.125rem;
    line-height: 1.75rem;
	          color: black;
  }
}

.woocommerce-account h3, form.checkout .add_gift_card_form h4, form.checkout h3{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px){

  .woocommerce-account h3, form.checkout .add_gift_card_form h4, form.checkout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}


.itemCarousel .item{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  padding-bottom: 100%;
}


@media (min-width: 768px){

  .itemCarousel .item{
    padding-bottom: 115%;
  }
}
.itemCarousel .item .image{
  background-size: cover !important;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 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));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.itemCarousel .item:hover .image{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.itemCarousel .item > div{
  background: linear-gradient(180deg, rgba(54, 57, 91, 0) 52.08%, rgba(54, 57, 91, 0.43) 100%);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.itemCarousel .item > div img{
  display: block;
  height: 1.5rem;
  width: auto;
}
.itemCarousel .item > div h4{
  padding-top: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.itemCarousel-nav button{
  position: absolute;
  top: 50%;
  margin-top: -1.25rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.itemCarousel-nav button[data-controls="prev"]{
  left: -2.5rem;
  display: none;
}
@media (min-width: 1024px){

  .itemCarousel-nav button[data-controls="prev"]{
    display: block;
  }
}
.itemCarousel-nav button[data-controls="next"]{
  right: -2.5rem;
  display: none;
}
@media (min-width: 1024px){

  .itemCarousel-nav button[data-controls="next"]{
    display: block;
  }
}


.loginDeco{
  position: absolute;
  top: 105%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(243 244 246 / 0));
}


@media (min-width: 768px){

  .loginDeco{
    top: 0px;
    left: 50%;
  }
}


.hoverImage{
  background-size: cover !important;
  background-position: center !important;
  height: 50vh;
}


@media (min-width: 1024px){

  .hoverImage{
    height: 50vh;
  }
}


#customer_login h2{
  font-size: 20px;
  font-weight: 500;
}
#customer_login form{
  border-width: 0px;
  padding: 0px;
}
#customer_login .mailchimp-newsletter{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#customer_login .form-row{
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.v2_circle_icons .icon{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: block;
  display: flex;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


@media (min-width: 768px){

  .v2_circle_icons .icon{
    height: 6rem;
    width: 6rem;
  }
}
.v2_circle_icons .icon:hover{
  background-color: #36395B !important;
}
.v2_circle_icons .icon:hover img{
  filter: invert(1) brightness(100) contrast(100);
}


.banner{
  background-size: cover !important;
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-radius: .75rem;
}


@media (min-width: 768px){

  .banner{
    min-height: 397px;
    border-radius: 1rem;
  }
}
.banner:after{
  content:"";
  padding-bottom: 300px !important;
  display: block;
}
.banner.full{
  width: 100%;
}
.banner.half{
  width:calc(50% - 10px);
}
@media(max-width:991px){
  .banner.half{
    width:100%;
  }
}
.banner .content{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.banner .content .icon{
  margin-bottom: 0.5rem;
  display: block;
  height: 25px;
  width: auto;
}
@media (min-width: 1024px){

  .banner .content .icon{
    margin-bottom: 1rem;
    height: 43px;
  }
}
.banner .content h4{
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 1024px){

  .banner .content h4{
    font-size: 20px;
  }
}
.banner .content h3{
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 768px){

  .banner .content h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px){

  .banner .content h3{
    margin-top: 0.75rem;
    font-size: 32px;
    line-height: 38px;
  }
}
.banner.bannerImage .content p, .banner.bannerImage .content h3, .banner.bannerImage .content h4{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.banner.bannerImage .image{
  background-size: cover !important;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  --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));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.banner.bannerImage:hover .image{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.banner .smImage{
  --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));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.banner:hover .smImage{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.banner.bannerImage .content p{
  font-size: 13px;
}
@media (min-width: 768px){

  .banner.bannerImage .content p{
    font-size: 15px;
  }
}
.banner.bannerImage .content{
  padding: 1rem;
  padding-right: 4rem;
}
@media (min-width: 768px){

  .banner.bannerImage .content{
    padding: 2.5rem;
  }
}
.banner.bannerColor .content > div > div:first-child{
  padding: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px){

  .banner.bannerColor .content > div > div:first-child{
    padding: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}



.tagImages{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.tagImages img{
  height: 12px;
  width: auto;
}


.packages{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #FAFAFB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(250 250 251 / 0));
}
.packages .item{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  --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);
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.packages .item:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.packages .grid > div:nth-child(2) .item{
  margin-top: -0px;
  padding-top: 1.5rem;
}
@media (min-width: 1024px){

  .packages .grid > div:nth-child(2) .item{
    margin-top: -1.25rem;
    padding-top: 2.5rem;
  }
}


.tags{
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 500;
}
.tags span{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tags a{
  text-transform: uppercase;
}
.tags a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.blogFeatured{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}


.packages .blogFeatured > div:nth-child(2) .item{
  margin-top: -0px;
  padding-top: 1.5rem;
}


@media (min-width: 1024px){

  .packages .blogFeatured > div:nth-child(2) .item{
    margin-top: -1.25rem;
    padding-top: 2.5rem;
  }

  .blogFeatured{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.blogFeatured .image{
  margin-bottom: 1rem;
  display: block;
  border-radius: 1rem;
  background-size: cover;
  padding-bottom: 125%;
}
.blogFeatured .title{
  font-size: 15px;
  font-weight: 700;
}


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


.packages .blogItem > div:nth-child(2) .item{
  margin-top: -0px;
  padding-top: 1.5rem;
}


@media (min-width: 1024px){

  .packages .blogItem > div:nth-child(2) .item{
    margin-top: -1.25rem;
    padding-top: 2.5rem;
  }

  .blogItem{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.blogItem .image{
  display: block;
  padding-bottom: 100%;
}
.blogItem .content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.blogItem .content h2{
  font-size: 22px;
  font-weight: 500;
}
@media (min-width: 1024px){

  .blogItem .content h2{
    font-size: 32px;
  }
}
.blogItem .content .date{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}


.v2_about_block_1{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 17px;
}


@media (min-width: 1024px){

  .v2_about_block_1{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.v2_about_block_1 h1{
  max-width: 56rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}
@media (min-width: 1024px){

  .v2_about_block_1 h1{
    font-size: 67px;
    line-height: 80px;
	  font-weight:300;
	  color:black;
  }
}
.v2_about_block_1 h1 span{
  --tw-text-opacity: 1;
  color: rgb(255 192 178 / var(--tw-text-opacity));
}
.v2_about_block_1 .image{
  padding-top: 2.5rem;
}
.v2_about_block_1 .image img{
  height: auto;
  width: 100%;
}
.v2_about_block_1 .quoted{
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
@media (min-width: 1024px){

  .v2_about_block_1 .quoted{
    width: 40%;
    font-size: 32px;
    line-height: 38px;
  }
}
.v2_about_block_1 .content p{
  padding-bottom: 1rem;
}



.v2_about_block_2{
  padding-top: 0px;
  padding-bottom: 2.5rem;
}



@media (min-width: 1024px){

  .v2_about_block_2{
    padding-top: 2.5rem;
  }
}
.v2_about_block_2 .content{
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
@media (min-width: 1024px){

  .v2_about_block_2 .content{
    font-size: 32px;
    line-height: 38px;
  }
}



.v2_five_icons .item{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 50%;
}



@media (min-width: 768px){

  .v2_five_icons .item{
    width: 33.333333%;
  }
}



@media (min-width: 1024px){

  .v2_five_icons .item{
    width: 20%;
  }
}
.steps_with_icon .icon, .v2_five_icons .icon{
  display: flex;
  height: 50px;
  width: 50px;
  min-width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FFEDCC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 237 204 / 0));
  --tw-gradient-to: #F7C7B5;
}
@media (min-width: 768px){

  .steps_with_icon .icon, .v2_five_icons .icon{
    height: 70px;
    width: 70px;
    min-width: 70px;
  }
}
.steps_with_icon .icon img, .v2_five_icons .icon img{
  display: block;
  height: 20px;
  width: auto;
}

.v2_five_icons .item:nth-child(1) .icon img{
  height: 20px;
}
.v2_five_icons .item:nth-child(2) .icon img{
  height: 25px;
}
.v2_five_icons .item:nth-child(3) .icon img{
  height: 23px;
}
.v2_five_icons .item:nth-child(4) .icon img{
  height: 28px;
}
.v2_five_icons .item:nth-child(5) .icon img{
  height: 19px;
}



.steps_with_icon > div > div > div:nth-child(2) .icon img{
  height: 27px;
}


.v2_cta_1{
  position: relative;
  z-index: 8;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 251 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}


@media (min-width: 1024px){

  .v2_cta_1{
    text-align: left;
  }
}
.v2_cta_1 h2{
  max-width: 72rem;
  padding-top: 1rem;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}
@media (min-width: 1024px){

  .v2_cta_1 h2{
    font-size: 80px;
    line-height: 80px;
  }
}
.v2_cta_1:after{
  content:'';
  bottom:-8.5%;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100px;
  --tw-skew-y: -1.6deg;
  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(250 250 251 / var(--tw-bg-opacity));
}
@media(max-width:1920px){
  .v2_cta_1:after{
    bottom:-8%;
  }
}
@media(max-width:1600px){
  .v2_cta_1:after{
    bottom:-6%;
  }
}
@media(max-width:1280px){
  .v2_cta_1:after{
    bottom:-5%;
  }
}
@media(max-width:1025px){
  .v2_cta_1:after{
    bottom:-4%;
  }
}
@media(max-width:768px){
  .v2_cta_1:after{
    bottom:0%;
    --tw-skew-y: -1.35deg;
    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));
  }
}



.v2_espace_pro_block_1{
  height:calc(100vh - 150px);
}
.v2_espace_pro_block_1 .image{
  height:calc(100vh - 150px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.v2_espace_pro_block_1 h2{
  margin-bottom: 1.5rem;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
@media (min-width: 1024px){

  .v2_espace_pro_block_1 h2{
    font-size: 32px;
    line-height: 38px;
  }
}
.v2_espace_pro_block_1 .overImg{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(54 57 91 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 43px;
  line-height: 43px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.v2_espace_pro_block_1 .overImg span{
  display: block;
  text-align: center;
  font-family: relation-one, sans-serif;
  font-size: 40px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 237 204 / var(--tw-text-opacity));
}
.v2_espace_pro_block_1{
  height:auto;
}
@media(min-width:1024px){
  .v2_espace_pro_block_1{
    height:calc(100vh - 150px);
  }
  .v2_espace_pro_block_1 .image{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}



.v2_espace_pro_block_2{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}



@media (min-width: 1024px){

  .v2_espace_pro_block_2{
    padding-bottom: 5rem;
  }
}
.v2_espace_pro_block_2 .img{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.v2_espace_pro_block_2 .img img{
  height: auto;
  max-width: 150px;
}


.v2_espace_pro_block_3{
  padding-top: 2.5rem;
}



.v2_contact_form{
  padding-bottom: 2.5rem;
}
.v2_contact_form h3{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.v2_contact_form .textwidget p{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
.v2_contact_form .textwidget p img{
  width: 24px;
}
.v2_contact_form.asPage{
  padding-top: 2.5rem;
}
@media (min-width: 1024px){

  .v2_contact_form.asPage{
    padding-top: 5rem;
  }
}



.v2_banner_block_1{
  --tw-bg-opacity: 1;
  background-color: rgb(227 255 233 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}



@media (min-width: 1024px){

  .v2_banner_block_1{
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}
.v2_banner_block_1 .banner:after{
  padding-bottom: 400px !important;
}
.v2_banner_block_1 .productCarousel .product > div{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media(max-width:767px){
  .banner:after{
    padding-bottom: 0 !important;
  }
  .v2_banner_block_1 .banner:after{
    padding-bottom: 0 !important;
  }
}



.v2_banner_block_2{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}



@media (min-width: 1024px){

  .v2_banner_block_2{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.v2_banner_block_2{

}


.v2_banner_block_3{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


@media (min-width: 1024px){

  .v2_banner_block_3{
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}
.v2_banner_block_3 li{
  list-style-type: none;
}
.v2_banner_block_3 .half{
  width:calc(50% - 10px);
}


.v2_banner_block_4{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


@media (min-width: 1024px){

  .v2_banner_block_4{
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}
.v2_banner_block_4 li{
  list-style-type: none;
}


#ajaxsearchprores3_1.isotopic .results .item.asp_gutter_bottom:hover, #ajaxsearchprores1_2.isotopic .results .item.asp_gutter_bottom:hover, div.asp_r.asp_r_1.isotopic .results .item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}


.typography p{
  padding-bottom: 0.5rem;
}
.typography ul{
  margin-left: 0.25rem;
  list-style-type: disc;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.typography ul > li{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.typography h2{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px){

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

  .typography h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.bundle_sells_title h3 p, .typography h3{
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px){

  .bundle_sells_title h3 p, .typography h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){

  .bundle_sells_title h3 p, .typography h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.typography h4{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){

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


.tns-nav{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


@media (min-width: 1024px){

  .tns-nav{
    bottom: -50px;
  }
}
.tns-nav button{
  height: 3px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 240 243 / var(--tw-bg-opacity));
}
.tns-nav button.tns-nav-active{
  --tw-bg-opacity: 1;
  background-color: rgb(54 57 91 / var(--tw-bg-opacity));
}


.wpcf7-form-control-wrap{
  display: block;
  width: 100%;
}
.wpcf7-form-control-wrap > *{
  width: 100%;
}
.wpcf7-form-control-wrap > textarea{
  min-height: 170px;
}
.form-group{
  padding-top: 1rem;
  padding-bottom: 1rem;
}


.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 251 / var(--tw-bg-opacity));
}
.footer .logo{
  display: block;
  min-width: 240px;
}
@media (min-width: 1280px){

  .footer .logo{
    min-width: 280px;
  }
}
.footer h3{
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(177 183 199 / var(--tw-text-opacity));
}
.footer ul.menu{
  /* @apply  */
}
.footer ul.menu li{
  display: block;
}
.footer ul.menu li a{
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(54 57 91 / var(--tw-text-opacity));
}
.footer ul.menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.footer .textwidget p{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
.footer .textwidget p img{
  width: 24px;
}

.footer .newsletter{
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(54 57 91 / var(--tw-bg-opacity));
}
.footer .newsletter h2{
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){

  .footer .newsletter h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.footer .newsletter h2 span{
  --tw-text-opacity: 1;
  color: rgb(247 199 181 / var(--tw-text-opacity));
}
.footer .newsletter .newsletter-animation{
  position: relative;
  margin-top: 1rem;
  --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));
}
@media (min-width: 768px){

  .footer .newsletter .newsletter-animation{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
    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){

  .footer .newsletter .newsletter-animation{
    margin-top: 0px;
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    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));
  }
}
.footer .newsletter .newsletter-animation:before{
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 52%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.footer .newsletter .newsletter-animation svg{
  position: relative;
  z-index: 2;
}
.footer .newsletter form{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  display: flex;
  max-width: 36rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 240 243 / var(--tw-bg-opacity));
  padding-right: 0.75rem;
  padding-left: 1.5rem;
}
.footer .newsletter form input{
  width: 100%;
  background-color: transparent;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 57 91 / var(--tw-text-opacity));
}
.footer .newsletter form input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
}
.footer .newsletter form button{
  height: 47px;
  width: 47px;
  border-width: 0px;
  background-color: transparent;
}
.footer .newsletter form button: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);
}








/* old code */

.valign{
  display: table;
  width:100%;
  height:100%;
}
.valign > div.middle{
  display: table-cell;
  vertical-align: middle;
  height:100%;
}
.valign > div.bottom{
  display: table-cell;
  vertical-align: bottom;
  height:100%;
}



.single-article h1,.single-article h2,.single-article h3,.single-article h4,.single-article h5,.single-article h6{
  font-family: 'Lato', sans-serif;
}
.single-article h1 {
	font-size: 33px;
	line-height: 51px;
	margin-bottom: 27px;
}
.single-article h2 {
	font-size: 26px;
	line-height: 36px;
	margin-top: 44px;
	margin-bottom: 17px;
}
.single-article h3 {
	font-size: 20px;
	line-height: 33px;
	margin-top: 27px;
	margin-bottom: 11px;
}
.single-article h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 7px;
}
.single-article{
}
@media(max-width:575px){
  .single-article{
  }
}
.single-article .head{
  display: block;
  border-bottom:1px solid rgba(0,0,0,.2);
  padding:10px 0;
  margin-bottom:20px;
}
.single-article .head.nb{
  border-bottom: none;
}
.single-article .price{
  display: inline-block;
  padding:10px;
  background: #000000;
  color:#1d1d1b;
  font-size: 32px;
}
@media(max-width:991px){
  .single-article .price{
    font-size: 24px;
  }
}
@media(max-width:575px){
  .single-article .price{
    font-size: 16px;
  }
}
.single-article #map-canvas{
  display: block;
  width:100%;
  height:400px;
}
@media(max-width:575px){
  .single-article #map-canvas{
    height:300px;
  }
}
.single-article .title {
	font-size: 42px;
	line-height: 54px;
  font-weight: 700;
	margin-bottom: 0;
  margin-top:15px;
}
@media(max-width:991px){
  .single-article .title {
  	font-size: 36px;
  	line-height: 44px;
  }
}
@media(max-width:767px){
  .single-article .title {
  	font-size: 28px;
  	line-height: 36px;
  }
}
@media(max-width:575px){
  .single-article .title {
  	font-size: 26px;
  	line-height: 32px;
  }
}
.single-article .date{
  display: block;
  padding-top:15px;
}
.single-article .meta{
  display: block;
  padding-top:15px;
  margin-bottom:25px;
  opacity:0.7;
}
.single-article .meta span.separator{
  padding-left:10px;
  padding-right:10px;
}
.single-article .meta a{
  color:#000;
}
.single-article  a.cat{
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  color:#fff;
  text-transform: uppercase;
  padding:2px 5px;
  background: #000;
  margin:0 2px 2px 0;
  font-family: 'Lato', sans-serif;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-decoration: none;
}
.single-article a.cat:hover{
  color:#000;
  background: #fff;
}
.single-article .share{
  display: block;
  float:right;
}
.single-article .share > a{
  display: block;
  float: left;
  width:38px;
  height:38px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  color:#fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-left:4px;
}
.single-article .share > a.facebook{
  background: #3C5A99;
}
.single-article .share > a.twitter{
  background: #38A1F3;
}
.single-article .share > a:hover{
  opacity:0.7;
}
.single-article .featured-img{
  display: block;
  margin-left:-100px;
}
@media(max-width:991px){
  .single-article .featured-img{
    margin-left:0;
  }
}
.single-article .featured-img:before{
  display: block;
  content: "";
  width:200px;
  height:3px;
  margin-bottom:25px;
  background: #000000;
}
.single-article .featured-img img{
  width:100%;
}
.single-article .content{
  display: block;
  padding:30px 0 0 0;
}
body.single .single-article .content p{
  text-align: justify;
}
.single-article .content blockquote{
  border-left:none;
  padding:35px;
  background: #fafafa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
}
.single-article .content blockquote p{
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
}
.single-article .content blockquote p:before{
  content:'"';
  font-size: 145%;
}
.single-article .content blockquote p:after{
  content:'"';
  font-size: 145%;
}
.single-article .content blockquote cite{
  font-weight: 700;
}
.single-article .content blockquote cite:before{
  display: block;
  margin:10px auto 20px auto;
  width:50px;
  height:2px;
  background: #000000;
  content: "";
}
.single-article .content .wp-block-pullquote{
  background: #fafafa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom:25px;
  padding:10px 10px;
}
.single-article .content .wp-block-pullquote blockquote{
  margin-bottom: 0;
}
.single-article .content .wp-block-pullquote blockquote p{
  font-size: 32px;
  line-height: 42px;
}
.single-article .content ul,
.single-article .content ol{
  display: block;
  padding-left:0;
}
.single-article .content ul{
  list-style: square;
  margin-left: 20px;
}
.single-article .content ol{
  margin-left: 15px;
}
.single-article .content a{
  color:#000000;
}
.single-article .tags{
  display: block;
  font-size: 14px;
  margin-bottom:30px;
}
.single-article .tags a{
  font-weight: 700;
  display: inline-block;
  margin:1px;
  padding:0 6px;
  color:#1d1d1b;
  border:1px solid #1d1d1b;
}
.single-article .tags a:hover{
  background: #1d1d1b;
  color:#fff;
  opacity: 1;
}
.wp-block-gallery{
  margin-left:0;
}
.single-article .related h4{
  font-weight: 300;
  margin:0;
  padding:0 0 20px 0;
  font-size: 26px;
  line-height: 36px;
  padding-top:20px;
}
.single-article .related .image{
  display: block;
  background-size: cover !important;
}
.single-article .related .image:after{
  display: block;
  content: "";
  padding-bottom: 70%;
}

.single-article .related .date{
  display: block;
  font-weight: 700;
  padding-bottom:25px;
  padding:0;
}
.single-article .related p{
  padding-top:20px;
}


.single-article .head{
  display: block;
  border-bottom:1px solid rgba(0,0,0,.2);
  padding:10px 0;
  margin-bottom:20px;
}
.single-article .head.nb{
  border-bottom: none;
}
.single-article .price{
  display: inline-block;
  padding:10px;
  background: #000000;
  color:#1d1d1b;
  font-size: 32px;
}
@media(max-width:991px){
  .single-article .price{
    font-size: 24px;
  }
}
@media(max-width:575px){
  .single-article .price{
    font-size: 16px;
  }
}
.single-article #map-canvas{
  display: block;
  width:100%;
  height:400px;
}
@media(max-width:575px){
  .single-article #map-canvas{
    height:300px;
  }
}
.single-article .title {
	font-size: 42px;
	line-height: 54px;
  font-weight: 700;
	margin-bottom: 0;
  margin-top:15px;
}
@media(max-width:991px){
  .single-article .title {
  	font-size: 36px;
  	line-height: 44px;
  }
}
@media(max-width:767px){
  .single-article .title {
  	font-size: 28px;
  	line-height: 36px;
  }
}
@media(max-width:575px){
  .single-article .title {
  	font-size: 26px;
  	line-height: 32px;
  }
}
.single-article .date{
  display: block;
  padding-top:15px;
}
.single-article .meta{
  display: block;
  padding-top:15px;
  margin-bottom:25px;
  opacity:0.7;
}
.single-article .meta span.separator{
  padding-left:10px;
  padding-right:10px;
}
.single-article .meta a{
  color:#000;
}
.single-article  a.cat{
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  color:#fff;
  text-transform: uppercase;
  padding:2px 5px;
  background: #000;
  margin:0 2px 2px 0;
  font-family: 'Lato', sans-serif;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-decoration: none;
}
.single-article a.cat:hover{
  color:#000;
  background: #fff;
}
.single-article .share{
  display: block;
  float:right;
}
.single-article .share > a{
  display: block;
  float: left;
  width:38px;
  height:38px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  color:#fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-left:4px;
}
.single-article .share > a.facebook{
  background: #3C5A99;
}
.single-article .share > a.twitter{
  background: #38A1F3;
}
.single-article .share > a:hover{
  opacity:0.7;
}
.single-article .featured-img{
  display: block;
  margin-left:-100px;
}
@media(max-width:991px){
  .single-article .featured-img{
    margin-left:0;
  }
}
.single-article .featured-img:before{
  display: block;
  content: "";
  width:200px;
  height:3px;
  margin-bottom:25px;
  background: #000000;
}
.single-article .featured-img img{
  width:100%;
}
.single-article .content{
  display: block;
  padding:30px 0 0 0;
}
body.single .single-article .content p{
  text-align: justify;
}
.single-article .content blockquote{
  border-left:none;
  padding:35px;
  background: #fafafa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
}
.single-article .content blockquote p{
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
}
.single-article .content blockquote p:before{
  content:'"';
  font-size: 145%;
}
.single-article .content blockquote p:after{
  content:'"';
  font-size: 145%;
}
.single-article .content blockquote cite{
  font-weight: 700;
}
.single-article .content blockquote cite:before{
  display: block;
  margin:10px auto 20px auto;
  width:50px;
  height:2px;
  background: #000000;
  content: "";
}
.single-article .content .wp-block-pullquote{
  background: #fafafa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom:25px;
  padding:10px 10px;
}
.single-article .content .wp-block-pullquote blockquote{
  margin-bottom: 0;
}
.single-article .content .wp-block-pullquote blockquote p{
  font-size: 32px;
  line-height: 42px;
}
.single-article .content ul,
.single-article .content ol{
  display: block;
  padding-left:0;
}
.single-article .content ul{
  list-style: square;
  margin-left: 20px;
}
.single-article .content ol{
  margin-left: 15px;
}
.single-article .content a{
  color:#000000;
}
.single-article .tags{
  display: block;
  font-size: 14px;
  margin-bottom:30px;
}
.single-article .tags a{
  font-weight: 700;
  display: inline-block;
  margin:1px;
  padding:0 6px;
  color:#1d1d1b;
  border:1px solid #1d1d1b;
}
.single-article .tags a:hover{
  background: #1d1d1b;
  color:#fff;
  opacity: 1;
}
.wp-block-gallery{
  margin-left:0;
}


.section-title_old h4,
.single-article .section-title h4 {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 1.5px !important;
}


.section-title_old h2,
.single-article .section-title h2 {
    font-size: 44px !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
}
.section-title_old h1:after, .section-title_old h2:after,
.single-article .section-title h1:after, .single-article .section-title h2:after {
    content:"";
    display: block;
    width: 60% !important;
    height: 3px !important;
    margin: 20px auto 0 auto !important;
    background: linear-gradient(
90deg
 , rgba(249,200,181,1) 0%, rgba(255,238,205,1) 100%) !important;
}
.single-article p{
  margin-bottom:25px;
}



.old h1,.old h2,.old h3,.old h4,.old h5,.old h6{
  font-family: 'Lato', sans-serif;
}
.old h1 {
	font-size: 33px;
	line-height: 51px;
	margin-bottom: 27px;
}
.old h2 {
	font-size: 26px;
	line-height: 36px;
	margin-top: 44px;
	margin-bottom: 44px;
}
.old h3 {
	font-size: 20px;
	line-height: 33px;
	margin-top: 27px;
	margin-bottom: 11px;
}
.old h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 7px;
}
.old p, .old ul, .old ol, .old blockquote, .old pre, .old .alert, .old .note, .old .box, .old .footnotes {
	margin-bottom: 27px;
}
.old ul, .old ol {
	margin-left: 27px;
}
.old li {
	margin-bottom: 11px;
}
.old blockquote {
	padding-left: 17px;
	border-style: solid;
	border-color: rgba(0,0,0,0.15);
	border-width: 0 0 0 7px;
}
.old sub, .old sup {
	padding: 0 1px;
}
.old code, .old pre, .old kbd {
	font-size: 15px;
}
.old code {
	background-color: rgba(0,0,0,0.08);
	padding: 3px 4px;
	border-radius: 7px;
	margin: 0 1px;
}
.old pre {
	padding: 11px;
	border-style: solid;
	border-color: rgba(0,0,0,0.15);
	border-width: 0 0 0 7px;
}
.old kbd {
	background-color: #fff;
	padding: 3px 4px;
	border-radius: 4px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.45);
	margin: 0 1px;
}
.old h5:after,
.default_content_old h5:after{
  display: block;
  content: "";
  width:75px;
  height:1px;
  background: #000;
  margin-top:10px;
}


.old h5,
.default_content_old h5{
      line-height: 1.2;
          font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}



.accordion{

}
.accordion > div > a{
  display: block;
  position: relative;
  padding:15px 40px 15px 0;
  font-size: 18px;
  border-bottom:1px solid rgba(0,0,0,.1);
  cursor: pointer;
}
.accordion > div > a > i{
  display: block;
  position: absolute;
  top:16px;
  right:0;
  font-style: normal;
  font-size: 29px;
  font-weight: 300;
}
.accordion > div > a.collapsed.active > i:after{
  content:"–";
}
.accordion > div > a.collapsed > i:after{
  content:"+";
}
.accordion > div > div > div{
  padding:20px 0;
}
.accordion .accordionItem .collapse{
  display: none;
}




.presse{
  padding-top:25px;
  padding-bottom:25px;
}
.presse .quote{
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}
.presse .author{
  display: block;
  margin-top:20px;
  font-weight: 700;
}
.presse .meta{
  font-size: 12px;
}
@media(max-width:767px){
  .presse img{
    display: block;
    margin:0 auto 20px auto;
    max-width: 200px;
  }
  .presse .quote{
    font-size: 18px;
    text-align: center;
  }
  .presse .author,
  .presse .meta{
    text-align: center;
  }
}


.img_i4{
  display: block;
  background-size: cover !important;
  position: relative;
  margin:0;
}
.img_i4:after{
  display: block;
  padding-bottom: 100%;
  content: "";
}
a.img_i4.gallery {
    border-radius: 20px;
}
h4.i4 {
    display: block;
    text-align: center;
    margin: 20px 20px 20px 20px;
}



.brands_list .container{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.brands_list a{
	display:inline-block;
}
.brands_list img{
	width: 150px;
    height: auto;
    margin: 10px 25px;
}
@media(max-width:767px){
	.brands_list img{
  	width: 130px;
      height: auto;
      margin: 10px 20px;
  }
}
@media (min-width: 640px){

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px){

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

  .md\:mb-20{
    margin-bottom: 5rem;
  }

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

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-2\/4{
    width: 50%;
  }

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

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

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

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

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

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

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:text-\[24px\]{
    font-size: 24px;
  }
}
@media (min-width: 1024px){

  .lg\:absolute{
    position: absolute;
  }

  .lg\:top-0{
    top: 0px;
  }

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

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

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

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

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

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

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

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-24{
    width: 6rem;
  }

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

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

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

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

  .lg\:w-1\/2{
    width: 50%;
  }

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

  .lg\:max-w-\[70\%\]{
    max-width: 70%;
  }

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

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

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

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

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

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:p-0{
    padding: 0px;
  }

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

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

  .lg\:pr-20{
    padding-right: 5rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

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

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

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

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

  .lg\:pl-\[82px\]{
    padding-left: 82px;
  }

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

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

  .lg\:text-\[32px\]{
    font-size: 32px;
  }
}
@media (min-width: 1280px){

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

  .xl\:gap-6{
    gap: 1.5rem;
  }
}



/********** BLACK FRIDAY *******/



body.page-id-163216 .banner.half .content {
 background-image: url(https://static.ekkla.ch/uploads/2021/10/black-back2.svg) !important;
 color: white !important;
}


body.page-id-163216 .v2_banner_block_1.px-4 {
	background-image: url(https://static.ekkla.ch/uploads/2021/10/black-back2.svg) !important;
	color: white !important;
}



/****** Bundel plugin ******/



span.bundled_item_price_quantity {
display: none !important;
}


.bundle_form .bundle_price p.price, .single-product .bundle_form .bundle_price p.price span.woocommerce-Price-amount.amount {
	color: #37395b;
	font-weight: 600;
}


.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none !important;
}


/****** NEW B2B ******/



.container {
		
		    max-width: 90%;
}


h1 {
		
		    font-size: 67px !important;
		
		    font-weight: 300 !important;
		
		    color: black !important;
}


p {
		
		    color: black;
		
		    font-weight: 300;
		
		    letter-spacing: 0.4px;
}


h2 {
		
		    font-size:30px !important;
		
		    font-weight: 300 !important;
		
		    color: black !important;
}


.sectionTitle h2 {
		
		    font-weight: 400 !important;
}
