body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
html, body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

@media (max-width: 1199.98px) {
  .container {
    --bs-gutter-x: 40px;
  }
}
.navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

body {
  background: #FFF;
  color: #000;
  font-size: 14px;
}

main {
  background: #fff;
}

body.route-webshop-checkout main {
  background: #f4f4f4;
}

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

h1 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-height: 400px) {
  h1 {
    font-size: 18px;
    line-height: 20px;
  }
}

h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 39px;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-height: 400px) {
  h2 {
    font-size: 18px;
    line-height: 20px;
  }
}

p {
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 768px) {
  p {
    font-size: 14px;
    line-height: 26px;
  }
}

h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

h5 i {
  line-height: 28px;
}

label {
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.col-centered {
  display: flex;
  justify-content: center !important;
}
.col-centered > div {
  align-self: center !important;
}

.col-centered-vertical {
  display: flex;
}
.col-centered-vertical div {
  align-self: center !important;
}

.col-centered-left {
  display: flex;
  justify-content: left !important;
}

.col-centered-left > * {
  align-self: center !important;
}

.col-centered-right {
  display: flex;
  justify-content: flex-end !important;
}
.col-centered-right > * {
  align-self: center !important;
}

.fs-26 {
  font-size: 26px;
}

.fs-40 {
  font-size: 24px;
}
@media (min-width: 992px) {
  .fs-40 {
    font-size: 40px;
  }
}

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

.lh-1d3 {
  line-height: 1.3;
}

.fw-400 {
  font-weight: 400;
}

.fs-20 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .fs-20 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 991.98px) {
  .fs-m-17 {
    font-size: 17px;
  }
}

.bg-silver {
  background-color: #F4F4F4;
}

p.p-small {
  font-size: 12px;
  line-height: 18px;
}

.info-circle, .date-circle {
  border-radius: 999px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 50px;
}
.info-circle.dark, .dark.date-circle {
  background: #000;
  color: #FFF;
}
.info-circle.light, .light.date-circle {
  background: #FFF;
  color: #000;
}
.info-circle.circle-small, .circle-small.date-circle {
  width: 50px;
  height: 50px;
}
.info-circle.circle-60, .circle-60.date-circle {
  width: 60px;
  height: 60px;
}

@media (max-width: 767.98px) {
  .info-circle-responsive {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.date-circle div {
  line-height: 29px;
}
.date-circle div:first-of-type {
  font-size: 40px;
  padding-top: 10px;
}
.date-circle div:last-of-type {
  font-size: 23px;
}
.date-circle.circle-small div {
  line-height: 17px;
}
.date-circle.circle-small div:first-of-type {
  font-size: 20px;
  padding-top: 3px;
}
.date-circle.circle-small div:last-of-type {
  font-size: 13px;
}

h4.scream {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2.57px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}

div.line {
  height: 1px;
  background: #D8D8D8;
  margin: 10px 0;
}

.spacer-small {
  height: 15px;
}

.spacer {
  height: 30px;
}

.spacer-100 {
  height: 100px;
}

.spacer-big {
  height: 80px;
}

.img-circle {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 999px;
  border: solid 4px #FFF;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
}

.flex-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-left *:not(:last-child) {
  margin-right: 20px;
}

.text-fff {
  color: #FFF;
}

.bg-000 {
  background-color: #000;
}

.fs-36 {
  font-size: 36px;
}

.lh-45 {
  line-height: 45px;
}

h2.h2-superbig {
  font-size: 24px;
}
@media (min-width: 576px) {
  h2.h2-superbig {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h2.h2-superbig {
    font-size: 44px;
    font-weight: bold;
    line-height: 42px;
  }
}

.corner {
  width: 0;
  height: 0;
  border-top: 100px solid #89A9E8;
  border-bottom: 100px solid transparent;
  border-left: 100px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 12px;
}
.corner span {
  position: absolute;
  top: -75px;
  width: 75px;
  left: -75px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  transform: rotate(45deg);
  display: block;
  color: #FFF;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .corner {
    border-top: 50px solid #89A9E8;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
  }
  .corner span {
    top: -38px;
    left: -38px;
    width: 38px;
    font-size: 8px;
    font-weight: 600;
  }
}

.backstretch-item img {
  transition: filter 1400ms ease-in-out;
}

.backstretch-darkened .backstretch-item img {
  filter: brightness(50%);
}

.fade-in {
  display: none;
}

.notransition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.whitebox {
  background: #FFF;
  border-radius: 12px;
}

.social-icon svg {
  width: 54px;
  height: 54px;
}
.social-icon svg circle {
  transition: fill 300ms ease-in-out;
}
.social-icon:hover svg circle {
  fill: #0633FF;
}

#footer-logo-bar {
  background: #000;
  min-height: 190px;
  padding: 50px 0;
}
#footer-logo-bar a {
  color: #FFF !important;
}
#footer-logo-bar a:hover {
  text-decoration: underline;
}
#footer-logo-bar .logo-sto {
  height: 94px;
}
@media (max-width: 991.98px) {
  #footer-logo-bar .logo-sto {
    height: 50px;
  }
}
#footer-logo-bar .logo-ra {
  max-width: 80%;
  height: 100px;
}
@media (max-width: 991.98px) {
  #footer-logo-bar .logo-ra {
    max-width: 100%;
  }
}

