<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.item-addon {
    display: none;
}
.banner a {
    text-decoration: none;
}
.banner {
    background: #f3a71a;
    transition: height 20ms;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
    animation: banner 350ms;
    opacity: 1;
}
.section--sticky .section__menu-main {
    padding: 0;
}

.section--main-navigation.section--sticky .section__menu-main #ProductMenu_List {
    justify-content: flex-end;
}

.overlay-widget__container.active {
    animation: ovarlay-widget 250ms cubic-bezier(0,0,.5,1) 50ms;
}

#ProductMenu_List li.bookMeeting {
    display: flex;
    align-items: center;
    background: #009fe3;
    padding: 14px;
    border-radius: 3px;
}

#ProductMenu_List li.bookMeeting &gt; a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}

li.menu__item.bookMeeting &gt; a {
    color: #fff;
}
li.menu__item.bookMeeting {
    background: #009fe3;
}

#ProductMenu_List li.bookMeeting:hover{
    cursor: pointer;
    background-color: #007cb1;
}

.bookMeetingContainer input[type="submit"] {
    color: white;
    background: #009fe3;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    letter-spacing: 0.3px;
    font-size: 16px;
    line-height: 30px;
}
.bookMeetingContainer input[type="submit"]:hover {
    background: #007cb1;
}
.item-group-list--text-image .item-group__image a {
    display: block;
}
.pointer {
    position: absolute;
    height: 35px;
    left: -15px;
    display: flex;
    align-items: center;
  }
  .hidden {
    display: none;
  }
  .pointer i {
    font-size: 1.8em;
    background-color: white;
    border-radius: 50%;
    color: #00c700;
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  #tooltip-LA{
    font-size: 17px;
    margin-left: 10px;
    margin-top: -5px;
    cursor: pointer;
}
.tooltip-LA-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-DA{
    font-size: 17px;
    margin-left: 10px;
    margin-top: -5px;
    cursor: pointer;
}
.tooltip-DA-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-LB{
    font-size: 17px;
    margin-left: 10px;
    margin-top: -5px;
    cursor: pointer;
}
.tooltip-LB-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-DB{
    font-size: 17px;
    margin-left: 10px;
    margin-top: -5px;
    cursor: pointer;
}
.tooltip-DB-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-LC{
    font-size: 17px;
    margin-left: 10px;
    margin-top: -5px;
    cursor: pointer;
}
.tooltip-LC-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-DC{
    font-size: 17px;
    margin-left: 10px;
    margin-top: -5px;
    cursor: pointer;
}
.tooltip-DC-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-LA:hover + .tooltip-LA-text {
    visibility: visible;
}

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

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

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

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

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

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

#GreyArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-animation: FadeIn 0.3s forwards;
  animation: FadeIn 0.3s forwards;
}
#GreyArea {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 400;
	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 &gt; .Modal {
  width: 100%;
  max-width: 50%;
    background-color: white;
    z-index: 10000;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    max-height: 100%;
    overflow-y: auto;
    min-width: 600px;
    bottom: 5%;
}
#Popup &gt; .Modal &gt; div {
	display: flex;
    padding: 10px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
#Popup &gt; .Modal &gt; .ModalHeader {
	background-color: #efefef;
	font-size: 16px;
	font-weight: bold;
	position:relative;
  border-radius: 10px;
}

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

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

#Popup &gt; .Modal &gt; .ModalHeader .close{
	position: absolute;
  z-index: 20;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  top: 5px;
  right: 5px;
  background-color: rgb(255, 255, 255);
	cursor:pointer;
  border: 1px solid rgb(0 0 0);
}

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

#Popup &gt; .Modal .MobdalBodyText{
	width: 100%;
	margin-bottom: 10px;
}

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

#Popup &gt; .Modal.Top .MobdalBodyText #n-left .images img{
  width:100%;
}

#Popup &gt; .Modal.Top .MobdalBodyText .before-price{
  display:block;
}

#Popup &gt; .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;
	z-index:1000;
}

#Popup &gt; .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 &gt; .Modal .ModalBody .ModalReject:hover,
#Popup &gt; .Modal .ModalBody .ModalAccept:hover{
	cursor: pointer;
}

#Popup &gt; .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 &gt; .Modal.Top{
  border-radius: 0px;
  top: 0%;
  margin-top: 10px;
}

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

#Popup &gt; .Modal.Top #n-right h1{
  font-size: 1.25rem;
}

body.webshop-productinfo #Popup &gt; .Modal{
  width:unset;
}

.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: #0085b7;
}

.PopupContainer .Popup .TextSection .ButtonContainer a:hover{
  opacity: 0.8;
  font-weight: 400;
}

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

.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: #299dc9;
}

.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: #009fe2;
  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;
        gap:0;
    }

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


@media (max-width: 360px){
    .PopupContainer .Popup .Trustpilot, 
    .PopupContainer .Popup .TextSection .ShowRoom{
        display:none !important;
    }
}

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

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

.item-card__inner .savings,
.item-card__inner .ribbon{
    position: absolute;
    right: 0px;
    top: 10px;
    background: #f3a71a;
    padding: 10px 10px;
    color: white;
    z-index: 999;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
}

.item-card__inner .savings .OfferText,
.Related_Custom_DIV .item-card__inner .savings .OfferText,
.item-card__inner .ribbon .OfferText,
.Related_Custom_DIV .item-card__inner .ribbon .OfferText{
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
  border-bottom:1px solid #fff;
  margin-bottom:2px;
  padding-bottom:2px;
}

.item-card__inner .savings .OfferText:empty,
.Related_Custom_DIV .item-card__inner .savings .OfferText:empty,
.item-card__inner .ribbon .OfferText:empty,
.Related_Custom_DIV .item-card__inner .ribbon .OfferText:empty{
  display:none;
}

.Related_Custom_DIV .item-card__inner .savings,
.Related_Custom_DIV .item-card__inner .ribbon {
  right: 0px;
  top: 0px;
  padding: 5px 8px;
}

.item-card__inner .savings:empty {
    display: none;
}

.splide__track--nav &gt; .splide__list &gt; .splide__slide.is-active{
  border:none !important;
}

.item-card .item__image img{
}

.productcard .section--bg-right .savings,
.productcard .section--bg-right .ribbon {
    position: absolute;
    right: 25px;
    top: 10px;
    background: #f3a71a;
    padding: 10px 10px;
    color: white;
    z-index: 999;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    border-radius: 3px;
}

.productcard .section--bg-right .savings .OfferText,
.productcard .section--bg-right .ribbon .OfferText{
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
  border-bottom:1px solid #fff;
  margin-bottom:2px;
  padding-bottom:2px;
}

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

.addToBasket .addToBasketProductPrice .item-prices__value span{
  font-size: 18px;
}

.addToBasket .addToBasketContentHeader{
  background-color: #009fe2;
  color: #fff;
}

.addToBasket a.addToBasketGoToCart{
  color: #fff;
  background: #0085b7;
}

.addToBasket a.addToBasketGoToCart:hover{
  background-color: #006186;
  cursor: pointer;
}

.addToBasket .addToBasketDiv.center .addToBasketContentHeaderText::after
{
  background-color: #454545;
  color: #000;
}

.transferAllContainer {
    border-bottom: 1px solid rgba(235, 235, 235, 1);
    justify-content: flex-end;
    display: flex;
    padding-bottom: 25px;
}

.transferAllContainer .transferbtn {
    padding: 20px;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #00c700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.transferAllContainer:hover .transferbtn:hover{
  background: #09df09;
  cursor: pointer;
}

#LinkToOffer{
  margin-left: 1rem;
  color:#fff;
}

#LinkToOffer.Active{
  display:block !important;
}

#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;
}

#LinkToOffer span{
  color:#000;
}

#showbasketContent{
  margin-bottom:10rem;
}

#showbasketContent table.head,
#offerProducts table.body{
  display:block;
  width: 100%;
}

#showbasketContent table.head{
  background: #f2f2f2;
}

#showbasketContent table.head tbody,
#offerProducts table.body tbody
{
  width:100%;
  display:block;
}

#showbasketContent table tr,
#offerProducts table tr{
    display: flex;
    width:100%;
    padding: .5rem .5rem;
}

#showbasketContent table .description,
#offerProducts table .description{
  flex: 1 1 60%;
}

#offerProducts table .description img{
  padding-right:10px;
}

