﻿/* ==========================================================================
  CSS Reset
  ========================================================================== */
@font-face {
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("/Resources/fonts/Gilroy-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/Resources/fonts/Gilroy-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/Resources/fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@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";
}

.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;
  width: 20px;
  height: 20px;
}
.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;
}*/
.lang-switch {
  position: relative;
  margin: 0 40px 0 75px;
}
.lang-switch:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -15px;
  top: 0px;
  color: currentColor;
  font-size: 12px;
  transform: rotate(90deg);
}
.lang-switch:hover ul {
  max-height: 400px;
}
.lang-switch ul {
  position: absolute;
  top: 35px;
  left: -15px;
  background-color: #DBE0CC;
  min-width: 175px;
  padding: 0 20px;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  border-radius: 5px;
}
.lang-switch ul li {
  margin-bottom: 5px;
  display: block !important;
}
.lang-switch ul li:first-child {
  padding-top: 10px;
}
.lang-switch ul li:last-child {
  padding-bottom: 10px;
}
.lang-switch ul li a {
  color: #2B2B2B;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.lang-switch ul li a:before {
  content: "";
  background-image: url(/Resources/img/leaf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  /* opacity: 0;*/
}
.lang-switch ul li a:hover {
  padding: 0 0 15px 25px !important;
  font-weight: bold;
}
.lang-switch ul li a:hover:before {
  /* opacity: 1;*/
  visibility: visible;
}

.form-header {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 10px 0;
}
.form-header a {
  color: #000;
}
.form-header .container-fluid.custom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  /*  max-width: 1700px;*/
  justify-content: space-between;
}
.form-header img {
  max-width: 175px;
  height: auto;
}
.form-header .privacy {
  display: flex;
  align-items: center;
}
.form-header .privacy svg {
  display: block;
  margin: 0 5px 0 0;
}

.top-header-mobile {
  display: none;
  font-family: "Gilroy";
}

.hamburger {
  /* position: absolute;*/
  z-index: 3;
  width: 40px;
  height: 25px;
  /*  right: 10px;
  top: 50px;*/
  display: none;
}
.hamburger .inner {
  margin: -8px 0 0 -6px;
  /*        position: absolute;
  top: 50%;
  left: 50%;*/
  transform: 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: 5px;
  width: 50%;
  background: #112A17;
  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;
}
.hamburger #nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.hamburger #nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.hamburger #nav-icon2 span:nth-child(1), .hamburger #nav-icon2 span:nth-child(2) {
  top: 0px;
}
.hamburger #nav-icon2 span:nth-of-type(2) {
  width: 25%;
}
.hamburger #nav-icon2 span:nth-child(3), .hamburger #nav-icon2 span:nth-child(4) {
  top: 15px;
}
.hamburger #nav-icon2 span:nth-child(4) {
  width: 10%;
}
.hamburger #nav-icon2 span:nth-child(5), .hamburger #nav-icon2 span:nth-child(6) {
  top: 30px;
}
.hamburger #nav-icon2 span:nth-child(5) {
  width: 35%;
}
.hamburger #nav-icon2 span:nth-child(6) {
  width: 0%;
}
.hamburger #nav-icon2.open span {
  background: #112A17;
}
.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;
  width: 50%;
}
.hamburger #nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
  width: 50%;
}
.hamburger #nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
  width: 50%;
}
.hamburger #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
  width: 50%;
}
.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);
}

