@import url("https://fonts.googleapis.com/css?family=Inter:400,300,700&display=swap");

*{
  font-family: "Inter", sans-serif;
}

html{
  background-color: #f3f1ee;
}

.webshop-html .webshop-body {
  font-family: "Inter", sans-serif;
  color: #2e2e2e;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  overflow-x: hidden;
  background-color: #f7f4f2;
}

*:not(.MagicThumb-caption),
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1{
  font-size: 30px;
  margin: 30px 0px 10px 0px;
  font-weight: 500;
}

h2{
  font-size: 24px;
  margin: 24px 0px 10px 0px;
  font-weight: 500;
}

.Menu{
  position: relative;
}

.header_width{
  width: 95%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

#Search_Form{
  display:none;
}

.logo {
  order: 1;
  flex:0 0 content;
}

.logo > a{
  width: 160px;
  display: block;
}

.webshop-cmspage article,
.webshop-terms article,
.webshop-profile article {
  margin: auto;
  max-width: 95%;
}

.bg-img {
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 170px 0;
  color: white;
  background-image: url(//cdn.webkitchen.dk/images/billigskabe_forside_slider_just_wood.jpg);
}

.hamburger,
.closeMenu {
  display: none;
}

div#Content_Productlist,
.webshop-orderstep4 .content{
  width: 95%;
  margin: auto;
}

.webshop-orderstep4 .videowrapper video{
  width: 80%;
  margin: auto;
  display: block;
}


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

.campaignWrapper.active{
  display:block;
}

.campaignWrapper{
    background-color: #f3a71a;
  }

.campaignBanner {
    text-align: center;
    padding: 0px;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.campaignBanner p,
.campaignBanner a{
  padding: 9px 10px;
}


.campaignBanner.new {
    background-color: #f24f49;
    color: #242121;

    position: relative;
    z-index: 5;
}

.campaignBanner.clickable {
    cursor: pointer;
}

.wrapper>.campaignBanner.new {
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.campaignBanner.special{
    color: #fff;
}

.campaignBanner.special p,
.campaignBanner.special a{
  animation: blinker 2.5s linear infinite alternate 2.5s;
  margin:0px;
  display:inline-block;
  color: #fff;
}

@keyframes blinker {
  80% {
    opacity: 100;
  }
  90% {
    opacity: 0;
  }
  80% {
    opacity: 100;
  }
}

.campaignBanner .expire {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
}

.campaignBanner .closeCampaign{
  background: url(//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-close.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: 15px;
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
  color:#000;
}

#ProductmenuContainer_DIV {
  display: none;
}

table.CmsPageStyle_Table,
.profileWrapper table,
.termsWrapper table {
  table-layout: fixed;
}

ul.TopMenu_MenuItems {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

ul.TopMenu_MenuItems > li {
  display: flex;
  align-items: center;
  padding: 0px;
  text-align: center;
  margin: 0;
  cursor: pointer;
}

ul.TopMenu_MenuItems > li > a {
  text-decoration: none;
  font-size: 14px;
  padding: 39.5px 30px;
  display: flex;
  color: #2e2e2e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

ul.TopMenu_MenuItems > li > a:hover{
  color: #a69b8f;
}

/* #region BookMeeting */

ul.TopMenu_MenuItems > li > a[href="/shop/cms-bookmode.html"] {
  color: #fff !important;
  background-color: #d99a83 !important;
  cursor: pointer;
  width: 180px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: -2px 4px 10px #2e2e2e29;
  display: block;
  border: 0px;
  text-align: center;
  border-radius: 24px;
  padding: 14px;
}

ul.TopMenu_MenuItems > li > a[href="/shop/cms-bookmode.html"]:hover {
  background-color: #a5796f !important;
}

.bookMeetingContainer{
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  gap:2%;
}

.bookMeetingContainer.AlignCenter{
  align-items: center;
  background-color: #f1ebe7;
  border-radius: 5px;
}

.bookMeetingimageContainer{
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.bookMeetingformContainer{
  width: 100%;
}

.AlignCenter .bookMeetingformContainer{
  padding:50px;
}

.bookMeetingformContainer > form > label{
  margin-bottom: 0.5em;
  line-height: 1.5em;
  font-size: 13px;
  display: block;
}

.bookMeetingContainer label {
  font-size: 13px;
  line-height: 1.5rem;
  font-weight: 500;
}

.bookMeetingContainer input[type="submit"],
.bookMeetingformContainer > form > input[type="submit"]{
  width: 50%;
  padding: 14px 10px !important;
  margin-bottom: 15px;
}
.bookMeetingContainer .ProfileContactInfo{
  padding: 50px;
  margin-top: 20px;
}


.bookMeetingContainer input[type="submit"]:hover{
  background-color: #a5796f !important;
}

.bookMeetingContainer select{
  border: 1px solid #a69b8f !important;
}

.bookMeetingContainer select:hover{
  border: 1px solid #000 !important;
}

.bookMeetingContainer select, .bookMeetingContainer input, .bookMeetingContainer textarea {
  width: 100%;
  border-radius: 4px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
}

.bookMeetingContainer select, .bookMeetingContainer input, .bookMeetingContainer textarea:hover{
  border: 1px solid #000;
}

.bookMeetingContainer input[type="email"]:hover{
  border: 1px solid #000;
}

.bookMeetingContainer input[type="phone"]:hover{
  border: 1px solid #000;
}

.bookMeetingContainer input[type="text"]:hover{
  border: 1px solid #000;
}

@media (max-width: 1100px) and (min-width: 880px){
  ul.TopMenu_MenuItems > li.bookMeeting {
    display:none;
  }
}

/* #endregion */

.mt-2 {
  margin-top:0.5rem;
}

/* #region Header */

nav.productmenu {
  background: white;
  width: 100%;
}

#ProductMenu_List > li {
  padding: 20px;
}

#basket{
  z-index: 1002;
  background-position: calc(100% - 10px) 50%;
  padding: 13px 10px 14px 30px;
  color: #2e2e2e;
  position: relative;
  order: 3;

}

body.webshop-checkout .TopWrapper,
body.webshop-checkout .hamburger,
body.webshop-checkout #basket{
  display:none !important;
}

#basket span{
  font-size: 10px;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hamburger .icon{
  display:block;
  text-align: center;
  line-height: 1.6em;
}

.hamburger span{
  font-size: 10px;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display:block;
  line-height: 0em;
}

.topmenu {
  flex:1 1 auto;
  order: 2;
  margin-left: 100px;
}

.webshop-checkout .logo {
  margin-left: 0px;
  padding: 24px 0px;
}

.webshop-checkout .topmenu {
  display: none;
}

#ProductMenu_List {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

#ProductMenu_List img {
  display: none;
}

#LinkToOffer{
  position:absolute;
  right:115px;
  color:#fff;
}

#LinkToOffer.Active{
  display:block !important;
  z-index: 1003;
}

