html {
  scroll-behavior: smooth;
  scroll-margin-top: 0 auto;
}

p{
    line-height: 22px;
}

h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    scroll-margin-top: 10em;
}

h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    scroll-margin-top: 8em;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

@media (max-width: 991px){
.col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}


.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (min-width: 992px){
.col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
}
}

@media (min-width: 1386px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1766px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.col--gutter-custom {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: center
}

.col__inner{
    display: flex;
    justify-content: center
}

a{
  color: #2e2e2e;
}

a:visited{
  color: #2e2e2e;
}

a:hover{
  color: #a6796f;
}

a.OpenVideo{
  position: relative;
  display: block;
  top:50%;
  transform: translateY(-50%);
}

a.OpenVideo:after{
  content: "";
  background: url("//cdn.webkitchen.dk/images/skins/justwood/images/justwood_playbutton_white.svg");
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.TopMenu_MenuItem_Active {
  color: #2e2e2e;
}
header {
  background: #f7f4f2;
  height: auto;
  display: block;
}

header.stuck {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  width: 100%;
}

img {
  max-width: 100%;
}

.slick-slide img{
  margin: 0 auto;
  width: 100%;
}

article {
  width: 100%;
  height: 100%;
  position: relative;
}

article:after {
  content: "";
  clear: both;
  display: block;
}

.infoBtn{
  background-color: #d99a83;
  text-decoration: none;
  border-radius: 8px;
  color: #fff !important;
  cursor: pointer;
  width: 220px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: -2px 4px 10px #2e2e2e29;
  display: block;
  border: 0px;
  text-align: center;
  margin-top: 30px;
  border-radius: 24px;
  padding: 12px !important;
}

.ChoiceofContact .infoBtn{
  margin-top:auto;
}

.infoBtn a{
    color: fff;
    text-decoration: none;
}

.infoBtn:hover{
  background-color: #a5796f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 880px){

}

img.ProductImage_Order4 {
  margin: 0 10px 0 0;
}

body.webshop-orderstep4 #basket,
body.webshop-orderstep4 #btn-menu {
  display: none;
}

.suggestion {
  margin-top: -10px;margin-bottom: 10px;
}

.useEmail {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.webshop-showbasket article {
  max-width: 95%;
  margin: 10px auto 10px;
  padding: 0px 0px 60px;
  position: relative;
}

.basket-checkout .payment {
  display: none;
}

#showbasketContent .needhelp,.webshop-checkout .needhelp {
  display: none;
}

body.klarnaCheckout #klarna_container{
  box-shadow: none;
}

body.klarnaCheckout header,
body.klarnaCheckout .productmenu,
body.klarnaCheckout .usp,
body.klarnaCheckout footer{
  display:none;
}

body.klarnaCheckout table h1,
#klarnaKontoBtn {
  text-align: center;
  margin:0 auto;
}

.choices {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 25px;
  gap: 10px;
}

.choice {
  margin: 10px 10px 0px 0px;
  max-width: 500px;
  padding: 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
}

.choice:hover {
  -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 30px rgb(0 0 0 / 30%);
  transition: all .2s ease-in-out;
}

.choice > div {
  padding: 15px;
  font-size: 13px;
  color: #2e2e2e;
  background-color: #fff;
}

h2.choiceHeader {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 40px;
}

.showAsideButton {
  display: inline-block;
  background-color: #3b3b3b;
  border-radius: 0;
  padding: 8px 15px;
  color: #f1f1f1;
  cursor: pointer;
  margin: 0 0 15px;
}

.bg-img h1 {
  animation: 1s ease-out 0s 1 slideInFromTop;
}

.bg-img > p {
  font-size: 30px;
  line-height: 30px;
  text-shadow: 1px 1px #2e2e2e;
  animation: 1s ease-out 0s 1 slideInFromTop;
}

.bg-img2 {
  max-width: 50%;
  max-height: 650px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.bg-img2 img {
  width: 100%;
  max-height: 100%;
  position: relative;
  top: 0px;
}

div.carousel-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.PopupContainer{
  position:fixed;
  bottom:0;
  left:1%;
  z-index: 2147482999;
}

.PopupContainer #GreyArea{
  display:none;
}

.PopupContainer.Open #GreyArea{
  display:flex;
}

.PopupContainer .Popup{
  display:none;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2147483001;
  transform: translate(-50%, -50%);
}

.PopupContainer.Open .Popup{
  display:flex;
}

.PopupContainer .Popup .TextSection{
  margin:30px;
}

.PopupContainer .Popup .HeaderText{
  font-size: 32px;
  margin-bottom: 1em;
  line-height: 36px;
  font-weight: 700;
}

.PopupContainer .Popup .Text{
  font-size:14px;
  margin-bottom: 20px;
}

.PopupContainer .Popup .TextSection{
  flex: 50%;
  display: flex;
  align-self: center;
  flex-direction: column;
  max-width: 400px;
}

.PopupContainer .Popup .TextSection .ButtonContainer{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3%;
}

.PopupContainer .Popup .TextSection .ButtonContainer a,
.PopupContainer .Popup .TextSection .ButtonContainer span{
  flex: 1 0 100%;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 10px;
  background-color: #d99a83;
}

.PopupContainer .Popup .TextSection .ButtonContainer a:hover{
  background-color: #a5796f;
  font-weight: 400;
}

.PopupContainer .Popup .ImageContainer img,
.PopupContainer .Popup .ImageContainer video{
  width: 100%;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  display: block;
  object-fit: fill;
}

.PopupContainer .Popup .ClosePopupBtn{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;

}
.PopupContainer .Popup .ClosePopupBtn:before{
  background-image:url("/images/icon_close.svg");
  content: "";
  width: 16px;
  height: 16px;
  top: 3px;
  position: absolute;
  right: 3px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-25%, 25%);
}

.PopupContainer .Popup .ClosePopupBtn:hover:before{
  background-image:url("/images/icon_close_hover.svg");
}

.PopupContainer.Open .PopupClosed{
  display:none;
}

.PopupContainer .PopupClosed:hover{
  background: #a5796f;
}