@media only screen and (min-width: 1201px) {
  .mobile {
    display: none;
  }
  main {
    position: relative;
    margin-top: 0px;
  }
  .favorites-menu {
    position: relative;
  }
  .favorites-menu .counter {
    position: absolute;
    top: -10px;
    right: 1px;
    background: #fff;
    border-radius: 50%;
    color: #0083D1;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
  }
  .custom-nav {
    margin-left: auto;
  }
  .custom-nav .favorite {
    max-width: 20px;
    width: 100%;
    display: inline-block;
    margin: 0 15px;
  }
  .custom-nav .btn-menu {
    padding: 15px 25px;
    text-align: center;
    display: table;
    border: none;
    color: #fff;
    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: #112A17;
    font-size: 16px;
    margin-top: 25px;
    font-weight: 500;
    /*    &: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;
    }*/
    font-size: 16px;
    margin: 0;
    transform: scale(1.1);
  }
  .custom-nav .btn-menu.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  .custom-nav .btn-menu.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;
  }
  .custom-nav .btn-menu:hover {
    transform: scale(1.1);
    /*  background: #000;
    color: #fff;*/
  }
  .custom-nav .btn-menu:hover {
    background: #88705c;
    color: #fff;
  }
  .right-menu {
    display: flex;
    align-items: center;
    /*    margin-left: auto;*/
  }
  .right-menu .whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6ACF72;
    width: 50px;
    height: 50px;
    padding: 5px;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
  }
  .right-menu .whatsapp-icon i {
    font-size: 20px;
  }
  .right-menu .btn-default {
    padding: 15px 25px;
    text-align: center;
    display: table;
    border: none;
    color: #fff;
    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: #112A17;
    font-size: 16px;
    margin-top: 25px;
    font-weight: 500;
    /*    &: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;
    }*/
    color: #fff;
    background: #5f7d97;
    transition: 1s;
  }
  .right-menu .btn-default.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  .right-menu .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;
  }
  .right-menu .btn-default:hover {
    transform: scale(1.1);
    /*  background: #000;
    color: #fff;*/
  }
  .right-menu .btn-default:hover {
    background: #E8C53A;
  }
  .right-menu .btn-default.btn-alert {
    background: #E8C53A;
    margin-left: 15px;
  }
  .right-menu .btn-default.btn-alert i {
    margin-right: 10px;
  }
  .right-menu .btn-default.btn-alert:hover {
    background: #5f7d97;
  }
  .back-btn, .login-mobile {
    display: none !important;
  }
  .custom-nav {
    display: inline-block;
    vertical-align: middle;
    font-family: "Gilroy";
    color: #fff;
  }
  .custom-nav .top-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    z-index: 4;
    margin: 0 0 5px;
    padding: 0 0 5px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.43);
  }
  .custom-nav .top-list .opening-hour-menu .online {
    position: relative;
    padding-left: 22px;
  }
  .custom-nav .top-list .opening-hour-menu .online:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #38a00a;
  }
  .custom-nav .top-list .opening-hour-menu .offline {
    position: relative;
    padding-left: 22px;
  }
  .custom-nav .top-list .opening-hour-menu .offline:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: red;
  }
  .custom-nav .top-list li:nth-of-type(2) {
    margin: 0 25px;
  }
  .custom-nav .top-list li a {
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .custom-nav .top-list li a:hover {
    color: #E8C53A;
  }
  .custom-nav .dropdown-desktop .container {
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
  }
  .custom-nav .dropdown-desktop:hover .drop-desk {
    opacity: 1;
    visibility: visible;
  }
  .custom-nav .dropdown-desktop .drop-desk {
    position: absolute;
    left: 15px;
    background-color: #DBE0CC;
    transition: opacity 0.4s ease-in-out;
    border-radius: 5px;
    top: initial;
    /* padding: 20px 0;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    min-width: 375px;
    opacity: 0;
    visibility: hidden;
    padding: 25px;
  }
  .custom-nav .dropdown-desktop .drop-desk li {
    width: 100%;
  }
  .custom-nav .dropdown-desktop .drop-desk li:last-of-type {
    border: none;
  }
  .custom-nav .dropdown-desktop .drop-desk li:last-of-type a {
    padding: 0;
  }
  .custom-nav .dropdown-desktop .drop-desk li.active a {
    color: #E8C53A;
  }
  .custom-nav .dropdown-desktop .drop-desk a {
    color: #2B2B2B !important;
    display: block;
    padding: 0 0 15px;
    position: relative;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    /*  &:After {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 50%;
        right: 15px;
        font-weight: bold;
        transform: translateY(-50%);
        transition: opacity 0.25s linear;
        color: #E8C53A;
        font-size: 13px;
    }*/
  }
  .custom-nav .dropdown-desktop .drop-desk a:after {
    content: "";
    background-image: url("/Resources/img/leaf.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    /*  opacity:0;*/
  }
  .custom-nav .dropdown-desktop .drop-desk a:hover, .custom-nav .dropdown-desktop .drop-desk a.active {
    color: #E8C53A;
  }
  .custom-nav .dropdown-desktop .drop-desk a:hover {
    padding: 0 0 15px 25px !important;
    font-weight: bold;
  }
  .custom-nav .dropdown-desktop .drop-desk a:hover:after {
    /*   opacity:1;*/
    visibility: visible;
  }
  header {
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    transition: background 0.3s ease-in-out;
    position: fixed;
    padding: 10px 0;
    font-size: 18px;
  }
  header.no-gradient:before {
    display: none;
  }
  header.no-gradient .custom-nav .btn-menu {
    color: #0083D1;
    background: #fff;
  }
  header.scroll, header.static {
    background: #DBE0CC;
  }
  header.scroll .lang-switch, header.static .lang-switch {
    color: #2B2B2B;
  }
  header.scroll .offcanvas-menu ul li.active a, header.static .offcanvas-menu ul li.active a {
    color: #112A17 !important;
  }
  header.scroll .offcanvas-menu ul li a.JS-KeuzehulpMenu, header.static .offcanvas-menu ul li a.JS-KeuzehulpMenu {
    color: #2B2B2B;
  }
  header.scroll .offcanvas-menu ul li a.dropDown, header.static .offcanvas-menu ul li a.dropDown {
    color: #2B2B2B;
  }
  header.scroll .logo, header.static .logo {
    /*         -webkit-mask-image: url(/Resources/img/logos/logo-footer.svg);
    background: #283618;
    transition: all .5s ease-in-out;
    height: 50px;*/
    color: #112A17;
  }
  header .container-fluid.custom {
    display: flex;
    align-items: center;
    /* justify-content: center;*/
    /* padding: 0px 15px;*/
    max-width: 1450px;
  }
  header .container-fluid.custom.full-width {
    max-width: 100%;
  }
  header .mobile-show {
    display: none;
  }
  header .logo {
    font-family: "the-seasons";
    color: #fff;
    font-size: 26px;
  }
  header .offcanvas-menu {
    display: inline-block;
  }
  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.JS-KeuzehulpMenu, header .offcanvas-menu ul li.active a.JS-KeuzehulpMenu {
    /* color: #2B2B2B;*/
    color: #E8C53A;
  }
  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:nth-of-type(3) a {
    background: #112A17;
    border-radius: 100px;
    color: #fff !important;
  }
  header .offcanvas-menu ul li a.JS-KeuzehulpMenu {
    display: block;
    padding: 15px 35px;
    transition: color 0.2s ease-in-out;
    position: relative;
    color: #fff;
    text-decoration: none !important;
    font-weight: 500;
  }
  header .offcanvas-menu ul li a.JS-KeuzehulpMenu.dropDown:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(90deg);
    color: currentColor;
    font-size: 12px;
  }
  header .offcanvas-menu ul li a.dropDown {
    display: block;
    padding: 15px 35px;
    transition: color 0.2s ease-in-out;
    position: relative;
    color: #fff;
    text-decoration: none !important;
    font-weight: 300;
    text-transform: uppercase;
  }
  header .offcanvas-menu ul li a.dropDown:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 15px;
    color: currentColor;
    font-size: 12px;
    transform: rotate(90deg);
  }
  header .offcanvas-menu ul li a.dropDown:hover {
    color: #E8C53A;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1500px) {
  header:after {
    width: 20%;
  }
  header .offcanvas-menu ul li a.JS-KeuzehulpMenu.dropDown:after {
    right: 5px;
  }
  header .offcanvas-menu ul li a.JS-KeuzehulpMenu {
    padding: 15px 20px;
  }
  header .logo svg {
    max-width: 125px;
  }
}
@media only screen and (min-width: 1201px) {
  .mobile-btn {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  header .container-fluid.custom {
    max-width: 1350px;
  }
  header .logo {
    width: 200px;
  }
}
@media only screen and (max-width: 1250px) {
  .lang-switch {
    margin: 0 40px 0 50px;
  }
  header .offcanvas-menu ul li a.dropDown {
    padding: 15px 25px;
  }
  header .offcanvas-menu ul li a.dropDown:after {
    right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .mobile-btn {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 50px);
  }
  .mobile-btn a {
    padding: 15px 25px;
    text-align: center;
    display: table;
    border: none;
    color: #fff;
    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: #112A17;
    font-size: 16px;
    margin-top: 25px;
    font-weight: 500;
    /*    &: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;
    }*/
    width: 100%;
    color: #283619;
  }
  .mobile-btn a.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  .mobile-btn a.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;
  }
  .mobile-btn a:hover {
    transform: scale(1.1);
    /*  background: #000;
    color: #fff;*/
  }
  .mobile-btn a:hover {
    transform: scale(1.1);
  }
  .offcanvas-menu .favorites-menu {
    display: none;
  }
  .custom-nav {
    overflow: hidden;
  }
  .custom-nav .top-list {
    display: none;
  }
  .custom-nav .btn-menu {
    display: none;
  }
  .mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #DBE0CC;
    padding: 7px 15px;
    border-radius: 100px;
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .mobile .phone {
    margin-right: 10px;
    border-right: 1px solid #0083d1;
    display: block;
    padding: 0 10px 0 0;
  }
  .mobile .phone img {
    max-width: 20px;
    width: 100%;
  }
  .right-menu {
    display: none;
  }
  footer, .copy, .menu-middle {
    left: 0%;
    transition: all 0.3s ease-in-out;
  }
  /* main {
      margin-top: 75px;
      position: relative;
      left: 0%;
      transition: left 0.3s ease-in-out;

      &.main-scroll {
          margin-top: 135px;
      }
  }*/
  html.active header .custom-nav {
    right: 0% !important;
    visibility: visible;
  }
  .hamburger, .login-mobile {
    display: block;
  }
  .offcanvas-menu {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0px 0px 20px;
    padding: 100px 0 0;
  }
  .offcanvas-menu .lang-switch {
    position: absolute;
    left: 20px;
    top: -75px;
    color: #fff;
    margin: 0;
    display: table;
    width: initial;
  }
  .offcanvas-menu .lang-switch:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -15px;
    top: 0px;
    color: currentColor;
    font-size: 12px;
    transform: rotate(90deg);
  }
  .offcanvas-menu .lang-switch ul {
    color: #000;
    left: 0;
  }
  .offcanvas-menu .lang-switch ul li a {
    color: #000 !important;
    padding: 0;
    text-transform: none;
    font-size: 17px;
  }
  .offcanvas-menu .container {
    padding: 0;
  }
  .offcanvas-menu .title-drop {
    font-weight: 500;
    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: table;
    position: relative;
    width: 100%;
  }
  .offcanvas-menu ul li.back-btn a:before {
    content: "\f053";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: relative;
    margin-right: 10px;
  }
  .offcanvas-menu ul li #spVacatures {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00b0ea;
    color: #fff;
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .offcanvas-menu ul li a {
    display: block;
    padding: 15px 20px;
    transition: color 0.3s;
    color: #FFFFFF !important;
    text-decoration: none;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .offcanvas-menu ul li a.btnRegistreren {
    color: #fff !important;
    margin: 0px 15px;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    /*height: 100%;*/
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    /* max-height: 150%;*/
    overflow-y: auto;
    text-transform: uppercase;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view {
    /*transform: translate3d(50%, 0, 0);*/
    transform: translate3d(0, 0, 0);
    position: fixed;
  }
  .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.not-child .sub-menu-toggle {
    display: none !important;
  }
  .offcanvas-menu ul li .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: calc(100% - 1px);
    transition: background-color 0.3s;
    z-index: 1;
    display: none;
  }
  .offcanvas-menu ul li .sub-menu-toggle:after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27px;
    height: 27px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 27px;
  }
  .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;
    position: fixed;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border-radius: 0 !important;
    z-index: 11;
  }
  header.scroll, header.static {
    background: #DBE0CC;
  }
  header.scroll .logo, header.static .logo {
    color: #283619;
  }
  header .dropdown-custom .back-btn:not(:first-child) {
    display: none;
  }
  header .dropdown-custom li .sub-menu-toggle {
    display: none !important;
  }
  header .logo {
    font-family: the-seasons;
    color: #fff;
    font-size: 26px;
  }
  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: 0;
    width: 100%;
    z-index: 0;
    bottom: 0;
    background-color: #112A17;
    transition: right 0.4s ease-in-out;
    padding: 0 0 100px 0;
    height: 100%;
    overflow-y: scroll;
    right: -100%;
    -ms-overflow-style: none;
    transition: all 0.3s ease-in-out !important;
    background-repeat: no-repeat;
    background-position: center;
  }
  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: #000;
    position: relative;
    font-weight: 900;
  }
  header .custom-nav .mobile-copyright {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    color: #000;
  }
  header .custom-nav .mobile-show {
    display: block;
    padding-left: 20px;
  }
  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) {
  .form-header {
    top: 37px;
    z-index: 99;
  }
  .form-header .privacy {
    display: none;
  }
  .form-header img {
    max-width: 90px;
  }
  header .custom-nav {
    width: 100%;
    right: -100%;
  }
  header .logo img {
    max-width: 150px;
    margin: 0 10px 0 0;
  }
  .hamburger {
    top: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .topheader {
    width: 100%;
    z-index: 3;
    left: 0%;
    display: none;
    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: #000;
    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;
  }
}
@media only screen and (min-width: 1200px) {
  .mobile-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .wrapper-scroll {
    position: relative;
    /*top:0 !important;*/
  }
  .custom-nav {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .custom-nav .offcanvas-menu {
    margin-bottom: 15px;
  }
  .custom-nav .mobile-show {
    padding: 15px 20px;
    width: 100%;
    margin-top: auto;
    position: relative;
  }
  .custom-nav .mobile-show:before {
    content: "";
    top: 0;
    left: 20px;
    height: 2px;
    background: #fff;
    width: 80%;
    position: absolute;
    max-width: 225px;
  }
  .custom-nav .mobile-show a b {
    display: block;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7882352941);
    margin-bottom: 5px;
  }
  .custom-nav .mobile-show a span {
    color: #fff;
  }
  .custom-nav .mobile-show a i {
    font-size: 16px;
    margin-right: 5px;
  }
  .perspective {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    /* background: #F6F6F6;*/
    background: #EBF7FE;
  }
  .perspective .container-body {
    transform: none;
  }
  .perspective.animate .container-body {
    transform: translateX(40%) scale(0.75) translateZ(-300px) rotateY(-28deg);
    border-radius: 10px;
    box-shadow: 0 0 30px 0px #0083D1 !important;
  }
  .perspective.modalview {
    perspective: 1500px;
    position: fixed;
    /* background: #F6F6F6;*/
    background: #EBF7FE;
  }
  .perspective.modalview .mobile-menu {
    opacity: 1;
    visibility: visible;
  }
  .perspective.modalview .popup, .perspective.modalview .popup-modal, .perspective.modalview .loading-div, .perspective.modalview .overlay-search {
    display: none;
  }
  .perspective.modalview .container-body {
    position: absolute;
    max-height: 600px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.34);
  }
  .perspective .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 120px 350px 120px 0px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
  }
  .perspective .mobile-menu #menuMobile {
    height: 100%;
  }
  .perspective .mobile-menu .btn-default {
    padding: 15px 25px;
    text-align: center;
    display: table;
    border: none;
    color: #fff;
    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: #112A17;
    font-size: 16px;
    margin-top: 25px;
    font-weight: 500;
    /*    &: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: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 300px;
  }
  .perspective .mobile-menu .btn-default.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  .perspective .mobile-menu .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;
  }
  .perspective .mobile-menu .btn-default:hover {
    transform: scale(1.1);
    /*  background: #000;
    color: #fff;*/
  }
  .perspective .container-body {
    min-height: 100%;
    position: relative;
    outline: 1px solid rgba(0, 0, 0, 0);
    z-index: 10;
    transition: all ease-in-out 0.3s;
    transform-origin: 50% 50%;
    background: #fff;
  }
}
/*@media only screen and (max-width:1550px) {
    header {
        border-radius: 0 0 0 50px;
    }
}*/
@media only screen and (max-width: 991.5px) {
  .perspective .mobile-menu {
    padding: 120px 250px 120px 0px;
  }
}
@media only screen and (max-width: 767.5px) {
  .perspective .mobile-menu {
    padding: 120px 175px 120px 0px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flower-left,
.flower-right {
  transition: transform 0.2s ease-out;
  will-change: transform;
  position: relative;
}

/*.flower-left.scrolled,
.flower-right.scrolled {
    transform: translateY(-20px); 
}
*/
/*@keyframes scroll {
    0% {
        top: 0;
    }

    100% {
        top: 100px;
    }
}
*/
.video-banner-home {
  position: relative;
  min-height: 100vh;
  text-align: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.video-banner-home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(43deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.33;
  z-index: 1;
}
.video-banner-home .flower-right {
  position: absolute;
  top: 125px;
  right: 125px;
  max-width: 75px;
}
.video-banner-home .flower-left {
  position: absolute;
  bottom: -25px;
  left: 125px;
  max-width: 75px;
  z-index: 4;
}
.video-banner-home .mouse-icon {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: block;
}
.video-banner-home .mouse-icon svg {
  max-width: 25px;
  width: 100%;
}
.video-banner-home .mouse-icon svg path {
  position: relative;
  /*  animation: 3s scroll;*/
}
.video-banner-home .mouse-icon svg .st0 {
  fill: transparent !important;
}
.video-banner-home .breadcrumbs li a {
  color: #fff;
}
.video-banner-home .img-banner video, .video-banner-home .img-banner img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.video-banner-home h1 {
  color: #fff;
  font-style: normal;
  font-size: 50px;
  line-height: 54px;
  text-transform: none;
  font-weight: 500;
}
.video-banner-home h1 i, .video-banner-home h1 em {
  display: inline-block;
  margin: 0 5px 0 0;
}
.video-banner-home .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  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: #112A17;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  /*    &: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;
}
.video-banner-home .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.video-banner-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;
}
.video-banner-home .btn-default:hover {
  transform: scale(1.1);
  /*  background: #000;
  color: #fff;*/
}

.our-steps {
  background: #DBE0CC;
  text-align: center;
  padding: 75px 0;
  color: #283619;
  position: relative;
}
.our-steps .flower-left {
  position: absolute;
  bottom: -35px;
  left: 75px;
  max-width: 75px;
  z-index: 3;
}
.our-steps .top-title {
  text-align: center;
  margin: 0 0 75px;
}
.our-steps .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  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: #112A17;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  /*    &: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;
}
.our-steps .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.our-steps .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-steps .btn-default:hover {
  transform: scale(1.1);
  /*  background: #000;
  color: #fff;*/
}
.our-steps h2, .our-steps h3, .our-steps h4, .our-steps h5, .our-steps h6 {
  margin: 15px 0;
  color: #283619;
  text-transform: none;
}

