@charset "UTF-8";
/*------------------------------------*\
    SCSS COMPILE LIST
\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*------------------------------------*\
    LITESPEED 
\*------------------------------------*/
/* PART 1 - Before Lazy Load */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*------------------------------------*\
    MIXINS
\*------------------------------------*/
.link-overlay a,
a.overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
}

.item:has(a.overlay) {
  position: relative;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  inset: 0;
}

.main_menu .menu ul li a, body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit, body.search-results .search-content form.search input,
body.search-no-results .search-content form.search input, body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit, body.error404 .panel.main .row #post-404 .error_search form.search input.search-input, .gform_wrapper.gravity-theme .ginput_container input[type=email],
.gform_wrapper.gravity-theme .ginput_container input[type=number],
.gform_wrapper.gravity-theme .ginput_container input[type=password],
.gform_wrapper.gravity-theme .ginput_container input[type=tel],
.gform_wrapper.gravity-theme .ginput_container input[type=text],
.gform_wrapper.gravity-theme .ginput_container input[type=url],
.gform_wrapper.gravity-theme .ginput_container textarea.medium,
.gform_wrapper.gravity-theme .ginput_container textarea.large,
.gform_wrapper.gravity-theme .ginput_container textarea.small,
.gform_wrapper.gravity-theme .ginput_container select,
.gform_wrapper.gravity-theme .ginput_container #theme-page select, .woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button, a.dc-btn, body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

p strong,
p strong a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/* FONTAWESOME */
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}

.fa-rotate-by {
  -ms-transform: rotate(var(--fa-rotate-angle, none));
      transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-envelope::before {
  content: "\f0e0";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../fonts/fa-thin-100.woff2") format("woff2"), url("../fonts/fa-thin-100.ttf") format("truetype");
}
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
}

/* SETTINGS - GRID */
/*------------------------------------*\

    SETTINGS - DEFAULT WIDTHS

\*------------------------------------*/
/*------------------------------------*\

    SETTINGS - RESPONSIVE BREAK POINTS

\*------------------------------------*/
/* SETTINGS - COLORS */
/*------------------------------------*\
    SETTINGS - COLORS - THEME - DC
\*------------------------------------*/
:root {
  --dark-color: #000000;
  --light-color: #FFFFFF;
  --grey-color: #7A7474;
  --theme-color: #FF6600;
  --theme2-color: #7C8C9E;
}

:root {
  --grey1-color: #F7F5ED;
  --grey2-color: #EFECE5;
  --greylight-color: #D9D9D9;
  --blue-color: #7C8C9E;
  --bluelight-color: #EFF3F5;
}

/* SETTINGS - FONTS */
/*------------------------------------*\
    SETTINGS - FONT SIZES
\*------------------------------------*/
/* SETTINGS - HEADER / MENU / FOOTER */
/*------------------------------------*\
    SETTINGS - MENU
\*------------------------------------*/
/* GLOBAL APP */
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
.grid:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    GLOBAL - SITE WIDE
\*------------------------------------*/
button {
  outline: none !important;
  transition: all 250ms ease-in-out;
}

input[type=submit] {
  transition: all 250ms ease-in-out;
}

.page_container {
  background: white;
  width: 100%;
  max-width: 100%;
}

.page_container > .panel {
  max-width: 100%;
  background: var(--light-color);
}

/* GLOBAL APP - BASE */
/*------------------------------------*\
	BASE - SITE WIDE
\*------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  background: var(--light-color);
}

body {
  line-height: 1.44em;
  color: #000000;
  background: var(--light-color);
  max-width: 100%;
  margin-inline: auto;
}
body.open-toggle-menu {
  overflow: hidden;
}

/*------------------------------------*\
	BASE - FONTS
\*------------------------------------*/
p {
  margin-bottom: clamp(10px, 1vw, 20px);
  width: 100%;
  line-height: 1.44em;
}
sup {
  font-size: 45%;
  padding-right: 5px;
  vertical-align: super;
}

/** H1 - H6 STYLING **/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.04em;
  width: 100%;
  margin-bottom: clamp(16px, 1.8vw, 35px);
}

h2, .h2, .section.dc-text-block .section_intro .description h1 {
  font-weight: 700;
  line-height: 1.2em;
}

#header_main .header-top p {
  font-size: 12px;
}

.dc-product-card h2, .single-product .related-products-wrapper > .section .inner .item h2, .shop-grid .shop-list ul.products li.product h2, .dc-category-card h3, .section.dc-product-categories-grid .item h3, .dc-card .text p, .footer .footer-top-inner .footer-widget h2.widgettitle,
.footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget a:not(.dc-btn), body {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .dc-product-card h2, .single-product .related-products-wrapper > .section .inner .item h2, .shop-grid .shop-list ul.products li.product h2, .dc-category-card h3, .section.dc-product-categories-grid .item h3, .dc-card .text p, .footer .footer-top-inner .footer-widget h2.widgettitle,
.footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget a:not(.dc-btn), body {
    font-size: 14px;
  }
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform-body .gfield .gfield_label, .section.dc-intro-block > .inner .item .text li, .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li, .section.dc-highlight_boxes > .inner .item .text li, .dc-card .button-wrapper .dc-link,
.dc-card .button-wrapper .section.dc-intro-block > .inner .item .text li a,
.section.dc-intro-block > .inner .item .text li .dc-card .button-wrapper a,
.dc-card .button-wrapper .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li .dc-card .button-wrapper a,
.dc-card .button-wrapper .section.dc-highlight_boxes > .inner .item .text li a,
.section.dc-highlight_boxes > .inner .item .text li .dc-card .button-wrapper a, .hero .dc-link,
.hero .section.dc-intro-block > .inner .item .text li a,
.section.dc-intro-block > .inner .item .text li .hero a,
.hero .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li .hero a,
.hero .section.dc-highlight_boxes > .inner .item .text li a,
.section.dc-highlight_boxes > .inner .item .text li .hero a,
.dc-titlebox .dc-link,
.dc-titlebox .section.dc-intro-block > .inner .item .text li a,
.section.dc-intro-block > .inner .item .text li .dc-titlebox a,
.dc-titlebox .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li .dc-titlebox a,
.dc-titlebox .section.dc-highlight_boxes > .inner .item .text li a,
.section.dc-highlight_boxes > .inner .item .text li .dc-titlebox a {
  font-size: clamp(1rem, 0.8692rem + 0.2729vw, 1.125rem);
  font-size: clamp(0.875rem, 0.6134rem + 0.5457vw, 1.125rem);
  min-height: 0vw;
}

.shop-grid .shop-sidebar .pwf-filter .pwf-field-item-title .text-title, .section.dc-cards-section .section_intro .description p, .section.dc-intro-block.style_2 > .inner .content_wrapper .left .description p, .section.dc-intro-block.style_4 > .inner .content_wrapper .left .description p, .bottom-sidebar > .inner .description,
.dc-cta > .inner .description {
  font-size: clamp(1rem, 0.7384rem + 0.5457vw, 1.25rem);
  font-size: clamp(0.875rem, 0.4826rem + 0.8186vw, 1.25rem);
  min-height: 0vw;
}

.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a {
  font-size: clamp(1.125rem, 0.8634rem + 0.5457vw, 1.375rem);
  min-height: 0vw;
}

.dc-card .content-wrapper h3,
.dc-card .content-wrapper .sub-title {
  font-size: clamp(1.25rem, 0.9884rem + 0.5457vw, 1.5rem);
  min-height: 0vw;
}

.woocommerce .section.single-product-content > .inner div.product .summary .variations_form.cart .woocommerce-variation-price, .woocommerce .section.single-product-content > .inner div.product .summary > p.price, .section.dc-accordion .accordion .title h3, .bottom-sidebar > .inner h2.title,
.dc-cta > .inner h2.title, h1, .h1 {
  font-size: clamp(1.625rem, 1.0781rem + 1.5625vw, 2.25rem);
  min-height: 0vw;
}

.section.dc-intro-block > .inner .item .text h3, .section.dc-intro-block.style_2 > .inner .title-wrapper h2, .section.dc-intro-block.style_4 > .inner .title-wrapper h2, .section.dc-highlight_boxes > .inner .item .text h3, h2, .h2, .section.dc-text-block .section_intro .description h1 {
  font-size: clamp(1.375rem, 0.067rem + 2.7285vw, 2.625rem);
  min-height: 0vw;
}

.section.dc-cards-section .section_intro h1,
.section.dc-cards-section .section_intro h2 {
  font-size: clamp(1.5rem, -0.0696rem + 3.2742vw, 3rem);
  min-height: 0vw;
}

.home .dc-titlebox.title_style_2 .item h1 {
  font-size: clamp(1.5rem, -1.2468rem + 5.7299vw, 4.125rem);
  min-height: 0vw;
}

/***********************************/
.section.dc-intro-block.style_2 > .inner .title-wrapper h3, .section.dc-intro-block.style_4 > .inner .title-wrapper h3, .home .dc-titlebox.title_style_2 .item .sub_title em {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal !important;
  font-weight: 700;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .section.dc-intro-block.style_2 > .inner .title-wrapper h3, .section.dc-intro-block.style_4 > .inner .title-wrapper h3, .home .dc-titlebox.title_style_2 .item .sub_title em {
    font-size: 10px;
    letter-spacing: 2px;
  }
}

.section.dc-intro-block > .inner .item .text .category-label > span, .section.dc-highlight_boxes > .inner .item .text .category-label > span, .dc-card .content-wrapper .label span,
.dc-card .content-wrapper .category span,
.dc-card .content-wrapper .section.dc-intro-block > .inner .item:nth-child(2) span,
.section.dc-intro-block > .inner .dc-card .content-wrapper .item:nth-child(2) span,
.dc-card .content-wrapper .section.dc-intro-block > .inner .item:nth-child(4) span,
.section.dc-intro-block > .inner .dc-card .content-wrapper .item:nth-child(4) span,
.dc-card .content-wrapper .section.dc-highlight_boxes > .inner .item:nth-child(2) span,
.section.dc-highlight_boxes > .inner .dc-card .content-wrapper .item:nth-child(2) span,
.dc-card .content-wrapper .section.dc-highlight_boxes > .inner .item:nth-child(4) span,
.section.dc-highlight_boxes > .inner .dc-card .content-wrapper .item:nth-child(4) span {
  color: var(--light-color);
  text-transform: uppercase;
  font-size: 9px;
  font-style: normal !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1em;
  padding: 6px 10px 4px;
  border-radius: 30px;
  background: var(--dark-color);
}

/*------------------------------------*\
	BASE - LINKS
\*------------------------------------*/
a {
  transition: all 250ms ease-in-out;
  outline: none !important;
}

a:not(.dc-btn) {
  text-decoration: none;
  color: var(--dark-color);
}
a:not(.dc-btn):hover {
  color: var(--theme2-color);
}
.section.bg_dark a:not(.dc-btn) {
  color: var(--light-color);
}
.section.bg_dark a:not(.dc-btn):hover {
  color: var(--theme2-color);
}
a:not(.dc-btn).arrow-right:after, a:not(.dc-btn).arrow-right:before, a:not(.dc-btn).arrow-left:after, a:not(.dc-btn).arrow-left:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  background: url("../img/arrow-orange.svg") no-repeat;
  background-size: contain;
  transition: all 250ms ease-in-out;
}
a:not(.dc-btn).arrow-right:before {
  display: none;
}
a:not(.dc-btn).arrow-right:after {
  margin-left: 12px;
  transform: translate3d(0px, -1px, 0px);
}
a:not(.dc-btn).arrow-right:hover:after {
  transform: translate3d(5px, -1px, 0px);
}
a:not(.dc-btn).arrow-left:after {
  display: none;
}
a:not(.dc-btn).arrow-left:before {
  margin-left: 12px;
  transform: translate3d(-5px, -1px, 0px) rotate(-180deg);
}
a:not(.dc-btn).arrow-left:hover:before {
  transform: translate3d(-10px, -1px, 0px) rotate(-180deg);
}

/*------------------------------------*\
	BASE - BUTTONS
\*------------------------------------*/
a.dc-btn {
  line-height: clamp(36px, 3vw, 50px);
  font-size: clamp(14px, 1.5vw, 16px);
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding-inline: clamp(15px, 1.5vw, 30px);
  margin-top: clamp(12px, 2vw, 20px);
  margin-right: 12px;
  opacity: 1;
  background: var(--light-color);
  color: var(--dark-color);
  background: var(--theme-color);
  color: var(--light-color);
}
@media only screen and (min-width: 768px) {
  a.dc-btn {
    line-height: 50px;
    margin-right: 12px;
  }
}
a.dc-btn > span {
  position: relative;
  white-space: nowrap;
}
a.dc-btn:hover {
  text-decoration: none !important;
}
a.dc-btn:hover:before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
a.dc-btn.dc-btn-small {
  line-height: 34px;
  font-size: 14px;
  margin-right: 8px;
}
a.dc-btn.dc-btn-blue {
  background: var(--theme2-color);
  color: var(--light-color);
}
a.dc-btn.dc-btn-blue:hover {
  background: var(--theme-color);
}
a.dc-btn:hover {
  background: var(--theme-color);
}
a.dc-btn.dc-btn-orange, .woocommerce .section.dc-accordion .accordion#accordion_downloads ul li a.dc-btn, .section.dc-intro-block > .inner .item .text a.dc-btn, .section.dc-intro-block.style_4 > .inner .title-wrapper a.dc-btn, .section.dc-highlight_boxes > .inner .item .text a.dc-btn, .bottom-sidebar > .inner a.dc-btn,
.dc-cta > .inner a.dc-btn {
  background: var(--theme-color);
  color: var(--light-color);
}
a.dc-btn.dc-btn-orange:hover, .woocommerce .section.dc-accordion .accordion#accordion_downloads ul li a.dc-btn:hover, .section.dc-intro-block > .inner .item .text a.dc-btn:hover, .section.dc-intro-block.style_4 > .inner .title-wrapper a.dc-btn:hover, .section.dc-highlight_boxes > .inner .item .text a.dc-btn:hover, .bottom-sidebar > .inner a.dc-btn:hover,
.dc-cta > .inner a.dc-btn:hover {
  background: var(--theme-color);
}

/*------------------------------------*\
	BASE - LINKS - DC LINK
\*------------------------------------*/
a.dc-link.arrow-left2,
.section.dc-intro-block > .inner .item .text li a,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a,
.section.dc-highlight_boxes > .inner .item .text li a {
  margin-left: clamp(26px, 2vw, 34px);
  display: -ms-flexbox;
  display: flex;
}
a.dc-link.arrow-left2:before,
.section.dc-intro-block > .inner .item .text li a:before,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a:before,
.section.dc-highlight_boxes > .inner .item .text li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: clamp(16px, 1.5vw, 22px);
  height: clamp(16px, 1.5vw, 22px);
  margin-inline: 0 12px !important;
  background: url("../img/arrow-orange.svg") no-repeat;
  background-size: contain;
  background-position: 1px top;
  border-radius: 40px;
  background-color: var(--theme-color);
  transition: all 250ms ease-in-out;
  transform: translate3d(0, 1px, 0px);
}
@media only screen and (max-width: 767px) {
  a.dc-link.arrow-left2:before,
.section.dc-intro-block > .inner .item .text li a:before,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a:before,
.section.dc-highlight_boxes > .inner .item .text li a:before {
    transform: translate3d(0, 3px, 0px);
  }
}
a.dc-link.arrow-left2:hover,
.section.dc-intro-block > .inner .item .text li a:hover,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a:hover,
.section.dc-highlight_boxes > .inner .item .text li a:hover {
  color: var(--theme-color);
}
a.dc-link.arrow-left2:hover:before,
.section.dc-intro-block > .inner .item .text li a:hover:before,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a:hover:before,
.section.dc-highlight_boxes > .inner .item .text li a:hover:before {
  transform: translate3d(-3px, 1px, 0px);
}
@media only screen and (max-width: 767px) {
  a.dc-link.arrow-left2:hover:before,
.section.dc-intro-block > .inner .item .text li a:hover:before,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a:hover:before,
.section.dc-highlight_boxes > .inner .item .text li a:hover:before {
    transform: translate3d(0, 3px, 0px);
  }
}

/*--------------------------------------------------------*\
	BASE - LISTS
\*--------------------------------------------------------*/
ul,
ol {
  margin-top: 20px;
  margin-bottom: 15px;
}
ul li,
ol li {
  line-height: 1.44em;
  color: #000000;
  margin-left: 20px;
  padding-left: 5px;
  padding-bottom: 16px;
  position: relative;
}

.color-dots ul li {
  list-style: none;
  margin-left: 40px;
}
.color-dots ul li:before {
  content: "•";
  color: var(--theme-color);
  font-size: 1.5em;
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0px;
  left: -25px;
}

.color-dots ol li {
  margin-left: 40px;
}
.color-dots ol li::marker {
  color: var(--theme-color);
  font-size: 1em;
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0px;
  left: -25px;
}

/* GLOBAL APP - HEADER */
/*------------------------------------*\
	HEADER - BASE
\*------------------------------------*/
html:has(.admin-bar) {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

#header_main + .page_container {
  margin-inline: auto;
}

#header_main {
  background: var(--dark-color);
}
#header_main + .page_container {
  padding-top: 100px;
}
@media only screen and (max-width: 766px) {
  #header_main + .page_container {
    padding-top: 60px;
  }
}
.transparent-header #header_main {
  background: none;
}
.transparent-header #header_main .header_nav_container {
  background: none;
}
.transparent-header #header_main + .page_container {
  padding-top: 30px;
}
.scroll-up #header_main {
  background: var(--dark-color);
}

#header_main {
  position: fixed;
  top: 0;
  margin-inline: auto;
  z-index: 100000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  max-width: 100vw;
  transition: all 450ms ease-in-out;
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1840px;
  margin: 0 auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: 100px;
  padding-inline: 15px;
}
@media only screen and (min-width: 768px) {
  #header_main .header_nav_container {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #header_main .header_nav_container {
    padding-inline: 60px;
  }
}
@media only screen and (max-width: 766px) {
  #header_main .header_nav_container {
    height: 60px;
  }
}
#header_main .header_nav_container .menus {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.toggle-menu-wrap #menu-toggle {
  transition: all 450ms ease-in-out;
}
#header_main .header-top {
  background: var(--theme-color);
}
#header_main .header-top .header-top-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-inline: auto;
  max-width: 1840px;
  height: 30px;
}
#header_main .header-top p {
  color: var(--light-color);
  line-height: 1em;
  text-align: center;
  margin: 0;
  padding-inline: 10px;
}
@media only screen and (max-width: 767px) {
  #header_main .header-top p {
    font-size: 10px;
  }
}

#header_main .header_right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 950px) {
  #header_main .header_right {
    max-width: 20%;
    min-width: 160px;
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  #header_main .header_right {
    -ms-flex: 1;
        flex: 1;
  }
}
#header_main .header_right .dc-header-search form {
  display: none;
}
#header_main .header_right .dc-header-search {
  position: relative;
}
#header_main .header_right .dc-header-search .mobile-search-trigger a {
  width: 34px;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: var(--dark-color);
  background-color: var(--light-color);
  background-image: url("../img/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50px;
  cursor: pointer;
}
@media only screen and (min-width: 950px) {
  #header_main .header_right .dc-header-search .mobile-search-trigger a {
    width: 44px;
    height: 44px;
  }
}
#header_main .header_right .dc-header-search .mobile-search-trigger a i {
  color: var(--dark-color);
  display: none;
}
#header_main .header_right .dc-header-search .mobile-search-trigger a:hover {
  background-color: var(--theme-color);
}
#header_main .header_right #dc-mobile-search {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -10px;
  right: 100%;
  width: 340px;
  background: var(--theme-color);
  border-radius: 40px;
  line-height: clamp(50px, 5vw, 64px);
  height: clamp(50px, 5vw, 64px);
  box-sizing: border-box;
  border: 0 none;
  color: var(--light-color);
}
#header_main .header_right #dc-mobile-search.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  #header_main .header_right #dc-mobile-search {
    top: 96px;
    right: unset;
    position: fixed;
    left: 5px;
    width: calc(100% - 10px);
  }
}
#header_main .header_right #dc-mobile-search form {
  display: block;
  width: 100%;
  line-height: clamp(50px, 5vw, 64px);
  height: clamp(50px, 5vw, 64px);
}
#header_main .header_right #dc-mobile-search form input[type=search] {
  border-radius: 40px;
  background: var(--theme-color);
  line-height: clamp(50px, 5vw, 64px);
  height: clamp(50px, 5vw, 64px);
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: button;
  border: 0 none;
  color: var(--light-color);
  padding-inline: 30px 80px;
}
#header_main .header_right #dc-mobile-search form input[type=search]::-webkit-input-placeholder {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  transition: all 250ms ease-in-out;
}
#header_main .header_right #dc-mobile-search form input[type=search]:-moz-placeholder {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  transition: all 250ms ease-in-out;
}
#header_main .header_right #dc-mobile-search form input[type=search]::-moz-placeholder {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  transition: all 250ms ease-in-out;
}
#header_main .header_right #dc-mobile-search form input[type=search]:-ms-input-placeholder {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  transition: all 250ms ease-in-out;
}
#header_main .header_right a.wfc-open-cart-button.at-content {
  position: relative;
  bottom: unset;
  left: unset;
  right: unset;
  top: unset;
  height: 34px !important;
  width: 34px !important;
  min-height: 34px !important;
  margin-left: 8px;
  border: 0 none !important;
  opacity: 1;
  max-width: unset;
  border-radius: 30px !important;
}
@media only screen and (min-width: 950px) {
  #header_main .header_right a.wfc-open-cart-button.at-content {
    height: 44px !important;
    width: 44px !important;
    min-height: 44px !important;
  }
}
@media only screen and (max-width: 949px) {
  #header_main .header_right a.wfc-open-cart-button.at-content svg {
    height: 24px !important;
    width: 24px !important;
  }
}
#header_main .header_right a.wfc-open-cart-button.at-content .wfc-open-cart-button__count {
  background: var(--theme-color) !important;
}
#header_main .header_right a.wfc-open-cart-button.at-content:hover {
  background-color: var(--theme-color) !important;
}
#header_main .header_right .userlogin a.user-icon {
  display: block;
  height: 34px !important;
  width: 34px !important;
  margin-left: 8px;
  border-radius: 30px !important;
  background: var(--light-color);
  background-color: var(--light-color);
  background-image: url("../img/user.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 950px) {
  #header_main .header_right .userlogin a.user-icon {
    height: 44px !important;
    width: 44px !important;
  }
}
#header_main .header_right .userlogin a.user-icon:hover {
  background-color: var(--theme-color);
}
#header_main .header_right .userlogin i {
  display: none;
}
#header_main .header_right .userlogin .dropdown {
  display: none;
}

.wfc-open-cart-button.at-bottom {
  display: none;
}