#LinkToOffer.Active a{
  display:flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: stretch;
  text-decoration: none;
}

#LinkToOffer.Active a:hover{
  font-weight: normal;
}

#LinkToOffer img{
  width:40px;
  height:auto;
  margin: 0 auto;
}

#LinkToOffer span{
  font-size: 10px;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

#basket #basket-link img{
  width: 40px;
  margin: 0 auto;
  display: block;
}

#basket .totalproducts {
  position: absolute;
  z-index: 301;
  top: 10px;
  right: 0px;
  display: block;
  width: 23px;
  height: 23px;
  background-color: #0B232B;
  padding: 4px 0 0;
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  text-align: center;
}

#basket-link {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-flow: column;
  align-items: center;
}

#basket .shippingfee {
  display: none !important;
}

#basket .totalproducts {
  position: absolute;
  z-index: 301;
  top: 10px;
  right: 0px;
  display: block;
  width: 23px;
  height: 23px;
  background-color: #0B232B;
  padding: 4px 0 0;
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  text-align: center;
}

#basket .totalproducts #basket-link{
  color:#fbfbfb;
}

#basket div.totalprice {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
}

#basket div.basketlink a {
    display: none;
    margin: 3px 0 0;
}

#small-basket-pop{
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  padding: 10px 0 0;
  color: rgba(40,40,40,1.00);
  width: 500px;
  background-color: rgba(255,255,255,1.00);
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  padding: 20px;
  border-radius: 4px;
}