.Openingtimes{
    margin: 30px 0px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

@keyframes slideInLeft {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

.PopupContainer .PopupClosed{
  display: flex;
  border-radius: 10px 10px 0px 0px;
  background: #d99a83;
  cursor: pointer;
  animation: 1s ease-in 0s 1 slideInLeft;
}

.PopupContainer .PopupClosed .PopupClosedText{
  font-size: 20px;
  font-weight: bold;
  margin: 10px 20px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 460px){
  .PopupContainer.Open .Popup{
    width: 90%;
  }

  .PopupContainer .Popup .TextSection{
    flex: 50%;
  }
}

@media (max-width: 1000px) and (min-width: 461px){
  .PopupContainer.Open .Popup{
    width: 80%;
  }
}

@media (max-width: 600px){
    .PopupContainer .Popup .HeaderText{
        font-size: 24px;
        line-height: 28px;
    }

    .PopupContainer .Popup .TextSection .ButtonContainer a, .PopupContainer .Popup .TextSection .ButtonContainer span{
        margin-top: 5px;
        font-size: 14px;
    }

    .Openingtimes{
        margin: 20px 0px;
    }
}

@media(max-width: 880px){
    .PopupContainer .Popup .ImageContainer{
        display:none;
    }

    .PopupContainer .Popup .TextSection{
        max-width: unset;
    }
}

@media (max-width: 1041px){
    .PopupContainer .Popup .TextSection .ButtonContainer{
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .PopupContainer .Popup .TextSection .ButtonContainer a{
        margin-bottom: 10px;
    }
}

@-webkit-keyframes slideRight {
  100% { left: 100%; }
}

@keyframes slideRight {
  100% { left: 100%; }
}

@-webkit-keyframes FadeIn {
  100% { background-color: rgba(0,0,0,0.8); }
}

@keyframes FadeIn {
  100% { background-color: rgba(0,0,0,0.8); }
}

/* Frontpage */
.NewsContainer{
  display:flex;
  height: 500px;
  margin-bottom: 40px;
  color: #fff;
  gap: 1%;
}

.NewsContainer .News1{
  flex:0 0 59%;
  padding: 40px 40px 50px 40px;
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 0px 5px 5px 0px;
  position:relative;
  overflow: hidden;
}

.NewsContainer .News1 video{
  position:absolute;
  top:50%;
  left:50%;
  display: block;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.NewsContainer .News2{
  flex:0 0 40%;
  padding: 40px 40px 50px 40px;
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
  text-align: right;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 5px 0px 0px 5px;
  position: relative;
}

.NewsContainer .News2 .ImgContainer{
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px 0px 0px 5px;
}

.NewsContainer .News2 .ImgContainer img{
  height: 100%;
  max-width: unset;
  border-radius: 5px 0px 0px 5px;
}

@media (max-width: 1500px){
  .NewsContainer .News1 video{
    width: auto;
    min-height: 100%;
  }
}

@media (max-width: 880px){

  .NewsContainer .News1{
      margin-bottom: 10px;
  }

  .NewsContainer{
    height: 100%;
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .NewsContainer .News2{
      text-align: left;
      align-items: flex-start;
  }

  .NewsContainer .News1{
      padding: 80px 20px 50px 20px;
      border-radius: 0;
  }
  .NewsContainer .News2{
      padding: 80px 20px 50px 20px;
      border-radius: 0;
  }

  .NewsContainer .News2 .ImgContainer{
    border-radius: 0px;
  }

  .NewsContainer .News2 .ImgContainer img{
    height:unset;
    border-radius: 0px;
  }
}

.NewsContainer h2{
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 38px;
  line-height: 40px;
  text-shadow: 3px 3px 10px rgb(46 46 46 / 40%);
  z-index: 2;
}

.NewsTextLeft{
    font-size: 13px;
    line-height: 20px;
    width: 35% !important;
    margin-bottom: 25px;
    text-shadow: 3px 3px 4px #2e2e2e;
    z-index: 2;
}

@media (max-width: 880px){
  .NewsTextLeft{
      width: 100% !important;
  }
}

@media (max-width: 1430px) and (min-width: 881px){
  .NewsTextLeft{
      width: 70% !important;
  }
}

.NewsTextRight{
    font-size: 13px;
    line-height: 20px;
    width: 60% !important;
    margin-bottom: 25px;
    text-shadow: 3px 3px 4px #2e2e2e;
    z-index: 10;
}

@media (max-width: 880px){
  .NewsTextRight{
      width: 100% !important;
  }
}

@media (max-width: 1430px) and (min-width: 881px){
  .NewsTextRight{
      width: 90% !important;
  }
}

.NewsContainer .ButtonContainer{
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  z-index: 2;
}

.NewsContainer .ButtonContainer a{
  background-color: rgb(115, 223, 136);
  font-size: 13px;
  padding: 14px 30px !important;
  color: rgb(46, 46, 46);
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: rgba(46, 46, 46, 0.16) -2px 4px 10px;
  appearance: none;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border-radius: 24px;
}

.ButtonContainer a:hover{
  color: #fff;
  background-color: #00b26b;
}

body.webshop-frontpage section{
  width:95%;
  margin:0px auto 120px;
}

.SectionLast{
    margin: 0 auto 30px !important;
    padding: 0 !important;
}

@media (max-width: 600px){
  .SectionLast{
    margin: 0 auto !important;
    padding: 0 !important;
  }
}

body.webshop-productinfo section,
body.webshop-cmspage section{
  margin:0px auto 120px;
}

body.webshop-frontpage section .CategoryFlex{
  display:flex;
  gap: 1%;
  margin-bottom: 60px;
  margin-top: 60px;
}

body.webshop-frontpage section .CategoryFlex .ImageContainer{
  position:relative;
}

body.webshop-frontpage section .CategoryFlex .Image{
  max-height: 450px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  box-shadow: none;
  transition: 4s;
}

body.webshop-frontpage section .CategoryFlex .Image a{
  height: 100%;
  width: 100%;
  display: block;
}



body.webshop-frontpage section .CategoryFlex .Image a:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, #2e2e2e 0%, rgba(0, 0, 0, 0) 100%);
}

body.webshop-frontpage section .CategoryFlex .Image img{
  transform: scale(1);
  transition: 4s;
  border-radius: 5px;
}

body.webshop-frontpage section .CategoryFlex .Image a:hover img{
  transform: scale(1.15) translateY(-15%);
  transition: 4s;
}

body.webshop-frontpage section .CategoryFlex .FrontpageCategory{
  position: absolute;
  bottom: 27%;
  width: calc(100% - 35px);
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  left: 35px;
}

body.webshop-frontpage section .CategoryFlex .FrontpageCategory a{
  color: #fff;
  text-decoration: none;
}

body.webshop-frontpage section .CategoryFlex .ReadMore{
  position: absolute;
  bottom: 16%;
  width: calc(100% - 35px);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  left: 35px;
}

body.webshop-frontpage section .CategoryFlex .FrontpageCategory{
  bottom: 27%;
  width: calc(100% - 35px);
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  left: 35px;
}

body.webshop-frontpage section .CategoryFlex .ReadMore a{
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

body.webshop-frontpage section .CategoryFlex .ReadMore img{
  height: 32px;
  width: 32px;
  margin-right: 10px;
}

body.webshop-frontpage section .ImgFlex{
  display:flex;
  gap: 1%;
  margin-bottom: 60px;
  margin-top: 60px;
}


body.webshop-frontpage section .ImgFlex > div{
  flex:auto;
  height:25vh;
  min-height: 450px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 30px 30px 40px 35px;
  width: 100%;
  position:relative;
  overflow: hidden;
  border-radius: 5px;
}

body.webshop-frontpage section .ImgFlex > div > div{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  transform: scale(1);
  transition: 4s;
}

body.webshop-frontpage section .ImgFlex > div > div img{
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 100%);
  transform: translate(-50%, -50%);
}

body.webshop-frontpage section .ImgFlex > div > div:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 100%);
}

body.webshop-frontpage section .ImgFlex > div > div:hover{
  transform: scale(1.15);
  transition: 4s;
}

body.webshop-frontpage section .ImgFlex .FrontpageCaseOne > div{
    background-image: url("//cdn.webkitchen.dk/images/justwood/frontpage_kundecase_projekt_enghaven.webp");
    background-position: center;
}

body.webshop-frontpage section .ImgFlex .FrontpageCaseTwo > div{
    background-image: url("//cdn.webkitchen.dk/images/justwood/frontpage_kundecase_oliver.webp");
    background-position: center;
}

body.webshop-frontpage section .ImgFlex .FrontpageCaseThree > div{
    background-image: url("//cdn.webkitchen.dk/images/justwood/frontpage_kundecase_det_hvide_70er_hus.webp");
    background-position: center;
}

body.webshop-frontpage section .ImgFlex .FrontpageCaseFour > div{
    background-image: url("//cdn.webkitchen.dk/images/justwood/frontpage_kundecase_projekt_sierrezuela_bad.webp");
    background-position: center;
}

.SpanArrow img{
  height: 32px;
  width: 32px;
  margin-right: 10px;
}

.FrontpageKitchen:hover{
    position: relative;
    z-index: 40;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 30%);
    cursor: pointer;

}

.FrontpageBathroom:hover{
    position: relative;
    z-index: 40;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 30%);
    cursor: pointer;
}

.FrontpageBedroom:hover{
    position: relative;
    z-index: 40;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 30%);
    cursor: pointer;
}

.FrontpageCaseOne:hover{
    position: relative;
    z-index: 40;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 30%);
    cursor: pointer;
}

.FrontpageCaseTwo:hover{
    position: relative;
    z-index: 40;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 30%);
    cursor: pointer;
}

.FrontpageCaseThree:hover{
    position: relative;
    z-index: 40;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 30%);
    cursor: pointer;
}

.FrontpageCaseFour:hover{
    position: relative;
    z-index: 40;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 30%);
    cursor: pointer;
}

body.webshop-frontpage section .ImgFlex span{
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    z-index:2;
}

.FrontpageCategory{
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.3px;
  z-index: 2;
}