.full-image {
  position: relative;
}
.full-image.bg-green {
  background: #283619;
}
.full-image .custom-align {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.full-image .custom-align .donate-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: end;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  font-style: italic;
  background: #fff;
  text-align: center;
  color: #000;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23333' stroke-width='4' stroke-dasharray='4%2c 8' stroke-dashoffset='6' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 100px;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 -50px;
  font-weight: 400;
}
.full-image .mobile-img {
  display: none;
}
.full-image img {
  width: 100%;
}

.our-numbers {
  background: #112A17;
  padding: 75px 0;
  color: #fff;
  text-align: center;
  position: relative;
}
.our-numbers .flower-right {
  position: absolute;
  top: -35px;
  right: 100px;
  max-width: 100px;
  z-index: 3;
}
.our-numbers .donate-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: end;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  font-style: italic;
  background: #fff;
  text-align: center;
  color: #000;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23333' stroke-width='4' stroke-dasharray='4%2c 8' stroke-dashoffset='6' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 100px;
  font-size: 20px;
  line-height: 22px;
  margin: -125px 0 0;
  font-weight: 400;
}
.our-numbers h2, .our-numbers h3, .our-numbers h4, .our-numbers h5, .our-numbers h6 {
  color: #fff;
  margin: 0 0 15px;
}
.our-numbers .w-100 {
  width: 100%;
}
.our-numbers .icon {
  display: block;
  margin: 0 auto 15px;
  max-width: 65px;
}
.our-numbers .item {
  font-style: italic;
}
.our-numbers .item strong, .our-numbers .item b {
  font-size: 38px;
  line-height: 42px;
  font-style: normal;
  font-weight: normal;
  display: block;
  margin: 0 auto 10px;
}