#small-basket-pop > span{
  width:100%;
  display:block;
  font-size:18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a69b8f6e;
  text-transform: inherit;
}

.Search{
  display: flex;
  z-index: 1002;
  background-position: calc(100% - 10px) 50%;
  position: relative;
  order: 3;
  flex-flow: column;
  align-items: center;
  cursor: pointer;
  align-items: center;
  cursor: pointer;
  height: 100%;
  justify-content: center;
  padding-bottom: 10px;
}

.Search svg{
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  stroke-width: 2;
  stroke: #2e2e2e;
  margin: 5px;
  position: absolute;
  right: 10px;
}

.Search span{
  display:none;
}

.Search > input{
  width: 100%;
  height: 40px;
  outline: #2d2d2d 1px solid;
  border: none;
  padding: 0px 60px 0px 20px;
  border-radius: 99px;
  background-color: #f7f4f2;
}

@media (max-width: 1024px){
  
  .header_width{
    flex-wrap:wrap;
  }

  .Search{
    order:10;
    flex:1 1 100%;
  }
}

.ais-SearchBox-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button.ais-SearchBox-reset img {
  width: 40px;
  height: 40px;
}
.search_btn_indicator {
  width: 40px;
  height: 40px;
}
button.ais-SearchBox-reset {
  border: 0;
  background: transparent;
}
.search {
  width: 95%;
  display:none;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 10px;
}
.search.active {
  display: flex;
}

.SessionValuesBasket{
  display:flex;
  flex-direction: column;
  border-bottom: 1px solid #a69b8f6e;
}

.SessionValuesBasket .BasketLine{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
}

.SessionValuesBasket .BasketLine:last-child{
  margin-bottom: 10px;
}

.SessionValuesBasket .BasketLine *{
  padding-bottom:10px;
}

.SessionValuesBasket .BasketLine img{
  flex:0 0 20%;
  display: block;
  max-width: 20%;
}

.SessionValuesBasket .BasketLine .ProductInfo{
  flex: 0 0 48%;
  margin: 0px 1%;
}

.SessionValuesBasket .BasketLine .ProductName{
  font-size: 10px !important;
  font-weight: bold !important;
  text-transform: inherit !important;
  text-align: left !important;
  margin-left: 10px !important;
  display:block !important;
  width: 100% !important;
}

.SessionValuesBasket .BasketLine .ProductNumber{
  font-size: 10px !important;
  text-align: left !important;
  font-weight: 500 !important;
  margin-left: 10px !important;
  display:block !important;
  width: 100% !important;
}

.SessionValuesBasket .BasketLine .TotalPrice{
  flex:0 0 30%;
  text-align: right !important;
}

#small-basket-pop .TotalPrice > p,
#small-basket-pop .ShippingFee > p{
  width: 49.6%;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

#small-basket-pop .ShippingFee > p{
  margin-top: 24px;
  margin-bottom:12px;
  font-weight: normal;
}

#small-basket-pop .TotalPrice > p{
  margin-top:0px;
  margin-bottom: 24px;
}

#small-basket-pop .TotalPrice #TotalPriceAmount,
#small-basket-pop .ShippingFee .TotalShippingAmount
{
  text-align: right;
}
#small-basket-pop .Buttons{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

#small-basket-pop .Buttons a{
  width:49.5%;
  background-color: #73df88;
  color: #2e2e2e;
  border-radius: 24px;
  padding: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.3px;
  box-shadow: -2px 4px 10px #2e2e2e29;
  max-width: 200px;
  text-align: center;
}

#small-basket-pop .Buttons a:first-child{
  margin-right:1%;
}

#small-basket-pop .Buttons a:hover{
  color: #fff;
  background-color: #00b26b;
  text-decoration: none;
}

@media (max-width: 1280px){
  ul.TopMenu_MenuItems > li > a {
    padding: 31px 24px;
  }

  .topmenu {
    top: 96px;
    margin-left: 0px;
  }

  .topmenu .TopMenu_MenuItems {
    top: 0;
    margin-top:0;
  }

  #LinkToOffer { 
    right: 90px;
  }
}