.frontpage-section {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

.Flex{
  display:flex;
  gap:2%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.FlexStart{
  display:flex;
  gap:2.5%;
  flex-wrap: wrap;
  justify-content: flex-start;
}


.FlexHalfWidth{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.JustifyTop{
    justify-content: start !important;
}

.FlexHalfWidth,
.ImgHalfWidth {
  flex: 0 0 48%;
}

.FlexQuarterWidth,
.ImgQuarterWidth{
  flex: 0 0 24%;
}

.FlexFifthWidth,
.ImgFifthWidth{
  flex: 0 0 18%;
}

.ImgFifthWidth img{
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    width: 100%;
}

.SectionFlex{
  display:flex;
  gap:0%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.SectionHalfWidth{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.SectionHelpHalfWidth{
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
}

.SectionHalfWidth,
.SectionImgHalfWidth{
 flex: 0 0 50%;
 position: relative;
 overflow: hidden;
}

.SectionHeadingWhite {
    margin: 0 auto !important;
    width: 85%;
}

.SectionFlexWhite {
    display: flex;
    gap: 0%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    width: 85%;
    margin-bottom: 80px;
}

.SectionBackgroundColor{
    background-color: #f1ebe7;
}

.SectionBackgroundColorWITHOUT{
    background-color: #f7f4f2;
}

.SectionTextPadding{
    padding: 40px 98px;
}

.SectionMargin{
    margin-top: 30px;
}

.BorderRadiusLeft{
    border-radius: 5px 0px 0px 5px;
}

.BorderRadiusRight{
    border-radius: 0px 5px 5px 0px;
}

.BorderRadiusAll{
    border-radius: 5px;
}

.BorderRadiusCaseImage img{
    border-radius: 5px;
    margin-top: 20px;
}

.SectionImgTwo{
 flex: 0 0 49%;
 position: relative;
 overflow: hidden;
}

.SectionImgTwo img{
    border-radius: 5px;
}

.SectionImgTwoMargin{
    margin-top: 0px;
}

.FullWidthImage{
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

.FullWidthImage img{
    height: auto;
    width: 100%;
}

.ArticleCenterHeadingText{
    margin: 0px 200px 60px;
}

.ContentCategory{
    margin-bottom: 60px;
}

.ContentCategory img{
    display: block;
    width: 100%;
    border-radius: 5px;
}

.ContentCategory a{
    text-decoration: none;
}

.ContentButtonContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
}

.ContentButton{
    background-color: #d99a83;
    text-decoration: none;
    border-radius: 8px;
    color: #fff !important;
    cursor: pointer;
    width: 220px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: -2px 4px 10px #2e2e2e29;
    display: block;
    border: 0px;
    text-align: center;
    margin-top: 15px;
    border-radius: 24px;
    padding: 12px !important;
}

.ContentButton:hover{
    background-color: #a5796f;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.CaseImageFlex{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.FrontpageUSPInfo_ul{
    display: flex;
    justify-content: center;
    gap: 6%;
}

#focalContainer .focalFloat, body>.focalContainer{
    z-index: 25 !important;
}

.rowGallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1%;
  justify-content: space-between;
}

.columnGallery {
  -ms-flex: 24%;
  flex: 24%;
  max-width: 24%;
}

.columnGallery a{
    text-decoration: none;
}

.columnGallery img {
  margin: 20px 0px 4px 0px;
  vertical-align: middle;
  width: 100%;
  border-radius: 5px;
}

.itemInspiration{
    width: 24%;
}

.break{
    flex-basis: 100%;
    width: 0;
    margin: 0;
    content: "";
    padding: 0;
}

div.itemInspiration::before {
  counter-increment: items;
  content: counter(items);
}

.itemInspiration:nth-of-type(4n+1) { order: 1; }
.itemInspiration:nth-of-type(4n+2) { order: 2; }
.itemInspiration:nth-of-type(4n+3) { order: 3; }
.itemInspiration:nth-of-type(4n)   { order: 4; }

@media screen and (max-width: 800px) {
  .columnGallery {
    -ms-flex: 49%;
    flex: 49%;
    max-width: 49%;
  }
}

@media screen and (max-width: 600px) {
  .columnGallery {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1302px){
  .FrontpageUSPInfo_ul{
    gap:2%;
  }
}

.FrontpageUSPInfo_li{
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.FrontpageUSPInfo_text{
    margin-left: 10px;
    font-size: 14px;
}

.FrontpageUSPInfo_ul .FrontpageUSPInfo_li .Subtext{
  font-size: 10px;
  display: block;
}

.FrontpageUSPInfo_text a{
    text-decoration: none;
}

.SectionUSP{
    margin: 0px auto 40px !important;
}

.ImgFlexMobile{
    margin-top: 40px !important;
}

#top-broedtekst-width{
    width: 50%;
}

@media (min-width: 881px) and (max-width: 1200px){
    .ArticleCenterHeadingText{
        margin: 0px 150px 60px;
    }
}

@media (max-width: 880px){
  .FullWidthImage{
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    right: 50%;
    padding-bottom: 70px;
    position: relative;
    max-width: none;
    width: 100vw;
  }

  .BorderRadiusLeft{
    border-radius: 0;
  }

  .BorderRadiusRight{
    border-radius: 0;
  }

  .BorderRadiusAll{
    border-radius: 0;
  }

  .BorderRadiusImage{
    border-radius: 0px 0px 5px 5px;
  }

  .BorderRadiusText{
    border-radius: 5px 5px 0px 0px;
  }

  .BorderRadiusCaseImage{
    margin-bottom: 10px;
  }

  .SectionImgTwo{
    flex: 0 0 100%;
  }

  .SectionImgTwoMargin{
    margin-top: 20px;
  }

  .FrontpageUSPInfo_ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: center;
    gap: 0%;
  }

  .FrontpageUSPInfo_li{
    display: flex;
    align-items: center;
    margin: auto 10px 10px;
  }

  .FrontpageUSPInfo_text{
    font-size: 12px;
  }

  .SectionUSP{
    margin: 0px auto 30px !important;
  }

  .ImgFlexMobile{
    margin-top: 30px !important;
  }

  .ArticleCenterHeadingText{
    margin: 0px 0px 40px;
  }

  body.webshop-frontpage section .CategoryFlex{
    flex-wrap: wrap;
    row-gap: 10px;
  }

  body.webshop-frontpage section .CategoryFlex .Frontpage{
    flex: 0 0 100%;
  }

  body.webshop-frontpage section .CategoryFlex .FrontpageCategory{
    left: 15px;
  }

  body.webshop-frontpage section .CategoryFlex .ReadMore{
    left: 15px;
  }
  #top-broedtekst-width{
    width: 100%;
  }

}

.FlexFullWidth{
  flex: 0 0 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ImgHalfWidth img{
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  border-radius: 5px;
}

.NoBlend{
  mix-blend-mode: initial!important;
}

.SectionImgHalfWidth img{
  display: block;
  position: relative;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}

.TextHalfWidth {
  font-size: 13px;
  line-height: 20px;
  width: 50%;
}

.bg-img h1 {
  margin: 0;
  font-size: 72px;
  color: #f6d371;
  line-height: 72px;
  text-transform: uppercase;
  font-family: "Krona One", sans-serif;
  text-shadow: 4px 4px #2e2e2e;
}

span.Heading_Productmenu.Heading_ProductMenu {
  display: none;
}

.inputwithlabel {
  width: calc(100% - 40px);
  display: block;
  float: left;
  height: 35px;
  color: rgba(0, 0, 0, 1);
  border: solid 1px rgba(195, 195, 195, 1);
  padding: 0 10px;
  border-right: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  padding: 0 10px;
}

.inputWithoutLabel{
  width: 100%;
  display: block;
  float: left;
  height: 35px;
  color: rgba(0, 0, 0, 1);
  border: solid 1px rgba(195, 195, 195, 1);
  padding: 0 10px;
  border-radius: 3px;
}

.inputLabel {
  height: 35px;
  width: 40px;
  text-align: center;
  padding: 9px 0;
  background-color: white;
  border-bottom-right-radius: 3px;
  border: solid 1px rgba(195, 195, 195, 1);
  border-top-right-radius: 3px;
  float: left;
}

.callmenotification {
  padding: 10px 5px;
  text-align: center;
  font-weight: 700;
  border: 2px solid #00c700;
  margin: 10px 0;
  font-size: 1.2rem;
}

.basket-checkout {
  width: 25%;
  float: right;
  padding: 20px 0px;
}

.basket-checkout>div {
  padding: 4px 0;
}

.basket-checkout>div>div:not(.needhelp) {
  float: right;
}

.basketImage {
  max-width: 100px;
}

.basket-checkout .needhelp.inspiration {
  margin: 15px 0 0;
}

.basket-checkout .needhelp.inspiration>* {
  background-color: rgba(255, 255, 255, 1.00);
}

.basket-checkout .needhelp>a {
  display: none;
}

.basket-checkout .total {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  padding-top: 6px;
  padding-bottom: 12px;
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
}

body.webshop-showbasket.basketEmpty #showbasketContent,
body.webshop-showbasket.basketEmpty .ShowBasket_SendBasketLink_Dialog_Link {
  display: none;
}

body.webshop-showbasket:not(.basketEmpty) #basket-empty {
  display: none;
}

/* #region Footer */

#Reviews{
  width: 95%;
  margin: 25px auto;
  color: #2e2e2e;
  border-top: 1px solid #e2e2e2;
  padding-top: 25px;
  padding-bottom: 25px;
}

#Reviews .ReviewContainer{
  padding: 25px;
  display:flex;
  flex-direction: column;
}

#Reviews .ReviewContainer .Stars{
  display:flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

#Reviews .ReviewContainer .Stars img{
  margin: 0;
  width: unset;
  height: 20px;
}

#Reviews .ReviewContainer .HeadLine{
  display:block;
  font-size:18px;
  font-weight: bold;
  line-height: 2rem;
}

#Reviews .ReviewContainer .Text{
  font-size: 12px;
  line-height: 1.2rem;
  margin-bottom: 5px;
}

#Reviews .ReviewContainer .PracticalInfo .Name{
  font-weight: bold;
  margin-right: 10px;
}

footer>ul {
  margin: 0 -2%;
  padding: 0;
  list-style-type: none;
}

footer>ul:after {
  clear: both;
  content: "";
  display: block;
}

footer>ul>li {
  float: left;
  width: 23%;
  margin: 0 2%;
  line-height: 20px;
}