.blink-2 {
  -webkit-animation: blink-2 0.9s both;
  animation: blink-2 0.9s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-11 15:6:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation blink-2
 * ----------------------------------------
 */
@-webkit-keyframes blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.flicker-1 {
  -webkit-animation: flicker-1 200ms linear both;
  animation: flicker-1 200ms linear both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-12 12:4:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation flicker-1
 * ----------------------------------------
 */
@-webkit-keyframes flicker-1 {
  0%, 100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}
@keyframes flicker-1 {
  0%, 100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
/* https://github.com/IanLunn/Hover/blob/master/css/hover.css */
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #fff solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.form-control {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  background: #F0F5FF;
  border-radius: 4px;
}
.form-control.depth {
  box-shadow: inset 1px 2px 4px rgba(200, 209, 228, 0.55);
}

form.submit-tried .form-control:invalid {
  border-color: red;
}

.form-group label {
  margin-bottom: 0.4rem;
}

.custom-control label {
  font-weight: normal;
}
@media (min-width: 992px) {
  .custom-control label {
    line-height: 26px;
  }
}

select.form-select {
  background-image: url("/assets/svg/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 40px;
}

input[type=date], input[type=time], select.custom-select {
  background-repeat: no-repeat;
  background-position: right 2px center;
  padding-right: 40px;
  position: relative;
}
input[type=date]:after, input[type=time]:after, select.custom-select:after {
  content: "";
  width: 1px;
  height: 80%;
  top: 10%;
  position: absolute;
  display: block;
  border-left: solid 1px #BEBEBE;
  right: 35px;
  color: transparent;
}

input[type=date] {
  padding-right: inherit;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  height: 100%;
  width: 30px;
}

.custom-select-wrapper {
  position: relative;
}
.custom-select-wrapper:after {
  content: "";
  width: 1px;
  height: 70%;
  top: 15%;
  position: absolute;
  display: block;
  border-left: solid 1px #BEBEBE;
  right: 35px;
  color: transparent;
}

input[type=date] {
  background-image: url("/assets/icons/kalender.svg");
}

input[type=time] {
  background-image: url("/assets/icons/klok.svg");
}

select.custom-select {
  background-size: 12px;
  background-image: url("/assets/icons/dropdown_pijl.svg");
}

.btn-normal {
  border-radius: 36px;
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  padding: 0 0 0 20px;
  border: solid 3px #000;
  text-decoration: none;
  transition: all 0.3s;
  height: 40px;
  line-height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-normal svg {
  transition: all 0.3s;
  height: 24px;
  transform: rotate(90deg);
}
@media (max-width: 991.98px) {
  .btn-normal {
    border-radius: 90px;
    padding: 0 15px;
    height: 40px;
    font-size: 13px;
  }
  .btn-normal svg {
    transform: translateX(15px);
    height: 24px;
  }
}
.btn-normal:hover {
  border: solid 3px #89A9E8;
  background: #89A9E8;
}
.btn-normal:hover svg circle {
  fill: #FFF;
}
.btn-normal:hover svg path {
  fill: #000;
}

.btn-huge {
  border-radius: 36px;
  background: #000;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding: 10px 10px 10px 37px;
  display: inline-block;
  border: solid 3px #000;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-huge svg {
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .btn-huge {
    border-radius: 90px;
    padding: 0 15px;
    height: 40px;
    font-size: 13px;
  }
  .btn-huge svg {
    transform: translateX(15px);
    height: 24px;
  }
}
.btn-huge:hover {
  border: solid 3px #89A9E8;
  background: #89A9E8;
}
.btn-huge:hover svg circle {
  fill: #FFF;
}
.btn-huge:hover svg path {
  fill: #000;
}

.btn-shop-now {
  background: #FFF;
  border-radius: 90px;
  padding: 12px 12px 12px 25px;
  display: flex;
  justify-content: space-between;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  width: 170px;
  text-decoration: none;
  transition: all 0.4s;
}
.btn-shop-now svg {
  transition: all 0.4s;
}
.btn-shop-now svg circle {
  fill: #000;
}
.btn-shop-now:hover {
  color: #FFF;
  background: #000;
}
.btn-shop-now:hover svg {
  transform: rotate(90deg);
}
.btn-shop-now:hover svg circle {
  fill: #3F3F3F;
}

a.slider-nav-button {
  display: flex;
  float: left;
  width: 59px;
  height: 59px;
  background: #000;
  color: #FFF;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991.98px) {
  a.slider-nav-button {
    width: 45px;
    height: 45px;
  }
  a.slider-nav-button img {
    width: 14px;
    height: 14px;
  }
}
a.slider-nav-button.slider-nav-next {
  background: #E9E9E9;
}
a.slider-nav-button.slider-nav-prev {
  background: #000;
}

.webshop-filters-container {
  z-index: 1005;
  position: fixed;
  width: 100%;
}
.webshop-filters-container .mobile-filter-header {
  height: 42px;
  background-color: #3F3F3F;
  color: #FFF;
  display: block;
  text-decoration: none;
}
.webshop-filters-container .mobile-filter-header svg {
  transition: transform 0.5s;
}
.webshop-filters-container .mobile-filter-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.webshop-filters-container .webshop-head, .webshop-filters-container .page-top-filter {
  background: #3F3F3F;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 1005;
}
@media (max-width: 991.98px) {
  .webshop-filters-container .webshop-head, .webshop-filters-container .page-top-filter {
    height: auto;
    padding: 29px 0;
    position: absolute;
    display: none;
    width: 100%;
  }
}
.webshop-filters-container .webshop-head .mobile-category-filter, .webshop-filters-container .page-top-filter .mobile-category-filter {
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
}
.webshop-filters-container .webshop-head .mobile-category-filter .form-check-label, .webshop-filters-container .page-top-filter .mobile-category-filter .form-check-label {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .webshop-filters-container .webshop-head .webshop-cat-selector, .webshop-filters-container .page-top-filter .webshop-cat-selector {
    width: 100%;
  }
}
.webshop-filters-container .webshop-head .webshop-cat-selector h2, .webshop-filters-container .page-top-filter .webshop-cat-selector h2 {
  font-size: 14px;
  font-weight: bold;
}
.webshop-filters-container .webshop-head .webshop-cat-selector .radio-label, .webshop-filters-container .page-top-filter .webshop-cat-selector .radio-label {
  border-radius: 36px !important;
  background: #FFF;
  height: 34px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  border: 0;
  min-width: 96px;
  line-height: 34px;
  padding: 0;
}
.webshop-filters-container .webshop-head .webshop-cat-selector .radio-label.active, .webshop-filters-container .page-top-filter .webshop-cat-selector .radio-label.active {
  background: #89A9E8;
  color: #FFF;
  border: 0;
}
.webshop-filters-container .webshop-head .webshop-cat-selector select#product_category_selector, .webshop-filters-container .page-top-filter .webshop-cat-selector select#product_category_selector {
  background-color: #FFF;
  color: #000;
  border: 0;
  border-radius: 36px;
  font-size: 13px;
  font-weight: 500;
  background-image: url("/assets/svg/filter-select-arrow-down.svg") !important;
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: right -1px center;
}

.page-top-filter-filler {
  height: 42px;
}
@media (min-width: 768px) {
  .page-top-filter-filler {
    height: 80px;
  }
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
body.route-home .parallax-mirror {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  box-shadow: 0 80px 0 0 #fff; /* This is where the magic happens! */
}
@media (min-width: 992px) {
  body.route-home .homepage-header-parallax {
    height: 500px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    box-shadow: 0 80px 0 0 #fff; /* This is where the magic happens! */
  }
}
body.route-home .homepage-header-logo {
  width: 450px;
  max-width: 80vw;
}
body.route-home .home-top-mobile {
  height: 390px;
  background-size: cover;
  background-position: center;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 0 30px 0 0 #fff; /* This is where the magic happens! */
}
body.route-home .h-team-vision-mission {
  font-weight: 600;
  font-size: 50px;
  line-height: 46px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  body.route-home .h-team-vision-mission {
    font-size: 100px;
    line-height: 94px;
    margin-bottom: 0;
  }
}
body.route-home div.silver-box {
  background-color: #F6F6F6;
  border-radius: 12px;
}
body.route-home div.silver-box h3 {
  font-weight: 600;
  font-size: 26px;
  margin: 0;
}
body.route-home div.silver-box p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  body.route-home div.silver-box p {
    font-size: 11px;
    line-height: 20px;
  }
}
body.route-home .home-shop-tiles .homepage-shop-tile {
  text-decoration: none;
  position: relative;
}
body.route-home .home-shop-tiles .homepage-shop-tile:hover img {
  transform: scale(1.12);
}
body.route-home .home-shop-tiles .homepage-shop-tile div.img {
  border-radius: 12px;
  overflow: hidden;
}
body.route-home .home-shop-tiles .homepage-shop-tile div.img img {
  width: 100%;
  transition: transform 0.5s;
}
body.route-home .home-shop-tiles .homepage-shop-tile h2 {
  font-weight: 600;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  bottom: 0;
  width: 100%;
  transform: translateY(-100%);
  margin: 0;
  margin-bottom: -53px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 53px;
}
@media (min-width: 992px) {
  body.route-home .home-shop-tiles .homepage-shop-tile h2 {
    font-size: 26px;
    height: 100px;
    margin-bottom: -100px;
  }
}

body.page-algemene-voorwaarden main h2 {
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 768px) {
  body.page-algemene-voorwaarden main h2 {
    font-size: 18px;
  }
}
body.page-algemene-voorwaarden main h2:not(:first-child) {
  margin-top: 40px;
}
body.page-algemene-voorwaarden main p {
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
}
body.page-algemene-voorwaarden main p:last-child {
  margin-bottom: 50px;
}

body.page-privacy-beleid h3 {
  font-size: 20px;
}
body.page-privacy-beleid h3:not(:first-child) {
  margin-top: 40px;
}
body.page-privacy-beleid p {
  line-height: 24px;
  font-size: 14px;
}
body.page-privacy-beleid p:last-child {
  margin-bottom: 50px;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
body.page-contact main input[type=text][name=url] {
  display: none;
}
body.page-contact main .backstretch-container {
  height: 300px;
}
@media (min-width: 768px) {
  body.page-contact main .backstretch-container {
    height: calc(100vh - 60px);
  }
}
body.page-contact main h1 {
  width: 400px;
  max-width: 80%;
  margin-bottom: 35px;
}
body.page-contact main .contact-container {
  background: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media (max-width: 1199.98px) {
  body.page-contact main .contact-container {
    background: #FFF;
  }
}
body.page-contact main .whitebox {
  max-width: 80%;
}
@media (min-width: 992px) {
  body.page-contact main .whitebox {
    width: 400px;
  }
}

body.route-join main input[type=text][name=url] {
  display: none;
}
body.route-join main .backstretch-container {
  height: 300px;
}
@media (min-width: 992px) {
  body.route-join main .backstretch-container {
    height: calc(100vh - 60px);
  }
}
@media (max-width: 1199.98px) {
  body.route-join main .backstretch-container {
    background: #FFF !important;
  }
  body.route-join main .backstretch-container .backstretch-item {
    display: none !important;
  }
}
body.route-join main h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  width: 400px;
  max-width: 80%;
  margin-bottom: 35px;
}
body.route-join main .contact-container {
  background: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  body.route-join main .whitebox {
    width: 400px;
    max-width: 80%;
  }
}
body.route-join main ol.join-ol {
  list-style: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
body.route-join main ol.join-ol li {
  counter-increment: item;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}
body.route-join main ol.join-ol li:before {
  min-width: 32px;
  margin-right: 15px;
  content: counter(item);
  background: #F6F6F6;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  font-weight: 700;
  font-size: 15px;
  line-height: 32px;
  color: #000;
  text-align: center;
  display: inline-block;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
body.page-webshop .tile-product, body.route-webshop-detail .tile-product {
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  body.page-webshop .tile-product, body.route-webshop-detail .tile-product {
    border-radius: 6px;
  }
}
body.page-webshop .tile-product .product-image-container, body.route-webshop-detail .tile-product .product-image-container {
  height: 100%;
  width: 100%;
  padding: 0px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
body.page-webshop .tile-product .product-image-container .product-image, body.route-webshop-detail .tile-product .product-image-container .product-image {
  height: 100%;
  width: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body.page-webshop .tile-product .product-image-container .product-image:hover img, body.route-webshop-detail .tile-product .product-image-container .product-image:hover img {
  transform: scale(1.12);
}
body.page-webshop .tile-product .product-image-container .product-image img, body.route-webshop-detail .tile-product .product-image-container .product-image img {
  max-width: 400px;
  max-height: 400px;
  object-fit: contain;
  transition: transform 0.5s;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
@media (max-width: 991.98px) {
  body.page-webshop .tile-product .product-image-container .product-image img, body.route-webshop-detail .tile-product .product-image-container .product-image img {
    width: 100%;
  }
}
body.page-webshop .tile-product .product-footer-container, body.route-webshop-detail .tile-product .product-footer-container {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
body.page-webshop .tile-product .product-footer-container .product-footer, body.route-webshop-detail .tile-product .product-footer-container .product-footer {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  body.page-webshop .tile-product .product-footer-container .product-footer, body.route-webshop-detail .tile-product .product-footer-container .product-footer {
    height: 73px;
  }
}
@media (max-width: 1199.98px) {
  body.page-webshop .tile-product .product-footer-container .product-footer, body.route-webshop-detail .tile-product .product-footer-container .product-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
body.page-webshop .tile-product .product-footer-container .product-footer .title, body.route-webshop-detail .tile-product .product-footer-container .product-footer .title {
  border-bottom-left-radius: 12px;
  display: flex;
  justify-content: flex-start;
  font-size: 17px;
  align-items: center;
  padding: 0 15px;
  font-weight: 500;
  width: 100%;
  background-color: #F6F6F6;
  color: #000;
}
@media (max-width: 1199.98px) {
  body.page-webshop .tile-product .product-footer-container .product-footer .title, body.route-webshop-detail .tile-product .product-footer-container .product-footer .title {
    font-size: 11px;
    font-weight: 500;
    background: #FFF;
    color: #000;
    border-radius: 0;
    padding: 5px 0;
  }
}
body.page-webshop .tile-product .product-footer-container .product-footer .price, body.route-webshop-detail .tile-product .product-footer-container .product-footer .price {
  border-bottom-right-radius: 12px;
  font-weight: bold;
  background-color: #000;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
@media (max-width: 1199.98px) {
  body.page-webshop .tile-product .product-footer-container .product-footer .price, body.route-webshop-detail .tile-product .product-footer-container .product-footer .price {
    font-size: 9px;
    font-weight: 400;
    background: #FFF;
    color: #000;
    border-radius: 0;
    padding: 0;
  }
}

body.filter-open .mobile-filter-header {
  background: #89A9E8;
}
body.filter-open .mobile-filter-header svg {
  transform: rotate(45deg);
}

@media (max-width: 1199.98px) {
  body.route-webshop-detail main #product-detail-order-button {
    font-size: 12px;
  }
}
body.route-webshop-detail main .product-image-large {
  border-radius: 12px;
  width: 100%;
}
body.route-webshop-detail main .product-image-thumb {
  border-radius: 6px;
  width: 88px;
}
body.route-webshop-detail main .product-image-thumb.active {
  outline: solid 5px #000;
}
@media (max-width: 1199.98px) {
  body.route-webshop-detail main .product-image-thumb {
    border-radius: 2px;
    width: 47px;
  }
  body.route-webshop-detail main .product-image-thumb.active {
    outline: solid 3px #000;
  }
}
@media (min-width: 992px) {
  body.route-webshop-detail main .product-details-box {
    width: 410px;
    max-width: 80%;
  }
}
body.route-webshop-detail main select.product-detail-select {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 36px;
  background: #FFF;
  color: #000;
  font-weight: 600;
  background-image: url(/assets/svg/arrow-circle.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 10px center;
  padding: 10px 15px 10px 20px;
  font-size: 13px;
}
@media (min-width: 992px) {
  body.route-webshop-detail main select.product-detail-select {
    font-size: 22px;
    padding: 15px 15px 15px 40px;
    background-position: right 20px center;
    background-size: 37px;
    background-image: url(/assets/svg/filter-select-arrow-down.svg);
  }
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
.parallax-mirror {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  box-shadow: 0 80px 0 0 transparent; /* This is where the magic happens! */
}

body.page-webshop-checkout .webshopcheckout-head {
  color: #FFF;
  min-height: 400px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.page-webshop-checkout .webshopcheckout-head h1 {
  font-size: 80px;
  margin: 0;
}
@media (max-width: 991.98px) {
  body.page-webshop-checkout .webshopcheckout-head h1 {
    font-size: 60px;
  }
}
body.page-webshop-checkout .container-checkout label {
  cursor: pointer;
}
body.page-webshop-checkout .container-checkout h2.section-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
}
body.page-webshop-checkout .container-checkout .checkout-head {
  color: #FFF;
  min-height: 400px;
  width: 100%;
}
body.page-webshop-checkout .container-checkout .checkout-head h1 {
  font-size: 100px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  body.page-webshop-checkout .container-checkout .checkout-head h1 {
    font-size: 60px;
  }
}
body.page-webshop-checkout .container-checkout .checkout-head h2 {
  font-size: 34px;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  body.page-webshop-checkout .container-checkout .checkout-head h2 {
    font-size: 28px;
  }
}
body.page-webshop-checkout .container-checkout .checkout-box {
  min-height: 100%;
}
body.page-webshop-checkout .container-checkout .checkout-box input[type=text][name=url] {
  display: none;
}
body.page-webshop-checkout .container-checkout .checkout-box input[type=text], body.page-webshop-checkout .container-checkout .checkout-box input[type=email], body.page-webshop-checkout .container-checkout .checkout-box input[type=tel], body.page-webshop-checkout .container-checkout .checkout-box select {
  height: 32px;
  color: #7397DF;
  font-size: 11px;
  line-height: 11px;
}
body.page-webshop-checkout .container-checkout .checkout-box .custom-control-label::before, body.page-webshop-checkout .container-checkout .checkout-box .custom-control-label::after {
  top: -2px;
}
body.page-webshop-checkout .container-checkout .checkout-box label {
  line-height: 16px;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 400;
}
body.page-webshop-checkout .container-checkout .checkout-box h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
body.page-webshop-checkout .container-checkout .checkout-box h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
body.page-webshop-checkout .radio-container {
  background: #F6F6F6;
  color: #000;
  display: block;
  width: 100%;
  padding: 7px;
  margin-bottom: 10px;
}
body.page-webshop-checkout .radio-container.selected {
  background-color: #000;
  color: #FFF;
}
body.page-webshop-checkout .checkout-box .checkout-totals {
  font-size: 11px;
}
body.page-webshop-checkout .checkout-box .cart-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
body.page-webshop-checkout .checkout-box .cart-row .cross {
  display: none;
}
body.page-webshop-checkout .checkout-box .cart-row .center {
  font-size: 11px;
  line-height: 9px;
  flex: 1;
}
body.page-webshop-checkout .checkout-box .cart-row .center h2 {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 6px 0;
  margin: 0;
  line-height: 13px;
}
body.page-webshop-checkout .checkout-box .eurosign {
  display: none;
}
body.page-webshop-checkout .checkout-box .price {
  font-size: 13px;
  font-weight: bold;
}

main {
  background: #FFF;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (min-width: 768px) {
  main {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}

section.website-footer {
  background: #000;
}
section.website-footer input[type=url][name=url] {
  display: none;
}
section.website-footer input[type=email]::placeholder {
  color: #DDD;
}
section.website-footer .website-footer-rounder {
  background: #FFF;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  section.website-footer .website-footer-rounder {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    height: 80px;
  }
}
section.website-footer img.logo {
  max-width: 250px;
}
section.website-footer h3 {
  color: #FFF;
}
section.website-footer .input-group {
  width: 266px !important;
  border: 0;
}
section.website-footer .input-group input[type=email] {
  border: 0;
  background-color: #222224;
  color: #FFF;
}
section.website-footer .footer-bottom-bar {
  background: #222224;
  height: 60px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 991.98px) {
  section.website-footer .footer-bottom-bar {
    height: 130px;
  }
}
section.website-footer .footer-bottom-bar a {
  color: #FFF;
  font-size: 11px;
  text-decoration: none;
}
section.website-footer .footer-bottom-bar a:hover {
  text-decoration: underline;
}
section.website-footer .footer-bottom-bar .socials-icon {
  transition: all 0.3s ease-in-out;
}
section.website-footer .footer-bottom-bar .socials-icon:hover {
  filter: invert(1);
}

body.route-blog-show .blog-show-container {
  overflow-x: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
body.route-blog-show .blog-show-container img.img-fluid {
  border-radius: 12px;
}
body.route-blog-show .blog-show-container h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
body.route-blog-show .blog-items-grid a.blog-item-tile {
  background: #fff;
  height: 100%;
}
body.route-blog-show .blog-items-grid a.blog-item-tile .item-title {
  font-size: clamp(8px, 4vw, 21.5px);
}
body.route-blog-show .blog-items-grid a.blog-item-tile:hover {
  background: #000;
}
body.route-blog-show .gerelateerde-blog-posts-container {
  background: rgb(246, 246, 246);
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transform: translateY(30px);
}
@media (min-width: 768px) {
  body.route-blog-show .gerelateerde-blog-posts-container {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    transform: translateY(80px);
  }
}
body.route-blog-show .blog-show-content h1 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
.ra-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ra-slider .silde-content .title {
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
}
.ra-slider .ra-slider-nav {
  box-shadow: get3dShadow(7, #E4E4E4);
  display: flex;
  float: left;
  width: 59px;
  height: 59px;
  background: #000;
  color: #FFF;
  justify-content: center;
  align-items: center;
}
.ra-slider .ra-slider-inner {
  transitifooon: transform 1s ease-in-out;
  transition: transform 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  transform: translateX(0px);
  display: flex;
  width: 5000px;
  background: silver;
  heighst: 230px;
  overflow: hidden;
}
.ra-slider .ra-slider-inner .slide {
  heighst: 100%;
  dispslay: block;
  float: left;
  position: relative;
}

nav.breadcrumb-nav {
  --bs-breadcrumb-divider: ">";
}
nav.breadcrumb-nav ol.breadcrumb li.breadcrumb-item a {
  text-decoration: underline;
  color: #000;
}
nav.breadcrumb-nav ol.breadcrumb li.breadcrumb-item a:hover {
  text-decoration: none;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
ul.faq-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.faq-ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  padding: 16px 20px;
  position: relative;
  padding-right: 80px;
  border-radius: 38px;
  background-color: #F6F6F6;
  color: #000;
  text-decoration: none;
  margin-top: 12px;
  transition: all 400ms ease-in-out;
}
@media (min-width: 768px) {
  ul.faq-ul li a {
    font-size: 20px;
    line-height: 26px;
  }
}
ul.faq-ul li a:after {
  position: absolute;
  right: 0;
  content: " ";
  top: 0;
  width: 20px;
  height: 100%;
  margin-right: 25px;
  display: flex;
  background-position: center;
  background-image: url("/assets/icons/plus_icoon.svg");
  background-repeat: no-repeat;
  transition: all 400ms ease-in-out;
}
ul.faq-ul li a.active {
  color: #FFF;
  background-color: #000;
}
ul.faq-ul li a.active:after {
  transform: rotate(45deg);
  filter: invert(1);
}
ul.faq-ul li div {
  display: none;
  padding: 20px;
  transform: translateY(-18px);
  padding-top: 48px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-bottom-left-radius: 38px;
  border-bottom-right-radius: 38px;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
.navbar-nav .nav-link {
  --bs-navbar-nav-link-padding-x: calc(27px / 2);
}

.menu-filler-bar {
  height: 60px;
}
@media (max-width: 991.98px) {
  .menu-filler-bar {
    height: 50px;
  }
}

section.menu {
  z-index: 1015;
  background-color: #000;
}
@media (max-width: 991.98px) {
  section.menu {
    background-color: #FFF;
  }
  section.menu .container {
    margin: auto;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  section.menu .navbar-nav {
    background-color: #FFF;
  }
}
section.menu .navbar.cart-open a.btn-cart.btn-cart-in-bar {
  background: #3F3F3F !important;
}
section.menu .navbar.nav-open button.navbar-toggler {
  background-color: #FFF;
}
section.menu .navbar.nav-open button.navbar-toggler .navbar-toggler-icon {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.807617' y='16.7783' width='24' height='1' rx='0.5' transform='rotate(-45 0.807617 16.7783)' fill='black'/%3E%3Crect x='1.41418' y='-0.192383' width='24' height='1' rx='0.5' transform='rotate(45 1.41418 -0.192383)' fill='black'/%3E%3C/svg%3E%0A");
}
section.menu .navbar {
  background-color: #000;
}
section.menu .navbar a.btn-cart.btn-cart-in-bar {
  transition: background 0.3s;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  section.menu .navbar {
    padding: 0;
    background: #272727;
    padding-bottom: 0;
  }
  section.menu .navbar .navbar-brand, section.menu .navbar .navbar-toggler {
    margin: 0;
    padding: 0;
  }
  section.menu .navbar .navbar-brand {
    margin-left: 16px;
  }
  section.menu .navbar .navbar-toggler {
    background: #000;
    margin: 0;
    border-radius: 0;
    padding: 9px;
  }
  section.menu .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  section.menu .navbar .navbar-collapse {
    padding: 10px;
    background-color: #FFF;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0 10px 0 0 #FFF; /* This is where the magic happens! */
  }
}
section.menu .navbar .nav-item a.nav-link {
  color: #FFF;
  text-transform: uppercase;
}
section.menu .navbar .nav-item a.nav-link:hover, section.menu .navbar .nav-item a.nav-link.active {
  color: #89A9E8;
}
@media (max-width: 991.98px) {
  section.menu .navbar .nav-item {
    background-color: #FFF;
    font-size: 16px;
    font-weight: 500;
  }
  section.menu .navbar .nav-item a.nav-link {
    color: #000;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 8px;
  }
  section.menu .navbar .nav-item a.nav-link:after {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8854 0.928847L0 11.8142L0.656301 12.4705L11.6017 1.52515V9.2815H12.5298V0H11.6017V0.000697438H3.24742V0.928847H10.8854Z' fill='black'/%3E%3C/svg%3E%0A");
  }
}

.menu-button-title {
  text-transform: uppercase;
  color: #FFF;
  display: block;
  text-align: center;
  font-size: 9px;
  width: 100%;
  margin-top: -8px;
  text-decoration: none !important;
}
@media (max-width: 767.98px) {
  .menu-button-title {
    display: none;
  }
}

.menu-container {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  color: #FFF;
  z-index: 1016;
}
@media (max-width: 991.98px) {
  .menu-container {
    z-index: 1014;
  }
}
.menu-container .menu-slider {
  z-index: 1012;
  position: fixed;
  overflow-y: auto;
  margin-top: -100vh;
  width: 100vw;
  height: 100vh;
  background: #3F3F3F;
  color: #FFF;
  letter-spacing: 2.6px;
}
.menu-container .menu-slider.sliding {
  transition: margin 600ms ease-in-out, box-shadow 600ms ease-in-out;
}
@media (min-width: 768px) {
  .menu-container .menu-slider {
    margin-top: 0;
    top: inherit;
    right: 0;
    margin-right: -356px;
    width: 356px;
    bottom: 0;
    height: inherit;
  }
}
.menu-container .menu-slider ul {
  padding: 0;
  list-style-type: none;
}
.menu-container .menu-slider ul li a {
  display: block;
  padding: 0 50px;
  line-height: 50px;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.menu-container .menu-slider ul li a:hover, .menu-container .menu-slider ul li a.selected {
  color: #0633FF;
  text-decoration: none;
}
.menu-container .menu-slider ul li a:hover {
  color: #7F7F7F;
}
.menu-container .menu-slider ul li a span.supertitle {
  position: absolute;
  font-size: 8px;
  letter-spacing: 1.76px;
  margin-top: -4px;
  padding: 2px 3px 0 3px;
  color: #FFF;
  line-height: 14px;
}
.menu-container .menu-slider ul.menu-sub li a {
  font-weight: 600;
  line-height: 32px;
  font-size: 12.9px;
  text-transform: none;
  letter-spacing: 1.4px;
}
.menu-container.open .menu-bar {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
}
.menu-container.open .menu-slider {
  height: calc(100vh - 50px);
}
@media (max-width: 991.98px) {
  .menu-container.open .menu-slider {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .menu-container.open .menu-slider {
    margin-right: 0;
  }
}
.menu-container .menu-slider-cart {
  display: none;
}
.menu-container.cart-open .menu-slider-cart {
  display: block;
}
.menu-container .nav-icon {
  margin: 1em;
  width: 18px;
  margin-top: 0;
  transition: margin 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .menu-container .nav-icon {
    margin-top: 14px;
  }
}
.menu-container .nav-icon:after,
.menu-container .nav-icon:before,
.menu-container .nav-icon div {
  background-color: #FFF;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: all 0.2s ease-in-out;
}
.menu-container.main-open .nav-icon {
  margin-top: 0;
}
.menu-container.main-open .nav-icon:before {
  transform: translateY(9px) rotate(135deg);
}
.menu-container.main-open .nav-icon:after {
  transform: translateY(-5px) rotate(-135deg);
}
.menu-container.main-open .nav-icon div {
  background-color: #FFF;
  transform: scale(0);
}
@media (max-width: 767.98px) {
  .menu-container .top {
    display: flex;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .menu-container .top {
    width: 100%;
  }
}
.menu-container .top .btn-cart-container, .menu-container .top .btn-main-container {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .menu-container .top .btn-cart-container, .menu-container .top .btn-main-container {
    height: 100%;
    width: 55px;
  }
}
.menu-container .top .btn-cart-container a, .menu-container .top .btn-main-container a {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.menu-container .top .btn-cart-container a .btn-cart-icon-white, .menu-container .top .btn-main-container a .btn-cart-icon-white {
  display: inline;
}
.menu-container .top .btn-cart-container a .btn-cart-icon-blue, .menu-container .top .btn-main-container a .btn-cart-icon-blue {
  display: none;
}
.menu-container .top .btn-cart-container.active, .menu-container .top .btn-cart-container:hover, .menu-container .top .btn-main-container.active, .menu-container .top .btn-main-container:hover {
  background: #0633FF;
}
.menu-container .top .btn-cart-container.active a, .menu-container .top .btn-cart-container:hover a, .menu-container .top .btn-main-container.active a, .menu-container .top .btn-main-container:hover a {
  background: #FFF;
}
.menu-container .top .btn-cart-container.active a .nav-icon::before, .menu-container .top .btn-cart-container.active a .nav-icon div, .menu-container .top .btn-cart-container.active a .nav-icon::after, .menu-container .top .btn-cart-container.active a .nav-icon span.menu-button-title, .menu-container .top .btn-cart-container:hover a .nav-icon::before, .menu-container .top .btn-cart-container:hover a .nav-icon div, .menu-container .top .btn-cart-container:hover a .nav-icon::after, .menu-container .top .btn-cart-container:hover a .nav-icon span.menu-button-title, .menu-container .top .btn-main-container.active a .nav-icon::before, .menu-container .top .btn-main-container.active a .nav-icon div, .menu-container .top .btn-main-container.active a .nav-icon::after, .menu-container .top .btn-main-container.active a .nav-icon span.menu-button-title, .menu-container .top .btn-main-container:hover a .nav-icon::before, .menu-container .top .btn-main-container:hover a .nav-icon div, .menu-container .top .btn-main-container:hover a .nav-icon::after, .menu-container .top .btn-main-container:hover a .nav-icon span.menu-button-title {
  background-color: #0633FF !important;
}
.menu-container .top .btn-cart-container.active a span.menu-button-title, .menu-container .top .btn-cart-container:hover a span.menu-button-title, .menu-container .top .btn-main-container.active a span.menu-button-title, .menu-container .top .btn-main-container:hover a span.menu-button-title {
  color: #0633FF !important;
}
.menu-container .top .btn-cart-container.active a .btn-cart-icon-white, .menu-container .top .btn-cart-container:hover a .btn-cart-icon-white, .menu-container .top .btn-main-container.active a .btn-cart-icon-white, .menu-container .top .btn-main-container:hover a .btn-cart-icon-white {
  display: none;
}
.menu-container .top .btn-cart-container.active a .btn-cart-icon-blue, .menu-container .top .btn-cart-container:hover a .btn-cart-icon-blue, .menu-container .top .btn-main-container.active a .btn-cart-icon-blue, .menu-container .top .btn-main-container:hover a .btn-cart-icon-blue {
  display: inline;
}
.menu-container .menu-slider-cart {
  padding: 30px;
  font-size: 13px;
  letter-spacing: 0;
}
.menu-container .menu-slider-cart .cart-row {
  font-size: 12px;
  margin-bottom: 15px;
  height: 80px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.menu-container .menu-slider-cart .cart-row .cross {
  padding: 10px;
  margin-right: 6px;
}
.menu-container .menu-slider-cart .cart-row .cross a {
  font-size: 24px;
  color: #000;
  text-decoration: none;
}
.menu-container .menu-slider-cart .cart-row .center {
  flex: 1;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
}
.menu-container .menu-slider-cart .cart-row .center h2 {
  line-height: 19px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}
.menu-container .menu-slider-cart .cart-row .price {
  height: 100%;
  align-self: center;
  justify-self: center;
  display: flex;
  justify-content: center;
  background: #F6F6F6;
  flex-direction: column;
  padding: 0 8px;
  text-align: center;
  min-width: 76px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.menu-container .menu-slider-cart .cart-row .price span {
  font-size: 16px;
  color: #000;
  white-space: nowrap;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
@media (max-width: 767.98px) {
  .container-images-rows img {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .container-images-rows > div {
    margin-bottom: 60px;
  }
}
.container-images-rows img {
  max-width: 100%;
}
.container-images-rows .container-image-row-2 img {
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 576px) {
  .container-images-rows .container-image-row-2 img {
    height: 100%;
  }
}
.container-images-rows .container-image-row-3 img {
  max-height: 335px;
  object-fit: cover;
  width: 100%;
}
.container-images-rows .container-image-row-3 img.tall {
  max-height: 700px;
}
@media (min-width: 768px) {
  .container-images-rows .container-image-row-3 img.small:first-of-type {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .container-images-rows .container-image-row-3 img.small:last-of-type {
    margin-top: 15px;
  }
}
@media (min-width: 576px) {
  .container-images-rows .container-image-row-3 img {
    height: 100%;
  }
}
.container-images-rows .container-image-row-3 .two-pics-container {
  height: 100%;
}
@media (min-width: 576px) {
  .container-images-rows .container-image-row-3 .two-pics-container img {
    height: calc(50% - 15px);
  }
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9995;
  background: rgba(0, 0, 0, 0.7);
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9996;
  justify-content: center;
  align-items: center;
}
.popup-container .custom-checkbox label {
  color: #fff;
}
.popup-container .custom-checkbox label a {
  color: #fff;
  text-decoration: underline;
}
.popup-container .popup, .popup-container .popup-form, .popup-container .popup-trip-thanks, .popup-container .popup-product-added, .popup-container .popup-form-webshop-other-country, .popup-container .popup-wall-of-fame {
  background: #0633FF;
  width: 490px;
  color: #FFF;
  padding: 50px;
  padding-left: 160px;
  position: relative;
  box-shadow: 0 7px 12px 5px rgba(0, 0, 0, 0.25);
  max-width: 90%;
}
@media (max-width: 767.98px) {
  .popup-container .popup, .popup-container .popup-form, .popup-container .popup-trip-thanks, .popup-container .popup-product-added, .popup-container .popup-form-webshop-other-country, .popup-container .popup-wall-of-fame {
    padding: 30px;
  }
}
.popup-container .popup .popup-kop, .popup-container .popup-form .popup-kop, .popup-container .popup-trip-thanks .popup-kop, .popup-container .popup-product-added .popup-kop, .popup-container .popup-form-webshop-other-country .popup-kop, .popup-container .popup-wall-of-fame .popup-kop {
  left: -63px;
  top: -37px;
  width: 183px;
  position: absolute;
}
@media (max-width: 767.98px) {
  .popup-container .popup .popup-kop, .popup-container .popup-form .popup-kop, .popup-container .popup-trip-thanks .popup-kop, .popup-container .popup-product-added .popup-kop, .popup-container .popup-form-webshop-other-country .popup-kop, .popup-container .popup-wall-of-fame .popup-kop {
    display: none;
  }
}
.popup-container .popup .popup-close, .popup-container .popup-form .popup-close, .popup-container .popup-trip-thanks .popup-close, .popup-container .popup-product-added .popup-close, .popup-container .popup-form-webshop-other-country .popup-close, .popup-container .popup-wall-of-fame .popup-close {
  position: absolute;
  right: 10px;
  top: 0;
  text-decoration: none;
  font-size: 20px;
}
.popup-container .popup-product-added {
  background: #2C2C2C;
  display: flex;
  flex-direction: column;
}
.popup-container .popup-product-added .popup-close {
  color: #FFF;
}
.popup-container .popup-product-added .popup-product-added-content {
  padding: 40px 10px;
}
@media (min-width: 576px) {
  .popup-container .popup-product-added .popup-product-added-content {
    padding: 50px;
    padding-left: 145px;
    padding-right: 20px;
  }
}
.popup-container .popup-product-added .popup-product-added-footer {
  background: #000;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .popup-container .popup-product-added .popup-product-added-footer {
    padding: 30px;
  }
}
.popup-container .popup-product-added .popup-product-added-footer .btn-black {
  border: solid 1px #FFF;
}
.popup-container .popup-product-added .popup-product-added-footer .btn-black:hover {
  color: #444;
}
.popup-container .popup-form, .popup-container .popup-wall-of-fame {
  width: 600px;
}
.popup-container .popup-form input[type=text], .popup-container .popup-form input[type=email], .popup-container .popup-form input[type=tel], .popup-container .popup-form textarea, .popup-container .popup-wall-of-fame input[type=text], .popup-container .popup-wall-of-fame input[type=email], .popup-container .popup-wall-of-fame input[type=tel], .popup-container .popup-wall-of-fame textarea {
  border: 0;
  background: #0021B9;
  color: #FFF;
}
.popup-container .popup-form h3, .popup-container .popup-wall-of-fame h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.popup-container .popup-trip-thanks {
  width: 800px;
}
.popup-container .popup-trip-thanks a {
  color: #FFF;
  text-decoration: underline;
}
.popup-container .popup-trip-thanks a:hover {
  text-decoration: none;
}

div.modal-dialog {
  border-radius: 12px;
}
div.modal-dialog .modal-content {
  border-radius: 12px;
  border: 0;
}
div.modal-dialog .modal-content .modal-body-container {
  display: flex;
}
div.modal-dialog .modal-content .modal-body {
  min-height: 180px;
  display: flex;
  margin-right: 34px;
}
div.modal-dialog .modal-content .logo-dark-sidepanel {
  min-height: 100%;
  background: #000;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-right: 28px;
  flex-grow: 1;
  display: flex;
}
div.modal-dialog .modal-content .popup-logo {
  width: 107px;
  margin: 34px;
}
div.modal-dialog .modal-content .modal-footer {
  display: flex;
  justify-content: space-between;
  padding: 0;
  height: 80px;
}
div.modal-dialog .modal-content .modal-footer button {
  flex-grow: 1;
  margin: 0;
  border-radius: 0;
  height: 100%;
  border: 0;
  font-size: 16px;
  font-weight: 600;
}
div.modal-dialog .modal-content .modal-footer button:first-child {
  background: #000;
  color: #FFF;
  border-bottom-left-radius: 12px;
}
div.modal-dialog .modal-content .modal-footer button:last-child {
  background: #EEE;
  color: #000;
  border-bottom-right-radius: 12px;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
#webshop-footer-bar {
  background: #FFF;
  background: #FFF;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (min-width: 768px) {
  #webshop-footer-bar {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
@media (min-width: 768px) {
  #webshop-footer-bar {
    padding: 60px 0;
  }
}
#webshop-footer-bar .webshop-footer-tile h3 {
  font-size: 20px;
}
#webshop-footer-bar .webshop-footer-tile h3 img {
  margin-right: 15px;
}
#webshop-footer-bar .webshop-footer-tile p {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  #webshop-footer-bar .webshop-footer-tile {
    margin-bottom: 30px;
  }
}

.blog-items-grid {
  padding-bottom: 60px;
}
.blog-items-grid a.blog-item-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: rgb(246, 246, 246);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-items-grid a.blog-item-tile:hover {
  background: #000;
}
.blog-items-grid a.blog-item-tile:hover img {
  transform: scale(1.12);
}
.blog-items-grid a.blog-item-tile:hover .item-title {
  color: #FFF;
}
.blog-items-grid a.blog-item-tile div.image-container {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.blog-items-grid a.blog-item-tile div.image-container span.grid-tile-badge {
  background: rgba(255, 255, 255, 0.82);
  color: #000;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: clamp(10px, 3vw, 12px);
  position: absolute;
  bottom: 14px;
  padding: 1px 4px;
  left: clamp(15px, 2vw, 21px);
}
.blog-items-grid a.blog-item-tile div.image-container img {
  transition: transform 0.3s ease;
}
.blog-items-grid a.blog-item-tile div.item-title {
  flex-grow: 1;
  color: #000;
  padding: clamp(15px, 2vw, 21px);
  border-radius: 0 0 12px 12px;
  font-size: clamp(18px, 1.4vw, 21.5px);
  line-height: clamp(21px, 2vw, 24px);
  font-weight: 600;
  min-height: clamp(90px, 10vw, 112px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .blog-items-grid a.blog-item-tile div.item-title {
    font-weight: 500;
  }
}

body.nav-open .menu-mob-footer {
  display: flex;
}

section.menu-mob-footer {
  background: #000;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 1012;
  display: none;
  color: #FFF;
  flex-direction: column;
  justify-content: flex-end;
}
section.menu-mob-footer input[type=url][name=url] {
  display: none;
}
section.menu-mob-footer input[type=email]::placeholder {
  color: #DDD;
}
section.menu-mob-footer img.logo {
  max-width: 250px;
}
section.menu-mob-footer h3 {
  color: #FFF;
}
section.menu-mob-footer .input-group {
  width: 266px !important;
  border: 0;
}
section.menu-mob-footer .input-group input[type=email] {
  border: 0;
  background-color: #222224;
  color: #FFF;
}
section.menu-mob-footer .footer-bottom-bar {
  background: #222224;
  height: 60px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 991.98px) {
  section.menu-mob-footer .footer-bottom-bar {
    height: 130px;
  }
}
section.menu-mob-footer .footer-bottom-bar a {
  color: #FFF;
  font-size: 11px;
  text-decoration: none;
}
section.menu-mob-footer .footer-bottom-bar a:hover {
  text-decoration: underline;
}
section.menu-mob-footer .footer-bottom-bar .socials-icon {
  transition: all 0.3s ease-in-out;
}
section.menu-mob-footer .footer-bottom-bar .socials-icon:hover {
  filter: invert(1);
}

/*# sourceMappingURL=main.css.map */
