@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.eot');
  src: url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.eot?#iefix') format("embedded-opentype"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.woff2') format("woff2"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.woff') format("woff"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.ttf') format("truetype"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.svg#fontawesome') format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.eot');
  src: url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.eot?#iefix') format("embedded-opentype"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.woff2') format("woff2"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.woff') format("woff"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.ttf') format("truetype"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.svg#fontawesome') format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.eot');
  src: url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.eot?#iefix') format("embedded-opentype"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.woff2') format("woff2"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.woff') format("woff"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.ttf') format("truetype"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.svg#fontawesome') format("svg");
}
/* Webshop - Category item */
html {
  font-size: 10px;
}
html.no_scroll {
  overflow: hidden;
}
body {
  background: #fff;
  font-size: 1.6rem;
  line-height: 3.4rem;
  font-family: 'Roboto', sans-serif;
  color: #474747;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
body.toggled #sidebar-navigation {
  left: 0;
  top: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  border-radius: 0;
  pointer-events: inherit;
}
body.toggled #sidebar-navigation .sidebar-logo {
  animation-name: slideFadeInLeft;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.45s;
  -webkit-animation-name: slideFadeInLeft;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.45s;
}
body.toggled #sidebar-navigation ul {
  animation-name: slideFadeIn;
  animation-duration: 0.25s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
  -webkit-animation-name: slideFadeIn;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.25s;
}
body.toggled #sidebar-navigation .mobile_company_details {
  animation-name: slideFadeIn;
  animation-duration: 0.25s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
  -webkit-animation-name: slideFadeIn;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.75s;
}
pre {
  max-height: 350px;
  line-height: 24px;
}
.navbar-toggler {
  border-width: 0;
  border-color: #ddd;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  outline: 0 none;
  width: 55px;
  height: 130px;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler:after {
  content: 'Menu';
  position: absolute;
  bottom: 25px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 600;
  letter-spacing: -0.15px;
  font-size: 1.2rem;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.navbar-toggler .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 28px;
  height: 18px;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
  top: 0;
  width: 85%;
}
.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
  top: 8px;
}
.navbar-toggler span:nth-child(4) {
  top: 16px;
}
.navbar-toggler.open span:nth-child(1) {
  top: 7px;
  width: 0;
  left: 50%;
}
.navbar-toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler.open span:nth-child(4) {
  top: 7px;
  width: 0;
  left: 50%;
}
.widget_recently_viewed_products li {
  padding: 10px 0!important;
}
.widget_recently_viewed_products li:before {
  display: none!important;
}
#mobile_visibility {
  display: none;
}
p {
  margin: 0 0 50px;
}
em {
  font-style: italic;
}
a {
  color: #474747;
  text-decoration: none;
  outline: 0 none!important;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #171717;
  outline: 0 none!important;
}
.primarycolor {
  background: #DB2C70;
}
.secondarycolor {
  background: #474747;
}
::-moz-selection {
  color: #DB2C70;
  background: #474747;
}
.container {
  max-width: 1295px;
}
.container-25 {
  max-width: 400px;
  margin: 0 auto;
}
.container-50 {
  max-width: 875px;
  margin: 0 auto;
}
.container-75 {
  max-width: 840px;
  margin: 0 auto;
}
.container-85 {
  max-width: 1075px;
  margin: 0 auto;
}
.container-125 {
  max-width: 1300px;
  margin: 0 auto;
}
.container-fluid {
  padding-left: 75px;
  padding-right: 75px;
  width: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 8rem;
  line-height: 1.1;
  font-weight: 700;
}
h2,
.h2 {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 2.9rem;
  line-height: 1.25;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 2.6rem;
  line-height: 1.25;
  font-weight: 700;
}
h6,
.h6 {
  font-size: 2.3rem;
  line-height: 1.6;
  font-weight: 700;
}
::selection {
  color: #DB2C70;
  background: #474747;
}
.color-primary {
  color: #DB2C70;
}
.color-primary a {
  color: #DB2C70;
}
.color-primary a:before {
  color: #DB2C70;
}
.color-secondary {
  color: #474747;
}
.color-secondary a {
  color: #474747;
}
.color-secondary a:before {
  color: #474747;
}
.color-default {
  color: #171717;
}
.color-default a {
  color: #171717;
}
.color-default a:before {
  color: #171717;
}
.btn {
  font-family: 'Montserrat', sans-serif;
  padding: 14px 26px;
  font-size: 1.5rem;
  border-width: 0;
  border-radius: 10px;
  font-weight: 500;
  text-transform: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  clip-path: none;
  text-decoration: none!important;
  letter-spacing: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-size: 11px;
  position: relative;
  top: -1px;
  font-weight: 700;
}
.btn.btn-primary {
  font-family: 'Montserrat', sans-serif;
  background: #DB2C70;
  color: #fff !important;
  padding: 14px 26px;
  font-size: 1.5rem;
  border-width: 0;
  border-radius: 10px;
  font-weight: 500;
  text-transform: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  clip-path: none;
  letter-spacing: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn.btn-primary:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-size: 11px;
  position: relative;
  top: -1px;
  font-weight: 700;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background: #cb2364 !important;
  color: #fff;
  box-shadow: none!important;
}
.btn.btn-secondary {
  font-family: 'Montserrat', sans-serif;
  background: #474747;
  color: #fff !important;
  padding: 14px 26px;
  font-size: 1.5rem;
  border-width: 0;
  border-radius: 10px;
  font-weight: 500;
  text-transform: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  clip-path: none;
  letter-spacing: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn.btn-secondary:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-size: 11px;
  position: relative;
  top: -1px;
  font-weight: 700;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background: #3a3a3a !important;
  color: #fff;
  box-shadow: none!important;
}
.btn.btn-default {
  font-family: 'Montserrat', sans-serif;
  background: #171717;
  color: #fff !important;
  padding: 14px 26px;
  font-size: 1.5rem;
  border-width: 0;
  border-radius: 10px;
  font-weight: 500;
  text-transform: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  clip-path: none;
  letter-spacing: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn.btn-default:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-size: 11px;
  position: relative;
  top: -1px;
  font-weight: 700;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  background: #3a3a3a !important;
  color: #fff;
  box-shadow: none!important;
}
.btn.btn-white {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  color: #555;
  padding: 14px 26px;
  font-size: 1.5rem;
  border-width: 0;
  border-radius: 10px;
  font-weight: 500;
  text-transform: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  clip-path: none;
  letter-spacing: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn.btn-white:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-size: 11px;
  position: relative;
  top: -1px;
  font-weight: 700;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
  background: #e1e1e1 !important;
  color: #222;
  box-shadow: none!important;
}
.link {
  font-weight: 700;
  padding-bottom: 3px;
  border-bottom: 1px solid #DB2C70;
  font-family: 'Montserrat', sans-serif;
}
.number_bg {
  background: #171717;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  margin-right: 8px;
}
input,
textarea {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 15px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}
input:focus,
textarea:focus {
  border-color: #9f1b4f;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select {
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  height: 60px;
  font-size: 1.5rem;
  margin: 0 0 7px;
  width: 100%;
  padding: 0 15px;
}
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
select.wpcf7-not-valid {
  border-color: red;
  border-width: 1px;
}
select {
  margin: 0;
}
select option:hover {
  background: #DB2C70;
  color: #fff;
}
textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 1.6rem;
}
input[type="submit"] {
  font-family: 'Montserrat', sans-serif;
  background: #DB2C70;
  color: #fff !important;
  padding: 14px 26px;
  font-size: 1.5rem;
  border-width: 0;
  border-radius: 10px;
  font-weight: 500;
  text-transform: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  clip-path: none;
  letter-spacing: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
input[type="submit"]:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-size: 11px;
  position: relative;
  top: -1px;
  font-weight: 700;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background: #cb2364 !important;
  color: #fff;
  box-shadow: none!important;
}
.lgc-column:nth-of-type(odd) {
  padding-right: 35px;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  padding: 10px;
}
.wpcf7 .agree_terms .wpcf7-form-control-wrap {
  display: inline-block;
  padding: 0;
}
.radio label {
  padding-left: 21px;
  position: relative;
}
.radio label:before {
  content: '\f00c';
  font-family: FontAwesome;
  width: 15px;
  height: 15px;
  border: 1px solid #b1b1b1;
  margin-right: 5px;
  display: inline-block;
  -webkit-transition: all 0.17s;
  transition: all 0.17s;
  font-size: 3px;
  color: transparent;
  line-height: 11px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50em;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}
.radio label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
.radio label.checked:before {
  content: '';
  font-family: FontAwesome;
  background: #fff;
  border-color: #6b97fd;
  color: #fff;
  font-size: 8px;
  border-width: 5px;
}
.radio label:hover:before,
.radio label:focus:before,
.radio label:active:before {
  border-color: #6b97fd;
}
.author_wrap {
  background: #eee;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.author_wrap .img {
  background: red;
}
ul.clean {
  list-style-type: none;
  margin: 0 0 30px;
  padding-left: 0!important;
}
body.home header.header {
  border: 0;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid #f4f4f4;
  min-height: 145px;
  background: #fff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header.no_header {
  transform: translateY(-100%);
}
header.header .search-wrapper {
  background: #DB2C70;
  height: 0;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .search-wrapper.active {
  height: 90px;
  pointer-events: inherit;
  opacity: 1;
  display: block;
  padding: 20px;
}
header.header .search-wrapper .search-inner #searchform {
  width: 100%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .search-wrapper .search-inner #searchform input[type=text] {
  width: calc(50% - 100px);
  display: inline-block;
  vertical-align: top;
  height: 50px;
  border: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding: 0 15px;
  font-size: 1.5rem;
  box-shadow: none;
}
header.header .search-wrapper .search-inner #searchform input[type=submit] {
  background: #474747;
  color: #fff;
  width: 100px;
  height: 50px;
  font-size: 1.6rem;
  padding: 0 10px;
  margin-left: -5px;
  display: inline-block;
  vertical-align: top;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