footer>ul>li>strong {
  display: block;
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: normal;
}

footer>ul>li:last-child {
  text-align: right;
}

footer>ul>li a {
  text-decoration: none;
  color: #fff;
}

footer>ul>li a .count {
  display: none;
}

footer ul.TopMenu_MenuItems {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer i.checkmark > svg {
  width: 13px;
  height: 13px;
  margin-bottom: -2px;
}

footer {
  margin: 0 auto;
  color: #fff;
}

#footerUSP{
  display: flex;
  background-color: #f1ebe7;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px 0px;
  color: #2e2e2e;
}

#our-footer {
  background-color: #2e2e2e;
  color: #f7f4f2;
  width: 100vw;
  right: 50%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  padding: 70px 0 0px;
}

#our-footer-inner {
  width: 95%;
  margin: 0 auto;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

#our-footer #our-footer-inner h2{
  width: 100%;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #f3f1ee;
  font-size: 40px;
  margin: 15px 0;
  letter-spacing: 0.5px;
}

#our-footer #our-footer-inner .our-footer-box{
  flex: 0 0 19%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 90px;
}

.FooterLastElement{
  flex: 0 0 100% !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
  padding-bottom: 60px !important;
}

@media (max-width: 880px){
  .FooterLastElement{
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start !important;
  }
}

.JWCopyright{
  color: #ffffff;
}

#of-1, #of-5{
  margin-left: 0 !important;
}

#of-6 .Pricerunner-img{
  margin: 5px 0px 10px 0px;
  height: auto;
  max-width: 100px;
}

#our-footer #our-footer-inner .our-footer-box h4 {
  font-weight: 400;
  font-style: normal;
  color: #f3f1ee;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 10px 0;
  letter-spacing: 0.5px;
}

#our-footer #our-footer-inner .our-footer-box p {
  margin: 0;
  line-height: 20px;
  letter-spacing: 0.3px;
}

#our-footer #our-footer-inner .our-footer-box p a{
  color: #f3f1ee;
  text-decoration: none;
}

#our-footer #our-footer-inner .our-footer-box p a:hover,
#our-footer #our-footer-inner p.WannabeAElement:hover{
  text-decoration: underline;
  cursor: pointer;
}

#our-footer #our-footer-inner .our-footer-box p small{
  font-size: 9px;
  line-height: 9px;
}

#our-lower-footer {
  color: #2e2e2e;
  position: relative;
  margin: 0 auto;
}

#our-lower-footer-inner {
  display: flex;
  width: 95%;
  margin: 0 auto;
  background-color: #f7f4f2;
}

#our-lower-footer #our-lower-footer-inner .our-footer-box{
  width: 24.99%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  margin-top: 30px;
}

#our-lower-footer #our-lower-footer-inner .our-footer-box h4 {
  font-weight: 400;
  font-style: normal;
  color: #3b3b3b;
  font-size: 20px;
  margin: 0 0 7px 0;
  border-bottom: 3px solid #3b3b3b;
}

#our-lower-footer #our-lower-footer-inner .our-footer-box p {
  margin: 0;
  line-height: 19px;
}

#our-lower-footer #our-lower-footer-inner .our-footer-box p a{
  color: #3b3b3b;
  text-decoration: none;
}

.FooterContactInfoItem{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.FooterContactInfoItem img{
    margin: 0 5px 0 0;
}

.FooterContactInfoItem a{
    color: #fff;
    text-decoration: none;
}

.FooterContactInfoItem a:hover{
    text-decoration: underline;
}

#sikker-betaling-footer{
  max-width: 80%;
}

#youtube-icon{
  width: 20px;
  margin-bottom: -6px;
  margin-right: -1px;
}

#e-mÃ¦rke-footer{
  margin-top: -10px;
  margin-left: 50%;
  right: 50px;
  position: relative;
  width: 100px;
}

#olf-3 > .gazelle > img {
  width: 150px;
}

div#olf-3.our-footer-box {
  display: flex !important;
  justify-content: space-around;
}

.footer_logo{
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex: 0 0 100%;
}

#our-footer #our-footer-inner .our-footer-box > span{
  font-size: 16px;
  font-weight: 700;
  display: block;
}

#our-footer #our-footer-inner .our-footer-box h4,
#our-footer #our-footer-inner .our-footer-box span{
  font-style: normal;
  color: #f7f4f2;
  font-size: 1rem;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#our-footer #our-footer-inner .our-footer-box span.Subtext{
  font-size:10px;
  text-transform: none;
  font-weight: 500;
}

.footer_flags_container{
  display: flex;
  flex-wrap: wrap;
}

.footer_flags{
  height: 40px;
  width: 40px;
}

.footer_flags:hover{
  cursor: pointer;
}

.TrustTrade{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 3%;
  margin-right: 40px;
}

.TrustTrade > *{
  width: 7%;
  margin: 1%;
}

#our-lower-footer #our-lower-footer-inner .our-footer-box > span{
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #2e2e2e;
  margin: 0 0 14px 0;
}

.footerCopyright{
  display: flex;
  flex-wrap: wrap;
}

.footerCopyright img{
  height: 30px;
  margin: 5px 5px 0px 0px;
}

.footerCopyright img.CSSBox{
  padding: 2px;
  background-color: #fff;
  border: 1px solid #a5796f;
}

.social_margin_right{
  margin-right: 1.5rem;
}

.socialcontainer{
  display: flex;
  flex-wrap: wrap;
}

.TrustTradeGazelle{
    text-align: center;
}

 .TrustTradeGazelle > *{
    margin: 2% 6% 2% 6%;
 }

@media (max-width: 880px){
  .social_margin_right{
      margin-right: 0.8rem;
  }

  #footerUSP{
    padding: 10px 0px;
  }

  .TrustTradeGazelle > *{
      width: 30%;
      margin: 2% 1% 1% 1%;
      height: auto;
  }

  .TrustTrade > *{
      width: 18%;
      margin: 1%;
  }
  #our-footer #our-footer-inner .our-footer-box .TrustTrade{
      margin-bottom: 30px;
      justify-content: flex-start;
  }
  .footerCopyright{
        margin-bottom: 30px;
  }
}

/* #endregion */

/* #region checkout */
input#confirm-complete-button {
  width: 100%;
  padding: 14px !important;
  font-size: 13px !important;
  font-weight: 700;
  margin-top: 20px !important;
  border-radius: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  color: #2e2e2e;
  cursor: pointer;
  background-color: #73df88;
  border: solid 1px #73df88;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  box-shadow: -2px 4px 10px #2e2e2e29;
}

input#confirm-complete-button:hover{
  background-color: #00b26b;
  border: 1px solid #00b26b;
  color: #fff;
}

.shipping-message,
.payment-message {
  font-size: 0.8em;
}

table.checkout-shipping-table,
table.checkout-payment-table {
  border: 1px solid #a69b8f;
  padding: 10px 5px;
  width: 100%;
  display: flex;
  border-radius: 3px;
}

table.checkout-shipping-table:hover{
    border: 1px solid #000;
}

table.checkout-payment-table:hover{
    border: 1px solid #000;
}

#checkout-container #shipping-methods .checkout-shipping-table,
#checkout-container #shipping-methods .checkout-shipping-table tbody,
#checkout-container #shipping-methods .checkout-shipping-table tbody tr,
#checkout-container #shipping-methods .checkout-shipping-table tbody tr .checkout-shipping-description-cell{
  width:100%;
  display:block;
}

#checkout-container #shipping-methods .checkout-shipping-table tbody tr{
  display:flex;
}

#checkout-container .checkout-shipping-description-cell,
#checkout-container .checkout-payment-description-cell {
  padding: 0 0 0 10px !important;
}

#checkout-container .checkout-shipping-description-cell .shipping-fee{
  float:right;
}

.shouldHideOnCheckout, #customer-data > fieldset > label > #checkout_customertype,
#customer-alternative-delivery > #customer-data > fieldset > label >  #checkout_altdelivery_customertype {
  display:none;
}

#checkout-container .customerTypeContainer, #checkout-container .altCustomerTypeContainer {
  display: flex;
  margin: 1% -1%;
  margin-bottom: 10px;
}

#checkout-container .customerTypeContainer > *,#checkout-container .altCustomerTypeContainer > * {
  margin: 0 1%;
  width: 100%;
  text-align: center;
  padding: 15px;
  border: 1px solid #a69b8f;
  cursor: pointer;
  user-select: none;
  border-radius: 8px;
  transition: 0.3s;
}

#checkout-container .customerTypeContainer > *.active,#checkout-container .altCustomerTypeContainer > *.active{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  background-color: #a6796f;
  color: #fff;
}

#checkout-container .customerTypeContainer > *:hover,#checkout-container .altCustomerTypeContainer > *:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

#checkout-container .checkout-select,
#checkout-container .checkout-text {
  margin-top: 5px;
  height: 36px;
}