/*------------------------------------*\
	HEADER - LOGO
\*------------------------------------*/
.header_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  max-width: 20%;
  min-width: 170px;
  padding: 1px 0px 1px 1px;
}
@media only screen and (max-width: 767px) {
  .header_logo {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 349px) {
  .header_logo {
    max-width: 30vw;
    min-width: 110px;
  }
}
.header_logo a {
  display: block;
}
.header_logo a img,
.header_logo a svg {
  display: block;
  max-height: 51px;
  position: relative;
  z-index: 1000;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  .header_logo a img,
.header_logo a svg {
    max-height: 51px;
  }
}
.header_logo a.mobile-logo {
  display: none;
}
.header_logo a.desktop-logo {
  display: block;
}
.transparent-header .header_logo a.mobile-logo, .single-capability .header_logo a.mobile-logo {
  display: block;
}
.transparent-header .header_logo a.desktop-logo, .single-capability .header_logo a.desktop-logo {
  display: none;
}
.scroll-up .header_logo a.mobile-logo {
  display: none;
}
.scroll-up .header_logo a.desktop-logo {
  display: block;
}
@media only screen and (max-width: 766px) {
  .header_logo a.mobile-logo {
    display: none;
  }
  .header_logo a.desktop-logo {
    display: block;
  }
}
.open-toggle-menu .header_logo a.mobile-logo {
  display: none;
}
.open-toggle-menu .header_logo a.desktop-logo {
  display: block;
}

/* GLOBAL APP - MENU */
/*------------------------------------*\
	MENU - SIMPLE - LEFT ALIGNED - Subirest specific
\*------------------------------------*/
.main_menu {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-inline: 15px;
}
@media only screen and (min-width: 950px) {
  .main_menu {
    margin-inline: 30px;
  }
}

.main_menu .menu {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.main_menu .menu ul {
  margin: 0;
}
.main_menu .menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.main_menu .menu ul li a {
  color: var(--light-color);
  line-height: 1.2em;
  display: block;
  position: relative;
  font-size: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 950px) {
  .main_menu .menu ul li a {
    font-size: 15px;
  }
}
.transparent-header .main_menu .menu ul li a, .single-capability .main_menu .menu ul li a {
  color: white;
}
.scroll-up .main_menu .menu ul li a {
  color: var(--light-color);
}
.main_menu .menu ul li.mobile-visible {
  display: none;
}
.main_menu .menu > ul {
  width: auto;
  display: -ms-flexbox;
  display: flex;
}
.main_menu .menu > ul > li {
  position: relative;
  margin: 0;
  padding: 0 clamp(4px, 0.6vw, 16px);
}
.main_menu .menu > ul > li > a {
  white-space: nowrap;
  /*
  height: 100px;
  line-height: 100px;
  padding: 0;

  &:after {
  	content: "";

  	position: absolute;
  	bottom: 28px;
  	left: 0;
  	width: 0;
  	height: 2px;

  	background: var(--theme2-color);

  	@include effect(all, 150ms, ease-in-out);
  }
  */
  border-radius: 6px;
  height: 36px;
  line-height: 1;
  padding: 10px clamp(6px, 0.6vw, 16px);
}
.main_menu .menu > ul > li.current_page_parent > a, .main_menu .menu > ul > li.current-menu-parent > a, .main_menu .menu > ul > li.current-menu-item > a, .main_menu .menu > ul > li:hover > a {
  background: var(--light-color);
  color: var(--dark-color);
  /*
  &:after {
  	width: 100%;
  }
  */
}
.main_menu .menu > ul > li.dc-more {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.main_menu .menu > ul > li.dc-more a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.main_menu .menu > ul > li.dc-more a:before {
  content: "+";
  color: var(--theme-color);
  display: inline-block;
  margin-left: 6px;
}
.main_menu .menu > ul > li.dc-phone, .main_menu .menu > ul > li.dc-get-in-touch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-inline: 0;
}
.main_menu .menu > ul > li.dc-phone > a, .main_menu .menu > ul > li.dc-get-in-touch > a {
  background-color: var(--theme-color);
  height: 44px;
  border-radius: 30px;
  color: white;
  line-height: 44px;
  text-transform: uppercase;
  padding-inline: 15px;
}
@media only screen and (min-width: 1290px) {
  .main_menu .menu > ul > li.dc-phone > a, .main_menu .menu > ul > li.dc-get-in-touch > a {
    padding-inline: 20px;
  }
}
.main_menu .menu > ul > li.dc-phone > a:after, .main_menu .menu > ul > li.dc-get-in-touch > a:after {
  width: 0 !important;
}
.main_menu .menu > ul > li.dc-phone > a:hover, .main_menu .menu > ul > li.dc-get-in-touch > a:hover {
  background-color: var(--theme2-color);
}
.main_menu .menu > ul > li.dc-phone {
  padding-right: 8px;
}
@media only screen and (min-width: 1290px) {
  .main_menu .menu > ul > li.dc-phone {
    padding-right: 10px;
  }
}
.main_menu .menu > ul > li.dc-phone > a {
  display: block;
  width: 44px;
  height: 44px;
  padding-inline: 0;
  font-size: 0;
  background-image: url(../img/phone-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .main_menu div.menu .dc-phone,
.main_menu div.menu .dc-get-in-touch {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .header_top .widget_nav_menu {
    display: none;
  }
}
/*------------------------------------*\
	DEFAULT DROPDOWN
\*------------------------------------*/
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: calc(100% + 40px);
  }
  .main_menu .menu > ul > li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    width: 200px;
    margin-left: 0;
    padding: 0 clamp(4px, 0.6vw, 16px);
    background: var(--grey1-color) !important;
    -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    transition: all 0ms ease-in-out;
  }
  .main_menu .menu > ul > li ul.sub-menu li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    background: transparent;
    transition: all 450ms ease-in-out;
  }
  .main_menu .menu > ul > li ul.sub-menu li a {
    display: block;
    padding: 8px 0;
    min-width: 100%;
    text-align: left;
    color: var(--dark-color);
    transition: all 250ms ease-in-out;
  }
  .main_menu .menu > ul > li ul.sub-menu li a:before {
    display: none;
  }
  .main_menu .menu > ul > li ul.sub-menu li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--theme-color);
    transition: all 150ms ease-in-out;
  }
  .main_menu .menu > ul > li ul.sub-menu li a:hover, .main_menu .menu > ul > li ul.sub-menu li.current-menu-item a {
    color: var(--theme-color);
  }
  .main_menu .menu > ul > li ul.sub-menu li a:hover:after, .main_menu .menu > ul > li ul.sub-menu li.current-menu-item a:after {
    width: 100%;
    left: 0;
  }
  .main_menu .menu > ul > li:hover ul.sub-menu {
    max-height: 700px;
    opacity: 1;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    padding: 20px clamp(6px, 0.8vw, 18px);
    background: var(--light-color);
    -ms-transform: translateY(0);
        transform: translateY(0);
    transition: transform 300ms ease-in-out, opacity 500ms ease-in-out;
  }
}
.main_menu .menu > ul > li:not(.dc-products-menu) ul.sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-top: 1px solid var(--dark-color);
  top: unset;
  left: clamp(4px, 0.6vw, 16px);
  border-radius: 6px;
  transition: transform 300ms ease-in-out, opacity 500ms ease-in-out, border-top 200ms ease-in-out;
}
.main_menu .menu > ul > li:not(.dc-products-menu) ul.sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  background: var(--light-color) !important;
  border-bottom: 2px solid var(--light-color);
  border-radius: 6px;
}
.main_menu .menu > ul > li:not(.dc-products-menu) ul.sub-menu li {
  width: unset;
  margin-inline: clamp(5px, 1vw, 12px);
}
.main_menu .menu > ul > li:not(.dc-products-menu) ul.sub-menu li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: auto;
  padding-block: 11px;
  text-align: center;
  line-height: 1em;
}
@media only screen and (max-width: 1099px) {
  .main_menu .menu > ul > li:not(.dc-products-menu) ul.sub-menu li a {
    font-size: clamp(12px, 1.3vw, 16px);
  }
}
.main_menu .menu > ul > li:not(.dc-products-menu):hover ul.sub-menu {
  border-top: 32px solid var(--dark-color);
  transition: transform 300ms ease-in-out, opacity 500ms ease-in-out, border-top 200ms ease-in-out;
}
.main_menu .menu > ul > li.dc-products-menu {
  position: unset;
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu {
  width: 100vw !important;
  display: -ms-flexbox;
  display: flex;
  max-width: 1840px;
  margin: 0 auto !important;
  padding: 0 60px;
  -ms-flex-pack: center;
      justify-content: center;
  border-top: 1px solid var(--dark-color);
  top: unset;
  transition: transform 300ms ease-in-out, opacity 500ms ease-in-out, border-top 200ms ease-in-out;
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% - 2px);
  background: var(--grey1-color) !important;
  border-bottom: 2px solid var(--light-color);
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu li {
  width: unset;
  margin-inline: clamp(5px, 1vw, 12px);
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  text-align: center;
  line-height: 1em;
}
@media only screen and (max-width: 1099px) {
  .main_menu .menu > ul > li.dc-products-menu ul.sub-menu li a {
    font-size: clamp(12px, 1.3vw, 16px);
  }
}
.main_menu .menu > ul > li.dc-products-menu:hover ul.sub-menu {
  border-top: 30px solid var(--dark-color);
  transition: transform 300ms ease-in-out, opacity 500ms ease-in-out, border-top 200ms ease-in-out;
}
body.product-range .main_menu .menu > ul > li.dc-products-menu ul.sub-menu {
  -ms-transform: translateY(0);
      transform: translateY(0);
  overflow: visible;
  max-height: 90px !important;
}

/*------------------------------------*\
	MENU - Toggle
\*------------------------------------*/
.toggle-menu-wrap {
  margin-left: 8px;
  z-index: 10000;
}
@media only screen and (min-width: 767px) {
  .toggle-menu-wrap {
    display: none;
  }
}
.toggle-menu-wrap #menu-toggle {
  display: block;
  position: relative;
  padding: 0;
  width: 34px;
  height: 34px;
  z-index: 10000;
  font-size: 20px;
}
@media only screen and (min-width: 767px) {
  .toggle-menu-wrap #menu-toggle {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 2200px) {
  .toggle-menu-wrap #menu-toggle {
    right: unset;
    left: calc(50% + 995px);
  }
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 34px;
  height: 34px;
  padding: 8px 8px;
  color: white;
  background: var(--light-color);
  border-radius: 40px;
}
@media only screen and (min-width: 767px) {
  .toggle-menu-wrap #menu-toggle .full-menu-toggle {
    width: 100px;
    height: 100px;
    padding: 38px 37px;
  }
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle span {
  height: 3px;
  width: 100%;
  background: var(--theme-color);
  transition: all 150ms ease-in-out;
}
body.transparent-header .toggle-menu-wrap #menu-toggle .full-menu-toggle span {
  background: var(--theme-color);
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle:hover {
  background-color: var(--light-color);
}
.toggle-menu-wrap.open-menu open-menu #menu-toggle .full-menu-toggle {
  background: none;
}
.toggle-menu-wrap.open-menu open-menu #menu-toggle .full-menu-toggle span {
  background-color: var(--theme2-color) !important;
}
.toggle-menu-wrap.open-menu open-menu #menu-toggle .full-menu-toggle span:first-child {
  -ms-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg);
}
.toggle-menu-wrap.open-menu open-menu #menu-toggle .full-menu-toggle span:nth-child(2) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.toggle-menu-wrap.open-menu open-menu #menu-toggle .full-menu-toggle span:nth-child(3),
.toggle-menu-wrap.open-menu open-menu #menu-toggle .full-menu-toggle span:last-child {
  opacity: 0;
}
.toggle-menu-wrap .full-menu {
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100svh;
  max-width: 2200px;
  opacity: 0;
  visibility: hidden;
  transition: all 225ms ease-in-out;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 2200px) {
  .toggle-menu-wrap .full-menu {
    left: calc(50% - 1100px);
  }
}
@media only screen and (max-width: 766px) {
  .toggle-menu-wrap .full-menu {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.toggle-menu-wrap .full-menu > .bg {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  background: var(--dark-color);
}
.toggle-menu-wrap .full-menu .left,
.toggle-menu-wrap .full-menu .right {
  position: relative;
  opacity: 0;
  transition: all 500ms ease-in-out;
  transition-delay: 600ms !important;
}
.toggle-menu-wrap .full-menu .left {
  width: 460px;
  min-width: 240px;
  padding: clamp(60px, 10vw, 160px) 0 100px;
}
@media only screen and (min-width: 767px) {
  .toggle-menu-wrap .full-menu .left {
    border-right: 0.5px solid var(--dark-color);
    max-width: 28vw;
    height: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .toggle-menu-wrap .full-menu .left {
    padding: 15px 0;
    width: 100%;
  }
}
.toggle-menu-wrap .full-menu .left .left-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 clamp(15px, 19%, 100px);
  height: 100%;
}
@media only screen and (max-width: 766px) {
  .toggle-menu-wrap .full-menu .left .left-inner {
    padding: 0 clamp(15px, 19%, 45px);
  }
}
@media only screen and (max-width: 766px) {
  .toggle-menu-wrap .full-menu .left .left-inner .contact-details {
    display: none;
  }
}
.toggle-menu-wrap .full-menu .left .left-inner .contact-details .address {
  margin: 18px 0 0;
}
.toggle-menu-wrap .full-menu .left .left-inner svg {
  display: none;
}
.toggle-menu-wrap .full-menu .left svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 766px) {
  .toggle-menu-wrap .full-menu .left svg {
    width: 153px;
  }
}
@media only screen and (max-width: 767px) {
  .toggle-menu-wrap .full-menu .left svg {
    display: none;
  }
}
.toggle-menu-wrap .full-menu .right {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 766px) {
  .toggle-menu-wrap .full-menu .right {
    padding: 70px 30px 30px 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .toggle-menu-wrap .full-menu .right ul#menu-full {
    -ms-flex-order: 2;
        order: 2;
  }
  .toggle-menu-wrap .full-menu .right ul#menu-full:before {
    content: "";
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px !important;
    border-top: 0.5px solid var(--dark-color);
  }
}
.toggle-menu-wrap .full-menu .right .dc-more > a:after {
  content: "+";
  color: var(--theme-color);
  display: inline-block;
  margin-left: 6px;
}
.toggle-menu-wrap .full-menu .right .sub-menu {
  margin: 0 !important;
  padding: 0 !important;
}
.toggle-menu-wrap .full-menu ul,
.toggle-menu-wrap .full-menu ul#menu-footer-1,
.toggle-menu-wrap .full-menu ul#menu-full,
.toggle-menu-wrap .full-menu ul#menu-full-1 {
  position: relative;
  margin-top: 0 !important;
  padding: clamp(70px, 9vw, 187px) 0 100px clamp(30px, 5%, 80px);
}
@media only screen and (max-width: 766px) {
  .toggle-menu-wrap .full-menu ul,
.toggle-menu-wrap .full-menu ul#menu-footer-1,
.toggle-menu-wrap .full-menu ul#menu-full,
.toggle-menu-wrap .full-menu ul#menu-full-1 {
    padding: 0 clamp(15px, 19%, 45px) !important;
  }
}
.toggle-menu-wrap .full-menu ul li,
.toggle-menu-wrap .full-menu ul#menu-footer-1 li,
.toggle-menu-wrap .full-menu ul#menu-full li,
.toggle-menu-wrap .full-menu ul#menu-full-1 li {
  display: block;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  background: transparent;
}
.toggle-menu-wrap .full-menu ul li a,
.toggle-menu-wrap .full-menu ul#menu-footer-1 li a,
.toggle-menu-wrap .full-menu ul#menu-full li a,
.toggle-menu-wrap .full-menu ul#menu-full-1 li a {
  color: var(--light-color);
}
.toggle-menu-wrap .full-menu ul > li,
.toggle-menu-wrap .full-menu ul#menu-footer-1 > li,
.toggle-menu-wrap .full-menu ul#menu-full > li,
.toggle-menu-wrap .full-menu ul#menu-full-1 > li {
  padding-bottom: 0;
  margin-bottom: clamp(20px, 2vw, 30px);
  /*
  > ul {
  	max-width: 520px;
  	padding-right: 30px;
  	margin: 0;

  	position: relative;
  	max-height: 0;
  	overflow: hidden;

  	> li {
  		display: inline-block;
  		padding-bottom: 0;
  		margin-right: 7px;

  		a { 
  			border: .5px solid var(--dark-color);

  			font-size: 14px;
  			white-space: nowrap;

  			display: inline-block;
  			margin-bottom: 10px;
  			padding: 3px 10px;
  		}
  	}
  }
  */
}
.toggle-menu-wrap .full-menu ul > li > a,
.toggle-menu-wrap .full-menu ul#menu-footer-1 > li > a,
.toggle-menu-wrap .full-menu ul#menu-full > li > a,
.toggle-menu-wrap .full-menu ul#menu-full-1 > li > a {
  padding: 12px 40px 12px 0;
  height: 40px;
  z-index: 100;
  background: none;
  font-size: 20px;
  line-height: 1em;
}
.toggle-menu-wrap .full-menu ul > li.menu-item-has-children > a,
.toggle-menu-wrap .full-menu ul#menu-footer-1 > li.menu-item-has-children > a,
.toggle-menu-wrap .full-menu ul#menu-full > li.menu-item-has-children > a,
.toggle-menu-wrap .full-menu ul#menu-full-1 > li.menu-item-has-children > a {
  display: block;
  margin-bottom: 6px !important;
}
.toggle-menu-wrap .full-menu ul > li > ul > li,
.toggle-menu-wrap .full-menu ul#menu-footer-1 > li > ul > li,
.toggle-menu-wrap .full-menu ul#menu-full > li > ul > li,
.toggle-menu-wrap .full-menu ul#menu-full-1 > li > ul > li {
  margin: 0 0 0 20px;
}
.toggle-menu-wrap .full-menu ul > li > ul > li a,
.toggle-menu-wrap .full-menu ul#menu-footer-1 > li > ul > li a,
.toggle-menu-wrap .full-menu ul#menu-full > li > ul > li a,
.toggle-menu-wrap .full-menu ul#menu-full-1 > li > ul > li a {
  display: block;
  font-size: 16px;
  padding: 6px 0;
  height: unset;
}
.toggle-menu-wrap .full-menu ul > li:hover > ul,
.toggle-menu-wrap .full-menu ul#menu-footer-1 > li:hover > ul,
.toggle-menu-wrap .full-menu ul#menu-full > li:hover > ul,
.toggle-menu-wrap .full-menu ul#menu-full-1 > li:hover > ul {
  max-height: 600px;
  padding-top: 25px;
  margin-bottom: -15px;
}
.toggle-menu-wrap .full-menu ul .dc-phone,
.toggle-menu-wrap .full-menu ul .dc-get-in-touch,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-phone,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-get-in-touch,
.toggle-menu-wrap .full-menu ul#menu-full .dc-phone,
.toggle-menu-wrap .full-menu ul#menu-full .dc-get-in-touch,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-phone,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-get-in-touch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-inline: 0;
  margin-bottom: 0;
}
.toggle-menu-wrap .full-menu ul .dc-phone > a,
.toggle-menu-wrap .full-menu ul .dc-get-in-touch > a,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-phone > a,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-get-in-touch > a,
.toggle-menu-wrap .full-menu ul#menu-full .dc-phone > a,
.toggle-menu-wrap .full-menu ul#menu-full .dc-get-in-touch > a,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-phone > a,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-get-in-touch > a {
  background-color: var(--theme-color);
  height: 44px;
  border-radius: 30px;
  color: white;
  line-height: 44px;
  text-transform: uppercase;
  padding-inline: 15px;
}
@media only screen and (min-width: 1290px) {
  .toggle-menu-wrap .full-menu ul .dc-phone > a,
.toggle-menu-wrap .full-menu ul .dc-get-in-touch > a,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-phone > a,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-get-in-touch > a,
.toggle-menu-wrap .full-menu ul#menu-full .dc-phone > a,
.toggle-menu-wrap .full-menu ul#menu-full .dc-get-in-touch > a,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-phone > a,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-get-in-touch > a {
    padding-inline: 20px;
  }
}
.toggle-menu-wrap .full-menu ul .dc-phone > a:after,
.toggle-menu-wrap .full-menu ul .dc-get-in-touch > a:after,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-phone > a:after,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-get-in-touch > a:after,
.toggle-menu-wrap .full-menu ul#menu-full .dc-phone > a:after,
.toggle-menu-wrap .full-menu ul#menu-full .dc-get-in-touch > a:after,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-phone > a:after,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-get-in-touch > a:after {
  width: 0 !important;
}
.toggle-menu-wrap .full-menu ul .dc-phone > a:hover,
.toggle-menu-wrap .full-menu ul .dc-get-in-touch > a:hover,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-phone > a:hover,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-get-in-touch > a:hover,
.toggle-menu-wrap .full-menu ul#menu-full .dc-phone > a:hover,
.toggle-menu-wrap .full-menu ul#menu-full .dc-get-in-touch > a:hover,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-phone > a:hover,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-get-in-touch > a:hover {
  background-color: var(--theme2-color);
}
.toggle-menu-wrap .full-menu ul .dc-phone,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-phone,
.toggle-menu-wrap .full-menu ul#menu-full .dc-phone,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-phone {
  padding-right: 8px;
  margin-top: 50px;
}
@media only screen and (min-width: 1290px) {
  .toggle-menu-wrap .full-menu ul .dc-phone,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-phone,
.toggle-menu-wrap .full-menu ul#menu-full .dc-phone,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-phone {
    padding-right: 10px;
  }
}
.toggle-menu-wrap .full-menu ul .dc-phone > a,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-phone > a,
.toggle-menu-wrap .full-menu ul#menu-full .dc-phone > a,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-phone > a {
  display: block;
  width: 44px;
  height: 44px;
  padding-inline: 0;
  font-size: 0;
  background-color: var(--theme-color);
  border-radius: 30px;
  color: #fff;
  line-height: 44px;
  text-transform: uppercase;
  background-image: url(../img/phone-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.toggle-menu-wrap .full-menu ul .dc-get-in-touch,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-get-in-touch,
.toggle-menu-wrap .full-menu ul#menu-full .dc-get-in-touch,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-get-in-touch {
  position: absolute;
  bottom: 0;
  left: 100px;
}
.toggle-menu-wrap .full-menu ul .dc-get-in-touch a,
.toggle-menu-wrap .full-menu ul#menu-footer-1 .dc-get-in-touch a,
.toggle-menu-wrap .full-menu ul#menu-full .dc-get-in-touch a,
.toggle-menu-wrap .full-menu ul#menu-full-1 .dc-get-in-touch a {
  padding-block: 0 !important;
  font-size: clamp(1rem, 0.9255rem + 0.2128vw, 1.125rem);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  padding-inline: 20px;
}
.toggle-menu-wrap.open-menu .full-menu {
  opacity: 1;
  visibility: visible;
}
.toggle-menu-wrap.open-menu .full-menu .left,
.toggle-menu-wrap.open-menu .full-menu .right {
  opacity: 1;
}

