﻿/* ==========================================================================
  CSS Reset
  ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@400;600;700&display=swap");
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Resources/fonts/Sofia Pro Light Az.otf") format("opentype"), url("/Respurces/fonts/Sofia Pro Light Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Resources/fonts/Sofia Pro Regular Az.otf") format("opentype"), url("/Respurces/fonts/Sofia Pro Regular Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Resources/fonts/Sofia Pro Medium Az.otf") format("opentype"), url("/Respurces/fonts/Sofia Pro Medium Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Resources/fonts/Sofia Pro Semi Bold Az.otf") format("opentype"), url("/Respurces/fonts/Sofia Pro Semi Bold Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Resources/fonts/Sofia Pro Bold Az.otf") format("opentype"), url("/Respurces/fonts/Sofia Pro Bold Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/Resources/fonts/Sofia Pro Black Az.otf") format("opentype"), url("/Respurces/fonts/Sofia Pro Black Az.woff") format("woff");
}
@font-face {
  font-family: "Fave";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Resources/fonts/Fave-ScriptPro.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/Resources/fonts/fa-regular-400.eot);
  src: url(/Resources/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-regular-400.woff2) format("woff2"), url(/Resources/fonts/fa-regular-400.woff) format("woff"), url(/Resources/fonts/fa-regular-400.ttf) format("truetype"), url(/Resources/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/Resources/fonts/fa-brands-400.eot);
  src: url(/Resources/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-brands-400.woff2) format("woff2"), url(/Resources/fonts/fa-brands-400.woff) format("woff"), url(/Resources/fonts/fa-brands-400.ttf) format("truetype"), url(/Resources/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/Resources/fonts/fa-solid-900.eot);
  src: url(/Resources/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-solid-900.woff2) format("woff2"), url(/Resources/fonts/fa-solid-900.woff) format("woff"), url(/Resources/fonts/fa-solid-900.ttf) format("truetype"), url(/Resources/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-phone:before {
  content: "\f095";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-times:before {
  content: "\f00d";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-camera:before {
  content: "\f030";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minues:before {
  content: "\f068";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-play:before {
  content: "\f04b";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-envelope:before {
  content: "\f0e0";
}

.checkbox {
  padding: 0px !important;
  margin: 0;
}
.checkbox.order {
  display: flex;
  margin-bottom: 15px;
}
.checkbox.order li {
  margin-right: 35px;
}
.checkbox.order label {
  padding-left: 25px;
  font-size: 16px;
}
.checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox input:checked + label:after {
  opacity: 1 !important;
  visibility: visible !important;
}
.checkbox label {
  position: relative;
  padding-left: 25px !important;
  margin: 0px !important;
  cursor: pointer;
  text-align: left !important;
}
.checkbox label a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
.checkbox label:after {
  content: "\f00c" !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 3px;
  font-size: 12px;
  top: 2px;
  margin-left: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  color: #141414 !important;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  border: 1px solid #eeeae2;
  color: #000;
}

.radio {
  padding: 0px !important;
}
.radio input {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.radio input[type=radio]:checked + label::before {
  background: #141414 !important;
}
.radio label {
  position: relative;
  padding-left: 35px;
  margin: 0px;
  margin-bottom: 10px !important;
  text-align: left !important;
  cursor: pointer;
  color: #939393;
  font-weight: 500 !important;
  font-size: 14px;
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #4B4B4B;
  border-radius: 50%;
  background-color: #fff;
}

/*.checkbox {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #000;
            border-radius: 0;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
            -o-transition: border .15s ease-in-out,color .15s ease-in-out;
            transition: border .15s ease-in-out,color .15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 13px;
            color: #e6265e;
        }
    }

    &.has-success label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 13px;
        color: #e6265e;
    }

    input {
        &[type=checkbox],
        &[type="radio"] {
            opacity: 0;
            z-index: 1;
        }

        &[type="checkbox"]:focus + label::before, &[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        /*&[type="checkbox"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }
    }

    /*&.has-success label::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f004";
    }

    input {
        &[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }

        &[type="checkbox"]:disabled + label, &[type="radio"]:disabled + label {
            opacity: 0.65;
        }

        &[type="checkbox"]:disabled + label::before, &[type="radio"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }
    }

    &.checkbox-circle label::before {
        border-radius: 50%;
    }

    &.checkbox-inline {
        margin-top: 0;
    }
}

.checkbox-primary input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #fff;
        border-color: #fff;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-danger input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #d9534f;
        border-color: #d9534f;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-info input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-warning input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-success input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.radio {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }
    }

    input[type="radio"] {
        opacity: 0;
        z-index: 1;

        &:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        &:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        &:disabled + label {
            opacity: 0.65;

            &::before {
                cursor: not-allowed;
            }
        }
    }

    &.radio-inline {
        margin-top: 0;
    }
}

.radio-primary input[type="radio"] {
    + label::after {
        background-color: #337ab7;
    }

    &:checked + label {
        &::before {
            border-color: #337ab7;
        }

        &::after {
            background-color: #337ab7;
        }
    }
}

.radio-danger input[type="radio"] {
    + label::after {
        background-color: #d9534f;
    }

    &:checked + label {
        &::before {
            border-color: #d9534f;
        }

        &::after {
            background-color: #d9534f;
        }
    }
}

.radio-info input[type="radio"] {
    + label::after {
        background-color: #5bc0de;
    }

    &:checked + label {
        &::before {
            border-color: #5bc0de;
        }

        &::after {
            background-color: #5bc0de;
        }
    }
}

.radio-warning input[type="radio"] {
    + label::after {
        background-color: #f0ad4e;
    }

    &:checked + label {
        &::before {
            border-color: #f0ad4e;
        }

        &::after {
            background-color: #f0ad4e;
        }
    }
}

.radio-success input[type="radio"] {
    + label::after {
        background-color: #5cb85c;
    }

    &:checked + label {
        &::before {
            border-color: #5cb85c;
        }

        &::after {
            background-color: #5cb85c;
        }
    }
}

input {
    &[type="checkbox"].styled:checked + label:after, &[type="radio"].styled:checked + label:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
    }

    &[type="checkbox"] .styled:checked + label::before, &[type="radio"] .styled:checked + label::before, &[type="checkbox"] .styled:checked + label::after, &[type="radio"] .styled:checked + label::after {
        color: #fff;
    }
}

.checkbox-size {
    position: relative;
    z-index: 1;
    padding-left: 0;
    display: inline-block;

    input {
        display: none;
    }

    label::before {
        background-color: #e53069;
        position: absolute;
        margin-left: 0;
        margin-top: -5px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        color: #fff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        border: 2px solid #e53069;
        transition: border 0.2s ease-in-out;
    }

    input[type="radio"]:checked ~ .checkbox-size label::before {
        border: 1px solid #fff;
    }
}

.Checkbox .form-control-feedback {
    display: none !important;
}*/
/*.offcanvas-menu .menu li:nth-child(3) .dropDown {
    pointer-events: none;
}
*/
.search-wrapper {
  position: absolute;
  top: calc(100% + 15px);
  right: 15px;
  width: 100%;
  max-width: 550px;
  background: #FAF8F5;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  font-family: "moret", serif;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.search-wrapper.active {
  visibility: visible;
  opacity: 1;
}
.search-wrapper .wrapper {
  display: block;
  padding: 15px;
}
.search-wrapper h2 {
  font-size: inherit;
  text-align: center;
  display: block;
  margin-bottom: 50px;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.33);
}
.search-wrapper .form-group {
  position: relative;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.search-wrapper .form-group .help-block {
  position: absolute;
  top: 49px;
  width: 100%;
}
.search-wrapper .form-group .form-control {
  background: #fff;
  color: #000;
  font-size: inherit;
  position: relative;
  border: 1px solid #eee;
  padding: 12px 15px;
  width: calc(100% - 100px);
}
.search-wrapper .form-group .btn-search {
  position: relative;
  font-size: 20px;
  top: 0;
  right: 0;
  color: #141414;
  font-family: "Crimson Pro", serif;
  margin-left: auto;
}

header .offcanvas-menu ul li:hover a.dropDown {
  font-weight: bold;
}
header .offcanvas-menu ul li:hover a.dropDown:after {
  transform: rotate(180deg);
}
header .offcanvas-menu ul li a.dropDown {
  position: relative;
}
header .offcanvas-menu ul li a.dropDown:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 7px;
  top: 15px;
  color: currentColor;
  font-size: 14px;
}

/**/
.dropdown-account {
  position: absolute;
  top: 100%;
  min-width: 250px;
  right: -1px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.dropdown-account ul li a {
  padding: 10px 15px;
  display: block;
  font-size: 20px;
  border-bottom: 1px solid #000;
  background: #FAF8F5;
  transition: all 0.3s ease-in-out;
}
.dropdown-account ul li a:before {
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: relative;
  font-size: 16px;
  margin-right: 5px;
  width: 20px;
}
.dropdown-account ul li a:hover {
  background: #edeae3;
}
.dropdown-account ul li:nth-child(1) a:before {
  content: "\f007";
}
.dropdown-account ul li:nth-child(2) a:before {
  content: "\f49e";
}
.dropdown-account ul li:nth-child(3) a:before {
  content: "\f023";
}
.dropdown-account ul li:nth-child(4) a:before {
  content: "\f2f5";
}

.wrapper-menu {
  width: calc(100vw - 290px);
  overflow: hidden;
  position: fixed;
  top: 83px;
  left: 139px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  background: #FAF8F5;
  display: flex;
}
.wrapper-menu ul b {
  display: block;
  margin-bottom: 10px;
}
.wrapper-menu ul li a {
  color: #141414;
}
.wrapper-menu .pop-products {
  width: 20%;
  max-width: 20%;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.wrapper-menu .pop-products .bottom {
  color: #141414;
  margin-top: auto;
  text-decoration: underline;
}
.wrapper-menu .pop-products li {
  display: block;
}
.wrapper-menu .drop-desk {
  width: 100%;
  padding: 0 0;
  position: relative;
}

.hamburger {
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 50px;
  right: 15px;
  top: 10px;
  display: none;
}
.hamburger .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
.hamburger #nav-icon2 {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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;
}
.hamburger #nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -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;
  /*        &:nth-child(5) {
      display: none;
  }*/
}
.hamburger #nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 15px 15px 0;
}
.hamburger #nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 15px 0 0 15px;
}
.hamburger #nav-icon2 span:nth-child(1), .hamburger #nav-icon2 span:nth-child(2) {
  top: 0px;
}
.hamburger #nav-icon2 span:nth-child(3), .hamburger #nav-icon2 span:nth-child(4) {
  top: 18px;
}
.hamburger #nav-icon2 span:nth-child(5), .hamburger #nav-icon2 span:nth-child(6) {
  top: 36px;
}
.hamburger #nav-icon2 span:nth-child(6) {
  left: 50%;
  border-radius: 15px;
}
.hamburger #nav-icon2.open span {
  background: #fff;
}
.hamburger #nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(5) {
  left: 5px !important;
  top: 29px;
  display: block;
}
.hamburger #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}
.hamburger #nav-icon2.open span:nth-child(1), .hamburger #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger #nav-icon2.open span:nth-child(2), .hamburger #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-results {
  position: relative;
  left: 0;
  background: #FAF8F5;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  width: 100%;
  top: 0;
}
.search-results .inner {
  padding: 15px;
  border-top: 2px solid #f0f0f0;
  position: relative;
  background: #fff;
}
.search-results .inner .close-search {
  position: absolute;
  top: 20px;
  right: 0px;
  font-size: 30px;
  color: #bbb;
  padding: 13px;
  z-index: 1;
  cursor: pointer;
}
.search-results .inner .close-search.hidden {
  display: none;
}
.search-results .inner b {
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
}
.search-results .inner .products .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  color: #000;
  text-decoration: none !important;
  align-items: center;
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
}
.search-results .inner .products .item:hover {
  background-color: #fafafa;
}
.search-results .inner .products .item .img {
  max-width: 80px;
}
.search-results .inner .products .item .img img {
  max-width: 100%;
}
.search-results .inner .products .item h6 {
  font-weight: bold;
  margin-bottom: 15px;
}
.search-results .inner .products .item .btn-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  width: 30%;
}
.search-results .inner .products .item .btn-list .delivery {
  text-align: right;
  display: block;
}
.search-results .inner .products .item .btn-list .stock {
  width: 100%;
  text-align: right;
  position: relative;
  padding: 0 0.5rem;
}
.search-results .inner .products .item .btn-list .stock b {
  font-size: 12px;
  color: #01982b;
  margin: 10px 0;
}
.search-results .inner .products .item .btn-list .stock.not b {
  color: red;
}
.search-results .inner .products .item .btn-list input {
  padding: 9px 5px;
  width: 60px;
  height: inherit;
  border-radius: 4px;
  color: #000;
  font-weight: 500;
  text-align: center;
  background: #f8f8f8;
  -webkit-appearance: none;
  border: 2px solid #eee;
  margin-right: 15px;
}
.search-results .inner .products .item .right-side {
  padding-left: 20px;
  flex: 0 0 80%;
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.search-results .inner .products .item .right-side .sku {
  font-weight: 600;
}
.search-results .inner .products .item .right-side .price {
  margin: 0 0 0 25px;
  font-weight: bold;
  font-size: 16px;
  width: 20%;
  text-align: right;
}
.search-results .inner .products .item .right-side a {
  text-decoration: none;
}
.search-results .inner .products .item .right-side b {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.search-results .inner .products .item .right-side .info {
  margin-right: auto;
  max-width: 70%;
  width: 100%;
}
.search-results .inner .cats {
  max-width: 100%;
  margin-bottom: 10px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}
.search-results .inner .cats a {
  display: table;
  color: #000;
  padding: 5px 0px;
  font-weight: 600;
}
.search-results .inner .cats a span {
  font-weight: 400;
}
.search-results .inner .cats a:nth-of-type(even) {
  background: #f7f7f7;
}

.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-menu {
  padding: 15px 0px;
  background: #fff;
  width: 100%;
}
.twitter-typeahead .tt-menu .tt-selectable {
  color: #141414;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 15px;
  transition: all 0.3s ease-in-out;
}
.twitter-typeahead .tt-menu .tt-selectable:hover {
  background: #eee;
}

.topheader {
  background: #141414;
  color: #FAF8F5;
  padding: 10px 0px;
  position: relative;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
}
.topheader ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.topheader ul::-webkit-scrollbar {
  display: none;
}
.topheader ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
}
.topheader ul li:last-child {
  margin-right: 0;
}
.topheader ul li a {
  color: #fff;
  text-decoration: none;
}
.topheader ul li i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.search {
  /*z-index: 201;*/
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  position: relative;
}
.search .help-block {
  display: none !important;
  visibility: hidden;
}
.search .form-group {
  margin-bottom: 0;
  position: relative;
}
.search .form-group .close-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  font-size: 22px;
  color: #bbb;
  padding: 13px;
  z-index: 1;
  cursor: pointer;
}
.search .form-group .form-control {
  min-width: 265px;
  background: #fff !important;
  padding-right: 90px !important;
  color: #141414;
  width: 100%;
  padding: 12px 15px;
  height: inherit;
  border: none;
  border-radius: 4px;
  background: none;
  color: #000;
  font-weight: 500;
  background: #f8f8f8;
  -webkit-appearance: none;
  outline: none !important;
}
.search .form-group .btn-search {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  padding: 5px;
  z-index: 11;
  color: #141414;
}