@media (max-width: 1024px){

  .header_width{
    width: 100%;
    display: flex;
    margin: auto;
    padding: 0% 2.5%;
  }

  .logo img {
    max-width: 160px;
  }

  .logo {
    width: 100%;
    z-index: 1000;
    margin: auto;
    order: 2;
    text-align: center;
  }

  .closeMenu {
    display: none;
    font-size: 2em;
  }

  .hamburger {
    display: block;
    font-size: 2em;
  }

  .closeMenu.open {
    transition: 0.5s;
    display: flex;
    padding-left: 14px;
  }

  .hamburger,
  .closeMenu {
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    line-height: 2em;
    z-index: 1000;
    transition: 0.5s;
    height: 52px;
    order: 1;
    padding: 4px 19.6px 8px 0px;
  }

  .topmenu {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #f7f4f2;
    overflow-x: hidden;
    transition: 0.5s;
  }

  .topmenu .TopMenu_MenuItems {
    position: relative;
    top: 92px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  ul.TopMenu_MenuItems > li {
    border: 0;
  }

  ul.TopMenu_MenuItems > li > a {
    display: block;
    border-radius: 8px;

    background-color: #f1ebe7;
    width:95%;
    margin:5px auto;
  }

  ul.TopMenu_MenuItems > li:hover {
    box-shadow: 0;
  }
}

@media screen and (max-width: 768px){

  #LinkToOffer.Active { 
    right: 70px;
  }
}

@media screen and (max-width: 480px){

  .closeMenu {
    padding: 4px 20px 8px 0px;
  }

  .logo{
    flex: 1 1;
  }
}

/* #endregion */

/* showbasket */
div.ShowBasket_SimpleVariants_DIV {
  padding-left: 0;
  padding-top: 0;
  font-size: 10px;
}

.ShowBasket_SimpleVariants_DIV div.text-red,
.order-summary-variants div.text-red {
  color:red;
}

.ShowBasket_ProductLine_ActionButtons_TD img {
  width: 14px;
  margin: 0 2px;
}

a.Order_back_basket {
    width: 110px;
    display: inline-block;
    margin: 15px 15px 0 0;
    background-color: #f7f4f2;
    padding: 11px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    border: 1px solid #2e2e2e;
    border-radius: 24px;
    color: #2e2e2e;
    letter-spacing: 0.3px;
}

.norge_button_width{
  width: 122px !important;
}

a.Order_back_basket:hover {
    background-color: #2e2e2e;
    color: #fff;
    border: 1px solid #2e2e2e;
}

a.Order_back_basket img {
  width: 200px;
  display: block;
  border-radius: 8px;
}

a.Order_empty_basket {
  display: none;
  width: 110px;
  display: inline-block;
  margin: 15px 15px 0 0;
  background-color: #f7f4f2;
  padding: 11px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  border: 1px solid #2e2e2e;
  border-radius: 24px;
  color: #2e2e2e;
  letter-spacing: 0.3px;
}

a.Order_empty_basket:hover{
  background-color: #2e2e2e;
  color: #fff;
  border: 1px solid #2e2e2e;
}

a.Basket_Order img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

a.ShowBasket_SendBasketLink_Dialog_Link,
#save-basket {
  display: inline-block;
  background-color: #f7f4f2;
  padding: 11px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  border: 1px solid #2e2e2e;
  border-radius: 24px;
  color: #2e2e2e;
  letter-spacing: 0.3px;
  margin: 0px 0px 15px 0px;
}

@media (max-width: 920px){
  a.Order_empty_basket {
    margin: 15px 10px 15px 0px;
  }
  a.Order_back_basket{
    margin: 15px 10px 15px 0px;
  }
  a.ShowBasket_SendBasketLink_Dialog_Link,
    #save-basket {
      margin: 0px 0px 15px 0px;
  }
}

.webshop-showbasket .offerLink {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  display: block;
}

a.ShowBasket_SendBasketLink_Dialog_Link:hover{
  border: 1px solid #2e2e2e;
  color: #ffffff;
  background-color: #2e2e2e;
}