#offerProducts table .description small{
  display:block;
}

#showbasketContent table .amount,
#offerProducts table .amount{
  flex: 1 1 10%;
}

#offerProducts table .amount{
  display: flex;
  justify-content: center;
}

#showbasketContent table .amount{
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

#offerProducts table .amount .amountContainer{
  max-width: 80px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  height:fit-content;
}

#offerProducts table .amount .amountContainer div{
  flex: 0 0 100%;
  font-size: 16px;
  text-align: center;
  padding: 5px;
}

#offerProducts table .amount .amountContainer .IncButton{
  border-top: 1px solid #d5d5d5;
}
#offerProducts table .amount .amountContainer .IncButton:hover{
  border: 1px solid #2e2e2e;
  cursor: pointer;
}

#offerProducts table .amount .amountContainer .DecButton{
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}

#offerProducts table .amount .amountContainer .DecButton:hover{
  border: 1px solid #2e2e2e;
  cursor: pointer;
}

#offerProducts table .amount .amountContainer .IncButton,
#offerProducts table .amount .amountContainer .DecButton{
  width: 50%;
  float: left;
  text-align: center;
}

#offerProducts table .amount .amountContainer .IncButton img,
#offerProducts table .amount .amountContainer .DecButton img{
  width: 12px;
  margin: 0 auto;
  height: auto;
}

#offerProducts table .amount .RemButton{
  width:25px;
  height:auto;
  margin: 25px auto;
}

#showbasketContent table .unittotal,
#offerProducts table .unittotal{
  flex: 1 1 30%;
  text-align: right;
}

@media (max-width: 767px){
  #showbasketContent table .description, #offerProducts table .description{
    flex: 1 1 48%;
  }

  #showbasketContent table tr,
  #offerProducts table tr{
    font-size: 14px;
    line-height: 14px;
  }

  #offerProducts table .description img{
    display: none;
  }
}

@media (max-width: 840px){
  #showbasketContent table .amount{
    justify-content: center;
  }
}

.slick-slider .slick-prev,
.slick-slider .slick-next,
.slick-slider .slick-up,
.slick-slider .slick-down{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px auto;
    width: 30px;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    z-index: 50;
}

.slick-slider .slick-prev {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/arrow-prev.png");
    left: 0;
}

.slick-slider .slick-next {
    right: 0;
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/arrow-next.png");
}

.slick-slider .slick-up{
  left: 50%;
  top: 0%;
  background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/kitchn_arrows_up.png");
  width: 50px;
  height: 30px;
  transform: translateX(-50%);
  background-size: 20px auto;
}

.slick-slider .slick-down{
  left:50%;
  top:100%;
  bottom:0%;
  background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/kitchn_arrows_down.png");
  width: 50px;
  height: 30px;
  transform: translate(-50%, -100%);
  background-size: 20px auto;
}

.notInStock{
    background: linear-gradient(90deg, #9b0000, #cc2222, #9b0000);
    -webkit-background: linear-gradient(90deg, #9b0000, #cc2222, #9b0000);
    background-size: 400% 400%;
    -webkit-background-size: 400% 400%;
    animation: gradient 5s infinite;
    -webkit-animation: gradient 5s infinite;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom:20px;
}

#terms-nav{
    position:absolute;
    margin-left:0;
    top:3px;
    padding:20px 0 20px 0;
}

@media (max-width: 880px){
    #terms-nav{
    position:relative;
}
}

#terms-nav ul{
    list-style: none;
    padding: 0;
}
#terms-nav ul li h2{
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0085b7;
    margin-bottom: 15px;
}
#terms-nav ul li a{
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}
.terms-nav-top{
    top: 97px !important;
    position: fixed !important;
}

#terms-out .flex{
  display:flex;
}

#terms-out .flex &gt; *{
  margin: 0px;
}

.verticalList{
  list-style: none;
  padding:25px;
}

.verticalList li {
  display: inline-block;
  width: 24%;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: text-top;
}

@media (max-width: 880px){
    .verticalList li {
  vertical-align: text-top;
  width: 49%;
  padding: 10px;
}
}

.moreinfo ul.col {
    margin: 0;
    padding: 0 0 50px;
    list-style-type: none;
}

.moreinfo ul.col:after {
    clear: both;
    content: "";
    display: block;
}

.moreinfo ul.col&gt;li {
    margin: 0;
    float: left;
    padding-right: 10px;
    border: none;
    background-color: transparent;
    border-radius: 0;
    width: 33%;
}

@media (max-width: 600px){
    .moreinfo ul.col&gt;li {
    width: 100% !important;
    margin-bottom: 20px !important;
    padding-right: 0px !important;
}
}

.moreinfo ul.col.col2&gt;li {
    width: 50%;
    margin-top: 15px;
}

.moreinfo ul.col &gt; li .title {
  background-color: rgb(0, 161, 205);
  padding: 10px;
  text-align: center;
  border-radius: 0;
  margin: 6px 0 0;
}

.moreinfo ul.col &gt; li img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 0;
}

.inspirationPicture {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    overflow: hidden;
    width: 48%;
    height: 260px;
    margin: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
}
.inspirationPicture small {
    display: none;
    background-color: rgba(0, 0, 0, .50);
    font-size: 1.2rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: white;
}

.inspirationPicture:hover small {
    display: block;
}
.inspirationPictures {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem -1%;
}

.monteringvideos,.monteringdocuments {
    display: flex;
    flex-wrap: wrap;
}
.monteringvideos &gt; div,.monteringdocuments &gt; div {
    width: 48%;
    margin: 1%;
    text-align: center;
}

@media (max-width: 880px){
    .monteringvideos &gt; div,.monteringdocuments &gt; div {
    width: 100%
}
}

.monteringvideos &gt; div &gt; *, .monteringdocuments &gt; div &gt; * {
    width: 100%;
}



.generalModal,
.sinkModal,
.doorModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.generalModalHeader,
.generalModalBody,
.generalModalFooter,
.sinkModalHeader,
.sinkModalBody,
.sinkModalFooter,
.doorModalHeader,
.doorModalBody,
.doorModalFooter {
    padding: 10px 16px
}
.generalModalBody{
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}
.sinkModalBody {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 1% -1%;
}
.generalModalHeaderText,
.sinkModalHeaderText,
.doorModalHeaderText {
    font-size: 23px;
    text-align: center;
}

.generalModalContent,
.sinkModalContent,
.doorModalContent {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 1000px;
    max-width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.productoverview table {
  width: 100%;
  text-align: center;
  color: #1a1a1d;
  table-layout: fixed;
}

.productoverview tr td, .productoverview tr th {
  padding: 15px;
  border: 1px solid #ccc;
}

.productoverview tr td:first-of-type, .productoverview tr th:first-of-type {
  text-align: left;
  background-color: #dfe4e8;
  font-weight: 600;
}


.vaskecontainer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}

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

.vaskemontering:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.vaskemontering {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 1%;
    max-width: 23%;
    padding: 10px;
    text-align: center;
}

.vaskemontering p {
    font-weight: 600;
}

@media (max-width: 600px){
    .vaskemontering {
        max-width: 100%;
}
}

.moreinfo ul.col &gt; li .title, .moreinfo ul.col &gt; li .title a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.webshop-showbasket .section--selling-points.section--sticky,
.webshop-checkout .section--header .section__menu-additional,
.webshop-checkout .section--header .search,
.webshop-checkout .section--header .cart,
.webshop-checkout .section--main-navigation,
.webshop-checkout .section--selling-points,
.klarnaCheckout section .section__menu-additional,
.klarnaCheckout section .search,
.klarnaCheckout section .cart,
.klarnaCheckout .section--main-navigation,
.klarnaCheckout .section--selling-points {
  display:none;
}

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

.webshop-checkout .section--header .logoContainer,
.klarnaCheckout .section--header .logoContainer{
  max-width: 100%;
  flex: 0 0 100%;
}

.webshop-checkout .checkout-headline,
.klarnaCheckout .checkout-headline{
  margin-top:0px;
  border-bottom:unset !important;
}

.webshop-checkout .footer .newsletter,
.webshop-checkout .footer .footer--nav,
.webshop-checkout .footer section.section--footer,
.klarnaCheckout .footer .newsletter,
.klarnaCheckout .footer .footer--nav,
.klarnaCheckout .footer section.section--footer {
  display:none;
}