.menu-items {
  background: #f6f6f6;
  position: relative;
}

@media only screen and (max-width: 1240px) and (min-width: 991.5px) {
  /*.menu-middle {
      .search {
          .form-group {
              .form-control {
                  min-width: 175px;
              }
          }
      }
  }*/
  .topheader ul li {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  main {
    position: relative;
    margin-top: 0px;
    /*  &.main-scroll {
        margin-top: 51px;
    }*/
  }
  .right-menu .btn-default {
    padding: 13px 25px;
    text-align: center;
    font-weight: bold;
    display: table;
    border: none;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    border-radius: 100px;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #FFCC33;
    font-size: 16px;
    min-width: 265px;
  }
  .language-switch {
    position: absolute;
    padding: 5px;
    cursor: pointer;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
  }
  .language-switch:hover ul {
    max-height: 400px;
  }
  .language-switch ul {
    position: absolute;
    top: 35px;
    left: -15px;
    background-color: #ececec;
    min-width: 120px;
    padding: 0 20px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out;
  }
  .language-switch ul li {
    margin-bottom: 5px;
  }
  .language-switch ul li:first-child {
    padding-top: 10px;
  }
  .language-switch ul li:last-child {
    padding-bottom: 10px;
  }
  .language-switch ul li a {
    color: #000;
    text-decoration: none;
  }
  .language-switch img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    object-fit: cover;
    border: 1px solid #ccc;
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-bottom;
  }
  .back-btn, .login-mobile {
    display: none !important;
  }
  .custom-nav {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 50px;
  }
  .custom-nav .mobile-btn {
    display: none;
  }
  .custom-nav .dropdown-desktop .has-children.active .child-desktop a {
    color: #000;
  }
  .custom-nav .dropdown-desktop .has-children.active .child-desktop a:hover {
    color: #2EAEAC;
  }
  .custom-nav .dropdown-desktop .has-children .drop-desk {
    position: relative;
    max-height: initial;
    top: initial;
  }
  .custom-nav .dropdown-desktop .has-children .dropDown:after {
    display: none;
  }
  .custom-nav .dropdown-desktop .container {
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu {
    padding: 0px 0px 15px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu.first-column {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu.last-column {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li.active a {
    color: #269594;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu a {
    color: #000;
    text-decoration: none;
  }
  .custom-nav .dropdown-desktop:hover .drop-desk {
    max-height: 999px;
    visibility: visible;
  }
  .custom-nav .dropdown-desktop .drop-desk {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 68px;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    min-width: 350px;
    max-width: 100%;
    width: 750px;
    padding: 15px 0;
    transition: all 0.5s ease-in-out;
  }
  .custom-nav .dropdown-desktop .drop-desk li {
    display: block;
  }
  .custom-nav .dropdown-desktop .drop-desk li a {
    padding: 15px 25px;
    transition: all 0.3s ease-in-out;
  }
  .custom-nav .dropdown-desktop .drop-desk li a:hover {
    color: #2EAEAC;
  }
  .custom-nav .dropdown-desktop .drop-desk .title-drop {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
  }
  .custom-nav .dropdown-desktop .drop-desk .child-desktop {
    display: block;
    position: relative;
  }
  .custom-nav .dropdown-desktop .drop-desk .child-desktop .label-category {
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-radius: 100px;
    display: table;
    padding: 5px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
  }
  .custom-nav .dropdown-desktop .drop-desk .child-desktop li {
    padding: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 5px;
  }
  .custom-nav .dropdown-desktop .drop-desk .child-desktop #aTitle1 {
    font-size: 15px;
    color: #FAF8F5;
    text-decoration: underline;
    padding: 5px 0px;
    display: block;
    font-weight: 500;
  }
  header {
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    transition: background 0.3s ease-in-out;
    position: fixed;
    padding: 50px 0 10px;
    box-shadow: 0px 3px 6px rgba(27, 37, 60, 0);
    transition: all 0.3s ease-in-out;
  }
  header.scroll, header.static {
    position: fixed;
    padding: 10px 0;
    background: #FFD008;
  }
  header.scroll .custom-nav .dropdown-desktop .offcanvas-submenu a, header.static .custom-nav .dropdown-desktop .offcanvas-submenu a {
    color: #000;
  }
  header.scroll .custom-nav .dropdown-desktop .drop-desk .child-desktop:hover > span a, header.static .custom-nav .dropdown-desktop .drop-desk .child-desktop:hover > span a {
    color: #269594;
  }
  header.scroll .custom-nav .dropdown-desktop .drop-desk .child-desktop.active a, header.static .custom-nav .dropdown-desktop .drop-desk .child-desktop.active a {
    color: #269594;
  }
  header.scroll .logo img, header.static .logo img {
    filter: brightness(0%);
    width: 175px;
  }
  header.scroll .offcanvas-menu ul li.active > span a, header.static .offcanvas-menu ul li.active > span a {
    color: #fff;
  }
  header.scroll .offcanvas-menu ul li.active a#aFirst, header.static .offcanvas-menu ul li.active a#aFirst {
    color: #000;
    text-shadow: none;
  }
  header.scroll .offcanvas-menu ul li:hover a#aFirst, header.static .offcanvas-menu ul li:hover a#aFirst {
    color: #fff;
  }
  header.scroll .offcanvas-menu ul li a#aFirst, header.static .offcanvas-menu ul li a#aFirst {
    color: #000;
    text-shadow: none;
  }
  header.scroll .offcanvas-menu ul li a#aFirst:hover, header.static .offcanvas-menu ul li a#aFirst:hover {
    color: #fff;
  }
  header .container-fluid.custom {
    display: flex;
    align-items: center;
  }
  header .holder {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .holder.full-width {
    max-width: 100%;
  }
  header .mobile-show {
    display: none;
  }
  header .logo {
    display: inline-block;
    vertical-align: middle;
    top: 2px;
    position: relative;
  }
  header .logo img {
    max-width: 100%;
    display: block;
    width: 250px;
    margin-top: -5px;
    transition: all ease-in-out 0.3s;
  }
  header .offcanvas-menu {
    display: inline-block;
  }
  header .offcanvas-menu ul {
    /*                li:nth-of-type(1) {
        &:hover {
            .wrappermenu {
                visibility: visible;
            }
        }

        .wrappermenu {
            padding: 0 15px 0;
            width: 100vw;
            position: fixed;
            top: 0;
            left: 0;
            z-index: -1;
            transition: all 0.3s ease-in-out;
            background: #FAF4F2;
            display: flex;
            flex-direction: row;
            border-radius: 0 0 50px 50px;
            height: 400px;
            visibility: hidden;
        }

        .drop-desk {
            max-width: 1450px;
            display: flex;
            flex-direction: row;
            width: 100%;
            justify-content: space-between;
            left: 50%;
            transform: translateX(-50%);
            background: #FAF4F2;
            backdrop-filter: none;
            padding: 50px 0 0;

            .child-desktop {
                min-height: 225px;

                img {
                    min-height: 225px;
                }
            }

            li {
                max-width: 15.5%;
                width: 100%;

                img {
                    width: 100%;
                    border-radius: 10px;
                }

                a {
                    padding: 0;
                    font-weight: bold;
                    font-size: 17px;
                }
            }
        }
    }*/
  }
  header .offcanvas-menu ul li:nth-child(5) .drop-desk {
    min-width: 350px;
  }
  header .offcanvas-menu .menu {
    display: inline-block;
    vertical-align: middle;
  }
  header .offcanvas-menu .dropdown-custom:hover ul {
    max-height: 500px;
  }
  header .offcanvas-menu .dropdown-custom ul {
    position: absolute;
    min-width: 175px;
    background: #fff;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    max-height: 0px;
    overflow: hidden;
  }
  header .offcanvas-menu .dropdown-custom ul li {
    display: block;
  }
  header .offcanvas-menu .dropdown-custom ul li span {
    margin: 5px 0px;
  }
  header .offcanvas-menu .dropdown-custom ul li span a {
    padding: 10px 25px;
    display: block;
  }
  header .offcanvas-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  header .offcanvas-menu ul li:hover a#aFirst, header .offcanvas-menu ul li.active a#aFirst {
    color: #FFCF09;
    font-weight: bold;
  }
  header .offcanvas-menu ul li:hover a#aFirst:before, header .offcanvas-menu ul li.active a#aFirst:before {
    width: calc(100% - 25px);
  }
  header .offcanvas-menu ul li:hover .wrapper-menu, header .offcanvas-menu ul li.active .wrapper-menu {
    opacity: 1;
    visibility: visible;
  }
  header .offcanvas-menu ul li a#aFirst {
    display: block;
    padding: 15px 25px;
    transition: all 0.2s ease-in-out;
    background: transparent;
    position: relative;
    color: #fff;
    border-bottom: 3px solid transparent;
    text-decoration: none !important;
    font-size: 18px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    font-weight: 300;
  }
  header .offcanvas-menu ul li a#aFirst:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #FFCF09;
    height: 3px;
    width: 0;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) and (max-widt: 1300px) {
  .custom-nav {
    margin: 0 0 0 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1485px) {
  /*.language-switch {
      position: relative;
      right: 0;
      top: 0;
      transform: none;
      display: inline-block;
  }*/
  header {
    /*            .offcanvas-menu {
        ul {
            li {
                a#aFirst {
                    padding: 15px 50px;
                    font-size: 17px;
                }
            }
        }
    }*/
  }
  header .holder {
    padding: 0px 15px !important;
  }
}
@media only screen and (min-width: 1520px) {
  .wrapper-menu {
    top: 89px;
  }
  .topheader ul li {
    font-size: 16px;
  }
  header.scroll .wrapper-menu {
    top: 51px;
  }
  header .offcanvas-menu ul li {
    font-size: 16px;
  }
  .right-menu a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1300px) {
  header .logo img {
    width: 200px;
  }
  header .offcanvas-menu ul li a.dropDown:after {
    right: 0;
  }
}
@media only screen and (max-width: 1480px) {
  header .offcanvas-menu ul li:nth-of-type(1) .drop-desk {
    max-width: calc(100% - 25px);
  }
}
@media only screen and (max-width: 1200px) {
  .search-wrapper {
    position: absolute;
    background: rgba(0, 0, 0, 0.72);
    transition: all 0.5s ease-in-out;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #000;
    top: calc(100% + 10px);
    width: calc(100% - 20px);
    right: 10px;
    max-width: 100%;
    padding: 10px 15px;
  }
  .search-wrapper.active {
    opacity: 1;
    visibility: visible;
  }
  .search-wrapper .form-group {
    margin-bottom: 0;
  }
  .search-wrapper .form-group .btn-search {
    position: absolute;
    right: 35px;
    margin-left: auto;
    max-width: 16px;
    height: auto;
    top: 22px;
  }
  .search-wrapper .form-group label {
    font-size: 16px;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .search-wrapper .form-group .form-control {
    padding: 12px 20px;
    flex: 0 0 100%;
  }
  .right-menu {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 1;
    background: #f6f6f6;
    border-radius: 50px;
    padding: 10px;
  }
  .right-menu .btn-naked {
    display: none;
  }
  .right-menu svg {
    height: 17px;
    width: auto;
  }
  .right-menu a {
    color: #141414;
    cursor: pointer;
    display: flex;
    width: 35px;
    height: 25px;
    align-items: center;
    justify-content: center;
  }
  .right-menu a.hide-phone {
    display: block;
    border-right: 1px solid #b8b8b8;
  }
  .right-menu .form-group.menu {
    margin-bottom: 0;
  }
  .right-menu .search {
    border-right: 1px solid #b8b8b8;
    padding: 0;
    position: relative;
    color: #141414;
    cursor: pointer;
    display: flex;
    width: 35px;
    height: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .right-menu .search:hover {
    cursor: pointer;
  }
  .right-menu .btn-search {
    color: #000;
    font-size: 18px;
    padding: 15px;
    border-right: 1px solid #141414;
    border-left: 1px solid #141414;
  }
  .right-menu .menu-icon {
    position: relative;
    color: #141414;
    text-align: center;
    line-height: 30px;
  }
  .right-menu .menu-icon.hover .dropdown-account {
    max-height: 250px;
    opacity: 1;
  }
  .right-menu .menu-icon .fa-shopping-cart {
    display: inline-block;
  }
  .right-menu .menu-icon .text {
    display: none;
  }
  .right-menu .menu-icon b {
    font-weight: normal;
  }
  .right-menu .menu-icon.login {
    border-right: 1px solid #b8b8b8;
  }
  .right-menu .menu-icon:last-of-type {
    border-right: 1px solid #b8b8b8;
  }
  .btn-catalogus {
    background: #ff7126;
    background: -moz-linear-gradient(90deg, #ff7126 0%, #ffa732 100%);
    background: -webkit-linear-gradient(90deg, #ff7126 0%, #ffa732 100%);
    background: linear-gradient(90deg, #ff7126 0%, #ffa732 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7126",endColorstr="#ffa732",GradientType=1);
    left: -10px;
    top: 0;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    font-weight: 500;
    color: #fff !important;
    border: none;
    padding: 10px 30px;
    padding-left: 40px;
    font-size: 16px;
    position: relative;
    display: table;
    text-align: center;
    top: 0;
    margin: 15px 0 5px;
    text-decoration: none !important;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
  }
  .btn-catalogus span {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    display: inline-block;
    transform: skew(20deg);
  }
  .language-switch {
    margin: 50px 15px 0;
    display: table;
    width: calc(100% - 30px);
  }
  .language-switch .inner {
    background: #ececec;
    font-size: 0;
    padding: 5px;
    border: 2px solid #ddd;
    text-align: center;
  }
  .language-switch .inner img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    padding: 4px;
    border: 1px solid #ddd;
    margin: 0px 3px;
  }
  .language-switch .inner .active-lan {
    display: inline-block;
  }
  .language-switch .inner .active-lan img {
    background: #FAF8F5;
  }
  .language-switch .inner ul {
    display: inline-block;
  }
  .language-switch .inner ul li {
    display: inline-block;
  }
  .language-switch .inner ul li a {
    padding: 0px;
  }
  .menu-middle .container-fluid {
    padding: 0 !important;
  }
  .menu-middle .right .menu-icon {
    height: 35px;
    width: 35px;
    margin: 0 4px;
  }
  .menu-middle .right .menu-icon.show-desktop {
    display: none;
  }
  .menu-middle .right .menu-icon.hide-desktop {
    display: block;
  }
  .menu-middle .right .menu-icon i {
    font-size: 16px;
  }
  html.active header .custom-nav {
    right: 0% !important;
    visibility: visible;
  }
  html.active .overlay-search {
    opacity: 1;
    visibility: visible;
  }
  .hamburger, .login-mobile {
    display: block;
  }
  .offcanvas-menu {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0px 0px 20px;
  }
  .offcanvas-menu.custom-third {
    height: 100% !important;
    max-height: calc(100vh - 250px);
    overflow-y: auto !important;
  }
  .offcanvas-menu ul li:nth-of-type(1) .drop-desk {
    max-width: initial !important;
  }
  .offcanvas-menu .container {
    padding: 0;
  }
  .offcanvas-menu .title-drop {
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
    margin: 25px 0px 5px;
  }
  .offcanvas-menu .menu.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li {
    display: block;
  }
  .offcanvas-menu ul li.back-btn {
    background: #FFD008;
  }
  .offcanvas-menu ul li.back-btn a:before {
    display: none !important;
  }
  .offcanvas-menu ul li.back-btn a:before {
    content: "";
    background-image: url(/resources/img/icons/arrow-small-right-black.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-180deg);
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .offcanvas-menu ul li a {
    display: block;
    padding: 15px 20px;
    transition: color 0.3s;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  .offcanvas-menu ul li a .count {
    position: relative;
    color: #fff;
    background: #A88B45;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    top: 0;
    right: 0px;
    display: inline-block;
    vertical-align: middle;
  }
  .offcanvas-menu ul li.has-children .offcanvas-submenu {
    position: relative;
    right: -100%;
    transform: translate3d(100%, 0, 0);
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .offcanvas-menu ul li.has-children .offcanvas-submenu.submenu-third {
    right: 0;
    transform: none;
    position: relative;
  }
  .offcanvas-menu ul li.has-children .offcanvas-submenu.submenu-third .back-btn {
    display: none !important;
  }
  .offcanvas-menu ul li.has-children .offcanvas-submenu.in-view {
    transform: translate3d(0, 0, 0);
  }
  .offcanvas-menu ul li.has-children .offcanvas-submenu.in-view.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li.has-children > span {
    display: block;
    position: relative;
    width: 100%;
  }
  .offcanvas-menu ul li.has-children > span .sub-menu-toggle {
    display: block;
  }
  .offcanvas-menu ul li.has-children > span a {
    padding-right: 65px;
  }
  .offcanvas-menu ul li.has-children > span a.dropDown:after {
    display: none;
  }
  .offcanvas-menu ul li.has-children.not-child .sub-menu-toggle {
    display: none !important;
  }
  .offcanvas-menu ul li.has-children.not-child a {
    background: transparent !important;
    font-weight: normal !important;
  }
  .offcanvas-menu ul li .sub-menu-toggle {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 30px;
    height: 30px;
    z-index: 1;
    display: none;
    border-radius: 5px;
    background: rgb(255, 208, 8);
    transform: translateY(-50%);
    transition: background-color 0.3s;
  }
  .offcanvas-menu ul li .sub-menu-toggle:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 8px;
    top: 2px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    transition: 0.3s ease-in-out;
  }
  .offcanvas-menu .menu {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header {
    left: 0;
    width: 100%;
    top: 0;
    display: flex;
    z-index: 7;
    position: fixed;
    padding: 10px 0px 0px;
    transition: all 0.3s ease-in-out;
  }
  header.scroll, header.static {
    position: fixed;
    padding: 10px 0;
    background: #FFD008;
  }
  header.scroll .logo img, header.static .logo img {
    filter: brightness(0%);
    width: 175px;
  }
  header .menu-top {
    background: #000;
    padding: 10px 0;
    width: 100%;
  }
  header .logo {
    padding: 0;
    display: table;
  }
  header .logo img {
    width: 200px;
    display: block;
  }
  header .container-fluid.custom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  header.active .custom-nav {
    right: 0;
  }
  header.active .custom-nav .nav-items {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  header .custom-nav {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
    bottom: 0px;
    height: 100%;
    overflow-y: scroll;
    right: -100%;
    background: rgb(46, 174, 172);
    padding: 50px 0px 30px;
    transition: 0.3s ease-in-out !important;
  }
  header .custom-nav::-webkit-scrollbar {
    display: none;
  }
  header .custom-nav .off-canvas {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .off-canvas.in-view {
    transform: translate3d(0, 0, 0);
  }
  header .custom-nav .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  header .custom-nav .nav-items .dropdown-test .nav-big-down {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items li {
    margin-bottom: 20px;
  }
  header .custom-nav .close-mobile {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
  }
  header .custom-nav .title {
    display: block;
    font-size: 30px;
    color: #fff;
    position: relative;
    font-weight: 500;
    line-height: initial;
    font-family: "futura-pt";
  }
  header .custom-nav .social {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
  }
  header .custom-nav .social li {
    display: inline-block;
    margin-right: 20px;
  }
  header .custom-nav .social li:last-child {
    margin-right: 0px;
  }
  header .custom-nav .social li a {
    color: #141414;
  }
  header .custom-nav .mobile-copyright {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    color: #141414;
  }
  header .custom-nav .mobile-show {
    display: block;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  header .custom-nav .mobile-show img {
    max-width: 200px;
    display: block;
    height: auto;
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767.5px) {
  header .custom-nav {
    width: 100%;
    right: -100%;
  }
}
@media only screen and (max-width: 1200px) {
  .topheader {
    width: 100%;
    z-index: 3;
    left: 0%;
    transition: all 0.3s ease-in-out;
  }
  .topheader ul {
    text-align: center;
    position: relative;
  }
  .topheader ul li {
    margin-right: 15px;
  }
  .topheader ul li i {
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
  }
  .topheader ul li:last-child {
    margin-right: 0px;
  }
  .menu-middle {
    width: 100%;
    left: 0;
    padding: 10px 0;
  }
  .menu-middle .shopping-bag .drop {
    position: fixed;
    top: 55px;
    z-index: 999;
    right: initial;
    left: 15px;
    width: calc(100% - 30px);
    min-width: inherit;
    max-height: calc(100vh - 150px);
    height: 100%;
  }
  .menu-middle .shopping-bag .drop .list::-webkit-scrollbar {
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search {
    position: absolute;
    left: 0px;
    top: 60px;
    padding: 10px 15px;
    background: #141414;
    width: 100%;
    order: 3;
    margin-left: auto;
    max-width: inherit;
  }
  .menu-middle .search .form-group .form-control {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .topheader ul {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search .form-group .btn-search {
    top: 0px;
  }
}
@media only screen and (max-width: 767.5px) {
  .search-results .inner {
    max-height: 70vh;
    overflow-y: scroll;
    margin: 0;
    padding: 20px 15px;
    -webkit-overflow-scrolling: touch;
  }
  .search-results .inner .close-search {
    padding: 0;
    right: 20px;
    font-size: 26px;
    top: 25px;
  }
  .search-results .inner b {
    display: block;
    margin-bottom: 10px;
  }
  .search-results .inner .products {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .search-results .inner .products .item {
    align-items: flex-start;
  }
  .search-results .inner .products .item .right-side {
    padding-left: 0;
    max-width: calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    align-items: start;
  }
  .search-results .inner .products .item .right-side .price {
    margin: 10px auto 10px 0;
  }
  .search-results .inner .products .item .right-side .btn-list .stock, .search-results .inner .products .item .right-side .btn-list .delivery {
    text-align: left;
  }
  .search-results .inner .products .item .right-side .info, .search-results .inner .products .item .right-side .price, .search-results .inner .products .item .right-side .btn-list {
    max-width: 100%;
    text-align: left;
    width: 100%;
    justify-content: start;
  }
  .search-results .inner .products .item h6 {
    margin-bottom: 5px;
  }
  .search-results .inner .products .item img {
    flex: 0 0 20%;
    max-width: 20%;
    object-fit: contain;
  }
  .search-results .inner .cats {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    border-right: 0;
    margin-bottom: 30px;
  }
  .topheader {
    padding: 15px 0px;
  }
  .topheader ul li {
    margin-bottom: 3px;
  }
}
.banner-home {
  position: relative;
  /*  min-height: 77vh;*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding: 150px 0 125px;
}
.banner-home:before {
  content: "";
  background: #30AFAC;
  mix-blend-mode: Multiply;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.banner-home .label {
  position: absolute;
  top: 250px;
  left: 52%;
  transform: translateX(-50%);
  max-width: 150px;
  z-index: 2;
}
.banner-home .container-fluid.custom {
  position: relative;
  z-index: 2;
}
.banner-home img:not(.label) {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner-home h1 {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  margin: 0 0 50px;
  max-width: 550px;
}
.banner-home ul li {
  padding: 0 0 0 40px;
  position: relative;
  font-size: 26px;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.banner-home ul li:not(:last-child) {
  margin: 0 0 25px;
}
.banner-home ul li:before {
  content: "";
  background-image: url("/Resources/img/icons/star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: 0;
}

.chairs-home {
  position: relative;
  padding: 0 0 25px;
  /* ul {
             display: flex;
      flex-direction: row;
      justify-content: end;
      position: relative;
      z-index: 4;
      margin: -100px 0 -50px;

      li {


          &:not(:last-child) {
              margin: 0 10px 0 0;
          }

          img {
          }
      }
  }*/
}
.chairs-home:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: #FFCF09;
}
.chairs-home .slick-slide {
  margin: 0 20px;
}
.chairs-home .slick-list {
  margin: 0 -20px;
}
.chairs-home .slider-chairs.mobile-chairs-slider {
  display: none;
}
.chairs-home .wrapper {
  position: relative;
  z-index: 4;
  margin: -100px 0 -50px;
}
.chairs-home .wrapper .item {
  max-width: 175px;
  text-align: center;
  display: block;
  color: #000;
}
.chairs-home .wrapper .item img {
  display: block;
  width: 100%;
}
.chairs-home .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
}
.chairs-home .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.chairs-home .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.chairs-home .btn-default:hover {
  background: #FFD008;
  color: #000;
}

.our-story {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding: 300px 0;
  color: #fff;
}
.our-story:before {
  content: "";
  mix-blend-mode: Multiply;
  background: #2EAEAC;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 50%;
  height: 50%;
}
.our-story .container-fluid.custom {
  position: relative;
  z-index: 2;
}
.our-story img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.our-story h2, .our-story h3, .our-story h4, .our-story h5, .our-story h6 {
  font-size: 36px;
  margin: 0 0 10px;
  color: #fff;
}
.our-story .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
}
.our-story .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.our-story .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.our-story .btn-default:hover {
  background: #FFD008;
  color: #000;
}

.collection {
  padding: 75px 0;
  background: #fff;
}
.collection .title {
  position: relative;
  text-align: center;
  color: #269594;
  margin: 0 0 100px;
}
.collection .title h2, .collection .title h3, .collection .title h4, .collection .title h5, .collection .title h6 {
  background: #fff;
  padding: 0 50px;
  color: #269594;
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.collection .title:before {
  content: "";
  background: #FFCF09;
  position: absolute;
  height: 20px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.collection:has(.item:hover) .item:not(:hover) {
  flex: 0.5;
}
.collection .item-wrap {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 5;
}
.collection .item-wrap.grow {
  transform: scale(1.05);
}
.collection .item-wrap.shrink {
  transform: scale(0.95);
}
.collection .item-wrap:hover .top-wrap {
  border-color: #FFCF09;
}
.collection .item-wrap:hover svg path {
  fill: #FFCF09;
}
.collection .item-wrap:hover .text {
  background: #FFCF09;
}
.collection .item-wrap:hover .text.right-item:before {
  border-color: transparent #FFCF09 transparent transparent;
}
.collection .item-wrap:hover .text.yellow:before {
  border-color: transparent #FFCF09 transparent transparent;
}
.collection .top-wrap {
  position: relative;
  border: 4px solid;
  box-shadow: 3px 10px 20px 0px rgba(0, 0, 0, 0.3490196078);
  display: block;
  border-color: #269594;
}
.collection .top-wrap.right-item img:not(svg) {
  width: 112%;
  left: -75px;
  transform: none;
  bottom: initial;
  top: 25px;
}
.collection .top-wrap.right-item svg {
  max-width: 175px;
}
.collection .top-wrap svg {
  max-width: 145px;
  display: block;
  margin: 20px 20px 0 auto;
}
.collection .top-wrap img:not(svg) {
  position: relative;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
}
.collection svg path {
  fill: #269594;
}
.collection .text {
  text-align: center;
  color: #fff;
  padding: 15px 25px;
  box-shadow: 3px 10px 20px 0px rgba(0, 0, 0, 0.3490196078);
  margin: 25px 0 0;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  background: #269594;
}
.collection .text:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 75px 35px 0;
  border-color: transparent #269594 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  z-index: 2;
}
.collection .text.yellow:before {
  position: absolute;
  top: 0;
  left: -75px;
  border-color: transparent #269594 transparent transparent;
}
.collection .text.yellow img {
  left: -200px;
}
.collection .text.right-item {
  /* background: #269594;*/
  /*    font-size: 12px;*/
}
.collection .text.right-item:before {
  position: absolute;
  top: 0;
  right: -75px;
  /*   border-color: transparent #269594 transparent transparent;*/
  transform: scaleX(-1);
}
.collection .text.right-item img {
  right: -200px;
}
.collection .text img {
  position: absolute;
  top: -75px;
  max-width: 175px;
  border-radius: 50%;
  width: 100%;
}
.collection .text b, .collection .text strong {
  font-size: 18px;
  font-weight: 900;
}

.quality {
  position: relative;
}
.quality.homepage .top-text {
  left: 30%;
  top: 150px;
}
.quality.homepage .bottom-text {
  left: 75%;
  bottom: 250px;
}
.quality .right-chair {
  transform: scaleX(-1);
  position: relative;
  right: -50%;
  top: -350px;
}
.quality .left-chair {
  position: absolute;
  top: 150px;
  left: 0px;
}
.quality .left-chair img {
  max-width: 1080px;
  margin: 0 0 0 -250px;
  height: auto;
  width: 1080px;
}
.quality img {
  width: 100%;
}
.quality .top-text, .quality .bottom-text {
  color: #155B58;
  max-width: 300px;
  width: 100%;
  position: absolute;
  font-size: 14px;
  transform: translateX(-50%);
}
.quality .top-text b, .quality .top-text strong, .quality .bottom-text b, .quality .bottom-text strong {
  font-size: 20px;
  display: block;
  margin: 0 0 5px;
}
.quality .top-text {
  top: 50px;
  left: 60%;
}
.quality .bottom-text {
  bottom: 200px;
  left: 65%;
}

.experiences {
  position: relative;
}
.experiences:after {
  content: "";
  position: absolute;
  bottom: 150px;
  width: 100%;
  height: 300px;
  background: #30AFAC;
  z-index: -1;
}
.experiences:before {
  content: "";
  position: absolute;
  bottom: 50px;
  width: 50%;
  height: 20px;
  background: #FFCF09;
  z-index: -1;
}
.experiences .text {
  text-align: center;
  position: relative;
  top: 150px;
}
.experiences .text i, .experiences .text em {
  font-family: "fave";
  font-size: 55px;
  display: block;
  margin: 0 0 10px;
  line-height: 60px;
}
.experiences .text .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  margin: 15px auto 0;
}
.experiences .text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.experiences .text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.experiences .text .btn-default:hover {
  background: #FFD008;
  color: #000;
}
.experiences img {
  width: 100%;
  margin: 0 0 0 -100px;
}

.professionals {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding: 300px 0;
  color: #fff;
}
.professionals.maatwerk {
  padding: 200px 0;
}
.professionals.maatwerk:before {
  content: "";
  background: #30AFAC;
  mix-blend-mode: Multiply;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  height: calc(100% - 250px);
  z-index: 1;
}
.professionals.maatwerk .text {
  padding: 0 0 0 50px;
}
.professionals.maatwerk a:not(.btn-default) {
  color: #FFD008;
  text-decoration: underline !important;
}
.professionals:before {
  content: "";
  mix-blend-mode: Multiply;
  background: #2EAEAC;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 50%;
  height: 50%;
}
.professionals .container-fluid.custom {
  position: relative;
  z-index: 2;
}
.professionals img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.professionals h2, .professionals h3, .professionals h4, .professionals h5, .professionals h6 {
  font-size: 36px;
  margin: 0 0 10px;
  color: #fff;
}
.professionals .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
}
.professionals .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.professionals .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.professionals .btn-default:hover {
  background: #FFD008;
  color: #000;
}

.blogs {
  padding: 75px 0;
}
.blogs .title {
  position: relative;
  text-align: center;
  color: #269594;
  margin: 0 0 75px;
}
.blogs .title h2, .blogs .title h3, .blogs .title h4, .blogs .title h5, .blogs .title h6 {
  background: #fff;
  padding: 0 50px;
  color: #269594;
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.blogs .title:before {
  content: "";
  background: #FFCF09;
  position: absolute;
  height: 20px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.blogs .slick-slide {
  margin: 0 15px;
}
.blogs .slick-list {
  margin: 0 -15px;
}
.blogs .slider-wrapper {
  position: relative;
}
.blogs .slider-wrapper .nav-slider {
  position: absolute;
  top: 225px;
  right: -25px;
  /* transform: translateY(-50%);*/
  width: 100%;
}
.blogs .slider-wrapper .nav-slider .slick-arrow {
  position: absolute;
  cursor: pointer;
}
.blogs .slider-wrapper .nav-slider .slick-arrow svg {
  width: 45px;
  height: 45px;
}
.blogs .slider-wrapper .nav-slider .slick-arrow.JS-next {
  right: -75px;
}
.blogs .slider-wrapper .nav-slider .slick-arrow.JS-prev {
  left: -100px;
}
.blogs .blog-item {
  color: #155B58;
  transition: all 0.3s ease-in-out;
}
.blogs .blog-item:hover img {
  border: 5px solid #FFCF09;
}
.blogs .blog-item img {
  display: block;
  margin: 0 0 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  border: 5px solid transparent;
}
.blogs .blog-item .content {
  padding: 15px 25px;
  font-size: 16px;
}
.blogs .blog-item .content .date {
  font-weight: 300;
  color: #2EAEAC;
  display: block;
  font-size: 14px;
}
.blogs .blog-item .content b {
  display: block;
  margin: 0 0 5px;
  font-size: 18px;
}

@media only screen and (max-width: 1600px) {
  .professionals.maatwerk:before {
    left: 5%;
  }
}
@media only screen and (max-width: 1525px) {
  .quality.homepage .bottom-text {
    bottom: 100px;
  }
  .quality .right-chair {
    top: -200px;
  }
  .quality .left-chair img {
    width: 880px;
  }
  .experiences {
    padding: 50px 0 0;
  }
  .experiences:after {
    height: 200px;
  }
  .experiences .text {
    top: 25px;
  }
  .experiences img {
    max-width: 650px;
  }
  .professionals.maatwerk:before {
    left: 3%;
  }
}
@media only screen and (max-width: 1400px) {
  .experiences {
    padding: 200px 0 0;
  }
}
@media only screen and (max-width: 1300px) {
  .experiences {
    padding: 300px 0 0;
  }
  .experiences:after {
    height: 225px;
  }
  .blogs .slider-wrapper .nav-slider .slick-arrow.JS-next {
    right: -50px;
  }
}
@media only screen and (max-width: 991.5px) {
  .banner-home:before {
    width: 65%;
  }
  .banner-home img:not(.label) {
    object-position: 62%;
  }
  .banner-home .label {
    left: 69%;
  }
  .our-story:before {
    width: 60%;
  }
  .our-story img {
    object-position: 80%;
  }
  .blogs .slider-wrapper .nav-slider .slick-arrow.JS-prev {
    left: -80px;
  }
  .blogs .slider-wrapper .nav-slider .slick-arrow.JS-next {
    right: -35px;
  }
  .collection .item.yellow {
    left: -25px;
  }
  .collection .item.blue {
    right: -50px;
  }
  .collection .text {
    position: relative;
  }
  .collection .text.yellow {
    left: -25px;
  }
  .collection .text.blue {
    right: -50px;
  }
  .collection .text:before {
    display: none;
  }
  .collection .text img {
    display: none;
  }
  .professionals:before {
    width: 60%;
  }
  .professionals.maatwerk {
    background: #30AFAC;
    padding: 0 0 50px 0;
  }
  .professionals.maatwerk:before {
    display: none;
  }
  .professionals.maatwerk img {
    position: relative;
    z-index: 3;
  }
  .professionals.maatwerk .text {
    padding: 25px 0 0;
  }
  .professionals.maatwerk .text .btn-default {
    background: #fff;
    color: #30AFAC;
  }
  .professionals img {
    object-position: 80%;
  }
  .quality.homepage .top-text {
    top: 25px;
  }
  .quality.homepage .bottom-text {
    bottom: 50px;
  }
  .quality .top-text {
    left: 30%;
  }
  .quality .bottom-text {
    left: 70%;
    bottom: 125px;
  }
  .quality .left-chair img {
    max-width: 550px;
    margin: 0 0 0 -100px;
  }
  .experiences {
    /*    padding: 150px 0 0;*/
  }
  .experiences:after {
    height: 125px;
  }
  .experiences:before {
    bottom: 15px;
    width: 58%;
  }
  .experiences .text {
    top: -150px;
  }
}
@media only screen and (max-width: 767.5px) {
  .banner-home {
    padding: 75px 0 120px;
    background: #2EAEAC;
  }
  .banner-home:before {
    display: none;
  }
  .banner-home .label {
    max-width: 100px;
    top: 115px;
    left: -7px;
    z-index: 5;
    transform: none;
  }
  .banner-home h1 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 15px;
  }
  .banner-home ul li {
    font-size: 16px;
    padding: 0 0 0 30px;
  }
  .banner-home ul li:before {
    width: 20px;
    height: 20px;
  }
  .banner-home ul li:not(:last-child) {
    margin: 0 0 7px;
  }
  .banner-home img:not(.label) {
    position: relative;
    z-index: 4;
  }
  .chairs-home .slider-chairs.mobile-chairs-slider {
    display: block;
  }
  .chairs-home .slider-chairs.desktop-chairs-slider {
    display: none;
  }
  .chairs-home .wrapper {
    position: relative;
    top: -100px;
    overflow-x: scroll;
    margin: 0 0 -100px;
  }
  .chairs-home .wrapper ul {
    width: 550px;
    margin: 0;
  }
  .chairs-home .btn-default {
    padding: 15px;
    width: 100%;
  }
  .our-story, .professionals {
    background: #2EAEAC;
    padding: 0;
  }
  .our-story:before, .professionals:before {
    display: none;
  }
  .our-story img, .professionals img {
    position: relative;
    object-position: initial;
    width: 175%;
    left: -275px;
    max-width: initial;
    z-index: 4;
  }
  .our-story .text, .professionals .text {
    background: #2EAEAC;
    padding: 25px 15px;
  }
  .our-story .text h2, .our-story .text h3, .our-story .text h4, .our-story .text h5, .our-story .text h6, .professionals .text h2, .professionals .text h3, .professionals .text h4, .professionals .text h5, .professionals .text h6 {
    font-size: 28px;
  }
  .our-story .text .btn-default, .professionals .text .btn-default {
    background: #fff;
    color: #2EAEAC;
  }
  .collection {
    padding: 50px 0;
  }
  .collection .item-wrap {
    max-width: 75%;
    display: block;
    margin: 0 auto;
  }
  .collection .item.yellow {
    left: 0;
  }
  .collection .item.blue {
    right: 0;
  }
  .collection .text.yellow {
    left: 0;
    margin: 25px 0 75px;
  }
  .collection .text.blue {
    right: 0;
  }
  .quality {
    padding: 0 0 650px;
  }
  .quality.homepage .top-text {
    bottom: 50px;
    left: 50%;
    top: initial;
  }
  .quality.homepage .bottom-text {
    top: 25px;
    bottom: initial;
    transform: none;
    left: 25px;
  }
  .quality .top-text {
    left: 50%;
  }
  .quality .right-chair {
    top: 100px;
    right: -55%;
  }
  .quality .right-chair img {
    min-width: 600px;
  }
  .quality .left-chair {
    top: 400px;
    left: -50px;
  }
  .quality .left-chair img {
    max-width: 450px;
  }
  .quality .bottom-text {
    left: 50%;
    bottom: 50px;
  }
  .experiences {
    padding: 0;
  }
  .experiences .text {
    top: 0;
  }
  .experiences img {
    margin: 0;
    position: relative;
    right: -50px;
    width: 450px;
  }
  .blogs .slider-wrapper .nav-slider .slick-arrow {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blogs .slider-wrapper .nav-slider .slick-arrow.JS-prev {
    left: -40px;
  }
  .blogs .slider-wrapper .nav-slider .slick-arrow.JS-next {
    right: 15px;
  }
  .blogs .slider-wrapper .nav-slider .slick-arrow svg {
    width: 25px;
    height: 25px;
  }
}
.popup {
  position: fixed;
  z-index: 12;
  left: 50px;
  bottom: 20px;
  width: calc(100% - 100px);
  background: #fff;
  border-radius: 5px;
  border: 2px solid #e5e5e5;
  padding: 15px 35px;
}
.popup .accept {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  margin: 0 0 0 auto;
}
.popup .accept.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.popup .accept.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.popup .accept:hover {
  background: #FFD008;
  color: #000;
}
.popup p {
  margin: 0;
  font-size: 14px;
}
.popup p a {
  color: #fff;
}
.popup .link {
  color: #FFFFFF;
  margin-right: 15px;
}
.popup .cookies-img {
  margin-right: 30px;
  font-size: 25px;
  float: left;
  color: #141414;
}

.link-pref {
  color: #fff;
  margin-right: 50px;
}
.link-pref:hover {
  text-decoration: underline;
}

.cookies {
  padding: 45px 0;
}
.cookies .title {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  padding: 0 60px;
}
.cookies .text {
  font-size: 16px;
  margin-top: 30px;
}
.cookies .text b {
  font-size: 24px;
  color: #141414;
  display: block;
  margin-bottom: 15px;
}
.cookies .banner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  color: #141414;
  margin-bottom: 60px;
}
.cookies .banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: -20px;
}
.cookies .info {
  margin-top: 30px;
}
.cookies .info ul {
  list-style: none;
  padding: 0;
}
.cookies .info li {
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cookies .info h4 {
  background: #141414;
  font-size: 18px;
  letter-spacing: 3px !important;
  color: #fff;
  cursor: pointer;
  height: 60px;
  padding: 20px 15px 0 45px;
  position: relative;
  border-radius: 5px;
  width: 100%;
  margin: auto;
  text-transform: none;
}
.cookies .info h4:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info h4:before {
  display: block !important;
  content: "";
  height: 30px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info li.next h4:before, .cookies .info li.active h4:after {
  background: transparent;
}
.cookies .info .content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.cookies .info .table {
  width: 1110px;
  max-width: 1110px;
  margin-top: 30px;
  color: #394452;
  text-transform: none;
}
.cookies .info .head {
  font-weight: 700;
  font-size: 18px;
}
.cookies .info .head .col {
  padding-top: 0 !important;
}
.cookies .info .content .row {
  display: flex;
}
.cookies .info .row .col {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.cookies .info .border {
  position: absolute;
  height: 2px;
  width: calc(100% - 15px);
  background: #000;
  left: 15px;
  bottom: 0;
}

.preference {
  margin: 50px 0;
  float: left;
  width: 100%;
}
.preference .disable {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.preference .checkbox-cookies input {
  opacity: 0;
  z-index: 1;
  position: absolute;
}
.preference .checkbox-cookies input:checked + label:before {
  background: #141414;
}
.preference .checkbox-cookies input:checked + label:after {
  left: 20px !important;
}
.preference .checkbox-cookies label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.preference .checkbox-cookies label:before {
  content: "";
  height: 30px;
  width: 45px;
  border: none;
  background: #b1b1b1;
  outline: none !important;
  border-radius: 100px;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.preference .checkbox-cookies label:after {
  content: "" !important;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
  margin-left: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.preference .item {
  position: relative;
  margin-bottom: 30px;
}
.preference .btn {
  float: right;
}

.btn-cancel {
  text-decoration: none;
  font-weight: bold;
}

.btn-accept {
  float: right;
}
.btn-accept:hover {
  background: #394452;
  color: #fff;
}

.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .popup .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .popup {
    left: 25px;
    width: calc(100% - 50px);
    padding: 10px 15px;
  }
  .cookies .title {
    padding: 0 120px;
  }
  .checkbox-mobile {
    position: absolute;
    right: 30px;
    top: -10px;
    text-align: right;
  }
  .preference .checkbox {
    margin-right: 0px;
  }
}
@media (max-width: 767.5px) {
  .cookies .title {
    padding: 0 30px;
  }
  .cookies .info h4 {
    text-align: center;
    padding: 10px;
    font-size: 16px;
  }
  .popup {
    padding: 15px 0;
    line-height: inherit;
    left: 15px;
    width: calc(100% - 30px);
    bottom: 15px;
  }
  .popup .link {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
  }
  .popup p {
    padding: 0;
    padding-left: 0px;
  }
  .popup .cookies-img {
    margin-bottom: 15px;
    margin-right: 0px;
    /*            display: none;*/
  }
  .popup .container-fluid {
    padding: 0 15px;
  }
  .popup .accept {
    margin-top: 15px;
    line-height: inherit;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 70%;
    text-align: center;
    display: block;
  }
}
.banner-comfort {
  position: relative;
  /*  min-height: 77vh;*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding: 225px 0;
  font-weight: 300;
}
.banner-comfort:before {
  content: "";
  background: #30AFAC;
  mix-blend-mode: Multiply;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  height: 300px;
  z-index: 1;
}
.banner-comfort.ergonomie .name-chair {
  left: 76%;
  top: 73%;
}
.banner-comfort .name-chair {
  position: absolute;
  left: 71%;
  top: 65%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
.banner-comfort .container-fluid.custom {
  position: relative;
  z-index: 1;
}
.banner-comfort img:not(.label) {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner-comfort .text {
  padding: 25px 25px 25px 75px;
  z-index: 2;
  position: relative;
  color: #fff;
}
.banner-comfort h1 {
  color: #fff;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  margin: 0 0 15px;
}
.banner-comfort ul li {
  padding: 0 0 0 40px;
  position: relative;
  font-size: 26px;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.banner-comfort ul li:not(:last-child) {
  margin: 0 0 25px;
}
.banner-comfort ul li:before {
  content: "";
  background-image: url("/Resources/img/icons/star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: 0;
}

.btn-section {
  position: relative;
}
.btn-section:before {
  content: "";
  background: #FFD008;
  height: 65px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.btn-section.center .btn-default {
  margin: 0 auto;
  min-width: 225px;
  top: -25px;
}
.btn-section .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  position: relative;
  top: -50px;
}
.btn-section .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.btn-section .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.btn-section .btn-default:hover {
  background: #FFD008;
  color: #000;
}

.text-img {
  position: relative;
  padding: 100px 0;
  font-size: 17px;
  color: #8A8A8A;
}
.text-img.mg-top {
  margin: 50px 0 0;
}
.text-img.mg-top:before {
  height: calc(100% - 158px);
}
.text-img.big-title:before {
  height: calc(100% - 100px);
}
.text-img.big-title h2, .text-img.big-title h3, .text-img.big-title h4, .text-img.big-title h5, .text-img.big-title h6 {
  font-size: 50px;
}
.text-img.border-right:before {
  content: "";
  position: absolute;
  height: calc(100% - 200px);
  width: 60%;
  left: initial;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid #2EAEAC;
}
.text-img.border-right.border-custom:before {
  height: calc(100% - 100px);
}
.text-img:before {
  content: "";
  position: absolute;
  height: calc(100% - 200px);
  width: 60%;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid #2EAEAC;
}
.text-img.custom-img-contact:before {
  max-height: 600px;
}
.text-img.custom-img-contact img {
  max-width: 400px;
}
.text-img img {
  width: 100%;
  max-width: 550px;
}
.text-img .logos img {
  max-width: 450px;
  border: 3px solid #EEAE17;
  padding: 25px;
  background: #fff;
  position: relative;
  right: -75px;
}
.text-img ul {
  padding: 0 0 0 20px;
}
.text-img ul li {
  list-style: disc;
}
.text-img h2, .text-img h3, .text-img h4, .text-img h5, .text-img h6 {
  color: #155B58;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px;
}
.text-img .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
}
.text-img .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.text-img .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.text-img .btn-default:hover {
  background: #FFD008;
  color: #000;
}
.text-img .contact-info ul li {
  padding: 0 0 0 25px;
  position: relative;
}
.text-img .contact-info ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 18px;
}
.text-img .contact-info ul li:nth-of-type(1):before {
  background-image: url("/Resources/img/phone.svg");
}
.text-img .contact-info ul li:nth-of-type(2):before {
  background-image: url("/Resources/img/mail.svg");
}
.text-img .contact-info ul li:nth-of-type(3):before {
  background-image: url("/Resources/img/icons/whatsapp.svg");
}
.text-img .contact-info ul li a {
  color: #2EAEAC;
  transition: all 0.3s ease-in-out;
}
.text-img .contact-info ul li a:hover {
  color: #000;
}

.collection-chairs {
  padding: 75px 0 0;
}
.collection-chairs .title {
  position: relative;
  text-align: center;
  color: #269594;
  margin: 0 0 100px;
}
.collection-chairs .title h2, .collection-chairs .title h3, .collection-chairs .title h4, .collection-chairs .title h5, .collection-chairs .title h6 {
  background: #fff;
  padding: 0 50px;
  color: #269594;
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.collection-chairs .title:before {
  content: "";
  background: #FFCF09;
  position: absolute;
  height: 20px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.collection-chairs .cat-item {
  color: #8A8A8A;
  margin: 0 0 25px;
  display: block;
}
.collection-chairs .cat-item:hover img {
  border-color: #FFCF09;
}
.collection-chairs .cat-item .content {
  padding: 0 25px;
}
.collection-chairs .cat-item .content .title-cat {
  color: #155B58;
  font-size: 22px;
  font-weight: 700;
  display: block;
}
.collection-chairs .cat-item img {
  width: 100%;
  display: block;
  margin: 0 0 25px;
  border: 5px solid transparent;
  transition: all 0.3s ease-in-out;
}
.collection-chairs .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  margin: 25px auto 0;
}
.collection-chairs .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.collection-chairs .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.collection-chairs .btn-default:hover {
  background: #FFD008;
  color: #000;
}

.chairs {
  padding: 0 0 250px;
  position: relative;
}
.chairs .right-chair {
  position: relative;
  right: -65%;
  top: 125px;
}
.chairs .right-chair img {
  max-width: 850px;
}
.chairs .left-chair {
  transform: scaleX(-1);
  position: absolute;
  top: 0;
  left: 0;
}
.chairs .left-chair.flip-off {
  transform: none;
  left: -50px;
  top: 75px;
}
.chairs .left-chair img {
  max-width: 1080px;
  margin: 0 0 0 -75px;
  height: auto;
  width: 750px;
}
.chairs img {
  width: 100%;
}
.chairs .top-text-left, .chairs .top-text-right, .chairs .bottom-text {
  position: absolute;
  color: #8A8A8A;
  max-width: 350px;
  width: 100%;
}
.chairs .top-text-left b, .chairs .top-text-left strong, .chairs .top-text-right b, .chairs .top-text-right strong, .chairs .bottom-text b, .chairs .bottom-text strong {
  font-size: 20px;
  display: block;
  margin: 0 0 5px;
  color: #155B58;
}
.chairs .top-text-left {
  top: 200px;
  left: 28%;
}
.chairs .top-text-right {
  top: 125px;
  left: 55%;
}
.chairs .bottom-text {
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  text-align: center;
}

.text-img-category {
  position: relative;
  padding: 50px 0;
  color: #8A8A8A;
}
.text-img-category h2, .text-img-category h3, .text-img-category h4, .text-img-category h5, .text-img-category h6 {
  color: #155B58;
  font-size: 20px;
  font-weight: bold;
}
.text-img-category .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  margin: 0;
}
.text-img-category .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.text-img-category .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.text-img-category .btn-default:hover {
  background: #FFD008;
  color: #000;
}
.text-img-category img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 1650px) {
  .banner-comfort:before {
    left: 7%;
  }
}
@media only screen and (max-width: 1550px) {
  .banner-comfort:before {
    left: 5%;
  }
  .chairs .right-chair {
    right: -60%;
  }
}
@media only screen and (max-width: 1450px) {
  .chairs .left-chair img, .chairs .right-chair img {
    max-width: 750px;
  }
  .chairs .right-chair {
    right: -65%;
    top: 100px;
  }
  .chairs .top-text-left {
    top: 225px;
  }
}
@media only screen and (max-width: 1300px) {
  .chairs .left-chair.flip-off {
    top: 100px;
  }
  .chairs .left-chair img {
    max-width: 550px;
  }
  .chairs .right-chair img {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner-comfort {
    padding: 150px 0;
  }
  .banner-comfort:before {
    left: 1%;
  }
  .banner-comfort .text {
    padding: 25px 25px 25px 50px;
  }
}
@media only screen and (max-width: 991.5px) {
  .banner-comfort .text {
    padding: 25px;
  }
  .chairs .left-chair img, .chairs .right-chair img {
    max-width: 450px;
  }
  .chairs .left-chair {
    left: -175px;
    top: 75px;
  }
  .chairs .left-chair.flip-off {
    left: -100px;
  }
  .chairs .right-chair {
    right: -65%;
    top: 150px;
  }
  .chairs .top-text-right {
    top: -25px;
  }
  .chairs .top-text-left {
    top: 150px;
  }
  .chairs .bottom-text {
    bottom: 75px;
  }
  .text-img {
    padding: 100px 0 50px;
  }
  .text-img:before {
    height: calc(100% - 50px);
    top: 53%;
  }
  .collection-chairs {
    padding: 75px 0 100px;
  }
  .collection-chairs .title {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767.5px) {
  .banner-comfort {
    padding: 0 0 50px;
    background: #2EAEAC;
  }
  .banner-comfort:before {
    width: calc(100% - 10px);
    display: none;
  }
  .banner-comfort.ergonomie .name-chair {
    top: 30%;
  }
  .banner-comfort img:not(.label) {
    position: relative;
    z-index: 4;
  }
  .banner-comfort h1 {
    font-size: 36px;
    line-height: 42px;
    text-shadow: none;
  }
  .banner-comfort .name-chair {
    top: 30%;
    z-index: 4;
    font-size: 12px;
  }
  .text-img:before {
    width: 98%;
    left: -5px;
  }
  .text-img.border-right:before {
    width: 100%;
    right: -5px;
  }
  .text-img.custom-img-contact:before {
    height: calc(100% + 50px);
    top: 33%;
  }
  .text-img.custom-img-contact img {
    max-width: 225px;
  }
  .text-img .logos img {
    max-width: 300px;
    top: 50px;
    right: -25px;
  }
  .text-img .text {
    padding: 25px;
  }
  .text-img.big-title h2, .text-img.big-title h3, .text-img.big-title h4, .text-img.big-title h5, .text-img.big-title h6 {
    font-size: 32px;
  }
  .chairs {
    padding: 0 0 825px;
  }
  .chairs .mobile-hide {
    display: none;
  }
  .chairs .top-text-right {
    left: 50%;
    transform: translateX(-50%);
  }
  .chairs .left-chair {
    top: 475px;
    left: -125px;
  }
  .chairs .left-chair.flip-off {
    left: -25px;
    top: 475px;
  }
  .chairs .left-chair img {
    max-width: 350px;
  }
  .chairs .right-chair {
    top: 275px;
    right: -40%;
  }
  .chairs .top-text-left {
    left: 25px;
    top: 200px;
    padding-right: 75px;
  }
  .chairs .top-text-left.mobile-text-bottom {
    bottom: 75px;
    top: initial;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }
  .text-img-category {
    padding: 75px 0 50px;
  }
}
.banner-categorie {
  position: relative;
  /*  min-height: 77vh;*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding: 300px 0 200px;
  color: #fff;
  font-weight: 300;
}
.banner-categorie:before {
  content: "";
  background: #30AFAC;
  mix-blend-mode: Multiply;
  position: absolute;
  left: 8%;
  top: 55.5%;
  transform: translateY(-50%);
  width: 650px;
  height: 300px;
  z-index: 1;
}
.banner-categorie.testimoials-banner:before {
  height: 350px;
}
.banner-categorie.category-page:before {
  height: 450px;
}
.banner-categorie .container-fluid.custom {
  position: relative;
  z-index: 1;
}
.banner-categorie img:not(.label) {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner-categorie .logo {
  margin: 0 0 20px;
}
.banner-categorie .logo img {
  max-width: 250px;
  position: relative;
  height: auto;
  object-fit: initial;
  z-index: initial;
  filter: brightness(0) invert(1);
}
.banner-categorie .text {
  padding: 0 0 0 75px;
}
.banner-categorie h1 {
  color: #fff;
  font-size: 50px;
  line-height: 54px;
  font-weight: bold;
  margin: 0 0 15px;
}
.banner-categorie ul li {
  padding: 0 0 0 40px;
  position: relative;
  font-size: 26px;
  color: #fff;
}
.banner-categorie ul li:not(:last-child) {
  margin: 0 0 25px;
}
.banner-categorie ul li:before {
  content: "";
  background-image: url("/Resources/img/icons/star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: 0;
}

.articles {
  padding: 75px 0;
}
.articles.pd-bottom {
  padding: 75px 0 150px;
}
.articles .title {
  position: relative;
  text-align: center;
  color: #269594;
  margin: 0 0 75px;
}
.articles .title h2, .articles .title h3, .articles .title h4, .articles .title h5, .articles .title h6 {
  background: #fff;
  padding: 0 50px;
  color: #269594;
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.articles .title:before {
  content: "";
  background: #FFCF09;
  position: absolute;
  height: 20px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.articles .small-text {
  display: block;
  font-size: 14px;
}
.articles .slick-slide {
  margin: 0 15px;
}
.articles .slick-list {
  margin: 0 -15px;
}
.articles .slider-wrapper {
  position: relative;
}
.articles .slider-wrapper .nav-slider, .articles .slider-wrapper .nav-slider2 {
  position: absolute;
  top: 225px;
  right: -25px;
  /* transform: translateY(-50%);*/
  width: 100%;
}
.articles .slider-wrapper .nav-slider .slick-arrow, .articles .slider-wrapper .nav-slider .slick-arrow2, .articles .slider-wrapper .nav-slider2 .slick-arrow, .articles .slider-wrapper .nav-slider2 .slick-arrow2 {
  position: absolute;
  cursor: pointer;
}
.articles .slider-wrapper .nav-slider .slick-arrow.slick-hidden, .articles .slider-wrapper .nav-slider .slick-arrow2.slick-hidden, .articles .slider-wrapper .nav-slider2 .slick-arrow.slick-hidden, .articles .slider-wrapper .nav-slider2 .slick-arrow2.slick-hidden {
  display: none;
}
.articles .slider-wrapper .nav-slider .slick-arrow svg, .articles .slider-wrapper .nav-slider .slick-arrow2 svg, .articles .slider-wrapper .nav-slider2 .slick-arrow svg, .articles .slider-wrapper .nav-slider2 .slick-arrow2 svg {
  width: 45px;
  height: 45px;
}
.articles .slider-wrapper .nav-slider .slick-arrow.JS-next, .articles .slider-wrapper .nav-slider .slick-arrow.JS-next2, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-next, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-next2, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-next, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-next2, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-next, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-next2 {
  right: -75px;
}
.articles .slider-wrapper .nav-slider .slick-arrow.JS-prev, .articles .slider-wrapper .nav-slider .slick-arrow.JS-prev2, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-prev, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-prev2, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-prev, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-prev2, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-prev, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-prev2 {
  left: -100px;
}
.articles .item {
  color: #8A8A8A;
  transition: all 0.3s ease-in-out;
  border: 3px solid transparent;
  font-weight: 400;
  /* &:hover {
      border-color: #FFCF09;
  }*/
}
.articles .item img {
  display: block;
  margin: 0 0 10px;
  width: 100%;
}
.articles .item .content {
  padding: 15px 25px;
  font-size: 16px;
}
.articles .item .content .price {
  font-weight: 300;
  color: #2EAEAC;
  display: block;
  font-size: 14px;
  margin: 10px 0 0;
}
.articles .item .content b {
  display: block;
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 700;
  color: #155B58;
}

.story {
  padding: 125px 0 50px 0;
}
.story .story-text {
  padding: 25px;
  background: #fff;
  border: 4px solid #269594;
  color: #8A8A8A;
  position: relative;
}
.story .story-text:before {
  content: "";
  background-image: url(/Resources/img/triangle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 75px;
  position: absolute;
  top: -4px;
  right: -148px;
}
.story .story-text:after {
  content: "";
  background: rgba(46, 174, 172, 0.5019607843);
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}
.story .story-text img {
  position: absolute;
  top: -125px;
  right: -325px;
  max-width: 250px;
  width: 100%;
  border-radius: 50%;
  z-index: -1;
}
.story .story-text h2, .story .story-text h3, .story .story-text h4, .story .story-text h5, .story .story-text h6 {
  font-size: 38px;
  color: #000000;
}
.story .story-text .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  background: #EEAE17;
}
.story .story-text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.story .story-text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.story .story-text .btn-default:hover {
  background: #FFD008;
  color: #000;
}

.chairs-brands {
  padding: 0 0 250px;
  position: relative;
}
.chairs-brands.farstrup-cat .top-text-left {
  left: 50%;
  transform: translateX(-50%);
  top: 500px;
}
.chairs-brands .right-chair {
  position: relative;
  right: -65%;
  top: 150px;
}
.chairs-brands .right-chair img {
  max-width: 850px;
}
.chairs-brands .left-chair {
  position: absolute;
  top: 150px;
  left: -200px;
}
.chairs-brands .left-chair img {
  max-width: 1080px;
  height: auto;
  width: 900px;
}
.chairs-brands img {
  width: 100%;
}
.chairs-brands .top-text-left, .chairs-brands .top-text-right, .chairs-brands .bottom-text {
  position: absolute;
  color: #8A8A8A;
  max-width: 350px;
  width: 100%;
}
.chairs-brands .top-text-left b, .chairs-brands .top-text-left strong, .chairs-brands .top-text-right b, .chairs-brands .top-text-right strong, .chairs-brands .bottom-text b, .chairs-brands .bottom-text strong {
  font-size: 20px;
  display: block;
  margin: 0 0 5px;
  color: #155B58;
}
.chairs-brands .top-text-left {
  top: 275px;
  left: 27%;
}
.chairs-brands .top-text-right {
  top: 125px;
  left: 55%;
}
.chairs-brands .bottom-text {
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  text-align: center;
}

.advise {
  position: relative;
  /*  min-height: 77vh;*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding: 450px 0 150px;
  color: #fff;
  font-size: 22px;
}
.advise:before {
  content: "";
  background: #30AFAC;
  mix-blend-mode: Multiply;
  position: absolute;
  left: 0;
  top: 68%;
  transform: translateY(-50%);
  width: 50%;
  height: 250px;
  z-index: 1;
}
.advise h2, .advise h3, .advise h4, .advise h5, .advise h6 {
  font-family: "fave";
  font-size: 60px;
  display: block;
  margin: 0 0 10px;
  line-height: 60px;
  color: #FFCF09;
  font-weight: 400;
}
.advise img:not(.label) {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.advise .container-fluid {
  position: relative;
  z-index: 2;
}
.advise .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
}
.advise .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.advise .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.advise .btn-default:hover {
  background: #FFD008;
  color: #000;
}

@media only screen and (max-width: 2100px) {
  .banner-categorie:before {
    left: 16%;
  }
}
@media only screen and (max-width: 2000px) {
  .banner-categorie:before {
    left: 14%;
  }
}
@media only screen and (max-width: 1900px) {
  .banner-categorie:before {
    left: 12%;
  }
}
@media only screen and (max-width: 1800px) {
  .banner-categorie:before {
    left: 10%;
  }
}
@media only screen and (max-width: 1650px) {
  .banner-categorie:before {
    left: 7%;
  }
}
@media only screen and (max-width: 1550px) {
  .banner-categorie:before {
    left: 5%;
    height: 350px;
  }
  .articles .slider-wrapper .nav-slider .slick-arrow.JS-next, .articles .slider-wrapper .nav-slider .slick-arrow.JS-next2, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-next, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-next2, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-next, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-next2, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-next, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-next2 {
    right: -25px;
  }
  .articles .slider-wrapper .nav-slider .slick-arrow.JS-prev, .articles .slider-wrapper .nav-slider .slick-arrow.JS-prev2, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-prev, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-prev2, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-prev, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-prev2, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-prev, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-prev2 {
    left: -75px;
  }
}
@media only screen and (max-width: 1440px) {
  .banner-categorie:before {
    left: 7%;
  }
  .articles .slider-wrapper .nav-slider .slick-arrow.JS-next {
    right: -50px;
  }
}
@media only screen and (max-width: 1350px) {
  .chairs-brands.farstrup-cat .left-chair img {
    max-width: 950px;
  }
  .articles .slider-wrapper .nav-slider .slick-arrow.JS-next, .articles .slider-wrapper .nav-slider .slick-arrow.JS-next2, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-next, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-next2, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-next, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-next2, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-next, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-next2 {
    right: -5px;
  }
  .articles .slider-wrapper .nav-slider .slick-arrow.JS-prev, .articles .slider-wrapper .nav-slider .slick-arrow.JS-prev2, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-prev, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-prev2, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-prev, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-prev2, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-prev, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-prev2 {
    left: -75px;
  }
}
@media only screen and (max-width: 1300px) {
  .chairs-brands {
    padding: 0 0 150px;
  }
  .chairs-brands .left-chair {
    left: -175px;
    top: 75px;
  }
  .chairs-brands .left-chair img {
    max-width: 750px;
  }
  .chairs-brands .right-chair img {
    max-width: 675px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner-categorie {
    padding: 150px 0;
  }
  .banner-categorie:before {
    left: 1%;
    top: 50%;
  }
  .banner-categorie .text {
    padding: 25px 25px 25px 0;
  }
  .chairs-brands.farstrup-cat .top-text-left {
    left: 55%;
  }
  .chairs-brands .left-chair img {
    max-width: 650px;
  }
  .chairs-brands .right-chair img {
    max-width: 550px;
  }
}
@media only screen and (max-width: 991.5px) {
  .banner-categorie .text {
    padding: 25px;
  }
  .chairs-brands {
    padding: 0 0 350px;
  }
  .chairs-brands.farstrup-cat .top-text-left {
    top: 350px;
  }
  .chairs-brands.farstrup-cat .left-chair img {
    max-width: 650px;
  }
  .chairs-brands .left-chair {
    left: -250px;
    top: 200px;
  }
  .chairs-brands .left-chair img {
    max-width: 650px;
  }
  .chairs-brands .right-chair {
    top: 175px;
  }
  .chairs-brands .right-chair img {
    max-width: 650px;
  }
  .chairs-brands .top-text-right {
    top: 25px;
  }
  .chairs-brands .bottom-text {
    bottom: 50px;
  }
  .story {
    padding: 0 0 100px;
  }
  .story .story-text:before, .story .story-text img {
    display: none;
  }
}
@media only screen and (max-width: 767.5px) {
  .banner-categorie {
    padding: 0px 0 50px;
    background: #30AFAC;
  }
  .banner-categorie:before {
    display: none;
  }
  .banner-categorie.testimoials-banner {
    padding: 0;
  }
  .banner-categorie.category-page .logo img {
    margin: 0 0 15px;
  }
  .banner-categorie.category-page .text {
    padding: 25px 0 0;
  }
  .banner-categorie.category-page .text ul li {
    font-size: 18px;
    padding: 0 0 0 30px;
  }
  .banner-categorie.category-page .text ul li:before {
    width: 20px;
    height: 20px;
  }
  .banner-categorie.category-page .text ul li:not(:last-child) {
    margin: 0 0 15px;
  }
  .banner-categorie h1 {
    text-shadow: none;
  }
  .banner-categorie img:not(.label) {
    position: relative;
    z-index: 3;
  }
  .banner-categorie .text {
    padding: 25px 0 0;
  }
  .banner-categorie .text .btn-default {
    background: #fff;
    color: #30AFAC;
  }
  .banner-categorie:before {
    /*  width: calc(100% - 10px);*/
    display: none;
  }
  .banner-categorie.banner-about:before {
    height: 450px;
  }
  .banner-categorie .text {
    padding: 25px 15px;
  }
  .banner-categorie img:not(.label) {
    object-position: 85%;
  }
  .banner-categorie h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-section .row {
    justify-content: center;
  }
  .btn-section .btn-default {
    background: #fff;
    color: #30AFAC;
    min-width: initial !important;
    padding: 15px;
    font-size: 16px;
    margin: 0;
  }
  .btn-section .col-sm-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
  }
  .btn-section .col-sm-4:nth-of-type(3) {
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
  }
  .btn-section .col-sm-4:nth-of-type(3) .btn-default {
    color: #fff;
    background: #30AFAC;
  }
  .articles .title {
    padding: 0 25px;
  }
  .articles .title h2, .articles .title h3, .articles .title h4, .articles .title h5, .articles .title h6 {
    font-size: 20px;
  }
  .articles .slider-wrapper .nav-slider, .articles .slider-wrapper .nav-slider2 {
    top: 175px;
  }
  .articles .slider-wrapper .nav-slider .slick-arrow.JS-prev, .articles .slider-wrapper .nav-slider .slick-arrow.JS-prev2, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-prev, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-prev2, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-prev, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-prev2, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-prev, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-prev2 {
    left: -35px;
  }
  .articles .slider-wrapper .nav-slider .slick-arrow.JS-next, .articles .slider-wrapper .nav-slider .slick-arrow.JS-next2, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-next, .articles .slider-wrapper .nav-slider .slick-arrow2.JS-next2, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-next, .articles .slider-wrapper .nav-slider2 .slick-arrow.JS-next2, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-next, .articles .slider-wrapper .nav-slider2 .slick-arrow2.JS-next2 {
    right: 15px;
  }
  .chairs-brands {
    padding: 0 0 750px;
  }
  .chairs-brands.farstrup-cat .top-text-left {
    top: 250px;
  }
  .chairs-brands.farstrup-cat .left-chair img {
    max-width: 450px;
  }
  .chairs-brands .left-chair {
    left: -150px;
    top: 465px;
  }
  .chairs-brands .left-chair img {
    max-width: 500px;
  }
  .chairs-brands .right-chair {
    top: 275px;
    right: -30%;
  }
  .chairs-brands .right-chair img {
    max-width: 550px;
  }
  .chairs-brands .top-text-right {
    left: 50%;
    transform: translate(-50%);
  }
  .chairs-brands .top-text-left {
    left: 5%;
    padding: 0 100px 0 0;
    top: 200px;
  }
  .advise {
    background: #269594;
    padding: 0 0 25px;
  }
  .advise:before {
    display: none;
  }
  .advise img:not(.label) {
    position: relative;
    z-index: 4;
    margin: 0 0 25px;
  }
  .story {
    margin: 75px 0 0;
  }
  .story .story-text {
    padding: 50px 25px 25px 25px;
  }
  .story .story-text img {
    display: block;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    max-width: 175px;
    z-index: 5;
    border: 4px solid #269594;
  }
}
.owners {
  padding: 75px 0 150px;
}
.owners .outer {
  display: flex;
  justify-content: center;
  position: relative;
}
.owners .outer:after {
  content: "";
  background: rgba(46, 174, 172, 0.5019607843);
  position: absolute;
  bottom: -150px;
  left: 40%;
  transform: translateX(-50%);
  width: 450px;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}
.owners .outer .left {
  position: relative;
  top: 100px;
  right: -25px;
  z-index: 2;
}
.owners .outer .left:before {
  left: -148px;
  transform: scaleX(-1);
}
.owners .outer .left:after {
  display: none;
  right: -50px;
  height: 150px;
}
.owners .outer .left b {
  display: block;
}
.owners .outer .left img {
  left: -300px;
}
.owners .outer .right:before {
  right: -148px;
}
.owners .outer .right:after {
  left: -50px;
}
.owners .outer .right b {
  display: block;
}
.owners .outer .right img {
  right: -300px;
}
.owners .outer .left, .owners .outer .right {
  padding: 25px 50px;
  background: #fff;
  border: 4px solid #269594;
  color: #8A8A8A;
  position: relative;
  max-width: 450px;
}
.owners .outer .left:before, .owners .outer .right:before {
  content: "";
  background-image: url(/Resources/img/triangle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 75px;
  position: absolute;
  top: -4px;
}
.owners .outer .left:after, .owners .outer .right:after {
  content: "";
  background: rgba(46, 174, 172, 0.5019607843);
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}
.owners .outer .left img, .owners .outer .right img {
  position: absolute;
  max-width: 225px;
  border-radius: 50%;
  top: -75px;
  z-index: -1;
}

.simple-text {
  padding: 75px 0 65px;
  color: #8A8A8A;
}
.simple-text.center {
  text-align: center;
}
.simple-text.text-color-black {
  color: #000;
}
.simple-text .title {
  position: relative;
  text-align: center;
  color: #269594;
  margin: 0 0 75px;
}
.simple-text .title h2, .simple-text .title h3, .simple-text .title h4, .simple-text .title h5, .simple-text .title h6 {
  background: #fff;
  padding: 0 50px;
  color: #269594;
  display: table;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 24px;
  margin: 0 0 0 -50px;
}
.simple-text .title h2:before, .simple-text .title h3:before, .simple-text .title h4:before, .simple-text .title h5:before, .simple-text .title h6:before {
  display: none;
}
.simple-text .title:before {
  content: "";
  background: #FFCF09;
  position: absolute;
  height: 20px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.simple-text .bnt-row .btn-default {
  display: inline-block;
}
.simple-text ul {
  padding: 0 0 0 20px;
}
.simple-text ul li {
  list-style: disc;
}
.simple-text ul li a {
  color: #155B58;
  transition: all 0.3s ease-in-out;
}
.simple-text ul li a:hover {
  color: #FFCF09;
}
.simple-text h2, .simple-text h3, .simple-text h4, .simple-text h5, .simple-text h6 {
  color: #155B58;
  position: relative;
  display: table;
  margin: 0 auto;
}
.simple-text h2:before, .simple-text h3:before, .simple-text h4:before, .simple-text h5:before, .simple-text h6:before {
  content: "";
  background-image: url(/Resources/img/icons/star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  left: -50px;
}
.simple-text .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  display: inline-block;
}
.simple-text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.simple-text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.simple-text .btn-default:hover {
  background: #FFD008;
  color: #000;
}
.simple-text .btn-default:nth-of-type(1) {
  margin: 0 25px 0 0;
}

@media only screen and (max-width: 1440px) {
  .owners .outer .left img, .owners .outer .right img {
    max-width: 175px;
  }
  .simple-text .title h2, .simple-text .title h3, .simple-text .title h4, .simple-text .title h5, .simple-text .title h6 {
    margin: 0 0 0 -25px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1300px) {
  .owners .outer .left:before, .owners .outer .right:before {
    display: none;
  }
  .owners .outer .left img, .owners .outer .right img {
    display: none;
  }
}
@media only screen and (max-width: 767.5px) {
  .simple-text.custom-title h2, .simple-text.custom-title h3, .simple-text.custom-title h4, .simple-text.custom-title h5, .simple-text.custom-title h6 {
    padding: 0 0 0 25px;
    font-size: 18px;
  }
  .simple-text.custom-title h2:before, .simple-text.custom-title h3:before, .simple-text.custom-title h4:before, .simple-text.custom-title h5:before, .simple-text.custom-title h6:before {
    left: -5px;
    width: 20px;
    height: 20px;
  }
  .simple-text .small-img img {
    max-width: 200px;
    display: block;
    margin: 25px auto 0;
  }
  .simple-text .btn-default {
    width: 100%;
    padding: 15px;
    font-size: 15px;
  }
  .simple-text .btn-default:nth-of-type(2) {
    margin: 0;
  }
  .owners {
    padding: 125px 0 0;
  }
  .owners .outer {
    flex-direction: column;
  }
  .owners .outer:after {
    display: none;
  }
  .owners .outer .left {
    top: initial;
    right: initial;
    margin: 0 0 50px;
    z-index: initial;
    margin: 0 0 125px;
  }
  .owners .outer .left:after {
    display: block;
  }
  .owners .outer .left, .owners .outer .right {
    padding: 75px 25px 25px 25px;
  }
  .owners .outer .left:after, .owners .outer .right:after {
    bottom: -40px;
  }
  .owners .outer .left img, .owners .outer .right img {
    display: block;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    max-width: 175px;
    z-index: 5;
    border: 4px solid #269594;
    top: -100px;
  }
}
.contact-page {
  padding: 0 0 75px;
}
.contact-page h2, .contact-page h3, .contact-page h4, .contact-page h5, .contact-page h6 {
  color: #155B58;
  margin: 0 0 25px;
}
.contact-page .form-group label {
  display: block;
  color: #8A8A8A;
  margin: 0 0 5px;
}
.contact-page .form-group .form-control {
  border: 2px solid #D9D9D9;
}
.contact-page .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
}
.contact-page .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.contact-page .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.contact-page .btn-default:hover {
  background: #FFD008;
  color: #000;
}

.map-section {
  padding: 0 0 50px;
}
.map-section h2, .map-section h3, .map-section h4, .map-section h5, .map-section h6 {
  font-size: 26px;
  margin: 0 0 25px;
}
.map-section .top-title h2, .map-section .top-title h3, .map-section .top-title h4, .map-section .top-title h5, .map-section .top-title h6 {
  color: #155B58;
}
.map-section .adres h2, .map-section .adres h3, .map-section .adres h4, .map-section .adres h5, .map-section .adres h6 {
  color: #2EAEAC;
}
.map-section .adres a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.map-section .adres a:hover {
  color: #2EAEAC;
}
.map-section .openingstijden {
  color: #8A8A8A;
}
.map-section .openingstijden h2, .map-section .openingstijden h3, .map-section .openingstijden h4, .map-section .openingstijden h5, .map-section .openingstijden h6 {
  color: #155B58;
}
.map-section .openingstijden ul {
  margin: 0 0 5px;
}
.map-section .openingstijden ul li {
  display: flex;
  align-items: center;
  color: #8A8A8A;
}
.map-section .openingstijden ul li b, .map-section .openingstijden ul li strong {
  width: 250px;
  color: #2EAEAC;
  font-weight: normal;
}
.map-section .showroom h2, .map-section .showroom h3, .map-section .showroom h4, .map-section .showroom h5, .map-section .showroom h6 {
  color: #155B58;
}
.map-section .showroom ul {
  padding: 0 0 0 20px;
}
.map-section .showroom ul li {
  list-style: disc;
  color: #8A8A8A;
}
.map-section iframe {
  width: 100%;
  margin: 25px 0;
}

.textimonial-wrapper .title, .reviews .title {
  position: relative;
  text-align: center;
  color: #269594;
  margin: 0 0 100px;
}
.textimonial-wrapper .title h2, .textimonial-wrapper .title h3, .textimonial-wrapper .title h4, .textimonial-wrapper .title h5, .textimonial-wrapper .title h6, .reviews .title h2, .reviews .title h3, .reviews .title h4, .reviews .title h5, .reviews .title h6 {
  background: #fff;
  padding: 0 50px;
  color: #269594;
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.textimonial-wrapper .title:before, .reviews .title:before {
  content: "";
  background: #FFCF09;
  position: absolute;
  height: 20px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.textimonial-wrapper .slick-dots, .reviews .slick-dots {
  text-align: center;
  margin: 15px 0 0;
}
.textimonial-wrapper .slick-dots li, .reviews .slick-dots li {
  font-size: 0;
  display: inline-block;
}
.textimonial-wrapper .slick-dots li.slick-active button, .reviews .slick-dots li.slick-active button {
  background: #2EAEAC;
}
.textimonial-wrapper .slick-dots li button, .reviews .slick-dots li button {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: #d6d6d6;
  border: 0;
  box-shadow: none;
  font-size: 0;
  padding: 0;
  margin: 0 3px;
  border-radius: 50%;
}

.textimonial-wrapper {
  padding: 75px 0;
}
.textimonial-wrapper .slider-wrapper .nav-slider {
  display: flex;
  justify-content: end;
  margin: -50px 50px 0 0;
  position: relative;
  z-index: 6;
}
.textimonial-wrapper .slider-wrapper .nav-slider .slick-arrow {
  cursor: pointer;
}
.textimonial-wrapper .slider-wrapper .nav-slider .slick-arrow.JS-next {
  margin: 0 0 0 15px;
}
.textimonial-wrapper .slider-wrapper .slick-slide img {
  max-width: 550px;
}
.textimonial-wrapper .text-img {
  padding: 0;
  margin: 0 0 75px;
  height: calc(100% - 75px);
}
.textimonial-wrapper .text-img:before {
  height: calc(100% - 100px);
}
.textimonial-wrapper .text-img b.title-item {
  font-size: 20px;
  display: block;
  margin: 0 0 5px;
  color: #155B58;
}
.textimonial-wrapper .title {
  margin: 0 0 50px;
}
.textimonial-wrapper .slick-track {
  display: flex !important;
}
.textimonial-wrapper .slick-slide {
  height: inherit !important;
}
.textimonial-wrapper .slick-slide > div {
  height: 100%;
}

.reviews {
  padding: 0 0 75px;
  /* the slides */
  /* the parent */
}
.reviews .slick-slide {
  margin: 0 15px;
}
.reviews .slick-list {
  margin: 0 -15px;
}
.reviews .slider-reviews-wrapper .nav-slider2 {
  display: flex;
  justify-content: end;
  margin: -25px 50px 0 0;
  position: relative;
  z-index: 6;
}
.reviews .slider-reviews-wrapper .nav-slider2 .slick-arrow {
  cursor: pointer;
}
.reviews .slider-reviews-wrapper .nav-slider2 .slick-arrow.JS-next {
  margin: 0 0 0 15px;
}
.reviews .slick-track {
  display: flex !important;
}
.reviews .slick-slide {
  height: inherit !important;
}
.reviews .slick-slide > div {
  height: 100%;
}
.reviews .stars {
  display: flex;
  flex-direction: row;
  margin: 0 0 15px;
}
.reviews .stars img:not(:last-child) {
  margin: 0 5px 0 0;
}
.reviews .text {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews .text.active {
  -webkit-line-clamp: inherit;
}
.reviews .read-more {
  font-weight: bold;
  text-decoration: underline !important;
  color: #269594;
  position: relative;
  z-index: 99;
  display: block;
  cursor: pointer;
  font-size: 16px;
}
.reviews .review-item {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 25px;
  font-size: 18px;
  position: relative;
  height: 100%;
}
.reviews .review-item .logo-google {
  max-width: 25px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.reviews .review-item b, .reviews .review-item strong {
  font-size: 22px;
  display: block;
}
.reviews .review-item b.name {
  color: #757575;
  font-size: 17px;
}
.reviews .review-item .date {
  color: #B3B3B3;
  display: block;
  font-size: 16px;
}
.reviews .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  margin: 50px auto 0;
}
.reviews .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.reviews .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.reviews .btn-default:hover {
  background: #FFD008;
  color: #000;
}

@media only screen and (max-width: 767.5px) {
  .textimonial-wrapper {
    padding: 50px 0;
  }
  .textimonial-wrapper .text-img {
    margin: 0 0 75px;
    font-size: 14px;
  }
  .textimonial-wrapper .text-img:before {
    height: calc(100% + 50px);
  }
  .textimonial-wrapper .text-img b.title-item {
    font-size: 18px;
  }
  .textimonial-wrapper .text-img .text {
    padding: 25px 25px 0 0;
  }
  .textimonial-wrapper .nav-slider svg {
    width: 36px;
    height: 48px;
  }
  .reviews .slider-reviews-wrapper .nav-slider2 {
    margin: -40px 15px 0 0;
  }
  .reviews .slider-reviews-wrapper .nav-slider2 svg {
    width: 36px;
    height: 48px;
  }
}
.blog-detail {
  padding: 75px 0;
}
.blog-detail.pd-top-0 {
  padding: 0 0 75px 0;
}
.blog-detail img {
  width: 100%;
}
.blog-detail .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
}
.blog-detail .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.blog-detail .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.blog-detail .btn-default:hover {
  background: #FFD008;
  color: #000;
}
.blog-detail a:not(.btn-default) {
  color: #269594;
}
.blog-detail h2, .blog-detail h3, .blog-detail h4, .blog-detail h5, .blog-detail h6 {
  color: #269594;
  display: table;
  font-size: 28px;
  margin: 0 0 10px;
}
.blog-detail ul {
  padding: 0 0 0 20px;
}
.blog-detail ul li {
  list-style: disc;
  margin: 0 0 10px;
}

@media only screen and (max-width: 767.5px) {
  .blog-detail img {
    margin: 25px 0 0;
  }
}
/*@import 'pages/onze-eenden.scss';
@import 'pages/contact.scss';
@import 'pages/about.scss';
@import 'pages/product-2024.scss';
@import 'pages/blog.scss';*/
.whatsapp-button {
  background: #2DD46C;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  z-index: 4;
}
.whatsapp-button a {
  color: #fff;
  font-size: 30px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-terms {
  margin: 5px 0;
  font-size: 14px;
  margin-bottom: 10px !important;
}
.recaptcha-terms a {
  display: inline-block;
  color: inherit;
  text-decoration: underline !important;
}

html {
  overflow-x: hidden;
}
html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "Sofia Pro", sans-serif;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  font-size: 18px;
  color: #272727;
  line-height: 28px;
  /*    --color-marker-general: $primary-pink;*/
}

p {
  margin: 0 0 15px;
}

:focus {
  outline: none !important;
}

.container-fluid.custom {
  padding: 0px 15px;
  max-width: 1450px;
}
.container-fluid.custom2 {
  padding: 0px 15px;
  max-width: 1350px;
}

.img-fluid {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Sofia Pro", sans-serif;
  font-weight: 600;
  color: #2B2B2B;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
  color: #FFCC32;
  font-weight: 600;
}

h1 {
  font-size: 65px;
  line-height: 72px;
  font-weight: 600;
  margin-bottom: 25px;
}

h2, h3, h4, h5, h6 {
  font-size: 32px;
  line-height: 42px;
}

*, ::after, ::before {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

.loading-div {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.loading-div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
}
.loading-div .circle {
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  color: #FAF8F5;
}
.loading-div .circle .fa {
  font-size: 16px;
  bottom: -10px;
  position: relative;
  margin-right: 8px;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.loading-div .circle .fa:nth-child(1) {
  animation-delay: 0.2s;
}
.loading-div .circle .fa:nth-child(2) {
  animation-delay: 0.4s;
}
.loading-div .circle .fa:nth-child(3) {
  animation-delay: 0.6s;
}
.loading-div .inner {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: calc(100% - 30px);
  font-size: 25px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.loading-div .inner b {
  font-weight: 500;
}
.loading-div.activeloader {
  opacity: 1;
  visibility: visible;
}

.w-100 {
  width: 100% !important;
}

.hidden {
  display: none !important;
  opacity: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.errors {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.errors:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*  background-image: url('/Resources/img/bg-home.svg');
  background-repeat: no-repeat;*/
  width: 100%;
  height: 100%;
  z-index: 0;
}
.errors .content {
  width: 800px;
  max-width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*        background: rgba(255,255,255, 0.7%);
  border: 2px solid #e6e6e6;*/
  border-radius: 5px;
  padding: 35px 0;
  background: #fff;
}
.errors .content .inner {
  color: #232020;
}
.errors .content h4 {
  font-size: 35px;
  font-weight: bold;
  color: #232020;
  margin-bottom: 20px;
}
.errors .content .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  margin: 20px auto 0 !important;
}
.errors .content .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.errors .content .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.errors .content .btn-default:hover {
  background: #FFD008;
  color: #000;
}
.errors .content p {
  margin: 0;
}

.overlay-search {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.overlay-search.active {
  opacity: 1;
  visibility: visible;
}

.breadcrumb-wrapper.shop-crumbs {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.breadcrumb-wrapper.shop-crumbs .breadcrumbs {
  margin: 0;
}
.breadcrumb-wrapper.shop-crumbs .btn-back {
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  padding: 10px 20px 10px 5px;
  display: inline-block;
  font-weight: 600;
  color: #000;
  margin-right: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
}
.breadcrumb-wrapper.shop-crumbs .btn-back:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  display: inline-block;
  font-size: 13px;
  margin: 0 10px;
}

.breadcrumbs {
  position: relative;
  display: block;
  padding: 0 !important;
  margin: 20px 0 0;
  list-style-type: none;
  z-index: 1;
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
}
.breadcrumbs li a {
  text-decoration: none;
  color: #000;
}
.breadcrumbs li:after {
  font-weight: 900;
  content: "-";
  position: relative;
  display: inline-block;
  /* background: #4a4a4a;*/
  top: 0;
  margin: 0 7px;
  /*         width: 10px;
  height: 2px;*/
  vertical-align: middle;
}
.breadcrumbs li:last-child {
  color: #000;
}
.breadcrumbs li:last-child:after {
  display: none;
}

.form-group {
  margin-bottom: 15px;
}
.form-group.has-error {
  position: relative;
}
.form-group.has-error:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 47px;
  right: 25px;
  font-weight: bold;
  font-size: 21px;
  color: #E76F51;
}
.form-group.has-error .form-control {
  border-color: #E76F51 !important;
}
.form-group select {
  background-image: url(/Resources/img/arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 95% !important;
}
.form-group .form-control {
  height: inherit;
  padding: 10px 15px;
  border: 1px solid #eeeae2;
  color: #000;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: "Sofia Pro", sans-serif;
}
.form-group .help-block {
  display: block;
  background: #fff;
  color: #E76F51;
  padding: 5px 0;
  font-size: 14px;
}

.banner-text {
  position: relative;
  height: 300px;
  background: #f0f0f0;
}
.banner-text:after {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: calc(50% + 100px);
  background: #fff;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}
.banner-text .text {
  font-size: 40px;
  position: absolute;
  left: 50%;
  line-height: 45px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  z-index: 2;
  text-align: center;
  font-family: "Sofia Pro", sans-serif;
}
.banner-text .text b {
  font-weight: 500;
  color: #141414;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  font-size: 14px;
  border: 1px solid transparent;
}
.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.alert-succes {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-primary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

@keyframes blink {
  0% {
    bottom: -10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: -10px;
  }
}
.shopping-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.shopping-modal.active {
  opacity: 1;
  visibility: visible;
}
.shopping-modal .close-modal {
  color: #141414;
  position: absolute;
  right: 25px;
  font-size: 24px;
  cursor: pointer;
  top: 15px;
  z-index: 2;
}
.shopping-modal .btn-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
}
.shopping-modal .btn-row .btn-naked {
  color: #141414;
  text-decoration: underline;
  font-family: "Sofia Pro", sans-serif;
}
.shopping-modal .btn-row .btn-order {
  padding: 10px 20px;
  background: #985244;
  color: #fff;
  margin-left: auto;
  font-family: "Sofia Pro", sans-serif;
  min-width: 150px;
  text-align: center;
}
.shopping-modal .inner {
  position: relative;
  width: calc(100% - 30px) !important;
  min-width: 550px;
  max-width: 1000px;
  padding: 65px 30px 25px;
  background: #FAF8F5;
  font-family: "Sofia Pro", sans-serif;
  border: 2px solid #000;
}
.shopping-modal .inner b {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
}
.popup-modal.small .content {
  max-width: 600px;
  padding: 50px 100px 30px;
}
.popup-modal.active {
  opacity: 1;
  visibility: visible;
}
.popup-modal .form-control-feedback {
  display: none !important;
}
.popup-modal .help-block {
  width: 100%;
}
.popup-modal .content {
  position: relative;
  width: calc(100% - 30px) !important;
  max-width: 1200px;
  /*  padding: 100px;*/
  background: #fff;
  margin: 50px auto;
}
.popup-modal .content .inners {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.popup-modal .content .inners .left, .popup-modal .content .inners .right {
  max-width: 50%;
  width: 100%;
  padding: 50px;
}
.popup-modal .content .inners .left {
  background: #2EAEAC;
}
.popup-modal .content .inners .left img {
  width: 100%;
}
.popup-modal .content .inners .right {
  color: #8A8A8A;
}
.popup-modal .content .inners .right h2, .popup-modal .content .inners .right h3, .popup-modal .content .inners .right h4, .popup-modal .content .inners .right h5, .popup-modal .content .inners .right h6 {
  color: #155B58;
  font-size: 24px;
  display: block;
  margin: 0 0 5px;
}
.popup-modal .content .inners .right .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
}
.popup-modal .content .inners .right .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.popup-modal .content .inners .right .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.popup-modal .content .inners .right .btn-default:hover {
  background: #FFD008;
  color: #000;
}
.popup-modal .content .width {
  max-width: 550px;
  margin: 0 auto;
}
.popup-modal .content .textdiv {
  margin-bottom: 30px;
  font-size: 21px;
  position: relative;
  text-align: center;
  color: #000;
}
.popup-modal .content .textdiv h3 {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.popup-modal .content .close-modal {
  color: #141414;
  position: absolute;
  right: 25px;
  font-size: 24px;
  cursor: pointer;
  top: 15px;
  z-index: 2;
  max-width: 22px;
  width: 100%;
}

.promotion-banner {
  padding: 10px 15px;
  text-align: center;
  background: #eeeae2;
}
.promotion-banner b {
  font-weight: normal;
  display: block;
  text-transform: uppercase;
}
.promotion-banner i {
  font-style: normal;
  font-weight: bold;
}
.promotion-banner:empty {
  display: none;
}

.thanks {
  position: relative;
  height: 100vh;
  padding: 125px 0;
}
.thanks:before {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  background-image: url("/Resources/img/bg-vorm.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  width: 700px;
  height: 950px;
}
.thanks .text {
  border: 4px solid #2EAEAC;
  padding: 25px;
}
.thanks .text h1 {
  font-size: 36px;
  line-height: 42px;
}
.thanks .text .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2EAEAC;
  font-size: 16px;
  margin-top: 25px;
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
}
.thanks .text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.thanks .text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.thanks .text .btn-default:hover {
  background: #FFD008;
  color: #000;
}
.thanks .container-home.custom2 {
  max-width: 1920px;
  padding: 0 0 0 200px;
}
.thanks .mobile {
  display: none;
}
.thanks img {
  width: 100%;
  right: -100px;
  position: relative;
}

.ui-datepicker {
  display: none;
  padding: 0.5rem;
  border: 1px solid #FFCC33;
  border-radius: 5px;
  background: #fff;
  margin-top: 10px;
}
.ui-datepicker-title {
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: bold;
  color: #BEBEBE;
}
.ui-datepicker .ui-widget-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  order: 1;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next {
  order: 3;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev, .ui-datepicker .ui-widget-header .ui-datepicker-next {
  text-align: center;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  color: #BEBEBE;
  cursor: pointer;
  line-height: 35px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev:hover, .ui-datepicker .ui-widget-header .ui-datepicker-next:hover {
  background: #eee;
}
.ui-datepicker .ui-widget-header .ui-datepicker-title {
  order: 2;
  text-align: center;
  border-radius: 4px;
  border: none;
  color: #BEBEBE;
  display: flex;
  cursor: pointer;
  line-height: 35px;
  margin: 0 auto;
}
.ui-datepicker .ui-widget-header .ui-datepicker-title:hover {
  background: #eee;
}
.ui-datepicker-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 5px;
}
.ui-datepicker-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepicker-calendar table td, .ui-datepicker-calendar table th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.ui-datepicker-calendar thead th {
  color: #BEBEBE;
}
.ui-datepicker-calendar tbody td {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.ui-datepicker-calendar tbody td:hover:not(.ui-state-disabled) a, .ui-datepicker-calendar tbody td:hover:not(.ui-state-disabled) span {
  background: #FFCC33;
}
.ui-datepicker-calendar tbody td.ui-state-disabled a, .ui-datepicker-calendar tbody td.ui-state-disabled span {
  color: rgba(29, 38, 52, 0.27);
  background: rgba(229, 229, 229, 0.34) !important;
}
.ui-datepicker-calendar tbody td a, .ui-datepicker-calendar tbody td span {
  display: block;
  border-radius: 4px;
  transition: 0.3s all;
  text-decoration: none;
  width: 38px;
  height: 38px;
  line-height: 40px;
  background: rgba(147, 237, 148, 0.28);
  color: #000;
}
.ui-datepicker-calendar tbody td a.ui-state-active, .ui-datepicker-calendar tbody td span.ui-state-active {
  background: #FFCC33;
  font-weight: bold;
}
.ui-datepicker-calendar tbody td a.ui-state-highlight, .ui-datepicker-calendar tbody td span.ui-state-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  color: purple;
  border: 1px solid yellow;
}

.text-section {
  position: relative;
  padding: 75px 0;
}
.text-section .inner a:not(.btn-default) {
  color: #2EAEAC;
  text-decoration: underline;
}
.text-section .inner ul {
  padding: 0 0 0 20px;
}
.text-section .inner ul li {
  list-style: disc;
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer {
  position: relative;
  background: #FFCF09;
  padding: 50px 0;
  color: #000;
}
footer a {
  color: #000;
  transition: all ease-in-out 0.3s;
}
footer a:hover {
  color: #fff;
}
footer .logo-footer {
  width: 100%;
  filter: brightness(0%);
  display: block;
  margin: 0 0 10px;
}
footer .zit-specialist {
  width: 100%;
  max-width: 175px;
}
footer .socials {
  display: block;
  margin: 0 0 15px;
}
footer .socials li {
  display: inline-block;
}
footer .socials li:not(:last-child) {
  margin: 0 15px 0 0;
}
footer .socials li:nth-of-type(2) a img, footer .socials li:nth-of-type(2) a svg {
  max-width: 18px;
}
footer .socials li:nth-of-type(4) a img, footer .socials li:nth-of-type(4) a svg {
  max-width: 35px;
}
footer .socials li a {
  display: block;
}
footer .socials li a img, footer .socials li a svg {
  max-width: 28px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
footer .socials li a:hover svg path {
  fill: #fff;
}

@media only screen and (max-width: 991.5px) {
  footer .logo-footer {
    max-width: 275px;
  }
  footer .socials {
    margin: 25px 0 0;
  }
}
@media only screen and (max-width: 767.5px) {
  footer .logo-footer {
    max-width: 200px;
    margin: 0 0 15px;
  }
  footer .col-sm-3 {
    margin: 25px 0 0;
  }
}
@media only screen and (min-width: 1921px) {
  .thanks .container-home.custom2, .thanks .container-fluid.custom2 {
    padding: 0 0 0 50px;
    max-width: 1440px;
  }
}
@media only screen and (max-width: 1550px) {
  .container-fluid.custom {
    padding: 0px 15px;
    max-width: 1350px;
  }
  .container-fluid.custom2 {
    padding: 0 100px;
    max-width: 1350px;
  }
}
@media only screen and (max-width: 1450px) {
  .container-fluid.custom {
    padding: 0px 50px;
    max-width: 1350px;
  }
  .container-fluid.custom2 {
    padding: 0 100px;
    max-width: 1350px;
  }
}
@media only screen and (max-width: 1440px) {
  .thanks .container-home.custom2, .thanks .container-fluid.custom2 {
    padding: 0 0 0 100px;
  }
}
@media only screen and (max-width: 1300px) {
  .thanks .container-home.custom2, .thanks .container-fluid.custom2 {
    padding: 0 0 0 50px;
  }
  .container-fluid.custom2 {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-fluid.custom {
    padding: 0px 15px;
    max-width: 1080px;
  }
}
@media only screen and (max-width: 991.5px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .errors:before {
    position: absolute;
    top: 0px;
    left: -370px;
    transform: unset;
    /* background-image: url(/Resources/img/bg-home.svg);
    background-repeat: no-repeat;*/
    width: 245%;
    height: 100%;
    z-index: 0;
    background-size: 105%;
  }
  .thanks .desktop {
    display: none;
  }
  .thanks .mobile {
    display: block;
  }
  .thanks .mobile img {
    width: 100%;
    position: relative;
    right: 0px;
    margin-top: 25px;
  }
  .thanks .hid-mobile {
    display: none;
  }
}
@media only screen and (max-width: 767.5px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2, h3, h4, h5, h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .thanks {
    padding: 100px 0 0;
  }
  .thanks:before {
    display: none;
  }
  .thanks .container-home.custom2 {
    padding: 0 15px;
  }
  .thanks .mobile img {
    width: 125%;
  }
  .container-fluid.custom2 {
    padding: 0px 15px;
  }
  .shopping-modal .inner {
    padding: 50px 20px 20px;
    min-width: inherit;
  }
  .shopping-modal .btn-row {
    margin-top: 30px px;
  }
  .banner-text {
    height: 200px;
  }
  .banner-text .text {
    font-size: 30px;
    width: calc(100% - 30px);
  }
  .popup-modal .content {
    overflow: hidden;
  }
  .popup-modal .content svg path {
    fill: #fff;
  }
  .popup-modal .content .inners {
    flex-direction: column;
  }
  .popup-modal .content .inners .left, .popup-modal .content .inners .right {
    max-width: 100%;
    padding: 25px;
  }
  .popup-modal .content .input-wrapper .form-control {
    width: 100%;
  }
  .popup-modal .content .btn-ripple {
    width: 100%;
    margin-top: 10px;
  }
  .popup-modal .content .width {
    max-width: 100%;
    margin: 0 auto;
  }
  .popup-modal .content .textdiv {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
  }
  .popup-modal .content .textdiv h3 {
    font-size: 24px;
  }
  .btn-default {
    padding: 10px 15px;
  }
  .breadcrumb-wrapper.shop-crumbs {
    display: block;
    padding: 15px 0;
  }
  .breadcrumb-wrapper.shop-crumbs .btn-back {
    margin: 0px 0px 15px;
  }
  .errors:before {
    transform: translateY(-50%);
    left: -260px;
    width: 250%;
    background-size: 120%;
    top: 68%;
  }
}