#save-basket:hover{
  border: 1px solid #2e2e2e;
  color: #ffffff;
  background-color: #2e2e2e;
}

.TableLines_BackgroundColor1 .Heading_ShowBasket {
  border-bottom: solid 1px #d6d6d6;
  padding-top: 5px;
  padding-bottom: 5px;
}

.productrow>td {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}

#basket_PaymentFees td {
  background-color: #f0f0f0;
  padding-top: 5px;
  padding-bottom: 5px;
}

#basket_TotalPrice>td {
  font-size: 18px;
}

table.showbasket {
  width: 100%;
}

table.showbasket.head {
  border: 1px solid #f2f2f2;
}

table.showbasket.body {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

table.showbasket.body>tbody>tr>td {
  border-bottom: 1px solid #a69b8f;
  border-left: 1px solid #a69b8f;
  background-color: #fff;
  vertical-align: middle;
}

table.showbasket td,
table.showbasket th {
  padding: 10px;
  vertical-align: top;
  text-align: left;
}

table.showbasket th {
  background-color: #a69b8f;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.3px;
}

table.showbasket .description {
  position: relative;
}

table.showbasket .description img.ProductImage_ShowBasket {
  margin: 0 15px 0 0;
}
td.description a {
  color: black;
}
table.showbasket .description small {
  display: block;
  margin-left: 65px;
  margin-top: 10px;
  display: none;
}

#showbasketContent > div.ShowBasket_Custom_DIV > div > table > tbody > tr > td.description > div.ShowBasket_SimpleVariants_DIV > div > a.designLink {
  display: inline;
}

a.tegningLink {
  display: inline-block !important;
}

table.showbasket tr{
  display:flex;
}

table.showbasket tr .description{
  flex:1;
}

table.showbasket tr .description a:nth-child(2) {
  display: block;
  text-decoration: none;
  font-weight: bold;
  max-width: 280px;
}

table.showbasket tr .amount{
  flex:0 0 20%;
}

table.showbasket tr .unitprice{
  flex:0 0 20%;
}

table.showbasket tr .unittotal{
  flex:0 0 20%;
}

table.showbasket .description a:nth-child(2) {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}

table.showbasket .amount .RemButton{
  display: inline-block;
  width:auto;
}

table.showbasket .amount>a>img,
table.showbasket .amount .RemButton img {
  width: 20px;
  margin: 0 0 0 10%;
  vertical-align: middle;
}

table.showbasket .amount {
  text-align: center;
  
}

table.showbasket .amount .amountContainer {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  border: solid 1px #a69b8f;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

table.showbasket .amount .amountContainer:after {
  content: "";
  clear: both;
  display: block;
}

table.showbasket .amount .amountContainer>div:first-child {
  float: left;
  padding: 13px 0;
  width: 60%;
  height: 100%;
  text-align: center;
  border-right: solid 1px #a69b8f;
}

table.showbasket .amount .amountContainer > a,
table.showbasket .amount .amountContainer .IncButton,
table.showbasket .amount .amountContainer .DecButton{
  position: absolute;
  right: 0px;
  height: 50%;
  width: 40%;
  display: block;
}

table.showbasket .amount .amountContainer .IncButton,
table.showbasket .amount .amountContainer .DecButton{
  border-right:none;
}

table.showbasket .amount .amountContainer>a:hover {
  background-color: #a69b8f;
}

table.showbasket .amount .amountContainer>a:nth-of-type(2),
table.showbasket .amount .amountContainer .DecButton {
  border-top: solid 1px #a69b8f;
  bottom: 0;
}

table.showbasket .amount .amountContainer>a>img,
table.showbasket .amount .amountContainer>div>img {
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

table.showbasket.noamount .amount .amountContainer {
  display: none;
}

table.showbasket .unitprice {
  text-align: right;
}

table.showbasket .unittotal {
  text-align: right;
  border-right: 1px solid #a69b8f;
}

.transferAllContainer {
  justify-content: flex-end;
  display: flex;
  padding-bottom: 25px;
}

.transferbtn {
  margin-left: 5px;
  font-size: 13px;
  background-color: #46604f;
  border-radius: 8px;
  color: #f0eeee;
  cursor: pointer;
  padding: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: -2px 4px 10px #2e2e2e29;
  display: block;
  border: 0px;
  border-radius: 24px !important;
  text-align: center;
}

.transferbtn:hover{
  background-color: #203728;
  cursor: pointer;
}

.transferbtn.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}


dialog#offerModal{
  border:none;
  border-radius: 10px;
  width: 30%;
}