#checkout-container input[type="text"],
#checkout-container input[type="tel"],
#checkout-container input[type="password"],
#checkout-container #checkout_note,
#checkout-container select {
  font-family: "Inter", sans-serif;
  padding: 5px 10px;
  border: 1px solid #a69b8f;
  border-radius: 3px;
}

#checkout-container input[type="text"]:hover{
    border: 1px solid #000;
}

#checkout-container input[type="tel"]:hover{
    border: 1px solid #000;
}

#checkout-container #checkout_note:hover{
    border: 1px solid #000;
}

#checkout-container select:hover{
    border: 1px solid #000;
}

div#checkout-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

#checkout-container #column-data,
#checkout-container #column-shipping-payment,
#checkout-container #column-order-summary {
  float: none;
  max-width: 80%;
  width: 680px;
  padding: 15px 20px 15px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 40px;
  margin-top: 20px;
  min-height: inherit;
  position: relative;
  box-shadow: -2px 4px 10px #2e2e2e29;
  transition: all .2s ease-in-out;
  background-color: white;
}

#checkout-container #column-data:hover,
#checkout-container #column-shipping-payment:hover,
#checkout-container #column-order-summary:hover{

  box-shadow: 0 4px 15px -4px rgba(68,68,68,.4);
  transition: all .2s ease-in-out;
}

#checkout-container #checkout_note{
  min-height: 50px;
  resize: vertical;
}

div#column-data:before {
  content: "1";
}

#column-shipping-payment:before {
  content: "2";
}

#column-order-summary:before {
  content: "3";
}

div#column-data:before,
#column-shipping-payment:before,
#column-order-summary:before {
  position: absolute;
  font-size: 24px;
  top: -20px;
  line-height: 38px;
  left: calc(50% - 20px);
  border-radius: 50%;
  background-color: #a6796f;
  color: #fff;
  width: 38px;
  text-align: center;
}

#checkout-container .checkout-headline {
  border: 0;
}

select#checkout_customer_country {
  margin: 0px 10px 10px;
  padding: 0 30px 0 10px;
  height: 36px;
  min-width: 50px;
  max-width: 100%;
}

#checkout-container label {
  margin: 5px 0px;
  display: block;
}

#checkout-container .checkout-select {
  height: 36px;
}

#checkout-container label[for="checkout_customer_country"] {
  margin-right: 0;
}

.deliveryNotification {
  margin: 0 auto;
  max-width: 85%;
  text-align: center;
}

input#checkout_use_alternative_delivery_address {
  margin: 5px !important;
}

div#basket-empty {
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}

/* #endregion checkout*/

/* #region Orderstep4*/


.webshop-orderstep4 .Heading_Order4 h1{
    text-align: center;
}

.webshop-orderstep4 .Heading_Order4 h1:before {
  background-image: url("//cdn.webkitchen.dk/images/tak_for_din_ordre_ikon.svg");
  width: 36px;
  height: 36px;
  display: inline-block;
  content: " ";
  vertical-align: middle;
  margin-right: 5px;
}

.webshop-orderstep4 article .content > p{
    text-align: center;
}

.webshop-orderstep4 article .TableLines_OrderStep4{
    width: 100%;
}

.webshop-orderstep4 article .Order_printIcon{
    display: none;
}

.webshop-orderstep4 article .Order_printIcon img{
    display: none;
}

.webshop-orderstep4 td[width="40%"]{
    text-align: right;
}

/* #region Slickslider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-prev,
.slick-next {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 15px auto;
  width: 40px;
  height: 50px;
  border-radius: 3px;
  border: 0;
  background-color: rgb(104 104 104 / 50%);
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  z-index: 50;
}

.slick-prev {
  background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/arrow-prev.png");
  border-radius: 0px 50% 50% 0px;
  background-position: 25% 50%;
}

.slick-next {
  right: 0;
  background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/arrow-next.png");
  border-radius: 50% 0px 0px 50%;
  background-position: 75% 50%;
}

.slick-disabled{
  display:none !important;
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 1;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

body.webshop-productinfo article .imageselector .slick-slider img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.imageselector .zoom-gallery .slick-track a {
  height: 70px;
  overflow: hidden;
  min-height: 1px;
  margin: 0 2px;
  display:flex;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* #endregion */

/* #region Popup */

#GreyArea {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
  -webkit-animation: FadeIn 0.3s forwards;
  animation: FadeIn 0.3s forwards;
}

#GreyArea.Closed{
  display:none;
}

#Popup.closed{
	display:none;
}

#Popup > .Modal {
  width: 100%;
  max-width: 600px;
  background-color: white;
  z-index: 10002;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 10px;
  max-height: 100%;
  overflow-y: auto;
}

#Popup > .Modal.Wide{
  max-width: 1024px;
  max-height: fit-content;
  overflow-y: initial;
  width:99%;
  height: calc(100% - 10%);
}

@media (max-width: 880px) {
  #Popup > .Modal.Wide{
    position: absolute;
  }
}

#Popup > .Modal.Wide .FlexHalfWidth,
#Popup > .Modal.Wide .ImgHalfWidth {
  flex: 0 0 100%;
}

#Popup > .Modal > div {
	display: flex;
  padding: 10px;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
#Popup > .Modal > .ModalHeader {
	font-size: 16px;
	font-weight: bold;
	position:relative;
  border-radius: 10px;
}

#Popup > .Modal.Top > .ModalHeader{
  border-radius: 0px;
}

#Popup > .Modal > .ModalHeader .ModalHeaderText{
	font-size:24px;
}

#Popup > .Modal > .ModalHeader .close{
	position: absolute;
  z-index: 20;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  top: 5px;
  right: 5px;
  background-color: #ffffff;
	cursor:pointer;
  border: 1px solid #2e2e2e;
}

#Popup > .Modal > .ModalHeader .close img{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40%;
}

#Popup > .Modal > .ModalBody {
  height: 100%;
}
#Popup > .Modal .MobdalBodyText{
	width: 100%;
	margin-bottom: 10px;
  overflow-y: auto;
  height: calc(100% - 10%);
}

#Popup > .Modal.Top .MobdalBodyText{
  margin:20px;
}

#Popup > .Modal .ModalBody .ModalAccept{
	justify-content: center;
  padding: 10px;
  margin: 0px 10px;
	background-color: #63ad6a;
	border-radius: 5px;
  font-size: 18px;
  color: white;
  font-weight: 700;
}

#Popup > .Modal .ModalBody .ModalReject{
	justify-content: center;
  padding: 10px;
  margin: 0px 10px;
	background-color: #ad6363;
	border-radius: 5px;
  font-size: 18px;
  color: white;
  font-weight: 700;
}

#Popup > .Modal .ModalBody .ModalReject:hover,
#Popup > .Modal .ModalBody .ModalAccept:hover{
	cursor: pointer;
}

#Popup > .Modal.Right{
  border-radius:0px;
  top: 0%;
  left:150%;
  bottom:0%;
  transform: translate(-100%);
  overflow-y: scroll;
  -webkit-animation: slideRight 0.3s forwards;
  animation: slideRight 0.3s forwards;
}

#Popup > .Modal.Top{
  border-radius: 0px;
  top: 0%;
  margin-top: 10px;
}

#Popup > .Modal.Right .ModalBody{
  padding:0px;
}

@-webkit-keyframes slideRight {
  100% { left: 100%; }
}

@keyframes slideRight {
  100% { left: 100%; }
}

@-webkit-keyframes FadeIn {
  100% { background-color: rgba(0,0,0,0.8); }
}

@keyframes FadeIn {
  100% { background-color: rgba(0,0,0,0.8); }
}

/* #endregion */



@keyframes slideInFromTop {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0);
  }
}

.addToBasketDiv .TrustSignals{
  display:none !important;
}


#focalContainer .focalFloatButton{
  background-color: #bc897d !important;
}

#focalContainer .focalThemeButton{
  background-color: #bc897d !important;
}

#focalContainer .focalLayerFooter, #focalContainer .focalLayerHeader{
  background-color: #f3ebe6 !important;
}

#margin-broedtekst{
  margin: 0px 0px 20px 0px;
}

#checkout-container{
  width: 80%;
  margin: auto;
}

#checkout-container .checkout-row{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.webshop-checkout #checkout-container h2{
  font-size: 24px;
  font-weight: 500;
}

.webshop-checkout #checkout-container h3{
  font-size: 18px;
  font-weight: 500;
}

#checkout-container div#column-data{
  width: 50%;
  padding: 15px;
  border: solid 1px rgba(230, 230, 230, 1);
  min-height: 0;
}

#checkout-container #column-data{
  float: left;
}

#checkout-container div#column-shipping-payment{
  width: 50%;
  margin: 0 0 20px 0%;
  position: relative;
  padding: 15px;
  border: solid 1px rgba(230, 230, 230, 1);
}

#checkout-container div#column-order-summary{
  width: 50%;
  padding: 15px;
  border: solid 1px rgba(230, 230, 230, 1);
  min-height: 0;
  float: right;
}