.heart-mission {
  padding: 75px 0;
  background: #DBE0CC;
  text-align: center;
  color: #283619;
  position: relative;
}
.heart-mission .flower-right {
  position: absolute;
  bottom: 75px;
  right: 100px;
  max-width: 100px;
  z-index: 3;
}
.heart-mission .flower-left {
  position: absolute;
  top: 100px;
  left: 100px;
  max-width: 100px;
  z-index: 3;
}
.heart-mission h2, .heart-mission h3, .heart-mission h4, .heart-mission h5, .heart-mission h6 {
  color: #283619;
  font-size: 46px;
  margin: 0 0 25px;
}
.heart-mission .mobile-heart {
  display: none;
}
.heart-mission .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  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: #112A17;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  /*    &: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: #C5D3B2;
  color: #283619;
  margin: 25px auto 0;
  text-transform: initial;
  min-width: 175px;
}
.heart-mission .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.heart-mission .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;
}
.heart-mission .btn-default:hover {
  transform: scale(1.1);
  /*  background: #000;
  color: #fff;*/
}
.heart-mission .container-fluid.custom {
  max-width: 1920px;
  padding: 0;
}
.heart-mission .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heart-mission .wrapper .img-wrapper {
  max-width: 33%;
  width: 100%;
}
.heart-mission .wrapper .text {
  max-width: 37%;
  width: 100%;
}
.heart-mission .img-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.heart-mission .img-wrapper.left {
  margin: 0 0 0 -150px;
}
.heart-mission .img-wrapper.left img:nth-of-type(2) {
  max-width: 40%;
  margin: 0 0 0 25px;
}
.heart-mission .img-wrapper.left img:nth-of-type(3) {
  display: none;
}
.heart-mission .img-wrapper.right {
  margin: 0 -150px 0 0;
}
.heart-mission .img-wrapper.right img:nth-of-type(1) {
  max-width: 40%;
  margin: 0 25px 0 0;
}
.heart-mission .img-wrapper img {
  width: 55%;
  border-radius: 200px;
  display: inline-block;
}

.donate-form-section {
  position: relative;
  color: #DBE0CC;
  /*.donate-form {
      background: #DBE0CC;
      border-radius: 10px;
      padding: 50px 25px;
      color: #283618;
      text-align: center;

      .top-text {
          border-bottom: 1px solid rgba(40, 54, 24,0.2);
          padding: 0 0 25px;
          margin: 0 0 25px;
      }

      .form-group {
          label {
              font-style: italic;
              display: block;
              margin: 0 0 10px;
          }
      }

      .switch {
          border-radius: 50px;
          background: transparent;
          color: #283618;
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
          align-items: center;
          position: relative;
          max-width: 300px;
          width: 100%;
          overflow: hidden;
          border: 1px solid #283618;
          padding: 6px;
          margin: 0 auto 25px;

          li {
              width: 50%;

              &:before {
                  display: none;
              }

              input {
                  opacity: 0;
                  visibility: hidden;
                  position: absolute;

                  &:checked + label {
                      color: #fff;
                      background: #283618;
                  }
              }

              label {
                  margin: 0 !important;
                  padding: 10px;
                  color: #000;
                  text-align: center;
                  cursor: pointer;
                  display: block;
                  font-weight: 300;
                  border-radius: 33px;
                  font-style: normal;
                  margin: 0;
              }
          }
      }

  }*/
}
.donate-form-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #283618;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}
.donate-form-section .flower-left {
  position: absolute;
  top: -25px;
  left: 100px;
  max-width: 125px;
  z-index: 3;
}
.donate-form-section .flower-right {
  position: absolute;
  bottom: -25px;
  right: 125px;
  max-width: 125px;
  z-index: 3;
}
.donate-form-section h2, .donate-form-section h3, .donate-form-section h4, .donate-form-section h5, .donate-form-section h6 {
  color: #fff;
  text-transform: initial;
  font-size: 42px;
  margin: 0 0 15px;
}
.donate-form-section img {
  width: 100%;
}
.donate-form-section .container-fluid.custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.donate-form-section ul:not(.switch) li {
  position: relative;
  padding: 0 0 0 30px;
  color: #fff;
  margin: 0 0 5px;
}
.donate-form-section ul:not(.switch) li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/Resources/img/leaf-v2.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.donate-form-section h2, .donate-form-section h3, .donate-form-section h4, .donate-form-section h5, .donate-form-section h6 {
  color: #fff;
  font-size: 32px;
}
.donate-form-section b, .donate-form-section strong {
  font-size: 26px;
  display: block;
  margin: 0 0 25px;
}
.donate-form-section .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  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: #112A17;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  /*    &: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;
}
.donate-form-section .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.donate-form-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;
}
.donate-form-section .btn-default:hover {
  transform: scale(1.1);
  /*  background: #000;
  color: #fff;*/
}