/*------------------------------------*\
	MENU - Mobile
\*------------------------------------*/
@media only screen and (max-width: 766px) {
  .main_menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
  }
}
@media only screen and (max-width: 766px) and (max-width: 767px) {
  .main_menu {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 766px) {
  .main_menu:before {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .main_menu .menu {
    position: fixed;
    top: -100vh;
    right: 0;
    height: 100svh;
    width: 100vw;
    max-width: 100vw;
    -ms-flex-align: inherit;
        align-items: inherit;
    z-index: 99;
    overflow: hidden;
    opacity: 0;
    background: var(--dark-color);
    transition: all 350ms ease-in-out;
  }
  .main_menu .menu.active {
    padding-top: 70px;
    top: 0;
    opacity: 1;
  }
  .main_menu .menu .description {
    display: none !important;
  }
  .main_menu .menu > ul {
    padding: 10px 15px !important;
    margin-top: 0 !important;
    background: var(--dark-color);
  }
  .main_menu .menu > ul > li {
    padding-bottom: 0;
  }
  .main_menu .menu > ul > li > a {
    padding: 12px 40px 12px 0;
    height: 40px;
    z-index: 100;
    background: none;
  }
  .main_menu .menu > ul > li.mobile-visible {
    display: block;
  }
  .main_menu .menu > ul > li.mobile-visible:nth-last-child(3) {
    margin-top: 13px;
  }
  .main_menu .menu > ul > li.mobile-visible:after {
    display: none;
  }
  .main_menu .menu > ul > li.mobile-visible > a {
    letter-spacing: 0.08em;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 40px 10px 0;
  }
  .main_menu .menu > ul > li.btn {
    margin: 0 -20px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .main_menu .menu > ul > li.btn a {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px 10px 20px;
    color: var(--dark-color) !important;
    font-size: 22px;
    font-weight: 600;
  }
  .main_menu .menu > ul > li.phone {
    display: none;
  }
  .main_menu .menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .main_menu .menu ul li {
    text-align: center;
    display: block;
    margin: 0;
    background: transparent;
  }
  .main_menu .menu ul li a {
    font-size: 45px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.2em;
    text-transform: none;
    height: auto;
    margin: 0;
    padding: 15px 40px 15px 0;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    white-space: nowrap;
    color: white !important;
  }
  .main_menu .menu ul li a:after {
    display: none;
  }
  .main_menu .menu ul li a:hover {
    color: var(--theme-color) !important;
  }
  .main_menu .menu ul li.current-menu-item > a, .main_menu .menu ul li.current-menu-parent > a, .main_menu .menu ul li.current_page_parent > a, .main_menu .menu ul li:hover > a {
    background: none;
    color: white !important;
  }
  .main_menu .menu ul ul.sub-menu {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 200ms ease-in-out;
  }
  .main_menu .menu ul ul.sub-menu li {
    margin-top: 2px;
  }
  .main_menu .menu ul ul.sub-menu li a {
    color: var(--theme-color) !important;
    font-size: 30px;
    font-weight: 400;
    padding: 9px 0;
  }
  .main_menu .menu ul ul.sub-menu li a .open-sub-menu {
    height: 16px;
    margin-top: -14px;
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul {
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul li a {
    font-size: 24px;
    background: none !important;
  }
  .main_menu .menu ul ul.sub-menu li ul li a .open-sub-menu {
    height: 16px;
  }
  .main_menu .menu ul ul.sub-menu.active {
    margin: 4px 0 0;
    padding-bottom: 20px;
    max-height: 1000px;
    overflow: visible;
    visibility: visible;
  }
}
@media only screen and (max-width: 766px) {
  #header_main:nth-child(2) .main_menu .menu.active {
    padding-top: 100px;
  }
}
/*------------------------------------*\
	MENU - OPEN SUB MENU
\*------------------------------------*/
.main_menu .menu .open-sub-menu {
  position: absolute;
  top: 30px;
  right: 4px;
  width: 30px;
  height: 34px;
  margin-top: 0;
  margin-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  cursor: pointer;
  z-index: 1000;
}
.main_menu .menu .open-sub-menu.down:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
/*------------------------------------*\
  HEADER - MENU MEGA
\*------------------------------------*/
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li .mega-menu-children {
  position: absolute;
  left: -20px;
  background: var(--grey1-color) !important;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  width: clamp(150px, 60vw, 1000px);
  top: calc(100% - 2px);
  /* top: 100%; */
  width: clamp(200px, 15vw, 280px);
  box-shadow: 0 6px 8px -3px rgba(1, 1, 1, 0.2);
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li .mega-menu-children:before {
  content: "";
  position: absolute;
  top: -2px;
  left: calc(50% - 70vw);
  height: 100%;
  width: 140vw;
  background: var(--grey1-color) !important;
  border-top: 2px solid var(--theme-color);
  left: 0;
  width: clamp(200px, 15vw, 280px);
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li .mega-menu-children a {
  font-size: clamp(12px, 1.1vw, 14px);
  text-align: left;
  padding-inline: 0;
  height: unset;
  line-height: 1.3em;
  padding-block: 9px;
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li .mega-menu-children > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-block: 20px;
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li .mega-menu-children > ul li:has(.children) > a {
  font-weight: 600;
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li .mega-menu-children > ul > li {
  margin: 0;
  padding: 0 20px;
  margin-bottom: 10px;
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li .mega-menu-children > ul > li > a {
  /* min-height: 50px; */
  -ms-flex-align: start;
      align-items: flex-start;
  font-weight: 600;
  padding-block: 5px;
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li .mega-menu-children > ul > li .children {
  display: none;
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li .mega-menu-children > ul > li .children li:has(.children):not(:first-child) {
  margin-top: 16px;
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li .mega-menu-children > ul > li .children li:has(.children) > a {
  font-weight: 600;
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li .mega-menu-children > ul > li .children li a {
  padding-block: 4px;
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li .mega-menu-children > ul > li .children li a:before {
  content: "-";
  display: inline-block;
  padding-right: 6px;
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li:hover > a {
  color: var(--theme-color);
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li:hover .mega-menu-children {
  opacity: 1;
  visibility: visible;
  border-top: 2px solid var(--theme-color);
}
.main_menu .menu > ul > li.dc-products-menu ul.sub-menu > li:hover .mega-menu-children > li {
  padding-block: 10px;
}

/* GLOBAL APP - FOOTER */
/*------------------------------------*\
  FOOTER - SITE WIDE
\*------------------------------------*/
.footer {
  background-color: var(--dark-color);
}
.footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
  padding-inline: 15px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
    padding-inline: 60px;
  }
}
.footer .footer-top-inner,
.footer .footer-bottom-inner {
  width: 100%;
  max-width: 1840px;
  margin: 0 auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner,
.footer .footer-bottom-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .footer-top-inner {
  position: relative;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner {
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-inline: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .footer .footer-top-inner {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
.footer .footer-top-inner .footer-widget {
  padding-top: clamp(30px, 3vw, 60px);
}
.footer .footer-top-inner .footer-widget img {
  width: 250px;
  max-width: 20vw;
  padding-right: 8%;
}
.footer .footer-top-inner .footer-widget ul {
  list-style: none;
  margin-block: 0;
}
.footer .footer-top-inner .footer-widget ul li {
  margin-left: 0;
  padding: 0 0 7px;
}
.footer .footer-top-inner .footer-widget h2.widgettitle,
.footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget a:not(.dc-btn) {
  color: var(--light-color);
  font-weight: 600;
}
.footer .footer-top-inner .footer-widget p strong {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget .mobile-visible {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .mobile-hide {
    display: none;
  }
}
.footer .footer-top-inner .footer-widget a:not(.dc-btn):hover {
  color: var(--theme-color);
}
.footer .footer-bottom-inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 60px !important;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid var(--light-color);
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner {
    padding-bottom: 40px;
    padding-inline: 20px;
  }
}
.footer .footer-bottom-inner .left {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  position: relative;
  z-index: 1;
}
.footer .footer-bottom-inner .left p {
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-bottom-inner .left p span {
  display: inline-block;
  padding-right: 20px;
}
.footer .footer-bottom-inner .left p a {
  display: inline-block;
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .left {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 16px;
    position: relative;
  }
  .footer .footer-bottom-inner .left p span {
    margin-bottom: 17px;
  }
}
.footer .footer-bottom-inner .right {
  padding-left: 40px;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-bottom-inner .right a {
  margin-left: 15px;
}
.footer .footer-bottom-inner a:not(.dc-btn),
.footer .footer-bottom-inner p,
.footer .footer-bottom-inner span {
  color: var(--light-color);
  font-size: 16px;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .footer .footer-bottom-inner a:not(.dc-btn),
.footer .footer-bottom-inner p,
.footer .footer-bottom-inner span {
    font-size: 14px;
  }
}
.footer .footer-bottom-inner a:not(.dc-btn):hover {
  color: var(--theme-color);
  text-decoration: underline;
}
.footer .footer-bottom-inner p {
  margin: 0;
}
.footer .footer-bottom-inner .dc_social_icons .social_icons {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.footer .footer-bottom-inner .dc_social_icons .social_icons li {
  margin: 0;
  padding: 0;
}
.footer .footer-bottom-inner .dc_social_icons .social_icons li a {
  color: var(--light-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: clamp(14px, 1.2vw, 22px);
  margin-right: clamp(4px, 0.3vw, 10px);
}
.footer .footer-bottom-inner .dc_social_icons .social_icons li a:hover {
  background: var(--theme-color);
}

/*------------------------------------*\
	FOOTER - CTA
\*------------------------------------*/
.bottom-sidebar,
.dc-cta {
  position: relative;
  width: 100%;
  max-width: 1840px;
  margin: 0 auto !important;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bottom-sidebar > .inner,
.dc-cta > .inner {
  width: 100%;
  background: var(--grey2-color);
  border-radius: 6px;
  padding: clamp(30px, 4vw, 70px) clamp(25px, 3.5vw, 60px) clamp(25px, 3.5vw, 60px);
  margin-bottom: clamp(25px, 3.5vw, 60px);
}
.bottom-sidebar > .inner .loyalty-sidebar,
.bottom-sidebar > .inner > .section_intro,
.dc-cta > .inner .loyalty-sidebar,
.dc-cta > .inner > .section_intro {
  max-width: 760px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.bottom-sidebar > .inner h2.title,
.dc-cta > .inner h2.title {
  font-weight: 500;
}
.bottom-sidebar > .inner .button-wrapper,
.dc-cta > .inner .button-wrapper {
  margin-top: clamp(15px, 2vw, 30px);
}
.bottom-sidebar > .inner .dc-btn,
.dc-cta > .inner .dc-btn {
  min-width: 236px;
}

/* SLICK SLIDER */
/*------------------------------------*\
  SLICK DOTS
\*------------------------------------*/
.slick-dots {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: clamp(20px, 6vw, 35px);
  margin-left: 0;
  margin: 40px 0 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .slick-dots {
    margin-left: 60px;
  }
}
.slick-dots li {
  display: inline;
  margin: 0 10px 0 0;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 10px 0;
  border: 0 none;
  font-size: 0;
  background: transparent;
}
.slick-dots li button:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 30px;
  border: 1px solid var(--light-color);
  background: transparent;
}
.slick-dots li.slick-active button:after,
.slick-dots li button:hover:after {
  background-color: var(--theme2-color);
  border: 1px solid var(--theme2-color);
}

/*------------------------------------*\
	SLICK ARROWS
\*------------------------------------*/
button.slick-arrow {
  position: absolute;
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
  font-size: 0;
  background: var(--light-color);
  border: 0;
  transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (min-width: 1200px) {
  button.slick-arrow {
    top: calc(50% - 26px);
    width: 52px;
    height: 52px;
  }
}
button.slick-arrow:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  background: url("../img/arrow-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
button.slick-arrow.slick-prev {
  left: 0;
}
button.slick-arrow.slick-prev:after {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
button.slick-arrow.slick-next {
  right: 0;
}
button.slick-arrow.slick-next:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
button.slick-arrow:hover {
  width: 100px;
}
button.slick-arrow:hover:after {
  filter: brightness(0%) invert(100%) sepia(0%) saturate(0%) hue-rotate(225deg) brightness(106%) contrast(101%);
}

.carousel-active {
  display: block !important;
}

/* TITLEBOX */
/*------------------------------------*\
  TITLE BOX 
\*------------------------------------*/
:root {
  --animation-distance: 160vw;
}

.hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  margin-inline: auto;
}
.hero > .hero__inner {
  width: 100%;
}

.hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  background: var(--grey1-color);
}
.hero__bg > img {
  object-fit: cover;
  width: 100%;
  display: none;
}
.hero__bg > img.desktop-image {
  display: none;
}
.hero__bg > img.mobile-image {
  display: block;
}
@media only screen and (min-width: 768px) {
  .hero__bg > img.desktop-image {
    display: block;
  }
  .hero__bg > img.mobile-image {
    display: none;
  }
}

.hero:not(.video) > .hero__inner.overlay .hero__bg:after,
.hero > .hero__inner.overlay .video-wrapper:after,
.home .dc-titlebox:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.32);
}

.hero > .hero__inner .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1840px;
  z-index: 2;
  margin-inline: auto;
  padding: clamp(20px, 3vw, 40px) 15px;
}
@media only screen and (min-width: 768px) {
  .hero > .hero__inner .content {
    padding: clamp(20px, 3vw, 40px) 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero > .hero__inner .content {
    padding: clamp(20px, 3vw, 40px) 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero > .hero__inner .content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.hero > .hero__inner .content h1,
.hero > .hero__inner .content > span {
  color: var(--dark-color);
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 540px;
  margin-bottom: 8px !important;
  margin-top: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .hero > .hero__inner .content h1,
.hero > .hero__inner .content > span {
    margin-bottom: 16px !important;
    width: 1050px;
    max-width: 68vw;
  }
}
.hero > .hero__inner .content h1:last-child,
.hero > .hero__inner .content > span:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .hero > .hero__inner .content h1 br,
.hero > .hero__inner .content > span br {
    display: none;
  }
}

.hero.center .hero__inner {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

.hero .slick-dots,
.dc-titlebox .slick-dots {
  display: none;
}
.hero .content form.search,
.dc-titlebox .content form.search {
  position: relative;
  width: 425px;
  max-width: 100%;
}
.hero .content form.search input[type=search],
.dc-titlebox .content form.search input[type=search] {
  border-radius: 40px;
  background: var(--theme-color);
  line-height: 48px;
  height: 48px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: button;
  border: 0 none;
  color: var(--light-color);
  padding-inline: 30px 80px;
}
.hero .content form.search input[type=search]::-webkit-input-placeholder,
.dc-titlebox .content form.search input[type=search]::-webkit-input-placeholder {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  transition: all 250ms ease-in-out;
}
.hero .content form.search input[type=search]:-moz-placeholder,
.dc-titlebox .content form.search input[type=search]:-moz-placeholder {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  transition: all 250ms ease-in-out;
}
.hero .content form.search input[type=search]::-moz-placeholder,
.dc-titlebox .content form.search input[type=search]::-moz-placeholder {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  transition: all 250ms ease-in-out;
}
.hero .content form.search input[type=search]:-ms-input-placeholder,
.dc-titlebox .content form.search input[type=search]:-ms-input-placeholder {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  transition: all 250ms ease-in-out;
}
.hero .content form.search input[type=search]:focus::-webkit-input-placeholder,
.dc-titlebox .content form.search input[type=search]:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.hero .content form.search input[type=search]:focus:-moz-placeholder,
.dc-titlebox .content form.search input[type=search]:focus:-moz-placeholder {
  opacity: 0.5;
}
.hero .content form.search input[type=search]:focus::-moz-placeholder,
.dc-titlebox .content form.search input[type=search]:focus::-moz-placeholder {
  opacity: 0.5;
}
.hero .content form.search input[type=search]:focus:-ms-input-placeholder,
.dc-titlebox .content form.search input[type=search]:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.hero .content form.search:after,
.dc-titlebox .content form.search:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 6px;
  height: calc(100% - 12px);
  aspect-ratio: 1/1;
  background: url(../img/search-icon.svg);
  background-size: contain;
}
.hero .dc-link, .hero .section.dc-intro-block > .inner .item .text li, .section.dc-intro-block > .inner .item .text .hero li,
.hero .section.dc-intro-block > .inner .item .text li a,
.section.dc-intro-block > .inner .item .text li .hero a, .hero .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li, .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list .hero li,
.hero .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li .hero a, .hero .section.dc-highlight_boxes > .inner .item .text li, .section.dc-highlight_boxes > .inner .item .text .hero li,
.hero .section.dc-highlight_boxes > .inner .item .text li a,
.section.dc-highlight_boxes > .inner .item .text li .hero a,
.dc-titlebox .dc-link,
.dc-titlebox .section.dc-intro-block > .inner .item .text li,
.section.dc-intro-block > .inner .item .text .dc-titlebox li,
.dc-titlebox .section.dc-intro-block > .inner .item .text li a,
.section.dc-intro-block > .inner .item .text li .dc-titlebox a,
.dc-titlebox .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list .dc-titlebox li,
.dc-titlebox .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li .dc-titlebox a,
.dc-titlebox .section.dc-highlight_boxes > .inner .item .text li,
.section.dc-highlight_boxes > .inner .item .text .dc-titlebox li,
.dc-titlebox .section.dc-highlight_boxes > .inner .item .text li a,
.section.dc-highlight_boxes > .inner .item .text li .dc-titlebox a {
  color: var(--light-color);
  margin-top: 30px;
  font-weight: 600;
}
.hero .dc-link:hover, .hero .section.dc-intro-block > .inner .item .text li:hover, .section.dc-intro-block > .inner .item .text .hero li:hover,
.hero .section.dc-intro-block > .inner .item .text li a:hover,
.section.dc-intro-block > .inner .item .text li .hero a:hover, .hero .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li:hover, .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list .hero li:hover,
.hero .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a:hover,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li .hero a:hover, .hero .section.dc-highlight_boxes > .inner .item .text li:hover, .section.dc-highlight_boxes > .inner .item .text .hero li:hover,
.hero .section.dc-highlight_boxes > .inner .item .text li a:hover,
.section.dc-highlight_boxes > .inner .item .text li .hero a:hover,
.dc-titlebox .dc-link:hover,
.dc-titlebox .section.dc-intro-block > .inner .item .text li:hover,
.section.dc-intro-block > .inner .item .text .dc-titlebox li:hover,
.dc-titlebox .section.dc-intro-block > .inner .item .text li a:hover,
.section.dc-intro-block > .inner .item .text li .dc-titlebox a:hover,
.dc-titlebox .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li:hover,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list .dc-titlebox li:hover,
.dc-titlebox .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a:hover,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li .dc-titlebox a:hover,
.dc-titlebox .section.dc-highlight_boxes > .inner .item .text li:hover,
.section.dc-highlight_boxes > .inner .item .text .dc-titlebox li:hover,
.dc-titlebox .section.dc-highlight_boxes > .inner .item .text li a:hover,
.section.dc-highlight_boxes > .inner .item .text li .dc-titlebox a:hover {
  color: var(--theme-color);
}

.hero__s {
  overflow: visible !important;
}
.hero__s > .hero__inner {
  min-height: clamp(90px, 12vw, 163px);
}
@media only screen and (min-width: 768px) {
  .woocommerce .hero__s > .hero__inner {
    min-height: calc(clamp(90px, 12vw, 163px) + 60px);
  }
}

.title_tall > .inner {
  min-height: clamp(540px, 68vw, 650px);
}

.hero__f > .hero__inner {
  min-height: clamp(540px, 68vw, 100svh);
  max-height: 1080px;
}

.scrolldown {
  display: none;
}

.home:not(.sticky-nav) #header_main {
  background: rgba(22, 20, 19, 0.3);
}
.home:not(.sticky-nav) #header_main:hover {
  background: var(--dark-color);
}
.home .dc-titlebox + script + .hero {
  display: none;
}
.home .page_container {
  padding-top: 0 !important;
}
.home .hero__s > .inner {
  min-height: clamp(540px, 68vw, 780px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.home .hero__s > .inner .multipleSliders {
  width: 100%;
}
.home .dc-titlebox.title_style_2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home .dc-titlebox.title_style_2 > .inner {
  position: relative;
  z-index: 10;
  padding-top: clamp(130px, 12vw, 210px);
}
.home .dc-titlebox.title_style_2 .item {
  margin: auto;
  width: 1840px !important;
  max-width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-inline: 125px;
  float: none;
}
@media only screen and (max-width: 767px) {
  .home .dc-titlebox.title_style_2 .item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.home .dc-titlebox.title_style_2 .item h1 {
  color: var(--light-color);
  font-weight: 500;
}
.home .dc-titlebox.title_style_2 .video-wrapper {
  width: 615px;
  border-radius: 15px;
  border: 2px solid var(--light-color);
  overflow: hidden;
  aspect-ratio: 615/330;
  max-width: calc(100vw - 30px);
  margin-block: 30px;
}
@media only screen and (min-width: 768px) {
  .home .dc-titlebox.title_style_2 .video-wrapper {
    max-width: 40vw;
    margin-left: 30px;
    border-radius: 15px;
  }
}
.hero.video .hero__bg {
  -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
}
.hero.video .hero__bg > img {
  object-position: center top;
}
.hero.video .video-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .hero.video .video-wrapper {
    height: clamp(600px, 60svh, 60svh);
  }
}
.hero.video .video-wrapper iframe {
  aspect-ratio: 1920/1080;
  min-height: 100%;
  min-width: 100%;
}
.hero.video .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero.image_slider .items,
.hero.image_slider .slick-list,
.hero.image_slider .slick-track {
  height: 100%;
}
.hero.image_slider .item {
  position: relative;
}

body.about-us .hero,
body.about-us .titlebox {
  display: none;
}
body.about-us .hero + script + .dc-intro-block,
body.about-us .titlebox + script + .dc-intro-block {
  margin-bottom: 60px;
  background: var(--grey2-color);
}

.hero + script + section,
.dc-titlebox + script + section {
  padding-top: clamp(30px, 4vw, 60px) !important;
}

/* BLOCKS GLOBAL STUFF */
/*------------------------------------*\
	PRELOADER
\*------------------------------------*/
.hero-image-start {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000001;
  width: 100%;
  height: 100%;
  background-color: var(--light-color);
  opacity: 1;
  visibility: visible;
}

.preloader__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  overflow: visible;
  line-height: 1;
  z-index: 3;
  color: white;
  text-align: center;
}

.preloader__text span {
  display: block;
  opacity: 0;
  -ms-transform: scale(10);
      transform: scale(10);
}

.dc-progress {
  color: var(--light-color);
  margin-inline: auto;
  width: 100px;
  height: 50px;
  text-align: center;
  position: absolute;
  left: calc(50% - 60px);
  top: 50%;
  display: none;
}

.dc-progress-circle svg {
  border: 1px solid;
  height: 90vh;
}
.dc-progress-circle #clockface {
  fill: silver;
}
.dc-progress-circle #spent {
  fill: none;
  stroke: #6683c2;
  stroke-width: 38px;
  stroke-dasharray: 119.397px;
  stroke-dashoffset: 119.397px;
  animation: dash 5s linear infinite;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

/*------------------------------------*\
	ARTICLE SECTION 
\*------------------------------------*/
.section.dc-section, .section.error-404, .section.dc-news-grid, .woocommerce .section.single-product-content, .section.single-product-content, .section.dc-tabs, .section.dc-testimonials, .section.dc-text-block, .section.dc-image-text, .section.dc-cards-section, .section.dc-intro-block, .section.dc-highlight_boxes, .section.dc-accordion {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.dc-section > .inner, .section.error-404 > .inner, .section.dc-news-grid > .inner, .woocommerce .section.single-product-content > .inner, .section.single-product-content > .inner, .section.dc-tabs > .inner, .section.dc-testimonials > .inner, .section.dc-text-block > .inner, .section.dc-image-text > .inner, .section.dc-cards-section > .inner, .section.dc-intro-block > .inner, .section.dc-highlight_boxes > .inner, .section.dc-accordion > .inner {
  width: 100%;
  max-width: 1840px;
  margin: 0 auto !important;
  z-index: 1;
}
.section.dc-section.fullwidth > .inner, .section.fullwidth.error-404 > .inner, .section.fullwidth.dc-news-grid > .inner, .woocommerce .section.fullwidth.single-product-content > .inner, .section.fullwidth.single-product-content > .inner, .section.fullwidth.dc-tabs > .inner, .section.fullwidth.dc-testimonials > .inner, .section.fullwidth.dc-text-block > .inner, .section.fullwidth.dc-image-text > .inner, .section.fullwidth.dc-cards-section > .inner, .section.fullwidth.dc-intro-block > .inner, .section.fullwidth.dc-highlight_boxes > .inner, .section.fullwidth.dc-accordion > .inner, .section.dc-section.full_width > .inner, .section.full_width.error-404 > .inner, .section.full_width.dc-news-grid > .inner, .woocommerce .section.full_width.single-product-content > .inner, .section.full_width.single-product-content > .inner, .section.full_width.dc-tabs > .inner, .section.full_width.dc-testimonials > .inner, .section.full_width.dc-text-block > .inner, .section.full_width.dc-image-text > .inner, .section.full_width.dc-cards-section > .inner, .section.full_width.dc-intro-block > .inner, .section.full_width.dc-highlight_boxes > .inner, .section.full_width.dc-accordion > .inner {
  max-width: 100%;
  padding-inline: 0 !important;
}

.section.dc-vert-default, .section.dc-news-grid, .section.dc-image-text {
  padding-block: 35px;
}
@media only screen and (min-width: 768px) {
  .section.dc-vert-default, .section.dc-news-grid, .section.dc-image-text {
    padding-block: 90px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-vert-default, .section.dc-news-grid, .section.dc-image-text {
    padding-block: 120px;
  }
}

.section.dc-vert-200, .section.dc-intro-block.style_2, .section.dc-highlight_boxes, .section.dc-accordion {
  padding-block: clamp(60px, 12vw, 200px);
}

.section.dc-vert-180, .section.single-product-content {
  padding-block: clamp(50px, 10.5vw, 180px);
}

.section.dc-vert-140, .section.error-404 {
  padding-block: clamp(40px, 8vw, 140px);
}

.section.dc-vert-120, .section.dc-text-block {
  padding-block: clamp(30px, 7vw, 120px);
}

.section.dc-vert-100, .section.dc-testimonials, .section.dc-cards-section, .section.dc-intro-block.style_4 {
  padding-block: clamp(30px, 6vw, 100px);
}

.section.dc-vert-80 {
  padding-block: clamp(30px, 5vw, 80px);
}

.section.dc-vert-60, .section.dc-tabs, body.about-us .hero + script + .section.dc-intro-block,
body.about-us .titlebox + script + .section.dc-intro-block {
  padding-block: clamp(20px, 4vw, 60px);
}

.section.dc-vert-50 {
  padding-block: clamp(20px, 3vw, 50px);
}

body.search-results .search-content,
body.search-no-results .search-content, article.page > .woocommerce, .single-product .related-products-wrapper, .shop-grid, article.page > section.dc-product-categories-grid,
article.page > section.dc-custom-breadcrumb, .category-list, .bottom-sidebar,
.dc-cta, .home .dc-titlebox.title_style_2 .item, .section.dc-section > .inner, .section.error-404 > .inner, .section.dc-news-grid > .inner, .woocommerce .section.single-product-content > .inner, .section.single-product-content > .inner, .section.dc-tabs > .inner, .section.dc-testimonials > .inner, .section.dc-text-block > .inner, .section.dc-image-text > .inner, .section.dc-cards-section > .inner, .section.dc-intro-block > .inner, .section.dc-highlight_boxes > .inner, .section.dc-accordion > .inner {
  padding-inline: 15px;
}
@media only screen and (min-width: 768px) {
  body.search-results .search-content,
body.search-no-results .search-content, article.page > .woocommerce, .single-product .related-products-wrapper, .shop-grid, article.page > section.dc-product-categories-grid,
article.page > section.dc-custom-breadcrumb, .category-list, .bottom-sidebar,
.dc-cta, .home .dc-titlebox.title_style_2 .item, .section.dc-section > .inner, .section.error-404 > .inner, .section.dc-news-grid > .inner, .woocommerce .section.single-product-content > .inner, .section.single-product-content > .inner, .section.dc-tabs > .inner, .section.dc-testimonials > .inner, .section.dc-text-block > .inner, .section.dc-image-text > .inner, .section.dc-cards-section > .inner, .section.dc-intro-block > .inner, .section.dc-highlight_boxes > .inner, .section.dc-accordion > .inner {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  body.search-results .search-content,
body.search-no-results .search-content, article.page > .woocommerce, .single-product .related-products-wrapper, .shop-grid, article.page > section.dc-product-categories-grid,
article.page > section.dc-custom-breadcrumb, .category-list, .bottom-sidebar,
.dc-cta, .home .dc-titlebox.title_style_2 .item, .section.dc-section > .inner, .section.error-404 > .inner, .section.dc-news-grid > .inner, .woocommerce .section.single-product-content > .inner, .section.single-product-content > .inner, .section.dc-tabs > .inner, .section.dc-testimonials > .inner, .section.dc-text-block > .inner, .section.dc-image-text > .inner, .section.dc-cards-section > .inner, .section.dc-intro-block > .inner, .section.dc-highlight_boxes > .inner, .section.dc-accordion > .inner {
    padding-inline: 60px;
  }
}

.d_p_top {
  padding-top: 0 !important;
}

.d_p_bottom {
  padding-bottom: 0 !important;
}

.bg_white + .bg_white,
.bg_white + script + .bg_white {
  padding-top: 0 !important;
}

.section.bg_white {
  background: var(--light-color);
}
.section.bg_grey {
  background: var(--grey2-color);
}

.section:not(.dc-cta) > .inner > .section_intro:last-child,
.section:not(.dc-cta) .item > .section_intro:last-child {
  margin-bottom: 0 !important;
}
.section:not(.dc-cta) > .inner > .section_intro > .description p:last-child,
.section:not(.dc-cta) .item > .section_intro > .description p:last-child {
  margin: 0;
}
.section:not(.dc-cta) > .inner > .section_intro:not(.center),
.section:not(.dc-cta) .item > .section_intro:not(.center) {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section:not(.dc-cta) > .inner > .section_intro:not(.center),
.section:not(.dc-cta) .item > .section_intro:not(.center) {
    margin-bottom: 40px;
    padding-right: 140px;
  }
}
.section:not(.dc-cta) > .inner > .section_intro:not(.center) .title,
.section:not(.dc-cta) .item > .section_intro:not(.center) .title {
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .section:not(.dc-cta) > .inner > .section_intro:not(.center) .title,
.section:not(.dc-cta) .item > .section_intro:not(.center) .title {
    margin-bottom: 12px;
  }
}
.section:not(.dc-cta) > .inner > .section_intro:not(.center) > .button-wrapper,
.section:not(.dc-cta) .item > .section_intro:not(.center) > .button-wrapper {
  position: relative;
  margin-top: 23px;
}
.section:not(.dc-cta) > .inner > .section_intro.center,
.section:not(.dc-cta) .item > .section_intro.center {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  margin-bottom: clamp(22px, 2.5vw, 45px) !important;
  padding-right: 0 !important;
  padding-top: 0;
  text-align: center;
}
.section:not(.dc-cta) > .inner > .section_intro.center h2,
.section:not(.dc-cta) .item > .section_intro.center h2 {
  color: var(--theme-color);
  font-weight: 700;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: clamp(30px, 4vw, 70px) !important;
}
.section:not(.dc-cta) > .inner > .section_intro.center > .button-wrapper,
.section:not(.dc-cta) .item > .section_intro.center > .button-wrapper {
  position: relative;
  right: unset;
  bottom: unset;
  margin-top: 35px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .section:not(.dc-cta) > .inner > .section_intro.center > .button-wrapper,
.section:not(.dc-cta) .item > .section_intro.center > .button-wrapper {
    margin-top: 40px;
  }
}
.section > .inner > .button-wrapper {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .button-wrapper {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.section > .inner > .button-wrapper a:nth-child(2) {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper a:nth-child(2) {
    margin: 20px 0 0 0;
  }
}

.hero .show-text h1,
.hero .show-text h1 .lines-inner > div,
.hero .show-text h3,
.hero .show-text h3 .lines-inner > div,
.hero .show-text .content > span {
  opacity: 1;
}

/* Basic image styling within content */
.entry-content img {
  margin: 0 0 1.5em 0; /* Example margin */
  height: auto;
  max-width: 100%;
}

/* Alignment classes */
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  /* float: left; */
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  /* clear: both; */
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; /* Clears floats from preceding elements */
}

.alignnone, img.alignnone {
  /* No specific float or margin applied by default for alignment */
}

/* Caption styling */
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; /* Example padding */
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px; /* Example font size */
  margin: 0;
}

p:has(+ .alignright) {
  clear: both;
}

/*------------------------------------*\
	ARTICLE SECTION COLS 
\*------------------------------------*/
.section > .inner.dc_cols > .section_content .item, .section.error-404 > .inner > .section_content .item, .section.single-product-content > .inner > .section_content .item, .section.dc-image-text > .inner > .section_content .item {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section > .inner.dc_cols > .section_content .item, .section.error-404 > .inner > .section_content .item, .section.single-product-content > .inner > .section_content .item, .section.dc-image-text > .inner > .section_content .item {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
}
.section > .inner.dc_cols > .section_content .item > .left, .section.error-404 > .inner > .section_content .item > .left, .section.single-product-content > .inner > .section_content .item > .left, .section.dc-image-text > .inner > .section_content .item > .left,
.section > .inner.dc_cols > .section_content .item > .right,
.section.error-404 > .inner > .section_content .item > .right,
.section.single-product-content > .inner > .section_content .item > .right,
.section.dc-image-text > .inner > .section_content .item > .right {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section > .inner.dc_cols > .section_content .item, .section.error-404 > .inner > .section_content .item, .section.single-product-content > .inner > .section_content .item, .section.dc-image-text > .inner > .section_content .item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .section > .inner.dc_cols.image_right .section_content .item, .section.error-404 > .inner.image_right .section_content .item, .section.single-product-content > .inner.image_right .section_content .item, .section.dc-image-text > .inner.image_right .section_content .item,
.section > .inner.dc_cols > .section_content .item.image_right,
.section.error-404 > .inner > .section_content .item.image_right,
.section.single-product-content > .inner > .section_content .item.image_right,
.section.dc-image-text > .inner > .section_content .item.image_right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
.section > .inner.dc_cols.align-center > .section_content .item > .right, .section.error-404 > .inner.align-center > .section_content .item > .right, .section.single-product-content > .inner.align-center > .section_content .item > .right, .section.dc-image-text > .inner.align-center > .section_content .item > .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_50_50 > .section_content .item .left, .section.error-404 > .inner > .section_content .item .left, .section.single-product-content > .inner > .section_content .item .left, .section.dc-image-text > .inner > .section_content .item .left,
.section > .inner.col_50_50 > .section_content .item .right,
.section.error-404 > .inner > .section_content .item .right,
.section.single-product-content > .inner > .section_content .item .right,
.section.dc-image-text > .inner > .section_content .item .right {
    width: 49.998%;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_33_66 > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_33_66 > .section_content .item .right {
    width: 33%;
    min-width: 330px;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_66_33 > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_66_33 > .section_content .item .right {
    width: 66%;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_40_60 > .section_content .item .left, .section.dc-image-text.col_40_60 > .inner > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_40_60 > .section_content .item .right, .section.dc-image-text.col_40_60 > .inner > .section_content .item .right {
    width: 41%;
  }
}

/*------------------------------------*\
	DC GRID ITEMS
\*------------------------------------*/
.grid-items:not(.grid) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid) {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin-bottom: -15px;
  }
}
.grid-items:not(.grid) .slick-list {
  overflow: visible;
}
.grid-items:not(.grid) .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.grid-items:not(.grid).col2 {
  width: calc(100% + clamp(15px, 2.5vw, 50px));
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col2 {
    width: 100%;
  }
}
.grid-items:not(.grid).col2 .item {
  width: calc(calc(100% / 2) - clamp(15px, 2.5vw, 50px));
  margin-right: clamp(15px, 2.5vw, 50px);
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col2 .item {
    width: 100%;
    margin-right: 0;
  }
}
.grid-items:not(.grid).col3 {
  width: calc(100% + 30px);
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).col3 {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col3 {
    width: 100%;
  }
}
.grid-items:not(.grid).col3 .item {
  width: calc(calc(100% / 3) - 30px);
  margin-right: 30px;
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).col3 .item {
    width: calc(33.3333333333% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 849px) {
  .grid-items:not(.grid).col3 .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col3 .item {
    width: 100%;
  }
}
.grid-items:not(.grid).col4 {
  width: calc(100% + 30px);
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).col4 {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-items:not(.grid).col4 {
    width: 100%;
  }
}
.grid-items:not(.grid).col4 .item {
  width: calc(calc(100% / 4) - 30px);
  margin-right: 30px;
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).col4 .item {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-items:not(.grid).col4 .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col4 .item {
    width: 100%;
    margin-right: 0;
  }
}
.grid-items:not(.grid).slick-slider {
  display: block;
  width: calc(100% + 30px);
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).slick-slider {
    width: calc(100% + 20px);
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).slick-slider {
    width: calc(100% + 20px);
  }
}
.grid-items:not(.grid).slick-slider .item {
  margin-right: 30px;
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).slick-slider .item {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).slick-slider .item {
    margin-right: 20px;
  }
}

/*------------------------------------*\
	DC CARD
\*------------------------------------*/
:root {
  --card-margin-bottom: 60px;
}

.dc-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  margin-bottom: clamp(40px, 5.5vw, 100px);
  background: var(--light-color);
  transition: all 250ms ease-in-out;
}
.bg_grey .dc-card {
  background: var(--grey2-color);
}
@media only screen and (max-width: 650px) {
  .dc-card {
    margin-bottom: 30px;
  }
}
.dc-card.slick-slide {
  margin-bottom: 0;
  height: unset !important;
}
.dc-card .image-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 6px;
}
.dc-card .image-wrapper img {
  display: block;
  object-fit: cover;
  aspect-ratio: 1.5/1 !important;
  width: 100%;
  transition: all 250ms ease-in-out;
}
.dc-card .image-wrapper a.overlay {
  position: absolute;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-card .image-wrapper a.overlay span.play-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border: 2px solid white;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .dc-card .image-wrapper a.overlay span.play-btn {
    width: 130px;
    height: 130px;
  }
}
.dc-card .image-wrapper a.overlay span.play-btn i {
  color: white;
  font-size: 55px;
  margin-left: 17px;
  -ms-transform: scaleX(1.5);
      transform: scaleX(1.5);
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .dc-card .image-wrapper a.overlay span.play-btn i {
    font-size: 70px;
  }
}
.dc-card .image-wrapper a.overlay:hover span.play-btn {
  background-color: rgba(0, 0, 0, 0.6);
}
.dc-card .image-wrapper a.overlay:hover span.play-btn i {
  color: #FF6600;
}
@media (hover: hover) {
  .dc-card .image-wrapper:has(+ div + .overlay:hover) img {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
}
.dc-card .text p {
  padding-left: 0;
  margin-bottom: 10px;
  max-width: 500px;
}
.dc-card .text h2,
.dc-card .text h3 {
  font-weight: 700;
  margin-bottom: clamp(10px, 1.5vw, 15px);
}
.dc-card .content-wrapper {
  margin-top: 15px;
  transition: all 150ms ease-in-out;
}
.dc-card .content-wrapper > * {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dc-card .content-wrapper .label,
.dc-card .content-wrapper .category,
.dc-card .content-wrapper .section.dc-intro-block > .inner .item:nth-child(2),
.section.dc-intro-block > .inner .dc-card .content-wrapper .item:nth-child(2),
.dc-card .content-wrapper .section.dc-intro-block > .inner .item:nth-child(4),
.section.dc-intro-block > .inner .dc-card .content-wrapper .item:nth-child(4),
.dc-card .content-wrapper .section.dc-highlight_boxes > .inner .item:nth-child(2),
.section.dc-highlight_boxes > .inner .dc-card .content-wrapper .item:nth-child(2),
.dc-card .content-wrapper .section.dc-highlight_boxes > .inner .item:nth-child(4),
.section.dc-highlight_boxes > .inner .dc-card .content-wrapper .item:nth-child(4) {
  margin-bottom: 20px;
}
.dc-card .content-wrapper h3,
.dc-card .content-wrapper .sub-title {
  margin-block: 15px;
  font-weight: 700;
}
.dc-card .content-wrapper .text {
  margin-block: 15px;
}
.dc-card .button-wrapper {
  margin-top: 15px;
}
.dc-card .button-wrapper .dc-link, .dc-card .button-wrapper .section.dc-intro-block > .inner .item .text li, .section.dc-intro-block > .inner .item .text .dc-card .button-wrapper li,
.dc-card .button-wrapper .section.dc-intro-block > .inner .item .text li a,
.section.dc-intro-block > .inner .item .text li .dc-card .button-wrapper a, .dc-card .button-wrapper .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li, .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list .dc-card .button-wrapper li,
.dc-card .button-wrapper .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li .dc-card .button-wrapper a, .dc-card .button-wrapper .section.dc-highlight_boxes > .inner .item .text li, .section.dc-highlight_boxes > .inner .item .text .dc-card .button-wrapper li,
.dc-card .button-wrapper .section.dc-highlight_boxes > .inner .item .text li a,
.section.dc-highlight_boxes > .inner .item .text li .dc-card .button-wrapper a {
  font-weight: 600;
}
@media (hover: hover) {
  .dc-card:hover .image-wrapper img {
    -ms-transform: scale(1.05);
        transform: scale(1.05);
  }
  .dc-card:hover h2,
.dc-card:hover h3 {
    color: var(--theme-color);
  }
  .dc-card:hover .button-wrapper .dc-link, .dc-card:hover .button-wrapper .section.dc-intro-block > .inner .item .text li, .section.dc-intro-block > .inner .item .text .dc-card:hover .button-wrapper li,
.dc-card:hover .button-wrapper .section.dc-intro-block > .inner .item .text li a,
.section.dc-intro-block > .inner .item .text li .dc-card:hover .button-wrapper a, .dc-card:hover .button-wrapper .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li, .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list .dc-card:hover .button-wrapper li,
.dc-card:hover .button-wrapper .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li .dc-card:hover .button-wrapper a, .dc-card:hover .button-wrapper .section.dc-highlight_boxes > .inner .item .text li, .section.dc-highlight_boxes > .inner .item .text .dc-card:hover .button-wrapper li,
.dc-card:hover .button-wrapper .section.dc-highlight_boxes > .inner .item .text li a,
.section.dc-highlight_boxes > .inner .item .text li .dc-card:hover .button-wrapper a {
    color: var(--theme-color);
  }
}
.image_bottom .dc-card .content-wrapper {
  -ms-flex-order: 1;
      order: 1;
  padding-top: 0;
  margin-bottom: 15px;
}
.image_bottom .dc-card .image-wrapper {
  -ms-flex-order: 2;
      order: 2;
}

.dc-news-grid .dc-card {
  position: relative;
  aspect-ratio: 1.1/1;
  background: white;
  border-radius: 20px;
  transition: all 250ms ease-in-out;
}
.dc-news-grid .dc-card .image-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1.5/1;
  margin-bottom: 0;
  border-radius: 20px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.dc-news-grid .dc-card .image-wrapper img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.dc-news-grid .dc-card .image-wrapper .play-btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-news-grid .dc-card .image-wrapper .play-btn-overlay span.play-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border: 2px solid white;
}
.dc-news-grid .dc-card .image-wrapper .play-btn-overlay span.play-btn i {
  color: white;
  font-size: 30px;
  margin-left: 7px;
  -ms-transform: scaleX(1.5);
      transform: scaleX(1.5);
}
.dc-news-grid .dc-card .content-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 0;
  padding: clamp(20px, 4vw, 58px) clamp(20px, 3vw, 45px);
  background: white;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 250ms ease-in-out;
}
.dc-news-grid .dc-card .content-wrapper > * {
  transition: all 250ms ease-in-out;
}
.dc-news-grid .dc-card .content-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: all 250ms ease-in-out;
}
.dc-news-grid .dc-card .content-wrapper > * {
  position: relative;
}
.dc-news-grid .dc-card .content-wrapper .meta-date {
  display: block;
  display: none;
}
.dc-news-grid .dc-card .content-wrapper h2,
.dc-news-grid .dc-card .content-wrapper h3 {
  color: #000000;
  font-weight: 700;
  line-height: 1.15em;
  margin-bottom: 16px;
  transition: all 250ms ease-in-out;
}
.dc-news-grid .dc-card .content-wrapper p {
  line-height: 1.5em;
  margin: 0;
}
.dc-news-grid .dc-card .button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 22px 30px 22px;
  display: none;
}
.dc-news-grid .dc-card .button-wrapper a {
  position: relative;
  color: #FF6600;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.15em;
  text-transform: uppercase;
}
.dc-news-grid .dc-card .button-wrapper a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #FF6600;
}
@media (hover: hover) {
  .dc-news-grid .dc-card:hover .content-wrapper {
    background: var(--theme-color);
  }
  .dc-news-grid .dc-card:hover .content-wrapper > * {
    color: white;
  }
  .dc-news-grid .dc-card:hover .content-wrapper:before {
    height: 100%;
    opacity: 1;
  }
  .dc-news-grid .dc-card:hover .content-wrapper .meta-date {
    color: #000000;
  }
  .dc-news-grid .dc-card:hover .content-wrapper .meta-date:after {
    color: #000000 !important;
  }
}

.dc-category-card, .section.dc-product-categories-grid .item {
  width: 100%;
}
.dc-category-card .image-wrapper, .section.dc-product-categories-grid .item .image-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  margin-bottom: 5px;
  border-radius: 6px;
  overflow: hidden;
}
.dc-category-card .image-wrapper img, .section.dc-product-categories-grid .item .image-wrapper img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.dc-category-card h3, .section.dc-product-categories-grid .item h3 {
  background: var(--grey2-color);
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 50px;
  padding-inline: 12px;
  text-align: center;
  transition: all 250ms ease-in-out;
}
.dc-category-card:hover h3, .section.dc-product-categories-grid .item:hover h3 {
  background: var(--theme-color);
  color: var(--light-color);
}

.dc-product-card, .single-product .related-products-wrapper > .section .inner .item, .shop-grid .shop-list ul.products li.product {
  margin: 0 0 20px 0;
  padding: 0;
  width: auto;
  float: none;
}
.dc-product-card img, .single-product .related-products-wrapper > .section .inner .item img, .shop-grid .shop-list ul.products li.product img {
  border-radius: 6px;
}
.dc-product-card h2, .single-product .related-products-wrapper > .section .inner .item h2, .shop-grid .shop-list ul.products li.product h2 {
  transition: all 250ms ease-in-out;
}
.dc-product-card > .product_type_variable, .single-product .related-products-wrapper > .section .inner .item > .product_type_variable, .shop-grid .shop-list ul.products li.product > .product_type_variable {
  display: none;
}
.dc-product-card .price, .single-product .related-products-wrapper > .section .inner .item .price, .shop-grid .shop-list ul.products li.product .price {
  color: var(--dark-color);
}
.dc-product-card:hover h2, .single-product .related-products-wrapper > .section .inner .item:hover h2, .shop-grid .shop-list ul.products li.product:hover h2 {
  color: var(--theme-color);
}

/*------------------------------------*\
  ACCORDION
\*------------------------------------*/
.section.dc-accordion {
  position: relative;
  z-index: 11;
  /*
  &.style_1 {
  	@extend .bg_grey;
  	padding-block: 0 !important;
  	margin-bottom: 10px;

  	@include mq('tablet', min) {
  		margin-bottom: 20px;
  	}

  	// GREY BG INLINE PADDING
  	.section_intro,
  	.section_content {
  		padding-inline: clamp(15px, 3vw, 80px);

  		@include mq('1200', min) {
  			padding-inline: clamp(70px, 11vw, 210px);
  		}
  	}

  	.inner {
  		padding-block: clamp(60px, 12vw, 160px);
  	}

  	.accordion  {
  		background: var(--light-color);
  	}
  }

  &.style_2 {

  	> .inner {
  		@extend .dc_cols;

  		.section_content {				
  			@include mq('tablet', min) {
  				padding-inline: clamp(35px, 4vw, 80px);
  			}
  		}

  		.left {
  			@include updown_arrows_top_left_orange();

  			.image-wrapper {
  				position: relative;
  				width: 100%;
  				max-width: 860px;
  				margin-bottom: 20px;
  				border-radius: 30px;
  				overflow: hidden;
  				padding-inline: 5%;
  				//@include effect(all, 2000ms, ease-in-out);

  				//transform: scale(1.019);

  				@include mq('tablet', max) {
  					margin-top: 30px !important;
  				}

  				// @include mq('1840', min) {
  				// 	width: calc(100% + 130px);
  				// }

  				>img {
  					display: block;
  					width: 100%;
  					//height: 120%;
  					transform-origin: 50% 100%;
  					transform: scale(1.2);
  				}

  				&.image-pa {
  					// opacity: 0;
  				}
  			}
  		}

  		.right {
  			position: relative;
  			margin-inline: auto 0;
  			max-width: 755px;

  			@include mq('tablet', min) {
  				padding-left: clamp(30px, 2.5vw, 50px);
  			}

  			@include mq('tablet', max) {
  				margin-bottom: 40px;
  			}

  			.section_intro {
  				max-width: 650px;					
  			}
  		}
  	}

  	.accordion  {
  		background: var(--grey-color);
  	}
  }

  .apprenticeships-data & {
  	padding-block: clamp(40px, 6vw, 100px);

  	.left {
  		display: none;
  	}

  	> .inner {

  		> .section_content {
  			padding-inline: 0;

  			> .item .right {
  				padding-inline: 0;
  				margin-inline: 0;
  				max-width: 100%;

  				.section_intro {
  					max-width: 100%;
  					padding: 0;
  					width: 100%;
  				}

  				.accordion-wrapper {
  					padding: 0;
  					max-width: 100%;
  				}
  			}
  		}			
  	}
  }
  */
}
.section.dc-accordion .accordion {
  padding-block: clamp(20px, 3.5vw, 38px);
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--dark-color);
}
.section.dc-accordion .accordion:after {
  content: "+";
  position: absolute;
  right: 0;
  top: clamp(20px, 3.5vw, 38px);
  width: 36px;
  height: 36px;
  padding-bottom: 0;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: var(--theme-color);
  border-radius: 40px;
  font-size: 30px;
  font-weight: 400 !important;
  color: var(--light-color);
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.section.dc-accordion .accordion .title {
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.section.dc-accordion .accordion .title h3 {
  margin-bottom: 0;
  padding-right: clamp(50px, 6vw, 100px);
  -ms-flex: 1;
      flex: 1;
  transition: all 350ms ease-in-out;
}
.section.dc-accordion .accordion .content {
  overflow: hidden;
  max-height: 0;
  max-width: 1100px;
  padding-right: clamp(50px, 6vw, 100px);
  padding-top: 0;
  transition: padding-top 0.4s ease-in-out, max-height 0.2s ease-in-out;
}
.section.dc-accordion .accordion .content .content-wrap {
  padding-block: 20px;
}
.section.dc-accordion .accordion .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  max-height: 36vw;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .section.dc-accordion .accordion .image-wrapper {
    margin-bottom: 50px;
    max-height: 80vw;
    width: 100%;
  }
}
.section.dc-accordion .accordion .image-wrapper img {
  aspect-ratio: 1.5/1;
  width: 100%;
  object-fit: cover;
}
.section.dc-accordion .accordion.active:after {
  content: "-";
  height: 33px;
  padding-bottom: 3px;
}
.section.dc-accordion .accordion.active .content {
  max-height: 3000px;
  padding-top: 43px;
  transition: max-height 1.5s ease-in-out;
}
.section.dc-accordion .accordion:not(.active) {
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.section.dc-accordion .accordion:not(.active):hover:after {
  background: var(--dark-color);
}

/*------------------------------------*\
  HIGHLIGHT BOXES
\*------------------------------------*/
.section.dc-highlight_boxes {
  position: relative;
  z-index: 11;
}
.home .section.dc-highlight_boxes {
  padding-top: clamp(20px, 5vw, 80px) !important;
}
@media only screen and (min-width: 768px) {
  .section.dc-highlight_boxes > .inner .items {
    display: grid;
    grid-template-columns: 39% 61%;
    grid-template-rows: repeat(16, 29px);
    grid-template-rows: repeat(16, auto);
    gap: clamp(20px, 1.5vw, 30px);
  }
}
@media only screen and (max-width: 767px) {
  .section.dc-highlight_boxes > .inner .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.section.dc-highlight_boxes > .inner .item {
  border-radius: 6px;
  background: var(--grey2-color);
  overflow: hidden;
  -ms-flex-order: 10;
      order: 10;
}
@media only screen and (max-width: 767px) {
  .section.dc-highlight_boxes > .inner .item {
    margin-bottom: 15px;
  }
}
.section.dc-highlight_boxes > .inner .item .text {
  padding-inline: 0;
  max-width: 520px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .section.dc-highlight_boxes > .inner .item .text {
    width: 100% !important;
    max-width: 100% !important;
    padding: clamp(30px, 3.5vw, 70px) clamp(20px, 2.5vw, 50px) !important;
  }
}
.section.dc-highlight_boxes > .inner .item .text h3 {
  font-weight: 600;
}
.section.dc-highlight_boxes > .inner .item .text h3:first-child {
  margin-top: 0 !important;
}
.section.dc-highlight_boxes > .inner .item .text ul {
  margin-block: clamp(5px, 1vw, 20px) 0;
}
@media only screen and (max-width: 767px) {
  .section.dc-highlight_boxes > .inner .item .text ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section.dc-highlight_boxes > .inner .item .text li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: clamp(8px, 0.8vw, 16px);
  font-weight: 600;
}
.section.dc-highlight_boxes > .inner .item .text li:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section.dc-highlight_boxes > .inner .item .text a.dc-link,
.section.dc-highlight_boxes > .inner .item .text .section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li .section.dc-highlight_boxes > .inner .item .text a,
.section.dc-highlight_boxes > .inner .item .text li a {
    font-size: 14px;
  }
}
.section.dc-highlight_boxes > .inner .item .text .dc-btn {
  min-width: 235px;
}
.section.dc-highlight_boxes > .inner .item .text .innertext {
  -ms-flex: 1;
      flex: 1;
}
.section.dc-highlight_boxes > .inner .item .text p {
  font-size: clamp(1rem, 0.5rem + 0.8vw, 1.25rem);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .section.dc-highlight_boxes > .inner .item .text p {
    font-size: 14px;
    max-width: 90%;
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .section.dc-highlight_boxes > .inner .item .button-wrapper {
    margin-top: 20px;
  }
  .section.dc-highlight_boxes > .inner .item .button-wrapper .dc-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section.dc-highlight_boxes > .inner .item > .image {
    max-height: 180px;
    display: -ms-flexbox;
    display: flex;
  }
  .section.dc-highlight_boxes > .inner .item > .image img {
    object-fit: cover;
    object-position: center;
  }
}
.section.dc-highlight_boxes > .inner .item.infobox .text, .section.dc-highlight_boxes > .inner .item:nth-child(1) .text, .section.dc-highlight_boxes > .inner .item:nth-child(3) .text {
  padding: clamp(30px, 3.5vw, 70px) clamp(20px, 2.5vw, 50px);
}
.section.dc-highlight_boxes > .inner .item.category, .section.dc-highlight_boxes > .inner .section.dc-intro-block > .inner .item:nth-child(2), .section.dc-intro-block > .inner .section.dc-highlight_boxes > .inner .item:nth-child(2), .section.dc-highlight_boxes > .inner .section.dc-intro-block > .inner .item:nth-child(4), .section.dc-intro-block > .inner .section.dc-highlight_boxes > .inner .item:nth-child(4), .section.dc-highlight_boxes > .inner .item:nth-child(2), .section.dc-highlight_boxes > .inner .item:nth-child(4) {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.section.dc-highlight_boxes > .inner .item.category:last-child, .section.dc-highlight_boxes > .inner .item:last-child:nth-child(2), .section.dc-highlight_boxes > .inner .item:last-child:nth-child(4) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.section.dc-highlight_boxes > .inner .item.category .text, .section.dc-highlight_boxes > .inner .item:nth-child(2) .text, .section.dc-highlight_boxes > .inner .item:nth-child(4) .text {
  padding: clamp(15px, 1.75vw, 35px) clamp(20px, 2.5vw, 50px);
  min-width: 300px;
}
@media only screen and (min-width: 950px) {
  .section.dc-highlight_boxes > .inner .item.category .text, .section.dc-highlight_boxes > .inner .item:nth-child(2) .text, .section.dc-highlight_boxes > .inner .item:nth-child(4) .text {
    width: 44%;
  }
}
.section.dc-highlight_boxes > .inner .item.category .text h3, .section.dc-highlight_boxes > .inner .item:nth-child(2) .text h3, .section.dc-highlight_boxes > .inner .item:nth-child(4) .text h3 {
  margin-top: 20px;
}
.section.dc-highlight_boxes > .inner .item.category .image, .section.dc-highlight_boxes > .inner .item:nth-child(2) .image, .section.dc-highlight_boxes > .inner .item:nth-child(4) .image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}
.section.dc-highlight_boxes > .inner .item.category .image img, .section.dc-highlight_boxes > .inner .item:nth-child(2) .image img, .section.dc-highlight_boxes > .inner .item:nth-child(4) .image img {
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 949px) {
  .section.dc-highlight_boxes > .inner .item.category .image, .section.dc-highlight_boxes > .inner .item:nth-child(2) .image, .section.dc-highlight_boxes > .inner .item:nth-child(4) .image {
    position: absolute;
    top: 15px;
    width: 120px;
    right: 15px;
    border-radius: 6px;
    overflow: hidden;
  }
}
.section.dc-highlight_boxes > .inner .item:nth-child(1), .section.dc-highlight_boxes > .inner .item:nth-child(3) {
  grid-column: 1/span 1;
  position: relative;
}
.section.dc-highlight_boxes > .inner .item:nth-child(2), .section.dc-highlight_boxes > .inner .item:nth-child(4) {
  grid-column: 2/span 1;
}
@media only screen and (min-width: 768px) {
  .section.dc-highlight_boxes > .inner .item:nth-child(2), .section.dc-highlight_boxes > .inner .item:nth-child(4) {
    margin-right: clamp(20px, 1.5vw, 30px);
  }
}
.section.dc-highlight_boxes > .inner .item:nth-child(1) {
  grid-row: 1/span 9;
}
.section.dc-highlight_boxes > .inner .item:nth-child(1) .inner-text {
  max-width: 450px !important;
}
.section.dc-highlight_boxes > .inner .item:nth-child(1) .image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 28%;
  min-width: 80px;
}
@media only screen and (max-width: 767px) {
  .section.dc-highlight_boxes > .inner .item:nth-child(1) .image {
    display: none;
  }
}
.section.dc-highlight_boxes > .inner .item:nth-child(2) {
  grid-row: 1/span 8;
}
.section.dc-highlight_boxes > .inner .item:nth-child(2) li {
  width: 100%;
}
.section.dc-highlight_boxes > .inner .item:nth-child(3) {
  grid-row: 10/span 7;
}
.section.dc-highlight_boxes > .inner .item:nth-child(3) .text {
  max-width: 620px;
}
.section.dc-highlight_boxes > .inner .item:nth-child(4) {
  grid-row: 9/span 8;
}
.section.dc-highlight_boxes > .inner .item:nth-child(4) ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .section.dc-highlight_boxes > .inner .item:nth-child(4) ul {
    width: 185px;
  }
}
.section.dc-highlight_boxes > .inner .item:nth-child(4) ul li {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .section.dc-highlight_boxes > .inner .item:nth-child(1) {
    -ms-flex-order: 3;
        order: 3;
  }
  .section.dc-highlight_boxes > .inner .item:nth-child(2) {
    -ms-flex-order: 1;
        order: 1;
  }
  .section.dc-highlight_boxes > .inner .item:nth-child(3) {
    -ms-flex-order: 4;
        order: 4;
  }
  .section.dc-highlight_boxes > .inner .item:nth-child(4) {
    -ms-flex-order: 2;
        order: 2;
  }
}

/*------------------------------------*\
  DC INTRO
\*------------------------------------*/
.section.dc-intro-block {
  position: relative;
  z-index: 11;
}
.section.dc-intro-block.style_4 > .inner .section_intro {
  padding: 0;
}
.section.dc-intro-block.style_4 > .inner .title-wrapper {
  max-width: 950px;
  width: 100%;
  margin-bottom: clamp(20px, 3vw, 40px);
}
@media only screen and (min-width: 768px) {
  .section.dc-intro-block.style_4 > .inner .title-wrapper {
    max-width: 70vw;
  }
}
.section.dc-intro-block.style_4 > .inner .title-wrapper h2 {
  font-weight: 700;
  line-height: 1.2em;
}
.section.dc-intro-block.style_4 > .inner .content_wrapper .left .description p {
  width: 100%;
  max-width: 775px;
}
@media only screen and (min-width: 768px) {
  .section.dc-intro-block.style_4 > .inner .content_wrapper .left .description p {
    padding-right: 30px;
  }
}
.section.dc-intro-block.style_2 > .inner .section_intro {
  padding-right: 0;
}
.section.dc-intro-block.style_2 > .inner .title-wrapper {
  max-width: 1150px;
  width: 100%;
  margin-bottom: clamp(20px, 3vw, 40px);
}
@media only screen and (min-width: 768px) {
  .section.dc-intro-block.style_2 > .inner .title-wrapper {
    max-width: 70vw;
  }
}
.section.dc-intro-block.style_2 > .inner .title-wrapper h2 {
  font-weight: 700;
  line-height: 1.2em;
}
.section.dc-intro-block.style_2 > .inner .content_wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 4vw, 60px);
}
@media only screen and (max-width: 767px) {
  .section.dc-intro-block.style_2 > .inner .content_wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.section.dc-intro-block.style_2 > .inner .content_wrapper img {
  border-radius: 6px;
}
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .description p {
  width: 100%;
  max-width: 775px;
}
@media only screen and (min-width: 768px) {
  .section.dc-intro-block.style_2 > .inner .content_wrapper .left .description p {
    padding-right: 30px;
  }
}
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list {
  margin-block: clamp(20px, 3vw, 40px) clamp(30px, 6vw, 80px);
}
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: clamp(16px, 1.6vw, 32px);
  font-weight: 600;
}
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li:last-child {
  padding-bottom: 0;
}
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li a {
  font-weight: 600;
  padding-left: 10px;
  line-height: 1em;
}
@media only screen and (min-width: 768px) {
  .section.dc-intro-block.style_2 > .inner .content_wrapper .right {
    padding-top: clamp(30px, 10vw, 200px);
  }
}
.section.dc-intro-block > .inner .item {
  border-radius: 6px;
  background: var(--grey2-color);
  overflow: hidden;
  -ms-flex-order: 10;
      order: 10;
}
@media only screen and (max-width: 767px) {
  .section.dc-intro-block > .inner .item {
    margin-bottom: 15px;
  }
}
.section.dc-intro-block > .inner .item .text {
  padding-inline: 0;
  max-width: 520px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .section.dc-intro-block > .inner .item .text {
    width: 100% !important;
    max-width: 100% !important;
    padding: clamp(30px, 3.5vw, 70px) clamp(20px, 2.5vw, 50px) !important;
  }
}
.section.dc-intro-block > .inner .item .text h3 {
  font-weight: 600;
}
.section.dc-intro-block > .inner .item .text h3:first-child {
  margin-top: 0 !important;
}
.section.dc-intro-block > .inner .item .text ul {
  margin-block: clamp(5px, 1vw, 20px) 0;
}
@media only screen and (max-width: 767px) {
  .section.dc-intro-block > .inner .item .text ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section.dc-intro-block > .inner .item .text li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: clamp(8px, 0.8vw, 16px);
  font-weight: 600;
}
.section.dc-intro-block > .inner .item .text li:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section.dc-intro-block > .inner .item .text a.dc-link,
.section.dc-intro-block.style_2 > .inner .item .text .content_wrapper .left .intro-links-list li a,
.section.dc-intro-block.style_2 > .inner .content_wrapper .left .intro-links-list li .item .text a,
.section.dc-intro-block > .inner .item .text li a {
    font-size: 14px;
  }
}
.section.dc-intro-block > .inner .item .text .dc-btn {
  min-width: 235px;
}
.section.dc-intro-block > .inner .item .text .innertext {
  -ms-flex: 1;
      flex: 1;
}
.section.dc-intro-block > .inner .item .text p {
  font-size: clamp(1rem, 0.5rem + 0.8vw, 1.25rem);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .section.dc-intro-block > .inner .item .text p {
    font-size: 14px;
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .section.dc-intro-block > .inner .item .button-wrapper {
    margin-top: 20px;
  }
  .section.dc-intro-block > .inner .item .button-wrapper .dc-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section.dc-intro-block > .inner .item > .image {
    max-height: 180px;
    display: -ms-flexbox;
    display: flex;
  }
  .section.dc-intro-block > .inner .item > .image img {
    object-fit: cover;
    object-position: center;
  }
}
.section.dc-intro-block > .inner .item.infobox .text, .section.dc-intro-block > .inner .item:nth-child(1) .text, .section.dc-intro-block > .inner .item:nth-child(3) .text {
  padding: clamp(30px, 3.5vw, 70px) clamp(20px, 2.5vw, 50px);
}
.section.dc-intro-block > .inner .item.category, .section.dc-intro-block > .inner .item:nth-child(2), .section.dc-intro-block > .inner .item:nth-child(4), .section.dc-intro-block > .inner .section.dc-highlight_boxes > .inner .item:nth-child(2), .section.dc-highlight_boxes > .inner .section.dc-intro-block > .inner .item:nth-child(2), .section.dc-intro-block > .inner .section.dc-highlight_boxes > .inner .item:nth-child(4), .section.dc-highlight_boxes > .inner .section.dc-intro-block > .inner .item:nth-child(4) {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.section.dc-intro-block > .inner .item.category:last-child, .section.dc-intro-block > .inner .item:last-child:nth-child(2), .section.dc-intro-block > .inner .item:last-child:nth-child(4) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.section.dc-intro-block > .inner .item.category .text, .section.dc-intro-block > .inner .item:nth-child(2) .text, .section.dc-intro-block > .inner .item:nth-child(4) .text {
  padding: clamp(15px, 1.75vw, 35px) clamp(20px, 2.5vw, 50px);
  min-width: 300px;
}
@media only screen and (min-width: 950px) {
  .section.dc-intro-block > .inner .item.category .text, .section.dc-intro-block > .inner .item:nth-child(2) .text, .section.dc-intro-block > .inner .item:nth-child(4) .text {
    width: 44%;
  }
}
.section.dc-intro-block > .inner .item.category .text h3, .section.dc-intro-block > .inner .item:nth-child(2) .text h3, .section.dc-intro-block > .inner .item:nth-child(4) .text h3 {
  margin-top: 20px;
}
.section.dc-intro-block > .inner .item.category .image, .section.dc-intro-block > .inner .item:nth-child(2) .image, .section.dc-intro-block > .inner .item:nth-child(4) .image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}
.section.dc-intro-block > .inner .item.category .image img, .section.dc-intro-block > .inner .item:nth-child(2) .image img, .section.dc-intro-block > .inner .item:nth-child(4) .image img {
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 949px) {
  .section.dc-intro-block > .inner .item.category .image, .section.dc-intro-block > .inner .item:nth-child(2) .image, .section.dc-intro-block > .inner .item:nth-child(4) .image {
    position: absolute;
    top: 15px;
    width: 120px;
    right: 15px;
    border-radius: 6px;
    overflow: hidden;
  }
}
.section.dc-intro-block > .inner .item:nth-child(1), .section.dc-intro-block > .inner .item:nth-child(3) {
  grid-column: 1/span 1;
  position: relative;
}
.section.dc-intro-block > .inner .item:nth-child(2), .section.dc-intro-block > .inner .item:nth-child(4) {
  grid-column: 2/span 1;
}
@media only screen and (min-width: 768px) {
  .section.dc-intro-block > .inner .item:nth-child(2), .section.dc-intro-block > .inner .item:nth-child(4) {
    margin-right: clamp(20px, 1.5vw, 30px);
  }
}
.section.dc-intro-block > .inner .item:nth-child(1) {
  grid-row: 1/span 9;
}
.section.dc-intro-block > .inner .item:nth-child(1) .inner-text {
  max-width: 450px !important;
}
.section.dc-intro-block > .inner .item:nth-child(1) .image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 28%;
  min-width: 80px;
}
@media only screen and (max-width: 767px) {
  .section.dc-intro-block > .inner .item:nth-child(1) .image {
    display: none;
  }
}
.section.dc-intro-block > .inner .item:nth-child(2) {
  grid-row: 1/span 8;
}
.section.dc-intro-block > .inner .item:nth-child(2) li {
  width: 100%;
}
.section.dc-intro-block > .inner .item:nth-child(3) {
  grid-row: 10/span 7;
}
.section.dc-intro-block > .inner .item:nth-child(3) .text {
  max-width: 620px;
}
.section.dc-intro-block > .inner .item:nth-child(4) {
  grid-row: 9/span 8;
}
.section.dc-intro-block > .inner .item:nth-child(4) ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.dc-intro-block > .inner .item:nth-child(4) ul li {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .section.dc-intro-block > .inner .item:nth-child(4) ul li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  .section.dc-intro-block > .inner .item:nth-child(1) {
    -ms-flex-order: 3;
        order: 3;
  }
  .section.dc-intro-block > .inner .item:nth-child(2) {
    -ms-flex-order: 1;
        order: 1;
  }
  .section.dc-intro-block > .inner .item:nth-child(3) {
    -ms-flex-order: 4;
        order: 4;
  }
  .section.dc-intro-block > .inner .item:nth-child(4) {
    -ms-flex-order: 2;
        order: 2;
  }
}

/*------------------------------------*\
	CARDS SECTION
\*------------------------------------*/
.section.dc-cards-section {
  position: relative;
  z-index: 11;
  overflow: hidden;
}
.section.dc-cards-section .section_intro {
  position: relative;
  margin-bottom: clamp(40px, 4vw, 80px) !important;
}
.section.dc-cards-section .section_intro .title-wrapper,
.section.dc-cards-section .section_intro .description {
  max-width: 90vw;
}
@media only screen and (min-width: 768px) {
  .section.dc-cards-section .section_intro .title-wrapper,
.section.dc-cards-section .section_intro .description {
    width: 780px;
    max-width: 70vw;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .section.dc-cards-section .section_intro .button-wrapper {
    position: absolute !important;
    right: 0;
    bottom: 0;
  }
}
.section.dc-cards-section .section_intro .description {
  margin-top: 30px;
}
.section.dc-cards-section .section_intro h1,
.section.dc-cards-section .section_intro h2 {
  font-weight: 700;
}
.section.dc-cards-section .slick-list {
  max-width: 80%;
}

/*------------------------------------*\
	IMAGE TEXT BOX
\*------------------------------------*/
.section.dc-image-text {
  z-index: 100;
}
.section.dc-image-text > .inner .text {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .section.dc-image-text > .inner .text {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .section.dc-image-text > .inner .right {
    padding-right: 8%;
    padding-top: clamp(20px, 3vw, 60px);
  }
  .section.dc-image-text > .inner .right .button-wrapper {
    margin-top: clamp(30px, 3.2vw, 50px);
  }
}
.section.dc-image-text > .inner .image-wrapper {
  position: relative;
  width: 100%;
}
.section.dc-image-text > .inner .image-wrapper > img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section.dc-image-text > .inner .image_left .content-wrapper {
    padding-left: 7%;
  }
  .section.dc-image-text > .inner .image_right .content-wrapper {
    padding-right: 5%;
  }
}
.section.dc-image-text .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  aspect-ratio: 1.333/1 !important;
  border-radius: 6px;
}
.section.dc-image-text .image-wrapper img {
  object-fit: cover;
  width: 100%;
}
.section.dc-image-text.image_left .left {
  padding: 0 10% 0 0 !important;
}
@media only screen and (min-width: 768px) {
  .section.dc-image-text.image_left .right {
    padding-right: 8%;
  }
}
.section.dc-image-text.image_right .left {
  padding: 0 0 0 10% !important;
}
@media only screen and (min-width: 768px) {
  .section.dc-image-text.image_right .right {
    padding-left: 8%;
  }
}

/*------------------------------------*\
  TEXT BOX    
\*------------------------------------*/
.hero + script + section.dc-text-block {
  padding-top: 0 !important;
}

.section.dc-text-block .section_intro .description h4 {
  line-height: 1.36em;
}
.section.dc-text-block .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.section.dc-text-block .items .item {
  width: 100%;
  padding-top: 30px;
}
.section.dc-text-block .items .item:nth-child(1) {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section.dc-text-block .items .item.width_12 {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
  }
  .section.dc-text-block .items .item.width_12 p img {
    width: 100%;
  }
  .section.dc-text-block .items .item.width_6_6, .section.dc-text-block .items .item.width_8_4, .section.dc-text-block .items .item.width_4_8, .section.dc-text-block .items .item.width_7_5, .section.dc-text-block .items .item.width_5_7 {
    padding: 45px 50px 0 50px;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(odd), .section.dc-text-block .items .item.width_8_4:nth-child(odd), .section.dc-text-block .items .item.width_4_8:nth-child(odd), .section.dc-text-block .items .item.width_7_5:nth-child(odd), .section.dc-text-block .items .item.width_5_7:nth-child(odd) {
    padding-left: 0;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(even), .section.dc-text-block .items .item.width_8_4:nth-child(even), .section.dc-text-block .items .item.width_4_8:nth-child(even), .section.dc-text-block .items .item.width_7_5:nth-child(even), .section.dc-text-block .items .item.width_5_7:nth-child(even) {
    padding-right: 0;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(1), .section.dc-text-block .items .item.width_6_6:nth-child(2), .section.dc-text-block .items .item.width_8_4:nth-child(1), .section.dc-text-block .items .item.width_8_4:nth-child(2), .section.dc-text-block .items .item.width_4_8:nth-child(1), .section.dc-text-block .items .item.width_4_8:nth-child(2), .section.dc-text-block .items .item.width_7_5:nth-child(1), .section.dc-text-block .items .item.width_7_5:nth-child(2), .section.dc-text-block .items .item.width_5_7:nth-child(1), .section.dc-text-block .items .item.width_5_7:nth-child(2) {
    padding-top: 0;
  }
  .section.dc-text-block .items .item.width_6_6 {
    width: 50%;
  }
  .section.dc-text-block .items .item.width_8_4:nth-child(odd) {
    width: 66.666%;
  }
  .section.dc-text-block .items .item.width_8_4:nth-child(even) {
    width: 33.333%;
  }
  .section.dc-text-block .items .item.width_4_8:nth-child(odd) {
    width: 33.333%;
  }
  .section.dc-text-block .items .item.width_4_8:nth-child(even) {
    width: 66.666%;
  }
  .section.dc-text-block .items .item.width_7_5:nth-child(odd) {
    width: 58.333%;
  }
  .section.dc-text-block .items .item.width_7_5:nth-child(even) {
    width: 41.666%;
  }
  .section.dc-text-block .items .item.width_5_7:nth-child(odd) {
    width: 41.666%;
  }
  .section.dc-text-block .items .item.width_5_7:nth-child(even) {
    width: 58.333%;
  }
  .section.dc-text-block .items .item.width_4_4_4 {
    width: 33.333%;
    padding: 45px 15px 0 15px;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(1) {
    padding-left: 0;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-right: 0;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(1), .section.dc-text-block .items .item.width_4_4_4:nth-child(2), .section.dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-top: 0;
  }
}

/*------------------------------------*\
	TESTIMONIALS
\*------------------------------------*/
.section.dc-testimonials .section_intro .button-wrapper {
  margin-top: 20px;
}
.section.dc-testimonials .section_content {
  max-width: 1040px;
  margin: 0 auto;
}
.section.dc-testimonials .item .text {
  font-style: italic;
  font-size: 22px;
  line-height: 1.5em;
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section.dc-testimonials .item .text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 850px) {
  .section.dc-testimonials .item .text {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1100px) {
  .section.dc-testimonials .item .text {
    font-size: 28px;
  }
}
.section.dc-testimonials .item .image-wrapper {
  margin-top: 50px;
}
.section.dc-testimonials .item .image-wrapper img {
  max-width: 200px;
  margin: 0 auto;
}
.section.dc-testimonials .item .author {
  font-style: italic;
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  display: block;
  margin-top: 14px;
  /*
  	&:before {
  		content: "- ";
  	}
  */
}
.section.dc-testimonials .item .author .job-title {
  display: block;
  margin-top: 10px;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.7px;
}
.section.dc-testimonials button.slick-arrow {
  top: 18%;
}
.section.dc-testimonials button.slick-arrow.slick-prev {
  left: -36px;
}
@media only screen and (min-width: 1100px) {
  .section.dc-testimonials button.slick-arrow.slick-prev {
    left: -70px;
  }
}
@media only screen and (min-width: 1360px) {
  .section.dc-testimonials button.slick-arrow.slick-prev {
    left: -90px;
  }
}
@media only screen and (min-width: 1550px) {
  .section.dc-testimonials button.slick-arrow.slick-prev {
    left: -140px;
  }
}
.section.dc-testimonials button.slick-arrow.slick-next {
  right: -36px;
}
@media only screen and (min-width: 1100px) {
  .section.dc-testimonials button.slick-arrow.slick-next {
    right: -70px;
  }
}
@media only screen and (min-width: 1360px) {
  .section.dc-testimonials button.slick-arrow.slick-next {
    right: -90px;
  }
}
@media only screen and (min-width: 1550px) {
  .section.dc-testimonials button.slick-arrow.slick-next {
    right: -140px;
  }
}
.section.dc-testimonials.bg_blue .item .text,
.section.dc-testimonials.bg_blue .author,
.section.dc-testimonials.bg_blue button.slick-arrow:after {
  color: white;
}

/*------------------------------------*\

   TABS
\*------------------------------------*/
.tab-wrapper {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.tab-wrapper button {
  padding: 20px;
  display: block;
  margin-right: -2px;
  background: none;
  color: var(--dark-color);
  text-transform: uppercase;
  border: 2px solid var(--dark-color);
  border-bottom-width: 0 !important;
  background: white;
}
@media only screen and (max-width: 767px) {
  .tab-wrapper button {
    padding: 12px;
    font-size: 14px;
  }
}
.tab-wrapper button.active {
  background: var(--theme-color);
  color: var(--light-color);
}

.tab-content-wrapper .tabcontent {
  border: 2px solid var(--dark-color);
  padding: 7%;
  display: none;
}
.tab-content-wrapper .tabcontent:first-child {
  display: block;
}

/*------------------------------------*\
  TEXT BOX    
\*------------------------------------*/
.hero + script + section.dc-text-block {
  padding-top: 0 !important;
}

.section.dc-text-block .section_intro .description h4 {
  line-height: 1.36em;
}
.section.dc-text-block .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.section.dc-text-block .items .item {
  width: 100%;
  padding-top: 30px;
}
.section.dc-text-block .items .item:nth-child(1) {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section.dc-text-block .items .item.width_12 {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
  }
  .section.dc-text-block .items .item.width_12 p img {
    width: 100%;
  }
  .section.dc-text-block .items .item.width_6_6, .section.dc-text-block .items .item.width_8_4, .section.dc-text-block .items .item.width_4_8, .section.dc-text-block .items .item.width_7_5, .section.dc-text-block .items .item.width_5_7 {
    padding: 45px 50px 0 50px;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(odd), .section.dc-text-block .items .item.width_8_4:nth-child(odd), .section.dc-text-block .items .item.width_4_8:nth-child(odd), .section.dc-text-block .items .item.width_7_5:nth-child(odd), .section.dc-text-block .items .item.width_5_7:nth-child(odd) {
    padding-left: 0;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(even), .section.dc-text-block .items .item.width_8_4:nth-child(even), .section.dc-text-block .items .item.width_4_8:nth-child(even), .section.dc-text-block .items .item.width_7_5:nth-child(even), .section.dc-text-block .items .item.width_5_7:nth-child(even) {
    padding-right: 0;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(1), .section.dc-text-block .items .item.width_6_6:nth-child(2), .section.dc-text-block .items .item.width_8_4:nth-child(1), .section.dc-text-block .items .item.width_8_4:nth-child(2), .section.dc-text-block .items .item.width_4_8:nth-child(1), .section.dc-text-block .items .item.width_4_8:nth-child(2), .section.dc-text-block .items .item.width_7_5:nth-child(1), .section.dc-text-block .items .item.width_7_5:nth-child(2), .section.dc-text-block .items .item.width_5_7:nth-child(1), .section.dc-text-block .items .item.width_5_7:nth-child(2) {
    padding-top: 0;
  }
  .section.dc-text-block .items .item.width_6_6 {
    width: 50%;
  }
  .section.dc-text-block .items .item.width_8_4:nth-child(odd) {
    width: 66.666%;
  }
  .section.dc-text-block .items .item.width_8_4:nth-child(even) {
    width: 33.333%;
  }
  .section.dc-text-block .items .item.width_4_8:nth-child(odd) {
    width: 33.333%;
  }
  .section.dc-text-block .items .item.width_4_8:nth-child(even) {
    width: 66.666%;
  }
  .section.dc-text-block .items .item.width_7_5:nth-child(odd) {
    width: 58.333%;
  }
  .section.dc-text-block .items .item.width_7_5:nth-child(even) {
    width: 41.666%;
  }
  .section.dc-text-block .items .item.width_5_7:nth-child(odd) {
    width: 41.666%;
  }
  .section.dc-text-block .items .item.width_5_7:nth-child(even) {
    width: 58.333%;
  }
  .section.dc-text-block .items .item.width_4_4_4 {
    width: 33.333%;
    padding: 45px 15px 0 15px;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(1) {
    padding-left: 0;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-right: 0;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(1), .section.dc-text-block .items .item.width_4_4_4:nth-child(2), .section.dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-top: 0;
  }
}

/*------------------------------------*\
  ALGOLIA STYLES
\*------------------------------------*/
.algolia-autocomplete {
  width: calc(100vw - 30px) !important;
  max-width: 1720px !important;
  border-top: 8px solid transparent;
  z-index: 10000000 !important;
}
@media only screen and (min-width: 768px) {
  .algolia-autocomplete {
    width: calc(100vw - 60px) !important;
  }
}
@media only screen and (min-width: 1200px) {
  .algolia-autocomplete {
    width: calc(100vw - 120px) !important;
  }
}
.algolia-autocomplete .aa-dropdown-menu {
  background: white;
  border-radius: 30px !important;
  overflow: hidden;
}
.algolia-autocomplete div[class^=aa-dataset] {
  padding: 20px;
  position: relative;
}
.algolia-autocomplete .autocomplete-header-title {
  font-size: 18px;
  color: var(--light-color) !important;
  background: var(--theme-color);
  border-radius: 30px;
  width: calc(100% + 40px);
  padding: 5px 20px 3px;
  margin-left: -20px;
}
.algolia-autocomplete .aa-suggestions {
  padding-top: 20px;
  /* display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)); */
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.algolia-autocomplete .aa-suggestion {
  width: clamp(100px, 30vw, 230px);
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 260px;
  padding-block: 15px !important;
  background: var(--grey2-color);
  border-radius: 20px;
}
.algolia-autocomplete .aa-suggestion .suggestion-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.algolia-autocomplete .suggestion-post-thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  padding: 5px;
  background: var(--light-color);
}
.algolia-autocomplete .suggestion-post-attributes {
  margin-top: 12px;
}
.algolia-autocomplete .suggestion-post-title {
  font-size: 16px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  white-space: unset !important;
}
.algolia-autocomplete .suggestion-post-content {
  color: var(--dark-color) !important;
}
.algolia-autocomplete em {
  color: var(--theme-color) !important;
  background: rgba(143, 187, 237, 0.1);
  font-style: normal;
}

.content form.search {
  transition: all 250ms ease-in-out;
}

body:has(.dc-titlebox input[aria-expanded=true]) article > *:not(.dc-titlebox):before,
body:has(.dc-titlebox input[aria-expanded=true]) .site-main > *:not(.hero):before, body:has(.hero input[aria-expanded=true]) article > *:not(.dc-titlebox):before,
body:has(.hero input[aria-expanded=true]) .site-main > *:not(.hero):before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 1, 1, 0.95);
  z-index: 1000000;
}
body:has(.dc-titlebox input[aria-expanded=true]) .dc-titlebox:before, body:has(.hero input[aria-expanded=true]) .dc-titlebox:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 1, 1, 0.85);
  z-index: 1;
}
body:has(.dc-titlebox input[aria-expanded=true]) .dc-titlebox .item .content > *:not(.dc-header-search),
body:has(.dc-titlebox input[aria-expanded=true]) .dc-titlebox .item .slider-video-wrapper, body:has(.hero input[aria-expanded=true]) .dc-titlebox .item .content > *:not(.dc-header-search),
body:has(.hero input[aria-expanded=true]) .dc-titlebox .item .slider-video-wrapper {
  opacity: 0;
}
body:has(.dc-titlebox input[aria-expanded=true]) .dc-titlebox .content form.search, body:has(.hero input[aria-expanded=true]) .dc-titlebox .content form.search {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body:has(.dc-titlebox input[aria-expanded=true]) .dc-titlebox .content form.search, body:has(.hero input[aria-expanded=true]) .dc-titlebox .content form.search {
    max-width: unset;
  }
}
body:has(.dc-titlebox input[aria-expanded=true]) .dc-titlebox .content form.search > input, body:has(.hero input[aria-expanded=true]) .dc-titlebox .content form.search > input {
  text-align: center;
}
body:has(.dc-titlebox input[aria-expanded=true]) .hero:before, body:has(.hero input[aria-expanded=true]) .hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 1, 1, 0.95);
  z-index: 1;
}
body:has(.dc-titlebox input[aria-expanded=true]) .hero .hero__inner .content > *:not(.dc-header-search),
body:has(.dc-titlebox input[aria-expanded=true]) .hero .hero__inner .slider-video-wrapper, body:has(.hero input[aria-expanded=true]) .hero .hero__inner .content > *:not(.dc-header-search),
body:has(.hero input[aria-expanded=true]) .hero .hero__inner .slider-video-wrapper {
  opacity: 0;
}
body:has(.dc-titlebox input[aria-expanded=true]) .hero .content form.search, body:has(.hero input[aria-expanded=true]) .hero .content form.search {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body:has(.dc-titlebox input[aria-expanded=true]) .hero .content form.search, body:has(.hero input[aria-expanded=true]) .hero .content form.search {
    max-width: unset;
  }
}
body:has(.dc-titlebox input[aria-expanded=true]) .hero .content form.search > input, body:has(.hero input[aria-expanded=true]) .hero .content form.search > input {
  text-align: center;
}

/*------------------------------------*\
  DC LISTING PAGE
\*------------------------------------*/
.category-list {
  position: relative;
  width: 100%;
  max-width: 1840px;
  margin: 0 auto !important;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-list .woocommerce-ordering {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-order: 2;
      order: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.category-list .dc-custom-breadcrumb {
  -ms-flex-order: 1;
      order: 1;
}

.category-list .dc-product-categories-grid {
  -ms-flex-order: 3;
      order: 3;
}

.category-list .woocommerce-pagination {
  -ms-flex-order: 4;
      order: 4;
}

.dc-custom-breadcrumb {
  width: 100%;
  overflow-x: scroll;
}
.dc-custom-breadcrumb ul.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 0;
  padding: 0;
}
.dc-custom-breadcrumb ul.breadcrumbs li {
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .dc-custom-breadcrumb ul.breadcrumbs li {
    margin: 0 12px 0 0;
  }
}
.dc-custom-breadcrumb ul.breadcrumbs li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 30px;
  padding-inline: 12px clamp(4px, 1.2vw, 16px);
  border: 2px solid var(--grey2-color);
  background: var(--light-color);
  border-radius: 6px;
  font-size: 12px;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .dc-custom-breadcrumb ul.breadcrumbs li a {
    font-size: 14px;
    border: 3px solid var(--grey2-color);
    padding-inline: 16px clamp(8px, 1.2vw, 16px);
    height: clamp(40px, 6vw, 52px);
  }
}
.dc-custom-breadcrumb ul.breadcrumbs li a .breadcrumb_image {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  aspect-ratio: 1/1;
  -ms-transform: translateX(-16px);
      transform: translateX(-16px);
}
@media only screen and (max-width: 767px) {
  .dc-custom-breadcrumb ul.breadcrumbs li a .breadcrumb_image {
    display: none;
  }
}
.dc-custom-breadcrumb ul.breadcrumbs li a .breadcrumb_image img {
  object-fit: cover;
  aspect-ratio: 1/1;
}
.dc-custom-breadcrumb ul.breadcrumbs li a:hover {
  border-color: var(--theme-color);
  color: var(--dark-color);
}
.dc-custom-breadcrumb ul.breadcrumbs li:first-child:not(:last-child) a {
  position: relative;
  padding-left: clamp(8px, 1.2vw, 16px);
}
.dc-custom-breadcrumb ul.breadcrumbs li:first-child:not(:last-child) a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: 12px;
  background: url("../img/single-arrow.svg") no-repeat;
  background-size: contain;
  transition: all 250ms ease-in-out;
  transform: translate3d(-15px, -1px, 0px) rotate(-180deg) !important;
}
.dc-custom-breadcrumb ul.breadcrumbs li:first-child:not(:last-child) a:hover:before {
  transform: translate3d(-20px, -1px, 0px) rotate(-180deg) !important;
}
.dc-custom-breadcrumb ul.breadcrumbs li:not(:first-child):not(:last-child) a {
  position: relative;
  padding-left: 24px;
}
.dc-custom-breadcrumb ul.breadcrumbs li:not(:first-child):not(:last-child) a:before {
  content: "";
  position: absolute !important;
  left: 4px;
  position: relative;
  width: 12px;
  height: 12px;
  background: url("../img/single-arrow.svg") no-repeat;
  background-size: contain;
  transition: all 250ms ease-in-out;
  transform: translate3d(0, -1px, 0px) rotate(-180deg) !important;
}
@media only screen and (min-width: 768px) {
  .dc-custom-breadcrumb ul.breadcrumbs li:not(:first-child):not(:last-child) a:before {
    left: 50px;
  }
}
.dc-custom-breadcrumb ul.breadcrumbs li:not(:first-child):not(:last-child) a:hover:before {
  transform: translate3d(-5px, -1px, 0px) rotate(-180deg) !important;
}
.dc-custom-breadcrumb ul.breadcrumbs li:not(:first-child):not(:last-child) a .breadcrumb_image {
  -ms-transform: translateX(-24px);
      transform: translateX(-24px);
}
.dc-custom-breadcrumb ul.breadcrumbs li:last-child a:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: 12px;
  background: url("../img/single-arrow.svg") no-repeat;
  background-size: contain;
  transition: all 250ms ease-in-out;
  transform: translate3d(5px, -1px, 0px) !important;
}
.dc-custom-breadcrumb ul.breadcrumbs li:last-child a:hover:after {
  transform: translate3d(10px, -1px, 0px) !important;
}

.woocommerce form.woocommerce-ordering {
  position: relative;
  height: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 0;
  display: none;
}
.woocommerce form.woocommerce-ordering select {
  width: 160px;
  height: 42px;
}

article.page > section.dc-product-categories-grid,
article.page > section.dc-custom-breadcrumb {
  width: 100%;
  max-width: 1840px;
  margin: 0 auto !important;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section.dc-product-categories-grid {
  padding-block: 40px;
  width: 100%;
}
.section.dc-product-categories-grid .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1.2vw, 20px);
}
@media only screen and (min-width: 560px) {
  .section.dc-product-categories-grid .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .section.dc-product-categories-grid .items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1000px) {
  .section.dc-product-categories-grid .items {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 1360px) {
  .section.dc-product-categories-grid .items {
    grid-template-columns: repeat(6, 1fr);
  }
}
.mobile-filter-toggle-wrapper {
  display: block;
  width: 100%;
}
.mobile-filter-toggle-wrapper a {
  font-size: 10px;
  border-radius: 6px;
  background: var(--dark-color);
  color: var(--light-color);
  padding: 4px 10px;
  width: 100%;
  display: block;
  text-align: center;
}

.shop-grid {
  width: 100%;
  max-width: 1840px;
  position: relative;
  padding-block: 60px !important;
  margin-inline: auto !important;
}
@media only screen and (max-width: 767px) {
  .shop-grid {
    padding-top: 20px !important;
  }
}
.shop-grid .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .shop-grid .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shop-grid .shop-sidebar {
  width: 290px;
}
@media only screen and (min-width: 768px) {
  .shop-grid .shop-sidebar {
    max-width: 25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .shop-grid .shop-sidebar {
    max-width: 25vw;
  }
}
@media only screen and (max-width: 767px) {
  .shop-grid .shop-sidebar {
    width: 66.66%;
  }
  .shop-grid .shop-sidebar .mobile_filter_close {
    font-size: 10px;
    border-radius: 6px;
    background: var(--dark-color);
    right: 6px;
    top: 10px;
    color: var(--light-color);
  }
}
.shop-grid .shop-sidebar > .widget_text:nth-child(2) {
  display: none;
}
.shop-grid .shop-sidebar .pwf-filter .pwf-woo-filter .pwf-woo-filter-notes {
  display: none;
}
.shop-grid .shop-sidebar .pwf-filter .pwf-woo-filter > .pwf-woo-filter-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .shop-grid .shop-sidebar .pwf-filter .pwf-woo-filter > .pwf-woo-filter-inner {
    padding: 64px 6px 6px 6px;
  }
}
.shop-grid .shop-sidebar .pwf-filter .shop-search {
  -ms-flex-order: 1;
      order: 1;
}
.shop-grid .shop-sidebar .pwf-filter .shop-search .pwf-field-item-title {
  display: none;
}
.shop-grid .shop-sidebar .pwf-filter .pwf-item-id-2 {
  -ms-flex-order: 2;
      order: 2;
}
.shop-grid .shop-sidebar .pwf-filter .pwf-item-id-3 {
  -ms-flex-order: 3;
      order: 3;
}
@media only screen and (max-width: 767px) {
  .shop-grid .shop-sidebar .pwf-filter .pwf-item-id-2,
.shop-grid .shop-sidebar .pwf-filter .pwf-item-id-3 {
    background: var(--grey1-color);
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .shop-grid .shop-sidebar .pwf-filter .pwf-item-id-2,
.shop-grid .shop-sidebar .pwf-filter .pwf-item-id-3 {
    margin-bottom: clamp(15px, 2.5vw, 25px) !important;
  }
}
.shop-grid .shop-sidebar .pwf-filter .pwf-field-item-priceslider {
  -ms-flex-order: 4;
      order: 4;
}
@media only screen and (max-width: 767px) {
  .shop-grid .shop-sidebar .pwf-filter .pwf-field-item-priceslider {
    display: none;
  }
}
.shop-grid .shop-sidebar .pwf-filter .pwf-field-item-title {
  margin-bottom: 0 !important;
}
.shop-grid .shop-sidebar .pwf-filter .pwf-field-item-title .text-title {
  font-weight: 600;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .shop-grid .shop-sidebar .pwf-filter .pwf-field-item-title .text-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .shop-grid .shop-sidebar .pwf-filter .pwf-field-item-title .pwf-toggle {
    display: none;
  }
}
.shop-grid .shop-sidebar .pwf-filter .pwf-field-item-title + .pwf-field-item-container {
  border-top: 1px solid var(--dark-color);
  margin-top: clamp(6px, 1vw, 15px) !important;
  padding-top: clamp(15px, 2.5vw, 25px);
  margin-bottom: 12px;
}
.shop-grid .shop-sidebar .pwf-filter .shop-search .pwf-field-item-title + .pwf-field-item-container {
  border-top: 0;
  margin-top: 0 !important;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .shop-grid .shop-sidebar .pwf-filter .shop-search .pwf-field-item-title + .pwf-field-item-container {
    margin-bottom: clamp(25px, 3vw, 40px) !important;
  }
}
.shop-grid .shop-sidebar .pwf-filter .pwf-checkbox-click-area .text-title {
  font-size: 16px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .shop-grid .shop-sidebar .pwf-filter .pwf-checkbox-click-area .text-title {
    font-size: 12px;
  }
}
.shop-grid .shop-sidebar .pwf-filter .pwf-field-item.pwf-field-item-checkboxlist .pwf-field-inner {
  max-height: 20vh;
  overflow-y: auto;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
.shop-grid .shop-sidebar .pwf-filter .pwf-field-item.pwf-field-item-checkboxlist.expanded .pwf-field-inner {
  max-height: none;
}
.shop-grid .shop-sidebar .pwf-filter .pwf-field-item.pwf-field-item-checkboxlist .pwf-toggle-button {
  padding: 8px 16px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.shop-grid .shop-list {
  width: calc(100% - 340px);
}
@media only screen and (max-width: 1099px) {
  .shop-grid .shop-list {
    width: calc(100% - 25vw - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .shop-grid .shop-list {
    width: 100%;
    padding-top: 20px;
  }
}
.shop-grid .shop-list ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1.2vw, 20px);
}
@media only screen and (min-width: 560px) {
  .shop-grid .shop-list ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .shop-grid .shop-list ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1000px) {
  .shop-grid .shop-list ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1360px) {
  .shop-grid .shop-list ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
}
.shop-grid .shop-list ul.products:before, .shop-grid .shop-list ul.products:after {
  display: none;
}
.shop-grid .shop-sidebar .pwf-filter .pwf-field-item-title + .pwf-field-item-container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}

.shop-grid .shop-sidebar .pwf-filter .pwf-field-item-title + .pwf-field-item-container .pwf-item,
.shop-grid .shop-sidebar .pwf-filter .pwf-field-item-title + .pwf-field-item-container .pwf-item .pwf-item {
  -ms-flex-order: 10;
      order: 10;
}

.pwf-woo-filter .pwf-items-hierarchical .pwf-item:has(:checked) .pwf-children {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}

.shop-grid .shop-sidebar .pwf-filter .pwf-field-item-title + .pwf-field-item-container .pwf-item:has(:checked),
.shop-grid .shop-sidebar .pwf-filter .pwf-field-item-title + .pwf-field-item-container .pwf-item .pwf-item:has(:checked) {
  -ms-flex-order: 1;
      order: 1;
}

/*------------------------------------*\
    SINGLE PRODUCT
\*------------------------------------*/
.section.single-product-content {
  overflow: hidden;
}
.custom-single-breadcrumb {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  color: var(--theme-color);
}
.custom-single-breadcrumb a {
  color: var(--theme-color);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce .section.single-product-content {
  padding-block: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .woocommerce .section.single-product-content {
    padding-top: 20px;
  }
}
.woocommerce .section.single-product-content > .inner div.product > div {
  float: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce .section.single-product-content > .inner div.product {
    display: -ms-flexbox;
    display: flex;
    gap: clamp(20px, 5vw, 100px);
  }
  .woocommerce .section.single-product-content > .inner div.product > div.images {
    width: calc(50% - 25px);
    max-width: calc(100dvh - 260px);
    max-width: 600px;
  }
  .woocommerce .section.single-product-content > .inner div.product > div.summary {
    width: calc(50% - 25px);
  }
}
.woocommerce .section.single-product-content > .inner div.product .images {
  position: relative;
}
.woocommerce .section.single-product-content > .inner div.product .images .slick-track {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.woocommerce .section.single-product-content > .inner div.product .images .slick-slide {
  float: none;
  height: unset;
}
.woocommerce .section.single-product-content > .inner div.product .images .wpgis-slider-for .slick-list {
  border-radius: 6px;
  border: 3px solid var(--grey1-color);
  overflow: hidden;
}
.woocommerce .section.single-product-content > .inner div.product .images .wpgis-slider-for .slick-slide {
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  aspect-ratio: 1/1;
  height: 100%;
}
.woocommerce .section.single-product-content > .inner div.product .images .wpgis-slider-for .slick-slide img.small-image {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.woocommerce .section.single-product-content > .inner div.product .images .wpgis-slider-for .slick-slide .image-caption {
  background: var(--grey1-color);
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 30px;
  height: 24px;
  padding-inline: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.woocommerce .section.single-product-content > .inner div.product .images .wpgis-slider-nav .slick-list {
  margin: 0 -8px;
}
.woocommerce .section.single-product-content > .inner div.product .images .wpgis-slider-nav .slick-slide {
  position: relative;
  margin: 0 8px !important;
  border-radius: 6px;
  background: var(--grey2-color);
}
.woocommerce .section.single-product-content > .inner div.product .images .wpgis-slider-nav .slick-slide img {
  border-radius: 6px;
}
.woocommerce .section.single-product-content > .inner div.product .images .wpgis-slider-nav .slick-slide .image-caption {
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: calc(100% + 6px);
}
.woocommerce .section.single-product-content > .inner div.product .images .brand-logo {
  display: none;
}
.woocommerce .section.single-product-content > .inner div.product .summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 6px;
}
.woocommerce .section.single-product-content > .inner div.product .summary > * {
  -ms-flex-order: 10;
      order: 10;
}
.woocommerce .section.single-product-content > .inner div.product .summary .product_title {
  -ms-flex-order: 1;
      order: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.woocommerce .section.single-product-content > .inner div.product .summary .product_title span {
  -ms-flex-order: 1;
      order: 1;
}
.woocommerce .section.single-product-content > .inner div.product .summary .product_title .brand-logo {
  width: 190px;
  -ms-flex-order: 2;
/*       order: 2; */
}
.woocommerce .section.single-product-content > .inner div.product .summary .product_title .brand-logo img {
  border: 4px solid var(--bluelight-color);
  border-radius: 20px;
  display: block;
  padding: 6px;
}
.woocommerce .section.single-product-content > .inner div.product .summary h1 {
  font-weight: 500;
  -ms-flex-order: 1;
      order: 1;
}
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-product-details__short-description {
  margin-bottom: 0;
  -ms-flex-order: 2;
      order: 2;
}
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-product-details__short-description h3,
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-product-details__short-description h4,
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-product-details__short-description h5,
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-product-details__short-description p,
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-product-details__short-description li {
  color: var(--grey-color);
  font-size: 16px;
  font-weight: 400;
}
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-product-details__short-description li {
/*   padding-bottom: 4px; */
}
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-product-details__short-description li::marker {
/*   font-size: 12px; */
}
.woocommerce .section.single-product-content > .inner div.product .summary > p:nth-child(3) {
  display: none;
}
.woocommerce .section.single-product-content > .inner div.product .summary > p.price {
  -ms-flex-order: 3;
      order: 3;
  color: var(--dark-color);
}
.woocommerce .section.single-product-content > .inner div.product .summary .pricing {
  display: none;
}
.woocommerce .section.single-product-content > .inner div.product .summary .product_title.entry-title + .pricing + .variations_form {
  padding-top: 20px;
}
.woocommerce .section.single-product-content > .inner div.product .summary .variations_form.cart {
  -ms-flex-order: 3;
      order: 3;
  position: relative;
  padding-top: 50px;
}
.woocommerce .section.single-product-content > .inner div.product .summary .variations_form.cart .woocommerce-variation-price {
  position: absolute;
  top: 0;
}
.woocommerce .section.single-product-content > .inner div.product .summary .variations_form.cart .woocommerce-variation-price span.price {
  color: var(--dark-color);
  font-size: 1em;
}
.woocommerce .section.single-product-content > .inner div.product .summary .variations_form.cart .variations th {
  text-align: left;
  width: 120px;
  line-height: 1em;
}
.woocommerce .section.single-product-content > .inner div.product .summary .variations_form.cart .variations td select {
  border-radius: 40px;
  line-height: 50px;
  height: 50px;
  padding-left: 15px;
  border: 1px solid var(--grey-color);
  padding-inline: 30px 15px;
  margin-bottom: 20px;
  width: 100px;
}
.woocommerce .section.single-product-content > .inner div.product .summary .variations_form.cart .variations td select:has(option) {
  color: var(--grey-color);
  transition: all 250ms ease-in-out;
}
.woocommerce .section.single-product-content > .inner div.product .summary > * {
  max-width: 700px;
}
.woocommerce .section.single-product-content > .inner div.product .summary .product_meta {
  -ms-flex-order: 4;
      order: 4;
  color: var(--grey-color);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 25px;
  border-top: 1px solid var(--greylight-color);
}
.woocommerce .section.single-product-content > .inner div.product .summary .product_meta .sku {
  font-weight: 400;
  text-transform: none;
}
.woocommerce .section.single-product-content > .inner div.product .summary .product_meta a {
  color: var(--grey-color);
  font-weight: 400;
}
.woocommerce .section.single-product-content > .inner div.product .summary .product_meta a:hover {
  color: var(--theme-color);
}
.woocommerce .section.single-product-content > .inner div.product .summary .product-links ul {
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0 0 0;
}
.woocommerce .section.single-product-content > .inner div.product .summary .product-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-variation-add-to-cart {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-variation-add-to-cart .quantity {
  margin: 0;
}
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-variation-add-to-cart .quantity input {
  border-radius: 40px;
  line-height: 50px;
  height: 50px;
  padding-left: 15px;
  border: 1px solid var(--grey-color);
  padding-inline: 30px 15px;
  width: 100px;
}
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  line-height: clamp(36px, 3vw, 50px);
  font-size: clamp(14px, 1.5vw, 16px);
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding-inline: clamp(15px, 1.5vw, 30px);
  margin-top: clamp(12px, 2vw, 20px);
  margin-right: 12px;
  opacity: 1;
  background: var(--light-color);
  color: var(--dark-color);
  background: var(--theme-color);
  color: var(--light-color);
  padding-block: 0;
  padding-inline: 40px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    line-height: 50px;
    margin-right: 12px;
  }
}
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button > span {
  position: relative;
  white-space: nowrap;
}
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  text-decoration: none !important;
}
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover:before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.woocommerce .section.single-product-content > .inner div.product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  background: var(--dark-color);
}
.woocommerce .section.single-product-content > .inner div.product .summary .stock.out-of-stock {
  display: none;
}

.woocommerce .section.dc-accordion {
  padding-block: 0 60px;
}
.woocommerce .section.dc-accordion .accordion .content {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
}
.woocommerce .section.dc-accordion .accordion .content p {
  max-width: 1000px;
}
.woocommerce .section.dc-accordion .accordion .content p:has(iframe) {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}
.woocommerce .section.dc-accordion .accordion .content p:has(iframe) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce .section.dc-accordion .accordion .content .video-items {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.woocommerce .section.dc-accordion .accordion .content .video-items .image-wrapper {
  position: relative;
}
.woocommerce .section.dc-accordion .accordion .content .video-items .image-wrapper:hover .play-btn-overlay:before {
  background: var(--theme-color);
}
.woocommerce .section.dc-accordion .accordion .content .video-items .play-btn-overlay {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
}
.woocommerce .section.dc-accordion .accordion .content .video-items .play-btn-overlay:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  background: var(--light-color);
  border-radius: 100px;
}
.woocommerce .section.dc-accordion .accordion .content .video-items .play-btn-overlay .play-btn {
  position: relative;
  z-index: 10;
}
.woocommerce .section.dc-accordion .accordion .content .gallery-item {
  border-radius: 6px;
  background: var(--grey1-color);
  overflow: hidden;
}
.woocommerce .section.dc-accordion .accordion .content .gallery-item img {
  width: 100%;
  background: var(--grey1-color);
}
.woocommerce .section.dc-accordion .accordion .content .dc-btn:hover {
  background: var(--dark-color) !important;
}
@media only screen and (min-width: 768px) {
  .woocommerce .section.dc-accordion .accordion .content {
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce .section.dc-accordion .accordion .content > .left {
    width: 50%;
    padding-right: 10%;
  }
  .woocommerce .section.dc-accordion .accordion .content .right {
    width: 50%;
  }
  .woocommerce .section.dc-accordion .accordion .content .right .product-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .woocommerce .section.dc-accordion .accordion .content .right .product-gallery .gallery-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .woocommerce .section.dc-accordion .accordion .content .right .product-gallery .gallery-item:first-child:last-child {
    width: 100%;
  }
  .woocommerce .section.dc-accordion .accordion .content .right .product-gallery .gallery-item img {
    display: block;
  }
}
.woocommerce .section.dc-accordion .accordion#accordion_downloads ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .section.dc-accordion .accordion#accordion_downloads ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-product .related-products-wrapper {
  width: 100%;
  max-width: 1840px;
  margin: 60px auto !important;
}
@media only screen and (min-width: 768px) {
  .single-product .related-products-wrapper {
    display: -ms-flexbox;
    display: flex;
    gap: clamp(20px, 3vw, 50px);
  }
  .single-product .related-products-wrapper > .section {
    width: calc(50% - 25px);
  }
}
.single-product .related-products-wrapper .section_intro {
  padding: 0 !important;
  margin-bottom: clamp(16px, 2vw, 40px) !important;
}
.single-product .related-products-wrapper .section_intro h2 {
  font-size: clamp(1.625rem, 1.0781rem + 1.5625vw, 2.25rem);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .single-product .related-products-wrapper > .section {
    margin: 0 0 20px 0 !important;
  }
}
.single-product .related-products-wrapper > .section.upsells .inner .slick-list {
  margin-left: -20px;
}
.single-product .related-products-wrapper > .section .inner {
  background: var(--grey2-color);
  border-radius: 6px;
  padding: clamp(30px, 4vw, 70px) clamp(20px, 3vw, 50px) clamp(20px, 3vw, 40px);
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .single-product .related-products-wrapper > .section .inner .slick-list {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .single-product .related-products-wrapper > .section .inner .slick-list {
    width: calc(100% + 40px);
    margin-left: -9px;
  }
}
.single-product .related-products-wrapper > .section .inner .slick-track {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .single-product .related-products-wrapper > .section .inner .slick-track {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .related-products-wrapper > .section .inner .item {
    width: 100%;
  }
}
.single-product .related-products-wrapper > .section .inner .item .image-wrapper {
  aspect-ratio: 1/1;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.single-product .related-products-wrapper > .section .inner .item .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: all 250ms ease-in-out;
}
.single-product .related-products-wrapper > .section .inner .item h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.single-product .related-products-wrapper > .section .inner .item .price {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-product .related-products-wrapper > .section .inner .item:hover .image-wrapper img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.single-product .related-products-wrapper > .section .inner .slick-arrow {
  display: none !important;
}

article.page > .woocommerce {
  width: 100%;
  max-width: 1300px;
  margin: 60px auto !important;
}
article.page > .woocommerce .coupon input#coupon_code {
  width: 200px;
  float: none;
  height: 40px;
  line-height: 1em;
  border-radius: 6px;
}
article.page > .woocommerce button {
  height: 40px;
  border-radius: 6px;
  -ms-transform: translateY(1px);
      transform: translateY(1px);
}
article.page > .woocommerce button:hover {
  background: var(--theme-color);
  color: var(--light-color);
}
article.page > .woocommerce .wc-proceed-to-checkout a.checkout-button {
  background: var(--theme-color);
  color: var(--light-color);
}
article.page > .woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--dark-color);
  color: var(--light-color);
}
article.page > .woocommerce .woocommerce-info {
  border-top-color: var(--theme-color);
}
article.page > .woocommerce .woocommerce-info::before {
  color: var(--theme-color);
}
article.page > .woocommerce #payment #place_order {
  background: var(--theme-color);
}
article.page > .woocommerce #payment #place_order:hover {
  background: var(--dark-color);
}

@media only screen and (min-width: 768px) {
  .product:has(.single-product-images) > .images {
    width: calc(65% - 25px) !important;
  }
  .product:has(.single-product-images) .summary {
    width: calc(35% - 25px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.product > .images > .single-product-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product > .images > .single-product-images > div {
  width: calc(33.333% - 10px);
  margin-right: 10px;
  margin-bottom: 6px;
  border-radius: 6px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .product > .images > .single-product-images > div {
    width: calc(25% - 10px);
  }
}
.product > .images > .single-product-images > div img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1/1;
}
.product > .images > .single-product-images > div img.full-image, .product > .images > .single-product-images > div img.size-full {
  display: none;
}
.product > .images > .single-product-images > div .image-caption {
  font-size: 10px;
  line-height: 1.1em;
  margin-bottom: 16px;
}
.product > .images > .single-product-images > div .small-image {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 6px;
}

#wpgis-gallery > .slick-arrow {
  display: none !important;
}

.product > .images > .single-product-images > div {
  position: relative;
}
.product > .images > .single-product-images > div:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.product > .images > .single-product-images > div > * {
  -ms-flex-order: 10;
      order: 10;
}
.product > .images > .single-product-images > div > .image-caption:last-child {
  -ms-flex-order: 2;
      order: 2;
}
.product > .images > .single-product-images > div a.wpgis-popup.fa.fa-expand {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  font-size: 0;
}

/*------------------------------------*\
    CART
\*------------------------------------*/
article.page > .woocommerce {
  width: 100%;
  max-width: 1300px;
  margin: 60px auto !important;
}
article.page > .woocommerce .coupon input#coupon_code {
  width: 200px;
  float: none;
  height: 40px;
  line-height: 1em;
  border-radius: 6px;
}
article.page > .woocommerce button {
  height: 40px;
  border-radius: 6px;
  -ms-transform: translateY(1px);
      transform: translateY(1px);
}
article.page > .woocommerce button:hover {
  background: var(--theme-color);
  color: var(--light-color);
}
article.page > .woocommerce .wc-proceed-to-checkout a.checkout-button {
  background: var(--theme-color);
  color: var(--light-color);
}
article.page > .woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--dark-color);
  color: var(--light-color);
}
article.page > .woocommerce .woocommerce-info {
  border-top-color: var(--theme-color);
}
article.page > .woocommerce .woocommerce-info::before {
  color: var(--theme-color);
}
article.page > .woocommerce #payment #place_order {
  background: var(--theme-color);
}
article.page > .woocommerce #payment #place_order:hover {
  background: var(--dark-color);
}

article.page > .woocommerce .woocommerce-MyAccount-navigation {
  background: var(--dark-color);
  border-radius: 20px;
  padding: 20px;
  max-width: 240px;
}
article.page > .woocommerce .woocommerce-MyAccount-navigation li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
article.page > .woocommerce .woocommerce-MyAccount-navigation li a {
  color: var(--light-color);
}
article.page > .woocommerce .woocommerce-MyAccount-navigation li a:hover {
  color: var(--theme-color);
}

:root {
  --woocommerce: #720eec;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #720eec;
  --wc-primary-text: #fcfbfe;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #958e09;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
  --wc-form-border-color: rgba(32, 7, 7, 0.8);
  --wc-form-border-radius: 4px;
  --wc-form-border-width:1px ;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: star;
  src: url(../fonts/WooCommerce.woff2) format("woff2"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(../fonts/WooCommerce.woff2) format("woff2"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  -ms-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0.5em;
  display: block;
  background-color: var(--wc-form-color-background, #fff);
  border: var(--wc-form-border-width) solid var(--wc-form-border-color);
  border-radius: var(--wc-form-border-radius);
  color: var(--wc-form-color-text, #000);
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  line-height: normal;
  height: auto;
}
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus {
  border-color: currentColor;
}
.woocommerce form .form-row select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 3em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 0.5em) 50%;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  box-shadow: none;
}
.woocommerce form .form-row .required {
  color: var(--wc-red);
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: var(--wc-red);
}
.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: var(--wc-red);
}
.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection {
  border-color: var(--wc-red);
}
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: var(--wc-green);
}
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border-color: var(--wc-green);
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}

.select2-container {
  width: 100%;
}
.select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.5em;
  line-height: normal;
  box-sizing: border-box;
  color: var(--wc-form-color-text, #444);
  font-weight: 400;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 2px;
  right: 0.5em;
  height: 100%;
  width: 16px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border: none;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
}
.select2-container .select2-dropdown,
.select2-container .select2-selection {
  background-color: var(--wc-form-color-background, #fff);
  border: var(--wc-form-border-width, 1px) solid var(--wc-form-border-color, #aaa);
  border-radius: var(--wc-form-border-radius, 4px);
}
.select2-container.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  margin: 0;
}

/* GRAVITY FORMS */
/*------------------------------------*\
	GRAVITY FORM
\*------------------------------------*/
.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px !important;
  grid-row-gap: 26px !important;
}
.gform_wrapper.gravity-theme .ginput_container {
  margin: 0 !important;
}
.gform_wrapper.gravity-theme .ginput_container input[type=email],
.gform_wrapper.gravity-theme .ginput_container input[type=number],
.gform_wrapper.gravity-theme .ginput_container input[type=password],
.gform_wrapper.gravity-theme .ginput_container input[type=tel],
.gform_wrapper.gravity-theme .ginput_container input[type=text],
.gform_wrapper.gravity-theme .ginput_container input[type=url],
.gform_wrapper.gravity-theme .ginput_container textarea.medium,
.gform_wrapper.gravity-theme .ginput_container textarea.large,
.gform_wrapper.gravity-theme .ginput_container textarea.small,
.gform_wrapper.gravity-theme .ginput_container select,
.gform_wrapper.gravity-theme .ginput_container #theme-page select {
  font-size: clamp(0.875rem, 0.7261rem + 0.4255vw, 1.125rem) !important;
  color: var(--dark-color) !important;
  line-height: 18px;
  background-color: var(--light-color) !important;
  box-shadow: none;
  margin: 0 !important;
  padding: 12px 16px 10px !important;
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--grey-color) !important;
  border-radius: 10px;
  -webkit-appearance: button;
}
.gform_wrapper.gravity-theme .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container select::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container #theme-page select::-webkit-input-placeholder {
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper.gravity-theme .ginput_container input[type=email]:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=number]:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=password]:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=tel]:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=text]:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=url]:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.medium:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.large:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.small:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container select:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container #theme-page select:-moz-placeholder {
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper.gravity-theme .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container select::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container #theme-page select::-moz-placeholder {
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper.gravity-theme .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container select:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container #theme-page select:-ms-input-placeholder {
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper.gravity-theme .ginput_container input[type=email]:focus,
.gform_wrapper.gravity-theme .ginput_container input[type=number]:focus,
.gform_wrapper.gravity-theme .ginput_container input[type=password]:focus,
.gform_wrapper.gravity-theme .ginput_container input[type=tel]:focus,
.gform_wrapper.gravity-theme .ginput_container input[type=text]:focus,
.gform_wrapper.gravity-theme .ginput_container input[type=url]:focus,
.gform_wrapper.gravity-theme .ginput_container textarea.medium:focus,
.gform_wrapper.gravity-theme .ginput_container textarea.large:focus,
.gform_wrapper.gravity-theme .ginput_container textarea.small:focus,
.gform_wrapper.gravity-theme .ginput_container select:focus,
.gform_wrapper.gravity-theme .ginput_container #theme-page select:focus {
  background: var(--light-color) !important;
  color: var(--dark-color) !important;
}
.gform_wrapper.gravity-theme .ginput_container input[type=email]:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=number]:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=password]:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=tel]:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=text]:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=url]:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.medium:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.large:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.small:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container select:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container #theme-page select:focus::-webkit-input-placeholder {
  color: var(--dark-color) !important;
}
.gform_wrapper.gravity-theme .ginput_container input[type=email]:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=number]:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=password]:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=tel]:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=text]:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=url]:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.medium:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.large:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.small:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container select:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container #theme-page select:focus:-moz-placeholder {
  color: var(--dark-color) !important;
}
.gform_wrapper.gravity-theme .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container select:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .ginput_container #theme-page select:focus::-moz-placeholder {
  color: var(--dark-color) !important;
}
.gform_wrapper.gravity-theme .ginput_container input[type=email]:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=number]:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=password]:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=tel]:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=text]:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container input[type=url]:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.medium:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.large:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container textarea.small:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container select:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .ginput_container #theme-page select:focus:-ms-input-placeholder {
  color: var(--dark-color) !important;
}
.gform_wrapper.gravity-theme .ginput_container select {
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.gform_wrapper.gravity-theme .ginput_container select:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.gform_wrapper.gravity-theme .ginput_container select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.gform_wrapper.gravity-theme .ginput_container .textarea.large {
  height: 180px;
}

.gform_wrapper .gform-body .gfield .gfield_label {
  color: var(--grey-color) !important;
  line-height: 1em !important;
  font-weight: 600;
  text-transform: uppercase;
}
.gform_wrapper .gform-body .gfield:focus .gfield_label {
  color: var(--dark-color);
}
.gform_wrapper .gform-body .gfield .gfield_radio label {
  font-size: clamp(0.875rem, 0.7261rem + 0.4255vw, 1.125rem) !important;
  margin-left: 10px;
}

.gform_wrapper .gform_footer {
  margin: 45px 0 0 !important;
  padding: 0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer {
    margin-top: 35px !important;
    padding-top: 0 !important;
  }
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  margin: 0 !important;
  padding: 14px 20px !important;
  border: 1px solid var(--theme-color) !important;
  border-radius: 30px !important;
  background: var(--theme-color) !important;
  color: var(--light-color) !important;
  line-height: 16px !important;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    line-height: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    line-height: 2;
    min-height: 2rem;
    max-width: 560px;
  }
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: var(--dark-color) !important;
  color: var(--theme-color) !important;
}