@media (max-width: 1000px){
  dialog#offerModal{
    width: 60%;
  }  
}

@media (max-width: 600px){
  dialog#offerModal{
    width: 100%;
  }  
}

dialog#offerModal .modal-body{
  padding: 15px;
}

dialog#offerModal .modal-body label{
  margin-bottom:5px;
}

dialog#offerModal .modal-body input{
  width: 100%;
  display: block;
  margin: 4px 0px 15px 0px;
  padding: 6px 10px 2px 10px;
}

dialog#offerModal .modal-body button{
    padding: 16px 20px;
    color: rgb(46, 46, 46);
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.3px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    background: #73df88;
    width: 100%;
    border-radius: 24px;
    border: none;
    margin-top: 10px;
}

dialog#offerModal:hover .modal-body button:hover{
    color: white;
    background: #00b26b;
    cursor: pointer;
}

.tooltip-generic {
    font-size: 17px;
    margin-left: 10px;
    margin-top: -5px;
    cursor: pointer;
}

.tooltip-generic-text {
    visibility: hidden;
    width: auto;
    background-color: #454545;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin: 20px 0 0 -10px;
}

.tooltip-generic:hover+.tooltip-generic-text {
    visibility: visible;
}

@media (max-width: 1000px){
  #basket:hover #small-basket-pop {
    display: block !important;
  }

  .bookMeetingContainer select, .bookMeetingContainer input[type="submit"]{
    width: 100%;
  }
}

@media (max-width: 880px){
  ul.TopMenu_MenuItems > li.bookMeeting {
    position:relative;
  }

  ul.TopMenu_MenuItems > li.bookMeeting{
    right: 0px;
    top: 0px;
  }

  ul.TopMenu_MenuItems > li.bookMeeting > a{
    border-radius: 8px;
    width: 100%;
    padding: 31px 32px !important;
  }

  ul.TopMenu_MenuItems > li:last-child{
    position: relative;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
  }

  ul.TopMenu_MenuItems > li:last-child a{
    width: 95%;
    margin: 5px auto;
    display: block;
    border-radius: 8px;
    padding: 31px 32px;
  }

  .bookMeetingimageContainer {
    display:none;
  }

  .bookMeetingformContainer {
    margin-left:0;
  }

  .bookMeetingContainer{
    flex-wrap:wrap;
  }

  .bookMeetingformContainer{
    flex:0 0 100%;
  }



  .webshop-cmspage article, .webshop-terms article, .webshop-profile article{
    margin: auto;
    max-width: 95%;
  }

  .Flex .ImgHalfWidth{
    order:2;
  }

  .Flex .ImgQuarterWidth{
    order:2;
  }

  .SectionFlex .SectionImgHalfWidth{
    order:2;
  }

  .MobileFlexOrder1{
    order:1;
  }

  .MobileFlexOrder2{
    order:2;
  }

  .MobileFlexOrder3{
    order:3;
  }

  .MobileFlexOrder4{
    order:4;
  }

  #basket:hover #small-basket-pop {
    display: none !important;
  }

  div#Content_Productlist{
    width: 95%;
    margin: auto;
  }

  .logo img {
    width: 80%;
  }

  .webshop-checkout .logo {
    margin-left: 0px;
    padding:0px;
  }

  .basket-checkout{
    width: 100%;
  }

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

  table.showbasket .unitprice{
    display:none;
  }

  table.showbasket tr .description{
    flex: 0 0 50%;
  }

  table.showbasket tr .amount{
    flex:0 0 25%;
  }

  table.showbasket tr .unittotal{
    flex:0 0 25%;
  }
}

.TopWrapper{
  background-color: #46604f;
}