@media only screen and (min-width: 1800px) {
  .heart-mission .img-wrapper img {
    border-radius: 400px;
  }
}
@media only screen and (max-width: 1500px) {
  .donate-form-section img {
    min-height: 600px;
  }
  .donate-form-section .flower-left, .donate-form-section .flower-right {
    min-height: initial;
  }
}
@media only screen and (max-width: 1200px) {
  .heart-mission .wrapper .text {
    max-width: 50%;
  }
  .our-numbers .item b, .our-numbers .item strong {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 991.5px) {
  .heart-mission .wrapper {
    flex-direction: column;
  }
  .heart-mission .wrapper .img-wrapper {
    max-width: 50%;
  }
  .heart-mission .wrapper .text {
    max-width: 75%;
  }
  .heart-mission .wrapper .img-wrapper.left {
    margin: 0 0 50px;
  }
  .heart-mission .wrapper .img-wrapper.right {
    margin: 50px 0 0;
  }
  .our-steps .col-sm-6:not(:last-child), .our-numbers .col-sm-6:not(:last-child) {
    margin: 0 0 25px;
  }
  .donate-form-section img {
    min-height: 650px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767.5px) {
  .video-banner-home {
    display: block;
    min-height: initial;
    padding: 0 0 25px;
    color: #283619;
  }
  .video-banner-home h1 {
    font-size: 28px;
    line-height: 36px;
    color: #283619;
  }
  .video-banner-home .flower-right {
    right: 25px;
    top: 75px;
  }
  .video-banner-home .flower-left {
    left: 25px;
  }
  .video-banner-home .img-banner {
    margin: 0 0 25px;
  }
  .video-banner-home .img-banner img {
    height: initial;
    position: relative;
  }
  .video-banner-home .mouse-icon {
    display: none;
  }
  .our-steps {
    padding: 50px 0 75px;
  }
  .our-steps .col-lg-4:not(:last-child) {
    margin: 0 0 75px;
  }
  .our-steps .top-title {
    margin: 0 0 25px;
  }
  .full-image.mg-top {
    margin: -7px 0 0;
  }
  .full-image.mg-bottom {
    margin: 0 0 -7px;
  }
  .full-image .desktop {
    display: none;
  }
  .full-image .mobile-img {
    display: block;
  }
  .our-numbers .flower-right {
    right: 50px;
  }
  .our-numbers .item:not(:last-child) {
    margin: 0 0 50px;
  }
  .our-numbers .item strong, .our-numbers .item b {
    font-size: 32px;
    line-height: 38px;
  }
  .heart-mission .flower-left {
    top: 75px;
    left: 75px;
  }
  .heart-mission .flower-right {
    bottom: -25px;
    right: -25px;
  }
  .heart-mission h2, .heart-mission h3, .heart-mission h4, .heart-mission h5, .heart-mission h6 {
    font-size: 32px;
    line-height: 36px;
  }
  .heart-mission .wrapper .img-wrapper {
    max-width: 100%;
  }
  .heart-mission .wrapper .img-wrapper.left {
    margin: 0 0 50px -100px;
  }
  .heart-mission .wrapper .img-wrapper.left img:nth-of-type(1) {
    max-width: 40%;
    width: 100%;
    max-height: 175px;
  }
  .heart-mission .wrapper .img-wrapper.left img:nth-of-type(2) {
    max-width: 50%;
    width: 100%;
    margin: 0 25px;
  }
  .heart-mission .wrapper .img-wrapper.left img:nth-of-type(3) {
    display: block;
    max-width: 40%;
    width: 100%;
  }
  .heart-mission .wrapper .img-wrapper.right {
    display: none;
  }
  .heart-mission .wrapper .text {
    max-width: 90%;
  }
  .heart-mission .mobile-heart {
    display: inline-block;
  }
  .donate-form-section .flower-left {
    top: -15px;
    left: 0px;
  }
  .donate-form-section .flower-right {
    bottom: -25px;
    right: 15px;
    max-width: 100px;
  }
  .donate-form-section img {
    min-height: 450px;
    object-fit: cover;
  }
  .donate-form-section h2, .donate-form-section h3, .donate-form-section h4, .donate-form-section h5, .donate-form-section h6 {
    font-size: 32px;
    line-height: 36px;
  }
  .donate-form-section .donate-form {
    padding: 25px;
    margin: 25px 0 0 0;
  }
  .donate-form-section .donate-form h2, .donate-form-section .donate-form h3, .donate-form-section .donate-form h4, .donate-form-section .donate-form h5, .donate-form-section .donate-form h6 {
    font-size: 26px;
  }
}
.simple-banner {
  background: #283619;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0 50px 0;
  color: #fff;
  text-align: center;
}
.simple-banner .breadcrumbs {
  margin: 0 auto 5px;
  position: relative;
  z-index: 2;
}
.simple-banner .breadcrumbs li a {
  color: #fff;
}
.simple-banner h1 {
  font-size: 55px;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.contact-info {
  background: #DBE0CC;
}
.contact-info .item {
  padding: 25px 25px 25px 65px;
  border-radius: 20px;
  background: #283618;
  position: relative;
  color: #FFFFFF;
  margin: -50px 0 0;
}
.contact-info .item:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #DBE0CC;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-info .item.phone:before {
  background-image: url("/Resources/img/phone.svg");
}
.contact-info .item.email:before {
  background-image: url("/Resources/img/mail.svg");
}
.contact-info .item.insta:before {
  background-image: url("/Resources/img/insta-green.svg");
}
.contact-info .item b, .contact-info .item strong {
  font-weight: 500;
}
.contact-info .item a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.contact-info .item a:hover {
  color: #DBE0CC;
}

.contact-page {
  background: #DBE0CC;
  padding: 75px 0;
  position: relative;
}
.contact-page h2, .contact-page h3, .contact-page h4, .contact-page h5, .contact-page h6 {
  text-align: center;
  margin: 0 0 25px;
}
.contact-page .form-group.checkbox-group label {
  font-style: normal;
  position: relative;
  z-index: 4;
}
.contact-page .form-group.checkbox-group label:before {
  border: 1px solid rgba(38, 52, 24, 0.5);
  background: #DBE0CC;
  border-radius: 3px;
}
.contact-page .form-group.checkbox-group label a {
  text-decoration: none !important;
  font-weight: 100;
  transition: all 0.3s ease-in-out;
}
.contact-page .form-group.checkbox-group label a:hover {
  color: #E8C53A;
}
.contact-page .form-group.mg-0 {
  margin: 0;
}
.contact-page .form-group select {
  min-height: 46px;
}
.contact-page .form-group label {
  font-style: italic;
  position: relative;
  display: table;
  margin: 0 0 5px;
}
.contact-page .form-group label:after {
  content: "*";
  position: absolute;
  right: -10px;
  top: 0;
  font-size: 16px;
}
.contact-page .form-group .form-control {
  border: 1px solid rgba(38, 52, 24, 0.5);
  background: transparent;
  border-radius: 5px;
}
.contact-page .form-group textarea {
  width: 100% !important;
  min-height: 250px;
}
.contact-page .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  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: #112A17;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  /*    &: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: #88705C;
  text-transform: initial;
  color: #fff;
}
.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 {
  transform: scale(1.1);
  /*  background: #000;
  color: #fff;*/
}
.contact-page .w-100 {
  width: 100%;
}

@media only screen and (max-width: 991.5px) {
  .contact-info .item {
    margin: -50px 0 75px 0;
  }
  .contact-info .item.insta {
    margin: -50px 0 25px;
  }
  .contact-info .item b, .contact-info .item strong {
    font-size: 16px;
  }
  .contact-info .item a {
    font-size: 15px;
  }
  .contact-page {
    padding: 0 0 75px;
  }
  .contact-page:before {
    opacity: 0.2;
  }
}
.tickets {
  background: url(/Resources/img/header-donate-min.jpg), #283618;
  /*    background-size: cover;*/
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 75px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  /*    min-height: 100vh;*/
  /*  height: calc(100vh + 650px);*/
  position: relative;
  text-align: left;
  min-height: 100vh;
  /*    height: 100vh;*/
  /* overflow: hidden;*/
  /* .container-fluid.custom.top {
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
  }*/
}
.tickets:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(43deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.33;
  z-index: 1;
}
.tickets .logo {
  font-family: "the-seasons";
  color: #283619;
  font-size: 50px;
  display: block;
  margin: 0 0 50px;
  text-align: center;
}
.tickets .mobile-link {
  display: none;
  color: #283619 !important;
}
.tickets .container-fluid.custom.bottom {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.tickets .container-fluid.custom.bottom a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.tickets .container-fluid.custom.bottom a:hover {
  color: #E8C53A;
}
.tickets .container-fluid.custom.bottom .align-right {
  text-align: right;
}
.tickets .container-fluid.custom.bottom .align-right a:nth-of-type(1) {
  margin: 0 50px 0 0;
}
.tickets .usp-list {
  margin: 0 0 25px;
}
.tickets .usp-list h1, .tickets .usp-list h2, .tickets .usp-list h3, .tickets .usp-list h4, .tickets .usp-list h5, .tickets .usp-list h6 {
  margin: 0 0 15px;
  text-align: left;
  font-size: 32px;
  line-height: 36px;
  color: #000;
}
.tickets .usp-list ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 5px;
  text-align: left;
}
.tickets .usp-list ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/Resources/img/leaf.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.tickets svg {
  max-width: 150px;
  display: block;
}
.tickets svg path {
  fill: #fff;
}
.tickets img:not(.flower), .tickets video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tickets .left-text {
  color: #fff;
}
.tickets .left-text ul li {
  position: relative;
  padding: 0 0 0 30px;
  color: #fff;
  margin: 0 0 5px;
}
.tickets .left-text ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/Resources/img/leaf.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.tickets h1 {
  color: #fff;
  font-style: normal;
  font-size: 48px;
  text-transform: none;
}
.tickets .form.outer {
  background: #DBE0CC;
  padding: 50px 25px;
  color: #283619;
  border-radius: 10px;
  position: relative;
}
.tickets .form.outer .flower {
  position: absolute;
  max-width: 75px;
}
.tickets .form.outer .flower.flower1 {
  top: -25px;
  left: -25px;
  max-width: 100px;
}
.tickets .form.outer .flower.flower2 {
  right: -25px;
  top: -25px;
}
.tickets .form.outer .flower.flower3 {
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.tickets .form.outer .text {
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  text-align: center;
  /*  b, strong {
      display: block;
      font-size: 22px;
      margin: 0 0 15px;
  }*/
}
.tickets .form.outer .text h2 {
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 15px;
  text-transform: none;
}
.tickets .form.outer .switch {
  border-radius: 50px;
  background: transparent;
  color: #283618;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  position: relative;
  max-width: 300px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #283618;
  padding: 6px;
  margin: 0 0 25px;
}
.tickets .form.outer .switch li {
  width: 50%;
}
.tickets .form.outer .switch li:before {
  display: none;
}
.tickets .form.outer .switch li input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.tickets .form.outer .switch li input:checked + label {
  color: #fff;
  background: #283618;
}
.tickets .form.outer .switch li label {
  margin: 0 !important;
  padding: 10px;
  color: #000;
  text-align: center;
  cursor: pointer;
  display: block;
  font-weight: 300;
  border-radius: 33px;
  font-style: normal;
  margin: 0;
}
.tickets .form.outer .switch li label:after {
  display: none;
}
.tickets .form.outer .text-left {
  text-align: left;
}
.tickets .form.outer .text-left.mg-bottom {
  margin: 0 0 15px;
}
.tickets .form.outer .text-left.mg-bottom-big {
  margin: 0 0 25px;
}
.tickets .form.outer .sub-title {
  display: block;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 400;
}
.tickets .form.outer .sub-title.top {
  margin: 15px 0;
}
.tickets .form.outer #divOthervalue {
  margin: 25px 0 15px;
}
.tickets .form.outer .rb-list {
  border-radius: 50px;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 6px;
  margin: 0 auto;
}
.tickets .form.outer .rb-list li {
  width: auto;
  margin: 0 5px 10px 0;
}
.tickets .form.outer .rb-list li:before {
  display: none;
}
.tickets .form.outer .rb-list li input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.tickets .form.outer .rb-list li input:checked + label {
  color: #fff;
  background: #283618;
}
.tickets .form.outer .rb-list li label {
  margin: 0 !important;
  padding: 15px 25px;
  color: #000;
  text-align: center;
  cursor: pointer;
  display: block;
  font-weight: 300;
  border-radius: 33px;
  font-style: normal;
  margin: 0;
  background: rgba(136, 112, 92, 0.27);
}
.tickets .form.outer .rb-list li label:after {
  display: none;
}
.tickets .form.outer .text-bottom {
  text-align: center;
  margin: 0 0 15px;
}
.tickets .form.outer .small-text {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 5px 0;
}
.tickets .form.outer .form-group.checkbox label {
  font-style: normal;
}
.tickets .form.outer .form-group.checkbox label:before {
  background: transparent;
  border: 1px solid #263418;
  border-radius: 3px;
}
.tickets .form.outer .form-group.checkbox label:after {
  top: -3px;
  font-size: 13px;
}
.tickets .form.outer .form-group.checkbox label a {
  font-weight: normal;
  text-decoration: none;
}
.tickets .form.outer .form-group.checkbox label a:hover {
  color: #E8C53A;
}
.tickets .form.outer .form-group.mg-0 {
  margin: 0;
}
.tickets .form.outer .form-group label {
  display: table;
  margin: 0 0 5px;
  font-style: italic;
  position: relative;
}
.tickets .form.outer .form-group label.center {
  text-align: center;
  margin: 15px auto 5px;
}
.tickets .form.outer .form-group label.required:after {
  content: "*";
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 18px;
}
.tickets .form.outer .form-group .form-control {
  border: 1px solid rgba(38, 52, 24, 0.5);
  border-radius: 5px;
  background: transparent;
}
.tickets .form.outer .form-group select {
  padding: 12px 15px;
}
.tickets .form.outer .btn-default {
  background: #E8C53A;
  color: #283618;
  padding: 12px 25px;
  text-align: center;
  border-radius: 100px;
  display: table;
  margin: 0 auto;
}
.tickets .form.outer .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.tickets .form.outer .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 {
  background: #DBE0CC;
  padding: 75px 0;
  color: #283619;
}
.simple-text.pd-top-small {
  padding: 0 0 75px;
}
.simple-text.bg-green {
  background: #283619;
  color: #fff;
}
.simple-text.bg-green.center {
  text-align: center;
}
.simple-text.bg-green h2, .simple-text.bg-green h3, .simple-text.bg-green h4, .simple-text.bg-green h5, .simple-text.bg-green h6 {
  color: #fff;
  font-size: 50px;
}
.simple-text.bg-green b, .simple-text.bg-green strong {
  font-weight: normal;
  display: block;
  margin: 0 0 25px;
}
.simple-text h2, .simple-text h3, .simple-text h4, .simple-text h5, .simple-text h6 {
  margin: 0 0 25px;
}
.simple-text .socials {
  display: flex;
  flex-direction: row;
  margin: 0 0 25px;
}
.simple-text .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #616C39;
  border-radius: 50px;
  width: 55px;
  height: 55px;
}
.simple-text .socials a:nth-of-type(2) {
  margin: 0 0 0 15px;
}
.simple-text .socials a img {
  max-width: 25px;
}
.simple-text .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  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: #112A17;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  /*    &: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;
  }*/
  font-family: "Restora";
}
.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 {
  transform: scale(1.1);
  /*  background: #000;
  color: #fff;*/
}
.simple-text ul {
  margin: 0 0 25px;
}
.simple-text ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 25px;
}
.simple-text ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/Resources/img/leaf-green.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.simple-text .bottom-text {
  /*  font-family: 'RestoraThinItalic';*/
  font-style: italic;
}
.simple-text .mg-img {
  margin: 25px 0;
}
.simple-text img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.simple-text .img-wrapper {
  position: relative;
  overflow: hidden;
}
.simple-text .img-wrapper:before {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 0;
  background-image: url(/Resources/img/beeldmerk-footer.svg);
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 400px;
  height: 400px;
}
.simple-text .img-wrapper img {
  width: 100%;
  border-radius: 10px;
}

