@charset "UTF-8";
/*********************
IMPORTING MODULES
*********************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong,
.strong {
  font-weight: bold;
}

dfn,
em,
.em {
  font-style: italic;
}

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

p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  hyphens: none;
}

pre {
  margin: 0;
}

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before,
q:after {
  content: "";
  content: none;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

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

.show-list-style {
  list-style-type: disc !important;
  margin-top: 0px;
  padding-left: 15px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

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

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

/*********************
DISPLAYS
*********************/
.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-none {
  display: table !important;
}

.d-flex {
  display: flex !important;
}

.m-auto {
  margin: auto !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right !important;
}

/*********************
TEXT
*********************/
.text-left {
  text-align: left;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.font-bold {
  font-weight: bold !important;
}

/*********************
BACKGROUNDS
*********************/
.bg-primary {
  background-color: #004840;
}

/*********************
POSITION
*********************/
.position-fixed {
  position: fixed;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

/*********************
EXTRA
*********************/
html {
  scroll-behavior: smooth;
  font-family: "Montserrat", Sans-serif;
}

a, a:hover, div, div:hover, img, img:hover {
  transition: all 0.1s ease-in-out 0s;
}

.center {
  margin: 0 auto;
  display: table;
}

.w-100 {
  width: 100%;
}

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

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.m-0 {
  margin: 0px !important;
}

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

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

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

.mr-0 {
  margin-right: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.object-fit {
  background-size: cover;
  background-position: center;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}

strong, b, em, i, span {
  font-size: inherit !important;
  line-height: inherit !important;
}

.h-100 {
  height: 100%;
}

img {
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

#wpadminbar {
  z-index: 100000000000000000;
}

.entry-content p {
  margin: 0 0 1.5em;
}
.entry-content table {
  width: 100%;
  margin-bottom: 1.5em;
}
.entry-content td {
  padding: 7px;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.object-fit {
  background-size: cover;
  background-position: center;
}

.low-font {
  font-weight: 300 !important;
}
.low-font strong {
  font-weight: 700 !important;
}

hr {
  border: 0px;
  height: 1px;
  width: 100%;
  background-color: #e3e3e3;
}

.text-danger {
  color: red !important;
}

.btn, .btn-tertiary, .btn-secondary, .btn-primary, .btn-primary-link a, .wp-element-button {
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: bold !important;
  display: table;
}

.btn-primary, .btn-primary-link a, .wp-element-button {
  background-color: #F35930 !important;
  color: #fff !important;
  text-transform: uppercase;
  border: 2px solid #F35930 !important;
  font-family: "Acumin Condensed Black", sans-serif !important;
}
.btn-primary:hover, .btn-primary-link a:hover, .wp-element-button:hover {
  background-color: transparent !important;
  color: #F35930 !important;
}

.btn-sm {
  padding-top: 11.5px !important;
  padding-bottom: 11.5px !important;
  padding-left: 15.5px !important;
  padding-right: 15.5px !important;
}

.btn-secondary {
  background-color: #8FCE83 !important;
  color: #004840 !important;
  border: 2px solid #8FCE83 !important;
}
.btn-secondary:hover {
  background-color: transparent !important;
  color: #8FCE83 !important;
}

.btn-tertiary {
  background-color: #fff !important;
  color: #6370C2 !important;
  border: 2px solid #fff !important;
}
.btn-tertiary:hover {
  color: #fff !important;
  background-color: transparent !important;
}

.btn-quaternary {
  background-color: #8FCE83;
  color: #004840;
  text-decoration: none !important;
  border-radius: 500px;
  border: 2px solid #8FCE83;
}
.btn-quaternary:hover {
  background-color: transparent !important;
  color: #8FCE83 !important;
}

.download-btn {
  position: relative;
}
.download-btn:after {
  content: "";
  -webkit-mask: url("../images/icons/download.svg") no-repeat 50% 50%;
  mask: url("../images/icons/download.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  color: #fff;
  fill: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
}

.btn-outlined-primary, .facetwp-load-more {
  border: 2px solid #004840;
  color: #004840;
  text-transform: uppercase;
  background-color: transparent !important;
  border-radius: 20px;
}
.btn-outlined-primary:hover, .facetwp-load-more:hover {
  background-color: #004840 !important;
  color: #fff !important;
}

.btn-outlined {
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent !important;
  border-radius: 20px;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

.justify-content-around {
  justify-content: space-around !important;
}

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

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter-variable.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Acumin Condensed Black";
  src: url("../fonts/AcuminConcept-CondBlack.woff2") format("woff2");
  font-weight: 800;
  font-style: initial !important;
  font-stretch: condensed;
  font-display: swap;
}
* {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  font-family: "inter";
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Acumin Condensed Black", sans-serif !important;
  margin: 0px;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h2 {
  text-transform: uppercase;
  color: #004840;
}

p {
  line-height: 1.5em;
}

.leaflet-control-container {
  display: none;
}

.leaflet-control-attribution {
  display: none !important;
}

.facetwp-counter {
  display: none !important;
}

.facetwp-dropdown {
  height: 100%;
}

.facetwp-type-checkboxes {
  display: flex;
}

.facetwp-checkbox {
  background: none !important;
  background-size: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  border: 2px solid #9E63C2 !important;
  height: 100%;
  display: flex;
  align-items: center;
  color: #9E63C2 !important;
  border-radius: 50px;
  font-weight: bold;
  font-size: 20px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  padding: 11px 12px !important;
  padding-left: 36.5px !important;
  position: relative;
}
.facetwp-checkbox .facetwp-display-value {
  font-family: "Acumin Condensed Black" !important;
  position: relative;
  top: 2px;
  padding-left: 5px;
}
.facetwp-checkbox:before {
  content: "";
  border: 2px solid #9E63C2 !important;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 10px;
  border-radius: 500px;
}
.facetwp-checkbox.checked {
  background-color: #9E63C2 !important;
  color: #fff !important;
}
.facetwp-checkbox.checked:before {
  border-color: #fff !important;
  background-color: #fff !important;
}
.facetwp-checkbox.checked:after {
  content: "";
  background-color: #F35930;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 14px;
  border-radius: 500px;
}

#request-form-wrapper p, #contact-form p {
  margin: 0px;
}
#request-form-wrapper p br, #contact-form p br {
  display: none !important;
}
#request-form-wrapper p label, #contact-form p label {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
#request-form-wrapper p .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-submit), #contact-form p .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-submit) {
  padding: 15px;
  display: table;
  width: 100%;
  box-shadow: none;
  color: rgb(120, 120, 120);
  transition: 0.5s;
  font-size: 16px;
  border: 2px solid #004840 !important;
  border-radius: 10px !important;
  margin-bottom: 12px;
}
#request-form-wrapper .wpcf7-submit, #contact-form .wpcf7-submit {
  background-color: #8FCE83 !important;
  color: #004840 !important;
  border-radius: 500px;
  border: 2px solid #8FCE83 !important;
  font-size: 16px;
  line-height: 38px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 71px;
  padding-right: 71px;
  margin: 0px;
  width: 100%;
}
#request-form-wrapper .wpcf7-submit:hover, #contact-form .wpcf7-submit:hover {
  background-color: transparent !important;
  color: #8FCE83 !important;
}
#request-form-wrapper .wpcf7-spinner, #contact-form .wpcf7-spinner {
  display: none;
}
#request-form-wrapper .wpcf7-acceptance .wpcf7-list-item, #contact-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0px;
}
#request-form-wrapper .wpcf7-acceptance label, #contact-form .wpcf7-acceptance label {
  display: flex;
}
#request-form-wrapper .wpcf7-acceptance input, #contact-form .wpcf7-acceptance input {
  border: 2px solid #004840;
  border-radius: 10px;
  width: 28px;
  height: 28px;
}
#request-form-wrapper .explanation, #contact-form .explanation {
  margin-bottom: 12px !important;
}
#request-form-wrapper .col-md-8, #contact-form .col-md-8 {
  align-content: center;
}
#request-form-wrapper .wpcf7-not-valid-tip, #contact-form .wpcf7-not-valid-tip {
  background-color: red !important;
  color: #fff !important;
  border-radius: 10px;
  font-weight: bold;
  padding: 20px;
  position: relative;
  top: -5px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900 !important;
  color: #fff !important;
  border-radius: 10px;
  font-weight: bold;
  padding: 20px;
}

/*********************
IMPORTING BREAKPOINTS
*********************/
/******************************
* General
******************************/
.content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  text-transform: uppercase;
  color: #004840;
}

#wpadminbar {
  z-index: 999999999999999 !important;
}

.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.grey-bg {
  background-color: #e5eded;
  overflow: hidden;
}

#menu-primary li:not(.btn-primary-link):not(.header-cart-btn) a:hover, #menu-topbar-menu li:not(.btn-primary-link):not(.header-cart-btn) a:hover {
  text-decoration: underline !important;
}
#menu-primary .header-cart-btn a:hover, #menu-topbar-menu .header-cart-btn a:hover {
  background-color: #F35930 !important;
}

footer .col-12 .menu li a:hover {
  text-decoration: underline !important;
}

#menu-footer-bottom li a:hover {
  text-decoration: underline !important;
}

.has-dividers {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

.text-with-img-block {
  background-size: cover !important;
  background-repeat: no-repeat;
}
.text-with-img-block p {
  margin: 0px;
  color: #004840;
}
.text-with-img-block h2 {
  margin: 0px;
  color: #004840;
}
.text-with-img-block .inline-buttons {
  display: flex;
  margin-top: 20px !important;
}
.text-with-img-block .inline-buttons .btn, .text-with-img-block .inline-buttons .btn-primary, .text-with-img-block .inline-buttons .wp-element-button, .text-with-img-block .inline-buttons .btn-secondary, .text-with-img-block .inline-buttons .btn-tertiary, .text-with-img-block .inline-buttons .btn-primary-link a, .btn-primary-link .text-with-img-block .inline-buttons a {
  border-radius: 500px;
}
.text-with-img-block .inline-buttons .btn.btn-primary, .text-with-img-block .inline-buttons .btn-primary, .text-with-img-block .inline-buttons .btn-primary-link a, .btn-primary-link .text-with-img-block .inline-buttons a {
  font-size: 22px !important;
  line-height: 24px !important;
}
.text-with-img-block .inline-buttons .btn.btn-primary svg, .text-with-img-block .inline-buttons .btn-primary svg, .text-with-img-block .inline-buttons .btn-primary-link a svg, .btn-primary-link .text-with-img-block .inline-buttons a svg {
  margin-left: 12.5px;
}
.text-with-img-block .inline-buttons .btn.btn-outlined-primary, .text-with-img-block .inline-buttons .btn-outlined-primary.btn-primary, .text-with-img-block .inline-buttons .btn-outlined-primary.wp-element-button, .text-with-img-block .inline-buttons .btn-outlined-primary.btn-secondary, .text-with-img-block .inline-buttons .btn-outlined-primary.btn-tertiary, .text-with-img-block .inline-buttons .btn-primary-link a.btn-outlined-primary, .btn-primary-link .text-with-img-block .inline-buttons a.btn-outlined-primary, .text-with-img-block .inline-buttons .btn.facetwp-load-more, .text-with-img-block .inline-buttons .btn-primary.facetwp-load-more, .text-with-img-block .inline-buttons .wp-element-button.facetwp-load-more, .text-with-img-block .inline-buttons .btn-secondary.facetwp-load-more, .text-with-img-block .inline-buttons .btn-tertiary.facetwp-load-more, .text-with-img-block .inline-buttons .btn-primary-link a.facetwp-load-more, .btn-primary-link .text-with-img-block .inline-buttons a.facetwp-load-more {
  text-transform: none !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 21px !important;
}

.cart-empty.woocommerce-info {
  background-color: #046359;
  color: #fff;
  border: 0px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2em 3em 2em 3.5em;
}
.cart-empty.woocommerce-info:before {
  color: #fff;
  top: 2em;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #8FCE83 !important;
  border: 0px !important;
  padding: 20px;
  color: #fff !important;
  border-radius: 20px;
}

/******************************
* Header
******************************/
.content-header {
  background-color: #004840;
  position: relative;
}
.content-header .container {
  position: relative;
  z-index: 10;
}
.content-header:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #004840;
  z-index: 5;
}

.content-header-with-txt {
  background-color: #004840;
  overflow: hidden;
  position: relative;
}
.content-header-with-txt .lines {
  z-index: 5;
}
.content-header-with-txt .container {
  position: relative;
  z-index: 10;
}
.content-header-with-txt:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #004840;
  z-index: 5;
}
.content-header-with-txt h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.content-header-with-txt p {
  color: #fff;
  text-align: center;
  margin: 0px;
}

.topbar {
  background-color: #046359;
  position: fixed !important;
  top: 0px;
  width: 100%;
  z-index: 1000000;
}
.topbar .recent-purchases {
  color: #8FCE83 !important;
}
.topbar .recent-purchases a:not(.btn-secondary) {
  color: #8FCE83 !important;
  text-decoration: underline !important;
}

.breadcrumb {
  margin: 15px 0px;
  display: table;
  background-color: #025B51;
  border-radius: 50px;
  padding: 10px 15px;
}
.breadcrumb span, .breadcrumb a {
  color: #86C1BA;
  text-decoration: none;
}

#site-navigation {
  position: relative;
}

#main-header {
  background-color: #004840;
  border-bottom: 1px solid #00574D;
  position: fixed;
  width: 100%;
  left: 0px;
  z-index: 999999;
}
#main-header .cart-total {
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: #F35930;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  z-index: 10;
}
#main-header .header-cart-btn a {
  background-color: #0A7A6E !important;
  position: relative;
}
#main-header .header-cart-btn a:before {
  content: "";
  -webkit-mask: url("../images/icons/shopping-cart.svg") no-repeat 50% 50%;
  mask: url("../images/icons/shopping-cart.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  color: #fff;
  fill: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
}

#home-header {
  max-width: 100vw;
  overflow: hidden;
  background-color: #004840;
}
#home-header .txt h1 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
#home-header .txt p {
  color: #fff;
}
#home-header .txt ul {
  display: flex;
  position: relative;
  z-index: 100;
}
#home-header .txt ul li a {
  display: block;
}
#home-header .txt ul li a:hover {
  transform: scale(0.9) !important;
}
#home-header .txt .btn-outlined {
  transition: all 0.1s ease-in-out 0s !important;
}
#home-header .txt .btn-outlined svg, #home-header .txt .btn-outlined svg path, #home-header .txt .btn-outlined svg circle {
  transition: all 0.1s ease-in-out 0s !important;
}
#home-header .txt .btn-outlined:hover {
  background-color: #F35930 !important;
  border-color: #F35930 !important;
}
#home-header .txt .btn-outlined:hover .cart-icon {
  background-color: #fff !important;
}
#home-header .txt .btn-outlined:hover .cart-icon svg path, #home-header .txt .btn-outlined:hover .cart-icon svg circle {
  color: #F35930 !important;
}
#home-header .txt .btn, #home-header .txt .btn-primary, #home-header .txt .wp-element-button, #home-header .txt .btn-secondary, #home-header .txt .btn-tertiary, #home-header .txt .btn-primary-link a, .btn-primary-link #home-header .txt a {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  padding: 6px;
  gap: 50px;
  padding-left: 25px;
}
#home-header .txt .btn .cart-icon, #home-header .txt .btn-primary .cart-icon, #home-header .txt .wp-element-button .cart-icon, #home-header .txt .btn-secondary .cart-icon, #home-header .txt .btn-tertiary .cart-icon, #home-header .txt .btn-primary-link a .cart-icon, .btn-primary-link #home-header .txt a .cart-icon {
  background-color: #F35930;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  padding-top: 13px;
  text-align: center;
}
#home-header .txt .btn .cart-icon svg, #home-header .txt .btn-primary .cart-icon svg, #home-header .txt .wp-element-button .cart-icon svg, #home-header .txt .btn-secondary .cart-icon svg, #home-header .txt .btn-tertiary .cart-icon svg, #home-header .txt .btn-primary-link a .cart-icon svg, .btn-primary-link #home-header .txt a .cart-icon svg {
  width: 20px;
  height: 20px;
}
#home-header .txt .btn .cart-icon svg circle, #home-header .txt .btn-primary .cart-icon svg circle, #home-header .txt .wp-element-button .cart-icon svg circle, #home-header .txt .btn-secondary .cart-icon svg circle, #home-header .txt .btn-tertiary .cart-icon svg circle, #home-header .txt .btn-primary-link a .cart-icon svg circle, .btn-primary-link #home-header .txt a .cart-icon svg circle, #home-header .txt .btn .cart-icon svg path, #home-header .txt .btn-primary .cart-icon svg path, #home-header .txt .wp-element-button .cart-icon svg path, #home-header .txt .btn-secondary .cart-icon svg path, #home-header .txt .btn-tertiary .cart-icon svg path, #home-header .txt .btn-primary-link a .cart-icon svg path, .btn-primary-link #home-header .txt a .cart-icon svg path {
  color: #fff;
}
#home-header .txt .btn-outlined {
  border-radius: 500px;
  font-family: "Acumin Condensed Black";
}

/******************************
* Home
******************************/
.usps-bar {
  position: relative;
  z-index: 20;
}
.usps-bar .uspbar-inner {
  background-color: #045E54;
  border-radius: 500px;
}
.usps-bar .uspbar-inner ul li {
  display: flex;
  align-content: center !important;
  align-items: center;
  flex-wrap: wrap !important;
  color: #fff;
  position: relative;
}
.usps-bar .uspbar-inner ul li img {
  border-radius: 50px;
  height: 52px;
  width: 52px;
  position: relative;
  z-index: 10;
}