.gform_wrapper > .gform_validation_errors {
  display: none;
}
.gform_wrapper > .gform_validation_errors + form {
  padding-bottom: 30px;
}
@media only screen and (max-width: 849px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 10px;
  }
  .gform_wrapper > .gform_validation_errors + form div.gform_body ul.top_label.form_sublabel_below li.gfield {
    margin-bottom: 50px !important;
  }
}
.gform_wrapper .gfield.gfield_error .validation_message {
  font-weight: 400;
  color: red;
}
.gform_wrapper form div.gform_body .top_label.form_sublabel_below .gfield.gfield.gfield_error > .gfield_label {
  color: red !important;
}
.gform_wrapper form div.gform_body .top_label.form_sublabel_below .gfield.gfield.gfield_error > .ginput_container > input {
  border-color: red !important;
}

/*------------------------------------*\

FORMS SIDEBAR

\*------------------------------------*/
.form-sidebar {
  position: fixed;
  top: 0;
  right: -700px;
  height: 100%;
  width: calc(100vw - 80px);
  max-width: 615px;
  -ms-flex-align: inherit;
      align-items: inherit;
  z-index: 100000;
  background: white;
  box-shadow: 0 0 12px 2px rgba(40, 40, 40, 0.2);
  transition: all 200ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .form-sidebar {
    width: 100vw;
  }
}
.form-sidebar.active {
  right: 0;
}
.form-sidebar .inner-wrapper {
  padding: 70px 60px;
  background: var(--grey-color);
  overflow: scroll;
  max-height: 100vh;
  min-height: 100vh;
}
@media only screen and (max-width: 767px) {
  .form-sidebar .inner-wrapper {
    padding: 50px 25px;
  }
}
.form-sidebar .inner-wrapper > .form-sidebar-close {
  position: absolute;
  top: 20px;
  left: -65px;
}
@media only screen and (max-width: 767px) {
  .form-sidebar .inner-wrapper > .form-sidebar-close {
    left: auto;
    right: 20px;
  }
}
.form-sidebar .inner-wrapper > .form-sidebar-close i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
  width: 40px;
  height: 40px;
  color: #FF6600;
  font-size: 23px;
  background: white;
  border-radius: 100px;
  box-shadow: 0 0 8px 2px rgba(20, 20, 20, 0.2);
}
.form-sidebar .gform_heading h2 {
  font-size: 36px;
}
.form-sidebar .gform_confirmation_wrapper {
  min-height: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/*------------------------------------*\

    GRAVITY FORM POPUP CONFIRMATION

\*------------------------------------*/
#dc-overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.dc-gform-popup {
  display: block;
  margin: auto;
  max-height: 400px;
  max-width: 720px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
}
.dc-gform-popup .button-wrapper {
  margin-top: 40px;
}
.dc-gform-popup .notification-inner {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 60px;
}
.dc-gform-popup:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10000;
  background: rgba(40, 40, 40, 0.2);
}