@media only screen and (max-height: 1200px) {
  .tickets {
    /*        height: calc(100vh + 375px);

    video {
        height: calc(100vh + 375px);
    }*/
  }
  .tickets .container-fluid.custom {
    padding: 0 15px;
  }
  .tickets .row.align-items-center {
    align-items: baseline !important;
  }
}
@media only screen and (max-height: 950px) {
  /*  .tickets {
      height: calc(100vh + 475px);

      video {
          height: calc(100vh + 475px);
      }
  }*/
}
/*@media only screen and (max-height:750px) {
    .tickets {
        height: calc(100vh + 575px);

        video {
            height: calc(100vh + 575px);
        }
    }
}*/
/*@media only screen and (max-height:700px) {
    .tickets {
        height: calc(100vh + 625px);

        video {
            height: calc(100vh + 625px);
        }
    }
}*/
@media only screen and (max-width: 1450px) {
  .tickets .container-fluid.custom.top {
    padding: 0 75px;
  }
}
@media only screen and (max-width: 1200px) {
  .tickets .container-fluid.custom.top {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991.5px) {
  .tickets {
    height: initial;
    padding: 25px 0 125px;
  }
  .tickets svg {
    margin: 0 0 25px;
  }
  .tickets .form.outer {
    margin: 75px 0 0;
  }
}
@media only screen and (max-width: 767.5px) {
  .tickets {
    height: initial;
    /*   background: #DBE0CC;*/
    padding: 50px 0;
    color: #2B2B2B;
  }
  .tickets .logo {
    margin: 0 0 25px;
  }
  .tickets .mobile-link {
    display: block;
    color: #fff;
  }
  .tickets .left-text {
    margin: 115px 0 0;
  }
  .tickets video, .tickets img:not(.flower) {
    min-height: 100vh;
  }
  .tickets .mouse-link {
    display: none;
  }
  .tickets svg {
    margin: 25px 0;
    max-width: 125px;
  }
  .tickets .left-text h1 {
    font-size: 34px;
  }
  .tickets .left-text ul li:before {
    filter: initial;
    background-size: 18px;
    width: 18px;
    height: 18px;
    top: 3px;
    background-image: url(/Resources/img/leaf-v2.svg);
  }
  .tickets .container-fluid.custom.top {
    /*     position: relative;*/
    top: 0;
    /*  left: initial;
    transform: initial;*/
  }
  .tickets .container-fluid.custom.bottom {
    position: relative;
    bottom: 0;
    left: initial;
    transform: initial;
    margin: 25px 0 0;
  }
  .tickets .container-fluid.custom.bottom a {
    display: block;
  }
  .tickets .container-fluid.custom.bottom .align-right {
    text-align: left;
    margin: 25px 0 0;
  }
  .tickets .form.outer {
    border: 2px solid #2B2B2B;
    padding: 25px;
    /* .btn-default {
        width: 100%;
        display: table;
        position: absolute;
        bottom: -175px;
        left: 0;
    }*/
  }
  .tickets .form.outer.mobile-mg {
    margin: 25px 0 0;
  }
  .tickets .form.outer .text h2 {
    font-size: 28px;
  }
  .simple-text {
    padding: 25px 0 75px;
  }
  .simple-text.bg-green {
    padding: 75px 0 25px;
  }
  .simple-text.bg-green h2, .simple-text.bg-green h3, .simple-text.bg-green h4, .simple-text.bg-green h5, .simple-text.bg-green h6 {
    font-size: 32px;
  }
  .simple-text img {
    width: 100%;
    object-fit: contain;
  }
  .simple-text .img-wrapper {
    margin: 25px 0 0;
  }
  .simple-text .img-wrapper:before {
    width: 250px;
    height: 250px;
    background-size: 250px;
  }
}
@media only screen and (max-width: 360px) {
  .tickets .left-text {
    margin: 75px 0 0;
  }
}
.text-section {
  position: relative;
  padding: 75px 0;
}
.text-section.pd-0 {
  padding: 0 0 75px;
}
.text-section.text-template img {
  border-radius: 20px;
}
.text-section h2, .text-section h3, .text-section h4, .text-section h5, .text-section h6 {
  margin-bottom: 10px;
}
.text-section a:not(.btn-default) {
  color: #E8C53A;
  text-decoration: underline !important;
}
.text-section .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  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: #112A17;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  /*    &: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-section .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.text-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;
}
.text-section .btn-default:hover {
  transform: scale(1.1);
  /*  background: #000;
  color: #fff;*/
}
.text-section.simple-text-template h1 {
  font-size: 32px;
  line-height: 36px;
}
.text-section.simple-text-template .breadcrumbs {
  margin-bottom: 25px;
}
.text-section.simple-text-template .breadcrumbs a {
  color: inherit !important;
  text-decoration: none !important;
}
.text-section ul {
  padding: 0 0 0 20px;
}
.text-section ul li {
  list-style: disc;
}