.usp{
  background-color: #46604f;
  color: #f2eae5;
  margin-bottom: 5px;
  max-width: 80%;
  width:80%;
  margin:0 auto;
  margin-top:0px;
  list-style: none;
  text-transform: uppercase;
  padding:0;
  display: flex;
}

ul.usp li{
  font-size: 12px;
  margin: 5px 0px;
  text-align: center;
  flex: 0 0 100%;
}

ul.usp li a{
    text-decoration: none;
    color: #f2eae5;
}

ul.usp li i.checkmark > svg{
    height: 16px;
    width: 16px;
}

ul.usp li span{
  display: inline-block;
  white-space: nowrap;
}

ul.usp li i{
  margin: 0 5px 0 0;
  vertical-align: middle;
}

ul.usp li img{
  height: 16px;
  width: 16px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
}

.ui-widget-header{
 background: #a69b8f !important;
 color: #fff !important;
}

.ui-widget.dd-dialog-responsive input[type="button"], .ui-widget.dd-dialog-responsive .ddrd-button{
  background: #73df88 !important;
  border-radius: 22px !important;
  padding: 12px 24px !important;

}

.ui-widget.dd-dialog-responsive input[type="button"]:hover, .ui-widget.dd-dialog-responsive .ddrd-button:hover{
  background: #00b26b !important;
  color: #ffffff !important;
}

.ui-widget.dd-dialog-responsive .ui-dialog-content{
  padding: 20px !important;
}

body.webshop-cmspage section .ImgFlex{
  display:flex;
  gap: 1%;
  margin-top: 0.5%;
}

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

body.webshop-cmspage 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-cmspage 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-cmspage section .ImgFlex > div > div:hover{
  transform: scale(1.15);
  transition: 4s;
}

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

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

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

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

.OverviewCaseOne: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;
}

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

.OverviewCaseTwo: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;
}

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

.OverviewCaseThree: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;
}

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

.OverviewCaseFour: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;
}

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

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

  body.webshop-cmspage section .ImgFlex .OverviewCaseOne{
    margin-bottom: 10px;
  }

  body.webshop-cmspage section .ImgFlex .OverviewCaseTwo{
    margin-bottom: 10px;
  }

  body.webshop-cmspage section .ImgFlex .OverviewCaseThree{
    margin-bottom: 10px;
  }

  body.webshop-cmspage section .ImgFlex .OverviewCaseFour{
    margin-bottom: 10px;
  }

  body.webshop-cmspage section .ImgFlex > div{
    min-height: 250px;
  }

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

.TopMargin{
  margin-top: 60px !important;
}

@media (max-width: 880px){

  .search_btn > input{
    display:none;
  }

  body.webshop-cmspage section .ImgFlex{
    display: flex;
    flex-direction: column;
    gap: 0%;
    width: 100%;
  }

    body.webshop-cmspage section{
    width: 100%;
    margin: 0 auto;
  }

  body.webshop-cmspage section .ImgFlex{
    display: flex;
    flex-direction: column;
    gap: 0%;
    width: 100%;
  }

  body.webshop-cmspage section .ImgFlex .OverviewCaseOne{
    margin-bottom: 10px;
  }

  body.webshop-cmspage section .ImgFlex .OverviewCaseTwo{
    margin-bottom: 10px;
  }

  body.webshop-cmspage section .ImgFlex .OverviewCaseThree{
    margin-bottom: 10px;
  }

  body.webshop-cmspage section .ImgFlex .OverviewCaseFour{
    margin-bottom: 10px;
  }

  body.webshop-cmspage section .ImgFlex > div{
    min-height: 250px;
  }

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

@media (max-width: 600px){
  .campaignBanner.special{
      padding-bottom: 15px;
      
  }
  
}

@media (max-width:480px){

  .campaignBanner p{
    font-size: 12px;
  }
}


/* #region CSS for Cookie policy */

div#CookiePolicy, div#CookiePolicy.fixed-bottom {
    background-color:rgba(0,0,0,.80);
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    position: fixed;
    margin: 0;
    border-radius: 0;
    right: auto;
}
body.webshop-simpleCookie div#CookiePolicy, body.webshop-simpleCookie div#CookiePolicy.fixed-bottom {
	height: auto;
	top: auto;
	bottom: 0;
	background-color: transparent;
}
div#CookiePolicy div.CookiePolicyCenterText {
    background-color: #f7f4f2;
    flex: none;
    width: 800px;
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    color: #000;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
body.webshop-simpleCookie div#CookiePolicy div.CookiePolicyCenterText {
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	border-radius: 0;
	padding: 15px;
}
div#CookiePolicy h1, div#CookiePolicy h2, div#CookiePolicy h3, div#CookiePolicy h4, div#CookiePolicy h5 {
    color: rgba(0,0,0,1.00);
}
div.CookiePolicyText {
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    max-height: none;
    overflow: visible;
}
body.webshop-simpleCookie div.CookiePolicyText {
    min-height: 0;
}