.steps-wrapper .innersteps-wrapper .step-wrapper {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.steps-wrapper .innersteps-wrapper .step-wrapper h3 {
  text-transform: uppercase;
}
.steps-wrapper .innersteps-wrapper .step-wrapper p, .steps-wrapper .innersteps-wrapper .step-wrapper h3 {
  margin: 0px;
  padding: 0px;
}
.steps-wrapper .innersteps-wrapper .step-wrapper .step-title {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Acumin Condensed Black";
}
.steps-wrapper .innersteps-wrapper .step-wrapper.step-1 {
  background-color: #fff;
}
.steps-wrapper .innersteps-wrapper .step-wrapper.step-1 p, .steps-wrapper .innersteps-wrapper .step-wrapper.step-1 h3 {
  color: #004840;
}
.steps-wrapper .innersteps-wrapper .step-wrapper.step-3 {
  background-color: #8FCE83;
}
.steps-wrapper .innersteps-wrapper .step-wrapper.step-3 p, .steps-wrapper .innersteps-wrapper .step-wrapper.step-3 h3 {
  color: #004840;
}
.steps-wrapper .innersteps-wrapper .step-wrapper.step-2 {
  background-color: #9E63C2;
}
.steps-wrapper .innersteps-wrapper .step-wrapper.step-2 p, .steps-wrapper .innersteps-wrapper .step-wrapper.step-2 h3 {
  color: #fff;
}

.map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#map .leaflet-layer .leaflet-tile-container.leaflet-zoom-animated {
  display: none !important;
}

.leaflet-popup .leaflet-popup-content-wrapper {
  box-shadow: none !important;
  padding: 0px;
  border-radius: 20px;
  overflow: hidden;
}
.leaflet-popup .leaflet-popup-content-wrapper .image {
  height: 163px;
  width: 100%;
  position: relative;
}
.leaflet-popup .leaflet-popup-content-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.leaflet-popup .leaflet-popup-content-wrapper .image .badges {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
  display: flex;
  width: 100%;
  gap: 5px;
  flex-wrap: wrap;
}
.leaflet-popup .leaflet-popup-content-wrapper .image .badges .badge {
  background-color: #9E63C2;
  color: #fff;
  text-transform: uppercase;
  font-family: "Acumin Condensed Black", sans-serif !important;
  font-size: 14px;
  border-radius: 500px;
  height: 30px;
  display: flex;
  align-items: center;
  align-content: center;
  padding-left: 11px;
  padding-right: 11px;
}
.leaflet-popup .leaflet-popup-content-wrapper .map-content {
  padding: 9px 10px;
}
.leaflet-popup .leaflet-popup-content-wrapper .map-content .h3 {
  margin: 0px;
  font-size: 18px;
  text-transform: uppercase;
  color: #004840;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.leaflet-popup .leaflet-popup-content-wrapper .map-content .product-info {
  border: 2px solid #E5EDED;
  border-radius: 50px;
  padding: 7px;
  margin-bottom: 5px;
}
.leaflet-popup .leaflet-popup-content-wrapper .map-content .product-info .icon {
  padding: 6px;
}
.leaflet-popup .leaflet-popup-content-wrapper .map-content a {
  background-color: #F35930;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-family: "Acumin Condensed Black", sans-serif !important;
  border: 2px solid #F35930;
}
.leaflet-popup .leaflet-popup-content-wrapper .map-content a:hover {
  background-color: transparent !important;
  color: #F35930 !important;
}
.leaflet-popup .leaflet-popup-tip-container {
  display: none;
}
.leaflet-popup .leaflet-popup-content {
  margin: 0px;
  width: 250px;
  max-width: 250px;
}

.swiper-pagination {
  display: table !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  background-color: #fff;
  border-radius: 500px;
  padding: 17.5px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #004840 !important;
  opacity: 1 !important;
  height: 11px !important;
  width: 11px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F35930 !important;
}

.download-app-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100000000000000000000000 !important;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
}
.download-app-popup.active {
  visibility: visible;
  opacity: 1;
}
.download-app-popup .download-app-popup-inner {
  padding: 15px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
.download-app-popup .download-app-popup-inner .close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  height: 25px;
  width: 25px;
  border-radius: 500px;
  font-weight: bold;
  cursor: pointer !important;
}
.download-app-popup .download-app-popup-inner ul {
  display: flex;
  gap: 15px;
}
.download-app-popup .download-app-popup-inner ul img {
  max-width: 250px;
}