@media only screen and (max-width: 767.5px) {
  .text-section.text-template {
    padding: 0 0 75px;
  }
}
.thanks-page {
  position: relative;
  height: 100vh;
  text-align: center;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  overflow: hidden;
}
.thanks-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.48;
}
.thanks-page video, .thanks-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thanks-page .container-fluid.custom {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.thanks-page .beeldmerk {
  display: block;
  margin: 0 auto 25px;
  max-width: 350px;
}
.thanks-page .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  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: #112A17;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  /*    &: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;
  font-style: normal;
  min-width: 350px;
}
.thanks-page .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.thanks-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;
}
.thanks-page .btn-default:hover {
  transform: scale(1.1);
  /*  background: #000;
  color: #fff;*/
}
.thanks-page h1, .thanks-page h2, .thanks-page h3, .thanks-page h4, .thanks-page h5, .thanks-page h6 {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 15px;
}

/*@import 'pages/our-roots.scss';
@import 'pages/our-legacy.scss';
@import 'pages/our-stories.scss';
@import 'pages/news.scss';
@import 'pages/family.scss';*/
/*@import 'pages/onze-eenden.scss';
@import 'pages/cookies.scss';

@import 'pages/product-2024.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;
}

p {
  margin: 0 0 15px;
}

html {
  overflow-x: hidden;
}
html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}
html.active {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "Gilroy";
  background: #FAF4F2;
  font-weight: 100;
  overflow-x: hidden;
  margin: 0;
  font-size: 17px;
  color: #272727;
  line-height: 24px;
  /*    --color-marker-general: $primary-pink;*/
}

: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: "Gilroy";
  font-weight: 600;
  color: #2B2B2B;
  text-transform: uppercase;
}
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: 70px;
  font-weight: 600;
  margin-bottom: 15px;
}

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;
  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: #112A17;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  /*    &: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 {
  transform: scale(1.1);
  /*  background: #000;
  color: #fff;*/
}
.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;
  display: inline-block;
}
.breadcrumbs li img {
  max-width: 25px;
  width: 100%;
  display: inline-block;
}
.breadcrumbs li:after {
  font-weight: 300;
  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: 42px;
  right: 15px;
  font-weight: bold;
  font-size: 21px;
  color: #E76F51;
}
.form-group.has-error .form-control {
  border-color: #E76F51 !important;
}
.form-group.has-success .form-control {
  border-color: #00bc11 !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: "Gilroy";
}
.form-group .help-block {
  display: block;
  color: #E76F51;
  padding: 5px 0;
  font-size: 14px;
  text-align: left;
}