body.webshop-simpleCookie #CookiePolicy .Close {
	top: 50% !important;
	transform: translateY(-50%);
}

div.CookiePolicyText,
div.CookiePolicyText input {
    font-family: 'Arial';
}
div.CookiePolicyText {
    line-height: 1.2em;

}
div.CookiePolicyText a {
    text-decoration: underline;
}
div.CookiePolicyText > h2, div.CookiePolicyText > p {
    background-color:#f6f6f6;
    font-weight: normal;
    color: rgba(84,84,84,1.00);
}
div.CookiePolicyText > img {
    width: 300px;
    max-width: 50%;
    margin: 20px 40px;
}
div.CookiePolicyText > h2 {
    padding: 30px 40px 15px;
    margin: 0;
    font-size: 25px;
    font-weight: normal;
}
div.CookiePolicyText > p {
    padding: 0 40px 30px;
    margin: 0;
}
div.CookiePolicyText > * {
    order: 1;
}
div.cookie-policy-accept-buttons-container {
    order: 2;
    margin: 0;
    padding: 30px 40px 15px;
    display: flex;
    justify-content: center;
}
div.cookie-policy-accept-buttons-container > input {
    flex: auto;
    margin: 0;
    border-radius: 5px;
    padding: 20px 15px;
    font-weight: normal;
    background-color: rgb(115, 223, 136);
    box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0);
}
div.cookie-policy-accept-buttons-container > input[type="button"].cookie-policy-accept {
    background-color: #f6f6f6;
    border: solid 1px #d4d4d4;
    color: rgba(0,0,0,1.00);
}

div.cookie-policy-accept-buttons-container > input[type="button"].cookie-policy-accept-all{
  color: #000;
}

div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
    margin-right: 30px;
}
div.cookie-policy-details-link-container {
    order: 3;
    padding: 0 0 30px;
    display: flex;
    justify-content: center;
}
div.cookie-policy-details-link-container > a {
    flex: none;
}
div.cookie-policy-details-container {
    order: 4;
    display: none;
}
div.cookie-policy-details-container div.rtable-cell {
    padding:0.8em 1.2em;
}
div.cookie-policy-consents-container {
  order: 5;
    display: flex;
    background-color: #fff;
    margin: 0;
    border-top: 1px solid #eee;
}
div.cookie-policy-consents-container > div {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 20px;
}
div.cookie-policy-consents-container > div input {
    display: none;
}

div.cookie-policy-consents-container > div input + label:before{
  color: #fff;
  border: 1px solid #46604f;
  content:"";
  width:20px;
  height:20px;
  border-radius: 50%;
}

div.cookie-policy-consents-container > div input:checked + label:before{
  background-color: #46604f;
  color: #fff;
  content: url(//cdn.webkitchen.dk/images/skins/justwood/images/justwood_checkmark_white_2.svg);
  border: 1px solid #46604f;
}

div.cookie-policy-consents-container label {
    font-weight: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.cookie-policy-consents-container label div {
    border-radius: 25px;
    width: 53px;
    margin: 7px 0 0;
    background-color: #ababab;
    padding: 4px;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}
div.cookie-policy-consents-container input:checked + label div {
    justify-content: flex-end;
    background-color:#6e9c16;
}
div.cookie-policy-consents-container input:checked:disabled + label div {
    opacity: 0.7;
    cursor: default;
}
div.cookie-policy-consents-container label div > span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1.00);
}
/* #endregion */