#checkout-container select.checkout-select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(255,255,255,1.00);
  border-radius: 3px;
  height: 36px;
  min-width: 50px;
  max-width: 100%;
  border: solid 1px rgba(214,214,214,1.00);
  padding: 0 30px 0 10px;
  background-image: url(//cdn.webkitchen.dk/images/skins/kitchn/images/icons/chevron-down_black.svg);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: calc(100% - 10px) 50%;
  cursor: pointer;
  outline: none;
  color: #737882;
}

@media (max-width: 500px){
    .productcard .section--bg-right .savings {
    padding: 15px 5px;
    font-size: 1.2rem;
}
}

.productcard .section--bg-right .savings:empty {
    display: none;
}

@keyframes overlay-widget {
    from {
        transform: translateX(calc(100% + 2.8rem));
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes banner {
  from {
  	opacity: 0;
  }
  to {
 	opacity: 1;
  }
}
.cart-item--action img {
  height: auto;
  width: 32px;
  max-width: none;
}
.cart-item--action, .cart-item__action {
    display: flex;
    width: 12px;
    margin: 10px auto;
    padding-top: 10px;
    justify-content: center;
}
.section--padding-top-bottom .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section--bg.section--main-navigation {
    background-color: #000000;
    top: auto;
    left: auto;
}

.section--header .cart &gt; table {
    display: none;
}
.thead-default {
    vertical-align: middle;
    border-color: inherit;
}


.thead-default &gt; div {
    display: flex;
    border-color: inherit;
}

.cart__data {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    width: 100%;
}

.cart__group {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.cart__col {
    padding: .5rem .5rem;
    vertical-align: middle;
    display: table-cell;
}
.thead-default .cart__col {
    background: #eee;
    font-weight: 700;
    border-width: 0;
}
.cart__data .cart__col {
    border-bottom: 1px solid #eaeaea;
}

.thead-default .cart__col, .cart__data .cart__col {
    padding-top: .4rem;
    padding-bottom: .4rem;
    vertical-align: top;
    border-top: 1px solid #eaeaea;
    padding: .5rem .5rem;
}

a.cart-item__name {
    text-decoration: none;
}
.cart__col.cart__col--update {
    width: 100%;
}
.cart__col.cart__col--summary {
    width: 100%;
}
.cart__foot {
    vertical-align: middle;
    border-color: inherit;
}
.webshop-showbasket .ShowBasket_Custom_DIV .counterTop {
    border-bottom: 1px solid #e3e3e3;
}

.webshop-showbasket .ShowBasket_Custom_DIV .counterTop .cart__item {
    border-bottom: 0px;
}

.pladeHeader {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 10px 0;
}

.pladeHeader &gt; strong {
    background: #eee;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    margin: -5px -10px;
}

.yourCountertop {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-bottom: 1rem;
}

.yourCountertop &gt; h3 {
    background: #eee;
    margin: -5px -10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.yourCountertop p {
    margin-top: 1rem;
}

.webshop-showbasket .ShowBasket_Custom_DIV .cart__item {
  display:flex;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
}

.webshop-showbasket .ShowBasket_Custom_DIV .cart-quantity-container{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.webshop-showbasket .ShowBasket_Custom_DIV .cart__col--quantity .IncButton,
.webshop-showbasket .ShowBasket_Custom_DIV .cart__col--quantity .DecButton {
  width: 50%;
  border-bottom: none;
}

.webshop-showbasket .ShowBasket_Custom_DIV .cart__col--quantity .IncButton {
  border-right: solid 1px #d5d5d5;
}
.webshop-showbasket .ShowBasket_Custom_DIV .cart__col--quantity .cart-item__quantity {
  float: left;
  width: 100%;
  text-align: center;
  padding: 5px;
}

.webshop-showbasket .ShowBasket_Custom_DIV .cart__col--quantity .DecIncBtns &gt; div{
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px;
  border: 1px solid #d5d5d5;
  border-top: none;
  border-right: none;
}

.webshop-showbasket .ShowBasket_Custom_DIV .cart__col--quantity .DecIncBtns .decBtn{
  border-right: 1px solid #d5d5d5;
}

.webshop-showbasket .ShowBasket_Custom_DIV .cart__col--quantity .DecIncBtns .decBtn:hover{
    border: 1px solid #2e2e2e;
    cursor: pointer;
}

.webshop-showbasket .ShowBasket_Custom_DIV .cart__col--quantity .DecIncBtns .incBtn{
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.webshop-showbasket .ShowBasket_Custom_DIV .cart__col--quantity .DecIncBtns .incBtn:hover{
    border: 1px solid #2e2e2e;
    cursor: pointer;
}

.webshop-showbasket .ShowBasket_Custom_DIV .cart__col--quantity .DecIncBtns &gt; div img{
  width: 12px;
  height: auto;
  margin: 2px;
}

.webshop-showbasket .checkout-cart .TrustBadges{
  display:flex;
}

.webshop-showbasket .checkout-cart .TrustBadges img{
  flex-basis:33%;
  max-width:33%;
  padding: 15px 11%;
}

a.btn.btn-primary.step-nav__btn.step-nav__btn--next {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn.btn-light.step-nav__btn.step-nav__btn--previous {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart__note.cart__note--update.cart__note--summary {
    display: flex;
    vertical-align: inherit;
    border-color: inherit;
    justify-content: flex-end;
}
.cart__col:first-child {
    padding-left: 1rem;
}

.cart__group &gt; div {
    display: table-row;
}

.cart__group &gt; div &gt; div {
    display: table-row;
}
#smallProductList304663_GetCookieHistory {
    display: none;
}
.logo a {
    text-decoration: none;
}
section.mobilesearch {
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
    display: none;
}
section.mobilesearch.open {
    display:block;
    background-color: #fff;
}

.SearchField_SearchPage{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    line-height: inherit;
    overflow: visible;
    font-family: futura-pt,sans-serif;
    outline: 0;
    outline-offset: -2px;
    -webkit-appearance: none;
    width: 50%;
    flex-grow: 1;
    padding: .8em .2em .8em 1em;
    background-color: transparent;
    color: #8b8b8b;
    font-size: 1rem;
    padding-left: 15px;
    touch-action: manipulation;
    border-radius: 0;
    border: none;
}
.SearchField_SearchPage::placeholder {
    color: #787878;
    opacity: 1
}
#Search_Form {
    display: flex;
    align-items: stretch;
    flex-grow: 1;
    position: relative;
    background-color: #fff;
    border: 1px solid #eaeaea;
    height: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    border-radius: 30px;
    left:0 !important;
}
.search--super-search .SearchTitle_SearchPage,
#Search_Form .nbsp,
#Search_Form br {
    display: none;
}
.SubmitButton_SearchPage {
    outline: 0;
    width: 3.2em;
    background: url(//cdn.webkitchen.dk/images/skins/Kitchn/images/icons/search.svg) center no-repeat #fff;
    text-indent: -1000px;
    flex-shrink: 0;
    overflow: hidden;
    background-image: url(//cdn.webkitchen.dk/images/skins/Kitchn/images/icons/search.svg);
    background-size: auto 55%;
    background-color: transparent;
    background-position: center center;
    padding: 0;
    touch-action: manipulation;
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 0;
    border: none;
    line-height: normal!important;
}
#ProductMenu_List {
    display: flex;
    border-top: none;
    border-bottom: none;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding: 0;
    align-items: center;
    gap: 2%;
}
#ProductMenu_List &gt; li {
    position: relative;
    list-style-type: none;
}
#ProductMenu_List &gt; li &gt; a.CategoryLink0_Productmenu {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
#ProductMenu_List &gt; li &gt; a.CategoryLink0_Productmenu:after {
    width: 10px;
    height: 6px;
    background-image: url(//cdn.webkitchen.dk/images/skins/Kitchn/images/icons/arrow-down_blue.svg);
    position: relative;
    margin-top: 0;
    right: unset;
    margin-left: .3rem;
    content: "";
    background-repeat: no-repeat;
}
#ProductMenu_List li.RootCategory_Productmenu ul.dropdown {
    display: none;
    list-style-type: none;
}
#ProductMenu_List li.RootCategory_Productmenu:hover ul.dropdown {
    display: flex;
}

#ProductMenu_List li.RootCategory_Productmenu:nth-child(8):hover ul.dropdown,
#ProductMenu_List li.RootCategory_Productmenu:nth-child(9):hover ul.dropdown {
    right:0px;
    left:unset;
}

li.SubCategory1_Productmenu {
    display: none;
}
.BreadCrumb_ProductList &gt; span,.BreadCrumb_ProductInfo &gt; span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.BreadCrumb_ProductList &gt; span &gt; span,.BreadCrumb_ProductInfo &gt; span &gt; span {
    margin-right: 10px;
    position:relative;
}
.BreadCrumb_ProductList &gt; span &gt; span a,.BreadCrumb_ProductInfo &gt; span &gt; span a {
    text-decoration: none;
}

.BreadCrumb_ProductList &gt; span &gt; span+span,.BreadCrumb_ProductInfo &gt; span &gt; span+span {
    margin-left: 15px;
}

.BreadCrumb_ProductList &gt; span &gt; span+span:before,.BreadCrumb_ProductInfo &gt; span &gt; span+span:before {
    height: 10px;
    width: 5px;
    left: -15px;
    top: 5px;
    background: 0 0;
    content: "/";
    color: #009fe3;
    font-size: .7083rem;
    position: absolute;
    transform: translateY(-50%);
}

.BreadCrumb_ProductInfo &gt; br{
  display:none;
}

body.webshop-productinfo .zoom-gallery .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
  }

.item-description.item-short-description br+br {
    display: none;
}
.item-description {
    margin: 30px 0;
}
.item-social-proof {
    display: none;
    line-height: 1;
    margin-bottom: 1rem;
    align-items: center;
    font-size: 1.2em;
}
.campaignBanner  {
    display: flex;
    text-transform: uppercase;
}
.campaignBanner p {
    margin: 0;
    padding: 0 0 0 15px
}
.campaignBanner .expire {
    margin: 0 0 0 15px;
    padding: 3px 10px;
    background-color: #000;
    color: #fff;
    border: 0px;
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.item-social-proof.show {
    display: flex;
}

.item-social-proof .icon-info, .item-social-proof__count {
    margin-right: .25em;
}
.productSubCategorys {
    display: none;
}
.breadcrumb {
    min-height: 1.36em;
    font-size: .7083rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

ul.dropdown {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    left: -100px;
    overflow-x: hidden;
    padding-right: 60px;
    padding-left: 30px;
    padding-bottom: 60px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    border: 1px solid #eaeaea;
}

.section--sticky li:nth-child(5) ul.dropdown,
.section--sticky li:nth-child(6) ul.dropdown{
  left:unset;
  right:0;
}

ul.dropdown &gt; li {
    position: relative;
    font-weight: 500;
    flex-shrink: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 42px;
    min-width: 18em;
    max-width: 20em;
}
ul.dropdown &gt; li &gt; a {
    margin-top: -.8em;
    display: block;
    padding: .5em 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.5rem;
    border-bottom: 1px solid #eaeaea;
    color: #000;
}
.menu__item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu__item a {
    text-decoration: none;
}
.menu__item {
    list-style-type: none;
    font-weight: 500;
}
.menu__subitems--level-0 &gt; ul &gt;.menu__item {
    font-weight: 500;
    flex-shrink: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 42px;
    min-width: 15em;
    max-width: 20em;
    list-style-type: none;
}
.menu__subitems--level-1 li {
    padding: .5em 1.5em .5em 0;
    font-size: .85rem;
    font-weight: 400;
}

.menu__subitems--level-1 li:hover {
    font-weight: bold;
}

.menu__subitems--level-1 .menu__item {
    border-bottom: 1px solid #eaeaea;
}

.Link_Topmenu {
    text-decoration: none;
}
.justify-center {
    justify-content: center;
}


.ArticleSection{
    margin-bottom: 100px;
}

.ArticleSectionFlex{
    margin-bottom: 100px;
    display: flex;
}

.ArticleCenterHeading h1{
    text-align:center;
}

.ArticleCenterSubHeading{
    text-align: center;
}

.ArticleCenterHeadingText{
    text-align: center;
    margin: 0px 250px;
}

.ArticleMiniText{
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    color: #fff;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    font-size: 1.4rem;
    text-align: center;
    padding-top: 10px;
    transform: translate(-50%, 0px);
}

.MiniTextGrey{
    color: #2e2e2e;
}

.ArticleImg{
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.ArticleMiniImg{
    margin-bottom: 20px;
}

.ArticleMiniImg img{
    display: block;
    width: 100%;
}

.ArticleColPadding{
    padding: 100px;
}

.ArticleTitleScroll{
    scroll-margin-top: 15em;
}

.MiniImgSidePadding{
    padding: 0px 100px;
}

.MiniImgBottomPadding{
    padding-bottom: 100px;
}

.ArticleTextAlign{
    display: flex;
    align-items: center;
}

.ArticleMarginBottom40{
    margin-bottom: 40px;
}

.ArticleMarginBottom80{
    margin-bottom: 80px;
}

.ArticleAdvert{
    background-color: #1c1c1c;
    padding: 100px;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 5px;
}

.ArticleAdvert p{
    margin-bottom: 40px;
}

.ArticleTextCenter{
    text-align: center;
}

.ArticleAdvert a{
    color: #fff;
    font-weight: 500;
}

.ArticleAdvertTitle{
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.ArticleCTA{
    background-color: #0085b7;
    border-radius: 5px;
    padding: 1rem 3.5rem;
    text-align: center;
}

.ArticleCTA a{
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.ArticleCTA:hover{
    cursor: pointer;
    background-color: #004f6d;
}

.ArticleCTA a:hover{
    font-weight: 500;
}

.ArticleCTAProduct{
    background-color: #00c700;
    border-radius: 5px;
    padding: 0.8rem 0.5rem;
    text-align: center;
    width: 100%;
    margin: auto;
}

.ArticleCTAProduct a{
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.ArticleProductAlignCol:hover .ArticleCTAProduct input[type="submit"], .ArticleProductAlignCol:hover .ArticleCTAProduct{
    cursor: pointer;
    background-color: #0085b7;
}

.ArticleProductAlignRow:hover .ArticleCTAProduct input[type="submit"], .ArticleProductAlignRow:hover .ArticleCTAProduct{
    cursor: pointer;
    background-color: #0085b7;
}

.ArticleCTAProduct:hover{
    cursor: pointer;
    background-color: #0085b7;
}

.ArticleCTAProduct a:hover{
    font-weight: 500;
}

.ArticleCTAImg{
    position: absolute;
    width: 30%;
    height: auto;
    top: 5%;
    left: 5%;
}

.ArticleProductText{
    text-align: center;
    margin: 20px 0px;
}

.ArticleProductText a{
    font-size: 14px;
    text-decoration: none;
}

.ArticleProductText a:hover{
    cursor: pointer;
    font-weight: 500;
}

.ArticleProductAlignRow{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}

.ArticleProductAlignCol{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}

.ArticleVideoWrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

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

.BackgroundGrey{
    background-color: #F8F8F8;
}

@media (max-width:880px){
    .ArticleCenterHeadingText{
        text-align: center;
        margin: 0px 20px;
    }
    .ArticleColPadding{
    padding: 20px 15px;
    }
    .MiniImgSidePadding{
        padding: 0px;
    }
    .MiniImgBottomPadding{
        padding-bottom: 20px;
    }
    .ArticleTextAlign{
        align-items: unset;
    }
    .ArticleMiniText{
        font-size: 1.2rem;
    }
    .ArticleAdvert{
        padding: 40px;
        margin-top: 40px;
    }
    .ArticleAdvertTitle{
        margin-bottom: 20px;
    }
}

@media (max-width: 600px){
    .ArticleMiniText{
        font-size: 0.8rem;
    }
    .ArticleCTAProduct{
        padding: 0.5rem;
        width: 100%;
    }
    .ArticleCTAImg{
        width: 50%;
    }
}

.ProductList_Custom_DIV {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.webshop-productlist .CustomList{
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.webshop-productlist .CustomList li .ribbon,
.webshop-productlist .CustomList li .buy{
  display:none;
}

.webshop-productlist .CustomList li .manufacturer{
  position:absolute;
  max-width:100px;
  height:auto;
  background-color: #fff;
  right:0;
  padding:5px;
}

.webshop-productlist .CustomList li .image{
  min-height:300px;
}
.webshop-productlist .CustomList li .image img{
  max-height: 300px;
}

.webshop-productinfo .productcard.DFISink .manufacturer{
  display:none !important;
}

.BackgroundColor1_Productlist,.BackgroundColor2_Productlist {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:30px;
    margin-bottom: 20px;
}

.BackgroundColor1_Productlist:hover, .BackgroundColor2_Productlist:hover{
  border: 1px solid #eaeaea;
}

.BackgroundColor1_Productlist:hover .item-card__inner,.BackgroundColor2_Productlist:hover .item-card__inner {
    background-color: #fff
}
.item__image &gt; img {
    width: 100%;
    /* height: 100%;
    position: absolute;
    top: 0;
    left: 0; */
}
.BackgroundColor1_Productlist .variantSelector,
.BackgroundColor2_Productlist .variantSelector,
.BackgroundColor1_Productlist .variantSelectorColor,
.BackgroundColor2_Productlist .variantSelectorColor {
    display:flex;
}
.item-card__inner .VariantGroup,
/*.item-card__inner .variantSelector,
.item-card__inner .variantSelectorColor*/ /*{
    display:none;
}*/
.item-card__inner .variantSelector {
    padding: 1rem 0 0 0;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
}
.item-card__inner .variantSelector &gt; a {
    text-decoration: none;
    padding: 0px 2px;
    border: 1px solid #d9d9d9;
    margin: 0px 5px;
}
.item-card__inner .variantSelector &gt; a.AdditinalVariants {
    padding: 0px;
    border: unset;
    margin: 0px;
}
.item-card__inner .variantSelector &gt; a:last-child:after {
    content: "";
    padding-right: 0px;
}
.inputwithlabel {
    width: calc(100% - 50px);
    display: block;
    float: left;
    height: 50px;
    color: rgba(0, 0, 0, 1);
    border: solid 1px #ddd;
    padding: 0 10px;
    border-right: 0px;
    -webkit-appearance: none;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0 10px;
}
input.error {
    border-left: solid 1px red;
    border-top: solid 1px red;
    border-bottom: solid 1px red;
}

.inputLabel {
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 13px 0;
    background-color: white;
    border: solid 1px #ddd;
    float: left;
}

.inputLabel.error {
    border-right: solid 1px red;
    border-top: solid 1px red;
    border-bottom: solid 1px red;
}
.OptionSelect_ProductInfo {
    width: 100%;
    display: flex;
    padding: 1rem;
    height: auto;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: 0;
    border-color: #ddd;
    background-image: url(//cdn.webkitchen.dk/images/skins/kitchn/images/icons/arrow-down_gray.svg);
    background-size: 10px 8px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.OptionSelect_ProductInfo:hover{
  border-color: #2e2e2e;
  cursor: pointer;
}

.VariantGroup {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
h1.center {
    text-align: center;
}
.VariantGroup tr {
    display: flex;
}

.VariantGroup tbody {
    width: 100%;
}
.fancybox-content section {
    min-width: 100%;
}
.fancybox-content .container {
    width: 100%;
    padding: 0;
}
.fancybox-content .CmsPageStyle {
    display: flex;
}
.item-list--paged .item-list__items .row.scroll {
    overflow-x: scroll;
}
.VariantGroup td {
    width: 100%;
    display: flex;
    font-family: futura-pt,sans-serif !important;
font-size: 16px  !important;
font-weight: 400  !important;
line-height: 1.4  !important;

}
a.variant-info-popup {
    margin-left: 1rem;
    display: inline-flex;
    border: 1px solid #ddd;
    background: white;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

a.variant-info-popup:hover{
  border: 1px solid #2e2e2e;
  cursor: pointer;
}

td.VariantGroupLabel {
    display: none;
}
.webshop-customercenter table.Login_Customer input,.webshop-customercenter table.Login_Customer a,.webshop-customercenter .ForgotPassword_Customer input,.webshop-customercenter .Text1_Customer input,.webshop-customercenter .Text1_Customer select {
    margin: 1rem;
}

.webshop-customercenter table.Login_Customer input,.webshop-customercenter .ForgotPassword_Customer input,.webshop-customercenter .Text1_Customer input,.webshop-customercenter .Text1_Customer select {
    padding: .4375rem .8125rem;
    font-size: 1rem;
    line-height: 1.25;
}

.webshop-customercenter #Form1 &gt; span &gt; span {
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    margin: 1rem;
}
.webshop-changepassword .change-password-wrapper &gt; form &gt; div {
    margin: 2rem 0;
}

.webshop-changepassword .change-password-wrapper {
    display: flex;
    justify-content: center;
}
.webshop-changepassword .change-password-button-container &gt; input {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    background-color: #009fe3;
    border-color: #009fe3;
    padding: .4375rem .8125rem;
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 0;
    width: 100%;
}
.webshop-changepassword .change-password-wrapper input {
    width: 100%;
}

.webshop-changepassword .change-password-wrapper {
    margin-top: 2rem;
}

.webshop-changepassword .change-password-wrapper &gt; form {
    width: 550px;
}
.webshop-customercenter #Form1 {
    margin: 2rem -1rem;
}
.webshop-changepassword .change-password-wrapper &gt; form &gt; div {
    margin: 2rem 0;
}
.webshop-customercenter .Text1_Customer {
    margin: 2rem 0;
}
.OptionSelect_ProductInfo option {
    padding-top: .3em;
    padding-bottom: .3em;
}
.BackgroundColor1_Productlist .item__name,.BackgroundColor2_Productlist .item__name {
    margin-bottom: .5rem;
    min-height: 38px;
    position: relative;
}
.BackgroundColor1_Productlist .smalltext,
.BackgroundColor2_Productlist .smalltext{
  font-size: 0.8em;
  border: 1px solid #c4c4c4;
  padding: 2px;
}

.BackgroundColor1_Productlist .item__name a, .BackgroundColor2_Productlist .item__name a {
    text-decoration: none;
}

.item__description.item__description--short-description br+br {
    display: none;
}
a.ratio_custom {
    padding-bottom: 100%;
}
.BackgroundColor1_Productlist .item-card:hover, .BackgroundColor2_Productlist .item-card:hover {
    z-index: 2;
}
.webshop-search .breadcrumb, .webshop-search .column--left-related {
    visibility: hidden;
}
.Related_Custom_DIV {
    display: flex;
    margin:0 auto;
    width:100%;
}

@media (max-width: 500px){
    .Related_Custom_DIV {
        display: block;
    }
}

.FullWidthALink{
    display: block;
    width:100%;
    height:auto;
}

.FullWidthALink span{
    width:100%;
    text-align: center;
    display: block;
}

.sam-vej-box {
    padding: 15px;
    background: #f3f1ee;
    text-align: left;
    transition: all 0.5s ease;
    margin-top: 15px;
    text-decoration: none;
    transition: all 0.5s ease;
    color: #000;
    float: none !important;
    width: 100%;
    margin-top: 15px;
    display: block;
}
.sam-vej-box:hover {
    background: #a6a6a6;
    color: #0d0d0d;
}

.webshop-showbasket &gt; .section--header:not(.section--simple-header) {
    display: none;
}
.webshop-orderstep4 &gt; .section--selling-points,.webshop-orderstep3 &gt; .section--selling-points,.webshop-orderstep2 &gt; .section--selling-points, .webshop-orderstep1 &gt; .section--selling-points {
    display:none;
}
.webshop-showbasket &gt; .footer {
    display:none;
}

a.ShowBasket_SendBasketLink_Dialog_Link, a.Order_empty_basket {
    touch-action: manipulation;
    outline: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    background-color: #eee;
    line-height: 1.25;
    border-radius: 3px;
    text-decoration: none;
    border-color: #dcdcdc;
    font-weight: 500;
    text-transform: uppercase;
    flex-grow: 1;
    box-sizing: content-box;
    font-size: 1rem;
    padding: .7em;
    height: 1.50em;
    color: #000;
    -webkit-appearance: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.ShowBasket_SendBasketLink_Dialog_Link:hover, a.Order_empty_basket:hover {
    background-color: #f7f7f7;
    border-color: #eee;
}

.loadingGetBasket {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 16000002;
    left: 0;
    top: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0;
    margin: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}
.offerLink {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    display: block;
}
.loadingText {
    font-size: 48px;
    color: white;
    position: relative;
    top: 50%;
    width: 100%;
    text-align: center;
    overflow-x: hidden;
}
/* Slider */
.theme-default .nivo-directionNav a {
    background: none;
    background-position: center center;
    width: 4em;
    background-position-x: 67%;
    opacity: .7;
    background-repeat: no-repeat;
    background-size: 100% 65%;
    width: 3em;
    height: 3em;
    margin-top: 0;
    transform: translateY(-50%);
    transition: opacity .15s;
    z-index: 99;
}
.theme-default .nivo-directionNav a.nivo-prevNav {
        left: 0;
    background-image: url(//cdn.webkitchen.dk/images/skins/Kitchn/images/icons/chevron-left_white.svg);
}
.theme-default .nivo-directionNav a.nivo-nextNav {
    right:0;
    background-image: url(//cdn.webkitchen.dk/images/skins/Kitchn/images/icons/chevron-right_white.svg);
}
.theme-default .nivo-directionNav a:hover {
    opacity: 1;
}
.theme-default .nivo-controlNav a {
    margin: 1.3em .42em;
    width: .8em;
    height: .8em;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .1s ease-in-out;
    background: #eee;
    border-color: #eee;
}
.theme-default .nivo-controlNav a.active {
    background: #b3b3b3;
    border-color: #b3b3b3;
}
.section--sticky .RootCategory_Productmenu .ProductMenu_MenuItemBold {
    letter-spacing: 2px;
    font-size: 14px;
}
.cart.cart--list-view {
    display: flex;
}

.bx-wrapper {
    border: 0px solid #fff !important;
    background: #fff;
}

/* Slider-end */



.populaere_badesaet_list_form{
    height:auto;
    min-height:800px;
}

#logo_basket{
    margin-top: 0px;
}

.videoWrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

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



.pager{
    text-align: center;
    margin-bottom: 30px;
}

.SubCatsProcuctsHeading{
    display: none !important;
}

@media (max-width: 2500px) and (min-width: 1386px){
  .item-card__inner .savings {
    padding: 10px 8px;
  }
}

@media (max-width: 1385px){
    .videoWrapper{
      margin-bottom: 60px;
  }
  
  #ProductMenu_List &gt; li &gt; a.CategoryLink0_Productmenu {
    font-size: 12px;
  }
}

@media (max-width: 1400px) and (min-width: 1000px){
  .item-card__inner .savings {
    padding: 5px;
    font-size: 1rem;
  }
}

@media (max-width: 1000px){
    #logo_basket{
        margin-top: -58px;
    }
}

@media (max-width: 999px) and (min-width: 768px){
  .item-card__inner .savings {
    padding: 10px 8px;
  }
}

@media (min-width: 1386px) {
    .breadcrumb {
        font-size:.75rem
    }
    .menu__subitems--level-1 a {
        font-size: 1rem;
    }
    .BackgroundColor1_Productlist,.BackgroundColor2_Productlist {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        border: solid transparent 1px;
    }
}

@media (max-width: 767px){
  #mobileshow{
      display: block;
  }

  #desktop-tablet-show{
      display: none;
  }
}

@media (min-width: 992px) and (max-width: 1385px) {
  .banner {
      font-size:1.2rem;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1386px) and (max-width:1765px) {
  .hidden-lg {
    display: none !important;
  }
}


@media (min-width: 1766px) {
  .hidden-xl {
    display:none!important;
  }
  .BackgroundColor1_Productlist,.BackgroundColor2_Productlist {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .menu__subitems--level-0&gt;ul {
    margin-left:-30px;
    margin-right: -30px
  }

  .menu__subitems--level-0&gt;ul&gt;.menu__item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .menu__subitems--level-0&gt;ul {
    margin-top:-42px;
  }
  .menu__subitems--level-0&gt;ul&gt;.menu__item {
    margin-top: 42px;
  }
}

@media (max-width:1440px) and (min-width:800px){
  .populaere_badesaet_list_form{
    height:auto;
    min-height:600px;
  }
}

@media (max-width: 768px){
    .breadcrumb {
      margin-left: 0.5rem;
  }


}

@media (max-width: 767px){
  .cart__data {
    font-size: 11px;
  }
  .thead-default {
    font-size: 11px;
  }
  .thead-default .cart__col, .cart__data .cart__col {
    border-top: 0px;
  }
  .cart__col:first-child {
    padding-left: .5rem;
  }
  .BreadCrumb_ProductList &gt; span,.BreadCrumb_ProductInfo &gt; span {
    margin-left: 0px;
  }
  .ProductList_Custom_DIV {
    margin: 0 auto;
  }

  .checkout-cart{
    font-size:13px;
  }

.ProductName{
    padding-left: 42px;
}

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

  .ShowBasket_Custom_DIV .ProductName{
    font-size:14px;
    color: #484848;
    margin-bottom: 10px;
    line-height: 14px;
  }

  .ShowBasket_Custom_DIV .SimpleVariants .ShowBasket_SimpleVariants_DIV {
    padding-left: 0px;
    line-height: 14px;
  }

  .ShowBasket_Custom_DIV .ProductName a{
    /*text-decoration: none;*/
  }


  .ShowBasket_Custom_DIV .cart__col--price,
  .checkout-cart .cart__col--price{
    display:none;
  }
  .checkout-cart .cart__col--name{
    width:50%;
    word-break: break-word;
  }

  .checkout-cart .cart__col--total-price,
  .checkout-cart .cart__col--quantity{
    width: 25%;
  }
}


@media (max-width: 767px) {
    .item-card__inner .savings .OfferText{
      font-size:0.8rem;
    }
    .item-card__inner .savings {
        right: 12px;
        top: 10px;
        padding: 15px 8px;
        font-size:0.8rem;
    }
    .banner {
        font-size:1rem
    }
    .product-info--cta-button .col__inner {
        margin-left: 0;
    }
    .col-product-info .col__inner {
        padding-left: 0;
    }
    .BreadCrumb_ProductList &gt; span &gt; span+span, .BreadCrumb_ProductInfo &gt; span &gt; span+span {
        margin-left: 10px;
    }
    .cart__info {
        align-items: center;
        margin-left: 0;
        width: 100%;
        height: 100%;
        order: 2;
        margin-left: .7rem;
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 2px;
    }
    .section--header .cart {
        justify-content: flex-end;
    }

    .cart {
        margin-bottom: 0;
    }
    .compare--rows .compare__label,.facet-filter--toggler .facet-filter__headline,.menu--column .menu__compact a,.menu--column .menu__subitems a,.menu--diving .menu__item--children a,.overlay-widget .ssresult__item,.overlay-widget .ssresult__item.item-group,.overlay-widget .ssresult__perform-search a,.rma--rows .rma__label {
        padding-right: 3em
    }

    .compare--rows .compare__label:before,.facet-filter--toggler .facet-filter__headline:before,.menu--column .menu__compact a:before,.menu--column .menu__subitems a:before,.menu--diving .menu__item--children a:before,.overlay-widget .ssresult__item.item-group:before,.overlay-widget .ssresult__item:before,.overlay-widget .ssresult__perform-search a:before,.rma--rows .rma__label:before {
        background-image: url(//cdn.webkitchen.dk/images/skins/Kitchn/images/icons/chevron-right_black.svg);
        background-size: .4em 100%;
        width: 2em;
        background-position: center center;
        right: 0
    }

    .compare--rows .compare__label:before,.facet-filter--toggler .facet-filter__headline:before,.heading__back:before,.heading__goto:before,.item-collapse .item__action-btn a:before,.item-wide .item__action-btns--display-as-link .item__action-btn a:before,.menu--column .menu__compact a:before,.menu--column .menu__subitems a:before,.menu--diving .menu__item--back-link a:before,.menu--diving .menu__item--children a:before,.overlay-widget .ssresult__item.item-group:before,.overlay-widget .ssresult__item:before,.overlay-widget .ssresult__perform-search a:before,.rma--rows .rma__label:before {
        height: 100%;
        position: absolute;
        top: 0;
        content: "";
        background-repeat: no-repeat
    }
    .section--bg-right .container {
     background-color: #fff;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .step-overview__step--active, .step-overview__step--active:first-child {
        flex-grow: 4;
    }
    .step-overview__step:not(.step-overview__step--active) .step-overview__step-title {
        display: none;
    }

    .step-overview {
        margin: 1rem;
    }

    .step-overview__step a {
        font-size: .75rem;
    }
    .step-overview__step--step1 {
        flex-grow: .9;
    }

    span.step-overview__step-number {
        padding-left: 0.25rem;
        height: 1.425em;
        line-height: 1.425em;
    }
    .step-overview__step--active, .step-overview__step--active:first-child {
        flex-grow: 4;
    }
    .step-overview__step:not(.step-overview__step--active) .step-overview__step-title {
        display: none;
    }
    .section--sticky .cart__icon {
        background-position: center;
        background-image: url(//cdn.webkitchen.dk/images/skins/Kitchn/images/icons/cart-mobile.svg);
    }
    .section--sticky .logo a {
        background-image: url(//cdn.webkitchen.dk/images/skins/Kitchn/images/logo.svg);
    }
    .col--gutter-custom .box {
        margin-bottom: 20px;
    }

    .box-list--col-2 .box {
        position: relative;
        flex-grow: 1;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .box-list--col-2 {
        display: flex;
        flex-flow: row wrap;
    }
    .section--padding-top-bottom .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.hidden-md.hidden-lg.hidden-xl.section--main-navigation.section--stickable.section--header {
        padding: 0;
    }

    .selling-point__item--delivery {
        flex-basis: 28%;
        display: none;
    }
    .selling-point__item--guidance {
        flex-basis: 33%;
    }
    .selling-point__item--trustpilot {
        flex-basis: 30%;
    }
    .section--selling-points {
        padding: .8rem 0;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: .8rem;
    }

    .logo a {
        width: 109px;
        height: 34px;
    }
    .box.box--image-text.box--image-text-layout-img-left {
        flex-flow: column wrap;
    }

    .box--full-width .box__image {
        width: 100%;
        max-width: 100%;
    }

    .box--full-width .box--image-text.box--image-text-layout-img-left .box__image {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .box__text-container {
        margin-top: 0rem;
    }

    .box--full-width .box__text-container .box__headline {
        font-size: 2rem;
    }

    .box--image-text-layout-img-right--custom .box--image-text .box__image {
        position: relative;
    }

    .box--image-text-layout-img-right--custom .box--image-text .box__text-container {
        max-width: 100%;
        padding: 1rem;
        bottom: 0rem;
        margin: 1rem;
        right:0px;
    }
    .selling-item {
        flex-flow: column wrap;
    }

    .selling--image-text .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .selling-text {
        padding: 1rem 0;
        text-align: center;
    }
    /* .box-list--col-2 {
        flex-flow: column wrap;
    } */

    .box-list--col-2 .box:nth-child(2n) {
        margin-left: 0px;
    }
    .overlay-widget__close {
        left: 100%;
    }
    .overlay-widget__backdrop {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(30,30,30,0);
        transition: all 350ms;
    }
    .overlay-widget--active .overlay-widget__container {
        /* transition-delay: 50ms; */
        transform: translateX(0);
    }
    .overlay-widget__container {
        z-index: 1050;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(calc(-100% - 2.8rem));
        width: 18rem;
        max-width: calc(100% - 2.8rem);
        transition: transform 250ms cubic-bezier(0,0,.5,1);
    }
    .section--main-navigation .col-multi-block {
        justify-content: flex-end;
    }
    .section--header .container {
        padding-top: .9375rem;
        padding-bottom: .9375rem;
        border-bottom: 1px solid #ddd;
    }
    .container {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .section--header .cart,.section--header .logo,.section--header .mobile-links {
        height: 100%;
        display: flex;
        align-items: center;
        min-height: 34px;
    }
    section {
        min-width: initial;
    }
    .hidden-xs {
      display: none !important;
    }
}

  @media (max-width: 991px){
    .BackgroundColor1_Productlist,.BackgroundColor2_Productlist {
        flex: 0 0 50%;
        max-width: 50%;
    }
  }

  @media (max-width: 420px){
    .BackgroundColor1_Productlist,.BackgroundColor2_Productlist {
        flex: 0 0 100%;
        max-width: 100%;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .banner {
        font-size:1.2rem;
    }
    .product-info--cta-button .col__inner {
        margin-left: 0;
    }
    .col-product-info .col__inner {
        padding-left: 0;
    }
    .BreadCrumb_ProductList &gt; span &gt; span+span, .BreadCrumb_ProductInfo &gt; span &gt; span+span {
        margin-left: 10px;
    }
    .cart__info {
        align-items: center;
        margin-left: 0;
        width: 100%;
        height: 100%;
        order: 2;
        margin-left: .7rem;
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 2px;
    }
    .section--header .cart {
        justify-content: flex-end;
    }
    .cart {
        margin-bottom: 0;
    }
    .compare--rows .compare__label,.facet-filter--toggler .facet-filter__headline,.menu--column .menu__compact a,.menu--column .menu__subitems a,.menu--diving .menu__item--children a,.overlay-widget .ssresult__item,.overlay-widget .ssresult__item.item-group,.overlay-widget .ssresult__perform-search a,.rma--rows .rma__label {
        padding-right: 3em
    }

    .compare--rows .compare__label:before,.facet-filter--toggler .facet-filter__headline:before,.menu--column .menu__compact a:before,.menu--column .menu__subitems a:before,.menu--diving .menu__item--children a:before,.overlay-widget .ssresult__item.item-group:before,.overlay-widget .ssresult__item:before,.overlay-widget .ssresult__perform-search a:before,.rma--rows .rma__label:before {
        background-image: url(//cdn.webkitchen.dk/images/skins/Kitchn/images/icons/chevron-right_black.svg);
        background-size: .4em 100%;
        width: 2em;
        background-position: center center;
        right: 0
    }

    .compare--rows .compare__label:before,.facet-filter--toggler .facet-filter__headline:before,.heading__back:before,.heading__goto:before,.item-collapse .item__action-btn a:before,.item-wide .item__action-btns--display-as-link .item__action-btn a:before,.menu--column .menu__compact a:before,.menu--column .menu__subitems a:before,.menu--diving .menu__item--back-link a:before,.menu--diving .menu__item--children a:before,.overlay-widget .ssresult__item.item-group:before,.overlay-widget .ssresult__item:before,.overlay-widget .ssresult__perform-search a:before,.rma--rows .rma__label:before {
        height: 100%;
        position: absolute;
        top: 0;
        content: "";
        background-repeat: no-repeat
    }
    .section--bg-right .container {
        background-color: #fff;
       }

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

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

    .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%
    }
    .step-overview__step--active, .step-overview__step--active:first-child {
        flex-grow: 4;
    }
    .step-overview__step:not(.step-overview__step--active) .step-overview__step-title {
        display: none;
    }

    .step-overview {
        margin: 1rem;
    }

    .step-overview__step a {
        font-size: .75rem;
    }
    .step-overview__step--step1 {
        flex-grow: .9;
    }

    span.step-overview__step-number {
        padding-left: 0.25rem;
        height: 1.425em;
        line-height: 1.425em;
    }
    .section--sticky .cart__icon {
        background-size: contain;
        background-position: center;
        background-image: url(//cdn.webkitchen.dk/images/skins/Kitchn/images/icons/cart-mobile.svg);
    }
    .section--sticky .logo a {
        background-image: url(//cdn.webkitchen.dk/images/skins/Kitchn/images/logo.svg);
    }
    .col--gutter-custom .box {
        margin-bottom: 20px;
    }

    .box-list--col-2 .box {
        position: relative;
        flex-grow: 1;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .box-list--col-2 {
        display: flex;
        flex-flow: row wrap;
    }
    .section--padding-top-bottom .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    section.hidden-md.hidden-lg.hidden-xl.section--main-navigation.section--stickable.section--header {
        padding: 0;
    }

    .selling-point__item--delivery {
        flex-basis: 20%;
    }
    .selling-point__item--guidance {
        flex-basis: 30%;
    }
    .selling-point__item--trustpilot {
        flex-basis: 16%;
    }
    .section--selling-points {
        padding: .8rem 0;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: .8rem;
    }

    .logo a {
        width: 109px;
        height: 34px;
    }
    .box.box--image-text.box--image-text-layout-img-left {
        flex-flow: column wrap;
    }

    .box--full-width .box__image {
        width: 100%;
        max-width: 100%;
    }

    .box--full-width .box--image-text.box--image-text-layout-img-left .box__image {
        margin-right: 0px;
    }

    .box__text-container {
        margin-top: 1rem;
    }

    .box--full-width .box__text-container .box__headline {
        font-size: 2rem;
    }

    .box--image-text-layout-img-right--custom .box--image-text .box__image {
        position: relative;
    }

    .box--image-text-layout-img-right--custom .box--image-text .box__text-container {
        max-width: 100%;
        padding: 1rem;
        bottom: 0rem;
        margin: 2.5rem;
        right:0px;
    }
    .selling-item {
        flex-flow: column wrap;
    }

    .selling--image-text .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .selling-text {
        padding: 1rem 0;
    }
    /* .box-list--col-2 {
        flex-flow: column wrap;
    } */

    .box-list--col-2 .box:nth-child(2n) {
        margin-left: 0px;
    }
    .overlay-widget__close {
        left: 100%;
    }
    .overlay-widget__backdrop {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(30,30,30,0);
        transition: all 350ms;
    }
    .overlay-widget--active .overlay-widget__container {
        /* transition-delay: 50ms; */
        transform: translateX(0);
    }
    .overlay-widget__container {
        z-index: 1050;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(calc(-100% - 2.8rem));
        width: 18rem;
        max-width: calc(100% - 2.8rem);
        transition: transform 250ms cubic-bezier(0,0,.5,1);
    }

    .section--header .container {
        padding-top: .9375rem;
        padding-bottom: .9375rem;
        border-bottom: 1px solid #ddd;
    }
    .section--header .cart,.section--header .logo,.section--header .mobile-links {
        height: 100%;
        display: flex;
        align-items: center;
        min-height: 34px
    }
    section {
        min-width: initial;
    }
    .container {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-right: 20px;
        padding-left: 20px;
        /*width: inherit;*/
    }
    .hidden-sm {
      display: none !important;
    }
  }

  #mobileshow{
    display: none;
  }

  #desktop-tablet-show{
    display: block;
  }
  @media (max-width: 991px){
    .col-multi-block .col__inner{
        justify-content: flex-end;
    }
  }


@media (max-width:799px) and (min-width:500px){
  .populaere_badesaet_list_form{
    height:auto;
    min-height:700px;
  }
}

@media (max-width:499px) and (min-width:300px){
  .populaere_badesaet_list_form{
    height:auto;
    min-height:700px;
  }

  .webshop-showbasket .checkout-cart .TrustBadges img {
    flex-basis: 33%;
    max-width: 33%;
    padding: 5%;
  }
}

@media (max-width: 374px){
  .section--header .cart {
      position: absolute !important;
      left: 20px !important;
      top: -2px !important;
  }
}

.info-overskrift{
    padding: 20px 0px 20px 0px;
}

.max-w-full{
    margin-bottom: 20px;
}

.BN_Center{
    text-align: center;
    padding: 0px 20px;
}

.BN_Margin{
    margin-bottom: 20px;
}

.BN_Flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.BN_Subtitle{
    font-size: 20px;
    text-align: center;
}

.BN_Col{
}

@media (max-width: 880px){
   .BN_Col{
        display: none;
    }
    .BN_Center{
        text-align: center;
        padding: 0px;
}
}


/*
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: #fff;
    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 &gt; h2, div.CookiePolicyText &gt; p {
    background-color:#fff;
    font-weight: normal;
    color: rgba(84,84,84,1.00);
}
div.CookiePolicyText &gt; img {
    width: 300px;
    max-width: 50%;
    margin: 20px 40px;
}
div.CookiePolicyText &gt; h2 {
    padding: 30px 40px 15px;
    margin: 0;
    font-size: 25px;
    font-weight: normal;
}
div.CookiePolicyText &gt; p {
    padding: 0 40px 30px;
    margin: 0;
}
div.CookiePolicyText &gt; * {
    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 &gt; 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 &gt; 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 &gt; input[type="button"].cookie-policy-accept-all{
  color: #000;
}

div.cookie-policy-accept-buttons-container &gt; 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 &gt; 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 &gt; div {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0px 20px;
    flex: 1 1 25%;
}
div.cookie-policy-consents-container &gt; div input {
    display: none;
}

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

div.cookie-policy-consents-container &gt; 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 &gt; span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1.00);
}

.rtable {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between
}
.rtable-cell {
  box-sizing:border-box;
  padding:.8em 0;
  padding-right:5px;
  overflow:hidden;
  list-style:none;
  border-bottom:1px solid #ececec;
  font-size:.85em;
  word-break:break-all
}
.rtable-cell&gt;h1,
.rtable-cell&gt;h2,
.rtable-cell&gt;h3,
.rtable-cell&gt;h4,
.rtable-cell&gt;h5,
.rtable-cell&gt;h6 {
  margin:0
}
.rtable-header-cell {
  background-color:rgba(0,0,0,.05);
  font-weight:bold
}
.rtable--4cols&gt;.rtable-cell {
  max-width:25%;
  flex:1 1 25%
}
#webshop-terms-cookie-details-container .rtable-header-cell {
  background-color:rgba(0,0,0,0)
}
.cookie-policy-third-party-details-container {
  margin-top:10px;
  font-style:italic
}

.RememberToBuy{
    display: flex;
    gap: 1%;
    margin: 10px 0px 15px 0px;
    flex-wrap: wrap;
}

.RememberToBuy .ProductWrapper{
    display: flex;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding: 10px;
    width:100%;
    font-size: 12px;
}

.RememberToBuy .ProductInfoWrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 5px;
}

.RememberToBuy input{
  display:none;
}

.RememberToBuy label{
  border-radius: 8%;
  border: 1px solid #9b9b9b66;
  height: 30px;
  width: 30px;
  margin: auto 0px;
  display: block;
  position: relative;
}

.RememberToBuy input + label:hover{
  cursor: pointer;
}

.RememberToBuy input:checked + label{
    background-color: #00c700;
}

.RememberToBuy input:checked + label:before{
  content: "\f00c";
  top: 50%;
  left: 10%;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  background-color: #00c700;
  cursor: pointer;
  font-size: 20px;
  transform: translateY(-50%);
  font-weight: 900;
}

.RememberToBuy .ProductWrapper .DivImg{
    width: 15%;
    max-height: 80px;
    margin: 0px 2.5%;
    display: flex;
}

.RememberToBuy .ProductWrapper .DivImg img{
  width:100%;
  display:block;
  height: 50px;
  margin: auto;
  object-fit: cover;
}

.RememberToBuy .ProductWrapper a{
    text-decoration: none;
    display: flex;
    width: calc(100% - 30px);
    outline:none;
}

.RememberToBuy .ProductWrapper .Price{
    margin: 0px 0px 0px 10px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    width: 20%;
    align-content: center;
    text-align: right;
}

.RememberToBuy .ProductWrapper .Name{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 60%;
}

.RememberToBuy .ProductWrapper .Quantity {
    display: flex;
    border: 1px solid #ddd;
    flex:0 0 10%;
    border-radius: 5px;
}
.RememberToBuy .ProductWrapper .Quantity:hover {
    color: #2e2e2e;
}

.RememberToBuy .ProductWrapper .QuantityCount {
    width: 100%;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.RememberToBuy .ProductWrapper .QuantityBtn {
    display: flex;
    height: 100%;
    align-items: center;
}

.RememberToBuy .ProductWrapper .QuantityBtn:last-child {
    border-top: 1px solid #ddd;
}

.RememberToBuy .ProductWrapper .QuantityBtn img {
    width: 14px;
    height: 14px;
    margin: 0px auto;
}

.RememberToBuy .ProductWrapper .QuantityBtnWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #ddd;
}


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

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

dialog#offerModal .modal-body .Error{
  font-weight: bold;
  color: #be0101;
}

dialog#offerModal .modal-body button{
  padding: 10px 20px;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  background-color: #00c700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100%;
}

dialog#offerModal:hover .modal-body:hover button:hover{
  background: #09df09;
  cursor: pointer;
}

dialog#offerModal label{
  width: 100%;
}

.modal-body{
  width: 100%;
}

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

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

@media (max-width: 1536px){
    .RememberToBuy{
      gap:0;
    }
    .RememberToBuy .ProductWrapper{
        width:100%;
    }

    .RememberToBuy .ProductWrapper .Name{
        font-size: 12px;
    }
}

@media (max-width: 400px){
  .RememberToBuy .ProductWrapper .Name{
    width:50%;
  }
  .RememberToBuy .ProductWrapper .Price{
    width:25%;
  }
}</pre></body></html>