.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: "Gilroy";
}
.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: "Gilroy";
}
.shopping-modal .btn-row .btn-order {
  padding: 10px 20px;
  background: #985244;
  color: #fff;
  margin-left: auto;
  font-family: "Gilroy";
  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: "Gilroy";
  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 .wrapper {
  position: relative;
  width: calc(100% - 30px) !important;
  max-width: 900px;
  padding: 50px;
  background: #DBE0CC;
  margin: 50px auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.popup-modal .wrapper .left {
  max-width: 65%;
  width: 100%;
}
.popup-modal .wrapper .left b {
  display: block;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 15px;
}
.popup-modal .wrapper .left ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 5px;
}
.popup-modal .wrapper .left ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/Resources/img/leaf.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.popup-modal .wrapper .left .btn-wrapper {
  display: flex;
  align-items: center;
  margin: 25px 0 0;
}
.popup-modal .wrapper .left .btn-wrapper .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  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: #112A17;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  /*    &: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;
}
.popup-modal .wrapper .left .btn-wrapper .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.popup-modal .wrapper .left .btn-wrapper .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 .wrapper .left .btn-wrapper .btn-default:hover {
  transform: scale(1.1);
  /*  background: #000;
  color: #fff;*/
}
.popup-modal .wrapper .left .btn-wrapper .close-modal {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.popup-modal .wrapper .left .btn-wrapper .close-modal:hover {
  color: #E8C53A;
}
.popup-modal .wrapper .right {
  max-width: 35%;
  display: flex;
  align-items: center;
}
.popup-modal .wrapper .right img {
  border-radius: 200px;
  display: inline-block;
}
.popup-modal .wrapper .right img:nth-of-type(1) {
  width: 65%;
  margin: 0 15px 0 0;
}
.popup-modal .wrapper .right img:nth-of-type(2) {
  width: 85%;
}

.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 {
  background: #283619;
  padding: 125px 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
  height: calc(100vh - 44px);
}
.thanks .text {
  background: #DBE0CC;
  padding: 25px;
  border-radius: 40px;
  color: #283619;
}
.thanks .text h1 {
  color: #283619;
}
.thanks .text .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  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: #112A17;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  /*    &: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 auto;
}
.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 {
  transform: scale(1.1);
  /*  background: #000;
  color: #fff;*/
}
.thanks .container-fluid.custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ui-datepicker {
  display: none;
  padding: 0.5rem;
  border: 1px solid #E8C53A;
  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: #E8C53A;
}
.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: #E8C53A;
  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;
}

section:not(.fold).anim-active .container-fluid.custom, section:not(.fold).anim-active .container {
  opacity: 1;
  /*  top: 0;*/
}
section:not(.fold) .container-fluid.custom, section:not(.fold) .container {
  /* position: relative;*/
  opacity: 0;
  /* top: 10px;*/
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
section.anim-active {
  -webkit-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsletter {
  background: #112A17;
  padding: 75px 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
}
.newsletter .custom-align {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.newsletter .custom-align .donate-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: end;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  font-style: italic;
  background: #fff;
  text-align: center;
  color: #000;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23333' stroke-width='4' stroke-dasharray='4%2c 8' stroke-dashoffset='6' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 100px;
  font-size: 20px;
  line-height: 22px;
  margin: -50px 0 0;
  font-weight: 400;
}
.newsletter .title {
  margin: 0 0 25px;
  color: #fff;
}
.newsletter .title h2, .newsletter .title h3, .newsletter .title h4, .newsletter .title h5, .newsletter .title h6 {
  font-size: 42px;
  margin: 0 0 15px;
  color: #fff;
}
.newsletter .form-group.has-error:before {
  top: 13px;
}
.newsletter .form-group .form-control {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  background: transparent;
  color: #fff;
}
.newsletter .form-group .form-control::placeholder {
  color: #fff;
}
.newsletter .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  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: #112A17;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  /*    &: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: #88705c;
  color: #fff;
  margin: 0 auto;
  text-transform: initial;
  min-width: 175px;
}
.newsletter .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.newsletter .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;
}
.newsletter .btn-default:hover {
  transform: scale(1.1);
  /*  background: #000;
  color: #fff;*/
}
.newsletter .privacy {
  font-size: 16px;
  color: #fff;
  text-align: left;
}

footer {
  position: relative;
  padding: 100px 0 150px;
  background: #DBE0CC;
  color: #112A17;
}
footer .logo-text {
  font-family: the-seasons;
  color: #112A17;
  font-size: 26px;
  font-size: 32px;
  margin: 0 0 25px;
}
footer .mobile-footer {
  display: none !important;
}
footer svg {
  /*max-width: 175px;*/
  width: 100%;
  display: block;
  margin: -50px 0 25px;
}
footer svg path {
  fill: #DBE0CC !important;
}
footer b {
  display: block;
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: bold;
}
footer ul li {
  margin: 0 0 15px;
}
footer .btn-default {
  padding: 15px 25px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  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: #112A17;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  /*    &: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;
}
footer .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
footer .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;
}
footer .btn-default:hover {
  transform: scale(1.1);
  /*  background: #000;
  color: #fff;*/
}
footer .btn-default:hover {
  color: #fff !important;
}
footer a {
  color: #112A17;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #E8C53A;
}
footer .socials {
  display: flex;
  flex-direction: row;
  margin: 25px auto 0;
}
footer .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #616C39;
  border-radius: 50%;
  min-width: 55px;
  height: 55px;
  transition: all 0.3s ease-in-out;
}
footer .socials a:hover {
  background: #E8C53A;
}
footer .socials a:not(:last-child) {
  margin: 0 15px 0 0;
}
footer .socials a img {
  max-width: 25px;
}
footer .socials a.fb img {
  max-width: 17px;
}

.copy {
  padding: 10px 0;
  background: #DBE0CC;
  color: #283618;
}
.copy .align-right {
  text-align: right;
}
.copy .align-right a {
  color: #283618;
}
.copy .align-right a:nth-of-type(1) {
  margin: 0 25px 0 0;
}

@media only screen and (max-width: 991.5px) {
  footer:after {
    right: 25px;
    background-size: 250px;
    width: 250px;
    height: 250px;
  }
  .newsletter .btn-default {
    min-width: initial;
  }
}
@media only screen and (max-width: 767.5px) {
  .newsletter .title h2, .newsletter .title h3, .newsletter .title h4, .newsletter .title h5, .newsletter .title h6 {
    font-size: 32px;
    line-height: 36px;
  }
  .newsletter .btn {
    order: 4;
  }
  .newsletter .privacy {
    order: 3;
  }
  footer {
    padding: 50px 0 0;
    text-align: center;
  }
  footer .btn-default {
    margin: 0 auto 25px;
  }
  footer .mobile-footer {
    display: block !important;
  }
  footer .desktop {
    display: none;
  }
  footer svg {
    max-width: 225px;
    margin: 0 auto 25px;
  }
  footer ul li {
    margin: 0 0 10px;
  }
  footer .socials {
    justify-content: flex-start;
    margin: 0 auto;
    justify-content: center;
  }
  footer .socials.mobile-footer {
    display: flex !important;
  }
  footer .socials a {
    min-width: 45px;
    height: 45px;
  }
  footer .socials a img {
    max-width: 20px;
  }
  footer .col-sm-3, footer .col-sm-2 {
    margin: 0 0 15px;
  }
  .copy {
    text-align: center;
    padding: 25px 0;
  }
  .copy .align-right {
    text-align: center;
  }
  .copy .align-right a {
    display: block;
  }
  .copy .align-right a:nth-of-type(1) {
    margin: 25px 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: 1450px) {
  .container-fluid.custom {
    padding: 0px 50px;
    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;
  }
}
@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) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
  h2, h3, h4, h5, h6 {
    font-size: 24px;
    line-height: 34px;
  }
  .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 .wrapper {
    flex-direction: column;
    padding: 25px;
  }
  .popup-modal .wrapper .left, .popup-modal .wrapper .right {
    max-width: 100%;
  }
  .popup-modal .wrapper .right {
    position: relative;
    right: 25px;
    width: calc(100% - 30px);
    margin: 25px 0 0;
  }
  .popup-modal .wrapper .right img:nth-of-type(1) {
    max-width: 50%;
  }
  .popup-modal .wrapper .right img:nth-of-type(2) {
    max-width: 65%;
  }
  .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%;
  }
}