.company-wrapper {
  position: relative;
  border-radius: 20px;
}
.company-wrapper .company-inner-wrapper {
  background-color: #6370C2 !important;
}
.company-wrapper .company-inner-wrapper .txt h2, .company-wrapper .company-inner-wrapper .txt p, .company-wrapper .company-inner-wrapper .txt ul, .company-wrapper .company-inner-wrapper .txt ul li {
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.company-wrapper .company-inner-wrapper .txt h2 {
  text-transform: uppercase;
}
.company-wrapper .company-inner-wrapper .txt .usps {
  background-color: #7582D4;
  border-radius: 20px;
}
.company-wrapper .company-inner-wrapper .txt .usps ul {
  display: flex;
}
.company-wrapper .company-inner-wrapper .txt .usps ul li {
  text-transform: uppercase;
  font-family: "Acumin Condensed Black";
}
.company-wrapper .company-inner-wrapper .txt .btn-tertiary {
  text-transform: uppercase;
  font-family: "Acumin Condensed Black";
}
.company-wrapper .company-inner-wrapper .img {
  position: relative;
  z-index: 10;
}
.company-wrapper .company-inner-wrapper .img .stamp {
  position: absolute;
}
.company-wrapper .company-inner-wrapper .img img {
  height: 100%;
  width: 100%;
}

/******************************
* Shop
******************************/
.products-wrapper {
  position: relative;
  overflow: hidden;
}
.products-wrapper > svg {
  position: absolute;
  width: 100%;
  transform: scale(1.1);
  top: 20px;
}
.products-wrapper .container {
  position: relative;
  z-index: 10;
}

.filter-wrapper {
  background-color: #e5eded;
  display: flex;
  border-radius: 20px;
}
.filter-wrapper select {
  background-color: #fff;
  border: 0px;
  border-radius: 36px;
  padding: 7px;
  width: 100%;
}
.filter-wrapper .facetwp-facet {
  margin: 0px;
}

.other-products {
  display: flex;
}

.product-card {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s !important;
}
.product-card .populair-badge {
  margin-left: 5px;
  text-transform: uppercase;
  background-color: #F35930;
  border-radius: 50px;
  color: #fff;
  font-family: "Acumin Condensed Black";
  height: 31px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-card .populair-badge img {
  width: 15px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  height: 100% !important;
  margin-right: 5px !important;
}
.product-card:hover {
  transform: scale(0.95);
}
.product-card .product-category-wrapper {
  background-color: #8FCE83 !important;
  padding: 5px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  color: #fff;
  font-size: 14px !important;
  color: #004840 !important;
}
.product-card .image-wrapper {
  position: relative;
}
.product-card .image-wrapper .badges {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 20px;
  display: flex;
  width: 100%;
  gap: 5px;
  flex-wrap: wrap;
}
.product-card .image-wrapper .badges .badge {
  float: left;
  margin-left: 5px;
  text-transform: uppercase;
  background-color: #9E63C2;
  border-radius: 50px;
  color: #fff;
  font-family: "Acumin Condensed Black";
  height: 31px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
}
.product-card .image-wrapper img {
  max-height: 251px;
  min-height: 251px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.product-card .content {
  background-color: #e5eded;
}
.product-card .content h3 {
  margin: 0px;
  text-transform: uppercase;
  color: #004840;
}
.product-card .content ul {
  margin-top: 8px;
  margin-bottom: 0px;
}
.product-card .content ul li {
  color: #004840;
}
.product-card .content ul li:before {
  content: "•"; /* Standaard disc symbool */
  color: #9E63C2; /* Kleur van het opsommingsteken */
  padding-right: 7.5px; /* Ruimte tussen opsommingsteken en tekst */
}
.product-card .bottom-content {
  background-color: #fff;
  display: flex;
  border: 1px solid #e5eded;
  border-top: 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.product-card .bottom-content .product-info {
  display: flex;
  width: 75%;
  justify-content: space-between;
}
.product-card .bottom-content .product-info .info-cell {
  display: flex;
  align-items: center;
  color: #004840;
  font-weight: bold;
  font-size: 14px;
}
.product-card .bottom-content .product-info .info-cell:not(:last-child) {
  padding-right: 8px;
}
.product-card .bottom-content .product-info .info-cell .icon {
  height: 36px;
  width: 36px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5eded;
  margin-right: 3px;
}
.product-card .bottom-content .btn-wrapper {
  margin-left: auto;
  position: relative;
}
.product-card .bottom-content .btn-wrapper:before {
  content: "";
  width: 2px;
  background-color: #E5EDED;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0px;
}
.product-card .bottom-content .btn-wrapper .btn-primary, .product-card .bottom-content .btn-wrapper .btn-primary-link a, .btn-primary-link .product-card .bottom-content .btn-wrapper a {
  padding: 0px !important;
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.leaflet-popup-content .product-info {
  display: flex;
}
.leaflet-popup-content .product-info .info-cell {
  display: flex;
  align-items: center;
  color: #004840;
  font-weight: bold;
  font-size: 13px;
}
.leaflet-popup-content .product-info .info-cell:not(:last-child) {
  padding-right: 7px;
}
.leaflet-popup-content .product-info .info-cell .icon {
  height: 30px;
  width: 30px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5eded;
  margin-right: 3px;
}
.leaflet-popup-content .product-info .info-cell .icon img {
  width: 100%;
  height: 100%;
}

.more-products {
  overflow: hidden;
}
.more-products .btn-outlined-primary, .more-products .facetwp-load-more {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal !important;
  border-radius: 500px !important;
  text-transform: none !important;
}

.facetwp-load-more {
  margin-top: 31px;
  height: 62px;
  display: flex;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding-left: 72px;
  padding-right: 72px;
}

/******************************
* Single product page
******************************/
.product-header {
  background-color: #E5EDED;
}
.product-header .header-inner-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  z-index: 15;
  overflow: hidden;
}
.product-header .header-inner-content:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: rgb(0, 78, 72);
  background: linear-gradient(0deg, rgb(0, 78, 72) 0%, rgba(0, 78, 72, 0) 100%);
}
.product-header .header-inner-content h1 {
  color: #fff;
  text-transform: uppercase;
}
.product-header .header-inner-content .tags {
  display: flex;
}
.product-header .header-inner-content .tags .tag {
  background-color: #9E63C2;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-family: "Acumin Condensed Black", sans-serif !important;
}
.product-header .header-inner-content .reviews-list {
  display: flex;
  align-items: center;
}
.product-header .header-inner-content .reviews-list ul {
  margin: 0px;
  display: flex;
}
.product-header .header-inner-content .reviews-list ul svg {
  color: #fff;
}
.product-header .header-inner-content .reviews-list ul .full-star svg {
  fill: #fff;
}
.product-header .header-inner-content .reviews-list .went-before-link {
  color: #fff;
}
.product-header .header-inner-content .bottom-content .cart {
  display: flex;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.product-header .header-inner-content .bottom-content .cart .prices-wrapper {
  color: #fff;
  font-weight: bold;
  display: flex;
}
.product-header .header-inner-content .bottom-content .cart .prices-wrapper .discounted-price {
  display: table;
  position: relative;
  font-family: "Acumin Condensed Black", sans-serif !important;
}
.product-header .header-inner-content .bottom-content .cart .prices-wrapper .discounted-price:before {
  content: "";
  width: 100%;
  height: 2px;
  top: 7px;
  background-color: #F35930 !important;
  position: absolute;
  transform: rotate(-15deg);
}
.product-header .header-inner-content .bottom-content .cart .prices-wrapper .btn-primary, .product-header .header-inner-content .bottom-content .cart .prices-wrapper .btn-primary-link a, .btn-primary-link .product-header .header-inner-content .bottom-content .cart .prices-wrapper a {
  border: 0px;
}
.product-header .header-inner-content .bottom-content .cart .prices-wrapper .normal-price {
  display: table;
  font-family: "Acumin Condensed Black", sans-serif !important;
}

.product-uspbar-wrapper .product-uspbar {
  background-color: #8FCE83;
  border-radius: 20px;
}
.product-uspbar-wrapper .product-uspbar .usp-item p {
  margin: 0px;
}
.product-uspbar-wrapper .product-uspbar .usp-item .txt .subtitle {
  font-size: 14px;
  line-height: 16px;
  color: #004840;
}
.product-uspbar-wrapper .product-uspbar .usp-item .txt .value {
  color: #fff;
  font-weight: bold;
  font-family: "Acumin Condensed Black", sans-serif !important;
}

.product-content {
  border-bottom: 1px solid #c0d2d0;
}
.product-content .to-do-card ul li {
  display: flex;
  align-items: center;
}
.product-content .to-do-card ul li:not(:last-child) {
  margin-bottom: 9px;
}
.product-content .to-do-card ul li::before {
  content: url("../images/general/check.svg");
}
.product-content .product-info-card {
  border-radius: 20px;
  background-color: #EDFBEB;
  height: 100%;
}
.product-content .product-info-card .h3 {
  text-transform: uppercase;
}
.product-content .product-info-card p {
  color: #004840;
}
.product-content .product-info-card ul {
  margin: 0px;
}
.product-content .product-info-card.has-lists ul li {
  list-style: none;
}
.product-content .product-info-card.has-lists ul li:before {
  content: "•"; /* Standaard disc symbool */
  color: #004840; /* Kleur van het opsommingsteken */
  padding-right: 10px; /* Ruimte tussen opsommingsteken en tekst */
}
.product-content .product-info-card.has-lists ul li ul {
  margin-left: 10px;
}
.product-content .product-info-card.has-lists ul li ul li {
  list-style: none;
}
.product-content .product-info-card.has-lists ul li ul li:before {
  content: "⁃ ";
  padding-right: 5px;
  font-weight: bold;
}

.product-content p {
  color: #004840;
}

.leaderboard-card {
  background-color: #F5F1FE;
  border-radius: 20px;
  height: 100%;
}
.leaderboard-card .h3 {
  color: #9E63C2;
  text-transform: uppercase;
}
.leaderboard-card .badges-wrapper {
  width: 100%;
  display: flex;
  height: calc(100% - 50px);
  align-items: center;
}
.leaderboard-card .badges-wrapper ul {
  width: 100%;
  margin: 0px;
  display: flex;
  justify-content: space-between;
}

.product-gallery {
  background-color: #E5EDED;
  overflow: hidden;
}
.product-gallery .gallery-wrapper {
  position: relative;
}

.product-cta {
  background-color: #8FCE83;
}
.product-cta .h2 {
  text-transform: uppercase;
  color: #004840;
}
.product-cta p {
  margin: 0px;
}
.product-cta .btn-primary, .product-cta .btn-primary-link a, .btn-primary-link .product-cta a {
  display: flex;
  align-items: center;
}
.product-cta .btn-primary svg, .product-cta .btn-primary-link a svg, .btn-primary-link .product-cta a svg {
  margin-left: auto;
}

.leaderboard .leaderboard-row {
  display: flex;
  padding: 5px 0px;
  align-items: center;
}
.leaderboard .leaderboard-row:not(:last-child) {
  border-bottom: 1px solid #dfcdef;
}
.leaderboard .leaderboard-row .pos-wrapper {
  display: flex;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.leaderboard .leaderboard-row .pos-wrapper .pos {
  background-color: #9E63C2;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leaderboard .leaderboard-row .username {
  color: #9E63C2;
}
.leaderboard .leaderboard-row .points {
  margin-left: auto;
  font-weight: bold;
  color: #9E63C2;
}

.reviews-wrapper {
  background-color: #E5EDED;
}
.reviews-wrapper .container {
  overflow: hidden;
}
.reviews-wrapper .container .reviews {
  overflow: inherit !important;
}
.reviews-wrapper .container .swiper-pagination {
  top: calc(100% + 22px) !important;
  left: 50% !important;
  transform: translate(-50%, 0%);
}
.reviews-wrapper .singel-review-card {
  background-color: #fff;
  border-radius: 20px;
}
.reviews-wrapper .singel-review-card .h3 {
  color: #004840;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.reviews-wrapper .singel-review-card p {
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 14px;
}
.reviews-wrapper .singel-review-card ul {
  margin: 0px;
}
.reviews-wrapper .singel-review-card svg {
  fill: #F35930;
  color: #F35930;
}
.reviews-wrapper .singel-review-card .half-star svg {
  fill: #fff !important;
}

.scores-wrapper .score-card {
  background-color: #F5F1FE;
  border-radius: 20px;
  height: 100%;
}
.scores-wrapper .score-card h3 {
  text-transform: uppercase;
  color: #9E63C2;
  margin-bottom: 21.5px;
}
.scores-wrapper .score-card .highest-scores .single-score {
  display: flex;
  border-bottom: 1px solid #efcdef;
}
.scores-wrapper .score-card .highest-scores .single-score:last-child {
  border-bottom: 0px !important;
}
.scores-wrapper .score-card .highest-scores .single-score .name {
  color: #9E63C2 !important;
}
.scores-wrapper .score-card .highest-scores .single-score .score {
  color: #9E63C2 !important;
  margin-left: auto;
  font-weight: bold;
}

.score-images-wrapper .single-image-slide {
  border-radius: 20px;
  overflow: hidden;
}
.score-images-wrapper .single-image-slide img {
  width: 100%;
}

.page-template-page-shop .text-with-img-block .h3 {
  text-transform: uppercase !important;
}
.page-template-page-shop .text-with-img-block .link-text a {
  text-decoration: none !important;
}

/******************************
* Group & company page
******************************/
.request-wrapper {
  background-color: #6370C2;
}
.request-wrapper h2 {
  color: #fff;
}

.inline-links {
  display: flex;
  align-items: center;
}

.regular-link {
  color: #004840;
}

.default-header {
  background-color: #004840;
}
.default-header .container {
  position: relative;
  z-index: 10;
}
.default-header .container h1 {
  color: #fff;
  text-transform: uppercase;
}

.group-intro-block {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.group-intro-block p {
  color: #004840;
}

.how-does-it-work p, .content-page p {
  color: #004840;
}
.how-does-it-work img, .content-page img {
  border-radius: 20px;
}
.how-does-it-work ul li, .content-page ul li {
  padding-left: 15px;
  position: relative;
  color: #004840;
}
.how-does-it-work ul li:before, .content-page ul li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "•"; /* Standaard disc symbool */
  color: #004840; /* Kleur van het opsommingsteken */
  padding-right: 7.5px; /* Ruimte tussen opsommingsteken en tekst */
}
.how-does-it-work figcaption, .content-page figcaption {
  position: relative;
  z-index: 10;
}

.possibiliets img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.possibiliets p {
  color: #004840;
}
.possibiliets ul {
  list-style: disc;
  margin-left: 15px;
  margin-top: 0px !important;
}
.possibiliets li {
  color: #004840 !important;
}

#request p {
  color: #fff;
}
#request p a {
  color: #fff;
}

.reviews-xl-wrapper {
  background-color: #fff;
}

.review-card-xl {
  background-color: #E5EDED;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.review-card-xl .image {
  min-width: 257px;
  height: 100%;
}
.review-card-xl .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.review-card-xl .content {
  padding: 38px;
}
.review-card-xl .content .h3 {
  color: #004840;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 15px;
}
.review-card-xl .content .usps-lists {
  margin: 0px;
  margin-bottom: 15px !important;
}
.review-card-xl .content .usps-lists li:not(.inline-wrappers) {
  font-size: 14px;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.review-card-xl .content .usps-lists li:not(.inline-wrappers):before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 500px;
  background-color: #9E63C2;
}
.review-card-xl .content .review-txt {
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.review-card-xl .content .qoute {
  font-size: 14px;
  line-height: 28px;
  margin: 0px;
  margin-bottom: 15px;
}
.review-card-xl .content .qoute:before {
  content: "“";
}
.review-card-xl .content .qoute:after {
  content: "”";
}
.review-card-xl .content .inline-wrappers {
  display: flex;
  margin: 0px;
}
.review-card-xl .content .inline-wrappers svg {
  fill: #E5EDED;
  color: #F35930 !important;
}
.review-card-xl .content .inline-wrappers .full-star svg {
  fill: #F35930 !important;
}

/******************************
* Footer
******************************/
.top-footer {
  background-color: #046359;
}
.top-footer .logo {
  max-width: 129px;
}
.top-footer h2 {
  text-transform: uppercase;
}
.top-footer .h3 {
  text-transform: uppercase;
}
.top-footer p, .top-footer h2 {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.top-footer .app-icons {
  display: flex;
  gap: 20px;
}
.top-footer .app-icons a {
  display: block;
}
.top-footer .app-icons a:hover {
  transform: scale(0.9);
}
.top-footer .app-icons img {
  max-width: 215px;
  width: 100%;
}
.top-footer .recent-purchase a {
  background-color: #fff;
  display: flex;
  text-decoration: none !important;
  border-radius: 20px;
  overflow: hidden;
}
.top-footer .recent-purchase a:hover {
  transform: scale(0.9);
}
.top-footer .recent-purchase a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-footer .recent-purchase a .txt {
  color: #004840;
  font-family: "Acumin Condensed Black" !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.top-footer .last-inner-footer-top p:not(.h3) {
  margin-bottom: 10px;
}
.top-footer .btn-quaternary {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

footer {
  background-color: #046359;
  position: relative;
  overflow: hidden;
}
footer svg {
  fill: #CBD9D8;
}
footer .footer-title {
  margin: 0px;
  font-family: "Acumin Condensed Black" !important;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
}

.bottom-footer {
  background-color: #004840;
  color: #fff;
}
.bottom-footer .bottom-footer-inner {
  display: flex;
}
.bottom-footer .bottom-footer-inner .footer-cell:first-child, .bottom-footer .bottom-footer-inner .footer-cell:last-child {
  width: 45%;
}
.bottom-footer .bottom-footer-inner .footer-cell.middle-footer-cell {
  width: 10%;
}
.bottom-footer .bottom-footer-inner .footer-cell ul {
  display: flex;
  margin: 0px;
}
.bottom-footer .bottom-footer-inner .footer-cell ul li a {
  color: #fff;
  text-decoration: none;
}

.overall-map-wrapper .btn-outlined-primary, .overall-map-wrapper .facetwp-load-more {
  text-transform: none !important;
  border-radius: 500px;
  font-size: 18px;
  line-height: 21px;
  font-weight: normal !important;
  padding-top: 21px !important;
  padding-bottom: 21px !important;
  padding-left: 42.5px !important;
  padding-right: 42.5px !important;
  margin-top: 40px !important;
  text-align: center !important;
}

#whatsapp-icon {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100000000;
  height: 76px;
  width: 76px;
}
#whatsapp-icon:hover {
  transform: scale(0.9);
}

.woocommerce-cart .wp-block-woocommerce-filled-cart-block, .woocommerce-cart .wp-block-separator.has-alpha-channel-opacity.is-style-dots {
  display: none !important;
}

.single-blog-card {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #004840;
}
.single-blog-card:hover {
  transform: scale(0.95);
}
.single-blog-card .image {
  position: relative;
}
.single-blog-card .image img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-blog-card .image .date {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #004840;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: bold;
}
.single-blog-card .content {
  padding: 15px;
}
.single-blog-card .content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}

.page-template-page-contact .contact-page-content-wrapper .col-12 a {
  color: #004840 !important;
  font-weight: bold;
}

.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6, .content-page p, .content-page ul, .content-page img {
  position: relative;
  z-index: 10;
}

.green-block-wrapper {
  background-color: #8FCE83 !important;
}

.grey-block-wrapper {
  background-color: #E5EDED !important;
}

.wp-block-image img {
  width: 100%;
}

.faq-item {
  border-bottom: 1px solid #004840;
}
.faq-item .faq-title {
  padding: 15px 0px;
  cursor: pointer;
}
.faq-item .faq-title .d-flex {
  align-items: center;
}
.faq-item .faq-title .d-flex .title-wrapper {
  font-weight: bold;
  font-size: 18px;
  color: #004840;
}
.faq-item .faq-title .d-flex .icon {
  margin-left: auto;
}
.faq-item.active .icon {
  transform: rotate(-180deg);
}
.faq-item .faq-content {
  transition: none !important;
  padding: 15px 0px;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block !important;
  width: 100%;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  color: #fff !important;
}

#billing_how_found_us {
  padding: 15px;
  width: 100%;
  box-shadow: none;
  color: rgb(120, 120, 120);
  transition: 0.5s;
  font-size: 16px;
  border: 2px solid #004840 !important;
  border-radius: 10px !important;
  background-color: #fff !important;
}

#customer_details textarea {
  padding: 15px;
  width: 100%;
  box-shadow: none;
  color: rgb(120, 120, 120);
  transition: 0.5s;
  font-size: 16px;
  border: 2px solid #004840 !important;
  border-radius: 10px !important;
  min-height: 300px;
}

.social-media-icons-list {
  display: flex;
  gap: 7px;
}
.social-media-icons-list a {
  display: block;
  border-radius: 500px;
  padding: 10px;
}
.social-media-icons-list a.orange-social-links {
  background-color: #F35930;
}
.social-media-icons-list a.orange-social-links svg {
  color: #fff !important;
  fill: #F35930 !important;
}
.social-media-icons-list a.orange-social-links:hover {
  background-color: #fff !important;
}
.social-media-icons-list a.orange-social-links:hover svg {
  color: #F35930 !important;
  fill: #fff !important;
}
.social-media-icons-list a.white-social-links {
  background-color: #fff !important;
}
.social-media-icons-list a.white-social-links svg {
  color: #F35930 !important;
  fill: #fff !important;
}
.social-media-icons-list a.white-social-links:hover {
  background-color: #F35930 !important;
}
.social-media-icons-list a.white-social-links:hover svg {
  color: #fff !important;
  fill: #F35930 !important;
}

.thankyou-icon-list {
  display: flex;
  gap: 15px;
}
.thankyou-icon-list img {
  max-width: 250px !important;
  display: block !important;
  width: 100% !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: none !important;
}

.custom-thankyou-message {
  margin-bottom: 50px;
}
.custom-thankyou-message h2 {
  margin: 0px !important;
}

.woocommerce-order-details__title, .woocommerce-column__title {
  margin: 0px !important;
}

.order-again {
  display: none !important;
}

.atc-wrapper .quantitySelector {
  border-radius: 500px;
  border: 0px;
  background-color: #E5EDED;
  text-align: center;
}

.custom-thankyou-message p {
  color: #004840 !important;
}

.woocommerce-table td, .woocommerce-table th {
  color: #004840 !important;
}
.woocommerce-table a {
  color: #004840 !important;
  font-weight: bold !important;
}

.product-usp-list {
  width: 100%;
  padding-left: 32px;
}
.product-usp-list li {
  display: flex;
  gap: 10px;
  color: #fff;
}
.product-usp-list li:not(:last-child) {
  margin-bottom: 10px;
}
.product-usp-list li .icon-wrapper {
  height: 20px;
  width: 20px;
}

.product-info-card {
  color: #004840 !important;
}
.product-info-card p, .product-info-card li {
  color: #004840 !important;
}
.product-info-card p strong, .product-info-card p span, .product-info-card li strong, .product-info-card li span {
  color: inherit !important;
}

.quantity-selector-wrapper {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.quantity-selector-wrapper .down-btn, .quantity-selector-wrapper .up-btn {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  background-color: #F35930;
  border-radius: 500px;
}
.quantity-selector-wrapper .down-btn svg, .quantity-selector-wrapper .up-btn svg {
  color: #fff !important;
}

.woocommerce-checkout.woocommerce-page .woocommerce h3, .woocommerce-checkout.woocommerce-page .woocommerce p, .woocommerce-checkout.woocommerce-page .woocommerce label, .woocommerce-checkout.woocommerce-page .woocommerce .woocommerce-info, .woocommerce-checkout.woocommerce-page .woocommerce .woocommerce-info a, .woocommerce-checkout.woocommerce-page .woocommerce .woocommerce table.shop_table th, .woocommerce-checkout.woocommerce-page .woocommerce .woocommerce table.shop_table td {
  color: #004840 !important;
}
.woocommerce-checkout.woocommerce-page .woocommerce .woocommerce table.shop_table th strong, .woocommerce-checkout.woocommerce-page .woocommerce .woocommerce table.shop_table td strong {
  color: inherit !important;
}
.woocommerce-checkout.woocommerce-page .woocommerce #whatsapp-icon {
  display: none !important;
}

.strip-card-component {
  display: flex;
  width: 100%;
  gap: 25px;
  align-items: flex-end;
}
.strip-card-component .single-strip-card-block {
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
.strip-card-component .single-strip-card-block:first-child {
  background-color: #00574D;
}
.strip-card-component .single-strip-card-block:nth-child(2) {
  background-color: #9E63C2;
}
.strip-card-component .single-strip-card-block:nth-child(3) {
  background-color: #8FCE83;
}
.strip-card-component .single-strip-card-block .h2 {
  margin: 0px;
}
.strip-card-component .single-strip-card-block .topcard {
  padding: 15px;
}
.strip-card-component .single-strip-card-block .topcard .highlighted {
  margin-bottom: 15px;
}
.strip-card-component .single-strip-card-block .topcard .txt, .strip-card-component .single-strip-card-block .topcard .highlighted {
  font-weight: bold;
  font-size: 20px;
}
.strip-card-component .single-strip-card-block .middlecard {
  background-color: #F35930;
  padding: 15px;
}
.strip-card-component .single-strip-card-block .middlecard .old-price {
  text-decoration: line-through;
}
.strip-card-component .single-strip-card-block .footercard {
  padding: 15px;
}
.strip-card-component .single-strip-card-block .footercard .txt {
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 0px 20px;
}
.strip-card-component .single-strip-card-block .footercard .btn, .strip-card-component .single-strip-card-block .footercard .btn-primary, .strip-card-component .single-strip-card-block .footercard .wp-element-button, .strip-card-component .single-strip-card-block .footercard .btn-secondary, .strip-card-component .single-strip-card-block .footercard .btn-tertiary, .strip-card-component .single-strip-card-block .footercard .btn-primary-link a, .btn-primary-link .strip-card-component .single-strip-card-block .footercard a {
  width: 100%;
}

.photos-element-wrapper {
  padding: 0px !important;
}

.facetwp-display-value {
  white-space: nowrap;
}

.facetwp-facet-soort_rlly .facetwp-checkbox:last-child {
  border-color: #F35930 !important;
  background-color: #F35930 !important;
  color: #fff !important;
}
.facetwp-facet-soort_rlly .facetwp-checkbox:last-child:before {
  border-color: #fff !important;
}

.leaflet-popup-content .image .populair-badge {
  margin-left: 5px;
  text-transform: uppercase;
  background-color: #F35930;
  border-radius: 50px;
  color: #fff;
  font-family: "Acumin Condensed Black";
  height: 31px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.leaflet-popup-content .image .populair-badge img {
  width: 15px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  height: 100% !important;
  margin-right: 5px !important;
}

@media only screen and (max-width: 768px) {
  /******************************
  * General
  ******************************/
  body {
    max-width: 100vw;
  }
  .pad-top-bottom {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .mobile-none {
    display: none !important;
  }
  .btn, .btn-primary, .wp-element-button, .btn-secondary, .btn-tertiary, .btn-primary-link a {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 22px;
  }
  h2, .h2 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  h3, .h3 {
    font-size: 26px !important;
    line-height: 26px !important;
  }
  /******************************
  * Header
  ******************************/
  .topbar {
    padding: 9px 0px;
    position: relative;
  }
  .topbar .btn, .topbar .btn-primary, .topbar .wp-element-button, .topbar .btn-secondary, .topbar .btn-tertiary, .topbar .btn-primary-link a, .btn-primary-link .topbar a {
    display: none;
  }
  .topbar .recent-purchases-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 10px;
  }
  .topbar .recent-purchases-wrapper .eye-btn {
    background-color: #8FCE83;
    border-radius: 500px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .topbar .recent-purchases-wrapper .eye-btn svg {
    height: 15px;
    width: 20px;
    display: block;
    margin: 0px;
    color: #004840;
    background-color: #8FCE83;
  }
  .topbar .recent-purchases-wrapper .recent-purchases {
    display: flex;
    flex-direction: column;
  }
  .topbar .recent-purchases-wrapper .recent-purchases strong {
    text-decoration: underline !important;
  }
  .topbar .topbar-menu {
    display: none;
  }
  #main-header.active {
    background-color: #025950 !important;
    border-color: #025950 !important;
  }
  #main-header .container {
    display: flex;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  #main-header .container .site-branding {
    position: relative;
    z-index: 10000;
  }
  #main-header .container .site-branding .logo-link {
    display: table;
    height: 59px;
    width: 95px;
  }
  #main-header .container .header-btns {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 15px;
    position: relative;
    z-index: 1000000;
  }
  #main-header .container .header-btns .hamburger {
    background-color: #00362D;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    cursor: pointer;
  }
  #main-header .container .header-btns .hamburger svg {
    color: #fff;
  }
  #main-header .container .header-btns .cart-btn {
    background-color: #046359;
    border-radius: 500px;
    height: 62px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #main-header .container .header-btns .cart-btn .cart-total {
    top: 0px;
  }
  #main-header .container .header-btns .cart-btn svg {
    color: #fff;
  }
  #main-header .container .main-menu {
    height: calc(100vh - 148px);
    width: 100vw;
    position: absolute;
    top: 100vh;
    left: 0px;
    max-width: 100vw;
    background-color: #025950 !important;
    z-index: 1000;
    transition: all 0.3s ease-in-out 0s !important;
  }
  #main-header .container .main-menu.active {
    top: 100% !important;
  }
  #main-header .container .main-menu .header-cart-btn {
    display: none !important;
  }
  #main-header .container .main-menu #site-navigation {
    height: 100%;
    position: relative;
  }
  #main-header .container .main-menu #site-navigation .download-btn-link {
    position: absolute;
    bottom: 95px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
  #main-header .container .main-menu #site-navigation #menu-mobile {
    margin: 0px;
  }
  #main-header .container .main-menu #site-navigation #menu-mobile li {
    border-top: 1px solid #087367;
  }
  #main-header .container .main-menu #site-navigation #menu-mobile li a {
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 17px;
    padding-right: 17px;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  #main-header .container .main-menu #site-navigation #menu-mobile li a:after {
    content: "";
    -webkit-mask: url("../images/icons/arrow-right.svg") no-repeat 50% 50%;
    mask: url("../images/icons/arrow-right.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-size: cover;
    color: #fff;
    fill: #fff;
    width: 20px;
    height: 20px;
    top: 0px;
    right: 0px;
    background-color: #fff;
    margin-left: auto;
  }
  .wp-element-caption {
    color: #004840 !important;
  }
  /******************************
  * Home
  ******************************/
  #home-header {
    padding: 20px 0px 70px;
  }
  #home-header .lines {
    position: absolute;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  #home-header .lines img {
    position: relative;
    right: 45%;
    top: 75%;
    transform: scale(3.5);
  }
  #home-header .container {
    position: relative;
  }
  #home-header .container .txt h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  #home-header .container .txt p {
    margin: 0px;
    font-size: 14px;
    line-height: 26px;
  }
  #home-header .container .txt .btn, #home-header .container .txt .btn-primary, #home-header .container .txt .wp-element-button, #home-header .container .txt .btn-secondary, #home-header .container .txt .btn-tertiary, #home-header .container .txt .btn-primary-link a, .btn-primary-link #home-header .container .txt a {
    width: 100%;
  }
  #home-header .container .txt .btn-outlined {
    margin-top: 500px !important;
    padding-left: 25px !important;
  }
  #home-header .container .txt .btn-outlined .cart-icon {
    margin-left: auto;
  }
  #home-header .container .images img {
    position: absolute;
    top: 220px;
    width: 100%;
  }
  .page-template-page-shop .map-wrapper {
    top: -240px;
    margin-bottom: -240px;
  }
  #map {
    width: 360px;
    height: 420px;
  }
  .leaflet-container {
    overflow: inherit !important;
  }
  .content-header-with-txt {
    overflow: hidden;
    height: 572px;
  }
  .content-header-with-txt .lines {
    position: absolute;
    top: -10px;
    left: 500px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    transform: scale(5);
  }
  .content-header-with-txt h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .content-header-with-txt p {
    font-size: 14px;
    line-height: 26px;
  }
  #whatsapp-icon {
    z-index: 100000 !important;
  }
  .steps-wrapper {
    padding-bottom: 87px !important;
  }
  .steps-wrapper h2 {
    margin-bottom: 20px;
  }
  .steps-wrapper .innersteps-overview-wrapper {
    width: 342px;
    height: 426px;
    overflow: inherit !important;
  }
  .steps-wrapper .innersteps-overview-wrapper .swiper-pagination {
    top: calc(100% + 20px);
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .steps-wrapper .innersteps-overview-wrapper .innersteps-wrapper .step-wrapper {
    height: 426px;
    padding: 28px;
    position: relative;
  }
  .steps-wrapper .innersteps-overview-wrapper .innersteps-wrapper .step-wrapper .step-title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .steps-wrapper .innersteps-overview-wrapper .innersteps-wrapper .step-wrapper h3 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 10px;
  }
  .steps-wrapper .innersteps-overview-wrapper .innersteps-wrapper .step-wrapper .half-img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 225px;
  }
  .steps-wrapper .innersteps-overview-wrapper .innersteps-wrapper .step-wrapper .half-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .steps-wrapper .innersteps-overview-wrapper .innersteps-wrapper .step-wrapper .compass {
    position: absolute;
    width: 124px;
    height: 124px;
    z-index: 10;
    right: 27.5px;
  }
  .steps-wrapper .innersteps-overview-wrapper .innersteps-wrapper .step-wrapper .compass img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .steps-wrapper .innersteps-overview-wrapper .innersteps-wrapper .step-wrapper .btn-primary, .steps-wrapper .innersteps-overview-wrapper .innersteps-wrapper .step-wrapper .btn-primary-link a, .btn-primary-link .steps-wrapper .innersteps-overview-wrapper .innersteps-wrapper .step-wrapper a {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 91px;
    height: 56px;
  }
  .steps-wrapper .innersteps-overview-wrapper .innersteps-wrapper .step-wrapper .btn-primary svg, .steps-wrapper .innersteps-overview-wrapper .innersteps-wrapper .step-wrapper .btn-primary-link a svg, .btn-primary-link .steps-wrapper .innersteps-overview-wrapper .innersteps-wrapper .step-wrapper a svg {
    height: 20px;
    height: 19px;
  }
  .steps-wrapper .innersteps-overview-wrapper .step-wrapper {
    width: 342px;
  }
  .bottom-footer .bottom-footer-inner {
    display: table;
    width: 100%;
  }
  .bottom-footer .bottom-footer-inner .footer-cell {
    width: 100% !important;
  }
  .bottom-footer .bottom-footer-inner .footer-cell:first-child {
    display: none;
  }
  .bottom-footer .bottom-footer-inner .footer-cell .compass {
    width: 88px;
    height: 88px;
    display: table;
    margin: auto;
  }
  .bottom-footer .bottom-footer-inner .footer-cell #menu-footer-bottom {
    flex-direction: column;
  }
  .bottom-footer .bottom-footer-inner .footer-cell #menu-footer-bottom li {
    text-align: center;
  }
  .bottom-footer .bottom-footer-inner .footer-cell #menu-footer-bottom li a {
    font-size: 16px;
    line-height: 24px;
  }
  .default-header {
    position: relative;
    overflow: hidden;
  }
  .default-header .lines {
    position: absolute;
    z-index: 5;
    width: 500vw;
    top: -150px;
    left: -100px;
  }
  .default-header .container {
    position: relative;
    z-index: 10;
  }
  .default-header .container h1 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .how-does-it-work {
    position: relative;
    overflow: hidden;
  }
  .how-does-it-work .row:not(:last-child) {
    margin-bottom: 60px;
  }
  .how-does-it-work svg {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    transform: translate(10%, -50%) scale(2);
  }
  .how-does-it-work h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .how-does-it-work img {
    margin-bottom: 20px;
  }
  .how-does-it-work p, .how-does-it-work li {
    margin: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
  }
  .how-does-it-work p:not(:last-child) {
    margin-bottom: 28px;
  }
  .how-does-it-work ul {
    margin-bottom: 28px;
  }
  .possibiliets .row img {
    height: 220px;
    margin-bottom: 26px;
  }
  .possibiliets .row h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .possibiliets .row p, .possibiliets .row li {
    font-size: 14px;
    line-height: 26px;
    margin-top: 0px;
  }
  .possibiliets .row p:not(:last-child), .possibiliets .row li:not(:last-child) {
    margin-bottom: 26px;
  }
  .company-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }
  .company-wrapper .lines {
    position: absolute;
    transform: scale(5);
    bottom: -50px;
    left: -120%;
    width: 100%;
  }
  .company-wrapper .company-inner-wrapper {
    padding: 31px;
  }
  .company-wrapper .company-inner-wrapper .txt h2 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 13px;
  }
  .company-wrapper .company-inner-wrapper .txt p {
    font-size: 14px;
    line-height: 25px;
  }
  .company-wrapper .company-inner-wrapper .txt .usps {
    background-color: transparent !important;
    border-radius: 0px;
    margin-bottom: 10px;
    position: absolute;
    width: calc(100% - 62px);
    left: 31px;
    right: 31px;
    top: 353px;
    z-index: 10;
  }
  .company-wrapper .company-inner-wrapper .txt .usps ul {
    flex-direction: column;
    gap: 7px;
  }
  .company-wrapper .company-inner-wrapper .txt .usps ul li {
    font-size: 22px;
    line-height: 22px;
  }
  .company-wrapper .company-inner-wrapper .txt .btn-tertiary {
    margin-top: 265px;
    position: relative;
    z-index: 10;
    font-size: 22px !important;
    line-height: 22px !important;
    text-align: center;
  }
  .company-wrapper .company-inner-wrapper .img {
    position: absolute;
    width: calc(100% - 62px);
    left: 31px;
    right: 31px;
    top: 195px;
  }
  .company-wrapper .company-inner-wrapper .img .stamp {
    position: absolute;
    top: -25px !important;
    right: -25px !important;
    width: 136px !important;
    height: 136px !important;
  }
  .company-wrapper .company-inner-wrapper .img img:not(.stamp) {
    height: 143px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 20px;
  }
  .usps-bar {
    margin-top: -78px;
    position: relative;
    top: 39px;
    max-width: 100vw;
    overflow: hidden;
  }
  .usps-bar .uspbar-inner {
    height: 78px;
    overflow: inherit !important;
  }
  .usps-bar .uspbar-inner .swiper-pagination {
    top: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 0px !important;
    background-color: transparent !important;
  }
  .usps-bar .uspbar-inner ul {
    margin: 0px;
  }
  .usps-bar .uspbar-inner ul li {
    justify-content: center;
  }
  .usps-bar .uspbar-inner ul li .icon-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
  /******************************
  * Single product page
  ******************************/
  .content-header:before {
    height: 434px;
  }
  .product-header .top-content .img-left {
    width: 139px;
    height: 139px;
  }
  .product-header .top-content .img-right {
    display: none !important;
  }
  .product-header .left-content .tags {
    gap: 3px;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .product-header .left-content .tags .tag {
    font-size: 16px;
    padding: 8.5px 10px;
  }
  .product-header .left-content .reviews-list li svg {
    width: 15px;
    height: 15px;
  }
  .product-header .right-content {
    background-color: #004840;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
  }
  .product-info-card {
    padding: 27px;
  }
  .product-info-card.to-do-card {
    margin-bottom: 10px;
  }
  .product-gallery {
    overflow: hidden;
  }
  .product-gallery .pad-top-bottom {
    padding-bottom: 120px !important;
  }
  .product-gallery h2 {
    margin-bottom: 25px;
  }
  .product-gallery .gallery-wrapper {
    overflow: inherit !important;
  }
  .product-gallery .gallery-wrapper .product-gallery-id {
    position: relative;
    height: 351;
    overflow: inherit !important;
  }
  .product-gallery .gallery-wrapper .product-gallery-id .swiper-pagination {
    top: calc(100% + 20px) !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
    padding: 0px !important;
    background-color: #fff !important;
    padding: 17px 21px !important;
  }
  .product-gallery .gallery-wrapper .product-gallery-id .swiper-slide {
    height: 351;
  }
  .product-gallery .gallery-wrapper .product-gallery-id .swiper-slide img {
    border-radius: 20px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
  .product-content .row {
    gap: 11px;
  }
  .product-content p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 0px;
  }
  .product-content p:not(:last-child) {
    margin-bottom: 26px;
  }
  .product-content .to-do-card ul li:before {
    height: 40px;
    width: 40px;
    overflow: hidden;
  }
  .product-cta .h2 {
    margin-bottom: 15px;
  }
  .product-cta .btn-primary, .product-cta .btn-primary-link a, .btn-primary-link .product-cta a {
    height: 70px;
    width: 100% !important;
    display: flex;
    align-items: center;
    font-size: 22px !important;
    line-height: 22px !important;
    padding-left: 27px;
    padding-right: 27px;
    justify-content: inherit !important;
  }
  .product-cta .btn-primary svg, .product-cta .btn-primary-link a svg, .btn-primary-link .product-cta a svg {
    margin-left: auto !important;
  }
  .home .text-with-img-block {
    padding-top: 110px !important;
  }
  .text-with-img-block {
    overflow: hidden;
  }
  .text-with-img-block .container {
    display: flex;
    flex-direction: column;
  }
  .text-with-img-block .container .image {
    order: 1;
  }
  .text-with-img-block .container .txt {
    order: 2;
    padding-top: 30px;
  }
  .text-with-img-block .container .txt .subtitle {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 19px;
  }
  .text-with-img-block .inline-buttons {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .text-with-img-block .inline-buttons .btn-primary, .text-with-img-block .inline-buttons .btn-primary-link a, .btn-primary-link .text-with-img-block .inline-buttons a {
    justify-content: start !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .text-with-img-block .inline-buttons .btn-primary svg, .text-with-img-block .inline-buttons .btn-primary-link a svg, .btn-primary-link .text-with-img-block .inline-buttons a svg {
    margin-left: auto !important;
  }
  .text-with-img-block .image {
    height: 416px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .text-with-img-block .image img {
    position: absolute;
    top: 0px;
    left: -4;
    right: 0px;
    width: 100%;
    transform: scale(1.11);
  }
  .more-products h2 {
    margin-bottom: 25px;
  }
  .more-products .btn-outlined-primary, .more-products .facetwp-load-more {
    font-size: 16px;
    line-height: 21px;
    margin-top: 90px;
  }
  .review-card-xl {
    flex-direction: column;
    align-items: center;
  }
  .review-card-xl .content {
    padding: 20px;
  }
  .product-gallery.reviews-xl-wrapper .gallery-wrapper .product-gallery-id .swiper-slide {
    height: 100% !important;
  }
  .product-gallery.reviews-xl-wrapper .gallery-wrapper .product-gallery-id {
    height: 100% !important;
  }
  .filter-wrapper {
    padding: 24px 16px;
    gap: 10px;
  }
  .filter-wrapper .facetwp-type-checkboxes {
    gap: 10px;
  }
  .facetwp-dropdown {
    height: 46px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /******************************
  * Shop
  ******************************/
  .all-products-wrapper h2 {
    margin-bottom: 25px !important;
  }
  .all-products-wrapper .filter-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
  .all-products-wrapper .filter-wrapper .filter-cell {
    width: 100%;
  }
  .all-products-wrapper .filter-wrapper .filter-cell .facetwp-type-checkboxes {
    flex-direction: column;
    align-items: center;
  }
  .all-products-wrapper .filter-wrapper .filter-cell .facetwp-type-checkboxes .facetwp-checkbox {
    width: 100%;
  }
  .facetwp-template a.product-card:not(:last-child) {
    margin-bottom: 20px;
  }
  .facetwp-template a.product-card .bottom-content .product-info .info-cell {
    padding: 0px !important;
  }
  .facetwp-template a.product-card .bottom-content .product-info .info-cell:first-child {
    width: 50%;
  }
  .scores-wrapper h3 {
    font-size: 22px;
    line-height: 22px;
  }
  .other-products-wrapper {
    overflow: inherit !important;
  }
  .other-products-wrapper .swiper-pagination {
    top: calc(100% + 22px) !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
    padding: 0px !important;
    background-color: #E5EDED !important;
    padding: 17px 21px !important;
  }
  .products-wrapper .facetwp-template {
    display: flex;
    flex-direction: column;
    gap: 20px !important;
  }
  .product-card .content {
    padding: 21px 27.5px;
  }
  .product-card .content ul li {
    line-height: 24px;
  }
  .product-inner-content-wrapper {
    margin-bottom: 40px;
  }
  .product-inner-content-wrapper .product-inner-content-text {
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
  }
  .product-inner-content-wrapper .product-inner-content-text h2 {
    margin-bottom: 20px;
  }
  .product-inner-content-wrapper .product-inner-content-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  .product-inner-content-wrapper .btn-outlined-primary, .product-inner-content-wrapper .facetwp-load-more {
    height: 46px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    border-radius: 500px !important;
  }
  .reviews-wrapper .container .pad-top-bottom {
    padding-bottom: 100px !important;
  }
  .reviews-wrapper .container .pad-top-bottom h2 {
    margin-bottom: 26px;
  }
  .reviews-wrapper .container .singel-review-card {
    padding: 40px;
  }
  .reviews-wrapper .container .singel-review-card .h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .reviews-wrapper .container .singel-review-card ul {
    display: flex;
  }
  .reviews-wrapper .container .singel-review-card ul li svg {
    height: 20px;
    width: 20px;
  }
  .reviews-wrapper .container .swiper-pagination {
    top: calc(100% + 6px) !important;
  }
  .score-card {
    padding: 27px;
  }
  .score-card h3 {
    margin-bottom: 8px !important;
  }
  .score-card .score-images-wrapper .single-image-slide {
    height: 97px;
  }
  .score-card .score-images-wrapper .single-image-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .score-card .swiper-pagination {
    top: calc(100% + 13px) !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
  }
  .score-images-overall-wrapper {
    height: 97px;
    margin-top: 10px;
    padding-bottom: 55px;
    overflow: inherit !important;
  }
  .scores-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .scores-wrapper .row {
    gap: 10px;
  }
  .scores-wrapper .score-card .score-images-overall-wrapper {
    margin-bottom: 55px !important;
  }
  .scores-wrapper .score-card .highest-scores .single-score {
    display: none;
    padding: 16px 0px;
  }
  .scores-wrapper .score-card .highest-scores .single-score:nth-child(-n+3) {
    display: flex;
  }
  .scores-wrapper .score-card .highest-scores .single-score:nth-child(3) {
    border-bottom: none !important;
  }
  /******************************
  * Single product
  ******************************/
  .content-header:before {
    height: 470px;
  }
  .single-product .usps-bar {
    top: -5px !important;
  }
  .product-header {
    max-height: 650px;
  }
  .product-header .header-inner-content {
    max-height: 540px;
  }
  .product-header .header-inner-content::before {
    bottom: 98px;
    height: 241px;
  }
  .product-header .header-inner-content .container {
    position: relative;
    z-index: 10;
  }
  .product-header .header-inner-content .top-content {
    padding-top: 26px;
  }
  .product-header .header-inner-content .bottom-content {
    height: 353px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    padding-bottom: 20px !important;
  }
  .product-header .header-inner-content .left-content {
    padding-top: 38px;
    width: 100% !important;
  }
  .product-header .header-inner-content .left-content h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .product-header .header-inner-content .left-content .tags {
    margin-bottom: 20px;
  }
  .product-header .header-inner-content .left-content .tags .tag {
    height: 33px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
  }
  .product-header .header-inner-content .right-content {
    min-height: 160px;
    max-height: 160px;
    padding-left: 31.5px;
    padding-right: 31.5px;
    padding-top: 17px;
    padding-bottom: 20px;
  }
  .product-header .header-inner-content .right-content .product-usp-list {
    padding-left: 0px !important;
  }
  .product-header .header-inner-content .right-content .quantitySelector {
    width: 45px !important;
    height: 46px !important;
  }
  .product-header .header-inner-content .right-content .btn-primary svg, .product-header .header-inner-content .right-content .btn-primary-link a svg, .btn-primary-link .product-header .header-inner-content .right-content a svg {
    display: none !important;
  }
  .product-header .header-inner-content .right-content .cart {
    min-height: 161px;
    max-height: 161px;
    margin: 0px;
  }
  .product-header .header-inner-content .right-content .prices-wrapper {
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
  }
  .product-header .header-inner-content .right-content .prices-wrapper .discounted-price {
    font-size: 22px;
    line-height: 22px;
  }
  .product-header .header-inner-content .right-content .prices-wrapper .discounted-price:before {
    height: 4px !important;
  }
  .product-header .header-inner-content .right-content .prices-wrapper .normal-price {
    font-size: 40px;
    line-height: 40px;
  }
  .product-header .header-inner-content .right-content .btn, .product-header .header-inner-content .right-content .btn-primary, .product-header .header-inner-content .right-content .wp-element-button, .product-header .header-inner-content .right-content .btn-secondary, .product-header .header-inner-content .right-content .btn-tertiary, .product-header .header-inner-content .right-content .btn-primary-link a, .btn-primary-link .product-header .header-inner-content .right-content a {
    border: 0px;
  }
  .product-header .header-inner-content .right-content .btn svg, .product-header .header-inner-content .right-content .btn-primary svg, .product-header .header-inner-content .right-content .wp-element-button svg, .product-header .header-inner-content .right-content .btn-secondary svg, .product-header .header-inner-content .right-content .btn-tertiary svg, .product-header .header-inner-content .right-content .btn-primary-link a svg, .btn-primary-link .product-header .header-inner-content .right-content a svg {
    margin-left: 35px;
  }
  .product-uspbar {
    background-color: transparent !important;
  }
  .product-uspbar-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: -65px !important;
  }
  .product-uspbar-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 100px;
    background-color: #E5EDED;
  }
  .product-uspbar-wrapper .container {
    overflow: hidden;
  }
  .product-uspbar-mobile {
    background-color: #8FCE83;
    border-radius: 20px;
    padding: 20px 20px 70px;
    position: relative;
    z-index: 10;
    overflow: hidden;
  }
  .product-uspbar-mobile .product-uspbar-inner-wrapper {
    overflow: inherit !important;
  }
  .product-uspbar-mobile .usp-item-slide {
    background-color: #80C173;
    border-radius: 20px;
    padding: 16px 20px;
  }
  .product-uspbar-mobile .usp-item-slide .usp-item:first-child {
    margin-bottom: 10px;
  }
  .product-uspbar-mobile .usp-item {
    display: flex;
    align-items: center;
  }
  .product-uspbar-mobile .usp-item .icon svg {
    width: 56px;
    height: 56px;
  }
  .product-uspbar-mobile .usp-item .txt {
    padding-left: 10px;
  }
  .product-uspbar-mobile .swiper-pagination {
    left: 50% !important;
    transform: translate(-50%, -50%);
    top: calc(100% - 35px) !important;
    background-color: #A9E29E !important;
  }
  .product-content .to-do-card ul li:before {
    content: "";
    display: block; /* Zorg ervoor dat het een blok-element is */
    width: 30px; /* Nieuwe breedte */
    height: 30px; /* Nieuwe hoogte */
    background-image: url("../images/general/check.svg"); /* Relatief pad naar je SVG */
    background-size: contain; /* Zorgt ervoor dat de SVG past binnen het blok */
    background-position: center; /* Centreert de SVG binnen het blok */
    background-repeat: no-repeat; /* Zorgt ervoor dat de SVG niet herhaald wordt */
    min-height: 30px;
    max-height: 30px;
    min-width: 30px;
    max-width: 30px;
    margin-right: 10px;
  }
  .download-app-popup .download-app-popup-inner ul {
    flex-direction: column;
    align-items: center;
  }
  .product-info-card.has-lists .h3 {
    margin-bottom: 0px;
    position: relative;
  }
  .product-info-card.has-lists .h3:before {
    content: "";
    position: absolute;
    right: 0px;
    display: block;
    width: 24px;
    height: 24px;
    top: -1px;
    background-image: url("../images/icons/chevron-down.svg"); /* Relatief pad naar je SVG */
    background-size: contain; /* Zorg ervoor dat de SVG past binnen het blok */
    background-position: center; /* Centreer de SVG binnen het blok */
    background-repeat: no-repeat; /* Zorg ervoor dat de SVG niet herhaald wordt */
  }
  .leadboard-element-wrapper .row {
    gap: 10px;
  }
  .leadboard-element-wrapper .leaderboard-card {
    padding: 28px;
  }
  .leadboard-element-wrapper .leaderboard-card .badges-wrapper {
    height: 100% !important;
  }
  .leadboard-element-wrapper .leaderboard-card .badges-wrapper ul img {
    width: 71px;
    height: 71px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .leadboard-element-wrapper .leaderboard-card .h3 {
    font-size: 22px;
    line-height: 22px;
  }
  .leadboard-element-wrapper .leaderboard-card .leaderboard-row {
    padding: 10px 0px;
  }
  .leadboard-element-wrapper .leaderboard-card .leaderboard-row:last-child {
    padding-bottom: 0px !important;
  }
  .leadboard-element-wrapper .leaderboard-card .pos-wrapper {
    height: 36px;
    width: 36px;
    margin-right: 11px;
  }
  .leadboard-element-wrapper .leaderboard-card .pos-wrapper .pos {
    height: 26.5px;
    width: 26.5px;
    font-size: 14px;
    line-height: 15px;
  }
  .product-steps-wrapper-overall {
    overflow: inherit !important;
  }
  .product-text-block {
    padding: 60px 0px 35px;
  }
  .product-text-block .inline-buttons {
    margin-top: 0px !important;
  }
  .product-text-block .inline-buttons .btn-primary, .product-text-block .inline-buttons .btn-primary-link a, .btn-primary-link .product-text-block .inline-buttons a {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .product-text-block .inline-buttons .regular-link {
    font-size: 16px;
    line-height: 28px;
  }
  .product-text-block .image {
    order: 2 !important;
    height: auto !important;
  }
  .product-text-block .image img {
    position: relative;
    left: 0px;
    top: 0px;
    transform: none !important;
    margin-top: -50px;
  }
  .product-text-block .txt {
    order: 1 !important;
    padding-top: 0px !important;
  }
  .product-text-block .txt h2 {
    margin-bottom: 22px;
  }
  .product-text-block .txt .step-wrapper {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    margin-bottom: 50px;
  }
  .product-text-block .txt .step-wrapper .line {
    height: 3px;
    position: absolute;
    width: 100%;
    background-color: #F35930;
    bottom: -35px;
  }
  .product-text-block .txt .step-wrapper .line:after {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    position: absolute;
    top: -13px;
    left: -15px;
    background-color: #F35930;
    z-index: 10;
  }
  .product-text-block .txt .step-wrapper .line:before {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 50px;
    position: absolute;
    top: -5px;
    left: -7px;
    background-color: #fff;
    z-index: 20;
  }
  .product-text-block .txt .step-wrapper:first-child .line {
    width: calc(50% + 15px) !important;
    right: -15px !important;
  }
  .product-text-block .txt .step-wrapper:last-child .line {
    width: calc(50% + 15px) !important;
    left: -15px !important;
  }
  .product-text-block .txt .step-wrapper:last-child .line:after {
    left: initial !important;
    right: -15px;
  }
  .product-text-block .txt .step-wrapper:last-child .line:before {
    left: initial !important;
    right: -7px !important;
  }
  .product-text-block .txt .step-wrapper:not(:first-child):not(:last-child) .line:after, .product-text-block .txt .step-wrapper:not(:first-child):not(:last-child) .line:before {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .product-text-block .txt .step-wrapper:before, .product-text-block .txt .step-wrapper:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .product-text-block .txt .step-wrapper:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  .product-text-block .txt .step-wrapper:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  .product-text-block .txt .step-wrapper .counter {
    position: absolute;
    top: -25px;
    right: 15px;
    display: table;
    background-color: #fff;
    border-radius: 500px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
  .product-text-block .txt .step-wrapper .txt {
    padding: 20px !important;
  }
  .product-text-block .txt .step-wrapper .txt .h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .product-text-block .txt .step-wrapper .txt .bottom-txt {
    font-size: 14px;
    line-height: 22px;
  }
  .product-text-block.text-with-img-block .txt .inline-buttons .btn-primary, .product-text-block.text-with-img-block .txt .inline-buttons .btn-primary-link a, .btn-primary-link .product-text-block.text-with-img-block .txt .inline-buttons a {
    padding: 0px 20px !important;
  }
  .product-content .product-info-card.has-lists > ul {
    margin-top: 15px !important;
  }
  .product-content .product-info-card.has-lists > ul li {
    line-height: 29px !important;
  }
  /******************************
  * Footer
  ******************************/
  .top-footer {
    position: relative;
    padding-top: 10px;
  }
  .top-footer .row.d-flex {
    align-items: center;
  }
  .top-footer .row.d-flex .logo {
    margin-bottom: 0px;
  }
  .top-footer .row.d-flex .stamp {
    width: 100px;
    height: 100px;
    display: flex;
    margin-left: auto;
  }
  .top-footer .logo {
    width: 110px;
    height: 68px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 18px;
  }
  .top-footer .row .col-12 {
    position: inherit !important;
  }
  .top-footer .row .col-12 .stamp {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 10px !important;
    right: 15px;
  }
  .top-footer h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .top-footer .app-icons {
    margin-bottom: 25px;
  }
  .top-footer .app-icons img {
    max-width: 100%;
  }
  .top-footer .recent-purchase .image {
    width: 106px;
    height: 78px;
  }
  .top-footer .recent-purchase .txt {
    padding-right: 17px;
    padding-left: 17px;
    font-size: 22px;
    line-height: 22px;
  }
  .top-footer .btn-quaternary {
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    height: 48px;
    margin-bottom: 30px;
  }
  footer .footer-title {
    font-size: 22px;
    line-height: 22px;
  }
  footer > svg {
    display: none !important;
  }
  .bottom-footer .bottom-footer-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bottom-footer .bottom-footer-inner .footer-cell.middle-footer-cell {
    position: relative;
  }
  .bottom-footer .bottom-footer-inner .footer-cell.middle-footer-cell img {
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
    bottom: calc(100% + 5px);
    max-height: 88px;
    max-width: 88px;
    width: 100%;
    height: 88px;
  }
  .inline-links {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
  }
  .inline-links .regular-link {
    line-height: 38px;
  }
  .overall-map-wrapper .btn-outlined-primary, .overall-map-wrapper .facetwp-load-more {
    margin-top: 30px !important;
  }
  #whatsapp-icon {
    right: 30px;
    bottom: 30px;
  }
  .content-page {
    max-width: 100vw;
    overflow: hidden;
    position: relative;
  }
  .content-page > svg {
    position: absolute;
    width: 250%;
    top: 50%;
    left: -50%;
    transform: translate(10%, -50%) scale(1.6) !important;
  }
  .content-page .wp-block-buttons {
    position: relative;
    z-index: 10;
  }
  .wp-block-columns img {
    width: 100%;
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .wp-block-columns .figcaption {
    text-align: center !important;
  }
  #customer_details .col-2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
  #companyVideoIframe {
    height: 200px !important;
  }
  .atc-wrapper {
    width: 100%;
    display: flex;
    gap: 15px;
  }
  .atc-wrapper .quantitySelector {
    width: 62px;
    font-size: 20px;
    font-weight: bold;
  }
  .atc-wrapper .btn-primary, .atc-wrapper .btn-primary-link a, .btn-primary-link .atc-wrapper a {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  footer {
    padding-bottom: 50px !important;
  }
  .wp-block-button__link {
    display: flex;
    align-content: center;
    align-items: center;
  }
  #main-header {
    top: 58px !important;
  }
  #page {
    margin-top: 147.95px !important;
  }
  .strip-card-component {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  /******************************
  * General
  ******************************/
  .pad-top-bottom {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  h2, .h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .btn, .btn-primary, .wp-element-button, .btn-secondary, .btn-tertiary, .btn-primary-link a {
    padding: 15px;
    font-size: 22px;
    line-height: 22px;
  }
  .mobile-only {
    display: none !important;
  }
  /******************************
  * Header
  ******************************/
  .topbar .container {
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
    align-items: center;
  }
  .topbar .container .recent-purchases {
    display: flex;
    align-items: center;
  }
  .topbar .container .recent-purchases a {
    margin-right: 14px;
  }
  .topbar .container .topbar-menu {
    margin-left: auto;
  }
  .topbar .container .topbar-menu .menu {
    gap: 10px;
  }
  .topbar .container .topbar-menu ul {
    margin: 0px;
    display: flex;
  }
  .topbar .container .topbar-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  .topbar .container .btn, .topbar .container .btn-primary, .topbar .container .wp-element-button, .topbar .container .btn-secondary, .topbar .container .btn-tertiary, .topbar .container .btn-primary-link a, .btn-primary-link .topbar .container a {
    font-size: 16px;
    line-height: 16px;
  }
  #site-navigation {
    position: relative;
  }
  #site-navigation .cart-total {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 16px;
    z-index: 10;
  }
  #main-header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #main-header .container {
    display: flex;
    align-content: center;
    vertical-align: middle;
  }
  #main-header .container .site-branding {
    max-width: 129px;
    width: 100%;
  }
  #main-header .container .site-branding .logo-wrapper .logo-link {
    display: block;
  }
  #main-header .container .site-branding .logo-wrapper .logo-link img {
    width: 100%;
  }
  #main-header .container .main-menu {
    margin-left: auto;
  }
  #main-header .container .main-menu ul {
    margin: 0px;
    display: flex;
    align-content: center !important;
    flex-wrap: wrap !important;
    height: 100%;
    align-items: center;
  }
  #main-header .container .main-menu ul li:not(:last-child) {
    margin-right: 20px;
  }
  #main-header .container .main-menu ul li:nth-last-child(2) {
    margin-right: 13px !important;
  }
  #main-header .container .main-menu ul li a {
    color: #fff;
    text-decoration: none;
  }
  #main-header .container .main-menu ul .btn-link a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 53px;
    display: flex;
    align-items: center;
  }
  #main-header .container .main-menu ul .btn-link a:after {
    top: 19px;
    right: 19px;
  }
  #main-header .container .main-menu ul .header-cart-btn a {
    height: 62px;
    width: 62px;
    display: block;
    border-radius: 500px;
  }
  #main-header .container .main-menu ul .header-cart-btn a:before {
    top: 20px;
    left: 20px;
  }
  #home-header {
    position: relative;
    overflow-x: hidden;
  }
  #home-header .container {
    display: flex;
    position: relative;
    z-index: 10;
    height: 100%;
  }
  #home-header .container .txt {
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #home-header .container .txt h1 {
    margin: 0px;
  }
  #home-header .container .txt p {
    margin: 0px;
  }
  #home-header .container .txt ul {
    margin: 0px;
  }
  #home-header .container .txt ul li img {
    max-width: 215px;
  }
  #home-header .container .images img {
    width: 100%;
  }
  #home-header .lines {
    position: absolute;
    z-index: 5;
    width: calc(100% + 75px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #home-header .lines img {
    width: 100%;
  }
  .usps-bar img {
    margin-right: 11px;
  }
  .text-with-img-block .container {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .steps-wrapper .innersteps-wrapper {
    gap: 30px;
    display: flex;
  }
  .steps-wrapper .innersteps-wrapper .steps-footer .btn-primary, .steps-wrapper .innersteps-wrapper .steps-footer .btn-primary-link a, .btn-primary-link .steps-wrapper .innersteps-wrapper .steps-footer a {
    width: 91px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 27.5px;
    right: 27.5px;
    position: absolute;
  }
  .steps-wrapper .innersteps-wrapper .steps-footer .btn-primary svg, .steps-wrapper .innersteps-wrapper .steps-footer .btn-primary-link a svg, .btn-primary-link .steps-wrapper .innersteps-wrapper .steps-footer a svg {
    height: 19px;
    width: 20px;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper {
    padding: 27.5px;
    position: relative;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper .compass {
    position: absolute;
    width: 124px;
    height: 124px;
    z-index: 10;
    right: 27.5px;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper .compass img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper .half-img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    right: 0px;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper .half-img img {
    max-height: 226px;
    height: 226px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
  .company-wrapper {
    overflow: hidden;
  }
  .company-wrapper .company-inner-wrapper {
    padding: 24px;
    display: flex;
  }
  .company-wrapper .company-inner-wrapper .txt {
    align-content: center;
  }
  .company-wrapper .company-inner-wrapper .usps {
    display: table;
    padding: 27.5px;
  }
  .company-wrapper .company-inner-wrapper .usps ul li {
    font-size: 26px;
    line-height: 26px;
    display: flex;
    align-items: center;
  }
  .company-wrapper .company-inner-wrapper .usps ul li:after {
    content: "";
    background-color: #fff;
    border-radius: 500px;
    height: 8px;
    width: 8px;
    display: block;
    margin-left: 17px;
    margin-right: 17px;
  }
  .company-wrapper .company-inner-wrapper .usps ul li:last-child:after {
    display: none !important;
  }
  .company-wrapper .lines {
    position: absolute;
    top: 70%;
    width: 100%;
  }
  .content-header-with-txt {
    height: 387px;
  }
  .content-header-with-txt .lines {
    position: absolute;
    top: 0px;
    left: 500px;
    transform: scale(4);
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right;
       object-position: right;
  }
  .content-header-with-txt .container {
    position: relative;
  }
  .content-header-with-txt .container .inner-content {
    display: table;
    margin: auto;
  }
  .content-header-with-txt .container .inner-content h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 7px;
  }
  .content-header-with-txt .container .inner-content p {
    font-size: 16px;
    line-height: 25px;
  }
  .content-header-with-txt .container .stamp {
    position: absolute;
    top: 19px;
    right: 0px;
    width: 120px;
    height: 120px;
  }
  .usps-bar .uspbar-inner {
    display: table;
    margin: auto;
    padding: 25px;
    overflow: inherit !important;
  }
  .usps-bar .uspbar-inner ul {
    display: flex;
    margin: 0px;
    align-content: center;
    gap: 25px;
  }
  /******************************
  * Shop
  ******************************/
  .filter-wrapper .filter-cell {
    width: 100%;
  }
  .filter-wrapper .filter-cell select {
    font-size: 16px;
    line-height: 25px;
    padding-left: 20px;
    padding-right: 20px;
    color: #004840;
  }
  .products-wrapper .facetwp-template {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    display: grid;
  }
  .how-does-it-work, .content-page {
    position: relative;
    overflow: hidden;
  }
  .how-does-it-work svg, .content-page svg {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    transform: translate(10%, -50%) scale(1.4);
  }
  .content-page .wp-block-column {
    position: relative;
    z-index: 10;
  }
  #map {
    width: 600px;
    height: 824px;
  }
  .page-template-page-shop .map-wrapper {
    top: -120px;
    margin-bottom: -120px;
  }
  .facetwp-type-checkboxes {
    gap: 9px;
  }
  .scores-wrapper h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .product-card .content {
    padding: 27.5px;
  }
  .product-card .content h3 {
    font-size: 24px;
    line-height: 24px;
    min-height: 64px;
    display: -webkit-box;
  }
  .other-products {
    margin-bottom: 50px;
  }
  .more-products .btn-outlined-primary, .more-products .facetwp-load-more {
    font-size: 18px !important;
    line-height: 21px !important;
    width: 240px;
    height: 62px;
  }
  /******************************
  * Single product
  ******************************/
  .product-header .top-content {
    display: flex;
  }
  .product-header .top-content .img-right {
    margin-left: auto;
  }
  .product-header .header-inner-content .container {
    position: relative;
  }
  .product-header .header-inner-content .container .bottom-content {
    position: absolute;
    display: flex;
    width: 100%;
    left: 0px;
    align-items: end;
    bottom: 0px;
  }
  .product-header .header-inner-content .container .bottom-content .right-content {
    text-align: right;
  }
  .product-header .header-inner-content .container .bottom-content .right-content .prices-wrapper {
    flex-direction: column;
    align-items: end;
  }
  .product-header .header-inner-content .container .bottom-content .right-content .btn-primary, .product-header .header-inner-content .container .bottom-content .right-content .btn-primary-link a, .btn-primary-link .product-header .header-inner-content .container .bottom-content .right-content a {
    border: 0px;
  }
  .product-cta .h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .product-cta .inner-content {
    display: flex;
    align-items: center;
  }
  .product-cta .inner-content .btn-primary, .product-cta .inner-content .btn-primary-link a, .btn-primary-link .product-cta .inner-content a {
    margin-left: auto;
  }
  .product-cta .btn-primary, .product-cta .btn-primary-link a, .btn-primary-link .product-cta a {
    width: 350px;
  }
  .product-uspbar {
    display: flex;
  }
  .product-uspbar .usp-item {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .single-blog-card .image {
    min-height: 350px;
  }
  .single-blog-card .image img {
    max-height: 350px;
  }
  .leaderboard .position .pos-wrapper {
    height: 54px;
    width: 54px;
  }
  .leaderboard .position .pos-wrapper .pos {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
  }
  .leaderboard .username {
    padding-left: 14.5px;
  }
  .product-steps-wrapper .step-wrapper {
    display: flex;
  }
  .product-steps-wrapper .step-wrapper .number {
    height: 47px;
    width: 47px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 30px;
    line-height: 30px;
    color: #004840;
    font-family: "Acumin Condensed Black" !important;
    position: relative;
    top: -12px;
  }
  .product-steps-wrapper .step-wrapper .txt {
    padding-left: 15px;
  }
  .reviews p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px !important;
  }
  /******************************
  * General content
  ******************************/
  .default-header {
    position: relative;
    overflow: hidden;
  }
  .default-header h1 {
    margin-top: 40px;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    z-index: 10;
  }
  .default-header .lines {
    position: absolute;
    top: 0px;
    position: absolute;
    z-index: 5;
    top: -300px;
    right: -136%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right;
       object-position: right;
  }
  .possibiliets .row {
    align-items: center;
  }
  .possibiliets .row img {
    height: 397px;
  }
  .possibiliets .row h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .possibiliets .row p, .possibiliets .row li {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0px;
  }
  .possibiliets .row p:not(:last-child), .possibiliets .row li:not(:last-child) {
    margin-bottom: 25px;
  }
  .possibiliets .row li {
    margin-bottom: 0px !important;
  }
  .leadboard-element-wrapper .leaderboard-card {
    padding: 30px;
  }
  .leadboard-element-wrapper .leaderboard-card .h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .product-info-card {
    padding: 30px;
  }
  .product-info-card .h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px !important;
  }
  .product-info-card.product-info-card li {
    line-height: 29px;
  }
  .product-info-card.to-do-card ul li:before {
    margin-right: 10px;
  }
  .product-content {
    font-size: 16px;
    line-height: 25px;
  }
  .product-content .row {
    margin-top: 60px;
  }
  .reviews-wrapper .container {
    overflow: hidden;
  }
  .reviews-wrapper .container .pad-top-bottom {
    padding-bottom: 150px !important;
  }
  .reviews-wrapper .container .pad-top-bottom .reviews .singel-review-card {
    padding: 42px 39px;
  }
  .reviews-wrapper .container .pad-top-bottom .reviews .singel-review-card .h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .reviews-wrapper .container .pad-top-bottom .reviews .singel-review-card ul {
    display: flex;
  }
  .reviews-wrapper .container .pad-top-bottom .reviews .singel-review-card ul li svg {
    height: 20px;
    width: 20px;
  }
  .score-images-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    display: grid;
    gap: 22px;
  }
  .score-images-wrapper .single-image-slide {
    border-radius: 20px;
    height: 100%;
    position: relative;
    cursor: pointer;
  }
  .score-images-wrapper .single-image-slide:hover .hover {
    opacity: 1 !important;
  }
  .score-images-wrapper .single-image-slide img {
    height: 113px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  /******************************
  * Footer
  ******************************/
  .top-footer {
    padding: 28px 0px;
    border-bottom: 1px solid #00574D;
  }
  .top-footer .stamp {
    max-width: 90px;
    max-height: 90px;
  }
  .top-footer .h3 {
    font-size: 22px;
  }
  .top-footer .last-inner-footer-top {
    width: 100%;
  }
  .top-footer .col-6 {
    position: relative;
  }
  .top-footer .col-6 .stamp {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .top-footer .stamp {
    max-width: 143px;
    max-height: 144px;
    float: right;
  }
  .top-footer .second-top-row {
    display: flex;
  }
  .top-footer .btn-quaternary {
    height: 62px;
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 11px;
  }
  .top-footer .recent-purchase .txt {
    font-size: 22px;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-footer .recent-purchase .image {
    width: 120px;
    min-width: 120px;
  }
  .top-footer .recent-purchase .image img {
    width: 100%;
    height: 99px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  footer ul li a {
    font-size: 16px;
    line-height: 26px;
  }
  footer .footer-title {
    font-size: 22px;
  }
  footer > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    opacity: 0.2;
  }
  .bottom-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bottom-footer .footer-cell {
    font-size: 16px;
    line-height: 24px;
  }
  .bottom-footer .footer-cell li a {
    font-size: 16px;
    line-height: 24px;
  }
  .bottom-footer .footer-cell .menu-footer-bottom-container {
    display: table;
    float: right;
  }
  .bottom-footer .footer-cell .menu-footer-bottom-container li:not(:last-child)::after {
    content: "-";
    margin: 0px 4px;
  }
  .bottom-footer .footer-cell.middle-footer-cell {
    position: relative;
  }
  .bottom-footer .footer-cell.middle-footer-cell img {
    position: absolute;
    bottom: calc(100% - 20px);
    max-height: 118px;
    max-width: 118px;
    width: 100%;
    height: 118px;
  }
  .group-intro-block .row {
    justify-content: center;
    align-items: end;
  }
  .group-intro-block .group-intro-block-img {
    position: relative;
  }
  .group-intro-block .group-intro-block-img .general-image {
    width: 100%;
  }
  .group-intro-block .group-intro-block-img .compass {
    position: absolute;
    bottom: -50px;
    height: 158px;
    width: 158px;
    right: 70px;
  }
  .group-intro-block .group-intro-block-img .trophy {
    position: absolute;
    bottom: -55px;
    width: 110px;
    height: 110px;
    right: calc(50% - 55px);
  }
  .nf-form-content nf-field {
    width: 48%;
    float: left;
  }
  .nf-form-content nf-field:first-child {
    margin-right: 4%;
    margin-bottom: 2%;
  }
  .nf-form-content nf-field:nth-child(3) {
    margin-right: 4%;
  }
  .review-card-xl img {
    width: 257px;
  }
  #whatsapp-icon {
    right: 50px;
    bottom: 50px;
  }
  .content-page .wp-block-columns {
    align-items: center !important;
  }
  .filter-wrapper .facetwp-facet-soort_rlly {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .facetwp-facet-type_rlly, .facetwp-facet-provence {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .facetwp-facet-type_rlly select, .facetwp-facet-provence select {
    max-height: 46px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  #home-header {
    height: 620px;
    max-height: 620px;
  }
  #home-header .container .txt h1 {
    font-size: 50px !important;
  }
  #home-header .container .txt ul {
    gap: 10px;
  }
  #home-header .container .txt p {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 20px !important;
  }
  #home-header .container .txt .btn-outlined {
    margin-top: 45px !important;
  }
  #home-header .container .images {
    display: flex;
    align-items: center;
  }
  .uspbar-inner {
    height: 102px;
    width: 768px;
    display: flex !important;
  }
  .uspbar-inner .swiper-pagination {
    top: calc(100% + 10px) !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
    padding: 0px !important;
    background-color: transparent !important;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper {
    height: 420px !important;
    padding: 22.5px !important;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper .step-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper .compass {
    width: 100px;
    height: 100px;
    right: 22.5px;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper .compass img {
    position: relative;
    top: 25px;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper .half-img img {
    max-height: 180px !important;
    height: 180px !important;
  }
  .company-wrapper .lines {
    position: absolute;
    top: 63%;
    width: 100%;
    left: -35%;
    transform: scale(1.5);
  }
  .company-wrapper .company-inner-wrapper .txt {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .company-wrapper .company-inner-wrapper .txt h2 {
    position: relative;
    z-index: 10;
    font-size: 40px;
  }
  .company-wrapper .company-inner-wrapper .txt p {
    position: relative;
    z-index: 10;
  }
  .company-wrapper .company-inner-wrapper .txt .btn-tertiary {
    position: relative;
    z-index: 10;
    margin-bottom: 80px;
    margin-top: 20px;
  }
  .company-wrapper .company-inner-wrapper .txt .usps {
    position: absolute;
    z-index: 20;
    bottom: 40px;
    left: 45px;
    padding: 20px;
  }
  .company-wrapper .company-inner-wrapper .txt .usps li {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .company-wrapper .company-inner-wrapper .img {
    width: 40%;
  }
  .company-wrapper .company-inner-wrapper .img .stamp {
    width: 120px;
    height: 120px;
    left: -50px;
    top: 65px;
  }
  .company-wrapper .company-inner-wrapper .img img:not(.stamp) {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .text-with-img-block {
    height: 500px;
    max-height: 500px;
    overflow: hidden;
  }
  .text-with-img-block .txt .subtitle {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .text-with-img-block .txt h2 {
    font-size: 40px;
    margin-bottom: 22px;
    line-height: 40px;
  }
  .text-with-img-block .txt .main-txt {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 20px !important;
  }
  .text-with-img-block .txt .inline-buttons {
    margin-top: 50px;
    gap: 15px;
  }
  .text-with-img-block .txt .inline-buttons .btn, .text-with-img-block .txt .inline-buttons .btn-primary, .text-with-img-block .txt .inline-buttons .wp-element-button, .text-with-img-block .txt .inline-buttons .btn-secondary, .text-with-img-block .txt .inline-buttons .btn-tertiary, .text-with-img-block .txt .inline-buttons .btn-primary-link a, .btn-primary-link .text-with-img-block .txt .inline-buttons a {
    padding: 0px !important;
    height: 62px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text-with-img-block .txt .inline-buttons .btn.btn-primary, .text-with-img-block .txt .inline-buttons .btn-primary, .text-with-img-block .txt .inline-buttons .btn-primary-link a, .btn-primary-link .text-with-img-block .txt .inline-buttons a {
    width: 240px;
  }
  .text-with-img-block .txt .inline-buttons .btn.btn-outlined-primary, .text-with-img-block .txt .inline-buttons .btn-outlined-primary.btn-primary, .text-with-img-block .txt .inline-buttons .btn-outlined-primary.wp-element-button, .text-with-img-block .txt .inline-buttons .btn-outlined-primary.btn-secondary, .text-with-img-block .txt .inline-buttons .btn-outlined-primary.btn-tertiary, .text-with-img-block .txt .inline-buttons .btn-primary-link a.btn-outlined-primary, .btn-primary-link .text-with-img-block .txt .inline-buttons a.btn-outlined-primary, .text-with-img-block .txt .inline-buttons .btn.facetwp-load-more, .text-with-img-block .txt .inline-buttons .btn-primary.facetwp-load-more, .text-with-img-block .txt .inline-buttons .wp-element-button.facetwp-load-more, .text-with-img-block .txt .inline-buttons .btn-secondary.facetwp-load-more, .text-with-img-block .txt .inline-buttons .btn-tertiary.facetwp-load-more, .text-with-img-block .txt .inline-buttons .btn-primary-link a.facetwp-load-more, .btn-primary-link .text-with-img-block .txt .inline-buttons a.facetwp-load-more {
    width: 206px !important;
  }
  .text-with-img-block .image img {
    transform: scale(1.6);
  }
  .more-products .btn-outlined-primary, .more-products .facetwp-load-more {
    margin-top: 88px !important;
  }
  .other-products-wrapper {
    overflow: inherit !important;
  }
  .other-products-wrapper .swiper-pagination {
    top: calc(100% + 22px) !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
    padding: 0px !important;
    background-color: #E5EDED !important;
    padding: 17px 21px !important;
  }
  .other-products-wrapper .btn-outlined-primary, .other-products-wrapper .facetwp-load-more {
    margin-top: 50px !important;
  }
  .product-gallery {
    padding-bottom: 50px !important;
  }
  .product-gallery .gallery-wrapper {
    position: relative;
  }
  .product-gallery .gallery-wrapper .swiper-slide {
    height: 738px;
  }
  .product-gallery .gallery-wrapper .swiper-slide img {
    border-radius: 20px;
    height: 738px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
  .product-gallery .gallery-wrapper .swiper-pagination {
    top: calc(100% + 20px) !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
  }
  .content-header:before {
    height: 320px;
  }
  .single-product .usps-bar .container {
    top: -92px !important;
  }
  .product-header {
    height: 870px;
  }
  .product-header .header-inner-content {
    padding: 45px;
    height: 650px;
  }
  .product-header .header-inner-content:before {
    height: 400px;
  }
  .product-header .header-inner-content .bottom-content h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 12px;
  }
  .product-header .header-inner-content .bottom-content .tags {
    gap: 5px;
  }
  .product-header .header-inner-content .bottom-content .tags .tag {
    padding: 14px 21px;
    font-size: 18px;
    line-height: 18px;
  }
  .product-header .header-inner-content .bottom-content .reviews-list {
    margin-top: 30px;
    gap: 13px;
  }
  .product-header .top-content .img-left {
    height: 150px;
    width: 150px;
  }
  .product-header .top-content .img-right {
    height: 75px;
    width: 75px;
  }
  .product-uspbar-wrapper {
    margin-bottom: -130px;
  }
  .product-uspbar-wrapper .product-uspbar {
    padding: 25px;
    position: relative;
    top: -69px;
  }
  .product-uspbar-wrapper .product-uspbar .usp-item .txt {
    padding-left: 10px;
  }
  .product-uspbar-wrapper .product-uspbar .usp-item .subtitle {
    padding-bottom: 5px;
  }
  .product-uspbar-wrapper .product-uspbar .usp-item .value {
    font-size: 24px;
    line-height: 24px;
  }
  .reviews {
    width: 768px;
  }
  .scores-wrapper {
    padding: 40px 0px;
  }
  .scores-wrapper .score-card {
    padding: 30px;
  }
  .scores-wrapper .score-card .single-score {
    padding: 18px 0px;
  }
  .scores-wrapper .score-card .single-image-slide img {
    height: 80px;
  }
  .page-template-page-shop .text-with-img-block {
    height: 700px;
    max-height: 700px;
  }
  .page-template-page-shop .text-with-img-block .main-txt {
    max-width: 566px;
    margin-bottom: 22px;
  }
  .page-template-page-shop .text-with-img-block .h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .page-template-page-shop .text-with-img-block .txt .badge-text:not(:last-child) {
    margin-bottom: 13px;
  }
  .page-template-page-shop .text-with-img-block .txt .badge-text.last-badge-text {
    margin-bottom: 10px !important;
  }
  .page-template-page-shop .text-with-img-block .link-text {
    margin-bottom: 51px;
  }
  .page-template-page-shop .text-with-img-block .image {
    position: relative;
    height: 400px;
    width: 400px;
  }
  .page-template-page-shop .text-with-img-block .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: relative;
    left: 75px;
  }
  .group-intro-block .group-intro-block-img .general-image {
    width: 100%;
  }
  .group-intro-block .group-intro-block-img .compass {
    right: 10px;
  }
  .group-intro-block .group-intro-block-img .trophy {
    right: calc(50% - 55px);
  }
  .filter-wrapper {
    padding: 20px 40px;
    gap: 15px;
  }
  .product-gallery.reviews-xl-wrapper .gallery-wrapper .swiper-slide {
    height: 100%;
  }
  .product-gallery.reviews-xl-wrapper .gallery-wrapper .swiper-slide img {
    border-radius: 20px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
  .product-text-block > .txt {
    width: 55%;
  }
  .product-text-block .txt .inline-buttons {
    align-items: center !important;
  }
  .product-text-block .txt .inline-buttons .btn-primary, .product-text-block .txt .inline-buttons .btn-primary-link a, .btn-primary-link .product-text-block .txt .inline-buttons a {
    font-size: 18px !important;
    height: 53px !important;
  }
  .product-text-block .image {
    width: 45%;
  }
  .product-text-block .product-steps-wrapper .step-wrapper .h3 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .product-text-block .product-steps-wrapper .step-wrapper:not(:last-child) {
    margin-bottom: 20px !important;
  }
  .product-text-block .product-steps-wrapper .step-wrapper .number {
    height: 37px;
    width: 37px;
    font-size: 24px !important;
    line-height: 24px !important;
    top: 0px !important;
  }
  .product-text-block .container .image img {
    transform: scale(1.2) !important;
  }
  .how-does-it-work p, .how-does-it-work li {
    font-size: 16px;
    line-height: 24px;
  }
  .how-does-it-work p:not(:last-child), .how-does-it-work li:not(:last-child) {
    margin-bottom: 20px;
  }
  .atc-wrapper {
    display: flex;
    gap: 15px;
  }
  .atc-wrapper .quantitySelector {
    width: 72.5px;
    height: 72.5px;
    font-size: 24px;
    font-weight: bold;
  }
  .product-header .header-inner-content .bottom-content {
    flex-direction: column !important;
  }
  .product-header .header-inner-content .left-content {
    width: 100%;
  }
  .product-header .header-inner-content .right-content {
    width: 100%;
  }
  .product-header .header-inner-content .right-content .cart {
    align-items: start !important;
  }
  .product-header .header-inner-content .right-content .normal-price {
    font-size: 32px;
    line-height: 32px;
  }
  .products-wrapper .facetwp-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 25px !important;
    margin-top: 25px !important;
  }
  .products-wrapper .facetwp-template .product-card .content h3 {
    min-height: 60px !important;
  }
  .usps-bar {
    margin-top: -103px;
  }
  .usps-bar .container {
    position: relative;
    top: 51.5px;
  }
  .usps-bar .uspbar-inner {
    overflow: hidden !important;
  }
  .product-uspbar-inner-wrapper {
    margin-bottom: -50px;
  }
  .atc-wrapper {
    margin-top: 20px !important;
  }
  .product-usp-list {
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 32px;
  }
  #main-header .container .main-menu ul li:not(:last-child) {
    margin-right: 39px;
  }
  #main-header .container .main-menu ul .btn-link a {
    width: 240px;
    height: 62px;
  }
  /******************************
  * Content pages
  ******************************/
  .btn, .btn-primary, .wp-element-button, .btn-secondary, .btn-tertiary, .btn-primary-link a {
    padding: 19px;
    font-size: 24px;
    line-height: 24px;
  }
  .regular-link {
    font-size: 16px;
    line-height: 38px;
  }
  .inline-links {
    gap: 20px;
  }
  .group-intro-block h2 {
    margin-bottom: 0px;
  }
  .group-intro-block p {
    font-size: 18px;
    line-height: 24px;
  }
  .how-does-it-work .row:not(:last-child) {
    margin-bottom: 90px;
  }
  .how-does-it-work h2 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 45px;
  }
  .how-does-it-work p {
    margin: 0px;
    font-size: 18px;
    line-height: 22px;
  }
  .how-does-it-work p:not(:last-child) {
    margin-bottom: 22px;
  }
  .how-does-it-work ul {
    margin-bottom: 22px;
  }
  .how-does-it-work ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .content-page h3 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  /******************************
  * Shop
  ******************************/
  .all-products-wrapper h2 {
    margin-bottom: 27px !important;
  }
  .all-products-wrapper .filter-wrapper {
    margin-bottom: 31px;
  }
  .all-products-wrapper .facetwp-template {
    gap: 31px;
  }
  /******************************
  * Shop
  ******************************/
  .content-header-with-txt .lines {
    top: -300px;
    right: calc(-50% - 10px);
    left: inherit !important;
    transform: scale(1) !important;
  }
  .content-header-with-txt .container .inner-content h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .content-header-with-txt .container .stamp {
    position: absolute;
    top: 19px;
    right: 0px;
    width: 120px;
    height: 120px;
  }
  .company-wrapper .company-inner-wrapper .txt {
    width: 60%;
    padding-left: 41.5px;
  }
  .company-wrapper .company-inner-wrapper .txt p {
    line-height: 25px;
    max-width: 450px;
  }
  .company-wrapper .company-inner-wrapper .txt .btn-tertiary {
    font-size: 24px;
    padding: 21px;
    margin-top: 28px;
  }
  .company-wrapper .company-inner-wrapper .txt .usps {
    margin-top: 46px;
  }
  .company-wrapper .company-inner-wrapper .img {
    width: 40%;
  }
  .company-wrapper .company-inner-wrapper .img img {
    max-width: 424px;
    max-height: 489px;
    float: right;
  }
  /******************************
  * Single product
  ******************************/
  .product-content p {
    font-size: 18px;
    line-height: 33px;
    margin-top: 0px;
  }
  .product-content p:not(:last-child) {
    margin-bottom: 33px;
  }
  .topbar .container .topbar-menu .menu {
    gap: 35px;
  }
  #home-header {
    position: relative;
  }
  .usps-bar {
    margin-top: -103px;
  }
  .usps-bar .container {
    position: relative;
    top: 51.5px;
  }
  .product-header {
    height: 1100px;
  }
  .product-header .header-inner-content {
    height: 864px;
    box-shadow: 0px 2px 5px #000;
  }
  .single-product .usps-bar .container {
    top: -107px !important;
  }
  .product-cta .h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .product-text-block .product-steps-wrapper .step-wrapper:not(:last-child) {
    margin-bottom: 31px !important;
  }
  .product-text-block .product-steps-wrapper .step-wrapper .txt .h3 {
    font-size: 29px !important;
    line-height: 29px !important;
  }
  .product-text-block .product-steps-wrapper .step-wrapper .txt .bottom-txt {
    font-size: 18px !important;
    line-height: 31px !important;
  }
  .product-card .content {
    padding: 27.5px;
  }
  .product-card .content h3 {
    font-size: 27px;
    line-height: 27px;
    min-height: 64px;
  }
  .scores-wrapper {
    padding: 52px 0px;
  }
  .scores-wrapper .score-card {
    padding: 34px;
  }
  .scores-wrapper .score-card .single-score {
    padding: 28px 0px;
  }
  .page-template-page-shop .map-wrapper {
    top: -120px;
    margin-bottom: -120px;
  }
  #map {
    width: 600px;
    height: 824px;
  }
  .product-gallery {
    padding-bottom: 50px;
  }
  .product-gallery .swiper-pagination {
    top: calc(100% + 22px) !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
  }
  .reviews-wrapper .container .pad-top-bottom {
    padding-bottom: 150px !important;
  }
  .leadboard-element-wrapper .leaderboard-card {
    padding: 30px;
  }
  .leadboard-element-wrapper .leaderboard-card .h3 {
    font-size: 29px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .product-info-card {
    padding: 30px;
  }
  .product-info-card .h3 {
    font-size: 29px;
    line-height: 29px;
    margin-bottom: 20px !important;
  }
  .product-info-card.product-info-card li {
    line-height: 29px;
  }
  .product-info-card.to-do-card ul li:before {
    margin-right: 10px;
  }
  .product-content {
    font-size: 16px;
    line-height: 25px;
  }
  .product-content .row {
    margin-top: 60px;
  }
  /******************************
  * Footer
  ******************************/
  .top-footer .logo {
    margin-bottom: 25px;
  }
  .top-footer .h3 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .top-footer .app-icons {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .top-footer .recent-purchase .image {
    width: 161px;
    min-width: 161px;
  }
  .top-footer .recent-purchase .image img {
    width: 100%;
    height: 99px;
  }
  .top-footer .recent-purchase .txt {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .top-footer .second-top-row .last-inner-footer-top {
    max-width: 450px;
    margin-left: auto;
  }
  footer {
    padding-top: 67px;
    padding-bottom: 95px;
  }
  footer > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    opacity: 0.2;
  }
  footer .footer-title {
    font-size: 29px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-header {
    height: 720px;
    max-height: 720px;
  }
  #home-header .container .txt h1 {
    font-size: 60px !important;
  }
  #home-header .container .txt p {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 25px !important;
  }
  #home-header .container .txt ul {
    gap: 10px !important;
  }
  #home-header .container .txt .btn-outlined {
    margin-top: 60px;
  }
  #home-header .container .images img {
    margin-top: 50px;
  }
  .text-with-img-block {
    height: 700px;
    max-height: 700px;
    overflow: hidden;
  }
  .text-with-img-block .container .txt {
    max-width: 60%;
  }
  .text-with-img-block .container .txt .subtitle {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 31px;
  }
  .text-with-img-block .container .txt h2 {
    font-size: 50px;
    margin-bottom: 22px;
    line-height: 50px;
  }
  .text-with-img-block .container .txt .main-txt {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 25px !important;
  }
  .text-with-img-block .container .txt .inline-buttons {
    margin-top: 50px;
    gap: 15px;
  }
  .text-with-img-block .container .txt .inline-buttons .btn, .text-with-img-block .container .txt .inline-buttons .btn-primary, .text-with-img-block .container .txt .inline-buttons .wp-element-button, .text-with-img-block .container .txt .inline-buttons .btn-secondary, .text-with-img-block .container .txt .inline-buttons .btn-tertiary, .text-with-img-block .container .txt .inline-buttons .btn-primary-link a, .btn-primary-link .text-with-img-block .container .txt .inline-buttons a {
    padding: 0px !important;
    height: 62px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text-with-img-block .container .txt .inline-buttons .btn.btn-primary, .text-with-img-block .container .txt .inline-buttons .btn-primary, .text-with-img-block .container .txt .inline-buttons .btn-primary-link a, .btn-primary-link .text-with-img-block .container .txt .inline-buttons a {
    width: 240px;
  }
  .text-with-img-block .container .txt .inline-buttons .btn.btn-outlined-primary, .text-with-img-block .container .txt .inline-buttons .btn-outlined-primary.btn-primary, .text-with-img-block .container .txt .inline-buttons .btn-outlined-primary.wp-element-button, .text-with-img-block .container .txt .inline-buttons .btn-outlined-primary.btn-secondary, .text-with-img-block .container .txt .inline-buttons .btn-outlined-primary.btn-tertiary, .text-with-img-block .container .txt .inline-buttons .btn-primary-link a.btn-outlined-primary, .btn-primary-link .text-with-img-block .container .txt .inline-buttons a.btn-outlined-primary, .text-with-img-block .container .txt .inline-buttons .btn.facetwp-load-more, .text-with-img-block .container .txt .inline-buttons .btn-primary.facetwp-load-more, .text-with-img-block .container .txt .inline-buttons .wp-element-button.facetwp-load-more, .text-with-img-block .container .txt .inline-buttons .btn-secondary.facetwp-load-more, .text-with-img-block .container .txt .inline-buttons .btn-tertiary.facetwp-load-more, .text-with-img-block .container .txt .inline-buttons .btn-primary-link a.facetwp-load-more, .btn-primary-link .text-with-img-block .container .txt .inline-buttons a.facetwp-load-more {
    width: 206px !important;
  }
  .text-with-img-block .container .image img {
    position: relative;
    right: -70px;
    transform: scale(1.6);
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper {
    height: 400px !important;
    padding: 22.5px !important;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper .step-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper .compass {
    width: 100px;
    height: 100px;
    right: 22.5px;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper .compass img {
    position: relative;
    top: 25px;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper .half-img img {
    max-height: 180px !important;
    height: 180px !important;
  }
  .company-wrapper .lines {
    position: absolute;
    top: 63%;
    width: 100%;
    left: -35%;
    transform: scale(1.5);
  }
  .company-wrapper .company-inner-wrapper .txt h2 {
    position: relative;
    z-index: 10;
  }
  .company-wrapper .company-inner-wrapper .txt p {
    position: relative;
    z-index: 10;
  }
  .company-wrapper .company-inner-wrapper .txt .btn-tertiary {
    position: relative;
    z-index: 10;
    margin-bottom: 80px;
    margin-top: 20px;
  }
  .company-wrapper .company-inner-wrapper .txt .usps {
    position: absolute;
    z-index: 20;
    bottom: 50px;
    left: 65.5px;
    padding: 22px;
  }
  .company-wrapper .company-inner-wrapper .txt .usps li {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .company-wrapper .company-inner-wrapper .img .stamp {
    width: 120px;
    height: 120px;
    left: -50px;
    top: 65px;
  }
  .uspbar-inner {
    height: 102px;
    width: 992px;
    display: flex !important;
    overflow: inherit !important;
  }
  .uspbar-inner .swiper-pagination {
    top: calc(100% + 10px) !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
    padding: 0px !important;
    background-color: transparent !important;
  }
  .other-products {
    gap: 15px !important;
  }
  .other-products .product-card .product-info {
    margin: auto !important;
  }
  .other-products .product-card .btn-wrapper {
    display: none !important;
  }
  .other-products .product-card .info-cell:not(:last-child) {
    padding-right: 15px !important;
  }
  .product-gallery {
    padding-bottom: 50px !important;
  }
  .product-gallery .gallery-wrapper {
    position: relative;
  }
  .product-gallery .gallery-wrapper .swiper-slide {
    height: 640px;
  }
  .product-gallery .gallery-wrapper .swiper-slide img {
    border-radius: 20px;
    height: 640px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
  .product-gallery.reviews-xl-wrapper .gallery-wrapper .swiper-slide {
    height: 100%;
  }
  .product-gallery.reviews-xl-wrapper .gallery-wrapper .swiper-slide img {
    border-radius: 20px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
  .filter-wrapper {
    padding: 20px 40px;
    gap: 20px;
  }
  .content-header:before {
    height: 350px;
  }
  .product-header .header-inner-content {
    padding: 45px;
  }
  .product-header .header-inner-content:before {
    height: 400px;
  }
  .product-header .header-inner-content .bottom-content h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 12px;
  }
  .product-header .header-inner-content .bottom-content .tags {
    gap: 5px;
  }
  .product-header .header-inner-content .bottom-content .tags .tag {
    padding: 14px 21px;
    font-size: 20px;
    line-height: 20px;
  }
  .product-header .header-inner-content .bottom-content .reviews-list {
    margin-top: 35px;
    gap: 13px;
  }
  .product-header .top-content .img-left {
    height: 170px;
    width: 170px;
  }
  .product-header .top-content .img-right {
    height: 170px;
    width: 170px;
  }
  .product-uspbar-inner-wrapper {
    margin-bottom: -50px;
  }
  .product-uspbar-wrapper {
    margin-bottom: -69px;
  }
  .product-uspbar-wrapper .product-uspbar {
    padding: 30px;
    position: relative;
    top: -69px;
  }
  .product-uspbar-wrapper .product-uspbar .usp-item .txt {
    padding-left: 15px;
  }
  .product-uspbar-wrapper .product-uspbar .usp-item .subtitle {
    padding-bottom: 5px;
  }
  .product-uspbar-wrapper .product-uspbar .usp-item .value {
    font-size: 26px;
    line-height: 26px;
  }
  .reviews {
    width: 992px;
  }
  .page-template-page-shop .text-with-img-block {
    height: 700px;
    max-height: 700px;
  }
  .page-template-page-shop .text-with-img-block .main-txt {
    max-width: 566px;
    margin-bottom: 22px;
  }
  .page-template-page-shop .text-with-img-block .h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 18px;
  }
  .page-template-page-shop .text-with-img-block .txt .badge-text:not(:last-child) {
    margin-bottom: 13px;
  }
  .page-template-page-shop .text-with-img-block .txt .badge-text.last-badge-text {
    margin-bottom: 10px !important;
  }
  .page-template-page-shop .text-with-img-block .link-text {
    margin-bottom: 51px;
  }
  .page-template-page-shop .text-with-img-block .image {
    position: relative;
    height: 400px;
    width: 400px;
  }
  .page-template-page-shop .text-with-img-block .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .group-intro-block .group-intro-block-img .general-image {
    width: 100%;
  }
  .group-intro-block .group-intro-block-img .compass {
    right: 30px;
  }
  .group-intro-block .group-intro-block-img .trophy {
    right: calc(50% - 55px);
  }
  .product-text-block .container > .txt {
    width: 55% !important;
  }
  .product-text-block .container > .txt .inline-buttons {
    align-items: center;
  }
  .product-text-block .container > .txt .inline-buttons .btn-primary, .product-text-block .container > .txt .inline-buttons .btn-primary-link a, .btn-primary-link .product-text-block .container > .txt .inline-buttons a {
    font-size: 20px !important;
  }
  .product-text-block .container > .image {
    width: 45% !important;
  }
  .product-text-block .container > .image img {
    transform: scale(1.5);
  }
  .atc-wrapper {
    display: flex;
    gap: 15px;
  }
  .atc-wrapper .quantitySelector {
    width: 72.5px;
    height: 72.5px;
    font-size: 24px;
    font-weight: bold;
  }
  .custom-thankyou-message p {
    margin: 0px !important;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px !important;
  }
  .product-header .header-inner-content .left-content {
    width: 55%;
  }
  .product-header .header-inner-content .right-content {
    width: 45%;
  }
  .product-header .header-inner-content .right-content .normal-price {
    font-size: 50px;
    line-height: 50px;
  }
  .usps-bar .uspbar-inner {
    overflow: hidden !important;
  }
  .product-usp-list {
    padding-left: 57px !important;
  }
}
@media only screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 62px;
    line-height: 62px;
  }
  .default-header h1 {
    margin-top: 65px;
    font-size: 62px;
    line-height: 62px;
  }
  .default-header .lines {
    right: -136%;
    right: calc(-50% - 10px);
  }
  .possibiliets img {
    height: 497px;
  }
  .possibiliets h2 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 17px;
  }
  .possibiliets p, .possibiliets li {
    margin-top: 0px;
  }
  .possibiliets p:not(:last-child), .possibiliets li:not(:last-child) {
    margin-bottom: 28px;
  }
  .possibiliets li {
    margin-bottom: 0px !important;
  }
  .company-wrapper .lines {
    position: absolute;
    top: 60%;
    width: 100%;
    left: -38%;
    transform: scale(1.5);
  }
  .company-wrapper .company-inner-wrapper .txt {
    width: 60%;
    padding-left: 41.5px;
  }
  .company-wrapper .company-inner-wrapper .txt p {
    line-height: 25px;
    position: relative;
    z-index: 10;
  }
  .company-wrapper .company-inner-wrapper .txt .btn-tertiary {
    font-size: 24px;
    padding: 21px;
    line-height: 24px;
    margin-top: 28px;
    margin-bottom: 120px;
    position: relative;
    z-index: 10;
  }
  .company-wrapper .company-inner-wrapper .txt .usps {
    position: absolute;
    z-index: 20;
    bottom: 66px;
    left: 65.5px;
  }
  .company-wrapper .company-inner-wrapper .img {
    width: 40%;
    position: relative;
  }
  .company-wrapper .company-inner-wrapper .img .stamp {
    width: 198px;
    height: 198px;
    left: -93px;
    top: 55px;
  }
  .company-wrapper .company-inner-wrapper .img img {
    max-width: 424px;
    max-height: 489px;
    float: right;
  }
  /******************************
  * Single product page
  ******************************/
  .product-header .header-inner-content {
    padding: 51px;
  }
  .product-header .header-inner-content:before {
    height: 413px;
  }
  .product-header .header-inner-content .bottom-content {
    left: 51px;
    bottom: 0px;
  }
  .product-header .header-inner-content .bottom-content h1 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 12px;
  }
  .product-header .header-inner-content .bottom-content .tags {
    gap: 5px;
  }
  .product-header .header-inner-content .bottom-content .tags .tag {
    padding: 14px 21px;
    font-size: 18px;
    line-height: 20px;
  }
  .product-header .header-inner-content .bottom-content .reviews-list {
    margin-top: 45px;
    gap: 13px;
  }
  .product-header .header-inner-content .bottom-content .reviews-list .went-before-link {
    font-size: 16px;
    line-height: 25x;
  }
  .product-header .header-inner-content .bottom-content .left-content {
    width: 65%;
  }
  .product-header .header-inner-content .bottom-content .right-content {
    width: 35%;
  }
  .product-header .header-inner-content .bottom-content .right-content .normal-price {
    font-size: 50px;
    line-height: 50px;
  }
  .product-header .top-content .img-left {
    width: 220px;
    height: 220px;
  }
  .product-header .top-content .img-right {
    height: 204px;
    width: 204px;
  }
  #map {
    width: 720px;
    height: 824px;
  }
  .container {
    max-width: 1172px !important;
  }
  .reviews {
    width: 1172px;
  }
  .container-xl {
    max-width: 1410px !important;
  }
  .content-header:before {
    height: 387px;
  }
  .content-header-with-txt {
    height: 387px;
  }
  .content-header-with-txt .inner-content {
    max-width: 800px;
  }
  .content-header-with-txt .stamp {
    width: 163px !important;
    height: 163px !important;
    right: 70px !important;
  }
  .product-uspbar-wrapper {
    margin-bottom: -83px;
  }
  .product-uspbar-wrapper .product-uspbar {
    position: relative;
    top: -83px;
    padding: 44px;
  }
  .product-uspbar-wrapper .product-uspbar .txt {
    padding-left: 17px;
  }
  .product-uspbar-wrapper .product-uspbar .usp-item .subtitle {
    padding-bottom: 5px;
  }
  .product-uspbar-wrapper .product-uspbar .usp-item .value {
    font-size: 36px;
    line-height: 36px;
  }
  .filter-wrapper {
    padding: 24px 54px;
    gap: 33px;
  }
  .product-gallery-id {
    width: 730px;
    margin: auto;
  }
  .product-gallery-id .swiper-slide {
    width: 730px;
  }
  .product-gallery-id .swiper-slide img {
    height: 604px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 20px;
    width: 100%;
  }
  #home-header {
    height: 906px;
    max-height: 906px;
  }
  #home-header .container {
    position: relative;
  }
  #home-header .container .txt h1 {
    font-size: 83px;
    max-width: 700px;
    line-height: 83px;
    margin-bottom: 16px;
  }
  #home-header .container .txt p {
    max-width: 537px;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 38px !important;
  }
  #home-header .container .txt ul {
    gap: 10px;
    margin: 0px;
  }
  #home-header .container .txt ul li img {
    max-width: 215px;
  }
  #home-header .container .txt .btn, #home-header .container .txt .btn-primary, #home-header .container .txt .wp-element-button, #home-header .container .txt .btn-secondary, #home-header .container .txt .btn-tertiary, #home-header .container .txt .btn-primary-link a, .btn-primary-link #home-header .container .txt a {
    margin-top: 90px;
    font-size: 24px;
    line-height: 24px;
  }
  #home-header .container .images {
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: 5;
    height: 781px;
    width: 541px;
  }
  #home-header .container .images img {
    height: 100%;
    width: 100%;
  }
  .page-template-page-shop .text-with-img-block .main-txt {
    max-width: 566px;
    margin-bottom: 22px;
  }
  .page-template-page-shop .text-with-img-block .h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .page-template-page-shop .text-with-img-block .txt .badge-text:not(:last-child) {
    margin-bottom: 13px;
  }
  .page-template-page-shop .text-with-img-block .txt .badge-text.last-badge-text {
    margin-bottom: 10px !important;
  }
  .page-template-page-shop .text-with-img-block .link-text {
    margin-bottom: 51px;
  }
  .page-template-page-shop .text-with-img-block .image {
    position: relative;
    height: 656px;
    width: 540px;
  }
  .page-template-page-shop .text-with-img-block .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .text-with-img-block {
    height: 886px;
    max-height: 886px;
  }
  .text-with-img-block .txt {
    max-width: 650px;
  }
  .text-with-img-block .txt .subtitle {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 31px;
  }
  .text-with-img-block .txt h2 {
    font-size: 62px;
    margin-bottom: 32px;
    line-height: 62px;
  }
  .text-with-img-block .txt .main-txt {
    font-size: 24px;
    line-height: 36px;
  }
  .text-with-img-block .txt .inline-buttons {
    margin-top: 50px;
    gap: 15px;
  }
  .text-with-img-block .txt .inline-buttons .btn, .text-with-img-block .txt .inline-buttons .btn-primary, .text-with-img-block .txt .inline-buttons .wp-element-button, .text-with-img-block .txt .inline-buttons .btn-secondary, .text-with-img-block .txt .inline-buttons .btn-tertiary, .text-with-img-block .txt .inline-buttons .btn-primary-link a, .btn-primary-link .text-with-img-block .txt .inline-buttons a {
    height: 62px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text-with-img-block .txt .inline-buttons .btn.btn-primary, .text-with-img-block .txt .inline-buttons .btn-primary, .text-with-img-block .txt .inline-buttons .btn-primary-link a, .btn-primary-link .text-with-img-block .txt .inline-buttons a {
    width: 240px;
  }
  .text-with-img-block .txt .inline-buttons .btn.btn-outlined-primary, .text-with-img-block .txt .inline-buttons .btn-outlined-primary.btn-primary, .text-with-img-block .txt .inline-buttons .btn-outlined-primary.wp-element-button, .text-with-img-block .txt .inline-buttons .btn-outlined-primary.btn-secondary, .text-with-img-block .txt .inline-buttons .btn-outlined-primary.btn-tertiary, .text-with-img-block .txt .inline-buttons .btn-primary-link a.btn-outlined-primary, .btn-primary-link .text-with-img-block .txt .inline-buttons a.btn-outlined-primary, .text-with-img-block .txt .inline-buttons .btn.facetwp-load-more, .text-with-img-block .txt .inline-buttons .btn-primary.facetwp-load-more, .text-with-img-block .txt .inline-buttons .wp-element-button.facetwp-load-more, .text-with-img-block .txt .inline-buttons .btn-secondary.facetwp-load-more, .text-with-img-block .txt .inline-buttons .btn-tertiary.facetwp-load-more, .text-with-img-block .txt .inline-buttons .btn-primary-link a.facetwp-load-more, .btn-primary-link .text-with-img-block .txt .inline-buttons a.facetwp-load-more {
    width: 206px !important;
  }
  .product-text-block .btn, .product-text-block .btn-primary, .product-text-block .wp-element-button, .product-text-block .btn-secondary, .product-text-block .btn-tertiary, .product-text-block .btn-primary-link a, .btn-primary-link .product-text-block a {
    width: auto !important;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper {
    height: 426px;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper .step-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 17px;
  }
  .steps-wrapper .innersteps-wrapper .step-wrapper h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .uspbar-inner .swiper-pagination {
    display: none !important;
  }
  .product-info-card {
    padding: 39px;
  }
  .product-info-card .h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .product-info-card.to-do-card ul li:before {
    margin-right: 19px;
    height: 54px;
    width: 54px;
  }
  .product-info-card.product-info-card li {
    line-height: 30px;
  }
  .product-content {
    font-size: 16px;
    line-height: 33px;
  }
  .product-content h2 {
    margin-bottom: 23px;
  }
  .product-content .row {
    margin-top: 70px;
  }
  .leaderboard-card {
    padding: 34px;
  }
  .leaderboard-card .h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .product-cta .h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .page-template-page-shop .map-wrapper {
    top: -119px;
    margin-bottom: -119px;
  }
  .other-products {
    gap: 31px;
  }
  .product-text-block {
    height: 750px !important;
    max-height: 750px !important;
  }
  .product-text-block .container {
    position: relative;
  }
  .product-text-block .container .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
  }
  .product-text-block .container .image img {
    height: 737px;
    width: 607px;
  }
  .product-text-block .container .inline-buttons {
    margin-top: 30px !important;
    align-items: center;
  }
  .review-card-xl .image img {
    height: 350px !important;
  }
  .atc-wrapper {
    display: flex;
    gap: 15px;
  }
  .atc-wrapper .quantitySelector {
    width: 72.5px;
    height: 72.5px;
    font-size: 24px;
    font-weight: bold;
  }
  .custom-thankyou-message p {
    margin: 0px !important;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px !important;
  }
  .product-uspbar-inner-wrapper {
    margin-bottom: -50px;
  }
}
@media only screen and (min-width: 1500px) {
  .atc-wrapper {
    display: flex;
    gap: 15px;
  }
  .atc-wrapper .quantitySelector {
    width: 72.5px;
    height: 72.5px;
    font-size: 24px;
    font-weight: bold;
  }
}
.woocommerce-cart-form .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 0px !important;
}
.woocommerce-cart-form .shop_table th {
  background-color: #025B51;
  color: white;
  padding: 15px;
  text-align: left;
}
.woocommerce-cart-form .shop_table th:first-child {
  border-top-left-radius: 8px;
}
.woocommerce-cart-form .shop_table th:last-child {
  border-top-right-radius: 8px;
}
.woocommerce-cart-form .shop_table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.woocommerce-cart-form .shop_table td:first-child {
  border-bottom-left-radius: 8px;
  width: 50px !important;
}
.woocommerce-cart-form .shop_table td:last-child {
  border-bottom-right-radius: 8px;
}
.woocommerce-cart-form .shop_table .product-thumbnail img {
  max-width: 80px;
  height: auto;
  border-radius: 8px;
}
.woocommerce-cart-form .shop_table .product-name a {
  color: #025B51;
  text-decoration: none;
}
.woocommerce-cart-form .shop_table .product-name a:hover {
  text-decoration: underline;
}
.woocommerce-cart-form .shop_table .product-price,
.woocommerce-cart-form .shop_table .product-quantity,
.woocommerce-cart-form .shop_table .product-subtotal {
  text-align: center;
}
.woocommerce-cart-form .shop_table .product-remove a {
  color: red;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
}
.woocommerce-cart-form .shop_table .product-remove a:hover {
  color: darkred;
}
.woocommerce-cart-form .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.woocommerce-cart-form .actions .coupon {
  flex: 1;
  display: flex;
  align-items: center;
}
.woocommerce-cart-form .actions .coupon label {
  margin-right: 10px;
}
.woocommerce-cart-form .actions .coupon input[type=text] {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  flex: 1;
  margin-right: 10px;
}
.woocommerce-cart-form .actions .coupon input[type=text]:focus {
  border-color: #025B51;
  box-shadow: 0 0 5px rgba(2, 91, 81, 0.5);
}
.woocommerce-cart-form .actions .coupon button {
  background-color: #025B51;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.woocommerce-cart-form .actions .coupon button:hover {
  background-color: #012925;
}
.woocommerce-cart-form .actions button[name=update_cart] {
  background-color: #025B51;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.woocommerce-cart-form .actions button[name=update_cart]:hover {
  background-color: #012925;
}