/* FANCYBOX */
/*------------------------------------*\

	DC FANCYBOX

\*------------------------------------*/
.compensate-for-scrollbar {
  margin-right: auto !important;
}

.fancybox-container {
  z-index: 100000;
}

/* PAGES */
/*------------------------------------*\
	PAGE - NEWS
\*------------------------------------*/
.section.dc-news-grid {
  overflow: hidden;
}
.section.dc-news-grid .grid-items.col4 .dc-card {
  width: calc(33.3333333333% - 30px) !important;
}
@media only screen and (max-width: 949px) {
  .section.dc-news-grid .grid-items.col4 .dc-card {
    width: calc(50% - 30px) !important;
  }
}
@media only screen and (max-width: 650px) {
  .section.dc-news-grid .grid-items.col4 .dc-card {
    width: calc(100% - 30px) !important;
  }
}
.section.dc-news-grid .grid-items.col4 .dc-card .content-wrapper {
  padding: clamp(20px, 1.4vw, 30px) clamp(20px, 1.4vw, 30px) clamp(30px, 2.5vw, 50px);
}

.panel.single-post article.post > .image-wrapper,
.panel.single-post article.page > .image-wrapper {
  max-width: 1200px !important;
  margin: 0 auto 60px;
  padding: 0 30px 20px;
  position: relative;
  z-index: 10;
}
.panel.single-post article.post > .image-wrapper > img,
.panel.single-post article.page > .image-wrapper > img {
  width: 100%;
  border-radius: 30px;
}
.panel.single-post article.post .content,
.panel.single-post article.page .content {
  max-width: 1200px !important;
  margin: 0 auto 130px;
  padding: 0 30px 20px;
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 850px) {
  .panel.single-post article.post .content,
.panel.single-post article.page .content {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 20%;
  }
}
.panel.single-post article.post .content .image-wrapper,
.panel.single-post article.page .content .image-wrapper {
  position: relative;
  margin: -80px 0 40px;
  width: 100%;
  -ms-flex-order: 1;
      order: 1;
}
@media only screen and (min-width: 768px) {
  .panel.single-post article.post .content .image-wrapper,
.panel.single-post article.page .content .image-wrapper {
    margin: -80px 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .panel.single-post article.post .content .image-wrapper,
.panel.single-post article.page .content .image-wrapper {
    margin: -130px -120px 100px;
    width: calc(100% + 240px);
  }
}
.panel.single-post article.post .content .image-wrapper > img,
.panel.single-post article.page .content .image-wrapper > img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
}
.panel.single-post article.post .content .image-wrapper .wp-caption-text,
.panel.single-post article.page .content .image-wrapper .wp-caption-text {
  position: absolute;
  bottom: 5px;
  left: 30px;
  padding: 10px 30px;
  background: rgba(1, 1, 1, 0.5);
  border-radius: 20px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  width: calc(100% - 60px);
  max-width: 665px;
}
.panel.single-post article.post .content .dc-meta-wrapper,
.panel.single-post article.page .content .dc-meta-wrapper {
  -ms-flex-order: 3;
      order: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 30px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .panel.single-post article.post .content .dc-meta-wrapper,
.panel.single-post article.page .content .dc-meta-wrapper {
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .panel.single-post article.post .content .dc-meta-wrapper,
.panel.single-post article.page .content .dc-meta-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 850px) {
  .panel.single-post article.post .content .dc-meta-wrapper,
.panel.single-post article.page .content .dc-meta-wrapper {
    padding-top: 0;
    margin-top: 0;
    width: 70px;
    position: absolute;
    top: 0;
    left: 30px;
  }
}
.panel.single-post article.post .content .dc-meta-wrapper .share-title,
.panel.single-post article.page .content .dc-meta-wrapper .share-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.1em;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .panel.single-post article.post .content .dc-meta-wrapper .share-title,
.panel.single-post article.page .content .dc-meta-wrapper .share-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.panel.single-post article.post .content .dc-meta-wrapper .social-share-inner ul,
.panel.single-post article.page .content .dc-meta-wrapper .social-share-inner ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media only screen and (min-width: 850px) {
  .panel.single-post article.post .content .dc-meta-wrapper .social-share-inner ul,
.panel.single-post article.page .content .dc-meta-wrapper .social-share-inner ul {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.panel.single-post article.post .content .dc-meta-wrapper .social-share-inner ul li,
.panel.single-post article.page .content .dc-meta-wrapper .social-share-inner ul li {
  list-style: none;
  margin-left: 0;
  margin-right: 10px;
}
.panel.single-post article.post .content .dc-meta-wrapper .social-share-inner ul li a,
.panel.single-post article.page .content .dc-meta-wrapper .social-share-inner ul li a {
  font-size: 30px;
  color: white;
  display: block;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.panel.single-post article.post .content .dc-meta-wrapper .social-share-inner ul li a.facebook-share,
.panel.single-post article.page .content .dc-meta-wrapper .social-share-inner ul li a.facebook-share {
  background: url(../img/icon-facebook.svg);
}
.panel.single-post article.post .content .dc-meta-wrapper .social-share-inner ul li a.linkedin-share,
.panel.single-post article.page .content .dc-meta-wrapper .social-share-inner ul li a.linkedin-share {
  background: url(../img/icon-linkedin.svg);
}
.panel.single-post article.post .content .dc-meta-wrapper .social-share-inner ul li a.twitter-share,
.panel.single-post article.page .content .dc-meta-wrapper .social-share-inner ul li a.twitter-share {
  background: url(../img/icon-x_twitter.svg);
}
.panel.single-post article.post .content .dc-meta-wrapper .social-share-inner ul li a.email-share,
.panel.single-post article.page .content .dc-meta-wrapper .social-share-inner ul li a.email-share {
  background: url(../img/icon-email.svg);
}
.panel.single-post article.post .content .dc-meta-wrapper .social-share-inner ul li a > i,
.panel.single-post article.post .content .dc-meta-wrapper .social-share-inner ul li a > svg,
.panel.single-post article.page .content .dc-meta-wrapper .social-share-inner ul li a > i,
.panel.single-post article.page .content .dc-meta-wrapper .social-share-inner ul li a > svg {
  display: none;
}
.panel.single-post article.post .content .dc-meta-wrapper .social-share-inner ul li label,
.panel.single-post article.page .content .dc-meta-wrapper .social-share-inner ul li label {
  line-height: 0.8em;
}
.panel.single-post article.post .content .dc-meta-wrapper .button-wrapper,
.panel.single-post article.page .content .dc-meta-wrapper .button-wrapper {
  -ms-flex: 1;
      flex: 1;
  text-align: right;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .panel.single-post article.post .content .dc-meta-wrapper .button-wrapper,
.panel.single-post article.page .content .dc-meta-wrapper .button-wrapper {
    width: 100%;
    margin-top: -4px;
  }
}
.panel.single-post article.post .content .inner,
.panel.single-post article.page .content .inner {
  -ms-flex-order: 2;
      order: 2;
}
@media only screen and (min-width: 850px) {
  .panel.single-post article.post .content .inner,
.panel.single-post article.page .content .inner {
    width: 80%;
  }
}
.panel.single-post article.post .content .inner img,
.panel.single-post article.page .content .inner img {
  margin: 60px 0;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
}
.panel.single-post article.post .content .inner p,
.panel.single-post article.page .content .inner p {
  margin-bottom: 30px;
}
.panel.single-post article.post .content .inner p .dc-orange-text,
.panel.single-post article.page .content .inner p .dc-orange-text {
  display: block;
}
.panel.single-post article.post .content .inner > .wp-caption,
.panel.single-post article.page .content .inner > .wp-caption {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  .panel.single-post article.post .content .inner > .wp-caption,
.panel.single-post article.page .content .inner > .wp-caption {
    margin: 60px 0;
  }
}
.panel.single-post article.post .content .inner > .wp-caption img,
.panel.single-post article.page .content .inner > .wp-caption img {
  margin: 0;
}
.panel.single-post article.post .content .inner > .wp-caption .wp-caption-text,
.panel.single-post article.page .content .inner > .wp-caption .wp-caption-text {
  position: absolute;
  bottom: 5px;
  left: 30px;
  padding: 10px 30px;
  background: rgba(1, 1, 1, 0.5);
  border-radius: 20px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  width: calc(100% - 60px);
  max-width: 665px;
}
.panel.single-post article.post .dc-news-grid,
.panel.single-post article.page .dc-news-grid {
  margin: 0;
}
.panel.single-post article.post .dc-news-grid .item.dc-card,
.panel.single-post article.page .dc-news-grid .item.dc-card {
  background: none;
}

.single-post .inner-wrapper {
  max-width: 870px;
  margin: clamp(20px, 2.5vw, 50px) auto;
  padding-inline: 20px;
}

.single-post .dc-titlebox h1 {
  margin: 20px 0 0 0 !important;
  font-size: clamp(1.625rem, 2rem + 1.5625vw, 4.5rem) !important;
}

.single-post .dc-titlebox {
  padding-block: 50px;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.single-post .inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 1720px;
  margin: 0 auto;
  height: 560px;
  max-height: 60vw;
}

.single-post .dc-titlebox .text {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

/*------------------------------------*\
   404
\*------------------------------------*/
body.error404 .panel.main .row .M12 {
  padding: 0;
}
body.error404 .panel.main .row #post-404 {
  width: 100%;
  max-width: 1840px;
  margin: 0 auto !important;
  text-align: center;
  font-size: 18px;
}
body.error404 .panel.main .row #post-404 .page_not_found span {
  display: block;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-title {
  color: #FF6600;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
  color: #FF6600;
  font-size: 180px;
  text-transform: uppercase;
  padding: 0px 0 30px;
  font-weight: 100;
  line-height: 170px;
}
body.error404 .panel.main .row #post-404 .error_search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
body.error404 .panel.main .row #post-404 .error_search form.search {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input {
  color: var(--dark-color) !important;
  font-size: 18px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 10px !important;
  background: none;
  background-color: var(--light-color) !important;
  padding: 15px 30px !important;
  margin: 0 !important;
  width: 60%;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus {
  border-color: var(--grey-color) !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-webkit-input-placeholder {
  color: var(--dark-color);
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: var(--dark-color);
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus:-ms-input-placeholder {
  color: var(--dark-color);
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: var(--dark-color);
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
  line-height: clamp(36px, 3vw, 50px);
  font-size: clamp(14px, 1.5vw, 16px);
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding-inline: clamp(15px, 1.5vw, 30px);
  margin-top: clamp(12px, 2vw, 20px);
  margin-right: 12px;
  opacity: 1;
  background: var(--light-color);
  color: var(--dark-color);
  margin: 0 0 0 20px !important;
}
@media only screen and (min-width: 768px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    line-height: 50px;
    margin-right: 12px;
  }
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit > span {
  position: relative;
  white-space: nowrap;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  text-decoration: none !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover:before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
@media only screen and (max-width: 650px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    padding: 6px 32px !important;
  }
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  background: #FF6600 !important;
  color: #FFFFFF !important;
}

.error404 .page_container {
  background: #f1e8dc;
}

/*------------------------------------*\
  SEARCH RESULTS
\*------------------------------------*/
body.search-results .search-content,
body.search-no-results .search-content {
  margin: auto;
  max-width: 1840px;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px !important;
  margin-bottom: 50px !important;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.search-results .search-content > article,
body.search-no-results .search-content > article {
  width: 25%;
}
body.search-results .search-content form.search,
body.search-no-results .search-content form.search {
  max-width: 800px;
  margin: 50px auto;
  display: -ms-flexbox;
  display: flex;
}
body.search-results .search-content form.search input,
body.search-no-results .search-content form.search input {
  color: var(--dark-color) !important;
  font-size: 18px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 10px !important;
  background: none;
  background-color: var(--light-color) !important;
  padding: 15px 30px !important;
  margin: 0 !important;
  width: 60%;
}
body.search-results .search-content form.search input:focus,
body.search-no-results .search-content form.search input:focus {
  border-color: var(--grey-color) !important;
}
body.search-results .search-content form.search input::-webkit-input-placeholder,
body.search-no-results .search-content form.search input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input::-moz-placeholder,
body.search-no-results .search-content form.search input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input:-ms-input-placeholder,
body.search-no-results .search-content form.search input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input::-moz-placeholder,
body.search-no-results .search-content form.search input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input:focus::-webkit-input-placeholder,
body.search-no-results .search-content form.search input:focus::-webkit-input-placeholder {
  color: var(--dark-color);
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: var(--dark-color);
}
body.search-results .search-content form.search input:focus:-ms-input-placeholder,
body.search-no-results .search-content form.search input:focus:-ms-input-placeholder {
  color: var(--dark-color);
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: var(--dark-color);
}
body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
  line-height: clamp(36px, 3vw, 50px);
  font-size: clamp(14px, 1.5vw, 16px);
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding-inline: clamp(15px, 1.5vw, 30px);
  margin-top: clamp(12px, 2vw, 20px);
  margin-right: 12px;
  opacity: 1;
  background: var(--light-color);
  color: var(--dark-color);
  margin: 0 0 0 20px !important;
}
@media only screen and (min-width: 768px) {
  body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
    line-height: 50px;
    margin-right: 12px;
  }
}
body.search-results .search-content form.search button.search-submit > span,
body.search-no-results .search-content form.search button.search-submit > span {
  position: relative;
  white-space: nowrap;
}
body.search-results .search-content form.search button.search-submit:hover,
body.search-no-results .search-content form.search button.search-submit:hover {
  text-decoration: none !important;
}
body.search-results .search-content form.search button.search-submit:hover:before,
body.search-no-results .search-content form.search button.search-submit:hover:before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
@media only screen and (max-width: 650px) {
  body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
    padding: 6px 32px !important;
  }
}
body.search-results .search-content form.search button.search-submit:hover,
body.search-no-results .search-content form.search button.search-submit:hover {
  background: #FF6600 !important;
  color: #FFFFFF !important;
}
body.search-results .search-content .result_post,
body.search-no-results .search-content .result_post {
  margin: 30px 10px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 766px) {
  body.search-results .search-content .result_post,
body.search-no-results .search-content .result_post {
    margin: 30px 0;
  }
}
body.search-results .search-content .result_post .title,
body.search-no-results .search-content .result_post .title {
  margin-bottom: 6px;
}
body.search-results .search-content .result_post .title a,
body.search-no-results .search-content .result_post .title a {
  color: #FF6600;
  font-size: 23px;
  line-height: 1.15em;
}
@media only screen and (max-width: 766px) {
  body.search-results .search-content .result_post .title a,
body.search-no-results .search-content .result_post .title a {
    font-size: 18px;
  }
}
body.search-results .search-content .result_post .title a:hover,
body.search-no-results .search-content .result_post .title a:hover {
  color: #FF6600;
}
body.search-results .search-content .result_post p.excerpt,
body.search-no-results .search-content .result_post p.excerpt {
  margin-bottom: 18px;
}
body.search-results .search-content .result_post .post_type,
body.search-no-results .search-content .result_post .post_type {
  color: #FFFFFF;
  background: #FF6600;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #FF6600;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  margin-bottom: 0;
  border-radius: 4px;
}

/*------------------------------------*\

    PAGE - LOYALTY

\*------------------------------------*/
.loyalty-post {
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FBF2EB !important;
}
.loyalty-post .post-content {
  max-width: 830px !important;
  margin: 0 auto 130px;
  padding: 20px 30px;
}
.loyalty-post .post-content .inner-wrapper .gform_heading {
  text-align: center;
}

/* -----------------------------------------------
   Checkout – Layout
----------------------------------------------- */

article.page>.woocommerce {
    max-width: 1840px;
}

form.checkout.woocommerce-checkout {
    background: #f2f2f2;
    padding: 30px;
    border-radius: 12px;
}

@media screen and (min-width: 767px) {
    form.checkout.woocommerce-checkout {
        display: flex;
    }
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 767px) {

    .woocommerce .col2-set,
    .woocommerce-page .col2-set {
        width: 33%;
        min-width: 370px;
    }

    .woocommerce .col2-set>div,
    .woocommerce-page .col2-set>div {
        width: 88% !important;
    }
}

.woocommerce-page #order_review {
    flex: 1;
}

@media screen and (min-width: 1300px) {
    .woocommerce-page #order_review {
        display: flex;
        flex-direction: column;
        width: 66%;
        gap: 20px;
    }
}

.woocommerce-page #order_review>* {
    order: 1;
}

.woocommerce-page #order_review>*:empty {
    display: none;
}

