.naamklant{
  display: none;
}
@font-face {
  font-family: 'TT Commons Pro';
  src: url('../fonts/TTCommonsPro-Db.eot');
  src: url('../fonts/TTCommonsPro-Db.eot?#iefix') format('embedded-opentype'),
      url('../fonts/TTCommonsPro-Db.woff2') format('woff2'),
      url('../fonts/TTCommonsPro-Db.woff') format('woff'),
      url('../fonts/TTCommonsPro-Db.ttf') format('truetype'),
      url('../fonts/TTCommonsPro-Db.svg#TTCommonsPro-Db') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons Pro';
  src: url('../fonts/TTCommonsPro-Md.eot');
  src: url('../fonts/TTCommonsPro-Md.eot?#iefix') format('embedded-opentype'),
      url('../fonts/TTCommonsPro-Md.woff2') format('woff2'),
      url('../fonts/TTCommonsPro-Md.woff') format('woff'),
      url('../fonts/TTCommonsPro-Md.ttf') format('truetype'),
      url('../fonts/TTCommonsPro-Md.svg#TTCommonsPro-Md') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons Pro';
  src: url('../fonts/TTCommonsPro-Bd.eot');
  src: url('../fonts/TTCommonsPro-Bd.eot?#iefix') format('embedded-opentype'),
      url('../fonts/TTCommonsPro-Bd.woff2') format('woff2'),
      url('../fonts/TTCommonsPro-Bd.woff') format('woff'),
      url('../fonts/TTCommonsPro-Bd.ttf') format('truetype'),
      url('../fonts/TTCommonsPro-Bd.svg#TTCommonsPro-Bd') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons Pro';
  src: url('../fonts/TTCommonsPro-Rg.eot');
  src: url('../fonts/TTCommonsPro-Rg.eot?#iefix') format('embedded-opentype'),
      url('../fonts/TTCommonsPro-Rg.woff2') format('woff2'),
      url('../fonts/TTCommonsPro-Rg.woff') format('woff'),
      url('../fonts/TTCommonsPro-Rg.ttf') format('truetype'),
      url('../fonts/TTCommonsPro-Rg.svg#TTCommonsPro-Rg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.eot');
  src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Helvetica-Bold.woff2') format('woff2'),
      url('../fonts/Helvetica-Bold.woff') format('woff'),
      url('../fonts/Helvetica-Bold.ttf') format('truetype'),
      url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



* {
  font-variant-ligatures: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  font-family: 'TT Commons Pro';
  font-weight: normal;
  position: relative;
}
::-moz-selection {
  background: #fff;
  color: #000;
}
img {
  border: none !important;
  outline: none;
  max-width: 100%;
  height: auto;
  width: auto;
}
input {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  border: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
  opacity: 1;
}
.form-control:focus {
  /* border-color: transparent; */
  border-bottom: 1px solid #000;
  background: transparent !important;
  /* opacity: 1; */
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  text-decoration: none;
  color: #000;
}
::placeholder {
  color: #878787 !important;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #878787;
  opacity: 1;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color:#878787;
  opacity: 1;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
  border: none;
}
button:focus {
  outline: none !important;
  outline: none !important;
}
button {
  cursor: pointer;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  border: none;
}
textarea {
  outline: none !important;
  resize: none;
}
ul li,
ol li,
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
html,
body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  font-weight: normal;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
 
font-weight: 600;  

}
body h1 {
  font-size: var(--heading-h1);
  line-height: 96%;
}
body h2 {
  font-size: var(--heading-h2);
}
body h3 {
  font-size: var(--heading-h3);
}
.h4, h4{  font-size: var(--heading-h4);}
body a {
  text-decoration: none;
  color:#8C6E50;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{line-height: 1;margin-bottom: 17px;}
.header .container {display: flex; justify-content: space-between;align-items: center;}


/* default css */

body{--heading-h1: 70px;--heading-h2:55px;--heading-h3:30px;--heading-h4:36px; --container:1090px;}
.header .container { padding-inline: 55px; max-width: 100%;     padding-bottom: 9px;}
.header .visit-site { display: flex; align-items: flex-end; }
.header .visit-site .label-title { font-size: 13px; color: #fff; line-height: 17px; margin-right: 14px; }
.header .top-header { float: left; width: 100%; padding: 9px 14px; }
.header .top-header .lang-dropdown { float: right;     display: flex; align-items: center;}
.header .lang-dropdown select { background: transparent; border: none; color: #fff;    margin-top: 4px; appearance: none; -webkit-appearance: none; padding-inline: 10px; line-height: 1.2; font-size: 12px; line-height: 16px; }
.header .lang-dropdown select option{color:#000000;}
.teste-together-sec { padding: 90px 0 ; }
.teste-together-row .tt-cont p { font-size: 28px; line-height: 1.4; max-width: 493px; }
.paralimgcnt:before { content: ""; display: block; padding-bottom: 48.2%; }
.paralimgcnt { display: flex; align-items: center; background-repeat: no-repeat!important; background-size: cover!important; background-attachment: fixed!important; }
.parallax-cnt-txt h2 { color: #fff;    font-weight: normal;    line-height: 122%; }
.parallax-cnt-txt { text-align: center; max-width: 789px; margin-inline: auto; }
.fo-up { background: url("../images/bg-gradient.jpg"); background-position: center; padding: 63px 0 74px; background-repeat: no-repeat; background-size: cover; }
.fo-up .fo-visit { text-align: center; }
.fo-up .fo-visit p { font-size: 20px; line-height: 27px; color: #fff; margin-bottom: 11px; }
.footer .fo-btm { padding-top: 24px; padding-bottom: 65px; }
.footer .fo-btm .fo-btmlist { list-style: none; display: flex; align-items: center; justify-content: center; }
.footer .fo-btm .fo-btmlist li { padding-inline: 21.5px; font-size: 14px; line-height: 27px; }
.footer .fo-btm .fo-btmlist li, .footer .fo-btm .fo-btmlist a{ color: #000;}
.cntform .frm-grid-half { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 25px; }
.cntform .frm-grid-half .form-group { margin-bottom: 22px; }
.form-control{border: 1px solid #000000!important;  border-radius: 23px 28px 28px; font-size: 16px;line-height: 1.2;padding: 12px 20px;}
.cntform-sec { padding-top: 102px; padding-bottom: 118px; }
.cntform .form-submit { margin-top: 30px; }
textarea.form-control{    height: 100px; border-radius: 22px;}
.sec-heading h4 { font-size: var(--heading-h4); }
.cntform-sec .sec-heading { margin-bottom: 50px; }
.cntform .frm-check-req { display: grid; grid-auto-flow: column; justify-content: space-between; grid-column-gap: 15px; align-items: center; }
.btn { font-size: 20px; line-height: 27px; border-radius: 25px; padding: 10.5px 20px; height: 45px; padding-block: 0; display: inline-flex; align-items: center; justify-content: center;     position: relative; -webkit-transition: all 0.2s ease; transition: all 0.5s ease;    z-index: 1;font-weight: bold; overflow: hidden;}
.btn-primary{background: #000000!important;border-color: #000000;}
.btn:after{       content: "";    background: #193757; height: 100%; left: 0; top: 0; position: absolute; width: 0;    z-index: -1; transition: all 0.5s ease 0s;right:0}
.btn:hover:after{width: 100%;} 
.btn-outline-primary{color: #000000;border-color: #000000;background-color: transparent!important;}
.btn-primary:hover{border-color: #193757;}
.form-control:focus{border-color: #dab27f!important;}
.cntform .btn{min-width: 180px;    height: 50px;}
.cntform .form-check label{font-size: 16px;}
.cntform .form-check label a{text-decoration: underline;color: #000;}
.cntform .frm-req-txt p { margin-bottom: 0; }
.form-check input[type="checkbox"] + label::before { content: ''; display: inline-block; left: 0; top:0px; width: 20px; height: 20px; border: solid 1px #000; background: #fff; margin-right: 10px; border-radius: 100%; transition: all 0.2s ease;    position: relative;
  top: 1px;}
.form-check input[type="checkbox"] { opacity: 0; position: absolute; left: -9999px; }
.cntform .frm-grid-half .form-check { padding-left: 0; margin-bottom: 0; }
.cntform .form-check label { font-size: 16px; display: grid; grid-template-columns: 20px 1fr;align-items: flex-start; grid-column-gap: 10px;line-height: 1.2;}
.form-check input[type="checkbox"]:checked + label::before { content: ''; background: #fff; border: 5px solid #000; }
.fea-pdf-row .fea-pdf-item { background: #EEE6DC;    width: 100%; border-radius: 8px; margin-bottom: 37px; font-size: 25px; padding: 22px 36px 19px; color: #000; line-height: 33px;    }
.fea-pdf-download { padding: 131px 0 109px; }
.fea-pdf-download .fea-down-btmtxt { margin-top: 20px; text-align: center; }
.fea-pdf-download .fea-down-btmtxt h3 { max-width: 670px; margin-inline: auto; font-size: var(--heading-h4); line-height: 1.2;    font-weight: normal; }
.fea-down-btmtxt .btnwrp { margin-top: 34px; }
.fea-pdf-download .fea-down-btmtxt .btn { min-width: 215px;    font-size: 25px;     padding-bottom: 4px;}
.btn-outline-primary:hover{background-color: #000000;}
.crafted-items-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 34px; }
.crafted-item .crafted-title h3 { margin-bottom: 22px; font-size: var(--heading-h3); line-height: 1.1; }
.crafted-item .crafted-thumbnail { margin-bottom: 47px;     margin-top: auto;}
.crafted-dtl-sec {  padding-bottom: 133px; }
p:last-child{margin-bottom: 0;}
.crafted-detail-grid { display: grid; grid-template-columns: 1fr 1fr;     margin-bottom: 93px;}
.crafted-detail-grid .crafted-detail-cnt { padding-left: calc(100% - ( var(--container) - 30px ) / 2);    padding-top: 140px;     padding-right: 50px;}
.crafted-detail-cnt .crafted-dtl-title h2 { font-size: var(--heading-h1); line-height: 1.1;    padding-right: 50px; }
.fea-pdf-download .container { max-width: 1160px; }
.key-features { background: url("../images/Gradient-img.jpg") no-repeat; background-size: cover; padding-top: 78px; padding-bottom: 166px; }
.key-features .section-title { max-width: 561px; margin-inline: auto; text-align: center; margin-bottom: 85px; }
.key-feaitem-grid .key-feaitem-cnt .key-feacnt-title { margin-bottom: 34px; }
.key-features .section-title h2 { font-size: var(--heading-h1);     line-height: 96%;}
.key-feaitem-wrap .key-feaitem-grid { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 30px; }
/* .key-feaitem-wrap .key-feaitem-grid:nth-child(2n) .key-feaitem-cnt { order: 1; }
.key-feaitem-wrap .key-feaitem-grid:nth-child(2n) .key-feaitem-img { order: 2; } */
.key-feaitem-wrap .key-feaitem-grid.key-feaitem-one { margin-bottom: 94px; }
.key-feaitem-wrap .key-feaitem-grid:not(:last-child) { margin-bottom: 100px; }
.anim-text-animate { transition: opacity .6s linear,transform .6s cubic-bezier(0.26,0.67,0.48,0.91); opacity: 0; transform: translateY(120px); }
.anim-text-animate.visible { opacity: 1; transform: translateY(0); }
.teste-together-row .tt-cont{ transition-delay: .1s; }
.key-feaitem-grid .key-feaitem-cnt li:before { content: "+"; display: inline-block; margin-right: 10px; }
.key-feaitem-grid .key-feaitem-cnt li:not(:last-child) { margin-bottom: 10px; }
.key-feaitem-wrap .key-feaitem-grid.txt-white * { color: #fff; }
.key-features .key-fea-btm { margin-top: 72px; text-align: center; }
.key-features .key-fea-btm h3 { font-size: var(--heading-h4); margin-bottom: 19px; color: #fff; }
.key-features .key-fea-btm .btn { font-size: 25px; border-radius: 23px; border-color: #fff; color: #fff; }
.key-features .key-fea-btm .btn:hover{border-color: #193757;}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1090px; padding-inline: 15px;     margin-left: auto;
  margin-right: auto;}
.fea-pdf-download .container { max-width: 1160px; }
.homebanner video { width: 100%; display: block;object-fit: cover; }
.homeslide .item img, .homeslide .item video { height: 800px; object-fit: cover; }
body.fixnav .country-switcher {top: 27px;}
.country-switcher .dropdown { position: relative; width: 34px; height: auto;     top: 2px;}
.country-switcher .dropdown > .caption {border-radius: 12px;cursor: pointer;height: 100%;width: 100%;padding: 0 6px;}
.country-switcher .dropdown > .caption span {color: #FFFFFF;text-decoration: underline;}
.country-switcher .dropdown > .list {position: absolute;background-color: #FFFFFF;width: 100%;height: auto;border-radius: 4px;box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);opacity: 0;overflow: hidden;transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;transform: scale(0.85);transform-origin: 50% 0;z-index: -1;visibility: hidden;padding: 6px;left: 0px;margin-top: 5px;    min-width: 42px;}
.country-switcher .dropdown > .list .item {margin-top: 2px; width: 22px;}
.country-switcher .dropdown .list span{color: #000000;}
.country-switcher .dropdown.open> .list {transform: scale(1);opacity: 1;z-index: 1;visibility: visible;}
.country-switcher .dropdown> .list> .item {cursor: pointer;-webkit-transition: .3s;transition: .3s;}
.header .country-switcher { font-size: 12px; }
.cntform-sec .container { padding-inline: 51px; }
.cntform .form-check label a:hover, .country-switcher .dropdown > .caption:hover span{text-decoration: none;}
.footer .fo-btm .fo-btmlist a{position: relative;}
.footer .fo-btm .fo-btmlist a:after{position: absolute;left: 0;width: 0; height: 1px;bottom: 0;background-color: #000;transition: all 0.5s ease; content: ""; display: block;}
.footer .fo-btm .fo-btmlist a:hover:after{width: 100%;}
.key-features .section-title p{font-weight: bold;}
.key-feaitem-grid .key-feaitem-cnt li{font-weight: bold;display: flex;}
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color:#777; opacity:  1; }
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#777; opacity:  1; }
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */ color:#777; opacity:  1; }
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */ color:#777; opacity:  1; }

.key-feaitem-grid .key-feaitem-cnt .key-feacnt-title h2 { margin-bottom: 20px; }


.homeslide .item img, .homeslide .item video { height: 100vh; object-fit: cover; }
.key-feaitem-wrap .key-per-garden { grid-template-columns: 389px 1fr;grid-column-gap: 80px; }
.key-per-garden .gp-deccnt-wrp { margin-bottom: 35px; }
.key-per-garden .gp-deccnt-wrp p{margin-bottom: 25px;}
.key-full-feaitem .key-feacnt-title { text-align: center; max-width: 846px; margin-inline: auto; margin-bottom: 50px; }
.full-keycnt-grid { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 71px; }
.full-keycnt-grid li{    font-weight: bold; display: flex;}
.full-keycnt-grid li:not(:last-child) { margin-bottom: 10px; }
.full-keycnt-grid li:before { content: "+"; display: inline-block; margin-right: 10px; }
.key-full-feaitem { margin-bottom: 105px;}
.key-full-feaitem .full-keycnt-grid p:not(:last-child) { margin-bottom: 25px; }
.key-white-txt * { color: #fff; }

/* .key-per-garden .ani-img-col:not(.enable) .canvas-img{ background: url("../perfectgardenpiece/180x.png") no-repeat;    background-size: 100%;    background-position: left top; } */
.ani-bbqimg-row:not(.enable) .canvas-img{ background: url("../bbq/149.png") no-repeat;    background-size: 100%;}
.gardenfire-img-row:not(.enable) .canvas-img { background: url("../haardvuur/1.png") no-repeat; background-position: center; background-size: 100%; }
/* .key-per-garden .ani-img-col:not(.enable) .canvas-img{ background-size: 100%;    background-position: left 5px top 7px; }
.ani-bbqimg-row:not(.enable) .canvas-img{    background-size: 100%;}
.gardenfire-img-row:not(.enable) .canvas-img {  background-position: center; background-size: 100%; } */
.ani-bbqimg-row, .gardenfire-img-row{margin-bottom: 49px;}
.key-per-garden .ani-img-col { margin-top: -120px; }

@media (min-width: 1300px){

  .paralimgcnt:before{    padding-bottom: 695px;}

}

@media (min-width: 768px){
.fixnav .header {
    background: #000000!important;
}
.header{position: fixed;width: 100%;z-index: 9;top: 0;left: 0;visibility: visible !important;    padding-bottom: 15px;}

}

.canvas-img canvas {
  width: 100%;
}

#loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999999; background:rgba(25, 55, 87,0.95); display: flex; align-items: center; justify-content: center; }
.loader { font-size: 5px; margin: 50px auto; text-indent: -9999em; width: 11em; height: 11em; border-radius: 50%; background: #ffffff; background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%); background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%); background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%); background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%); background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%); position: relative; -webkit-animation: load3 1.4s infinite linear; animation: load3 1.4s infinite linear; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); }
.loader:before { width: 50%; height: 50%; background: #ffffff; border-radius: 100% 0 0 0; position: absolute; top: 0; left: 0; content: ''; }
.loader:after { background: #193757; width: 75%; height: 75%; border-radius: 50%; content: ''; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
/* body:not(.load-visible){overflow-y: hidden;} */
section.homebanner {
  width: 100%;
  clear: both;
}
.fea-pdf-row > div[class*="col-"] { display: flex; flex-wrap: wrap; }
.gardenfire-img-row video {
  width: 100%;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.fancybox-slide { padding: 0px; overflow: hidden; }
.fancybox-close-small { right: 0px; top: 0px; z-index: 9999; background: #000; }
.homebanner .play-video { position: absolute; bottom: 45px; left: 45px; color: #000; text-transform: uppercase; text-decoration: underline; font-weight: bold; font-size: 18px; }
.crafted-dtl-sec .crafted-items-row { margin-top: 93px; margin-bottom: 93px; }
.crafted-dtl-sec { padding-bottom: 0!important; }
.crafted-dtl-sec  .crafted-detail-grid{margin-bottom: 0;}

.key-feaitem-wrap .key-feaitem-grid{    grid-template-columns: 460px 1fr; grid-column-gap: 80px;}
.key-feaitem-wrap .key-bbq-great{grid-template-columns: 1fr 460px; grid-column-gap: 80px;}


.key-feaitem-grid .gp-deccnt-wrp p { margin-bottom: 25px; }
.key-feaitem-grid .gp-deccnt-wrp { margin-bottom: 35px; }

.key-bbq-great:not(.enable) .bbqcanvas-img{ background: url("../bbq/150.png") no-repeat;      background-size: 100%; }
.garden-fire-img-col:not(.enable) .garden-fireimg{ background: url("../haardvuur/157.png") no-repeat;      background-size: 100%; }
.key-per-garden .ani-img-col.ok:not(.enable) .canvas-img { background: url("../perfectgardenpiece/180.png") no-repeat; background-size: 100%; }

/* .fancybox-overlay {
  z-index:99999999999999999999999999; 
 }
 #sleak-widgetwrap, .sleak-widgetwrap{
  z-index: 999 !important;
 }
  */