header.header .topbar {
  z-index: 99;
  font-family: 'Montserrat', sans-serif;
  background: #DB2C70;
  color: #474747;
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .topbar a {
  color: #474747;
  text-decoration: none;
}
header.header .topbar a:hover,
header.header .topbar a:focus,
header.header .topbar a:active {
  text-decoration: none;
  color: #DB2C70;
}
header.header .topbar strong {
  font-weight: 700;
}
header.header .topbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header.header .topbar ul li {
  display: inline-block;
  margin: 0 15px;
}
header.header .topbar ul li:first-of-type {
  margin-left: 0;
}
header.header .topbar ul li:last-of-type {
  margin-right: 0;
}
header.header .topbar ul li a {
  text-decoration: none;
}
header.header .topbar ul li a:hover,
header.header .topbar ul li a:focus,
header.header .topbar ul li a:active {
  color: #DB2C70;
  text-decoration: none;
}
header.header .topbar ul li.current-menu-item a {
  color: rgba(255, 255, 255, 0.65);
}
header.header .topbar .right {
  background: #f2f2f2;
  position: relative;
  padding-left: 73px;
}
header.header .topbar .right:after {
  content: '';
  position: absolute;
  right: -999px;
  width: 999px;
  top: 0;
  bottom: 0;
  background: #f2f2f2;
}
header.header .topbar .right .right-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
header.header .topbar .right .right-item:last-of-type {
  margin-right: 0;
}
header.header .topbar .right .right-item.search-icon {
  cursor: pointer;
}
header.header .topbar .right .right-item.socials a {
  display: inline-block;
  margin: 0 4px;
  color: #DB2C70;
}
header.header .topbar .right .right-item.socials a:hover,
header.header .topbar .right .right-item.socials a:focus,
header.header .topbar .right .right-item.socials a:active {
  color: #474747;
}
header.header .navigation {
  font-weight: 700;
  background: #fff;
}
header.header .navigation .brand {
  line-height: 145px;
  height: 145px;
  float: left;
  margin-right: 45px;
  margin-left: -89px;
}
header.header .navigation .brand a {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
header.header .navigation .brand img {
  max-width: 297px;
  max-height: 85px;
  height: auto;
  width: auto;
  position: relative;
  top: -15px;
}
header.header .navigation .container {
  position: relative;
}
header.header .navigation .right_side {
  position: absolute;
  right: 0;
  top: 60px;
}
header.header .navigation .the_nav {
  float: none;
}
header.header .navigation .the_nav .shop_btns {
  display: inline-block;
  vertical-align: bottom;
}
header.header .navigation .the_nav ul.shop_cart {
  list-style-type: none;
  margin: 0 0 0 40px;
  padding: 0;
}
header.header .navigation .the_nav ul.shop_cart li {
  display: inline-block;
}
header.header .navigation .the_nav ul.shop_cart li a.wishlist-count {
  font-size: 25px;
  position: relative;
  top: 3px;
}
header.header .navigation .the_nav ul.shop_cart li a.wishlist-count .badge {
  background: #DB2C70;
  color: #fff;
  width: 21px;
  height: 21px;
  border-radius: 50em;
  font-size: 1.2rem;
  position: relative;
  top: -15px;
  right: 12px;
  opacity: 1;
}
header.header .navigation .the_nav ul.shop_cart li a.wishlist-count .badge.not-visible {
  opacity: 0;
}
header.header .navigation .the_nav ul.shop_cart .cart_price {
  display: none!important;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
header.header .navigation .the_nav ul.shop_cart .cart-badge {
  background: #DB2C70;
  color: #fff;
  width: 21px;
  height: 21px;
  border-radius: 50em;
  font-size: 1.2rem;
  position: relative;
  top: -12px;
  right: 12px;
}
header.header .navigation ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
header.header .navigation ul.menu li {
  display: inline-block;
  vertical-align: middle;
  line-height: 162px;
  height: 105px;
}
header.header .navigation ul.menu li:first-of-type a {
  padding-left: 0;
}
header.header .navigation ul.menu li:last-of-type a {
  padding-right: 0;
}
header.header .navigation ul.menu li a {
  display: inline-block;
  padding: 0 16px;
  color: #474747;
  line-height: 101px;
}
header.header .navigation ul.menu li a:hover,
header.header .navigation ul.menu li a:focus,
header.header .navigation ul.menu li a:active {
  color: #DB2C70;
}
header.header .navigation ul.menu li.menu-item-has-children {
  position: static;
}
header.header .navigation ul.menu li.menu-item-has-children > a:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #474747;
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-left: 8px;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .navigation ul.menu li.active > a:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
}
header.header .navigation ul.menu li > .sub-menu {
  position: absolute;
  background: #ddd;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  margin-top: 15px;
  margin-left: 0;
}
header.header .navigation ul.menu li > .sub-menu.active {
  transition-delay: 0.15s;
  margin-top: 0;
  opacity: 1;
  pointer-events: inherit!important;
}
header.header .navigation ul.menu li > .sub-menu > li {
  display: block;
  width: 100%;
  line-height: 30px;
  position: relative;
}
header.header .navigation ul.menu li > .sub-menu > li a {
  padding: 10px 30px;
}
header.header .navigation ul.menu li > .sub-menu > li > .sub-menu {
  left: 100%;
  top: 0;
  pointer-events: inherit;
}
header.header .navigation ul.menu li.megamenu {
  position: static;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  padding: 50px 0 180px 40px;
  margin: 15px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05), -5px -5px 10px rgba(0, 0, 0, 0.05);
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu.active {
  margin-top: -30px;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap {
  margin-bottom: 20px;
  padding-top: 0;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap .sub-menu {
  pointer-events: inherit;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap.col-xl-2 {
  width: 19.66666667%;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap:nth-child(1),
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap:nth-child(2),
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap:nth-child(3),
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap:nth-child(4),
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap:nth-child(5) {
  padding-top: 0;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap li {
  width: 100%;
  line-height: normal;
  vertical-align: top;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap li a {
  padding: 0;
  color: red;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap li a:after {
  display: none;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap li:first-of-type a {
  color: #DB2C70;
  font-size: 1.4rem;
  line-height: 23px;
  margin-bottom: 25px;
  padding: 0;
  position: relative;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap li:first-of-type a .description {
  position: absolute;
  left: 0;
  top: -60px;
  line-height: 20px;
  width: 200px;
  color: #171717;
  font-size: 2.1rem;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap .sub-menu {
  position: relative!important;
  display: block!important;
  opacity: 1!important;
  margin-top: 0;
  padding: 0;
  background: transparent;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap .sub-menu li {
  display: block;
  width: 100%;
  line-height: 23px;
  height: auto;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap .sub-menu li a {
  width: 100%;
  font-size: 1.4rem;
  color: #474747;
  font-weight: 500;
  padding: 0;
  line-height: 23px;
  margin-bottom: 0!important;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap .sub-menu li a:hover,
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap .sub-menu li a:focus,
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap .sub-menu li a:active {
  text-decoration: underline;
}
header.header .navigation ul.menu li.magnummenu {
  position: static;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px 0 100px;
  margin-top: 15px;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu.active {
  margin-top: 0;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu:before {
  content: '';
  position: absolute;
  left: -999px;
  width: 1325px;
  top: 0;
  bottom: 0;
  background: #f9fbf9;
  pointer-events: none;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu:after {
  content: '';
  position: absolute;
  right: -999px;
  width: 999px;
  top: 0;
  bottom: 0;
  background: #fff;
  pointer-events: none;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu li {
  position: static;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level {
  display: block;
  width: 300px;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > a {
  display: block;
  color: #151515;
  padding: 15px 25px;
  background: transparent;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  margin-bottom: 1px;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > a:after {
  display: none;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > a:hover,
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > a:focus,
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > a:active,
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > a.active {
  background: #DB2C70;
  color: #fff;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu {
  left: 315px;
  width: calc(100% - 300px);
  position: absolute;
  top: 0;
  padding: 50px;
  margin-top: 0;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap {
  margin-bottom: 20px;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap li {
  width: 100%;
  line-height: normal;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap li a:after {
  display: none;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap li:first-of-type a {
  color: #151515;
  font-size: 1.5rem;
  padding: 0;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap .sub-menu {
  position: relative!important;
  display: block!important;
  opacity: 1!important;
  margin-top: 0;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap .sub-menu li {
  display: block;
  width: 100%;
  line-height: 25px;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap .sub-menu li a {
  width: 100%;
  font-size: 1.4rem;
  color: #DB2C70;
  font-weight: 400;
  padding: 0;
}
header.header .search {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: -5px;
  margin-left: 35px;
}
header.header .search .aws-wrapper {
  position: relative;
}
header.header .search .aws-wrapper:after {
  content: '';
  width: 53px;
  height: 53px;
  border-radius: 10px;
  background-color: #DB2C70 !important;
  color: #fff;
  text-align: center;
  background: url('../img/search.svg');
  background-size: 21px 21px;
  background-repeat: no-repeat !important;
  background-position: center center!important;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
header.header .search .aws-wrapper input[type=search] {
  border-width: 1px;
  border-style: solid;
  border-color: #e3e3e5;
  background: #F5F5F7;
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  border-radius: 10px!important;
  padding: 0 25px;
  height: 53px;
  color: #171717;
  width: 314px;
  font-weight: 500;
  box-shadow: none;
}
header.header .search .aws-wrapper #searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 30px;
  padding: 0 15px;
  border-radius: 50em;
}
article.article .img-base {
  border: 1px solid #eee;
  position: relative;
  margin: 0 50px 30px;
  overflow: hidden;
}
article.article .img-base:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.075);
}
article.article .content {
  padding: 0 50px;
}
article.article .content .date {
  font-weight: 500;
  margin: 0 0 30px;
  color: #888;
}
.tags ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tags ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.tags ul li a {
  display: block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mobile_menu_wrapper {
  background: #fff;
  position: fixed;
  left: 30px;
  top: 121px;
  padding-top: 65px;
  right: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 1.8rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.mobile_menu_wrapper.active {
  opacity: 1;
  left: 0;
  pointer-events: inherit;
}
.mobile_menu_wrapper .mobile_menu_goback {
  position: fixed;
  top: 121px;
  left: 0;
  background: #DB2C70;
  color: #fff;
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  font-size: 1.7rem;
  cursor: pointer;
  opacity: 1;
  z-index: 5;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.mobile_menu_wrapper .mobile_menu_goback.not_visible {
  opacity: 0;
}
.mobile_menu_wrapper .mobile_menu_goback:before {
  content: '\f053';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 10px;
  font-size: 1.4rem;
}
.mobile_menu_wrapper .mobile_menu_goback .current_parent_name {
  position: fixed;
  left: 45px;
  right: 0;
  top: 121px;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  background: #fff;
  color: #171717;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: calc(100% - 90px);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.mobile_menu_wrapper .close_mobile_menu {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  background: #ddd;
  cursor: pointer;
  color: #000;
  font-size: 2.3rem;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.mobile_menu_wrapper .mobile_menu {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.mobile_menu_wrapper .mobile_menu ul.menu {
  background: #fff;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: auto;
  padding-bottom: 65px;
}
.mobile_menu_wrapper .mobile_menu ul.menu li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile_menu_wrapper .mobile_menu ul.menu li a {
  display: block;
  width: 100%;
  padding: 15px 25px;
  font-weight: 400;
}
.mobile_menu_wrapper .mobile_menu ul.menu li a i {
  color: #9cca91;
  margin-right: 5px;
}
.mobile_menu_wrapper .mobile_menu ul.menu li.menu-item-has-children {
  position: static;
}
.mobile_menu_wrapper .mobile_menu ul.menu li.menu-item-has-children:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 20px;
  margin-top: 16px;
  font-size: 1.4rem;
  color: #DB2C70;
  pointer-events: none;
  position: relative;
  right: 0;
  float: right;
  top: -59px;
}
.mobile_menu_wrapper .mobile_menu ul.menu li.menu-item-has-children ul.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.mobile_menu_wrapper .mobile_menu ul.menu li.menu-item-has-children ul.sub-menu.active {
  opacity: 1;
  pointer-events: inherit;
  z-index: 1;
}
.mobile_menu_wrapper .mobile_menu ul.menu li.menu-item-has-children ul.sub-menu.current_submenu {
  z-index: 2;
  opacity: 1;
  pointer-events: inherit;
  overflow: auto;
  padding-bottom: 150px;
}
.mobile_menu_wrapper .mobile_menu ul.menu li.menu-item-has-children ul.sub-menu li {
  width: 100%;
}
.mobile_menu_wrapper .mobile_menu ul.menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
  background: #fff;
  left: 100%;
  width: 100%;
}
.mobile_menu_wrapper .mobile_menu ul.menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu ul.sub-menu {
  background: #fff;
  left: 100%;
  width: 100%;
}
.wrapper {
  background: #fff;
  margin-top: 190px;
  position: relative;
  -webkit-transition: top 0.25s;
  -moz-transition: top 0.25s;
  -o-transition: top 0.25s;
  transition: top 0.25s;
}
.wrapper.page {
  background: #edf2f8;
}
.wrapper img {
  max-width: 100%;
  height: auto;
}
.wrapper ul {
  list-style-type: circle;
  margin: 0;
  padding: 0 0 0 35px;
}
.well {
  background: #fff;
  padding: 40px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.05);
}
.well.primary {
  background: #DB2C70;
  color: #fff;
}
.well.primary h1,
.well.primary h2,
.well.primary h3,
.well.primary h4,
.well.primary h5 {
  color: #fff;
}
.well.secondary {
  background: #474747;
  color: #fff;
}
.well.secondary h1,
.well.secondary h2,
.well.secondary h3,
.well.secondary h4,
.well.secondary h5 {
  color: #fff;
}
.well.default {
  background: #171717;
  color: #fff;
}
.well.default h1,
.well.default h2,
.well.default h3,
.well.default h4,
.well.default h5 {
  color: #fff;
}
.lazy {
  background: #d3d3d3 !important;
  position: relative;
}
.lazy:after {
  content: "";
  position: absolute;
  background: transparent!important;
  left: calc(50% - 16px) !important;
  top: calc(50% - 16px) !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 8px solid #ccc;
  border-top: 8px solid #aaa;
  border-radius: 50%!important;
  width: 50px;
  height: 50px;
  animation-name: lazyloadSpin;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes lazyloadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
b,
strong {
  font-weight: 800;
}
.main_welcome {
  padding-top: 30px;
}
.main_welcome .col_item:nth-child(1) .inner-button {
  margin-bottom: 10px;
}
.main_welcome .col_item:nth-child(1) h3 {
  font-weight: 400;
}
.main_welcome .col_item:nth-child(2) .within {
  overflow: hidden;
}
.main_welcome .col_item:nth-child(2) .within .inner {
  text-align: left;
  left: 35px;
  right: 35px;
  top: 35px;
  bottom: 35px;
}
.main_welcome .col_item:nth-child(2) .within .text_part {
  position: relative;
  z-index: 1;
}
.main_welcome .col_item:nth-child(2) .within .text_part:before {
  content: '';
  position: absolute;
  left: -115px;
  top: -105px;
  width: 270px;
  height: 270px;
  background: #DB2C70;
  border-radius: 50em;
  pointer-events: none;
  z-index: -1;
}
.main_welcome .col_item:nth-child(2) .within .text_part .h1 {
  line-height: 0.8;
}
.main_welcome .col_item:nth-child(2) .within .text_part h3 {
  font-weight: 400;
  font-size: 3.7rem;
  line-height: 0.9;
}
.main_welcome .col_item:nth-child(2) .within .inner-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main_welcome .within {
  position: relative;
  height: 371px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.main_welcome .within .circle {
  position: absolute;
  right: -40px;
  bottom: -290px;
  width: 545px;
  height: 545px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50em;
  pointer-events: none;
}
.main_welcome .within .img-base {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
}
.main_welcome .within .img-base:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.main_welcome .within .inner {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 65px;
  right: 65px;
  left: 65px;
  text-align: right;
}
.main_usp_wrapper {
  padding: 0 0 30px;
  text-align: center;
  font-weight: 700;
  border-bottom: 0 solid #F5F5F7;
}
.usp_items {
  font-family: 'Montserrat', sans-serif;
  color: #474747;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #f6f6f8;
  padding: 45px 0 35px 0;
  text-align: center;
}
.usp_items ul.ul_items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.usp_items ul.ul_items li {
  display: inline-block;
  margin: 0 40px;
  padding-left: 0!important;
}
.usp_items ul.ul_items li:before {
  display: none;
}
.usp_items ul.ul_items li:first-of-type img {
  width: 16px;
  height: auto;
}
.usp_items .image {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background: #DB2C70;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50em;
}
.usp_items .image img {
  max-height: 21px!important;
  max-width: 21px!important;
  width: auto;
  height: auto;
  position: relative;
  top: -2px;
}
.usp_items .title {
  display: inline-block;
  vertical-align: top;
}
body.page-id-15867 .full_blocks .g-0,
body.page-id-15867 .full_blocks .gx-0 {
  --bs-gutter-x: 25px;
}
body.page-id-15867 .full_blocks .img-base {
  margin-bottom: 25px;
}
.main_cats {
  padding: 25px 0 100px;
}
.main_cats .heading {
  margin-bottom: 45px;
}
.main_cats .heading h3 {
  margin: 0;
  color: #474747;
}
.main_cats ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  column-count: 4;
  column-gap: 20px;
}
.main_cats ul.menu li {
  overflow: hidden;
  border-radius: 10px;
}
.main_cats ul.menu li a {
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  overflow: hidden;
  padding: 24% 0;
}
.main_cats ul.menu li a .img {
  display: block;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
  padding: 15% 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.main_cats ul.menu li a .img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.main_cats ul.menu li a:hover .img,
.main_cats ul.menu li a:focus .img,
.main_cats ul.menu li a:active .img {
  transform: scale(1.1);
}
.main_cats .item {
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.main_cats .item .img-base .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
}
.main_cats .item .img-base .img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.main_cats .item .inner {
  position: absolute;
  padding: 0 20px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.main_cats .item .inner .title {
  font-family: 'Montserrat', sans-serif;
}
.newest_products {
  background: #f6f6f6;
  padding: 80px 0;
}
.newest_products .headings {
  margin-bottom: 45px;
  color: #474747;
}
.newest_products #newest-carousel-inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.newest_products ul.products {
  margin: 0!important;
}
.newest_products .newest-carousel-products.amount-1 {
  width: 65%;
  margin: 0 auto;
}
.newest_products .newest-carousel-products .owl-stage {
  display: flex;
}
.newest_products .newest-carousel-products .owl-dots {
  position: relative;
  margin: 30px 0 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.newest_products .newest-carousel-products .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  width: 11px;
  height: 11px;
  border-radius: 50em;
  background: #ccc;
}
.newest_products .newest-carousel-products .owl-dots .owl-dot:hover,
.newest_products .newest-carousel-products .owl-dots .owl-dot:focus,
.newest_products .newest-carousel-products .owl-dots .owl-dot:active {
  background: #888;
}
.newest_products .newest-carousel-products .owl-dots .owl-dot.active {
  background: #DB2C70;
}
.newest_products .newest-carousel-products .owl-item li {
  width: 100%!important;
  float: none!important;
  height: 100%;
}
.newest_products .newest-carousel-products .owl-item li:hover .img,
.newest_products .newest-carousel-products .owl-item li:focus .img,
.newest_products .newest-carousel-products .owl-item li:active .img {
  box-shadow: inset 0 2px 0 #DB2C70 !important;
}
.newest_products .newest-carousel-products .item {
  padding: 0;
  background: transparent;
  border: 0 solid #eee;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  height: 100%;
  width: 100%;
}
.newest_products .newest-carousel-products .item .banner {
  position: absolute;
  left: 30px;
}
.newest_products .newest-carousel-products .item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.newest_products .newest-carousel-products .item .img-base {
  position: relative;
  padding: 0;
}
.newest_products .newest-carousel-products .item .img-base .img {
  border: 0 solid #ccc;
  width: 100%;
  padding: 40% 0;
  position: relative;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
.newest_products .newest-carousel-products .item .img-base .img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2);
}
.newest_products .newest-carousel-products .item .more {
  font-size: 15px;
}
.newest_products .newest-carousel-products .item .more a {
  color: #DB2C70;
}
.newest_products .newest-carousel-products .item:hover .inner .price .woocommerce-Price-amount,
.newest_products .newest-carousel-products .item:focus .inner .price .woocommerce-Price-amount,
.newest_products .newest-carousel-products .item:active .inner .price .woocommerce-Price-amount {
  color: #DB2C70;
}
.newest_products .newest-carousel-products .item:hover .inner .price del .woocommerce-Price-amount,
.newest_products .newest-carousel-products .item:focus .inner .price del .woocommerce-Price-amount,
.newest_products .newest-carousel-products .item:active .inner .price del .woocommerce-Price-amount {
  background: transparent;
}
.newest_products .more {
  margin-top: 50px;
}
.wrapper-base {
  background: #fff;
  padding-top: 191px;
}
.wrapper-base.no_img {
  padding-top: 210px;
}
.wrapper-base .headerimg {
  position: relative;
}
.wrapper-base .headerimg.dark_mode:before {
  display: none;
}
.wrapper-base .headerimg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.wrapper-base .headerimg .img {
  width: 100%;
  height: 340px;
  background-size: cover!important;
  background-repeat: no-repeat !important;
}
.wrapper-base .headerimg .img.img_centered {
  background-position: center center!important;
}
.wrapper-base .headerimg .img.img_archive {
  height: 450px;
}
.wrapper-base .headerimg .caption {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 100px;
  text-align: left;
  color: #fff;
}
.wrapper-base .headerimg .caption.dark_mode {
  color: #000;
}
.wrapper-base .headerimg .caption.dark_mode .breadcrumbs {
  color: #000;
}
.wrapper-base .headerimg .caption.dark_mode .breadcrumbs #breadcrumbs a {
  color: #000;
}
.wrapper-base .headerimg .caption.dark_mode h1,
.wrapper-base .headerimg .caption.dark_mode h2 {
  color: #000;
}
.wrapper-base .headerimg .caption .breadcrumbs {
  position: relative;
  top: -75px;
  color: #fff;
}
.wrapper-base .headerimg .caption .breadcrumbs #breadcrumbs a {
  color: #fff;
}
.wrapper-base .headerimg .caption .heading {
  position: relative;
  top: -50px;
}
.wrapper-base .headerimg .caption h1 {
  font-size: 4.4rem;
  line-height: 1.2;
}
.wrapper-base .headerimg .caption .text {
  font-size: 1.9rem;
  line-height: 32px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}
.wrapper-base .headerimg .caption .text p {
  margin: 0;
}
.wrapper-base .background_white {
  background: #fff;
  color: #000;
}
.wrapper-base .background_primary {
  background: #DB2C70;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.wrapper-base .background_primary:before {
  content: '';
  width: 579px;
  height: 579px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.175;
  pointer-events: none;
  background: url('../img/beeld.png');
  background-size: contain!important;
  background-repeat: no-repeat !important;
  background-position: top center!important;
}
.wrapper-base .background_secondary {
  background: #474747;
  color: #171717;
}
.wrapper-base .background_default {
  background: #171717;
  color: #fff;
}
.wrapper-base .background_light {
  background: #f5f5f7;
  color: #000;
}
.wrapper-base .background_lightgray {
  background: #f5f5f7;
  color: #000;
}
.wrapper-base .section {
  padding: 5% 0;
  position: relative;
}
.wrapper-base .section h5 {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: #474747;
}
.wrapper-base .section h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 500;
}
.wrapper-base .section ul {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.wrapper-base .section ul li {
  position: relative;
  padding-left: 30px;
}
.wrapper-base .section ul li:before {
  content: "•";
  color: #DB2C70;
  position: absolute;
  left: 0;
  font-size: 4rem;
  top: 1px;
}
.wrapper-base .section.product_section {
  padding: 30px 0;
}
.wrapper-base .section.padding_top_0 {
  padding-top: 0;
}
.wrapper-base .section.padding_top_2_5 {
  padding-top: 2.5%;
}
.wrapper-base .section.padding_top_5 {
  padding-top: 5%;
}
.wrapper-base .section.padding_top_7_5 {
  padding-top: 7.5%;
}
.wrapper-base .section.padding_top_10 {
  padding-top: 10%;
}
.wrapper-base .section.padding_bottom_0 {
  padding-bottom: 0;
}
.wrapper-base .section.padding_bottom_2_5 {
  padding-bottom: 2.5%;
}
.wrapper-base .section.padding_bottom_5 {
  padding-bottom: 5%;
}
.wrapper-base .section.padding_bottom_7_5 {
  padding-bottom: 7.5%;
}
.wrapper-base .section.padding_bottom_10 {
  padding-bottom: 10%;
}
.wrapper-base .section.margin_top_0 {
  margin-top: 0;
}
.wrapper-base .section.margin_top_2_5 {
  margin-top: 2.5%;
}
.wrapper-base .section.margin_top_5 {
  margin-top: 5%;
}
.wrapper-base .section.margin_top_7_5 {
  margin-top: 7.5%;
}
.wrapper-base .section.margin_top_10 {
  margin-top: 10%;
}
.wrapper-base .section.margin_bottom_0 {
  margin-bottom: 0;
}
.wrapper-base .section.margin_bottom_2_5 {
  margin-bottom: 2.5%;
}
.wrapper-base .section.margin_bottom_5 {
  margin-bottom: 5%;
}
.wrapper-base .section.margin_bottom_7_5 {
  margin-bottom: 7.5%;
}
.wrapper-base .section.margin_bottom_10 {
  margin-bottom: 10%;
}
.wrapper-base .section .background_image_within {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover!important;
}
.wrapper-base .section .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.wrapper-base .section .row_mm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper-base .section .row_mm.negative_margin_0 {
  margin: 0;
}
.wrapper-base .section .row_mm.negative_margin_2_5 {
  margin: 0 -25px;
}
.wrapper-base .section .row_mm.negative_margin_5 {
  margin: 0 -50px;
}
.wrapper-base .section .row_mm.negative_margin_7_5 {
  margin: 0 -75px;
}
.wrapper-base .section .row_mm.negative_margin_10 {
  margin: 0 -100px;
}
.wrapper-base .section .col_mm {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.wrapper-base .section .col_mm hr {
  display: none;
}
.wrapper-base .section .col_mm .usp_items {
  border: 0;
}
.wrapper-base .section .col_mm .ul_items {
  margin: 0;
}
.wrapper-base .section .col_mm .col_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrapper-base .section .col_mm .col_inner.padding_top_0 {
  padding-top: 0;
}
.wrapper-base .section .col_mm .col_inner.padding_top_2_5 {
  padding-top: 25px;
}
.wrapper-base .section .col_mm .col_inner.padding_top_5 {
  padding-top: 50px;
}
.wrapper-base .section .col_mm .col_inner.padding_top_7_5 {
  padding-top: 75px;
}
.wrapper-base .section .col_mm .col_inner.padding_top_10 {
  padding-top: 100px;
}
.wrapper-base .section .col_mm .col_inner.padding_bottom_0 {
  padding-bottom: 0;
}
.wrapper-base .section .col_mm .col_inner.padding_bottom_2_5 {
  padding-bottom: 25px;
}
.wrapper-base .section .col_mm .col_inner.padding_bottom_5 {
  padding-bottom: 50px;
}
.wrapper-base .section .col_mm .col_inner.padding_bottom_7_5 {
  padding-bottom: 75px;
}
.wrapper-base .section .col_mm .col_inner.padding_bottom_10 {
  padding-bottom: 100px;
}
.wrapper-base .section .col_mm .col_inner.padding_left_0 {
  padding-left: 0;
}
.wrapper-base .section .col_mm .col_inner.padding_left_2_5 {
  padding-left: 25px;
}
.wrapper-base .section .col_mm .col_inner.padding_left_5 {
  padding-left: 50px;
}
.wrapper-base .section .col_mm .col_inner.padding_left_7_5 {
  padding-left: 75px;
}
.wrapper-base .section .col_mm .col_inner.padding_left_10 {
  padding-left: 100px;
}
.wrapper-base .section .col_mm .col_inner.padding_right_0 {
  padding-right: 0;
}
.wrapper-base .section .col_mm .col_inner.padding_right_2_5 {
  padding-right: 25px;
}
.wrapper-base .section .col_mm .col_inner.padding_right_5 {
  padding-right: 50px;
}
.wrapper-base .section .col_mm .col_inner.padding_right_7_5 {
  padding-right: 75px;
}
.wrapper-base .section .col_mm .col_inner.padding_right_10 {
  padding-right: 100px;
}
.wrapper-base .section .col_mm .col_inner.margin_0 {
  margin: 0;
}
.wrapper-base .section .col_mm .col_inner.margin_2_5 {
  margin: 0 25px;
}
.wrapper-base .section .col_mm .col_inner.margin_5 {
  margin: 0 50px;
}
.wrapper-base .section .col_mm .col_inner.margin_7_5 {
  margin: 0 75px;
}
.wrapper-base .section .col_mm .col_inner.margin_10 {
  margin: 0 100px;
}
.wrapper-base .section .col_mm .image_wrap {
  height: 100%;
}
.wrapper-base .section .col_mm .image_wrap .desk_image,
.wrapper-base .section .col_mm .image_wrap .mob_image {
  height: 100%;
}
.wrapper-base .section .col_mm .img {
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
.wrapper-base .section .col_mm .img.image_preview_cover {
  background-size: cover!important;
}
.wrapper-base .section .col_mm .img.image_preview_contain {
  background-size: contain!important;
}
.wrapper-base .section .col_mm .img.fullheight {
  display: flex;
  height: 100%;
}
.wrapper-base .wrapper-inner {
  padding: 0;
}
.wrapper-base .wrapper-inner .wrapper-content h1,
.wrapper-base .wrapper-inner .wrapper-content h2,
.wrapper-base .wrapper-inner .wrapper-content h3,
.wrapper-base .wrapper-inner .wrapper-content h4,
.wrapper-base .wrapper-inner .wrapper-content h5,
.wrapper-base .wrapper-inner .wrapper-content h6 {
  margin: 0 0 30px;
}
.wrapper-base .wrapper-inner .wrapper-content .table {
  background: #fff;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar {
  margin-left: 25px;
  font-size: 1.7rem;
  line-height: 2.9rem;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw {
  margin: 0 0 30px;
  padding: 30px;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw h5 {
  padding: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw h5::before {
  display: none;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw ul {
  list-style-type: none;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw ul li {
  padding: 0;
  line-height: 31px;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw ul li:before {
  display: none;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw .h4 {
  color: #DB2C70;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw p:last-of-type {
  margin: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw ul:last-of-type {
  margin: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw a {
  color: #DB2C70;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap {
  background: #616161;
  color: #171717;
  padding: 30px;
  margin: 0 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .heading h5 {
  margin: 0 0 15px;
  color: #171717;
  padding: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .heading h5:before {
  display: none;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .open_text {
  color: #171717;
  font-weight: 600;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #171717;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item:last-of-type {
  border: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  font-size: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  color: #171717;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all i {
  color: #171717;
  margin-left: 5px;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all:hover,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all:focus,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all:active {
  color: #DB2C70;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all:hover i,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all:focus i,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all:active i {
  color: #DB2C70;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .seo-form {
  background: rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 30px 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .seo-form p {
  margin: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .seo-form input {
  font-size: 1.7rem;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .seo-form .agree_terms {
  margin: 20px 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-usps {
  margin: 30px 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-usps ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-usps ul li {
  position: relative;
  padding-left: 40px;
  margin: 0 0 10px;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-usps ul li:before {
  position: absolute;
  left: 0;
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #474747;
  width: 30px;
  height: 30px;
  line-height: 2.6rem;
  font-size: 1.4rem;
  text-align: center;
  border: 2px solid #474747;
  border-radius: 50em;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-reviews {
  margin: 25px 0;
  padding: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-reviews p {
  margin: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-reviews .wpcf7-form p {
  margin: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-reviews .review {
  position: relative;
  background: #fff;
  padding: 25px;
  height: 100%;
  border: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-reviews .review:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #fff transparent;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group {
  border-radius: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a {
  border-radius: 0;
  color: #474747;
  font-weight: 500;
  box-shadow: inset 5px 0 0 #474747;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a i {
  margin-right: 10px;
  color: #474747;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a:hover,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a:focus,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a:active {
  background: #474747;
  color: #fff;
  box-shadow: inset 10px 0 0 #474747;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a:hover i,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a:focus i,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a:active i {
  color: #fff;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a.active {
  background: #474747;
  border: 0;
  color: #fff;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-route iframe {
  width: 100%;
}
.wrapper-base .wrapper-inner img {
  max-width: 100%;
  height: auto;
}
.wrapper-base .wrapper-inner .main-heading {
  margin: 30px auto 0;
  max-width: 900px;
  text-align: center;
}
.wrapper-base .wrapper-inner .main-heading h1 {
  color: #DB2C70;
  font-weight: 800;
  font-size: 4.4rem;
}
.wrapper-base .wrapper-inner .main-heading .date {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #888;
  font-weight: 600;
}
.wrapper-base .breadcrumbs {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  color: #171717;
  margin: 0;
  padding: 0 0 30px;
  text-align: left;
  font-weight: 400;
}
.wrapper-base .breadcrumbs.blog_type {
  padding-top: 40px;
}
.wrapper-base .breadcrumbs.archive {
  padding-top: 0;
}
.wrapper-base .breadcrumbs i {
  font-size: 1rem;
  margin: 0 5px;
}
.wrapper-base .breadcrumbs #breadcrumbs {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.wrapper-base .breadcrumbs #breadcrumbs a {
  color: #474747;
}
.wrapper-base .breadcrumbs #breadcrumbs a:hover,
.wrapper-base .breadcrumbs #breadcrumbs a:focus,
.wrapper-base .breadcrumbs #breadcrumbs a:active {
  color: #DB2C70;
}
.wrapper-base .breadcrumbs #breadcrumbs .delimiter {
  margin: 0 5px;
}
.wrapper-base .breadcrumbs #breadcrumbs .breadcrumb_last {
  font-weight: 600;
}
.wrapper-base .pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.wrapper-base .pagination .pagination_inner {
  margin: 50px 0;
}
.wrapper-base .pagination .pagination_inner ul {
  padding: 0;
}
.wrapper-base .pagination ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
}
.wrapper-base .pagination ul li {
  display: inline-flex;
  margin: 0 5px 5px 0;
  padding: 0;
  color: #999;
}
.wrapper-base .pagination ul li.text a,
.wrapper-base .pagination ul li.text span {
  background: transparent;
}
.wrapper-base .pagination ul li a {
  padding: 15px 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.035), -2px -2px 5px rgba(0, 0, 0, 0.035);
  color: #666;
}
.wrapper-base .pagination ul li a:hover,
.wrapper-base .pagination ul li a:focus,
.wrapper-base .pagination ul li a:active {
  background: #DB2C70;
  color: #fff;
  text-decoration: none;
}
.wrapper-base .pagination ul li span {
  padding: 10px 20px;
}
.wrapper-base .pagination ul li span.current {
  padding: 15px 25px;
  border-radius: 2px;
  background: #474747;
  color: #fff;
}
ul.sitemap_ul {
  margin: 0 0 30px!important;
}
ul.sitemap_ul li ul.children {
  padding-left: 25px;
  border-left: 1px solid #ddd;
  margin-left: 10px;
}
ul.sitemap_ul h3 {
  margin: 15px 0 15px!important;
}
.news .content {
  margin: 15px 0 0 0;
}
.news .content .date {
  opacity: 0.65;
  margin: 0 0 40px;
}
.gallery_row .img-base {
  margin-bottom: 30px;
}
.gallery_row .img-base .img {
  padding-top: 35%;
  padding-bottom: 35%;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  box-shadow: inset 0 0 0 10px #fff, 1px 1px 10px rgba(0, 0, 0, 0.1);
}
#comments-list .comments-title {
  display: none;
}
#comments-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#comments-list ul li {
  background: rgba(0, 0, 0, 0.05);
  margin: 0 0 25px;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#comments-list ul li .fn {
  font-weight: bold;
}
#comments-list .comment-author {
  float: left;
  margin-bottom: 10px;
}
#comments-list .comment-author img {
  float: left;
  margin-right: 10px;
}
#comments-list .comment-meta {
  float: right;
  text-align: right;
  margin-bottom: 10px;
}
#comments-list .comment-meta a {
  text-decoration: none;
  pointer-events: none;
  color: #888;
}
#comments-list p {
  clear: both;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
#comments-list .reply {
  display: none;
}
.gallery_wrapper .gallery-navigation {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 50%;
}
.gallery_wrapper .gallery-navigation .owl-prev,
.gallery_wrapper .gallery-navigation .owl-next {
  position: absolute;
  z-index: 1;
  width: 73px;
  height: 73px;
  border-radius: 50em;
  line-height: 73px;
  color: #fff;
  text-align: center;
  border: 2px solid #474747;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.gallery_wrapper .gallery-navigation .owl-prev:hover,
.gallery_wrapper .gallery-navigation .owl-next:hover,
.gallery_wrapper .gallery-navigation .owl-prev:focus,
.gallery_wrapper .gallery-navigation .owl-next:focus,
.gallery_wrapper .gallery-navigation .owl-prev:active,
.gallery_wrapper .gallery-navigation .owl-next:active {
  background: #474747;
  color: #DB2C70;
}
.gallery_wrapper .gallery-navigation .owl-prev {
  left: 50px;
}
.gallery_wrapper .gallery-navigation .owl-next {
  right: 50px;
}
.gallery_wrapper .gallery-carousel {
  margin: 0!important;
}
.gallery_wrapper .gallery-carousel .gallery-item a {
  padding: 23% 0;
  position: relative;
}
.gallery_wrapper .gallery-carousel .gallery-item a img {
  height: 100%;
}
table.zebra tr,
table.zebra th,
table.zebra td {
  border-width: 0;
}
table.zebra tr:nth-of-type(odd) {
  background: #fff6e0;
  color: auto;
}
table.zebra tr td {
  padding: 25px;
}
.personal_help {
  border-radius: 10px;
  overflow: hidden;
}
.personal_help .img-base {
  padding: 35% 0;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
}
.personal_help .inner {
  background: #DB2C70;
  color: #fff;
  padding: 40px;
}
.personal_help .inner h3 {
  font-weight: 400;
}
.personal_help .inner h3 strong {
  font-weight: 700;
}
.personal_help .inner .btn {
  margin-top: 15px;
}
.headlines {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.headlines h3 {
  color: #DB2C70;
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0 0 45px;
}
.headlines h3:after {
  content: '';
  height: 3px;
  width: 100%;
  background: #DB2C70;
  position: absolute;
  top: 50%;
  margin-left: 5px;
}
.headlines .headline {
  margin: 0 0 25px;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.035), -2px -2px 5px rgba(0, 0, 0, 0.035);
  padding: 15px;
  border-radius: 6px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.headlines .headline .img-base .img {
  width: 100%;
  padding-top: 35%;
  padding-bottom: 35%;
  min-height: 85px;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  border-radius: 5px;
}
.headlines .headline .content .date {
  color: #aaa;
  margin: 0 0 5px;
  font-size: 1.7rem;
  font-weight: 500;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.headlines .headline .content .heading {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.headlines .headline:hover,
.headlines .headline:focus,
.headlines .headline:active {
  background: #DB2C70;
  color: #fff;
}
.headlines .headline:hover .content .date,
.headlines .headline:focus .content .date,
.headlines .headline:active .content .date,
.headlines .headline:hover .content .heading,
.headlines .headline:focus .content .heading,
.headlines .headline:active .content .heading {
  color: #fff;
}
.headlines .more {
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
}
.headlines .more a {
  color: #333;
}
.headlines .more a:after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 5px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.headlines .more a:hover,
.headlines .more a:focus,
.headlines .more a:active {
  color: #DB2C70;
}
.headlines .more a:hover:after,
.headlines .more a:focus:after,
.headlines .more a:active:after {
  margin-right: 10px;
}
.album_images .img-base {
  width: 100%;
  margin-bottom: 30px;
}
.album_images .img-base .img {
  width: 100%;
  padding-top: 35%;
  padding-bottom: 35%;
  box-shadow: inset -10px -10px 0 #fff, inset 10px 10px 0 #fff, 2px 2px 5px rgba(0, 0, 0, 0.035), -2px -2px 5px rgba(0, 0, 0, 0.035);
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.album_images .img-base .img:hover,
.album_images .img-base .img:focus,
.album_images .img-base .img:active {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.header-carousel-wrapper {
  height: 85vh;
  background-color: #DB2C70;
  position: relative;
}
.header-carousel-wrapper .header-carousel-container {
  width: calc(100% - 100px);
  margin: 0 auto;
}
.header-carousel-wrapper #header-carousel-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-carousel-wrapper #header-carousel-nav .owl-prev,
.header-carousel-wrapper #header-carousel-nav .owl-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  font-size: 4.5rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  top: 50%;
  z-index: 2;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-carousel-wrapper #header-carousel-nav .owl-prev:hover,
.header-carousel-wrapper #header-carousel-nav .owl-next:hover,
.header-carousel-wrapper #header-carousel-nav .owl-prev:focus,
.header-carousel-wrapper #header-carousel-nav .owl-next:focus,
.header-carousel-wrapper #header-carousel-nav .owl-prev:active,
.header-carousel-wrapper #header-carousel-nav .owl-next:active {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
}
.header-carousel-wrapper #header-carousel-nav .owl-prev {
  position: absolute;
  left: 25px;
}
.header-carousel-wrapper #header-carousel-nav .owl-next {
  position: absolute;
  right: 25px;
}
.header-carousel-wrapper #header-carousel-nav.circle .owl-prev,
.header-carousel-wrapper #header-carousel-nav.square .owl-prev,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-prev,
.header-carousel-wrapper #header-carousel-nav.circle .owl-next,
.header-carousel-wrapper #header-carousel-nav.square .owl-next,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-next {
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
}
.header-carousel-wrapper #header-carousel-nav.circle .owl-prev:hover,
.header-carousel-wrapper #header-carousel-nav.square .owl-prev:hover,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-prev:hover,
.header-carousel-wrapper #header-carousel-nav.circle .owl-next:hover,
.header-carousel-wrapper #header-carousel-nav.square .owl-next:hover,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-next:hover,
.header-carousel-wrapper #header-carousel-nav.circle .owl-prev:focus,
.header-carousel-wrapper #header-carousel-nav.square .owl-prev:focus,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-prev:focus,
.header-carousel-wrapper #header-carousel-nav.circle .owl-next:focus,
.header-carousel-wrapper #header-carousel-nav.square .owl-next:focus,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-next:focus,
.header-carousel-wrapper #header-carousel-nav.circle .owl-prev:active,
.header-carousel-wrapper #header-carousel-nav.square .owl-prev:active,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-prev:active,
.header-carousel-wrapper #header-carousel-nav.circle .owl-next:active,
.header-carousel-wrapper #header-carousel-nav.square .owl-next:active,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-next:active {
  color: rgba(0, 0, 0, 0.85);
}
.header-carousel-wrapper #header-carousel-nav.circle .owl-prev,
.header-carousel-wrapper #header-carousel-nav.circle .owl-next {
  border-radius: 50em;
}
.header-carousel-wrapper #header-carousel-nav.triangle .owl-prev {
  left: 41px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.header-carousel-wrapper #header-carousel-nav.triangle .owl-prev i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-carousel-wrapper #header-carousel-nav.triangle .owl-next {
  right: 41px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.header-carousel-wrapper #header-carousel-nav.triangle .owl-next i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-carousel-wrapper #header-carousel {
  position: relative;
  height: 85vh;
}
.header-carousel-wrapper #header-carousel div:not(.owl-controls) {
  height: 100%;
}
.header-carousel-wrapper #header-carousel .owl-stage {
  height: 85vh;
}
.header-carousel-wrapper #header-carousel .owl-item {
  height: 85vh;
  width: 100%;
}
.header-carousel-wrapper #header-carousel .owl-item.active .owl-text .inner {
  animation-name: slideIn;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
}
.header-carousel-wrapper #header-carousel .owl-item .img-base {
  height: 100%;
  width: 100%;
  position: relative;
}
.header-carousel-wrapper #header-carousel .owl-item .img-base .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.header-carousel-wrapper #header-carousel .owl-item .img-base .overlay.black {
  background: #000;
}
.header-carousel-wrapper #header-carousel .owl-item .img-base .overlay.white {
  background: #fff;
}
.header-carousel-wrapper #header-carousel .owl-item .img-base .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.header-carousel-wrapper #header-carousel .owl-item .container {
  position: relative;
  top: -85vh;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 99999;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner {
  opacity: 0;
  text-align: left;
  width: 750px;
  height: auto;
  position: absolute;
  bottom: 100px;
  left: -30px;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner.text-center {
  right: 0;
  margin: 0 auto;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading h1,
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading .h1 {
  display: inline;
  letter-spacing: -1.5px;
  margin: 0;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading h1 p,
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading .h1 p {
  margin: 0;
  padding: 0;
  font-size: 95px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .description {
  margin: 20px 0;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .description p {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 500;
}
.header-carousel-wrapper #header-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
  height: 50px!important;
}
.tab-mm-wrapper ul.tab-mm-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tab-mm-wrapper ul.tab-mm-tabs li {
  display: inline-block;
}
.tab-mm-wrapper ul.tab-mm-tabs li.active a {
  background: #f5fcff;
  color: #000;
}
.tab-mm-wrapper ul.tab-mm-tabs li a {
  display: block;
  padding: 15px;
  background: rgba(0, 0, 0, 0.025);
}
.rekenhulp_tegel_table {
  background: #fafafa;
  border: 1px solid #eee;
  margin-bottom: 25px;
}
.rekenhulp_tegel_table tr.rekenhulp_foot {
  border-top: 1px solid #ddd;
}
.rekenhulp_tegel_table tr.rekenhulp_foot td {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #efefef;
}
.rekenhulp_tegel_table tr td {
  padding: 5px 30px;
}
.rekenhulp_tegel_table tr td:first-of-type {
  width: 340px;
}
.rekenhulp_tegel_table tr td h5 {
  font-weight: 700!important;
  margin-top: 20px;
}
.rekenhulp_tegel_table input.no_change {
  height: 35px;
  background: transparent;
  pointer-events: none;
  padding: 0;
  border: 0;
}
.rekenhulp_tegel_table input#need {
  height: 50px;
}
.product_contact {
  margin-top: 30px;
}
.product_contact a:hover,
.product_contact a:focus,
.product_contact a:active {
  color: #DB2C70;
}
.product_contact .socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50em;
  line-height: 40px;
  background: #fff;
  text-align: center;
  color: #343534;
  font-size: 22px;
  margin-right: 12px;
}
.product_contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product_contact ul li {
  padding-left: 0!important;
}
.product_contact ul li:before {
  display: none;
}
.product_contact ul li i {
  color: #DB2C70;
  width: 35px;
}
.agenda .agenda_block .heading {
  background: #171717;
  padding: 15px 20px;
}
.agenda .agenda_block .heading.heading_opentimes {
  padding: 11px 20px;
}
.agenda .agenda_block .heading .head {
  font-size: 24px;
  line-height: 44px;
  text-transform: inherit;
  font-weight: 800;
}
.agenda .agenda_block .heading .head img {
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.agenda .agenda_block .heading .view_all {
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
}
.agenda .agenda_block .heading .view_all a {
  color: #DB2C70;
}
.agenda .agenda_block .heading .view_all a i {
  font-size: 11px;
  margin-left: 2px;
}
.agenda .agenda_block .heading .view_all a:hover,
.agenda .agenda_block .heading .view_all a:focus,
.agenda .agenda_block .heading .view_all a:active {
  color: #474747;
}
.agenda .agenda_block .inner .item {
  border-bottom: 1px solid #171717;
  padding: 20px 20px 20px 0;
  width: auto;
  margin: 0 15px;
}
.agenda .agenda_block .inner .item.item_the_agenda {
  padding: 20px;
  width: 100%;
}
.agenda .agenda_block .inner .item.item_opentimes {
  padding: 10px 40px 10px 30px;
}
.agenda .agenda_block .inner .item .day,
.agenda .agenda_block .inner .item .title,
.agenda .agenda_block .inner .item .button {
  display: inline-block;
  vertical-align: top;
}
.agenda .agenda_block .inner .item .day {
  width: 60px;
  font-size: 24px;
  line-height: 24px;
  color: #474747;
  font-weight: 700;
}
.agenda .agenda_block .inner .item .title {
  width: calc(100% - 275px);
}
.agenda .agenda_block .inner .item .title .name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.agenda .agenda_block .inner .item .title .time {
  font-size: 16px;
  line-height: 24px;
}
.agenda .agenda_block .inner .item .button {
  width: 200px;
  text-align: right;
}
.agenda .agenda_block .inner .item .button .btn {
  padding: 10px 20px;
  background: #D7DADD;
  color: #DB2C70;
}
.agenda .agenda_block .inner .item .button .btn:hover,
.agenda .agenda_block .inner .item .button .btn:active {
  background: #bbc1c6;
}
.agenda .agenda_block .inner .item .button .btn:focus {
  background: #D7DADD;
}
.agenda .agenda_block .inner .item .eigenschap {
  font-size: 20px;
  line-height: 32px;
}
.agenda .agenda_block .inner .item .eigenschap.eigenschap_day {
  font-weight: 700;
  line-height: 25px;
}
.agenda .agenda_block .inner .item .col_price {
  text-align: right;
}
.agenda .agenda_block .inner .item .col_price .price {
  font-weight: 700;
}
.agenda .agenda_block .inner .item .des {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
}
.blocks .amount {
  margin: 0 0 35px;
}
.blocks .item {
  margin: 0 0 50px;
}
.blocks .item .card {
  display: block;
  width: 100%;
  border-color: #DAE9F1;
  border-radius: 0;
}
.blocks .item .card:hover .inner .heading,
.blocks .item .card:focus .inner .heading,
.blocks .item .card:active .inner .heading {
  color: #DB2C70;
}
.blocks .item .card:hover .more,
.blocks .item .card:focus .more,
.blocks .item .card:active .more {
  color: #171717;
}
.blocks .item .card .row_item {
  display: flex;
  height: 100%;
}
.blocks .item .img-base {
  padding-right: 0;
}
.blocks .item .img-base .img {
  padding: 25% 0;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
}
.blocks .item .inner {
  padding: 50px 40px;
}
.blocks .item .inner .heading {
  color: #171717;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.blocks .item .more {
  position: absolute;
  bottom: 30px;
  color: #DB2C70;
  text-decoration: underline;
  font-weight: 500;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.has_img_edges img {
  border-radius: 10px;
}
/* Diensten */
.block-carousel-wrapper {
  background: #f6f6f6;
  padding-top: 15px;
}
.block-carousel-wrapper .block-carousel {
  margin: 0;
}
.block-carousel-wrapper .heading {
  text-align: center;
}
.block-carousel-wrapper .heading h2 {
  color: #DB2C70;
  text-transform: none;
  border-bottom: 0 dashed #474747;
  padding: 0 0 10px;
}
.block-carousel-wrapper .heading .sub_heading {
  color: rgba(255, 255, 255, 0.75);
  font-size: 22px;
}
.overlay {
  z-index: 9998;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.overlay.active {
  opacity: 1;
}
.logos_wrapper {
  background: #f6f6f6;
  padding: 75px 0;
}
.block-carousel-inner {
  position: relative;
  margin: 0;
}
.block-carousel-inner .block-navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.block-carousel-inner .block-navigation .owl-prev,
.block-carousel-inner .block-navigation .owl-next {
  width: 56px;
  height: 56px;
  line-height: 48px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  font-size: 3.5rem;
  background: transparent;
  color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  top: 50%;
  z-index: 2;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-carousel-inner .block-navigation .owl-prev:hover,
.block-carousel-inner .block-navigation .owl-next:hover,
.block-carousel-inner .block-navigation .owl-prev:focus,
.block-carousel-inner .block-navigation .owl-next:focus,
.block-carousel-inner .block-navigation .owl-prev:active,
.block-carousel-inner .block-navigation .owl-next:active {
  color: #333;
}
.block-carousel-inner .block-navigation .owl-prev {
  position: absolute;
  left: -75px;
}
.block-carousel-inner .block-navigation .owl-next {
  position: absolute;
  right: -75px;
}
.block-carousel-inner .block-navigation.circle .owl-prev,
.block-carousel-inner .block-navigation.square .owl-prev,
.block-carousel-inner .block-navigation.triangle .owl-prev,
.block-carousel-inner .block-navigation.circle .owl-next,
.block-carousel-inner .block-navigation.square .owl-next,
.block-carousel-inner .block-navigation.triangle .owl-next {
  color: rgba(0, 0, 0, 0.15);
  border: 6px solid rgba(0, 0, 0, 0.1);
}
.block-carousel-inner .block-navigation.circle .owl-prev:hover,
.block-carousel-inner .block-navigation.square .owl-prev:hover,
.block-carousel-inner .block-navigation.triangle .owl-prev:hover,
.block-carousel-inner .block-navigation.circle .owl-next:hover,
.block-carousel-inner .block-navigation.square .owl-next:hover,
.block-carousel-inner .block-navigation.triangle .owl-next:hover,
.block-carousel-inner .block-navigation.circle .owl-prev:focus,
.block-carousel-inner .block-navigation.square .owl-prev:focus,
.block-carousel-inner .block-navigation.triangle .owl-prev:focus,
.block-carousel-inner .block-navigation.circle .owl-next:focus,
.block-carousel-inner .block-navigation.square .owl-next:focus,
.block-carousel-inner .block-navigation.triangle .owl-next:focus,
.block-carousel-inner .block-navigation.circle .owl-prev:active,
.block-carousel-inner .block-navigation.square .owl-prev:active,
.block-carousel-inner .block-navigation.triangle .owl-prev:active,
.block-carousel-inner .block-navigation.circle .owl-next:active,
.block-carousel-inner .block-navigation.square .owl-next:active,
.block-carousel-inner .block-navigation.triangle .owl-next:active {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.75);
}
.block-carousel-inner .block-navigation.circle .owl-prev,
.block-carousel-inner .block-navigation.circle .owl-next {
  border-radius: 50em;
}
.block-carousel-inner .block-navigation.triangle .owl-prev {
  left: -75px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.block-carousel-inner .block-navigation.triangle .owl-prev i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block-carousel-inner .block-navigation.triangle .owl-next {
  right: -75px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.block-carousel-inner .block-navigation.triangle .owl-next i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tarieven tr td:nth-of-type(2) {
  text-align: right;
}
.card-columns .card {
  break-inside: avoid;
}
.block-carousel {
  margin: 50px 0 15px;
}
.block-carousel .col_item {
  margin-bottom: 40px;
}
.block-carousel .col_item:nth-child(1) .item .img-base .caption {
  left: 30%;
  text-align: right;
  bottom: 0;
  top: inherit;
}
.block-carousel .col_item:nth-child(2) .item .img-base .caption {
  max-width: 60%;
  text-align: center;
}
.block-carousel .col_item:nth-child(4) .item .img-base .caption .btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.block-carousel .item {
  margin-bottom: 30px;
}
.block-carousel .item:hover .img-base .img,
.block-carousel .item:focus .img-base .img,
.block-carousel .item:active .img-base .img {
  transform: scale(1.1);
}
.block-carousel .item:hover .img-base .caption .text .btn,
.block-carousel .item:focus .img-base .caption .text .btn,
.block-carousel .item:active .img-base .caption .text .btn {
  background: #fff;
  color: #000 !important;
}
.block-carousel .item .img-base {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.block-carousel .item .img-base .img {
  padding: 22% 0;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
}
.block-carousel .item .img-base .img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.block-carousel .item .img-base .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  color: #fff;
}
.block-carousel .item .img-base .caption h3 {
  font-size: 3.2rem;
  line-height: 3.9rem;
  font-weight: 400;
}
.block-carousel .item .img-base .caption h3 strong {
  font-weight: 700;
}
.block-carousel .item .img-base .caption .text {
  line-height: 2.4rem;
}
.block-carousel .item .img-base .caption .text p:last-of-type {
  margin: 0;
}
.block-carousel .item .img-base .caption .text .btn {
  margin-top: 15px;
}
/* 5 columns row */
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
ul.check {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}
ul.check li {
  position: relative;
  padding-left: 40px;
}
ul.check li:before {
  position: absolute;
  left: 0;
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #DB2C70;
}
ul.check.secondary li:before {
  color: #474747;
}
ul.check.default li:before {
  color: #171717;
}
ul.block {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.block li {
  display: block;
  margin-bottom: 5px;
}
ul.block li a {
  display: block;
  padding: 15px;
  background: rgba(0, 0, 0, 0.05);
}
ul.block li a:hover,
ul.block li a:focus,
ul.block li a:active {
  background: #DB2C70;
  color: #fff !important;
}
ul.download {
  padding: 0;
  list-style-type: none;
}
ul.download li:before {
  content: '\f56d';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 5px;
}
ul.two {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
ul.two li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
ul.three {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
ul.three li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.full_blocks .img-base {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.full_blocks .img-base:hover .img:before,
.full_blocks .img-base:focus .img:before,
.full_blocks .img-base:active .img:before {
  left: 0;
  right: 0;
  opacity: 1;
}
.full_blocks .img-base:hover .caption h2,
.full_blocks .img-base:focus .caption h2,
.full_blocks .img-base:active .caption h2 {
  color: #000;
}
.full_blocks .img-base a.full_link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.full_blocks .img-base .img {
  height: 100%;
  padding: 32% 0;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
  position: relative;
}
.full_blocks .img-base .img:before {
  content: '';
  position: absolute;
  left: 75px;
  top: 0;
  right: 75px;
  bottom: 0;
  background: #eee;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.full_blocks .img-base .img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.full_blocks .img-base .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 50px;
  color: #fff;
  left: 0;
  right: 0;
}
.full_blocks .img-base .caption small {
  font-size: 18px;
  color: #DB2C70;
}
.full_blocks .img-base .caption h2 {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.visual {
  position: relative;
}
.visual:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 50%;
  background: #f6f6f6;
}
.visual .visual_inner {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.visual .visual_inner .circle_first {
  content: '';
  position: absolute;
  left: -188px;
  bottom: -290px;
  width: 545px;
  height: 545px;
  background: #171717;
  border-radius: 50em;
  pointer-events: none;
  z-index: 3;
}
.visual .visual_inner .circle_second {
  content: '';
  position: absolute;
  left: 115px;
  top: -377px;
  width: 545px;
  height: 545px;
  background: #DB2C70;
  border-radius: 50em;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: darken;
}
.visual .visual_inner .img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
}
.visual .visual_inner .inner {
  padding: 40px 55px;
  position: relative;
  z-index: 4;
  color: #fff;
}
.visual .visual_inner .inner .within {
  max-width: 500px;
  font-family: 'Montserrat', sans-serif;
}
.visual .visual_inner .inner p {
  margin: 0;
}
.main-welcome {
  font-family: 'Montserrat', sans-serif;
  padding: 100px 0;
}
.main-welcome h5 {
  font-size: 2rem;
  margin: 0 0 35px;
}
.referenties_wrapper .referenties-carousel-wrapper {
  position: relative;
}
.referenties_wrapper .referenties-carousel-wrapper #referenties-carousel-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 41%;
  z-index: 2;
}
.referenties_wrapper .referenties-carousel-wrapper #referenties-carousel-nav .owl-prev,
.referenties_wrapper .referenties-carousel-wrapper #referenties-carousel-nav .owl-next {
  cursor: pointer;
  font-size: 30px;
  filter: grayscale(1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.referenties_wrapper .referenties-carousel-wrapper #referenties-carousel-nav .owl-prev:hover,
.referenties_wrapper .referenties-carousel-wrapper #referenties-carousel-nav .owl-next:hover,
.referenties_wrapper .referenties-carousel-wrapper #referenties-carousel-nav .owl-prev:focus,
.referenties_wrapper .referenties-carousel-wrapper #referenties-carousel-nav .owl-next:focus,
.referenties_wrapper .referenties-carousel-wrapper #referenties-carousel-nav .owl-prev:active,
.referenties_wrapper .referenties-carousel-wrapper #referenties-carousel-nav .owl-next:active {
  filter: grayscale(0);
}
.referenties_wrapper .referenties-carousel-wrapper #referenties-carousel-nav .owl-prev {
  position: absolute;
  left: -50px;
}
.referenties_wrapper .referenties-carousel-wrapper #referenties-carousel-nav .owl-next {
  position: absolute;
  right: -50px;
}
.referenties_wrapper .item img {
  max-height: 150px;
  width: auto!important;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 4rem;
}
.section_other_products {
  padding: 115px 0 140px!important;
}
.section_other_products .headings {
  margin-bottom: 20px;
}
.section_other_products .more_btn {
  text-align: center;
  margin-top: 30px;
}
footer.footer {
  background: #343534;
  padding: 140px 0 0;
  font-weight: 400;
  font-size: 1.5rem;
  color: #ddd;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 0;
  border-top: 2px solid #DB2C70;
  overflow: hidden;
}
footer.footer:before {
  content: '';
  position: absolute;
  left: -35%;
  top: -271px;
  width: 68%;
  height: 61%;
  background: #343534;
  /* Old browsers */
  background: -moz-linear-gradient(top, #343534 0%, #1f201f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #343534 0%, #1f201f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #343534 0%, #1f201f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343534', endColorstr='#1f201f', GradientType=0);
  /* IE6-9 */
  opacity: 0.35;
  border-radius: 50em;
  pointer-events: none;
  z-index: -1;
  padding: 30% 0;
}
footer.footer a {
  color: #ddd;
}
footer.footer a:hover,
footer.footer a:focus,
footer.footer a:active {
  color: #fff;
}
footer.footer .footcol {
  line-height: 3.5rem;
  margin: 0 auto;
}
footer.footer .footcol ul.menu .sub-menu {
  display: none;
}
footer.footer .footcol .footcol_inner {
  vertical-align: top;
  margin: 0 auto;
}
footer.footer .footcol .footcol_inner .logo {
  margin-left: -89px;
}
footer.footer .footcol .footcol_inner .logo img {
  max-width: 297px;
  max-height: 85px;
  height: auto;
  width: auto;
}
footer.footer .footcol .footcol_inner .socials {
  margin-top: 65px;
}
footer.footer .footcol .footcol_inner .socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50em;
  line-height: 40px;
  background: #fff;
  text-align: center;
  color: #343534;
  font-size: 22px;
  margin-right: 12px;
}
footer.footer .footcol .footcol_inner .socials a:last-of-type {
  margin-right: 0;
}
footer.footer .footcol .footcol_inner .socials a:hover,
footer.footer .footcol .footcol_inner .socials a:focus,
footer.footer .footcol .footcol_inner .socials a:active {
  background: #DB2C70;
  color: #FFF;
}
footer.footer .footcol .footcol_inner .openinghours {
  width: 100%;
  min-width: 285px;
}
footer.footer .footcol .footcol_inner .head {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin: 0 0 40px 0;
}
footer.footer .footcol .footcol_inner .wpcf7-form p {
  margin: 0 0 5px;
}
footer.footer .footcol .footcol_inner .wpcf7-form label {
  display: none;
}
footer.footer .footcol .footcol_inner .wpcf7-form label.agree_terms {
  display: block;
}
footer.footer .footcol .footcol_inner .wpcf7-form label + br {
  display: none;
}
footer.footer .footcol .footcol_inner .wpcf7-form input[type="submit"] {
  font-family: 'Montserrat', sans-serif;
  background: #474747;
  color: #fff !important;
  padding: 14px 26px;
  font-size: 1.5rem;
  border-width: 0;
  border-radius: 10px;
  font-weight: 500;
  text-transform: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  clip-path: none;
  letter-spacing: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
footer.footer .footcol .footcol_inner .wpcf7-form input[type="submit"]:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-size: 11px;
  position: relative;
  top: -1px;
  font-weight: 700;
}
footer.footer .footcol .footcol_inner .wpcf7-form input[type="submit"]:hover,
footer.footer .footcol .footcol_inner .wpcf7-form input[type="submit"]:focus,
footer.footer .footcol .footcol_inner .wpcf7-form input[type="submit"]:active {
  background: #3a3a3a !important;
  color: #fff;
  box-shadow: none!important;
}
footer.footer .footcol ul {
  padding: 0;
  list-style-type: none;
}
footer.footer .footcol ul li {
  display: block;
}
footer.footer .footcol ul li a {
  font-weight: 400;
  color: #ddd;
}
footer.footer .footcol ul li a:hover,
footer.footer .footcol ul li a:focus,
footer.footer .footcol ul li a:active {
  color: #fff;
}
footer.footer .footcol .social-foot {
  margin-top: 25px;
}
footer.footer .footcol .social-foot i {
  width: 20px;
  color: yellow;
}
footer.footer .footcol.form label {
  font-weight: normal;
}
footer.footer .footcol.form .heading-form {
  margin-bottom: 25px;
}
footer.footer .footcol.form a {
  text-decoration: underline;
}
footer.footer .footcol .footerimg {
  position: absolute;
  bottom: -45px;
}
footer.footer .footcol .footerimg img {
  height: 175px;
}
footer.footer .copyr {
  background: #fff;
  color: #9a9999;
  margin-top: 90px;
  font-size: 1.5rem;
  padding: 30px 0;
}
footer.footer .copyr .copyr_inner {
  padding: 5px 0;
}
footer.footer .copyr .footmenu {
  display: inline-block;
  margin-right: 40px;
}
footer.footer .copyr .footmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer.footer .copyr .footmenu ul li {
  display: inline-block;
  margin: 0 15px;
}
footer.footer .copyr .footmenu ul li:last-of-type {
  margin-right: 0;
}
footer.footer .copyr .footmenu ul li a {
  color: #000;
}
footer.footer .copyr .creator {
  display: inline-block;
}
footer.footer .copyr .creator a {
  color: #9a9999;
  font-weight: 500;
}
footer.footer .copyr .creator a:hover,
footer.footer .copyr .creator a:focus,
footer.footer .copyr .creator a:active {
  color: #DB2C70;
}
footer.footer .copyr .creator img {
  display: inline-block;
  left: 3px;
  position: relative;
  top: -1px;
  margin: 0;
  width: auto;
  height: 13px;
}
/* Cookie */
.cookies-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  left: 50%;
  width: 625px;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 20px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 9999;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  animation-name: slide-in;
  animation-duration: 0.25s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
  -webkit-animation-name: slide-in;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.25s;
}
.cookies-popup.noshow {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.cookies-popup #cookies {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.cookies-popup #cookies h3 {
  margin: 0 0 20px;
  font-size: 3rem;
}
.cookies-popup #cookies .cookie_settings_inner {
  border-bottom: 1px solid #444;
  padding: 10px 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  margin-bottom: -20px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.cookies-popup #cookies .cookie_settings_inner.active {
  height: 45px;
  pointer-events: inherit;
  opacity: 1;
  margin-bottom: 10px;
}
.cookies-popup #cookies .cookie_settings_inner input[type=checkbox] {
  padding: 0 8px;
}
.cookies-popup #cookies .cookie_settings_inner i {
  opacity: 0.25;
  font-size: 1.3rem;
}
.cookies-popup #cookies .cookie_settings_inner i:hover,
.cookies-popup #cookies .cookie_settings_inner i:focus,
.cookies-popup #cookies .cookie_settings_inner i:active {
  opacity: 0.8;
}
.cookies-popup #cookies .cookie_settings_inner .form-check-label {
  cursor: pointer;
}
.cookies-popup #cookies .cookie-text {
  display: inline-block;
  width: 325px;
  position: relative;
  top: 2px;
}
.cookies-popup #cookies .accept-btn-wrapper {
  display: inline-block;
  text-align: right;
  float: right;
  width: 450px;
}
.cookies-popup #cookies .accept-btn-wrapper .cookie_settings {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 15px 0 25px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.cookies-popup #cookies .accept-btn-wrapper .cookie_settings:hover,
.cookies-popup #cookies .accept-btn-wrapper .cookie_settings:focus,
.cookies-popup #cookies .accept-btn-wrapper .cookie_settings:active {
  color: #ddd;
}
.cookies-popup #cookies .accept-btn-wrapper .accept-btn {
  background: #DB2C70;
  border-radius: 2px;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.cookies-popup #cookies .accept-btn-wrapper .accept-btn:hover,
.cookies-popup #cookies .accept-btn-wrapper .accept-btn:focus,
.cookies-popup #cookies .accept-btn-wrapper .accept-btn:active {
  background: #b51f59;
  text-decoration: none;
}
.cookies-popup #cookies .accept-btn-wrapper .more-btn {
  background: #555;
  border-radius: 2px;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.cookies-popup #cookies .accept-btn-wrapper .more-btn:hover,
.cookies-popup #cookies .accept-btn-wrapper .more-btn:focus,
.cookies-popup #cookies .accept-btn-wrapper .more-btn:active {
  background: #222;
  text-decoration: none;
}
.tooltip {
  color: #fff !important;
}
#accordion .faq_group {
  margin: 0 0 30px;
}
#accordion .faq_group h4 {
  color: #DB2C70;
  font-size: 2.8rem;
  line-height: 1.25;
}
#accordion .faq_group .card {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #DEDEDE;
  padding: 0;
  margin: 0;
  background: transparent;
}
#accordion .faq_group .card:first-of-type {
  border-top-width: 1px;
}
#accordion .faq_group .card .card-header {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}
#accordion .faq_group .card .card-header:hover,
#accordion .faq_group .card .card-header:focus,
#accordion .faq_group .card .card-header:active {
  box-shadow: none!important;
  border: 0!important;
}
#accordion .faq_group .card .card-header .the_button {
  display: block;
  width: 100%;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  text-transform: inherit;
  box-shadow: none!important;
  outline: 0!important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 30px;
  color: #000;
  padding: 20px 30px 20px 0;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#accordion .faq_group .card .card-header .the_button:after {
  content: '-';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  color: #DB2C70;
}
#accordion .faq_group .card .card-header .the_button:hover,
#accordion .faq_group .card .card-header .the_button:focus,
#accordion .faq_group .card .card-header .the_button:active {
  box-shadow: none!important;
  border: 0!important;
  color: #DB2C70;
}
#accordion .faq_group .card .card-header .the_button.collapsed {
  color: #000;
}
#accordion .faq_group .card .card-header .the_button.collapsed:after {
  content: '+';
}
#accordion .faq_group .card .card-header .the_button.collapsed:hover,
#accordion .faq_group .card .card-header .the_button.collapsed:focus,
#accordion .faq_group .card .card-header .the_button.collapsed:active {
  box-shadow: none!important;
  border: 0!important;
  color: #DB2C70;
}
#accordion .faq_group .card .card-body {
  font-size: 17px;
  line-height: 32px;
  padding: 0 0 25px;
}
#accordion .faq_group .card .card-body p:last-of-type {
  margin: 0;
}
.fade_in_from_left {
  opacity: 0;
  position: relative;
  left: -30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fade_in_from_left.fade_in {
  opacity: 1;
  left: 0;
}
.fade_in_from_right {
  opacity: 0;
  position: relative;
  right: -30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fade_in_from_right.fade_in {
  opacity: 1;
  right: 0;
}
.fade_in_from_bottom {
  opacity: 0;
  bottom: -30px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fade_in_from_bottom.fade_in {
  opacity: 1;
  bottom: 0;
}
.fade_in_from_top {
  opacity: 0;
  top: -30px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fade_in_from_top.fade_in {
  opacity: 1;
  top: 0;
}
.fade_in_image {
  background: #DB2C70;
  position: relative;
  overflow: hidden;
  transform: scale(0.9);
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
  transition-delay: 0.65s;
}
.fade_in_image.fade_in_image_yellow {
  background: #474747;
}
.fade_in_image.fade_in_image_yellow:after {
  background: #474747;
}
.fade_in_image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #DB2C70;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
.fade_in_image.fade_in {
  transform: scale(1);
}
.fade_in_image.fade_in:after {
  height: 0;
  right: 0;
  transition-delay: 0.35s;
}
.delay-01 {
  transition-delay: 0.1s;
}
.delay-02 {
  transition-delay: 0.2s;
}
.delay-03 {
  transition-delay: 0.3s;
}
.delay-04 {
  transition-delay: 0.4s;
}
.delay-05 {
  transition-delay: 0.5s;
}
.delay-06 {
  transition-delay: 0.6s;
}
.delay-07 {
  transition-delay: 0.7s;
}
.delay-08 {
  transition-delay: 0.8s;
}
.delay-09 {
  transition-delay: 0.9s;
}
.delay-010 {
  transition-delay: 0.95s;
}
.delay-011 {
  transition-delay: 1s;
}
.delay-012 {
  transition-delay: 1.15s;
}
.delay-013 {
  transition-delay: 1.2s;
}
.delay-014 {
  transition-delay: 1.25s;
}
.delay-015 {
  transition-delay: 1.3s;
}
.delay-016 {
  transition-delay: 1.35s;
}
.delay-017 {
  transition-delay: 1.4s;
}
.delay-018 {
  transition-delay: 1.45s;
}
.delay-019 {
  transition-delay: 1.5s;
}
.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px !important;
  margin-left: -30px !important;
}
.gallery.gallery-columns-4 .gallery-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.gallery.margin_0 .gallery-item {
  padding-left: 0;
  padding-right: 0;
}
.gallery.margin_10 .gallery-item img {
  margin-left: 5px;
  margin-right: 5px;
}
.gallery.margin_20 .gallery-item {
  padding-left: 10px;
  padding-right: 10px;
}
.gallery.margin_30 .gallery-item {
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.contain .gallery-item img {
  object-fit: contain;
  -o-object-fit: contain;
}
.gallery.cover .gallery-item {
  overflow: hidden;
}
.gallery.cover .gallery-item img {
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  min-height: 100%;
}
.gallery.full .gallery-item a {
  padding: 0;
}
.gallery.full .gallery-item a img {
  position: relative;
}
.gallery.no_shadow .gallery-item img {
  box-shadow: none;
}
.gallery.yes_background .gallery-item .gallery-icon {
  background: #fff;
  padding: 15px;
}
.gallery.card-columns {
  display: block;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  padding: 0;
  margin: 0;
}
.gallery.card-columns.gallery-columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.gallery.card-columns.gallery-columns-2 .gallery-item {
  margin: 0 0 20px!important;
  padding: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.gallery.card-columns.gallery-columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.gallery.card-columns.gallery-columns-3 .gallery-item {
  margin: 0 0 20px!important;
  padding: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.gallery.card-columns.gallery-columns-4 .gallery-item {
  margin: 0 0 20px!important;
  padding: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.gallery.card-columns .gallery-item {
  float: none!important;
  width: 100%!important;
}
.gallery.card-columns .gallery-item a {
  padding: 0;
  height: auto;
  overflow: auto;
  float: none;
  margin: 0;
}
.gallery.card-columns .gallery-item a img {
  position: relative;
}
.gallery.gallery-columns-2 .gallery-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.gallery.gallery-columns-4 .gallery-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  -ms-flex: 0 0 14.285714%;
  flex: 0 0 14.285714%;
  max-width: 14.285714%;
}
.gallery.gallery-columns-8 .gallery-item {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  -ms-flex: 0 0 11.111111;
  flex: 0 0 11.111111;
  max-width: 11.11111%;
}
.gallery .gallery-item {
  position: relative;
  width: 100%;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.gallery .gallery-item a {
  padding: 35% 0;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.gallery .gallery-item a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-width: 0;
  object-fit: cover;
  min-height: 100%;
}
.gallery .gallery-item .gallery-icon {
  padding: 0!important;
}
.gallery .gallery-item .no_link {
  pointer-events: none;
}
.gallery .gallery-item img {
  width: 100%;
  border-width: 0;
  object-fit: cover;
}
.gallery .gallery-item a {
  display: block;
}
.gallery .gallery-item a:hover,
.gallery .gallery-item a:focus,
.gallery .gallery-item a:active {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
}
.more_blogs {
  border-top: 1px solid #eee;
  margin-top: 100px;
  padding-top: 50px;
}
.main_blogs {
  padding: 125px 0;
}
.main_blogs .heading {
  margin-bottom: 45px;
}
.main_blogs .heading h2 {
  color: #000;
}
.offerte_wrap {
  margin-top: -30px;
}
.modal-dialog {
  max-width: 750px!important;
}
.modal-header {
  padding: 20px 35px;
}
.modal-body {
  padding: 35px;
}
.modal-body .agree_terms {
  margin-bottom: 15px;
}
.addon-has-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 3px);
  height: auto;
  margin: 4px 1px;
}
.addon-has-image.label-image.large {
  display: block;
  width: 100%;
  height: auto;
}
.addon-has-image.label-image.large .radio.checked {
  bottom: 0;
}
.addon-has-image.label-image.large label {
  width: 100%;
  margin: 0;
}
.addon-has-image.label-image.large label img {
  width: 100%;
  height: 150px;
  max-height: 150px;
  object-fit: contain;
}
.addon-has-image .radio.checked {
  border: 3px solid #474747;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -6px;
}
.addon-has-image input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.addon-has-image .label-desc {
  display: block;
  line-height: 1.25;
  margin-top: 4px;
}
.addon-has-image .label-desc > .woocommerce-Price-amount {
  display: none;
}
.addon-has-image label {
  cursor: pointer;
  background: transparent;
  top: 0;
  left: 0;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.addon-has-image label img {
  object-fit: cover;
  max-height: 140px;
  min-height: 140px;
  border: 3px solid #fff;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.addon-has-image label .woocommerce-Price-amount {
  position: absolute;
  top: 8px;
  font-size: 11px;
  right: 9px;
  background: #DB2C70;
  color: #fff;
  border-radius: 3px;
  padding: 1px 5px;
}
.addon-has-image input[type=radio]:checked + label {
  opacity: 1;
  border-color: #DB2C70;
}
.addon-has-image input[type=radio]:checked + label img {
  border-color: #DB2C70;
}
.addon-has-image input[type=radio]:checked + label .label-desc {
  color: #DB2C70;
}
.addon-has-image:hover label,
.addon-has-image:focus label,
.addon-has-image:active label {
  border-color: #DB2C70;
}
i.fa-solid:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 700!important;
  font-style: normal!important;
}
i.fa-regular:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 700!important;
  font-style: normal!important;
}
.product_levertijd {
  background: #e6f5f2;
  color: #28645c;
  padding: 3px 15px;
  border-radius: 3px;
  display: inline-block;
}
body.woocommerce-cart .cross-sells {
  display: none!important;
}
.woocommerce-page form .form-row label.checkbox {
  display: inline;
  position: relative;
}
a.woocommerce-terms-and-conditions-link {
  color: #db2c70;
}
#place_order {
  background: #db2c70;
}
#customer_details {
  width: 100% !important;
}
#customer_details .col-1,
#customer_details .col-2 {
  -ms-flex: 0 0 100%!important;
  flex: 0 0 100%!important;
  max-width: 100%!important;
  display: block;
  width: 100%;
  float: none;
}
.tax-info {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400!important;
}
.tax-info .woocommerce-Price-amount {
  font-size: 12px!important;
  line-height: 15px;
  font-weight: 400!important;
}
@media (min-width: 991px) {
  .navigation.navigation_hover .dropdown:hover .dropdown-menu,
  .navigation.navigation_hover .dropdown:focus .dropdown-menu,
  .navigation.navigation_hover .dropdown:active .dropdown-menu {
    display: block;
    top: 105%;
    opacity: 0;
    animation-name: navigationHover;
    animation-duration: 0.15s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    -webkit-animation-name: navigationHover;
    -webkit-animation-duration: 0.15s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
  }
}
@media (max-width: 1500px) {
  .container {
    max-width: 1235px;
  }
  header.header .navigation .brand {
    margin-left: -83px;
  }
  header.header .navigation .brand img {
    max-width: 275px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
  header.header .navigation .brand {
    margin-left: -80px;
  }
  header.header .navigation .brand img {
    max-width: 265px;
  }
  header.header .navigation .the_nav .search .aws-wrapper input[type="search"] {
    width: 275px;
  }
  .block-carousel .col_item:nth-child(1) .item .img-base .caption {
    left: 20%;
  }
  .block-carousel .col_item:nth-child(2) .item .img-base .caption {
    max-width: 60%;
  }
}
@media (max-width: 1350px) {
  .container {
    max-width: 1150px;
  }
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
    width: auto;
  }
  .blocks .item .inner {
    padding: 20px;
  }
  header.header .navigation .brand {
    margin-right: 35px;
    margin-left: -75px;
  }
  header.header .navigation .brand img {
    max-width: 250px;
    top: -12px;
  }
  header.header .navigation .the_nav ul.shop_cart {
    margin: 0 0 0 30px;
  }
  .contactpage .contactcol.first {
    padding: 55px 25px 55px 55px;
  }
  .contactpage .contactcol.second {
    padding: 55px 55px 55px 25px;
  }
}
@media (max-width: 1300px) {
  /* (Re)set vars */
  h1 {
    font-size: 40px;
    line-height: 53px;
  }
  h2 {
    font-size: 4rem;
    line-height: 1.2;
  }
  h3 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  h4 {
    font-size: 30px;
    line-height: 38px;
  }
  .container {
    max-width: 1065px;
  }
  header.header .navigation .brand {
    margin-left: -69px;
  }
  header.header .navigation .brand img {
    max-width: 230px;
    top: -10px;
  }
  header.header .navigation ul.menu li a {
    padding: 0 12px;
  }
  header.header .navigation .the_nav .search .aws-wrapper input[type="search"] {
    width: 230px;
  }
  .blocks .item .inner .heading {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .block-carousel .col_item:nth-child(1) .item .img-base .caption {
    left: 15%;
  }
  .block-carousel .item .img-base .img {
    padding: 28% 0;
  }
  .block-carousel .col_item:nth-child(4) .item .img-base .caption .btn {
    position: relative;
    right: inherit;
    bottom: inherit;
  }
  .headlines h3 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media (max-width: 1250px) {
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner {
    width: auto;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading h1 p,
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading .h1 p {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1199px) {
  /* (Re)set vars */
  h1,
  .h1 {
    font-size: 5rem;
    line-height: 1.2;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 26px;
    line-height: 35px;
  }
  h4 {
    font-size: 23px;
    line-height: 31px;
  }
  /* 5 columns row - Reset to 3 */
  .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .container {
    max-width: 1000px;
  }
  .container-50 {
    max-width: 900px;
  }
  .container-75 {
    max-width: 975px;
  }
  .container-85 {
    max-width: 1000px;
  }
  .container-125 {
    max-width: 1065px;
  }
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
  header.header .navigation .right_side {
    right: 75px;
  }
  header.header .navigation .brand {
    margin-left: -69px;
  }
  header.header .navigation .brand img {
    max-width: 275px;
    top: -5px;
  }
  header.header .navigation .the_nav .search .aws-wrapper input[type="search"] {
    width: 315px;
  }
  .sidebar {
    margin: 0 0 0 10px;
  }
  .main-welcome .welcome-usp ul li {
    line-height: 38px;
  }
  .project .project_sidebar {
    margin: 0;
  }
  .contactpage .contactcol.first {
    padding: 45px;
  }
  .contactpage .contactcol.second {
    padding: 45px;
  }
  .block-carousel .col_item:nth-child(1) .item .img-base .caption {
    left: 10%;
  }
  .block-carousel .item .inner .text_inner .heading {
    font-size: 26px;
    line-height: 35px;
  }
  .block-carousel .item .inner .text_inner .heading.items-3 {
    font-size: 26px;
    line-height: 35px;
  }
  .block-carousel .item .inner .text_inner .heading.items-4 {
    font-size: 23px;
    line-height: 31px;
  }
  .block-carousel .item .inner .text_inner .heading.items-5 {
    font-size: 23px;
    line-height: 31px;
  }
  .usp_items ul.ul_items li {
    margin: 0 30px;
  }
  footer.footer .footcol {
    max-width: 80%;
  }
}
@media (max-width: 1100px) {
  header.header .navigation nav.navbar .navbar-collapse ul.cta_btn .large_text {
    display: none;
  }
  header.header .navigation nav.navbar .navbar-collapse ul.cta_btn .small_text {
    display: block;
  }
  footer.footer .footcol {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  /* (Re)set vars */
  .container,
  .container-25,
  .container-50,
  .container-75,
  .container-85,
  .container-125,
  .container-fluid {
    width: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
  /* 5 columns row - Reset to 2 */
  .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  h1 {
    font-size: 35px;
    line-height: 47px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 26px;
    line-height: 35px;
  }
  h4 {
    font-size: 23px;
    line-height: 31px;
  }
  header.header .navigation nav.navbar .navbar-collapse {
    position: absolute;
    right: 100px;
  }
  .header-carousel-wrapper {
    height: 425px;
  }
  .header-carousel-wrapper #header-carousel {
    height: 425px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner {
    width: auto;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading {
    height: auto;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading h1 p,
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading .h1 p {
    font-size: 50px;
    line-height: 55px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .description {
    height: auto;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .description p {
    font-size: 19px;
    line-height: 27px;
  }
  .row_mm.break_992 .col_mm {
    width: 100% !important;
    padding-bottom: 50px;
  }
  .usp_items {
    font-size: 1.3rem;
  }
  .usp_items ul.ul_items li {
    margin: 0 23px;
  }
  .main-welcome {
    padding: 40px 0;
  }
  .main-welcome .welcome-usp {
    padding: 30px;
    margin: 30px;
  }
  .main-welcome .welcome-text {
    padding: 40px 15px 15px;
  }
  .modal_popup.type_bottom {
    font-size: 16px;
    line-height: 28px;
  }
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav.amount-1 {
    width: auto;
    margin: 0 auto;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-prev {
    left: 0;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-next {
    right: 0;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel {
    padding: 0 65px;
  }
  .visual {
    padding: 110px 0 110px;
  }
  .blocks .item .inner .heading {
    font-size: 26px;
    line-height: 35px;
  }
  .blocks_vertical .item .content .heading {
    font-size: 23px;
    line-height: 31px;
  }
  footer.footer {
    padding-left: 85px;
  }
}
@media (max-width: 768px) {
  /* (Re)set vars */
  body {
    font-size: 16px;
    line-height: 27px;
  }
  #mobile_visibility {
    display: block;
  }
  a[href^="tel"],
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    pointer-events: inherit;
    cursor: pointer;
  }
  h1,
  .h1 {
    font-size: 28px;
    line-height: 35px;
  }
  h2,
  .h2 {
    font-size: 25px;
    line-height: 36px;
  }
  h3,
  .h3 {
    font-size: 22px;
    line-height: 31px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 28px;
  }
  h5,
  .h5 {
    font-size: 18px;
    line-height: 25px;
  }
  p {
    margin: 0 0 30px;
  }
  /* 5 columns row - Reset to 1 */
  .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btn {
    font-size: 14px;
    padding: 12px 18px;
  }
  .btn.btn-default,
  .btn.btn-primary,
  .btn.btn-secondary {
    font-size: 14px;
    padding: 12px 18px;
  }
  span.btn a {
    font-size: 14px;
    padding: 12px 18px;
  }
  .container_class .container_inner {
    padding: 0;
  }
  .container,
  .container-50,
  .container-75,
  .container-85,
  .container-125,
  .container-fluid {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  .navbar-toggler {
    height: 80px;
  }
  .navbar-toggler:after {
    bottom: 19px;
  }
  .navbar-toggler .inner {
    top: 35%;
  }
  header.header {
    min-height: calc(80px + 5px);
    border: 0;
    overflow: hidden;
  }
  header.header .topbar {
    font-size: 1.2rem;
  }
  header.header .topbar .right {
    background: #f2f2f2;
    position: relative;
    padding-left: 25px;
  }
  header.header .topbar ul li {
    margin: 0 5px;
  }
  header.header .topbar ul li:first-of-type {
    display: none;
  }
  header.header .navigation {
    height: 80px;
  }
  header.header .navigation .container {
    padding-left: 10px;
  }
  header.header .navigation .brand {
    margin-left: 0;
    height: 80px;
    line-height: 80px;
  }
  header.header .navigation .brand img {
    max-width: 175px;
    top: 0;
  }
  header.header .navigation .right_side {
    top: 35px;
    right: 50px;
  }
  header.header .navigation .the_nav ul.shop_cart li a.wishlist-count {
    font-size: 19px;
  }
  header.header .navigation .the_nav ul.shop_cart li .shop_bag {
    height: 20px;
    width: auto;
  }
  header.header .search {
    padding: 10px;
    background: #eee;
    margin: 0;
    top: 0;
  }
  header.header .search .aws-wrapper input[type="search"] {
    padding: 0 15px;
    height: 43px;
    background: #fff;
    border-radius: 5px!important;
  }
  header.header .search .aws-wrapper:after {
    height: 43px;
    width: 43px;
    background-size: 19px 19px;
  }
  .wrapper-base .headerimg .img {
    height: 250px;
  }
  .wrapper-base .headerimg .caption {
    bottom: 30px;
  }
  .wrapper-base .headerimg .caption h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .wrapper-base .headerimg .caption .text {
    font-size: 16px;
    line-height: 27px;
  }
  .wrapper-base .wrapper-inner {
    padding: 15px 0;
  }
  .wrapper-base .breadcrumbs {
    font-size: 10px;
    margin: 0 0 15px;
    padding: 0 0 10px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
  }
  .wrapper-base .breadcrumbs.blog_type {
    padding-top: 15px;
  }
  .wrapper-base .breadcrumbs #breadcrumbs {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .wrapper-base .breadcrumbs.archive {
    padding-bottom: 10px;
  }
  .wrapper-base .breadcrumbs .bread-heading {
    margin-right: 5px;
    display: none;
  }
  .wrapper-base .section {
    padding: 20px 0;
  }
  .main_blogs {
    padding: 50px 0 75px;
  }
  .main_blogs .heading {
    margin-bottom: 30px;
  }
  .main_blogs .blocks .row::-webkit-scrollbar {
    display: none;
  }
  .main_blogs .blocks .row {
    white-space: nowrap;
    display: block!important;
    width: calc(100% + 35px);
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .main_blogs .blocks .row .col_item {
    display: inline-block !important;
    vertical-align: top!important;
    width: 75%;
    white-space: normal;
  }
  .main_blogs .blocks .item .inner {
    padding: 25px;
    min-height: 190px;
  }
  .header-carousel-wrapper {
    height: 325px;
  }
  .header-carousel-wrapper #header-carousel {
    height: 325px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner {
    bottom: auto;
    padding: 20px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading h1 p,
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading .h1 p {
    font-size: 28px;
    line-height: 35px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .description p {
    font-size: 17px;
    line-height: 25px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .buttons .btn {
    font-size: 14px;
    padding: 12px 18px;
    margin-bottom: 5px;
  }
  .wrapper {
    margin-top: 189px;
    overflow: hidden;
  }
  .block-carousel {
    margin: 15px 0;
  }
  .block-carousel .col_item {
    margin-bottom: 20px;
  }
  .block-carousel .col_item:nth-child(1) .item .img-base .caption {
    left: 0;
  }
  .block-carousel .col_item:nth-child(2) .item .img-base .caption {
    max-width: inherit;
  }
  .block-carousel .item .img-base .img {
    padding: 35% 0;
  }
  .block-carousel .item .img-base .caption h3 {
    font-size: 22px;
    line-height: 31px;
  }
  .block-carousel-wrapper {
    padding: 25px 0 10px;
  }
  .block-carousel-wrapper .heading h2 {
    margin-bottom: 0;
  }
  .block-carousel-wrapper .heading .sub_heading {
    font-size: 18px;
    margin-top: 10px;
  }
  .block-carousel-inner-mobile {
    margin: 30px 0 0 0;
    position: relative;
  }
  .block-carousel-inner-mobile .item {
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.035), -2px -2px 5px rgba(0, 0, 0, 0.035);
    margin: 0 0 15px;
    border-radius: 5px;
  }
  .block-carousel-inner-mobile .item .img-base {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .block-carousel-inner-mobile .item .inner {
    padding: 20px 15px;
    line-height: 21px;
  }
  .block-carousel-inner-mobile .item .inner .heading {
    text-align: left;
    color: #311313;
    font-size: 16px;
    font-weight: 700;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  select {
    height: 42px;
    font-size: 16px;
  }
  textarea {
    font-size: 16px;
  }
  .gastenboek_form #post_guestbook_message table {
    text-align: left;
  }
  .gastenboek_form #post_guestbook_message table tr td {
    padding: 3px 0;
  }
  .gastenboek_form #post_guestbook_message table tr td:first-of-type {
    padding-right: 5px;
  }
  .gastenboek_form #post_guestbook_message table label {
    line-height: 42px;
    width: 120px;
    text-align: left;
  }
  .gastenboek_form #post_guestbook_message table input,
  .gastenboek_form #post_guestbook_message table textarea,
  .gastenboek_form #post_guestbook_message table button {
    width: calc(100% - 124px);
  }
  .gastenboek_form #post_guestbook_message button[type="submit"] {
    margin-top: 10px;
    font-size: 14px;
    padding: 12px 18px;
  }
  .lgc-column:nth-of-type(odd) {
    padding-right: 0;
  }
  .blocks_vertical .item .content {
    padding: 15px;
  }
  .blocks_vertical .item .content .heading {
    font-size: 18px;
    line-height: 25px;
  }
  .blocks_vertical .item .content .subheading {
    margin: 0 0 5px 0;
  }
  .modal_popup.type_bottom {
    font-size: 15px;
    line-height: 25px;
    padding: 20px;
  }
  .modal_popup.type_bottom .text {
    padding-right: 25px;
  }
  .modal_popup.type_bottom .close {
    font-size: 25px;
  }
  .modal_popup .modal-dialog {
    max-width: 100%;
  }
  .modal_popup .modal-body {
    padding: 0 15px;
  }
  .modal_popup .modal-body .col_xs_1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .modal_popup .modal-body .col_xs_2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .modal_popup .modal-body .col_xs_3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .modal_popup .modal-body .col_xs_4 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .modal_popup .modal-body .col_xs_5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .modal_popup .modal-body .col_xs_6 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .modal_popup .modal-body .col_xs_7 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .modal_popup .modal-body .col_xs_8 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .modal_popup .modal-body .col_xs_9 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .modal_popup .modal-body .col_xs_10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal_popup .modal-body .text {
    padding: 15px 10px;
  }
  .modal_popup .modal-body p {
    margin: 0 0 20px;
  }
  .modal_popup .modal-body h2 {
    font-size: 22px;
    line-height: 31px;
  }
  .modal_popup .modal-body .img.img_relative {
    position: relative;
    height: 150px;
  }
  .modal_popup .modal-body .close_popup {
    padding: 0 10px;
    margin-top: 15px;
  }
  .main-welcome {
    padding: 0;
  }
  .main-welcome .usp_above_wrapper {
    padding: 25px 0;
    font-size: 16px;
    line-height: 30px;
  }
  .main-welcome .usp_above_wrapper ul {
    display: block;
  }
  .main-welcome .welcome-wrapper {
    padding: 25px 0;
  }
  .main-welcome .welcome-wrapper .img-base {
    padding-top: 30%;
    padding-bottom: 30%;
  }
  .main-welcome .welcome-usp {
    margin: 15px;
    padding: 25px;
  }
  .main-welcome .welcome-usp .heading {
    font-size: 22px;
    line-height: 31px;
    margin: 0 0 20px;
  }
  .main-welcome .welcome-usp ul {
    font-size: 16px;
    line-height: 28px;
  }
  .main-welcome .welcome-usp ul li {
    line-height: 28px;
  }
  .main-welcome .welcome-usp ul li:nth-last-child(-n+2) {
    padding-right: 85px;
  }
  .main-welcome .welcome-usp .usp_image {
    right: 0;
  }
  .main-welcome .welcome-usp .usp_image img {
    max-width: 100px;
    height: auto;
  }
  .main-welcome .welcome-text {
    padding: 15px 5px;
    font-size: 16px;
    line-height: 27px;
  }
  .main-welcome .welcome-text h2,
  .main-welcome .welcome-text h3,
  .main-welcome .welcome-text h4,
  .main-welcome .welcome-text h5 {
    font-size: 22px;
    line-height: 31px;
  }
  .agenda-wrapper {
    padding: 25px 0;
  }
  .agenda-wrapper .heading h3 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 36px;
  }
  .agenda-wrapper .heading .sub_heading {
    font-size: 18px;
  }
  .reviews-wrapper {
    padding: 30px 0;
  }
  .reviews-wrapper .heading h3 {
    font-size: 22px;
    line-height: 31px;
  }
  .reviews-wrapper .heading .sub_heading {
    font-size: 16px;
    line-height: 27px;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav.amount-1 {
    width: auto;
    margin: 0 auto;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-prev {
    left: 0;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-next {
    right: 0;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-prev,
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-next {
    font-size: 20px;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel {
    padding: 0 30px;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item {
    padding: 0 20px 30px 20px;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item .review {
    padding: 25px;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item .review .review-comment {
    font-size: 17px;
    line-height: 26px;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item .review .review-author {
    font-size: 15px;
    line-height: 23px;
  }
  .logos_wrapper {
    padding: 10px 0 0;
  }
  .wrapper-base {
    overflow: hidden;
  }
  .wrapper-base .section .container {
    width: auto;
    padding: 0 30px;
  }
  .wrapper-base .section.visual .container {
    display: flex;
    flex-direction: column;
  }
  .wrapper-base .section.visual .flex.text {
    padding: 30px;
    order: 2;
    -webkit-order: 2;
  }
  .wrapper-base .section.visual .flex.img {
    order: 1;
    -webkit-order: 1;
  }
  .wrapper-base .section.visual .flex .inside-grid-column {
    min-width: 100%;
  }
  .wrapper-base .section.visual .flex .inside-grid-column p {
    min-width: 100%;
  }
  .wrapper-base .section.visual .flex .inside-grid-column img {
    max-height: 250px;
    position: relative;
  }
  .accordion .accordion-group .card .card-header a {
    font-size: 17px;
    line-height: 26px;
    padding: 10px 30px 10px 0;
  }
  .contactpage_container {
    margin: 0 15px;
  }
  .contactpage .contactcol.first,
  .contactpage .contactcol.second {
    padding: 25px;
  }
  .wrapper-base .section h5 {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
  .wrapper-base .section h6 {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
  .wrapper-base .section.padding_top_0,
  .wrapper-base .section.padding_top_2_5,
  .wrapper-base .section.padding_top_5,
  .wrapper-base .section.padding_top_7_5,
  .wrapper-base .section.padding_top_10,
  .wrapper-base .section.padding_bottom_0,
  .wrapper-base .section.padding_bottom_2_5,
  .wrapper-base .section.padding_bottom_5,
  .wrapper-base .section.padding_bottom_7_5,
  .wrapper-base .section.padding_bottom_10 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .wrapper-base .section.margin_top_0,
  .wrapper-base .section.margin_top_2_5,
  .wrapper-base .section.margin_top_5,
  .wrapper-base .section.margin_top_7_5,
  .wrapper-base .section.margin_top_10,
  .wrapper-base .section.margin_bottom_0,
  .wrapper-base .section.margin_bottom_2_5,
  .wrapper-base .section.margin_bottom_5,
  .wrapper-base .section.margin_bottom_7_5,
  .wrapper-base .section.margin_bottom_10 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wrapper-base .section.padding_top_mobile_0 {
    padding-top: 0;
  }
  .wrapper-base .section.padding_top_mobile_2_5 {
    padding-top: 15px;
  }
  .wrapper-base .section.padding_top_mobile_5 {
    padding-top: 35px;
  }
  .wrapper-base .section.padding_top_mobile_7_5 {
    padding-top: 50px;
  }
  .wrapper-base .section.padding_top_mobile_10 {
    padding-top: 70px;
  }
  .wrapper-base .section.padding_bottom_mobile_0 {
    padding-bottom: 0;
  }
  .wrapper-base .section.padding_bottom_mobile_2_5 {
    padding-bottom: 15px;
  }
  .wrapper-base .section.padding_bottom_mobile_5 {
    padding-bottom: 35px;
  }
  .wrapper-base .section.padding_bottom_mobile_7_5 {
    padding-bottom: 50px;
  }
  .wrapper-base .section.padding_bottom_mobile_10 {
    padding-bottom: 70px;
  }
  .wrapper-base .section.margin_top_mobile_0 {
    margin-top: 0;
  }
  .wrapper-base .section.margin_top_mobile_2_5 {
    margin-top: 15px;
  }
  .wrapper-base .section.margin_top_mobile_5 {
    margin-top: 35px;
  }
  .wrapper-base .section.margin_top_mobile_7_5 {
    margin-top: 50px;
  }
  .wrapper-base .section.margin_top_mobile_10 {
    margin-top: 70px;
  }
  .wrapper-base .section.margin_bottom_mobile_0 {
    margin-bottom: 0;
  }
  .wrapper-base .section.margin_bottom_mobile_2_5 {
    margin-bottom: 15px;
  }
  .wrapper-base .section.margin_bottom_mobile_5 {
    margin-bottom: 35px;
  }
  .wrapper-base .section.margin_bottom_mobile_7_5 {
    margin-bottom: 50px;
  }
  .wrapper-base .section.margin_bottom_mobile_10 {
    margin-bottom: 70px;
  }
  .wrapper-base .section .col_mm {
    width: 100%!important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .wrapper-base .section .col_mm:last-of-type {
    padding-bottom: 0;
  }
  .wrapper-base .section .col_mm .col_inner.padding_top_0,
  .wrapper-base .section .col_mm .col_inner.padding_top_2_5,
  .wrapper-base .section .col_mm .col_inner.padding_top_5,
  .wrapper-base .section .col_mm .col_inner.padding_top_7_5,
  .wrapper-base .section .col_mm .col_inner.padding_top_10 {
    padding-top: 0;
  }
  .wrapper-base .section .col_mm .col_inner.padding_bottom_0,
  .wrapper-base .section .col_mm .col_inner.padding_bottom_2_5,
  .wrapper-base .section .col_mm .col_inner.padding_bottom_5,
  .wrapper-base .section .col_mm .col_inner.padding_bottom_7_5,
  .wrapper-base .section .col_mm .col_inner.padding_bottom_10 {
    padding-bottom: 0;
  }
  .wrapper-base .section .col_mm .col_inner.padding_left_0,
  .wrapper-base .section .col_mm .col_inner.padding_left_2_5,
  .wrapper-base .section .col_mm .col_inner.padding_left_5,
  .wrapper-base .section .col_mm .col_inner.padding_left_7_5,
  .wrapper-base .section .col_mm .col_inner.padding_left_10 {
    padding-left: 0;
  }
  .wrapper-base .section .col_mm .col_inner.padding_right_0,
  .wrapper-base .section .col_mm .col_inner.padding_right_2_5,
  .wrapper-base .section .col_mm .col_inner.padding_right_5,
  .wrapper-base .section .col_mm .col_inner.padding_right_7_5,
  .wrapper-base .section .col_mm .col_inner.padding_right_10 {
    padding-right: 0;
  }
  .wrapper-base .section .col_mm .col_inner.padding_top_mobile_0 {
    padding-top: 0;
  }
  .wrapper-base .section .col_mm .col_inner.padding_top_mobile_2_5 {
    padding-top: 20px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_top_mobile_5 {
    padding-top: 40px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_top_mobile_7_5 {
    padding-top: 60px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_top_mobile_10 {
    padding-top: 80px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_bottom_mobile_0 {
    padding-bottom: 0;
  }
  .wrapper-base .section .col_mm .col_inner.padding_bottom_mobile_2_5 {
    padding-bottom: 20px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_bottom_mobile_5 {
    padding-bottom: 40px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_bottom_mobile_7_5 {
    padding-bottom: 60px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_bottom_mobile_10 {
    padding-bottom: 80px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_left_mobile_0 {
    padding-left: 0;
  }
  .wrapper-base .section .col_mm .col_inner.padding_left_mobile_2_5 {
    padding-left: 20px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_left_mobile_5 {
    padding-left: 40px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_left_mobile_7_5 {
    padding-left: 60px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_left_mobile_10 {
    padding-left: 80px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_right_mobile_0 {
    padding-right: 0;
  }
  .wrapper-base .section .col_mm .col_inner.padding_right_mobile_2_5 {
    padding-right: 20px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_right_mobile_5 {
    padding-right: 40px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_right_mobile_7_5 {
    padding-right: 60px;
  }
  .wrapper-base .section .col_mm .col_inner.padding_right_mobile_10 {
    padding-right: 80px;
  }
  .wrapper-base .section .mobile_1 {
    order: 1;
  }
  .wrapper-base .section .mobile_2 {
    order: 2;
  }
  .wrapper-base .section .mobile_3 {
    order: 3;
  }
  .main_welcome {
    padding-top: 15px;
  }
  .main_welcome .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_welcome .col_item {
    margin-bottom: 15px;
  }
  .main_welcome .col_item:nth-child(2) .within .text_part:before {
    left: -143px;
    top: -146px;
  }
  .main_welcome .col_item:nth-child(2) .within .inner {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
  }
  .main_welcome .col_item:nth-child(2) .within .inner .h1 {
    font-size: 4rem;
  }
  .main_welcome .col_item:nth-child(2) .within .inner h3 {
    font-size: 2.7rem;
  }
  .main_welcome .within {
    height: 230px;
  }
  .main_welcome .within .inner {
    left: 30px;
    right: 30px;
    bottom: 40px;
  }
  .main_welcome .within .inner h2,
  .main_welcome .within .inner h3 {
    margin: 0;
  }
  .main_cats .row::-webkit-scrollbar {
    display: none!important;
  }
  .main_cats ul.menu::-webkit-scrollbar {
    display: none!important;
  }
  .main_cats {
    padding: 0 0 50px;
  }
  .main_cats.not_home {
    padding: 50px 0;
  }
  .main_cats .g-5,
  .main_cats .gx-5 {
    --bs-gutter-x: 2rem;
  }
  .main_cats .container {
    padding: 0;
  }
  .main_cats .heading {
    padding: 0 25px;
    margin-bottom: 30px;
  }
  .main_cats ul.menu {
    padding-left: 25px!important;
  }
  .main_cats ul.menu li {
    width: 80%!important;
    margin-right: 25px;
  }
  .main_cats .row {
    -ms-overflow-style: none!important;
    /* IE and Edge */
    scrollbar-width: none!important;
    /* Firefox */
  }
  .main_cats .row,
  .main_cats ul.menu {
    display: block;
    column-count: 1;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    margin: 0;
    padding-left: 15px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .main_cats .row .col_item,
  .main_cats ul.menu .col_item,
  .main_cats .row li,
  .main_cats ul.menu li {
    display: inline-block;
    width: 90%;
  }
  .rekenhulp_tegel_table tr td {
    padding: 3px 20px;
  }
  .rekenhulp_tegel_table tr td:first-of-type {
    width: 200px;
  }
  ul.plus {
    margin-top: 10px!important;
  }
  ul.plus li {
    padding-left: 18px !important;
    font-size: 12px;
    line-height: 23px;
  }
  ul.plus li:before {
    font-size: 19px!important;
    top: 0!important;
  }
  .section_other_products {
    padding: 50px 0!important;
  }
  .section_other_products ul.related_products {
    white-space: nowrap;
    display: block!important;
    overflow: auto;
    width: calc(100% + 55px) !important;
    margin-left: 0!important;
  }
  .section_other_products ul.related_products li.product {
    float: none!important;
    display: inline-block !important;
    vertical-align: top;
    width: 80%!important;
    white-space: normal;
    margin: 0 20px 0 0!important;
  }
  .section_product_below .product_below_left .pro_dont {
    padding-left: 0!important;
  }
  .newest_products {
    padding: 45px 0;
  }
  .newest_products .headings {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .newest_products .container {
    padding: 0;
  }
  .newest_products ul.products li.product {
    padding: 0 !important;
  }
  .newest_products ul.products li.product .product_inner .product_content {
    padding: 15px 30px 60px 30px!important;
  }
  .newest_products ul.products li.product .product_inner .product_content .product_title {
    font-size: 17px!important;
    line-height: 25px!important;
  }
  .newest_products .newest-carousel-products .owl-item li {
    padding-left: 18px !important;
    font-size: 13px!important;
    line-height: 25px!important;
  }
  .cookies-popup {
    padding: 12px 24px;
    width: auto;
    left: 15px;
    right: 15px;
    transform: none;
  }
  .cookies-popup .container {
    padding: 0;
  }
  .cookies-popup #cookies .cookie_settings_inner.active {
    height: 95px;
    margin-bottom: 0;
  }
  .cookies-popup #cookies .cookie_settings_inner .form-check {
    display: block;
  }
  .cookies-popup #cookies .cookie-text {
    width: calc(100% - 100px);
    font-size: 14px;
    line-height: 22px;
  }
  .cookies-popup #cookies .accept-btn-wrapper {
    float: none!important;
    display: block;
    text-align: left;
    width: auto;
  }
  .cookies-popup #cookies .accept-btn-wrapper .accept-btn {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
  }
  .cookies-popup #cookies .accept-btn-wrapper .cookie_settings {
    position: absolute;
    right: 24px;
    top: 22px;
    font-size: 14px;
    margin: 0;
  }
  .cookies-popup #cookies .accept-btn-wrapper .more-btn {
    display: block;
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
    padding: 10px 15px;
    margin-left: 0;
    text-align: center;
  }
  #accordion .faq_group h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px;
  }
  #accordion .faq_group .card .card-header button {
    font-size: 15px;
    line-height: 25px;
  }
  #accordion .faq_group .card .card-body {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
  }
  .g-7,
  .gx-7 {
    --bs-gutter-x: 2rem;
  }
  #sidebar-navigation .sidebar-logo {
    padding: 18px 20px 17px;
  }
  #sidebar-navigation .sidebar-logo img {
    max-height: 45px;
  }
  #sidebar-navigation .navbar-toggler {
    right: 10px;
  }
  #sidebar-navigation .navbar-toggler:after {
    bottom: 10px;
  }
  #sidebar-navigation ul {
    padding-top: 30px;
    padding-bottom: 112px;
    font-size: 21px;
  }
  #sidebar-navigation ul li a {
    font-weight: 500;
    padding: 19px 40px 19px 40px;
  }
  #sidebar-navigation ul li.menu-item-has-children .icon_submenu {
    width: 40px;
    height: 40px;
    right: -30px;
    top: 13px;
  }
  #sidebar-navigation ul li.menu-item-has-children .icon_submenu i {
    font-size: 14px;
    top: 6px;
  }
  #sidebar-navigation ul li.menu-item-has-children ul.sub-menu {
    margin: 0;
    padding: 5px 10px;
  }
  #sidebar-navigation ul li.menu-item-has-children ul.sub-menu li .icon_submenu {
    background: #555;
    right: -40px;
    top: 2px;
  }
  #sidebar-navigation ul li.menu-item-has-children ul.sub-menu li .icon_submenu i {
    color: rgba(255, 255, 255, 0.75);
  }
  #sidebar-navigation ul li.menu-item-has-children ul.sub-menu li a {
    padding: 10px 10px 15px 40px;
  }
  #sidebar-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
    font-size: 16px;
    margin: 0 0 5px;
  }
  #sidebar-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
    padding: 10px 10px 10px 40px;
  }
  #sidebar-navigation .mobile_company_details {
    font-size: 18px;
    color: #171717;
    padding: 20px;
    text-align: center;
    font-weight: 700;
  }
  #sidebar-navigation .mobile_company_details .head {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .usp_items {
    text-align: left;
    position: relative;
    padding: 20px 0 20px 0;
  }
  .usp_items ul.ul_items li {
    display: block;
    margin: 0 0 20px 0;
  }
  .usp_items .image {
    position: absolute;
    left: 0;
    margin-top: -2px;
  }
  .usp_items .title {
    padding-left: 50px;
  }
  .referenties_wrapper .referenties-carousel-wrapper #referenties-carousel-nav .owl-prev {
    left: 0;
  }
  .referenties_wrapper .referenties-carousel-wrapper #referenties-carousel-nav .owl-next {
    right: 0;
  }
  .referenties_wrapper #referenties-carousel .item {
    text-align: center;
  }
  .referenties_wrapper #referenties-carousel .item img {
    margin: 0 auto;
  }
  .page-reviews .review {
    width: 100%;
    padding: 20px;
  }
  .page-reviews .review .review-comment {
    font-size: 16px;
    line-height: 27px;
  }
  .gallery {
    white-space: nowrap;
    overflow: auto;
    display: block;
  }
  .gallery.gallery-columns-2 .gallery-item,
  .gallery.gallery-columns-3 .gallery-item,
  .gallery.gallery-columns-4 .gallery-item {
    float: none!important;
    display: inline-block !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 85%;
    margin: 0 0 20px!important;
  }
  .gallery.gallery-carousel .gallery-item a {
    padding: 35% 0;
  }
  .gallery.margin_20 {
    margin: -10px !important;
  }
  .gallery.margin_20 .gallery-item {
    padding: 10px;
  }
  .gallery .gallery-item {
    width: 100% !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gallery_wrapper {
    overflow: visible;
  }
  .gallery_wrapper .gallery {
    white-space: nowrap;
    overflow: auto;
    display: block;
  }
  .gallery_wrapper .gallery.gallery-columns-2 .gallery-item,
  .gallery_wrapper .gallery.gallery-columns-3 .gallery-item,
  .gallery_wrapper .gallery.gallery-columns-4 .gallery-item {
    float: none!important;
    display: inline-block !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 85%;
    margin: 0 0 20px!important;
  }
  .gallery_wrapper .gallery.gallery-carousel .gallery-item a {
    padding: 35% 0;
  }
  .gallery_wrapper .gallery.margin_20 {
    margin: -10px !important;
  }
  .gallery_wrapper .gallery.margin_20 .gallery-item {
    padding: 10px;
  }
  .gallery_wrapper .gallery .gallery-item {
    width: 100% !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gallery_wrapper .owl-dots {
    bottom: 15px;
  }
  .visual {
    padding: 50px 0 0;
  }
  .visual .container {
    padding-left: 0;
    padding-right: 0;
  }
  .visual .visual-inner {
    font-size: 19px;
  }
  .visual .visual-inner .inner h1,
  .visual .visual-inner .inner h2,
  .visual .visual-inner .inner h3,
  .visual .visual-inner .inner h4,
  .visual .visual-inner .inner h5,
  .visual .visual-inner .inner h6 {
    font-size: 28px;
    line-height: 35px;
  }
  .visual .visual-inner .inner a {
    font-size: 14px;
    padding: 12px 18px;
  }
  .visual .visual_inner .within {
    margin-bottom: 30px;
  }
  input[type="submit"] {
    font-size: 14px;
    padding: 12px 18px;
  }
  .gallery_row .img-base .img {
    box-shadow: inset 0 0 0 5px #fff, 1px 1px 5px rgba(0, 0, 0, 0.1);
  }
  .term-description {
    margin-top: 15px;
  }
  .term-description p {
    margin-bottom: 20px;
  }
  .well {
    padding: 20px;
  }
  .blocks .amount {
    margin-top: 15px;
  }
  .blocks .item {
    margin-bottom: 15px;
  }
  .blocks .item.row_block:nth-child(odd) {
    padding-right: 0;
  }
  .blocks .item.row_block:nth-child(even) {
    padding-left: 0;
  }
  .blocks .item.row_block .inner {
    padding: 20px 5px;
  }
  .blocks .item.row_block .inner .heading {
    font-size: 20px;
    line-height: 28px;
  }
  .blocks .item.row_block .card .card-footer {
    padding: 0 30px 30px 30px;
  }
  .blocks .item .inner {
    padding: 20px 15px;
  }
  .blocks .item .inner .heading {
    font-size: 18px;
    line-height: 25px;
  }
  .blocks .item .inner .read_more {
    margin: 15px 0 0 0;
  }
  .blocks .item .card .card-footer {
    padding: 0 15px 15px 15px;
  }
  .addon-has-image {
    width: calc(50% - 2px);
  }
  .addon-has-image label img {
    min-height: 115px;
  }
  .addon-has-image .label-desc {
    font-size: 14px;
  }
  .modal-dialog {
    max-width: 750px!important;
  }
  .modal-header {
    padding: 20px 25px;
  }
  .modal-body {
    padding: 15px;
  }
  .modal-body .agree_terms {
    margin-bottom: 15px;
  }
  .wrapper-base {
    padding-top: 189px;
    overflow: hidden;
  }
  .wrapper-base .wrapper-inner .main-heading {
    margin: 15px 0 30px;
  }
  .wrapper-base .pagination .pagination_inner {
    margin: 20px 0;
  }
  .wrapper-base .pagination ul li a,
  .wrapper-base .pagination ul li span {
    padding: 5px 10px;
  }
  .wrapper-base .pagination ul li a.current,
  .wrapper-base .pagination ul li span.current {
    padding: 5px 10px;
  }
  .prevnext-projects {
    margin-top: 25px;
    font-size: 12px;
    line-height: 20px;
  }
  .prevnext-projects strong {
    font-size: 13px;
  }
  .prevnext-projects .float-left {
    max-width: 47%;
  }
  .prevnext-projects .float-right {
    float: left;
    max-width: 47%;
  }
  .prevnext-projects .right {
    text-align: left;
  }
  .news-filter {
    padding: 15px;
  }
  .news-filter .dropdown {
    margin: 0 0 5px;
  }
  .news-filter .dropdown button {
    padding: 10px 20px;
    font-size: 16px;
  }
  .news-filter #searchform input[type="text"],
  .news-filter #search-form input[type="text"] {
    height: 49px;
    padding: 0 20px;
    font-size: 16px;
  }
  .news-filter #searchform button[type="submit"],
  .news-filter #search-form button[type="submit"] {
    right: 17px;
  }
  .contactpage .heading {
    font-size: 22px;
    line-height: 31px;
    margin: 0 0 20px;
  }
  .contactpage .contactcol {
    max-width: 100%;
    line-height: 27px;
  }
  .contactpage .contactcol .contactcol_inner {
    display: block;
  }
  .contactpage .contactcol .contactcol_inner .wpcf7 {
    margin: 0 0 30px;
  }
  .openinghours.contact .time-item {
    line-height: 27px;
  }
  .openinghours .time-item {
    margin-bottom: 0;
  }
  ul#project_categories_filter {
    margin-bottom: 30px;
  }
  .gallery.gallery-columns-6 .gallery-item,
  .gallery.gallery-columns-7 .gallery-item,
  .gallery.gallery-columns-8 .gallery-item,
  .gallery.gallery-columns-9 .gallery-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .gallery.card-columns.gallery-columns-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  footer.footer {
    font-size: 16px;
    padding: 40px 0 0;
    overflow: hidden;
  }
  footer.footer .footcol {
    line-height: 26px;
    margin: 0 0 25px 15px;
  }
  footer.footer .footcol .footcol_inner {
    display: block;
    vertical-align: top;
    margin: 0;
  }
  footer.footer .footcol .footcol_inner .logo {
    margin-left: 0;
  }
  footer.footer .footcol .footcol_inner .logo img {
    max-width: 225px;
  }
  footer.footer .footcol .footcol_inner .socials {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  footer.footer .footcol .footcol_inner .head {
    margin: 0 0 30px 0;
  }
  footer.footer .footcol strong {
    font-size: 18px;
  }
  footer.footer .copyr {
    margin-top: 0;
    font-size: 15px;
    text-align: center;
    padding: 25px 0;
  }
  footer.footer .copyr .footmenu {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 525px) {
  .wrapper-base .wrapper-inner .main-heading h1 {
    font-size: 7.5vw;
  }
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-5 .gallery-item,
  .gallery.gallery-columns-6 .gallery-item,
  .gallery.gallery-columns-7 .gallery-item,
  .gallery.gallery-columns-8 .gallery-item,
  .gallery.gallery-columns-9 .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@-webkit-keyframes slideFadeInLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideFadeInLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideFadeInLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideFadeInLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes slideFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-moz-keyframes slideFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-o-keyframes slideFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes slideFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes carouselBgAnimation {
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes carouselBgAnimation {
  100% {
    transform: scale(1);
  }
}
@-o-keyframes carouselBgAnimation {
  100% {
    transform: scale(1);
  }
}
@keyframes carouselBgAnimation {
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide-in {
  100% {
    bottom: 0;
  }
}
@-moz-keyframes slide-in {
  100% {
    bottom: 0;
  }
}
@-o-keyframes slide-in {
  100% {
    bottom: 0;
  }
}
@keyframes slide-in {
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes navigationHover {
  100% {
    display: block;
    top: 100%;
    opacity: 1;
  }
}
@-moz-keyframes navigationHover {
  100% {
    display: block;
    top: 100%;
    opacity: 1;
  }
}
@-o-keyframes navigationHover {
  100% {
    display: block;
    top: 100%;
    opacity: 1;
  }
}
@keyframes navigationHover {
  100% {
    display: block;
    top: 100%;
    opacity: 1;
  }
}
/*# sourceMappingURL=default.css.map */