.woocommerce-page #order_review #my-pickup-address {
    order: 2;
    margin-top: 0 !important;
    font-size: 14px;
}

.woocommerce-page #order_review #my-pickup-address a {
    color: var(--theme-color);
}


/* -----------------------------------------------
   Checkout – Billing fields
----------------------------------------------- */

.woocommerce {
    p#billing_company_field {
        margin-bottom: 30px;
    }

    p#billing_city_field,
    p#billing_postcode_field {
        width: 48%;
        float: left;
    }

    p#billing_state_field,
    p#billing_phone_field {
        clear: none;
        width: 48%;
        float: right;
    }

    .woocommerce-billing-fields h3 {
        height: 50px;
        margin-bottom: 0;
    }

    #ship-to-different-address {
        font-size: 17px;
        margin-block: 30px 27px;
    }

    #wc-af-recaptcha-checkout {
        margin-bottom: 0 !important;
        order: 3 !important;
    }
}


/* -----------------------------------------------
   Checkout – Order review
----------------------------------------------- */

.woocommerce {
    .woocommerce-checkout-review-order-table {
        margin-top: 50px;
    }

    h3#order_review_heading {
        width: 200px;

        @media screen and (min-width: 767px) {
            position: absolute;
            height: 50px;
            margin-bottom: -20px;
        }
    }
}