div.checkout-row.altdev{
  border: solid 1px #a69b8f;
    padding: 10px;
    background-image: url(//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-delivery.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: calc(100% - 15px) 16px;
    padding-right: 40px;
    background-color: #f4f1ef;
    cursor: pointer;
}

h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, aside .header, .Heading_B2Blogin, .SubCatsProcuctsHeading, .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4, Section.Blog h1.SectionHeading > span[itemprop="name"]{
  font-weight: 700;
  letter-spacing: 0.3px;
  display: block;
  text-align: left;
  font-size: 30px;
  padding: 0;
  margin: 30px 0px 30px 0px;
  border: 0;
}

.SectionHeading{
    margin: 0px 0px 30px 0px !important;
}

Section.Blog h1.SectionHeading > span[itemprop="name"]{
  display:inline-block;
  margin: 0px !important;
}

#checkout-container .checkout-headline{
  margin-bottom: 40px !important;
}

#checkout-container fieldset{
  padding: 0;
  margin: 0;
  border: none;
}

div.checkout-row.altdev .div-checkout-checkbox{
  display: inline-block;
}

.TrustBadges{
    text-align: center;
}

#checkout-container #order-confirm .TrustBadges img{
  max-width: 25%;
  padding: 40px 8% 20px 8%;
  vertical-align: middle;
}

div#confirm-checkout{
  clear: both;
  padding: 0;
  text-align: right;
}

.checkout-payment-method-image img, .checkout-shipping-method-image img{
  width: auto;
  height: 17px;
}

.payment-message{
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}

.shipping-message{
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}

.checkout-payment-description-cell{
  font-weight: bold;
}

.checkout-shipping-description-cell{
  font-weight: bold;
}

#checkout-container table#order-summary>*>tr:not(.row_order_summary_variants){
  display: flex;
  align-items: center;
  justify-content: space-between;
}



#checkout-container table#order-summary>*>tr>*{
  flex: none;
  font-size: 100%;
}

#checkout-container table#order-summary>*>tr>*:nth-child(4){
  width: 20%;
}

#checkout-container table#order-summary td{
  padding: 0 0 15px 0;
}

#checkout-container div#order-summary>table#order-summary>tbody>tr>td>.basketImage, #basket .Products_Basket_ProductName_TD>.basketImage{
  margin: 0 10px 0 0;
  width: 50px;
  height: auto;
  flex: none;
}

.basketImage img{
  width: 100%;
  display: block;
  max-height: 50px;
}

#checkout-container div#order-summary > table#order-summary > tbody>tr:not(.row_order_summary_variants) > td:first-child,
#checkout-container div#order-summary > table#order-summary > thead>tr:not(.row_order_summary_variants) > th:first-child{
  width: 8%;
}

#checkout-container div#order-summary > table#order-summary > tbody > tr > td:nth-of-type(2),
#checkout-container div#order-summary > table#order-summary > thead > tr > th:nth-of-type(2){
  display: flex;
  align-items: center;
  flex: auto;
  max-width: 70%;
  padding: 0 0 5px 15px;
}

#checkout-container #order-summary table{
  width: 100%;
  border-bottom: 1px solid #a69b8f;
  padding: 5px 0px 5px 0px;
}

.TableLines_ProductInfo{
    display: none;
}

.CheckoutBtn{
  margin: 10px 0px 30px 0px;
}

.CheckoutBtn a{
    background-color: rgb(115, 223, 136);
    font-size: 15px;
    line-height: 22px;
    height: 50px;
    color: rgb(46, 46, 46);
    cursor: pointer;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: rgba(46, 46, 46, 0.16) -2px 4px 10px;
    display: block;
    appearance: none;
    border-radius: 24px;
    text-decoration: none;
    text-align: center;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 14px !important;
}

.CheckoutBtn a{
    text-decoration: none;
    }

.CheckoutBtn a:visited{
    text-decoration: none;
    }

.CheckoutBtn a:hover{
    background-color: #00b26b;
    color: #fff;
  }

.CheckoutBtn a:hover{
  color: #fff;
}

tr.row_order_summary_variants {
    float: left;
    display: none;
}

.left-align a{
    text-decoration: none;
    width: 60%;
}

@media (max-width: 1200px){
  #checkout-container div#column-data{
    width: 100%;
  }

  #checkout-container div#column-shipping-payment{
    width: 100%;
  }

  #checkout-container div#column-order-summary{
    width: 100%;
  }
}

.ambassador_nummer{
    font-size: 60px;
    line-height: 48px;
    font-weight: 700;
}

.ambassador_beskrivelse{
    margin-left: 20px;
}

.ambassador_flex{
    display: flex;
    margin-bottom: 35px;
}

.display_title{
    font-size: 50px;
}

.image_zoom_in{
    transform: scale(1.1);
    opacity: 0;
    transition: transform .8s cubic-bezier(.215,.61,.355,1),opacity .8s cubic-bezier(.215,.61,.355,1);
}

.image_zoom_out{
    opacity: 1;
    transform: none;
}

.ProductInformation_Title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    scroll-margin-top: 8em;
}

form.contactForm{
  padding: 50px;
  border: solid 1px rgba(230, 230, 230, 1);
  background-color: white;
  border-radius: 8px;
  margin-bottom: 40px;
  margin-top: 20px;
  min-height: inherit;
  position: relative;
  box-shadow: -2px 4px 10px #2e2e2e29;
}

form.contactForm input:not([type="submit"]), form.contactForm textarea {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  height: 35px;
  padding: 0 10px;
  font-family: "Inter", sans-serif;
  padding: 5px 10px;
  border: 1px solid #a69b8f;
  border-radius: 4px;
}

form.contactForm textarea {
  min-height: 50px;
  resize: vertical;
}

form.contactForm span{
  width:100%;
  display:block;
  font-weight: 700;
letter-spacing: 0.3px;
display: block;
text-align: left;
font-size: 30px;
padding: 0;
margin: 30px 0px 30px 0px;
border: 0;
}

form.contactForm input[type="submit"] {
  background-color: #d99a83;
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: -2px 4px 10px #2e2e2e29;
  display: block;
  border: 0px;
  text-align: center;
  margin-top: 30px;
  border-radius: 24px;
  padding: 14px 60px;
}

form.contactFormInspiration{
  padding: 50px;
  background-color: #a5796f;
  border-radius: 8px;
  margin: 40px;
  min-height: inherit;
  position: relative;
  box-shadow: -2px 4px 10px #2e2e2e29;
  color: #fff;
}

form.contactFormInspiration input:not([type="submit"]), form.contactFormInspiration textarea {
  display: block;
  width: 100%;
  margin: 2px 0 12px;
  height: 35px;
  padding: 0 10px;
  font-family: "Inter", sans-serif;
  padding: 5px 10px;
  border: 1px solid #a69b8f;
  border-radius: 4px;
}

form.contactFormInspiration textarea {
  min-height: 100px;
  resize: none;
}

form.contactFormInspiration span{
  width:100%;
  display:block;
  font-weight: 700;
  letter-spacing: 0.3px;
  display: block;
  text-align: left;
  font-size: 30px;
  padding: 0;
  margin: 30px 0px 30px 0px;
  border: 0;
}

form.contactFormInspiration input[type="submit"] {
  background-color: #73df88;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: -2px 4px 10px #2e2e2e29;
  display: block;
  border: 0px;
  text-align: center;
  margin-top: 30px;
  border-radius: 24px;
  padding: 14px 60px;
}

form.contactFormInspiration input[type="submit"]:hover {
  background-color: #00b26b;
  color: #fff;
}

@media (max-width: 880px){
    form.contactFormInspiration{
      margin: 25px;
    }
}

.ContactRow{
    margin-bottom: 50px;
}

.ChoiceofContact{
  display:flex;
  flex-direction: column;
}

.ChoiceofContact{
    background-color: #e8e2de;
    width: 100%;
    padding: 10%;
    margin-top: 20px;
    height: auto;
    min-height: 426px;
}