.cart_totals {
  background-color: #046359;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cart_totals h2 {
  border-bottom: 2px solid #025B51;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: white;
}
.cart_totals table {
  width: 100%;
  border-collapse: collapse;
}
.cart_totals table th, .cart_totals table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  color: white;
}
.cart_totals table th {
  text-align: left;
}
.cart_totals table td {
  text-align: right;
}
.cart_totals .wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
}
.cart_totals .wc-proceed-to-checkout .checkout-button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 15px 30px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #3d8b40;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: 100% !important;
  padding: 0px !important;
}
.woocommerce .col2-set .col-1 .input-text, .woocommerce .col2-set .col-1 .select2, .woocommerce-page .col2-set .col-1 .input-text, .woocommerce-page .col2-set .col-1 .select2 {
  padding: 15px;
  width: 100%;
  box-shadow: none;
  color: rgb(120, 120, 120);
  transition: 0.5s;
  font-size: 16px;
  border: 2px solid #004840 !important;
  border-radius: 10px !important;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 100% !important;
}

.woocommerce-terms-and-conditions-wrapper a {
  color: #025B51 !important;
  font-weight: bold !important;
}

.wc-proceed-to-checkout .checkout-button, #place_order {
  background-color: #F35930 !important;
  color: #fff !important;
  text-transform: uppercase;
  border: 2px solid #F35930 !important;
  font-family: "Acumin Condensed Black", sans-serif !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  padding: 19px;
  margin: 0px !important;
  font-size: 24px;
  line-height: 24px;
}
.wc-proceed-to-checkout .checkout-button:hover, #place_order:hover {
  background-color: transparent !important;
}

#place_order {
  font-size: 18px !important;
}

.woocommerce table.shop_table {
  border: 0px !important;
}

.woocommerce table.shop_table td {
  border-top: 0px !important;
}

@media only screen and (max-width: 769px) {
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border: 0px !important;
  }
  .woocommerce table.shop_table .actions {
    width: 100% !important;
  }
  #coupon_code {
    height: 52px !important;
  }
}
@media only screen and (min-width: 769px) {
  .woocommerce table.shop_table th {
    padding: 15px 10px !important;
  }
  #coupon_code {
    min-width: 200px;
    border-radius: 50px !important;
  }
  .woocommerce-cart-form .actions .coupon button {
    min-width: 240px !important;
    height: 42px !important;
    border-radius: 50px !important;
  }
}
.woocommerce-cart-form .actions .coupon button:hover {
  background-color: transparent !important;
  color: #515151 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce-cart-form .shop_table tbody tr:last-child td:last-child {
  border-radius: 0px !important;
  border: 0px !important;
}