h3#order_review_heading+* {
    margin-top: 50px !important;
}


/* -----------------------------------------------
   Checkout – Payment section
----------------------------------------------- */

article.page>.woocommerce {

    #add_payment_method #payment,
    .woocommerce-cart #payment,
    .woocommerce-checkout #payment {
        background: #f7f7f7;
    }

    .woocommerce-checkout #payment {
        margin-top: 0;
        order: 4 !important;
    }

    #add_payment_method #payment ul.payment_methods,
    .woocommerce-cart #payment ul.payment_methods,
    .woocommerce-checkout #payment ul.payment_methods {
        border-bottom: 0;
        padding: 1em 1em 0;
    }

    h3#payment_details_heading {
        position: absolute;
        height: 50px;
        margin-bottom: 0;
        transform: translateY(-50px);
    }

    .form-row.place-order {
        font-size: 12px;
        padding: 0 2em 1em !important;
    }

    #payment #place_order {
        float: left;
        width: 46%;
    }

    a.button.alt.edit-cart-btn {
        float: right;
        width: 46%;
        height: 40px;
        padding-block: 14px;
        text-align: center;
        border-radius: 6px;
        transform: translateY(1px);
        background: #bbb !important;
    }

    .payment_box.payment_method_cybersource_credit_card {
        padding: 0 !important;
        background: none !important;

        &::before {
            display: none !important;
        }

        .form-row {
            padding: 0 !important;
        }
    }

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

    .woocommerce-info {
        border: 2px solid var(--theme-color);
        border-radius: 12px;
        background: var(--theme-color);
        color: white;
        text-align: center;
        margin-bottom: 20px;
        margin-inline: auto;
        padding-inline: 19%;
    }

    .woocommerce-info strong {
        display: block;
        text-align: center;
        font-size: 20px;
        margin-bottom: 7px;
    }
}


/* -----------------------------------------------
   Checkout – Form inputs
----------------------------------------------- */

.woocommerce form .form-row label {
    line-height: 2;
    font-size: 70%;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.5em;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    color: var(--wc-form-color-text, #000);
    background-color: var(--wc-form-color-background, #fff);
    border: 1px solid #e1e1e1;
    border-radius: var(--wc-form-border-radius);
}

p.woocommerce-form-row:has(label[for="reg_captcha"]) {
    display: none;
}


/* -----------------------------------------------
   Order table
----------------------------------------------- */

.woocommerce table.shop_table {
    font-size: 12px;
    margin-top: 50px;
}

.woocommerce ul#shipping_method li {
    padding-left: 0;
    padding-bottom: 0;
    margin: 0;
}