.ContactInfo{
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ContactInfo a{
    text-decoration: none;
}

.ContactInfo a:hover{
    color: #a6796f;
}

.ContactIcon{
    height: 28px;
    width: 28px;
    margin-right: 10px;
}

.ContactInfoShowroom{
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ContactInfoShowroom a{
    text-decoration: none;
}

.ContactInfoShowroom a:hover{
    color: #a6796f;
}

.ContactIconShowroom{
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.ContactLinksShowroom{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.ContactInfoShowroomMap{
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ContactInfoShowroomMap a:hover{
    color: #a6796f;
}

.ContactIconShowroomMap{
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.PDFContainer{
    margin: 5% 15% !important;
}

.PDFLink{
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    font-size: 13px;
    line-height: 18px;
    text-align: start;
    margin-bottom: 0px !important;
}

.PDFIkon{
    width: 30px;
    height: 30px;
    margin-left: 15px;
}

.ArticleContainer{
    margin: 5% 15% !important;
}

@media (max-width: 880px){
    .PDFContainer{
        margin: 0 auto !important;
}

    .ArticleContainer{
        margin: 0 auto !important;
    }
}

.ShowroomButtonWidth{
    width: 32% !important;
}

.ShoowroomMapResponsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    border: 1px solid #a5796f;
}

iframe{
    border: 0;
}

.ShoowroomMapResponsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

body.webshop-profile .Heading_Profile_Wrapper{
  display:none;
}

@media (max-width: 600px){
    .ContactLinksShowroom{
    display: flex;
    flex-direction: column;
  }

   .ShowroomButtonWidth{
    width: 100% !important;
   }
   a.OpenVideo:after{
     width: 100px;
     height: 100px;
   }
}

@media (max-width: 880px){

  .KundecasesBtn{
    margin-bottom: 100px;
  }

  .ChoiceofContact{
    margin: 10px 0px 10px 0px;
    padding: 10%;
    height: auto;
    min-height: 380px;
  }

  body.webshop-frontpage section{
    width: 95%;
    margin: 0 auto;
  }

  body.webshop-frontpage section .ImgFlex{
    display: flex;
    flex-direction: column;
    gap: 0%;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 40px;

  }

  body.webshop-frontpage section .ImgFlex .FrontpageKitchen{
    margin-bottom: 10px;
  }

  body.webshop-frontpage section .ImgFlex .FrontpageBathroom{
    margin-bottom: 10px;
  }

  body.webshop-frontpage section .ImgFlex .FrontpageBedroom{
    margin-bottom: 10px;
  }

  body.webshop-frontpage section .ImgFlex .FrontpageCaseOne{
    margin-bottom: 10px;
  }

  body.webshop-frontpage section .ImgFlex .FrontpageCaseTwo{
    margin-bottom: 10px;
  }

  body.webshop-frontpage section .ImgFlex .FrontpageCaseThree{
    margin-bottom: 10px;
  }

  body.webshop-frontpage section .ImgFlex .FrontpageCaseFour{
    margin-bottom: 10px;
  }

  body.webshop-frontpage section .ImgFlex > div{
    min-height: 250px;
    padding: 30px 30px 40px 15px;
  }

  body.webshop-cmspage section{
    margin: 0px auto 30px;
  }

  .display_title{
    font-size: 32px;
  }

  .infoBtn{
    margin:25px auto;
  }

  .bg-img2 {
    max-width: 95%;
    max-height: 650px;
    margin: auto;
    position: relative;
    overflow: hidden;
  }

  .basket-checkout{
    width: 100%;
  }

  #our-footer-inner {
    width: 95%;
  }

  #our-lower-footer-inner {
    width: 95%;
  }

  #checkout-container #column-data,
  #checkout-container #column-shipping-payment,
  #checkout-container #column-order-summary {
    max-width: 95%;
  }

  .choices {
    flex-wrap: wrap;
  }

  .choice {
    margin: 0 auto;
    width: 31%;
  }

  #our-lower-footer-inner{
    flex-wrap: wrap;
  }

  .webshop-showbasket article {
    max-width: 95%;
    padding: 0px 0px 10px;
  }

  #checkout-container .customerTypeContainer, #checkout-container .altCustomerTypeContainer {
    font-size: 11px;
  }

  #checkout-container .right-label {
    margin-left: 4px;
  }

  .SubCats_Categories_Container > div {
    max-width: 100%;
  }



  .bg-img2 img {
    top: 0;
  }

  .TextHalfWidth {
    width: 95%;
  }

  .bg-img h1 {
    font-size: 36px;
    color: #f6d371;
    line-height: 36px;
  }

  .bg-img > p {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin: 10px;
    text-shadow: 1px 1px #2e2e2e;
    animation: 1s ease-out 0s 1 slideInFromTop;
  }

  #our-footer #our-footer-inner .our-footer-box,
  #our-lower-footer #our-lower-footer-inner .our-footer-box {
    flex: 1 0 49%;
    max-width: 100%;
  }

  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    opacity: 1;
  }

  table.showbasket td,
  table.showbasket th {
      font-size: 11px;
      padding: 6px;
  }

  table.showbasket .amount .amountContainer {
    border-radius: 0;
    width: 100%;
    height: 60%;
    display: block;
  }

  table.showbasket .amount .amountContainer>div {
    border-right: 0;
  }

  table.showbasket .amount>a>img {
    width: 100%;
    max-width: 20px;
    margin: 10px 0px;
  }

  table.showbasket .description img.ProductImage_ShowBasket {
    width: 40px !important;
    margin: 0 10px 0 0;
  }

  #checkout-container{
    width: 100%;
  }

  h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, aside .header, .Heading_B2Blogin, .SubCatsProcuctsHeading, .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4{
    width: 95%;
  }

  #checkout-container #order-confirm .TrustBadges img{
    padding: 40px 6% 20px 6%;
  }

  #checkout-container table#order-summary>*>tr>*{
    flex: none;
    font-size: 80%;
  }

  .choice > div{
      padding: 10px;
      font-size: 13px;
      color: #2e2e2e;
      background-color: #fff;
    }

  .Flex{
      padding-bottom: 60px;
    }

  .FlexStart{
      padding-bottom: 60px;
      gap: 4%;
    }

  .FlexHalfWidth,
  .ImgHalfWidth {
      flex: 0 0 100%;
      margin-bottom: 20px;
    }

  .FlexQuarterWidth,
  .ImgQuarterWidth{
      flex: 0 0 100%;
      margin-bottom: 20px;
    }

  .FlexFifthWidth,
  .ImgFifthWidth{
    flex: 0 0 48%;
    margin-bottom: 20px;
  }

  .ImgFifthWidth img{
    border: 1px solid #2e2e2e;
    border-radius: 5px;
  }

  .FlexFullWidth{
    align-items: flex-start;
  }

  .SectionImgHalfWidth img{
    display: block;
    position: relative;
    max-width: 100%;
    left: 0%;
    transform: inherit;
    height:auto;
  }

  .SectionFlex{
      padding-bottom: 70px;
  }

  .SectionTextPadding{
      padding: 25px;
  }

  .SectionHelpHalfWidth{
      flex: 0 0 100%;
  }

  .SectionHalfWidth,
  .SectionImgHalfWidth{
      flex: 0 0 100%;
  }

  .ambassador_nummer{
      font-size: 50px;
  }

  .ambassador_beskrivelse{
      margin-left: 10px;
  }
}

.breadcrumb{
  margin-top: 40px;
}

.BreadCrumb_ProductList, .breadcrumb{
  color: #a69b8f;
}

.BreadCrumb_ProductList a, .breadcrumb a{
  text-decoration: none;
  color: #a69b8f;
  margin-right: 10px;
}

.BreadCrumbLink_Active{
  color: #2e2e2e !important;
  margin-left: 10px;
}

.BreadCrumbLink{
  margin-left: 10px;
}

.BreadCrumb_ProductInfo a{
  font-size: 13px;
}

section.bigtext, section.bigtext.expandable{
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
}

section.bigtext+.toggleDescriptionButton, section.bigtext.expandable+.toggleDescriptionButton{
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}

section.bigtext.expandable+.toggleDescriptionButton{
  order: 2;
  cursor: pointer;
  padding: 10px 10px 10px 0px;
  margin: 10px 15px 10px 0px;
  text-decoration: none;
}

section.bigtext.expandable:not(.open)+.toggleDescriptionButton .close,
section.bigtext:not(.open)+.toggleDescriptionButton .close,
section.bigtext.open+.toggleDescriptionButton .open,
section.bigtext.expandable.open+.toggleDescriptionButton .open{
  display: none;
}

section.bigtext.open, section.bigtext.expandable.open{
    height: auto;
}

.pager{
    text-align: center;
    margin: 40px 0px 60px 0px;
    font-size: 13px;
}

.pager a{
    text-decoration: none;
}

.next{
    margin-top: 10px;
}

.next a{
    text-decoration: none;
}

.prev{
    margin-bottom: 10px;
}

.ActivePageNumber_ProductList{
    padding: 10px;
}

.InactivePageNumber_ProductList{
    padding: 10px;
}

.Heading_Terms{
  text-align: center;
}

.termsWrapper{
  width: 80vh;
    margin: auto;
}

@media (max-width: 880px){
 
}

.BulletPoint_Terms{
    margin-left: 25px;
}

.BulletPointSecond_Terms{
  margin-left: 50px;
  margin-bottom: 25px
}

@media (max-width: 880px){
  .BulletPoint_Terms{
      margin-left: 0px;
  }

  .termsWrapper{
    width: 100%;
    margin: auto;
  }

  .BulletPointSecond_Terms{
      margin-left: 0px;
      margin-bottom: 25px;
  }
}

.JustWood_Terms_Cookie{
    width: 100%;
}

.JustWood_Terms_Cookie_TD{
    line-break: anywhere;
    padding: 5px;
}

.CustomerHelpContainer{
    margin: 0 !important;
}

@media (min-width: 768px){
  .CustomerHelpContainer{
    margin: 0 5% !important;
  }
}

@media (min-width: 1024px){
  .CustomerHelpContainer{
    margin: 5% 24% !important;
  }
}

.CustomerHelpLink{
    margin-bottom: 24px;
}

.HelpButtons{
    display: flex;
    gap: 2%;
    flex-direction: row;
    flex-wrap: wrap;
}

.faq {
    width: 100%;
}

.faq_content{
    width: 100%;
}

.faq_detail {
    border-bottom: 1px solid #d99a83;
    margin: 20px 0 0 0;
    padding: 0;
}

.faq_summary:hover {
    color: #2e2e2e;
    font-weight: 700;
    cursor: pointer;
}

.faq_detail[open] > .faq__summary {
    font-weight: 700;
}

.faq_summary {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.faq_summary::-webkit-details-marker {
    display: none;
  }

.faq_summary:after {
    padding-bottom: 20px;
    content: url(//cdn.webkitchen.dk/images/skins/justwood/images/justwood_dropdown.svg);
    height: 20px;
    width: 20px;
  }

details[open] .faq_summary:after {
    content: url(//cdn.webkitchen.dk/images/skins/justwood/images/justwood_dropdown_open.svg);
    height: 20px;
    width: 20px;
}

.faq_question {
    left: 0;
    position: absolute;
}

.faq_text {
    line-height: 1.6;
    margin: 10px 0 0 0;
}

.SectionHelpTextPadding{
    padding: 0px 98px;
}

@media (max-width: 880px) {

  body.webshop-frontpage section .CategoryFlex .FrontpageCategory a{
    font-size: 26px;
  }

  .faq {
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: center;
      flex-direction: column;
      flex-wrap: wrap;
  }

  .faq_text {
      margin: 0 0 10px 0;
  }

  .SectionHelpTextPadding {
      padding: 0px 25px 50px 25px;
  }
}

.inspiration_heading{
    text-align: center;
    margin-bottom: 80px;
}

.inspiration_heading h1{
    text-align: center;
}

.inspiration_heading_h2{
    text-align: center;
    margin-bottom: 40px;
}

.inspiration_grid-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.inspiration_grid-wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.inspiration_grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-auto-flow: dense;
}
.inspiration_grid-wrapper .wide {
    grid-column: span 2;
}
.inspiration_grid-wrapper .tall {
    grid-row: span 2;
}
.inspiration_grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.HeadingScroll{
    scroll-margin-top: 20em;
}

.GridContainer {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  align-content: center;
}

.GridItem {
  padding: 5px 10px 5px 0px;
  font-size: 18px;
}

.GridItemText{
    padding-left: 10px;
}

.GridContainerTWO{
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    align-content: center;
}

.GridItemTextRIGHT{
    padding-right: 10px;
    text-align: right;
}

.GridContainerLink {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  align-content: center;
}

.GridItemLink {
  padding: 5px 10px 5px 0px;
  font-size: 18px;
}

.GridItemLink{
    font-size: 13px;
}

@media (max-width: 880px){
  .inspiration_grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 50%;
    grid-auto-flow: dense;
  }
  .inspiration_grid-wrapper .wide {
      grid-column: span 2;
  }
  .inspiration_grid-wrapper .tall {
      grid-row: span 2;
  }
  .inspiration_grid-wrapper .big {
      grid-column: span 1;
      grid-row: span 2;
  }

  .GridContainer {
      padding: 0;
  }

  .GridItem {
      padding: 5px 5px 0px 0px;
      font-size: 13px;
  }

  .GridItemText{
      padding-left: 10px;
  }

  .GridItemTextRIGHT{
    padding-right: 10px;
    text-align: right;
  }

  .GridContainerLink {
    margin-bottom: 20px;
  }
}

.SectionDivider{
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ArticleULMenu{
  display: flex;
  gap: 1%;
  padding: 0;
  list-style-type: none;
  flex-direction: row;
  flex-wrap: wrap;
}

.ArticleULMenu>Li{
  background-color: #fff;
  float: none !important;
  width: unset !important;
  flex: 0 0 11.62%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.ArticleULMenu>Li a{
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
}

.ArticleULMenu>Li a:last-child{
  padding: 10px;
}

.ArticleULMenu img{
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 5px 5px 0px 0px;
}

.BordpladeFarve{
  text-align: center;
  padding-bottom: 20px;
  font-size: 16px;
}

.BordpladeFarveOverskrift{
  margin-bottom: 30px;
}

.BannerSplash{
  height: 34px;
  width: 120px;
  padding: 6px;
  background-color: #46604f;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  z-index: 25;
}

@media (max-width: 880px){
  .ArticleULMenu{
      width: 100%;
      margin: 10px 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      row-gap: 10px;
  }

  .ArticleULMenu>Li{
      width: 48% !important;
      margin: 0 auto;
      flex: 0 0 49%;
  }

  .ArticleULMenu img{
      height: auto;
      width: 100%;
  }

  .SectionDivider{
      margin-bottom: 30px;
      margin-top: 30px;
  }
}

@media (max-width: 600px){
  .BordpladeFarve{
      padding-bottom: 0px;
  }
}


@media (min-width:1920px){
  .NewsContainer .News1 video{
    width:100%;
  }
}

@media (max-width: 1300px) and (min-width: 940px){
  .ImageWrapperBlackNovember{
    display: flex;
    flex: 0 0 45%;
    justify-content: flex-end;
  }

  .SpecialBlackNovember span{
    font-size: 24px;
    line-height: 28px;
    width: 260px;
  }

  .SpecialBlackNovember{
    gap: 3%;
  }

  .SpecialBlackNovemberButton{
    flex: 0 0 16%;
  }
}

.SectionBlackFriday,
.SectionBirthDay{
    background-color: #2d3832;
    border-radius: 0px 10px 10px 0px;
    padding: 50px 30px;
}

.SectionBirthDay{
  background-color: #af0707;
}

.SectionBlackFriday p,
.SectionBirthDay p{
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}

.BlackFridayTitle{
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 10px;
}

.BlackFridayTime{
    text-align: center;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 600px){
    .BlackFridayTitle{
        font-size: 40px;
        line-height: 40px;
    }

    .SectionBlackFriday p, .SectionBirthDay p{
        font-size: 20px;
    }

    .BlackFridayTime{
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 880px){
    .SectionBlackFriday{
        border-radius: 0px 0px 5px 5px;
    }    
}

.InspirationCategoryFlex{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    margin-bottom: 60px;
    margin-top: 60px;
}

.InspirationItem{
    flex: 0 0 32.6%;
    margin-bottom: 20px;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationImageContainer{
    position: relative;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationImage{
    max-height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    box-shadow: none;
    transition: 4s;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationImageProduct{
    max-height: 550px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    box-shadow: none;
    transition: 4s;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationImageProduct a{
    height: 100%;
    width: 100%;
    display: block;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationImageProduct a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(0deg, #2e2e2e 0%, rgba(0, 0, 0, 0) 100%);
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationImageProduct img{
    transform: scale(1);
    transition: 4s;
    border-radius: 5px;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationImageProduct a:hover img{
    transform: scale(1.05) translateY(-5%);
    transition: 4s;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationImage a{
    height: 100%;
    width: 100%;
    display: block;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationImage a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(0deg, #2e2e2e 0%, rgba(0, 0, 0, 0) 100%);
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationImage img{
    transform: scale(1);
    transition: 4s;
    border-radius: 5px;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationImage a:hover img{
    transform: scale(1.05) translateY(-5%);
    transition: 4s;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationCategory{
    position: absolute;
    bottom: 27%;
    width: 80%;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.3px;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    left: 35px;
}

.InspirationTopProduct{
    bottom: 24% !important;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationCategory a{
    color: #fff;
    text-decoration: none;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationReadMore{
    position: absolute;
    bottom: 16%;
    width: 80%;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    left: 35px;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationReadMore a{
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

body.webshop-cmspage section .InspirationCategoryFlex .InspirationReadMore img{
    height: 32px;
    width: 32px;
    margin-right: 10px;
}

@media (max-width: 880px){
    .InspirationItem{
        flex: 0 0 100%;
    }
}

.SectionSpecialBanner{
    margin: 0px auto 50px !important;
}

.specstable{
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
}

.specstable_row_even{
    background-color: #e8e2de;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
}

.specstable_row_odd{
    display: flex;
    justify-content: space-around;
}

.specstable_key{
    padding: 14px;
    width: 60%;
    flex: 0 0 60%;
    display: flex;
    align-items: center;
}

.specstable_value{
    padding: 14px;
    width: 40%;
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    align-items: center;
}