@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");

.webshop-html body.webshop-body {
  background-color: #FFFFFF;
  background-image: none;
}

div.bewise_search_inner>div>ul>li>a>div.name {
    max-width: 220px;
}

.gazelle{
    text-align: center;
}
header .gazelle {
    float:right;
}
.webshop-checkout header .gazelle {
    margin-right: 175px;
}
.webshop-checkout header .gazelle > img {
    margin-top:0px;
}
header .gazelle > img {
    width:120px;
    margin-top: 25px;
}

.gazelle_celebert{
    text-align: center;
}
header .gazelle_celebert {
    float:right;
}
.webshop-checkout header .gazelle_celebert {
    margin-right: 175px;
}
.webshop-checkout header .gazelle_celebert > img {
    margin-top:0px;
}
header .gazelle_celebert > img {
    width:120px;
    margin-top: 46px;
}

#our-lower-footer-inner {
    display: flex;
}
.content {
    width: 100%;
}
aside:empty {
    min-width: 0%;
    margin-right:0px;
}
.social_margin_right {
    margin-right: 1.5rem;
}

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

footer .SisterLinks {
  display:flex;
  flex-wrap:wrap;
}

footer .SisterLinks a{
  background-color: #e2e2e2;
  padding: 10px;
  margin-right: 10px;
  color: #3b3b3b;
  text-decoration: none;
  margin-bottom:10px;
}

footer .SisterLinks a:hover{
  cursor: pointer;
}

a, button {
    touch-action: manipulation;
}

body:not(.webshop-checkout) .faq-content > div > h2 {
    margin: 30px 0px 10px 0px;
}

.faq-item h3 {
    margin: 0;
}
.faq {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.faq .faq-content {
    width: 80%;
}
.faq .faq-content h1 {
    margin: 0;
}
.faq .faq-content > div {
    margin: 20px 0px;
    scroll-margin-top: 20rem;
    scroll-behavior: smooth;
}
.faq .faq-menu {
    width: 20%;
}
.faq-item {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0 0 10px;
    border-radius: 5px;
}
.faq-menu ul {
    top: 140px;
    position: -webkit-sticky;
    position: sticky;
    padding: 0;
}
.faq-menu li {
    list-style-type: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px 20px 0 0;
    font-weight: 600;
    text-decoration: none;
}
.faq-menu li > a {
    text-decoration: none;
    width: 100%;
    display: block;
    height: 100%;
    padding: 10px 0 10px 10px;
}
.faq-menu li > a:hover{
    cursor: pointer;
    background-color: #e9e8e8;
}
.DetailsStyling{
  margin-bottom: 10px;
  width: 50%;
}

.DetailsStyling p{
  margin-bottom: 30px;
}

.SummaryStyling{
  background-color: #f3f3f3;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.SummaryStyling:hover{
  cursor: pointer;
  background-color: #e9e8e8;
}

.SummaryStyling::marker{
  text-align: right !important; 
}

@media (max-width: 1300px){
  .DetailsStyling{
    width: 100%;
  }
}
ul.dropdown {
    display: none;
}
.dropdown.open {
    display: block;
}
/* .webshop-productinfo .content,.webshop-productlist .content {
    max-width: 83%;
} */

/* General styles start*/

.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-col {
    flex-direction: column;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.justify-between {
    justify-content: space-between;
}
.max-w-full	{
    max-width: 100%;
}
.mt-8{	margin-top: 2rem;}
.mx-8{	margin-bottom: 2rem;}

.flex-row-reverse {
    flex-direction: row-reverse;
}
/* General styles End */
/*bordpladeinfo pages */

.flex > img{
  height: 100%;
  max-width: 50%;
}

.flex.vaskemontering > img{
  max-width:100%;
}

.whatis {
    margin-right: 20px;
    line-height: 1.8;
}
.whatis > p {
    margin-top: 0px;
}
.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: 24px;
    text-align: center;
}

.vaskemontering p {
    font-weight: 600;
}

@media (max-width: 600px){
    .vaskemontering {
        max-width: 100%;
}
}
.vaskemontering p {
    font-weight: 600;
}
.vaskemontering_img{
    width:100%;
}
.productoverview table {
    width: 100%;
    text-align: center;
    color:#1a1a1d;
    table-layout: fixed;
}
.productoverview tr td,.productoverview tr th {
    padding: 15px;
    border: 1px solid #ccc;
}
tr.selectedProduct > td {
    border-top: 3px solid #00c700;
    border-bottom: 3px solid #00c700;
}

tr.selectedProduct > td:first-of-type {
    border-left: 3px solid #00c700;
}
tr.selectedProduct > td:last-of-type {
    border-right: 3px solid #00c700;
}
.productoverview tr th {
    background-color:#dfe4e8;
}
.productoverview tr td:first-of-type,
.productoverview tr th:first-of-type {
    text-align: left;
    background-color:#dfe4e8;
    font-weight:600
}
.productoverview tr td:last-of-type,
.productoverview tr th:last-of-type {
    text-align: right;
}
.productinfocontainer {
    width: 66%;
}
.productinfocontainer > div, .productoverviewcontainer > div {
    margin: 20px 0;
}

.productoverviewcontainer {
    width: 32%;
}
.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%;
}
.generalModal.inspiration .generalModalContent {
    max-width: 90%;
}
.generalModal.inspiration .generalModalFooter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.generalModal.inspiration .generalModalBody img {
    max-width: 100%;
}
.generalModal.inspiration .generalModalFooter .previous,.generalModal.inspiration .generalModalFooter .next {
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-weight: 600;
    border-radius: 4px;
    cursor:pointer;
}
.generalModal.inspiration .generalModalFooter .previous:hover, .generalModal.inspiration .generalModalFooter .next:hover {
    box-shadow: 0 2px 1px rgba(0,0,0,.50);
}
.monteringvideos,.monteringdocuments {
    display: flex;
    flex-wrap: wrap;
}
.monteringvideos > div,.monteringdocuments > div {
    width: 48%;
    margin: 1%;
    text-align: center;
}
.monteringvideos > div > *, .monteringdocuments > div > * {
    width: 100%;
}

/* bordpladeinfo pages */
/*michele*/
.michelecontainer {
    margin-top:-35px;
}
.michelecontainer ul.Prices_Custom_UL {
    align-self: flex-end;
}
.avatar {
    max-width: 130px;
    cursor: pointer;
    padding: 5px;
    margin-bottom: 10px;
}

img.michele {
    border-radius: 50%;
    max-width: 100%;
    box-shadow: 0 5px 5px rgba(0,0,0,.4);
    transition: box-shadow 0.3s ease-in-out;
}

img.michele:hover {
    box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.generalModal.michele .generalModalContent {
    max-width: 90%;
    width:1000px;
}
.generalModal.michele iframe {
    width: 100%;
    height: 600px;
}
/*michele*/
#olf-3 > .gazelle > img {
    width: 120px;
}

#olf-3 > .gazelle_celebert > img {
    width: 120px;
}

/* MOBILE MENU */
.mobileMenu span.Productmenu_Category_Icon_Container {
    display: none !important;
}

div.mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483001;
    background-color: rgba(0, 0, 0, .4);
    display: none;
}

div.mobileMenu .mobileMenuContainer {
    position: absolute;
    top: 0;
    left: -300px;
    background-color: rgba(255, 255, 255, 1.00);
    height: 100%;
    width: 100%;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}

.mobileMenuHeader .MobileBackButton{
  display:none;
}

.mobileMenuHeader img{
  margin:0 auto;
  height:25px;
  width:auto;
  display:block;
}

.mobileMenuInner {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    width: 100%;
}

.mobileMenuHeader {
  display: flex;
  font-size: 18px;
  padding: 15px 10px 10px;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #0178a3;
  color: rgba(255, 255, 255, 1.00);
}

.mobileMenuUl {
    margin: 0;
    padding: 0px 10px 0px 10px;
    list-style-type: none;
}

.mobileMenuUl .toggler {
    position: absolute;
    height: calc(100% + 1px);
    width: 40px;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: default;
    border-left: solid 1px rgba(0, 0, 0, .15);
}

.mobileMenuUl .SubCategory1_Productmenu .toggler{
  display:none;
}

.mobileMenuUl a {
    position: relative;
}

.mobileMenuUl .toggler:after {
    content: "+";
    font-size: 14px;
    line-height: 1;
    color: rgba(0, 0, 0, 1.00);
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Arial';
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.mobileMenuUl li.open>a>.toggler:after {
    content: "-";
    color: #578e54;
}

.mobileMenuUl span.ProductMenu_MenuItemBold {
    letter-spacing: normal;
    font-weight: normal;
}

.mobileMenuUl ul {
    display: none;
}

.mobileMenuUl>li>a {
    display: block;
    text-decoration: none;
    padding: 20px;
    font-size: 13px;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #eee;
    margin: 10px 0px;
    text-decoration: none;
}

.mobileMenuUl .toggler {
  border:none;
  width:100%;
}

.mobileMenuUl .toggler::after{
  right:10px;
  left:unset;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
}

.mobileMenuUl li {
  position: relative;
}

.mobileMenuUl>li>a .count {
    display: none;
}

.mobileMenuUl>li:last-child>a {
    border-bottom: 0;
}

/* LEVEL 2 */
.mobileMenuUl>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /* border-left: solid 5px rgba(0, 0, 0, .15); */
    border-left: solid 5px #0085b7;
}

.mobileMenuUl>li>ul>li>a {
    display: block;
    text-decoration: none;
    padding: 11px 10px 9px 10px;
    font-size: 13px;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
}

/* LEVEL 3 */
.mobileMenuUl>li>ul>li ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-left: solid 5px rgba(0, 0, 0, .35);
}

.mobileMenuUl>li>ul li ul>li>a {
    display: block;
    text-decoration: none;
    padding: 12px 10px 10px 10px;
    font-size: 13px;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.mobileMenuUl a.Activ_ProductMenu {
    color: rgba(144, 144, 144, 1.00);
}

.mobileMenuSearch {
    padding: 0 0 0 10px;
    border-bottom: solid 5px rgba(0, 0, 0, .15);
    position: relative;
}

.mobileMenuSearch:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
}

.mobileMenuSearch br,
.mobileMenuSearch .SearchTitle_SearchPage,
.mobileMenuSearch .nbsp {
    display: none;
}


.mobileMenuSearch input {
    height: 35px;
    float: left;
}

.mobileMenuSearch input[type="text"] {
    width: calc(100% - 40px);
    padding: 0 10px 0 0;
    border: 0;
}

.mobileMenuSearch input[type="submit"] {
    width: 40px;
    font-size: 12px;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-indent: -999px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    display: block;
}

.mobileMenuSearch:after {
    clear: both;
    content: "";
    display: block;
}

.mobileMenuHeader .MobileCloseButton,
.mobileMenuHeader .MobileBackButton{
  cursor:pointer;
}

.mobileMainMenuHeader {
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    background-color: rgb(0, 0, 0);
    color: rgba(255, 255, 255, 1.00);
}

.mobileMainMenuUl {
    margin: 0;
    padding: 0px 10px 0px 10px;
    list-style-type: none;
}

.mobileMainMenuUl>li>a {
    display: block;
    text-decoration: none;
    padding: 13px 10px 11px 0;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.mobileMainMenuUl>li:last-child>a {
    border-bottom: 0;
}

/*Ny Mobil menu*/

.mobileMenu .mobileMenuInner{
  background-color: #f2f2f2;
}

.mobileMenu .MobileMenuHeader{
  background-color: #0085b7;
  display: flex;
  justify-content: space-between;
}

.mobileMenu .MobileMenuHeader img{
  width: 50%;
  height: auto;
  margin: 0 auto;
  display: block;
  padding: 5px;
}

.mobileMenu .MobileMenuHeader .BackBtn span,
.mobileMenu .MobileMenuHeader .MenuText
{
  font-size: 1.5em;
  vertical-align: middle;
  margin-left: 10px;
}

.mobileMenu .MobileMenuHeader .MobileCloseButton{
  color: #fff;
  display: block;
  margin-left: auto;
  padding: 14px;
}

.mobileMenu .MobileMenuHeader .MobileCloseButton i,
.mobileMenu .MobileMenuHeader .BackBtn i{
  font-size:2em;
  vertical-align: middle;
}


.mobileMenu .MobileMainMenu{
  padding:10px 10px 10px 10px;
  width:unset;
  display: block;
  background: #fff;
  border-radius: 10px;
  margin: 10px 5px;
}

.mobileMenu .BackBtn{
    padding:10px;
    display: none;
    color: #fff;
    margin-left:0px;
}

.mobileMenu .MobileMenuHeader .MenuText{
    padding:10px;
    color: #fff;
}

.mobileMenu .MobileMainMenu .MenuContainer.Open > .SubContents{
  display:flex;
  flex-direction: column;
}

.mobileMenu .MobileMainMenu > .MenuContainer > .Content,
.mobileMenu .SubContents > .MenuContainer > .Content{
  display:none;
}

.mobileMenu .MobileMainMenu.Current > .MenuContainer > .Content,
.mobileMenu .SubContents.Current > .MenuContainer > .Content{
  display:flex;
  width: 100%;
}


.mobileMenu .Current .MenuContainer .Content{
  flex-wrap: nowrap;
}

.mobileMenu .MobileMainMenu .MenuContainer .Content a,
.mobileMenu .MobileMainMenu .MenuContainer .Content span{
  flex: 1 2 88%;
  text-decoration: none;
  font-size:14px;
  padding: 10px;
  vertical-align: middle;
  width: 100%;
}

.mobileMenu .MobileMainMenu .MenuContainer:not(:last-child){
    border-bottom:1px solid #f9f9f9;
}

.mobileMenu .MobileMainMenu .MenuContainer .Content a.CurrentArea{
    font-weight: bold;
    font-size:16px;
}

.mobileMenu .MobileMainMenu .MenuContainer .Content .ImageContainer{
  flex: 0 0 auto;
  padding: 10px;
}

.mobileMenu .MobileMainMenu .MenuContainer .Content .ImageContainer img{
  width: 16px;
height: auto;
display: block;
}

.mobileMenu .MobileMainMenu .MenuContainer.Closed{
  display:none;
}

.mobileMenu .ExtraMobileMainMenu .CustomerService{
  display: flex;
  flex-direction: column;
  margin: 25px;
}

.mobileMenu .ExtraMobileMainMenu .CustomerService span{
  margin:5px 0px;
  font-weight: 900;
  font-size:14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mobileMenu .ExtraMobileMainMenu .CustomerService a{
  text-decoration: none;
  margin-bottom: 10px;
}



.mobileMenu .ExtraMobileMainMenu .CustomerService a.phone{
  /*! background-color: #fff; */
  /*! padding: 10px 20px; */
  /*! border: 1px solid #000; */
  /*! width: fit-content; */
  text-decoration: none;
  /*! margin: 10px auto; */
  /*! font-size: 26px; */
}

.mobileMenu .ExtraMobileMainMenu .CustomerService a.phone:before,
.mobileMenu .ExtraMobileMainMenu .CustomerService a.email:before,
.mobileMenu .ExtraMobileMainMenu .CustomerService a.chat:before{
    display:inline-block;
    height:auto;
    width:22px;
    margin-right:10px;
    vertical-align: middle;
}

.mobileMenu .ExtraMobileMainMenu .CustomerService a.phone:before{
    content:url('/images/skins/Shopdeluxe/images/ikoner/phone_color.svg');
}

.mobileMenu .ExtraMobileMainMenu .CustomerService a.email:before{
    content:url('/images/skins/Shopdeluxe/images/ikoner/mail_color.svg');
}

.mobileMenu .ExtraMobileMainMenu .CustomerService a.chat:before{
    content:url('/images/skins/Shopdeluxe/images/ikoner/speak_bubble_color.svg');
}

.mobileMenu .ExtraMobileMainMenu .CustomerService img{
  margin:10px auto 25px;
  max-width:360px;
}


.favoritesCountContainer {
    position: absolute;
    z-index: 301;
    top: 31px;
    right: -9px;
    display: block;
    width: 23px;
    height: 23px;
    /* background-color: rgb(116, 211, 0); */
    background-color: rgb(69, 69, 69);
    padding: 4px 0 0;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    text-align: center;
}

.clearAllContainer {
    justify-content: flex-start;
    display: flex;
    padding-top: 25px;
}

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

.transferbtn,
.clearbtn {
    padding: 20px;
    border-radius: 0;
    color: white;
    font-size: 17px;
    line-height: 17px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.transferbtn {
    background-color: #00c700;
    height: 60px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 5px;
}

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

.clearbtn {
    background-color: #454545;
}

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

.basketReload,
.customAlert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .70);
    z-index: 99999;
}

.basketReload>div,
.customAlert>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 1.00);
    border-radius: 8px;
    padding: 40px 30px;
    width: 600px;
    max-width: 90%;
    text-align: center;
}

.basketReload strong,
.customAlert strong {
    display: block;
    font-size: 20px;
    margin: 0 0 20px;
}

.basketReload .button,
.customAlert .button {
    margin: 0 10px;
    text-transform: none;
    font-size: 17px;
    font-weight: bold;
    font-weight: normal;
    border: 0;
    color: #fff;
    cursor: pointer;
    background-color: rgba(40, 40, 40, 1.00);
    display: inline-block;
    padding: 13px 19px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    letter-spacing: 1px;
}

.basketReload .button.yes,
.customAlert .button.yes {
    background-color: #00c700;
}

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: white;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    background: #00c700;
    width: 100%;
    border-radius: 5px;
    border: none;
    margin-top: 10px;
}

dialog#offerModal:hover .modal-body button:hover{
    background: #0085b7;
    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;
}
.sticky-surpassed {
    position:absolute;
    bottom:0;
}
.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);
}

.loadingText {
    font-size: 48px;
    color: white;
    position: relative;
    top: 50%;
    width: 100%;
    text-align: center;
    overflow-x: hidden;
}

.ReturnContainer .OrderContainer{
  display: flex;
  gap: 10px;
  width: 100%;
  padding-top: 10px;
  flex-wrap: wrap;
}

.ReturnContainer .OrderContainer .OrderContainerInput,
.ReturnContainer .OrderContainer .OrderContainerButton,
.ReturnContainer .OrderContainer .OrderContainerPhoneEmailInput{
  min-width: 300px;
  font-size:14px;
  border-radius: 5px;
  text-align: center;
}

.ReturnContainer .OrderContainer .OrderContainerInput,
.ReturnContainer .OrderContainer .OrderContainerPhoneEmailInput{
  border: 1px solid #000;
  color: #000;
  padding: 10px;
}

@media (max-width: 880px){
    .ReturnContainer .OrderContainer .OrderContainerInput,
.ReturnContainer .OrderContainer .OrderContainerPhoneEmailInput{
  width: 100%;
}
}

.ReturnContainer .OrderContainer .OrderContainerButton{
  padding:10px;
  background-color: rgb(1, 120, 163);
  color: #fff;
}

@media (max-width: 880px){
    .ReturnContainer .OrderContainer .OrderContainerButton{
        width: 100%;
    }
}

.ReturnContainer .OrderResults{
  margin: 20px 0px;
}

.ReturnContainer .OrderResults .OrderContainerHead{
  border-radius: 5px 5px 0px 0px;
  border:1px solid #000;
  font-size:20px;
  font-weight: 700;
  display:flex;
  padding: 3px 0px 3px 0px;
  background-color: #e7e7e7;
}

@media (max-width: 880px){
    .ReturnContainer .OrderResults .OrderContainerHead{
  font-size:16px;
}
}

.ReturnContainer .OrderResults .OrderContainerHead .OrderContainerProductHead,
.ReturnContainer .OrderResults .OrderContainerHead .OrderContainerAdressHead{
  width:50%;
  text-align: center;
}

.ReturnContainer .OrderResults .OrderResultsContent .Orderline{
  display:flex;
  border-bottom:1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.ReturnContainer .OrderResults .OrderResultsContent .Orderline .Product,
.ReturnContainer .OrderResults .OrderResultsContent .Orderline .Address{
  width:50%;
}

.ReturnContainer .OrderResults .OrderResultsContent .Orderline .Address .ProductName{
  font-size:24px;
}

.ReturnContainer .OrderResults .OrderResultsContent .Orderline .Address .ProductNumber{
  font-size:18px;
}

.ReturnContainer .OrderResults .OrderResultsContent .Orderline .Product{
  display: flex;
}

.ReturnContainer .OrderResults .OrderResultsContent .Orderline .Product img{
  width:50%;
  max-width: 200px;
  padding: 5px;
}

.ReturnContainer .OrderResults .OrderResultsContent .Orderline .Product .ProductInfo{
  display:block;
  width:50%;
  height: 100%;
  padding: 10px 0px 0px 10px;
  border-left: 1px solid #000;
}

@media (max-width: 600px){
    .ReturnContainer .OrderResults .OrderResultsContent .Orderline .Product .ProductInfo{
  padding: 5px 0px 0px 5px;
}
}

.ReturnContainer .OrderResults .OrderResultsContent .Orderline .Address{
  font-size:14px;
  border-left: 1px solid #000;
  padding: 10px 0px 0px 10px;
}

@media (max-width: 600px){
    .ReturnContainer .OrderResults .OrderResultsContent .Orderline .Address{
  padding: 5px 0px 0px 5px;
}
}

.retur_infotekst{
    width: 50%;
}

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

@media all and (max-width: 175px) {
    .mm-menu {
        width: 140px;
    }

    html.mm-opened.mm-opening #mm-blocker,
    html.mm-opened.mm-opening .mm-fixed-bottom,
    html.mm-opened.mm-opening .mm-fixed-top,
    html.mm-opened.mm-opening .mm-page {
        left: 140px;
    }
}

@media all and (min-width: 550px) {
    .mm-menu {
        width: 440px;
    }

    html.mm-opened.mm-opening #mm-blocker,
    html.mm-opened.mm-opening .mm-fixed-bottom,
    html.mm-opened.mm-opening .mm-fixed-top,
    html.mm-opened.mm-opening .mm-page {
        left: 440px;
    }
}

html.mm-nooverflowscrolling.mm-opened {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto;
}

html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed;
}

html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto;
}

html.mm-nooverflowscrolling.mm-opened>.mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0;
}

em.mm-counter,
html.mm-nooverflowscrolling.mm-opened>.mm-panel.mm-current {
    display: block;
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%;
}

em.mm-counter+a.mm-subopen {
    padding-left: 40px;
}

em.mm-counter+a.mm-subopen+a,
em.mm-counter+a.mm-subopen+span {
    margin-right: 80px;
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0;
}

.mm-vertical em.mm-counter {
    top: 12px;
    margin-top: 0;
}

.mm-nosubresults>em.mm-counter {
    display: none;
}

html.mm-opened.mm-dragging #mm-blocker,
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.mm-header {
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    width: 100%;
    height: 60px;
    padding: 30px 40px 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.mm-header .mm-next,
.mm-header .mm-prev {
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.mm-header .mm-next:before,
.mm-header .mm-prev:before {
    content: "";
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -15px;
}

.mm-list>li.mm-collapsed,
.mm-menu.mm-hasheader li.mm-subtitle {
    display: none;
}

.mm-header .mm-prev {
    left: 0;
}

.mm-header .mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 22px;
}

.mm-header .mm-next {
    right: 0;
}

.mm-header .mm-next:before {
    border-top: none;
    border-left: none;
    right: 18px;
}

.mm-menu.mm-hassearch .mm-header {
    height: 50px;
    padding-top: 20px;
    top: 50px;
}

.mm-menu.mm-hassearch .mm-header .mm-mext:before,
.mm-menu.mm-hassearch .mm-header .mm-prev:before {
    margin-bottom: -10px;
}

.mm-menu.mm-hasheader .mm-panel {
    padding-top: 80px;
}

.mm-menu.mm-hasheader.mm-hassearch>.mm-panel {
    padding-top: 120px;
}

.mm-menu.mm-hasheader.mm-ismenu>.mm-panel {
    padding-top: 60px;
}

.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch>.mm-panel {
    padding-top: 100px;
}

.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-fixedlabels .mm-list>li.mm-label {
    background: inherit !important;
    opacity: 0.97;
    height: 25px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.mm-list>li.mm-label>span,
.mm-menu.mm-fixedlabels .mm-list>li.mm-label>div>div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-menu.mm-fixedlabels .mm-list>li.mm-label>div {
    background: inherit;
    width: 100%;
    position: absolute;
    left: 0;
}

.mm-menu.mm-fixedlabels .mm-list>li.mm-label.mm-spacer>div>div {
    padding-top: 25px;
}

.mm-list>li.mm-label>span {
    padding: 0;
}

.mm-list>li.mm-label.mm-opened a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 17px;
}

.mm-menu .mm-list li.mm-label>div>div {
    background: rgba(255, 255, 255, 0.05);
}

.mm-search,
.mm-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.mm-search {
    background: inherit;
    width: 100%;
    height: 50px;
    padding: 10px;
    position: relative;
    top: 0;
    z-index: 2;
}

.mm-search input {
    border: none;
    border-radius: 15px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: 0;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px;
}

.mm-menu li.mm-nosubresults>a.mm-subopen {
    display: none;
}

.mm-menu li.mm-nosubresults>a.mm-subopen+a,
.mm-menu li.mm-nosubresults>a.mm-subopen+span {
    padding-right: 10px;
}

.mm-menu li.mm-noresults {
    text-align: center;
    font-size: 21px;
    display: none;
    padding-top: 80px;
}

.mm-menu li.mm-noresults:after {
    border: none;
}

.mm-menu.mm-noresults li.mm-noresults {
    display: block;
}

.mm-menu.mm-hassearch>.mm-panel {
    padding-top: 60px;
}

.mm-menu .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu li.mm-noresults {
    color: rgba(255, 255, 255, 0.3);
}

html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%);
}

html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
    transform: translateX(40%);
}

html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
}

html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
}

html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

html.mm-zoom-menu .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-zoom-menu.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(-40%);
    -moz-transform: scale(0.7, 0.7) translateX(-40%);
    -ms-transform: scale(0.7, 0.7) translateX(-40%);
    -o-transform: scale(0.7, 0.7) translateX(-40%);
    transform: scale(0.7, 0.7) translateX(-40%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-zoom-menu.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0);
    -moz-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
}

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(40%);
    -moz-transform: scale(0.7, 0.7) translateX(40%);
    -ms-transform: scale(0.7, 0.7) translateX(40%);
    -o-transform: scale(0.7, 0.7) translateX(40%);
    transform: scale(0.7, 0.7) translateX(40%);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0);
    -moz-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
}

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(-40%);
    -moz-transform: scale(0.7, 0.7) translateY(-40%);
    -ms-transform: scale(0.7, 0.7) translateY(-40%);
    -o-transform: scale(0.7, 0.7) translateY(-40%);
    transform: scale(0.7, 0.7) translateY(-40%);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0);
    -moz-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
}

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(40%);
    -moz-transform: scale(0.7, 0.7) translateY(40%);
    -ms-transform: scale(0.7, 0.7) translateY(40%);
    -o-transform: scale(0.7, 0.7) translateY(40%);
    transform: scale(0.7, 0.7) translateY(40%);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0);
    -moz-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
}

html.mm-zoom-page.mm-opened .mm-page {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-zoom-page.mm-opening .mm-page {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

html.mm-zoom-page.mm-right.mm-opened .mm-page {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

html.mm-zoom-page.mm-top.mm-opened .mm-page {
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

html.mm-zoom-panels .mm-panel {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}

html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opened.mm-opening.mm-fullscreen .mm-page {
    left: 100%;
}

.mm-menu.mm-fullscreen {
    width: 100%;
}

@media all and (max-width: 140px) {
    .mm-menu.mm-fullscreen {
        width: 140px;
    }

    html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom,
    html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-opened.mm-opening.mm-fullscreen .mm-page {
        left: 140px;
    }
}

@media all and (min-width: 10000px) {
    .mm-menu.mm-fullscreen {
        width: 10000px;
    }

    html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom,
    html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-opened.mm-opening.mm-fullscreen .mm-page {
        left: 10000px;
    }
}

.mm-menu.mm-top.mm-fullscreen {
    height: 100%;
}

html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page {
    top: 100%;
}

html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -100%;
}

@media all and (max-height: 140px) {
    .mm-menu.mm-top.mm-fullscreen {
        height: 140px;
    }

    html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page {
        top: 140px;
    }

    html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
        bottom: -140px;
    }
}

@media all and (min-height: 10000px) {
    .mm-menu.mm-top.mm-fullscreen {
        height: 10000px;
    }

    html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page {
        top: 10000px;
    }

    html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
        bottom: -10000px;
    }
}

.mm-menu.mm-right.mm-fullscreen {
    width: 100%;
}

html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom,
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page {
    right: 100%;
}

.mm-menu.mm-bottom.mm-fullscreen {
    height: 100%;
}

html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom,
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page {
    bottom: 100%;
}

html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -100%;
}

@media all and (max-height: 140px) {
    .mm-menu.mm-bottom.mm-fullscreen {
        height: 140px;
    }

    html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom,
    html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page {
        bottom: 140px;
    }

    html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
        top: -140px;
    }
}

@media all and (min-height: 10000px) {
    .mm-menu.mm-bottom.mm-fullscreen {
        height: 10000px;
    }

    html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom,
    html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page {
        bottom: 10000px;
    }

    html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
        top: -10000px;
    }
}

.mm-menu.mm-fullscreen.mm-front,
.mm-menu.mm-fullscreen.mm-next {
    left: -100%;
}

@media all and (max-width: 140px) {
    .mm-menu.mm-right.mm-fullscreen {
        width: 140px;
    }

    html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom,
    html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page {
        right: 140px;
    }

    .mm-menu.mm-fullscreen.mm-front,
    .mm-menu.mm-fullscreen.mm-next {
        left: -140px;
    }
}

@media all and (min-width: 10000px) {
    .mm-menu.mm-right.mm-fullscreen {
        width: 10000px;
    }

    html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom,
    html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page {
        right: 10000px;
    }

    .mm-menu.mm-fullscreen.mm-front,
    .mm-menu.mm-fullscreen.mm-next {
        left: -10000px;
    }
}

.mm-menu.mm-top.mm-fullscreen.mm-front,
.mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -100%;
}

.mm-menu.mm-right.mm-fullscreen.mm-front,
.mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -100%;
}

@media all and (max-width: 140px) {

    .mm-menu.mm-right.mm-fullscreen.mm-front,
    .mm-menu.mm-right.mm-fullscreen.mm-next {
        right: -140px;
    }
}

@media all and (min-width: 10000px) {

    .mm-menu.mm-right.mm-fullscreen.mm-front,
    .mm-menu.mm-right.mm-fullscreen.mm-next {
        right: -10000px;
    }
}

.mm-menu.mm-bottom.mm-fullscreen.mm-front,
.mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -100%;
}

@media all and (max-height: 140px) {

    .mm-menu.mm-top.mm-fullscreen.mm-front,
    .mm-menu.mm-top.mm-fullscreen.mm-next {
        top: -140px;
    }

    .mm-menu.mm-bottom.mm-fullscreen.mm-front,
    .mm-menu.mm-bottom.mm-fullscreen.mm-next {
        bottom: -140px;
    }
}

@media all and (min-height: 10000px) {

    .mm-menu.mm-top.mm-fullscreen.mm-front,
    .mm-menu.mm-top.mm-fullscreen.mm-next {
        top: -10000px;
    }

    .mm-menu.mm-bottom.mm-fullscreen.mm-front,
    .mm-menu.mm-bottom.mm-fullscreen.mm-next {
        bottom: -10000px;
    }
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important;
}

.mm-menu.mm-top {
    width: 100%;
    height: 80%;
}

html.mm-top.mm-opened #mm-blocker,
html.mm-top.mm-opened .mm-page {
    top: 0;
}

html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-page {
    left: 0;
}

.mm-menu.mm-right,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-bottom,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-page {
    left: auto;
    right: 0;
}

html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-page {
    left: auto;
    right: 80%;
}

.mm-menu.mm-bottom {
    width: 100%;
    top: auto;
    bottom: 0;
}

html.mm-bottom.mm-opened #mm-blocker,
html.mm-bottom.mm-opened .mm-page {
    bottom: 0;
    top: auto;
}

html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-page {
    top: auto;
    left: 0;
}

html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-page {
    top: 80%;
}

html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -80%;
}

@media all and (max-height: 175px) {
    .mm-menu.mm-top {
        height: 140px;
    }

    html.mm-top.mm-opened.mm-opening #mm-blocker,
    html.mm-top.mm-opened.mm-opening .mm-fixed-top,
    html.mm-top.mm-opened.mm-opening .mm-page {
        top: 140px;
    }

    html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
        bottom: -140px;
    }
}

@media all and (min-height: 1100px) {
    .mm-menu.mm-top {
        height: 880px;
    }

    html.mm-top.mm-opened.mm-opening #mm-blocker,
    html.mm-top.mm-opened.mm-opening .mm-fixed-top,
    html.mm-top.mm-opened.mm-opening .mm-page {
        top: 880px;
    }

    html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
        bottom: -880px;
    }
}

.mm-menu.mm-right {
    width: 80%;
}

@media all and (max-width: 175px) {
    .mm-menu.mm-right {
        width: 140px;
    }

    html.mm-right.mm-opened.mm-opening #mm-blocker,
    html.mm-right.mm-opened.mm-opening .mm-fixed-bottom,
    html.mm-right.mm-opened.mm-opening .mm-fixed-top,
    html.mm-right.mm-opened.mm-opening .mm-page {
        right: 140px;
    }
}

@media all and (min-width: 550px) {
    .mm-menu.mm-right {
        width: 440px;
    }

    html.mm-right.mm-opened.mm-opening #mm-blocker,
    html.mm-right.mm-opened.mm-opening .mm-fixed-bottom,
    html.mm-right.mm-opened.mm-opening .mm-fixed-top,
    html.mm-right.mm-opened.mm-opening .mm-page {
        right: 440px;
    }
}

.mm-menu.mm-bottom {
    height: 80%;
}

html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom,
html.mm-bottom.mm-opened.mm-opening .mm-page {
    bottom: 80%;
}

html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -80%;
}

@media all and (max-height: 175px) {
    .mm-menu.mm-bottom {
        height: 140px;
    }

    html.mm-bottom.mm-opened.mm-opening #mm-blocker,
    html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom,
    html.mm-bottom.mm-opened.mm-opening .mm-page {
        bottom: 140px;
    }

    html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
        top: -140px;
    }
}

@media all and (min-height: 1100px) {
    .mm-menu.mm-bottom {
        height: 880px;
    }

    html.mm-bottom.mm-opened.mm-opening #mm-blocker,
    html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom,
    html.mm-bottom.mm-opened.mm-opening .mm-page {
        bottom: 880px;
    }

    html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
        top: -880px;
    }
}

html.mm-front.mm-opened .mm-page {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

html.mm-front #mm-blocker,
html.mm-front .mm-page {
    z-index: 0;
}

.mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

html.mm-opened.mm-next .mm-page {
    box-shadow: none;
}

html.mm-opened.mm-light .mm-page,
html.mm-opened.mm-white .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-top.mm-front,
.mm-menu.mm-top.mm-next,
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
    left: 0;
}

html.mm-opening .mm-menu.mm-top.mm-front,
html.mm-opening .mm-menu.mm-top.mm-next {
    left: 0;
    top: 0;
}

.mm-menu.mm-right.mm-front,
.mm-menu.mm-right.mm-next {
    left: auto;
}

html.mm-opening .mm-menu.mm-right.mm-front,
html.mm-opening .mm-menu.mm-right.mm-next {
    left: auto;
    right: 0;
}

.mm-menu.mm-bottom.mm-front,
.mm-menu.mm-bottom.mm-next {
    top: auto;
    left: 0;
}

html.mm-opening .mm-menu.mm-bottom.mm-front,
html.mm-opening .mm-menu.mm-bottom.mm-next {
    left: 0;
    bottom: 0;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, -webkit-transform;
    -moz-transition-property: top, right, bottom, left, -moz-transform;
    -ms-transition-property: top, right, bottom, left, -o-transform;
    -o-transition-property: top, right, bottom, left, -o-transform;
    transition-property: top, right, bottom, left, transform;
    left: -80%;
}

.mm-menu.mm-top.mm-front,
.mm-menu.mm-top.mm-next {
    top: -80%;
}

.mm-menu.mm-right.mm-front,
.mm-menu.mm-right.mm-next {
    right: -80%;
}

@media all and (max-width: 175px) {

    .mm-menu.mm-front,
    .mm-menu.mm-next {
        left: -140px;
    }

    .mm-menu.mm-right.mm-front,
    .mm-menu.mm-right.mm-next {
        right: -140px;
    }
}

@media all and (min-width: 550px) {

    .mm-menu.mm-front,
    .mm-menu.mm-next {
        left: -440px;
    }

    .mm-menu.mm-right.mm-front,
    .mm-menu.mm-right.mm-next {
        right: -440px;
    }
}

.mm-menu.mm-bottom.mm-front,
.mm-menu.mm-bottom.mm-next {
    bottom: -80%;
}

@media all and (max-height: 175px) {

    .mm-menu.mm-top.mm-front,
    .mm-menu.mm-top.mm-next {
        top: -140px;
    }

    .mm-menu.mm-bottom.mm-front,
    .mm-menu.mm-bottom.mm-next {
        bottom: -140px;
    }
}

@media all and (min-height: 1100px) {

    .mm-menu.mm-top.mm-front,
    .mm-menu.mm-top.mm-next {
        top: -880px;
    }

    .mm-menu.mm-bottom.mm-front,
    .mm-menu.mm-bottom.mm-next {
        bottom: -880px;
    }
}

html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
    left: 0;
    right: auto;
}

html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
    top: 0;
}

html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
    bottom: 0;
}

.mm-ismenu.mm-light {
    background: #f3f3f3;
}

.mm-menu.mm-light {
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-list>li:after {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list>li>a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list>li>a.mm-subclose:before,
.mm-menu.mm-light .mm-list>li>a.mm-subopen:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-light .mm-list>li.mm-selected>span {
    background: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-light .mm-list>li.mm-label,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light em.mm-counter,
.mm-menu.mm-light li.mm-noresults {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list li.mm-label>div>div {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-ismenu.mm-white {
    background: #fff;
}

.mm-menu.mm-white {
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-list>li:after {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list>li>a.mm-subclose {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list>li>a.mm-subclose:before,
.mm-menu.mm-white .mm-list>li>a.mm-subopen:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-white .mm-list>li.mm-selected>span {
    background: rgba(0, 0, 0, 0.08);
}

.mm-menu.mm-white .mm-list>li.mm-label,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white em.mm-counter,
.mm-menu.mm-white li.mm-noresults {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list li.mm-label>div>div {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3);
}

html.mm-opened.mm-black .mm-page {
    box-shadow: none;
}

.mm-ismenu.mm-black {
    background: #000;
}

.mm-menu.mm-black {
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-list>li:after {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list>li>a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list>li>a.mm-subclose:before,
.mm-menu.mm-black .mm-list>li>a.mm-subopen:after {
    border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header,
.mm-menu.mm-black .mm-list>li>a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-black .mm-list>li.mm-selected>span {
    background: rgba(255, 255, 255, 0.25);
}

.mm-menu.mm-black .mm-list>li.mm-label,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black em.mm-counter,
.mm-menu.mm-black li.mm-noresults {
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list li.mm-label>div>div {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-header {
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3);
}

/* FANCYBOX */

div.fancybox-infobar {
    display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
    position: relative;
}

.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(//cdn.webkitchen.dk/images/skins/Shopdeluxe/js/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    cursor: pointer;
    z-index: 8040;
    position: absolute;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(//cdn.webkitchen.dk/images/skins/Shopdeluxe/js/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(//cdn.webkitchen.dk/images/skins/Shopdeluxe/js/fancybox/blank.gif);
    -webkit-tap-highlight-color: transparent;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock,
.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock {
    width: auto;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(//cdn.webkitchen.dk/images/skins/Shopdeluxe/js/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
.suggestion {margin-top: -10px;margin-bottom: 10px;}
.useEmail {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(//cdn.webkitchen.dk/images/skins/Shopdeluxe/js/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url(//cdn.webkitchen.dk/images/skins/Shopdeluxe/js/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px;
    }
}

.webshop-checkout .deliveryNotification {
    background-color: #00C700;
    color: white;
}
.webshop-checkout .campaignWrapper,.webshop-showbasket .campaignWrapper {
    display:none;
}

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

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

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


.webshop-productlist .content {
  display: flex;
  flex-wrap: wrap;
}



#Content_Productlist .CmsPageStyle {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.CmsPageStyle > .SubCats_Categories_Container {
    max-width: 100%;
    width:100%;
}

.webshop-productlist .ProductListContent h1,
.webshop-productlist .ProductListContent h2 {
  width: 100%;
}

.CmsPageStyle > .SubCats_Categories_Container > a > picture{
    display: block;
    margin: 10px auto;
}

/*
.webshop-productlist .splide {
  min-width: 100%;
  flex-basis: 100%;
}

@media (max-width: 880px){
   .webshop-productlist .splide {
  display: none;
}
}

.webshop-productlist .splide .splide__track .splide__list{
  margin-bottom:25px;
}

.webshop-productlist .splide .splide__track .splide__list:empty{
  display:none;
}

@media (max-width: 880px){
  .webshop-productlist .splide .splide__track .splide__list {
    margin-bottom: 10px;
  }
}

.webshop-productlist .splide .splide__arrow{
  height:3em;
  border-radius: 0%;
}

.webshop-productlist .splide .splide__slide a span {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%);
  font-size: 1.5vw;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.webshop-productlist .splide .splide__slide a img {
  width: 100%;
}
*/

.webshop-productlist .SideMenu {
  width: 18%;
  margin-right:1%;
}


body #Content_Productlist{
  min-width: 100%;
}


.webshop-productlist .CmsPageStyle .ProductListContent {
  flex-basis: 100%;
}

.webshop-productlist .CmsPageStyle .ProductList_Custom_UL li .product .image {
    height:inherit;
}
.webshop-productlist .CmsPageStyle .ProductList_Custom_UL {
    width:100%;
}
.toggleDescriptionButton+br {
    display: none;
}
.GeneratedBreadcrumb {
  margin: 10px 0px 5px 0px;
  width: 100%;
}

.GeneratedBreadcrumb a {
  margin-right: 5px;
  display: inline-block;
  text-decoration: none;
  color: #a5a5a5;
}

@media (max-width: 880px){
    .GeneratedBreadcrumb a {
  font-size: 13px;
}
}

.GeneratedBreadcrumb a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  margin-right: 5px;
  font-size: 12px;
}

.webshop-productlist .MobileSideMenuBtn {
  display: none;
  order: 1;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 10px 15px 10px 0px;
}

.webshop-productlist .MobileSideMenuBtn:after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: auto;
  float: right;
  padding: 2px 5px 2px 2px;
}

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

.SubCats_Categories_Container div.ShopTheLook{
  margin: 25px 0px;
}

.webshop-productlist .leftpanel {
  width: 100%;
  display:flex;
  flex-wrap:wrap;
  align-items: center;
}


table.CmsPageStyle_Table .splide img {
  width: 100%;
}

.webshop-productlist .category_description_wrapper {
  display: block;
  margin-bottom: 25px;
  width:100%;
}

.webshop-productlist .category_description_wrapper .category_description,
.webshop-productlist .category_description_wrapper .category_description_info{
  display: inline-block;
  width: 49%;
  height: auto;
  vertical-align: top;
}

.webshop-productlist .category_description_wrapper .category_description{
  margin-right:1%;
}
/*
table.CmsPageStyle_Table .category_description_wrapper .splide.splide_category_description img {
  max-height: 510px;
  object-fit: cover;
}

.webshop-productlist .category_description_wrapper .splide_category_description {
  flex-basis: 60%;
  min-width: unset;
  margin-bottom: 0;
}
*/
.webshop-productlist .category_description_info {
  flex-basis: 39%;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 5px 10px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px
}

.webshop-productlist .category_description_info>div:first-of-type {
  flex: 0 0 50%;
  height: 50%;
  margin-bottom: 10px;
}

.webshop-productlist .category_description_wrapper p {
  margin: 5px 30px 15px 0px;
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.webshop-productlist .category_description_wrapper ul {
  margin: 0;
}

.webshop-productlist .category_description_wrapper ul li {
  padding: 0;
}

.webshop-productlist .category_description_wrapper ul.circle-checkmark li::before {
  left: -20px;
  top: 3px;
}

.webshop-productlist .category_description_wrapper ul.circle-checkmark li::after {
  left: -14px;
  top: 7px;
}

.webshop-productlist .category_description_wrapper ul.information {
  font-size: 0.75rem;
  margin-bottom: 20px;
  margin-right: 20px;
}

.webshop-productlist .category_description_wrapper .styled-tekst>h2,
.webshop-productlist .category_description_wrapper .styled-tekst>p {
  display: none;
}

@media (max-width: 880px) {
    .webshop-productlist .CmsPageStyle .ProductListContent,.webshop-productlist .CmsPageStyle .ProductList_Custom_UL {
        margin-left:0;
    }
  .webshop-productlist .SideMenu {
    display: none;
    flex-basis: 50%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 401;
    padding: 2%;
    height: 100%;
    box-shadow: 10px 0px 10px rgb(0 0 0 / 20%);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    min-width: 50%;
  }

  #Content_Productlist {
    width: 100%;
  }

  .webshop-productlist .CmsPageStyle .ProductListContent {
    flex-basis: 100%;
    max-width: 100%;
  }

  .webshop-productlist .SideMenu.Active {
    display: block;
  }

  .webshop-productlist .MobileSideMenuBtn {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: calc(49.5% - 2px);
    border-radius: 3px;
  }

  .webshop-productlist .ProductListContent {
    flex-basis: 100%;
    max-width: 100%;
  }

  .webshop-productlist .category_description_wrapper {
    display: none !important;
  }
}

@media (max-width: 1240px) {
  .webshop-productlist .category_description_wrapper {
    display: none !important;
  }
}




/*
.webshop-productlist .splide .splide__slide {
  margin:0;
}

.webshop-productlist .splide.splide_category_description .splide__slide {
  border-left: unset;
}

.webshop-productlist .splide.splide_category_description .splide__slide.advantages {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.webshop-productlist .splide .splide__slide a span {
  bottom: 10%;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  background-color: rgb(0, 133, 183);
  padding: 6px 6px;
  font-weight: bold;
  width: 70%;
}

@media only screen and (max-width: 600px){
    .webshop-productlist .splide .splide__slide a span {
      font-size: 12px;
      width: 80%;
      bottom:0%;
      padding: 2px;
      margin-bottom: 10px;
  }
}

.webshop-productlist .splide .splide__slide a span:empty {
  background-color: unset;
}

.webshop-productlist .splide .splide__slide.SubCats a img {
  max-height: 198px;
  object-fit: contain;
}

@media (max-width: 880px){
    .webshop-productlist .splide .splide__slide.SubCats a img {
  max-height: 160px;
}
}
*/
.webshop-productinfo .deliveryNotification {
    background-color: #00C700;
    color: white;
}
.webshop-showbasket .deliveryNotification {
    background-color: #00C700;
    color: white;
}
.webshop-productlist .deliveryNotification {
    background-color: #00C700;
    color: white;
}
/*
.webshop-productlist .SubCats_Categories_UL,
.webshop-productlist .SubCats_Categories_UL.OldDesign {
  display: none;
}
*/

.SubCats_Categories_UL.JustWood{
  align-content: space-around;
  margin: 0px -1% 20px;
}

.JWHeading{
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.5rem 0;
}

.SubCats_Categories_UL.JustWood > li {
  flex: 0 0 auto;
  margin: 1%;
}
.SubCats_Categories_UL.OldDesign{
  flex-wrap: wrap;
}

.SubCats_Categories_UL.OldDesign > li{
  flex:0 0 23%;
  margin: 1% auto;
}

.contentPlaceholder > div {
    padding: 13px 30px 13px 10px;
}
.deliveryNotification > p {
    padding: 10px;
    font-size: 1.5em;
    text-align: center;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #fff;
    background: linear-gradient(90deg, #9b0000, #cc2222, #9b0000);
    -webkit-background: linear-gradient(90deg, #9b0000, #cc2222, #9b0000);
}
.campaignWrapper{
    height: 37px;
    display:none;
}

.campaignWrapper.active{
  display:block;
}

#n-right .campaignBanner,
.campaignWrapper{
    background-color: #f3a71a;
}

.ProductCard .campaignWrapper.active,
.productcard .campaignWrapper.active{
    height: unset;
    margin: 15px 0px;
    padding: 15px;
    border-radius: 5px;
}



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


.campaignBanner.new {
    background-color: #f13636;
    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,
.topbanner_linkfarve,
#n-right .campaignBanner p {
    color: #fff;
}

.campaignBanner.special p{
  animation: blinker 2.5s linear infinite alternate 2.5s;
}

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

.campaignBanner .expire {
  border-radius: 0;
  padding: 3px 10px;
  background-color: #000;
  color: #fff;
  animation: flickerAnimation 2s infinite;
  display: inline-block !important;
  margin-bottom:5px;

}

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

#n-right .campaignBanner{
    margin-top: 10px;
    padding: 6px;
    height: auto;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 880px){
    #n-right .campaignBanner{
        margin-bottom: 30px;
    }


}

#n-right .campaignBanner .expire{
    display: block !important;
    width: 425px;
    color: #fff;
    margin: 10px auto;
    max-width: 100%;
   -webkit-animation: flickerAnimation 2.5s infinite;
   -moz-animation: flickerAnimation 2.5s infinite;
   -o-animation: flickerAnimation 2.5s infinite;
    animation: flickerAnimation 2.5s infinite;
}

#n-right .campaignBanner p{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.drawingHeader {
    font-size: 15px;
    font-weight: bold;
    margin: 30px 0;
    display: none;
}

.drawing {
    display: none;
    width: 100%;
    height: 60px;
    border: solid 1px rgba(213, 213, 213, 1);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    /*
	-ms-transform: skew(20deg,10deg);
    -webkit-transform: skew(20deg,10deg);
    transform: skew(20deg,10deg);
	*/
}

.drawing .background {
    position: absolute;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.drawing .background:before {
    position: absolute;
    transform: rotate(0deg);
    height: 100%;
    width: 100%;
    content: "";
}

.drawingContainer .background:before{
  background-repeat: no-repeat;
  background-size: cover;
}


.drawing .sink {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    height: 80%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 30;
    display: none;
}

.sink.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sink.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.drawing .i {
    z-index: 50;
    position: absolute;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial;
    background-color: rgba(213, 213, 213, 1);
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
}
.webshop-cmspage .i.l-right {
    left: 50%;
}
.webshop-cmspage .drawing .i.la-outer,.webshop-cmspage .drawing .i.lb-outer {
    top: -10%;
}
.webshop-cmspage .drawing .i.db-left {
    left: -42%;
}
.drawing .i.l {
    bottom: 100%;
    left: 50%;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.drawing.one_a__drawing .i.la {
    top: 0%;
    bottom: unset;
    left: 50%;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%, -100%);
}

.drawing.two_a__drawing .i.la,
.drawing.two_b__drawing .i.lb {
    bottom: 0%;
    left: 50%;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%, 100%);
}

.finalDrawing .i.d {
    margin-bottom: 20px;
}

.drawing .i.la,
.drawing .i.lb,
.drawing .i.lc {
    bottom: 0%;
    left: 50%;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%, 100%);
}

.drawing .i.la-outer,
.drawing .i.lb-outer {
    top: -9%;
    left: 50%;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.drawing .i.d {
    right: 100%;
    top: 50%;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.drawing .i.da,
.drawing .i.db,
.drawing .i.dc {
    right: 100%;
    top: 50%;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.drawing .i.dc-right {
    top: 50%;
    border-radius: 0 3px 3px 0;
}
.drawing .i.da-right {
    left: 100%;
    top: 50%;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 0 3px 3px 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.drawing .i.db-right {
    top: 50%;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.drawing .i.db-left {
    left: -38%;
    top: 50%;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0px 0px 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.productVideo {
    margin: 25px 0px 25px 4%;
    width: 48%;
    float:left;
}
/*
.productcard.calculator ul.details.active {
	display:none;
}
*/
.productcard.calculator ul.details>li.stock-message.active {
    display: none;
}

.productcard.calculator #specs.active {
    display: none;
}

.productcard.calculator .Variants {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(240, 240, 240, 1);
    border: solid 1px rgba(217, 217, 217, 1);
    padding: 15px 0 5px;
    margin: 0 0 25px;
}

.productcard.calculator .Variants>table.VariantGroup {
    padding: 0 15px 10px;
    width: 100%;
}

.productcard.calculator .Variants>table.VariantGroup:not(.last) {
    border-bottom: solid 1px rgba(217, 217, 217, 1);
    margin: 0 0 10px;
}

.productcard.calculator .Variants>table.VariantGroup.hidden {
    display: none;
}

.productcard.calculator .Variants>table.VariantGroup td {
    position: relative;
}

.productcard.calculator .Variants>table.VariantGroup>tbody>tr:last-child>td {
    position: relative;
}

.productcard.calculator .VariantGroupLabel span {
    font-size: 11px;
    float: right;
    background-color: rgb(0, 161, 205);
    color: rgba(255, 255, 255, 1);
    border-radius: 0;
    padding: 2px 5px;
    font-weight: normal;
}

/*
.productcard.calculator .Variants > table.VariantGroup > tbody > tr:last-child > td:after {
	content:"cm.";
	position:absolute;
	top:50%;
	right:10px;
	z-index:10;
	color:rgba(161,161,161,1.00);
	display:block;
	font-size:13px;
	line-height:13px;
	height:13px;
	width:20px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
*/
.productcard.calculator .Variants>table.VariantGroup input:not(.inputwithlabel),.productcard.calculator .Variants>table.VariantGroup input:not(type="radio") {
    width: 100%;
    display: block;
    height: 35px;
    color: rgba(0, 0, 0, 1);
    border: solid 1px rgba(195, 195, 195, 1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
}

.productcard.calculator .Variants>table.VariantGroup input.error {
    border: solid 1px red;
}

.text-error {
    color: red;
}

.productcard.calculator .amountWrapper {
    display: none;
}

.productcard.calculator .buyWrapper input {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 1000px){
    .buyWrapper:hover {
    opacity: 0.8;
}
}

.samlevejledningerHeader {
    font-weight: bold;
    margin-top: 20px;
  }
  .samlevejledningerHeader {
    margin-bottom: 20px;
  }
div.fancybox-bg {
    background-color: rgba(0, 0, 0, .50);
}

.imageRight {
    float: right;
    width: 25%;
    margin: 0 0 20px 30px;
    font-size: 11px;
    text-align: center;
}

.imageRight img {
    display: block;
    width: 100%;
    margin: 0 0 5px;
}

.hideTemp {
    display: none;
}

#ShopMainLayOutTable {
    display: none;
}

body {
    background-size: cover;
    background-attachment: fixed;
}

body,
input,
textarea,
select,
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
td.VariantGroupLabel {
    /*font-family: "Raleway", sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    color: #484848;
    font-size: 13px;
    font-weight: normal;
}

select {
    padding: 4px 5px;
}

a {
    color: #000;
}

a:hover {
    font-weight: bold;
}

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

img {
    border: 0;
}

.wrapper>.shadow {
    margin: 0 auto;
    max-width: 95%;
}

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

input[type="submit"],
input[type="button"],
#checkout-container input#confirm-complete-button,
a.ShowBasket_SendBasketLink_Send_Link,
body.webshop-frontpage div.nivo-dynamic-text-link,
div.ui-widget.dd-dialog-responsive input[type="button"],
div.ui-widget.dd-dialog-responsive input[type="button"]:hover {
    font-weight: bold;
    letter-spacing: 1px;
    border: 0;
    color: #fff;
    cursor: pointer;
    background-color: #70c900;
    display: inline-block;
    font-size: 17px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

div.ui-widget.dd-dialog-responsive input[type="button"],
div.ui-widget.dd-dialog-responsive input[type="button"]:hover {
    padding: 0;
}

h1,
.Heading_Productmenu,
.Heading_Terms,
.Heading_Profile,
.Heading_AdvancedSearchPage,
.Heading_ShowBasket_Master,
#checkout-container h1.checkout-headline,
aside .header,
.Heading_B2Blogin,
.SubCatsProcuctsHeading,
.Heading_Customer,
.Heading_ProductList,
.Heading_Favorites,
.Heading_OrderStep4 {
    font-weight: 700;
    display: block;
    text-align: left;
    font-size: 2.25rem;
    padding: 0;
    margin: 0px 0px 20px;
    border: 0;
    line-height: 2.25rem;
}


@media (max-width: 1440px) and (min-width: 600px){
h1,
.Heading_Productmenu,
.Heading_Terms,
.Heading_Profile,
.Heading_AdvancedSearchPage,
.Heading_ShowBasket_Master,
#checkout-container h1.checkout-headline,
aside .header,
.Heading_B2Blogin,
.SubCatsProcuctsHeading,
.Heading_Customer,
.Heading_ProductList,
.Heading_Favorites,
.Heading_OrderStep4 {
    font-size: 2.25rem;
}
}

.Heading_Profile_LineHeight{
    font-weight: 700;
}

@media (max-width: 880px){
    .Heading_Profile_LineHeight{
    line-height: 45px;
}
}

h2 {
    font-size: 1.25rem;
    font-weight: normal;
    padding: 0;
    margin: 0 0 10px;
}

@media (max-width: 1385px){
    h2{
        font-size: 1.1rem;
    }
}

body:not(.webshop-checkout) h2 {
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin: 0px 0px 10px 0px;
    line-height: 36px;
}

@media (max-width: 1307px){
    body:not(.webshop-checkout) h2 {
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin: 10px 0px 10px 0px;
    line-height: 24px;
}
}

.wrapper {
  width: 100%;
  margin: 0;
  max-width: 100%;
  border-radius: 0;
}

header {
  height: auto;
  display: block;
  background: #0085b7;
  position: relative;
  height:126px;
}

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

header>section {
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
    height: 90px;
    position: relative;
}

div.dd-theme-default .dd-nivoSlider {
    background-color: transparent;
}

div.nivoSlider a.nivo-imageLink {
    height: 100% !important;
    z-index: 9;
}

.WebShopSkinLogo {
    position: absolute;
    display: block;
    width: 25%;
    top: 45px;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 280px;
}

.videoContainer {
    width: 180px;
    height: 207px;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 5px;
    margin: 0 0 10px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}

.videoContainer>span {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 90%;
    background-color: rgba(0, 0, 0, .30);
    color: rgba(255, 255, 255, 1.00);
}

.videoContainer>span>strong {
    display: block;
}

.videoContainer>span>small {
    text-decoration: underline;
}

.videoContainer video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 102%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

/* Youtube Video Embed Styling */

.video-container{
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    /*padding-bottom: 56.25%;
    height: 0;*/
}

.video-container iframe, .video-container object, .video-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container_showroom{
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}

.video-container_showroom iframe, .video-container_showroom object, .video-container_showroom embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.topImages>div {
    width: 1320px;
    margin: 0 auto;
    max-width: 95%;
    padding: 10px 0 0 0;
}

.topImages ul:not(.slick-slider) {
    margin: 0 -1%;
    padding: 0;
    display: flex;
    list-style-type: none;
}

.topImages ul:not(.slick-slider)>li {
    margin: 0 1%;
}

.topImages .slick-slider {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topImages .slick-list {
    margin: 0 -10px;
}

.topImages .slick-slide {
    margin: 0 10px;
}
.topImages ul li img {
    display: block;
    width: inherit;
}

.favorites-btn {
    position: absolute;
    right: 0;
    top: -4px;
    background-color: rgb(109, 198, 0);
    padding: 12px 10px 6px;
    cursor: pointer;
    z-index: 200;
}

.favorites-btn a img {
    width: 20px;
}

#basket {
  position: absolute;
  background-position: calc(100% - 10px) 50%;
  padding: 13px 10px 13px 15px;
  color: rgba(255, 255, 255, 1);
  top:0;
  right: 0;
}

#LinkToOffer{
  position:absolute;
  top:13px;
  right:105px;
  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;
  margin: 0 auto;
}

#LinkToOffer span{
  color:#fff;
}


#CustomerService {
  position: absolute;
  z-index: 100;
  background-position: calc(100% - 10px) 50%;
  padding: 13px 30px 13px 15px;
  color: rgba(255, 255, 255, 1);
  right:100px;
  top:0;
}

#CustomerService a{
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

#CustomerService a:hover{
  text-decoration: none;
  color: #fff;
}

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

#WonderBirk {
  position: absolute;
  z-index: 100;
  color: rgba(255, 255, 255, 1);
  right: 130px;
  top: 11px;
  display:flex;
}

#WonderBirk img{
  width: 60px;
  height:60px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  border: solid 3px rgba(205,205,205,1.00);
  display:inline-block;
}
#WonderBirk > div{
  display:inline-block;
}

#WonderBirk a,
#WonderBirk span{
  display:block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

#WonderBirk a.PhoneNumber{
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}

#WonderBirk a:hover{
  text-decoration: none;
  color: #fff;
}

.NoTextDecoration{
    text-decoration:none;
}

.openFocalScope{
    text-decoration: revert !important;
}

#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 div.totalprice {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
}

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

#basket .creditcards {
    display: none;
}

.minibasket {
    display: none;
}

.leaveOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 16000002;
    background-color: rgba(0, 0, 0, 0.7);
}

.leaveOverlay>.content {
    padding: 30px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    text-align: center;
}

.leaveOverlay>.content.basket {
    text-align: left;
}

.leaveOverlay .header {
    font-size: 35px;
    margin: 0 0 10px;
    font-weight: bold;
}

.leaveContact {
    float: right;
    width: 35%;
}

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

.leaveOverlay .text {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 0 20px;
}

.leaveOverlay div.close {
    position: absolute;
    cursor: pointer;
    top: -18px;
    right: -18px;
    z-index: 100;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    background-color: rgba(0, 0, 0, 1);
    border: solid 3px rgba(255, 255, 255, 1);
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-close.png");
    /*
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA1tJREFUeNrMml9sDEEcx9dqq63/9SdpPJJ4QtyTJ/8SEYkoiVK9a9Gq41pEPEgk3kXSN7SJV60/kZBUpIlrov6UEjRHi4R48UZwDi/E+k4zm6xzuzvz+83u+SWfp9v57Xx2ZmdmZ85yHMcqwUqQA+/Bdp9r4qQGDICvoLvUNaUKJcB35+/YU0aJGeBRUX16w0SExDendLSXQWI2eOJTn14/EdGdCk5wdMQoMQc8C6lPb7HIcpB31CIdg8RcMKZYnx5XZCn47OhFJkKJOjnQ6MQpUfC0Q4tMRC2Ro1TGtixryKLFWXDQMhd1YBgsI5S95T6JtEOPLgMtMY/aEnJonuVNdqBMMlyJmaXmEY7MYaLEc05LBM3s+xkyRzUk5oNx4n0eyhk/cIki2MeQOaYoMUHM/wBMV1lrubQxZI4H5F0IXhPz3ge1qotGL60MmRMl8tWDN8R8d8A0v7qq9OVmhsxJT55F4C0xzxCoCKqn6ovZyBwAFoN3xPKDYuIOq+OUSRu12AquEWftH6CWUG4AbFG5UEdExGaZPI64DrapXmxrJr8BNsUgcVVHgiIiYhBsAL8jkrgCGnUL2cSbZcFG8MuwxGWwk1LQZtw0K7vZT0MSl0ATtbDNvLkr84mZpx/s4iTQHbX8okGOMpQYBau4FbANSFSBNkb5JWAHtxLcFqmU3Wu1gQeSAn3laJGKyW9lMxIiLoDmuEVsKbHG8PDbR33pbYbE2ogmxH7KMKwrMlVuH62PeIlyUbeb2ZoS2QhbgtXNbI0XmypxE3QyullS6UqFj6pKMEz8KBr1fJ62MD7OWsPqGSZRBe4xtmxqDO4BtFJFquWuBXXLptonb4ohs1tXRDzJEeLNRgIkXJKmZeJsiWI470xLmIioxF2D70SU+2YpP5FquQlGHZ1qibvxnJZJFouI0ek2Mdnj4g1lAnsZMk2uiNgQzhKTPPVu7TNpZ8g0iARHiIXH5Dm4yTPEDmJd8mKJ8pGwdHgB1oG84fXVeZAhlPvgPokzGvbj8qQpynP2Tp3WACu8hXsUCk3IQ5o4/vmgIlOQ/9j4Zx4JknkJFsT8X5SuEIlE0Mze859IuBwKkwhaa53zFMrF2J1UutkXtzupno+kQT3oBgWr/CGONBJyk/tV8Y9/BBgAnwdF6kRGgdgAAAAASUVORK5CYII=');
	*/
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.leaveOverlay input.leaveClose:not(.green) {
    background-color: #7e0020;
    margin: 0 7px;
}

.leaveOverlay .content.basket input.leaveClose:not(.green) {
    margin-left: 0;
}

.leaveOverlay form {
    width: 60%;
}

.leaveOverlay textarea,
.leaveOverlay input[type="email"] {
    width: 100%;
    border: solid 1px rgba(198, 198, 198, 1);
    color: rgba(0, 0, 0, 1);
}

.leaveOverlay textarea {
    padding: 15px;
    height: 100px;
    margin: 0 0 7px;
    display: none;
}

.leaveOverlay label {
    display: inline-block;
    width: 100%;
    text-align: left;
    border-radius: 4px;
    background-color: rgba(240, 240, 240, 1);
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 15px;
    cursor: pointer;
}

.leaveOverlay label:hover {
    background-color: #70c900;
    color: rgba(255, 255, 255, 1);
}

.leaveOverlay label input {
    display: inline-block;
    margin: 0 10px 0 0;
}

.leaveOverlay input[type="email"] {
    margin: 10px 0 20px;
    height: 35px;
    padding: 0 15px;
}

/*
.leaveOverlay input[type="submit"], .leaveOverlay input[type="submit"]:hover {
	background-color:#96c761 !important;
}
*/

/* OVERLAY */
.pageOverlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;

    display: none !important;
}

.pageOverlay>.content {
    position: absolute;
    width: 900px;
    max-width: 90%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 5px;
}

.pageOverlay>.content>ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

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

.pageOverlay>.content>ul>li {
    float: left;
    width: 50%;
}

.pageOverlay>.content>ul>li>.header {
    padding: 0 30px;
    line-height: 60px;
    border-bottom: solid 1px #e1e1e1;
}

.pageOverlay>.content>ul>li>.inner {
    padding: 20px 30px;
}

.pageOverlay>.content>ul>li>.inner:after {
    content: "";
    clear: both;
    display: block;
}

.pageOverlay>.content>ul>li:nth-child(1) {
    border-right: solid 1px #e1e1e1;
}

.pageOverlay>.content>ul>li:nth-child(1)>.header {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #00aeef;
}

.pageOverlay>.content>ul>li:nth-child(1) .inner img {
    display: block;
    width: 100%;
    margin: 0;
}

.pageOverlay>.content>ul>li:nth-child(1) .inner>.name {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pageOverlay>.content>ul>li:nth-child(2)>a.header {
    background-color: #f2f2f2;
    font-size: 16px;
    display: block;
    text-decoration: none;
    border-radius: 0 5px 0 0;
}

.pageOverlay>.content>ul>li:nth-child(2) .inner>div:not(.info) {
    font-size: 16px;
    margin: 0 0 5px;
}

.pageOverlay>.content>ul>li:nth-child(2) .inner>div>span {
    float: right;
}

.pageOverlay a.continue,
.pageOverlay a.shop {
    display: inline-block;
    width: 48%;
    border-radius: 4px;
    background-color: #737373;
    color: rgba(255, 255, 255, 1);
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    text-transform: uppercase;
}

.pageOverlay a.shop {
    margin-left: 4%;
    background-color: #8dc63f;
}

.pageOverlay>.content .info {
    margin: 20px 0 0;
    padding: 20px 0 0;
    text-align: center;
    border-top: solid 3px rgba(242, 242, 242, 1);
}

.pageOverlay>.content .info .header {
    display: inline-block;
    padding: 10px 0 10px 30px;
    border-bottom: solid 1px rgba(242, 242, 242, 1);
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/checkmark.png");
    background-position: 0 50%;
    background-size: 18px auto;
    font-size: 22px;
    background-repeat: no-repeat;
    font-weight: bold;
    margin: 0 0 20px;
}

.pageOverlay>.content .info a {
    display: inline-block;
    padding: 0 0 0 27px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    font-size: 15px;
    background-position: 0 50%;
    background-size: 18px auto;
    background-repeat: no-repeat;
}

.pageOverlay>.content .info a.phone {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-phone.png");
    margin: 0 30px 0 0;
}

.pageOverlay>.content .info a.mail {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-mail.png");
}

.pageOverlay .dontshow {
    margin: 20px 0 0;
    padding: 10px 0 0;
    border-top: solid 1px rgba(242, 242, 242, 1);
}


.youtubePage ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    padding: 0;
    list-style-type: none;
}

.youtubePage ul>li {
    width: 31.33%;
    margin: 0 1% 2%;
    position: relative;
}

.youtubePage ul>li a:hover img {
    opacity: .7;
}

.youtubePage ul>li img {
    display: block;
    width: 100%;
    border-radius: 6px;
}

.youtubePage ul>li i {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    color: rgba(194, 0, 3, 1.00);
    transform: translate(-50%, -50%);
    font-size: 50px;
}

.youtubePage ul>li strong {
    font-weight: normal;
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
    cursor: default;
}

.videoGallery{
    position: relative;
    min-height: 100vh;
}


ul.usp, div.usp {
    width: 85%;
    margin: 0 auto;
    padding: 0;
    background: #0B232B;
    color: #fff;
}

.usp li .trustpilot-widget, div.usp div .trustpilot-widget {
    margin-top: 2px;
}
ul.usp li, div.usp div {
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    vertical-align: middle;
    margin: 5px 0px 0px 0;
    padding: 1px 0 1px 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    float:left;
    height:100%;
    min-height: 1px;
}

ul.usp li.HideDesktop, div.usp div.HideDesktop{
  display:none;
}

@media (min-width: 1200px){
  ul.usp li.HideDesktop, div.usp div.HideDesktop{
    display:block;
  }
}



ul.usp li i.checkmark > svg, div.usp div > i.checkmark > svg {
  height: 12px;
  width: 12px;
}
ul.usp li i,div.usp div > i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    padding-bottom:5px;
}

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

ul.usp li span,div.usp div span {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding-bottom:5px;
}

ul.usp li a, div.usp div a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

ul.usp li.delivery, div.usp div.delivery {
    background-image: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

ul.usp li.delivery>span,div.usp div.delivery>span {
    display: inline-block;
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/checkmark-white.png");
    background-position: 8px 50%;
    background-repeat: no-repeat;
    background-size: 15px auto;
    padding: 5px 10px 5px 30px;
    background-color: rgba(211, 0, 3, 1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

ul.usp li small,div.usp div small {
    display: none;
    font-size: 12px;
    font-weight: normal;
}

ul.usp li .tp-widget-trustscore,div.usp div .tp-widget-trustscore {
  text-transform: uppercase;
}


/* SHOWCASE */
div.showcase {
    font-size: 17px;
    line-height: 1.5em;
    padding: 0 0 40px;
}

div.showcase:after {
    clear: both;
    content: "";
    display: block;
}

div.showcase img {
    float: right;
    width: 192px;
    margin: 0 0 20px 30px;
}

ul.showcase {
    clear: both;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

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

ul.showcase>li {
    width: 100%;
    margin: 40px 0 0;
    position: relative;
}

ul.showcase>li:after {
    clear: both;
    content: "";
    display: block;
}

ul.showcase>li small {
    position: absolute;
    top: 50%;
    width: 40%;
    left: 5%;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.showcase>li:nth-child(odd) img {
    float: right;
}

ul.showcase>li:nth-child(even) img {
    float: left;
}

ul.showcase>li:nth-child(even) small {
    left: 55%;
}

ul.showcase>li img {
    width: 50%;
}

/* TOPMENU */
header .TopMenu_MenuItems {
    display:none;
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

header .TopMenu_MenuItems>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 13px;
}

header .TopMenu_MenuItems>li:last-child {
    margin-right: 250px;
}

header .christmas {
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

header .christmas{
    background-color: rgba(211, 0, 3, 1);
    color: rgba(255, 255, 255, 1);
    padding: 2px 5px;
}

footer .christmas {
    padding: 10px 10px;
    font-size: 13px;
    line-height: 13px;
}

header .TopMenu_MenuItems>li>a.campaign[href="/shop/specialoffer-ALL-1.html"] {
    display: inline-block;
    background-color: rgba(255, 216, 0, 1);
    color: rgba(49, 49, 49, 1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 5px;
    position: relative;
}

header .TopMenu_MenuItems>li>a[href="/shop/specialoffer-ALL-1.html"] .count {
    position: absolute;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    padding: 1px 5px;
    top: 100%;
    right: 10px;
    text-transform: none;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

header .TopMenu_MenuItems>li>a.Link_Active_Topmenu {
    color: rgba(0, 0, 0, 0.4);
}

header .TopMenu_MenuItems>li>img {
    height: 15px;
    display: block;
}

/* SEARCH */
header #Search_Form {
    position: absolute;
    left: 46%;
    top: 45px;
    width: 29%;
    height: 43px;
    -webkit-transform: translateY(-50%) translateX(-40%);
    -moz-transform: translateY(-50%) translateX(-40%);
    transform: translateY(-50%) translateX(-50%);
}

#Search_Form .SearchTitle_SearchPage,
#Search_Form .nbsp,
#Search_Form br {
    display: none;
}


header .SearchField_SearchPage {
    color: #000;
    background-color: rgba(255, 255, 255, 1);
    padding: 0px 40px 0px 17px;
    border: 0;
    height: 100%;
    width: 100%;
    font-size: 14px;
    position: absolute;
    right: 0px;
    font-weight: normal;
    letter-spacing: 1px;
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/btn-search.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) 50%;
    background-size: 15px auto;
}

header .SearchField_SearchPage:focus {
    background-color: rgba(255, 255, 255, 1);
}

header input[type="submit"].SubmitButton_SearchPage {
    position: absolute;
    z-index: 20;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background-color: transparent !important;
    border: 0;
    overflow: hidden;
    text-indent: -999px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display:none;
}

header .offer-badge {
    position: absolute;
    right: 196px;
    bottom: 0;
    width: 150px;
    z-index: 110;
}

article {
    width: 1100px;
    max-width: 95%;
    margin: 25px auto 0;
    padding: 0px 0px 90px;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    display:flex;
    justify-content: space-between;
    flex: 1 0 auto;
}
article.aside > .content {
    max-width: 80%;
}

.webshop-productinfo article.aside aside,.webshop-cmspage article aside, .webshop-productlist article.aside aside {
    min-width: 15%;
    margin-right: 20px;
}
.webshop-productinfo article.aside aside:empty,
.webshop-cmspage article aside:empty,
.webshop-productlist article.aside aside:empty{
  display:none;
}

.RootCategory_Productmenu li.open>a {
  font-weight: bold;
}

li.SubCategory1_Productmenu {
    /* margin-right: 20px; */
    width: 100%;
    position: relative;
}

li.SubCategory1_Productmenu > a {
    text-overflow: ellipsis;
    overflow: hidden;
}
article:after {
    content: "";
    clear: both;
    display: block;
}
/*
article.aside>.content {
    float: right;
    width: 75%;
} */
.showAsideButton i.bars {
    margin: 0 8px 0 0;
}
.showAsideButton i.bars > svg {
    width:12px;
    margin-bottom: -3px;
}

/* CONTACT BOX */
#contactBox {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 30px 0 0 10px;
    text-align: left;
}

.bannerContact {
    width: 180px;
    display: block;
    margin: 0 0 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.webshop-orderstep4 .Heading_Order4{

}

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

.webshop-orderstep4 .Heading_Order4 h1:before {
content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0 8px 0 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  background-color: #00c700;
  border-radius: 50%;
  padding: 10px;
  font-size: 1.75rem;
}

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

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

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

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

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

.bannerBeier {
    width: 180px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
}

.bannerBeierSmall {
    display: none;
    width: 100%;
}

/* FOLLOW BOX */
#followBox {
    position: absolute;
    right: 100%;
    top: 0;
    padding: 30px 0 0;
    text-align: right;
}

.offer-badge-left {
    width: 180px;
}

img.colorsamples {
    width: 110px;
    margin: 0 0 14px;
}

body.webshop-checkout #followBox {
    display: none;
}

/* ASIDE */
.showAsideButton {
    display: inline-block;
    background-color: #e59523;
    border-radius: 3px;
    padding: 8px 15px;
    color: rgba(255, 255, 255, 1.00);
    cursor: pointer;
    margin: 0 0 15px;
}

/* .showAsideButton:before {
    content: "\f0c9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: 0 8px 0 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.showAsideButton.active:before {
    content: "\f00d";
} */

/* aside {
    float: left;
    width: 22%;
} */

article.hideMenu aside {
    display: none;
}

aside>nav>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}
aside>nav>ul>li {
	margin: 0 0 20px;
}
aside>nav>ul>li>a {
    text-decoration: none;
    background-color: #f3f1ee;
    display: block;
    padding: 10px 15px 10px;
    color: #454545;
    border: 1px solid #e1e1e1;
}

aside>nav>ul>li>a:hover {
    color: #454545;
}

aside>nav>ul>li>a>span.ProductMenu_MenuItemBold {
    font-weight: bold;
}

/* LEVEL 2 */
aside>nav>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

aside>nav>ul>li>ul>li>a {
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    /*border: solid 1px rgba(216, 216, 216, 1);
    background-color: rgba(255, 255, 255, 1);*/
    border-top: 0;
}

aside>nav>ul>li>ul>li.open>a {
    background-color: #0085b7;
    color: rgba(255, 255, 255, 1);
    border-bottom-color: #0085b7;
}

aside>nav>ul>li>ul>li:last-child>a {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* LEVEL 3 */
aside>nav>ul>li>ul>li>ul {
    display: none;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    border-left: solid 5px #0085b7;
    /*border-bottom: solid 1px rgba(216, 216, 216, 1);*/
    background-color: #ebf3ff;
}

aside>nav>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 2px 10px;
    text-decoration: none;
}

/*
aside > nav > ul > li > ul > li > ul > li > a.Activ_ProductMenu {
	border-right:3px solid rgba(102,102,102,1.00);
}
*/

/* LEVEL 4 */
aside>nav>ul>li>ul>li>ul>li>ul {
    margin: 0 0 7px 10px;
    padding: 2px 0 2px 10px;
    border-left: 4px rgba(120, 120, 120, 1) solid;
    list-style-type: none;
    display: none;
}
/* LEVEL 5 */
aside>nav>ul>li>ul>li>ul>li>ul>li>ul {
    margin: 0 0 7px 10px;
    padding: 2px 0 2px 10px;
    border-left: 4px rgba(120, 120, 120, 1) solid;
    list-style-type: none;
    display: none;
}
/* FILTER ASIDE */
/*
aside #ProductFilter-Container, #btn-filter {
	display:none;
}
*/
#btn-filter {
    display: none;
}

aside #ProductFilter-Container>div>.product-filter-clear {
    margin: 0 0 20px;
}

aside #ProductFilter-Container>div:not(.product-filter-headertext-container) {
    position: relative;
}

aside .product-filter-headertext-container {
    font-weight: bold;
    background-color: #383838;
    padding: 8px 15px;
    color: rgba(255, 255, 255, 1);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

aside .product-filter-clear-all-top-right,
aside .product-filter-clear-all-bottom-right {
    position: absolute;
    bottom: calc(100% + 8px);
    right: 10px;
    z-index: 10;
}

aside .product-filter-clear-all a {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

aside .product-filter-header-clearlink-container a {
    font-size: 12px;
}

aside .product-filter-container {
    border-top: 0;
}

aside .product-filter-checkbox {
    margin: 0 5px 0 0;
}
.SubCats_Categories_UL_ShowButton_Wrapper {
    margin-top: 10px;
}
.SubCats_Categories_UL_ShowButton {
    padding: 10px 15px;
    background-color: rgba(0, 161, 205, .8);
    border-radius: 2px;
    position: relative;
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    cursor: pointer;
}
/* new filter*/
body > .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color:rgba(255,255,255,.80);

}
body > .loader > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
body > .loader i {
	font-size: 80px;
	color:rgba(73,73,73,1.00);
}
body > .loader p {
	font-size: 18px;
	margin: 20px 0 0;
	padding: 0;
}
#filter-lod {
    display:none;
}
#btnFilter {
	display: none;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	padding: 10px 15px;
}
#ProductFilter-Container {
	position:relative;
    background-color: #f6f6f6;
    padding: 10px;
    border: 1px solid #e1e1e1;
	/* font-size:14px; */
}
#ProductFilter-Container + #Content_Productlist {
	margin-top: 30px;
}
#ProductFilter-Container > div:last-of-type {
	display: flex;
	margin: 0 -1%;
}
#filter-lod .product-filter-row {
    width: 100%;
    margin: 0 1%;
}

#activeFilters {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
	margin: 0 0 30px;
}
#activeFilters > span.header {
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
}
#activeFilters > span.selected {
	display:inline-block;
	vertical-align:middle;
	background-color:rgba(0, 161, 205, .8);
	color:rgba(255, 255, 255, 1.00);
	font-size:10px;
	line-height:10px;
	padding:4px 8px;
	margin:0 15px 0 0;
	font-weight:normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position:relative;
}
#activeFilters > span.selected > .remove {
	position:absolute;
	right:-7px;
	top:-5px;
	background-color:#333;
	height:14px;
	width:14px;
	border-radius:50%;
	color:#FFF;
	text-align:center;
	padding:1px 0 0;
	font-size:10px;
	line-height:10px;
	cursor:pointer;
	/*box-shadow:-1px 1px 0 rgba(0,0,0,0.30);*/
}
#activeFilters > span.selected > .remove:hover {
	background-color:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
}
#ProductFilter-Container:after {
	clear:both;
	content:"";
	display:block;
}
.product-filter-clear-all {
	position:absolute;
	right:0;
	top:10px;
	font-size:12px;
}
#ProductFilter-Container > div {
	display:inline-block;
	vertical-align:middle;
    margin: 0;
}
#ProductFilter-Container > div.loading-filter {
	text-align: center;
	padding:5px 0;
	display: block;

}
#ProductFilter-Container .product-filter-headertext-container {
	font-weight:bold;
	margin:0 25px 0 0;
	display: none;
}

.product-filter-column {
	padding:0;
	width:auto !important;
	flex: auto;
	margin: 0 1%;
}
.product-filter-container {
	border:0;
	position:relative;
}
.product-filter-header-container {
	line-height:normal;
	min-width:inherit;
    padding: 6px 30px 6px 10px;
    background-color: #FFF;
    float: none;
    margin: 0;
    position: relative;
    cursor:pointer;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
}
.product-filter-header-text {
    float:none;
    font-weight: normal;
}
.product-filter-header-container:after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-filter-body-container {
	display:none;
	position:absolute;
	background-color:rgba(255,255,255,1.00);
	z-index:300;
	box-shadow:0 2px 0px #D9D9D9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    border:solid 1px #DADADA;
    width: 100%;
}
.product-filter-header-container-price + .product-filter-body-container {
	min-width: 180px;
}

.product-filter-body-container:before {
	content:"";
	display:block;
	position:absolute;
	width:9px;
	height:9px;
	z-index:-10;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
	transform:rotate(45deg);
	top:-5px;
	left:calc(50% - 4px);
	background-color:rgba(255,255,255,1.00);
	border-top:solid 1px #DADADA;
	border-left:solid 1px #DADADA;
}

.product-filter-checkbox-container {
	white-space:nowrap;
	padding:4px 0;
	min-width:150px;
	cursor:pointer;
}
.product-filter-checkbox-container.disabled {
    opacity: 0.3;
}
.product-filter-checkbox-container > span {
	display:inline-block;
	border:solid 2px rgba(87,87,87,1.00);
	height:19px;
	width:19px;
    border-radius: 3px;
	vertical-align:middle;
	margin:0 10px 0 0;
	position:relative;
}
.product-filter-checkbox-container > span.checked {
	border-color:rgba(219,219,219,1.00);
}
.product-filter-checkbox-container > span.checked:before {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 900;
    transform: translateX(-50%) translateY(-50%);
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    color: #54b85b;
}
/* .prodListDelivery:before {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    left: 25%;
    font-weight: 900;
    transform: translateX(-50%) translateY(-50%);
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:"\f0d1";
    color: #54b85b;
} */
.Stockmessage_Productlist .fa-truck {
    margin-right: 10px;
    color: #3B3B3B;
    font-size: 16px;
}

.webshop-productlist .ProductList_Custom_UL li form .product .image a img{
  margin: 0 auto;
}

.prodListDelivery {
    border: 1px solid #ddd;
    padding: 3px;
    position: relative;
    margin-bottom: 5px;
}
/* .prodListDelivery span.Stockmessage_Productlist {
    padding-left: 30px;
} */
/*
.product-filter-checkbox-container > span.checked:before {
	position:absolute;
	top:-4px;
	left:-1px;
	width:18px;
	height:18px;
	content:"";
	display:block;
	background-image:url(/images/checkmark.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	z-index:10;
}
*/
.product-filter-checkbox {
	display:none;
	float:none;
	margin:0 8px 0 0;

}
.product-filter-checkbox-label {
	display:inline-block;
	float:none;
	line-height:normal;
	vertical-align:middle;
	cursor:pointer;
}
.product-filter-clear {
	display:none;
}

#btn-filter {
	display:none;
	background-color: #e1f4f2;
	padding: 7px 10px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
}
#btn-filter > * {
	display: inline-block;
	vertical-align: middle;
}
#btn-filter i {
	margin: 0 8px 0 0;
}

/*new filter*/

/* FRONTPAGE */
ul.frontpageGroups {
    margin: 0px;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

ul.frontpageGroups>li {
    width: 32%;
    margin: 0 0% 2%;
    vertical-align: top;
    position: relative;
    border-radius: 5px;
}

ul.frontpageGroups>li img{
    border-radius: 5px;
}

@media (max-width: 464px){
ul.frontpageGroups {
    margin: 0 0 10px;
}

ul.frontpageGroups>li {
    margin: 0 0 2%;
}
}

ul.frontpageGroups>li>a:first-child>img {
    display: block;
    width: 100%;
    height: auto;
}

ul.frontpageGroups>li>a:last-child {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    text-decoration: none;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 5px;
}

.slider-wrapper {
    margin: 0;
}

body.webshop-frontpage .slider-wrapper:after {
    content: "";
    max-width: 95%;
    margin: 0 auto;
    height: 30px;
    display: block;
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/shadow.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

body.webshop-frontpage .slider-wrapper .nivo-controlNav {
    position: absolute;
    width: 100%;
    margin: 14px 0 0;
}

body.webshop-frontpage .nivo-controlNav a {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50%;
    -moz-borde-radius: 50%;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

body.webshop-frontpage .nivo-controlNav a.active {
    background-color: rgba(108, 108, 108, 1);
}

body.webshop-frontpage .dd-nivoSlider div.nivo-caption {
    opacity: 1;
    top: auto;
    right: auto;
    bottom: 50% !important;
    left: 50%;
    background-color: transparent;
    padding: 0;
    color: rgba(83, 83, 83, 1);
    -webkit-transform: translateY(50%) translateX(-50%);
    -moz-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
    font-weight: 300;
    width: 1100px;
    max-width: 95%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.webshop-frontpage div.nivo-dynamic-text {
    top: calc(50% - 25px) !important;
    right: auto;
    bottom: auto !important;
    left: 50% !important;
    width: 1100px;
    max-width: 95%;
    letter-spacing: 1px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

body.webshop-frontpage div.nivo-dynamic-text-header {
    font-size: 45px;
    font-weight: 300;
    margin: 0 0 10px;
}

body.webshop-frontpage div.nivo-dynamic-text-teaser {
    text-transform: uppercase;
    font-size: 12px;
}

body.webshop-frontpage div.nivo-dynamic-text-link {
    margin: 10px 0 0;
    font-size: 13px;
}

body.webshop-frontpage div.nivo-dynamic-text-link:hover {
    background-color: rgba(111, 111, 111, 1);
}

.Text1_FrontPage {
    display: block;
    margin: 50px 0 30px;
}

.Text1_FrontPage>p {
    display: block;
    margin-bottom: 50px;
}

.Text2_FrontPage {
    display: block;
    margin: 50px 0 0;
}

.Text2_FrontPage>p {
    line-height: 18px;
    display: block;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}

.PartnerBrands{
    margin-bottom: 100px;
}

/* MOST VIEWED - MOST SOLD */
.mostviewed-header,
.mostviewed-products,
.mostsold-header,
.mostsold-products {
    display: none;
}

.mostviewed-header,
.mostsold-header {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(229, 229, 229, 1);
    padding: 0 30px 10px 0;
    margin: 0 0 20px;
}

.mostsold-header {
    margin: 40px 0 20px;
}

.mostviewed-header.active,
.mostsold-header.active {
    display: inline-block;
}

.mostviewed-products .product,
.mostsold-products .product {
    padding: 0 15px;
}

.mostviewed-products .product .name,
.mostsold-products .product .name {
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 11px;
    padding: 15px 0 0;
}
.SubCats_Categories_UL .slick-prev, .SubCats_Categories_UL .slick-next,.topCategories .slick-prev, .topCategories .slick-next {
    opacity: 1;
}

.slick-prev,
.slick-next {
    opacity: 0;
    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(0, 0, 0, 0.3);
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    z-index: 50;
}

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

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

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

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

body.webshop-frontpage article>.content>.shadow {
    margin: 20px 0 30px;
}

body.webshop-frontpage article>.content>div.shadow:nth-of-type(2) {
    margin: 20px 0 0;
}

/* B2B LOGIN */
form[action="/shop/b2blogin.html"]>div>table {
    width: 100%;
}

form[action="/shop/b2blogin.html"]>div>table>tbody>tr:nth-child(3)>td:nth-child(1) {
    width: 1%;
    padding-right: 15px;
}

.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="text"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="email"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="password"] {
    font-size: 23px;
    height: 40px;
    width: 200px;
    max-width: 100%;
    margin: 3px 0;
    padding: 0 10px;
}

.B2BLogin_TD article form[action="/shop/b2blogin.html"] input:focus {
    border: solid 1px #0085ad;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="submit"] {
    margin-top: 10px;
}

.B2BLogin_TD article form[action="/shop/b2blogin.html"]>br {
    display: none;
}

/* CUSTOMER */
.Customer_TD input[type="text"]#xprofileid.TextInputField_Customer {
    font-size: 23px;
    height: 44px;
    width: 200px;
    margin: 0 4px 0 0;
    padding: 0 10px;
    float: left;
}

.SubmitButton_Customer {
    float: left;
}

/* PRODUCTMENU */
.menuOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .70);
    z-index: 100;
}

nav.productmenu {
  background: #004f6d;

  width: 100%;
}
nav.productmenu #ProductMenu_List > li > ul {
    overflow: auto;
}

aside span.ProductMenu_Category_Icon_Container,
nav.productmenu #ProductMenu_List>li>span.ProductMenu_Category_Icon_Container,
#my-menu span.ProductMenu_Category_Icon_Container {
    display: none !important;
}

span.ProductMenu_MenuItemBold {
    font-weight: normal;
}

nav.productmenu #ProductmenuContainer_DIV {
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
    position:relative;
}

nav.productmenu .Heading_ProductMenu {
    display: none;
}

nav.productmenu #ProductMenu_List {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: stretch;
}

nav.productmenu #ProductMenu_List:after {
    clear: both;
    content: "";
    display: block;
}

nav.productmenu #ProductMenu_List>li {
    flex: auto;
    align-items: center;
    align-self: stretch;
    padding:10px;
}

nav.productmenu #ProductMenu_List>li>a {
    display: flex;
    justify-content: center;
    height: 100%;
    font-size: 16px;
    width: 100%;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    text-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    white-space: nowrap;
}
nav.productmenu #ProductMenu_List>li>a>span {
    align-self: center;
}


nav.productmenu #ProductMenu_List>li:nth-child(6):hover .dropdown,nav.productmenu #ProductMenu_List>li:nth-child(8):hover .dropdown{
  display:flex;
}

/* Brand nav */
nav.productmenu #ProductMenu_List>li:nth-child(8) .SubCategory1_Productmenu > a.Deactiv_Productmenu.Deactiv_ProductMenu.CategoryLink1_Productmenu {
    display: none;
}
nav.productmenu #ProductMenu_List>li:nth-child(8) .SubCategory1_Productmenu span.ProductMenu_Category_Icon_Container.Productmenu_Category_Icon_Container {
    padding:10px;
}
nav.productmenu #ProductMenu_List>li:nth-child(8) img {
    height: inherit;
}
/* Brand nav end */

nav.productmenu #ProductMenu_List>li>ul {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 1);
    margin: 0;
    list-style-type: none;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
    z-index: 500;
    font-size: 0;
    flex-wrap: wrap;
    align-items: stretch;
}

nav.productmenu #ProductMenu_List>li>ul>li {
    text-align: center;
    /* width: 16.66%; */
    width: 11%;
    vertical-align: top;
    font-size: 12px;
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

nav.productmenu #ProductMenu_List>li:nth-child(n + 3)>ul>li:hover {
    /*box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);*/
    z-index: 30;
}

nav.productmenu #ProductMenu_List>li>ul>li>span {
    display: block;
    font-size: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed", GradientType=0);
}

nav.productmenu #ProductMenu_List>li>ul>li img {
    display: block;
    height: 100px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
nav.productmenu #ProductMenu_List>li>ul>li.showallproducts img {
    height: 100px;
}
nav.productmenu #ProductMenu_List>li>ul>li.showallproducts {
    padding-top:0px;
}
aside .showallproducts {
    display: none;
}
nav.productmenu #ProductMenu_List>li>ul>li>a {
    padding: 6px 6px;
    background-color: rgba(0, 145, 207, 1);
    text-decoration: none;
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    min-height: 58px;
    max-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;

}

@media (max-width: 1400px) and (min-width: 1000px){
    nav.productmenu #ProductMenu_List>li>ul>li>a{
        min-height: 66px;
        max-height: 66px;
    }
}

nav.productmenu #ProductMenu_List>li>ul>li>ul {
    display: none;
}

a#ActiveCategory_A {
    display: none !important;
}
.topImages {
    height: 82px;
}
/* trust */
.trust:empty {
    display: none;
}
.trust {
    width: 85%;
    margin: 0px auto;
    background: white;
    padding: 15px 10px;
    margin-bottom: 20px;
    height: 170px;
}
.trust ul.slick-dots {
    display: none !important;
}
.trustItemContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    height: 230px;
}
.trustItem {
    margin: 10px 15px;
    min-height: 230px !important;
    background: white;
    border-radius: 4px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
}

.trustRatingContainer {
    width: 150px;
}

.trustRatingContainer img {
    max-width: 100%;
}

.trustReviewHeader {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.trustReviewBody {
    font-size: 0.7rem;
}

.trustReviewContainer {
    margin: 10px 0;
}

.trustReviewBody a {
    text-decoration: none;
}
.trustReviewReviewer {
    font-weight: 600;
}
/* end-trust */

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

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

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

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

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

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

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

footer ul.TopMenu_MenuItems {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer i.checkmark > svg {
    width: 13px;
    height: 13px;
    margin-bottom: -2px;
}
.mb-0	{margin-bottom: 0px;}
.mb-1	{margin-bottom: 0.25rem;}
.mb-2	{margin-bottom: 0.5rem;}
.mb-3	{margin-bottom: 0.75rem;}
.mb-4	{margin-bottom: 1rem;}
.mb-5	{margin-bottom: 1.25rem;}
.mb-6	{margin-bottom: 1.5rem;}
.mb-7	{margin-bottom: 1.75rem;}
.mb-8	{margin-bottom: 2rem;}
.mb-9	{margin-bottom: 2.25rem;}
.mb-10	{margin-bottom: 2.5rem;}
.mb-11	{margin-bottom: 2.75rem;}
.mb-12	{margin-bottom: 3rem;}
.mb-14	{margin-bottom: 3.5rem;}
.mb-16	{margin-bottom: 4rem;}
.mb-20	{margin-bottom: 5rem;}
.mb-24	{margin-bottom: 6rem;}
.mb-28	{margin-bottom: 7rem;}
.mb-32	{margin-bottom: 8rem;}
.mb-36	{margin-bottom: 9rem;}
.mb-40	{margin-bottom: 10rem;}
.mb-44	{margin-bottom: 11rem;}
.mb-48	{margin-bottom: 12rem;}
.mb-52	{margin-bottom: 13rem;}
.mb-56	{margin-bottom: 14rem;}
.mb-60	{margin-bottom: 15rem;}
.mb-64	{margin-bottom: 16rem;}
.mb-72	{margin-bottom: 18rem;}
.mb-80	{margin-bottom: 20rem;}
.mb-96	{margin-bottom: 24rem;}


/* SOCIAL LINKS */
a.social {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 0 0 5px;
    background-color: rgba(103, 103, 103, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-size: auto 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

a.social.facebook {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-facebook.png");
}

a.social.linkedin {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-linkedin.png");
}

a.social.instagram {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-instagram.png");
}

a.social.twitter {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-twitter.png");
}

a.social.snapchat {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-snapchat.png");
}

a.social.youtube {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-youtube.png");
}

/* BREADCRUMB */
/*
body.webshop-productlist.breadcrumb header,
body.webshop-productinfo.breadcrumb header {
  margin-bottom: 45px;
}
*/
.breadcrumb-container {
    padding: 7px 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

div.breadcrumb,
.SubCats_BreadCrumb {
    display: none;
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
    padding: 0 0 0 17px;
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/arrow-left.png");
    background-repeat: no-repeat;
    background-size: 6px auto;
    background-position: 5px 50%;
}

div.breadcrumb.active,
.SubCats_BreadCrumb.active {
    display: block;
}

div.breadcrumb br,
.SubCats_BreadCrumb br {
    display: none;
}

div.breadcrumb,
.SubCats_BreadCrumb,
div.breadcrumb a,
.SubCats_BreadCrumb a,
div.breadcrumb td {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

div.breadcrumb a:hover,
.SubCats_BreadCrumb a:hover {
    color: #9b9b9b;
}

.breadcrumb-container a.BreadCrumbLink_Active {
    background-color: #383838;
    color: rgba(255, 255, 255, 1);
    padding: 2px 5px 4px 5px;
    display: inline-block;
}

/* INSPIRATION */
div.ProductList_Custom_DIV {
    margin: 0 -1%;
    font-size: 0;
}

div.ProductList_Custom_DIV>div {
    display: inline-block;
    width: 23%;
    text-align: center;
    margin: 0 1% 2%;
}

div.ProductList_Custom_DIV .name a {
    display: block;
    font-size: 11px;
}

div.ProductList_Custom_DIV .image {
    position: relative;
}

div.ProductList_Custom_DIV .image img {
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

div.ProductList_Custom_DIV>div:hover .image img {
    opacity: 0.6;
}

div.ProductList_Custom_DIV .fancyName {
    font-size: 11px;
    padding: 5px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.webshop-productlist .SideMenu ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

.webshop-productlist .SideMenu .Productmenu_Category_Icon_Container{
  display:none;
}

.webshop-productlist .SideMenu ul a{
  text-decoration:none;
  margin-bottom:18px;
  display:block;
}

.webshop-productlist .SideMenu ul a.active{
  font-weight: bold;
}

.webshop-productlist .SideMenu ul .dropdown{
  margin-left:10px;
}

.webshop-productlist .SideMenu > ul > li > a{
  font-weight: 700;
  font-size: 16px;
  margin: 10px 0px 20px 0px;
}

#n-left {
    position: relative;
}

#n-right {
    position: relative;
}

#n-right-relative {
    position: relative;
}

.manufacturer {
    display: none;
    position: absolute;
    right: 0;
    width: 100px;
    top: 0;
    z-index: 2;
    background: white;
    padding: 6px;
    border-left: 1px solid rgba(229, 229, 229, 1);
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    border-right:1px solid rgba(229, 229, 229, 1);
    line-height: 1;
}

.CashBack{
    background-color: #3cc8be;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.CashBack a{
    text-decoration: none;
}

/*
li .product .CashBack{
    position: absolute;
    left: 5px;
    width: 60px;
    top: 5px;
    z-index: 2;
    padding: 6px;
    outline: 1px solid rgb(0, 153, 153);
    line-height: 1;
    display: block;
    border-radius: 50%;
    font-weight: bold;
    color: rgb(0, 153, 153);
    height: 60px;
    align-content: center;
    font-size: 17px;
    background: rgba(255,255,255, 0.7);
    transform: rotate(-10deg);
}
*/

#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 > .Modal {
    width: 100%;
    max-width: 50%;
    background-color: white;
    z-index: 10000;
    position: fixed;
    top: 2%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    max-height: 100%;
    min-width: 600px;
    display: flex;
    flex-flow: column;
}
#Popup > .Modal > div {
	display: flex;
    padding: 10px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
#Popup > .Modal > div.ModalBody {
    overflow-y: auto;
}
#Popup > .Modal > i{
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 10;
  color: #fff;
  font-size: 24px;
}

#Popup > .Modal > i:hover{
  cursor: pointer;
}


#Popup > .Modal > .ModalHeader {
	background-color: #f3f3f3;
	font-size: 16px;
	font-weight: bold;
	position:sticky;
  border-radius: 10px;
}

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

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

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

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

#Popup > .Modal .MobdalBodyText{
	width: 100%;
	margin-bottom: 10px;
    /*overflow-y: auto;*/
    overflow: hidden;
    padding: 10px;
}

#Popup > .Modal.Minimal{
    bottom:initial;
}

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

#Popup > .Modal.Top .MobdalBodyText img{
  width:100%;
  display:block;
}

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

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

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

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

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

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

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

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

#Popup > .Modal.Top #n-right h1{
  font-size: 1.25rem;
}
.Popup .btn-container {
    display: flex;
    flex-flow: column;
    text-align: center;
    align-items: center;
}

.Popup .btn-container > div {
    width: 250px;
    margin: 2%;
    border: 1px solid #ddd;
    padding: 2%;
    cursor: pointer;
}

.Popup .btn-container > .btn-shopmore {
    background: black;
    color: white;
}

#Popup.PopupSmall > .Modal {
    width: fit-content;
    max-width: unset;
    bottom: initial;
}
.PopupSmall .warning {
    color: red;
}
.PopupSmall p.text-center {
    text-align:center;
}
body.webshop-productinfo #Popup > .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: #0085b7;
  cursor: pointer;
  animation: 1s ease-in 0s 1 slideInLeft;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.activate-deals .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
  
.activate-deals .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.activate-deals .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.activate-deals .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.activate-deals__info a {
    color: white;
}
.activate-deals .switch.checked > .slider {
    background-color: #2196F3;
}
  
.activate-deals .switch:focus > .slider {
    box-shadow: 0 0 1px #2196F3;
}
  
.activate-deals  .switch.checked > .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

  /* Rounded sliders */
.activate-deals  .slider.round {
    border-radius: 34px;
}
  
.activate-deals  .slider.round:before {
    border-radius: 50%;
}
.basket-checkout > .activate-deals-container > .activate-deals {
    color: white;
    padding: 3%;
    margin: 0px 0px 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px 5px 0px 0px;
    background-color: #2e2e2e !important;
}
.webshop-productinfo .activate-deals-container > .activate-deals {
    color: white;
    padding: 3%;
    margin: 0px 0px 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    background-color: #2e2e2e !important;
}
.activate-deals button{
    margin-top: 5px;
}

.basket-checkout > .activate-deals-container {
    padding: 0;
    margin: -10px -10px 0px -10px;
}
.webshop-productinfo .activate-deals-container {
    padding: 0;
    margin: 0;
}

.LoginArea input,
.webshop-customercenter .content input,
.webshop-customercenter .content select,
.webshop-b2blogin form[action="/shop/b2blogin.html"] input{
    display: block;
    width: 100% !important;
    margin-bottom: 5px;
    background-color: rgba(255,255,255,1.00);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    border: solid 1px rgba(214,214,214,1.00);
    padding: 0 10px;
    text-align: center;
}

.LoginArea input[type="submit"],
.webshop-customercenter .content input[type="submit"],
.webshop-b2blogin form[action="/shop/b2blogin.html"] input[type="submit"]{
  display: inline-block;
    padding: 8px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: normal;
    text-transform: unset;
    background-color: #0085b7;
    width: 100%;
    color: #FFF;
}

.LoginArea input[type="submit"]:hover,
.webshop-customercenter .content input[type="submit"]:hover,
.webshop-b2blogin form[action="/shop/b2blogin.html"] input[type="submit"]:hover{
  background-color: #004f6d;
    color: #FFF;
}

.LoginArea .ForgotPassword,
.webshop-customercenter .content .ForgotPassword{
  display: block;
  text-align: center;
  color: #9E9E9E;
  margin: 10px 0 0 0;
}

.webshop-customercenter .Login_Customer,
.webshop-b2blogin form {
  max-width: 500px;
  margin: 0 auto;
}

.webshop-customercenter .Login_Customer td{
  display: block;
  margin-top: 10px;
}

.webshop-customercenter .Login_Customer .TextInputField_Customer[type="text"]{
  display:block
}

.webshop-customercenter #Form1{
  min-height: 500px;
}

.webshop-customercenter #Form1 > span{
  background-color: #0085b7;
  padding: 5px 10px;
  margin: 0px 2px;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  float:left;
}

.webshop-customercenter #Form1 > span:last-child,
.webshop-customercenter #Form1 #tabB4{
  float:right;
}

.webshop-customercenter #Form1 > table{
  border-top:1px solid #eee;
  margin-top: 5px;
}

.webshop-customercenter #tabID2 table{
  max-width: 1024px;
  margin: 0 auto;
}
.webshop-customercenter #tabID2 table .FieldReq_Customer{
  margin-left: -15px;
  color: red;
  font-size: 16px;
}

.webshop-customercenter #tabID3 table:nth-of-type(2n) tr:nth-child(even){
  background-color: #eee;
}

.webshop-customercenter #tabID3 div a[href="/shop/customer.html&StrCurTab=3"]{
  margin: 10px 0px;
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #0085b7;
  width: fit-content;
  padding: 10px;
  border-radius: 5px;
}


@media (max-width: 600px){

    .manufacturer {
        width: 84px;
    }

     .youtubePage ul>li {
        width: 100%;
        margin-bottom: 20px;
    }

    .Stockmessage_Productlist .fa-truck {
      display: none;
    }


}

@media (max-width: 880px) and (min-width: 601px){
  li .product .name a {
    font-size: 14px;
    padding: 5px 0 5px;
  }
}

@media (max-width: 1600px) and (min-width: 880px){
  .Stockmessage_Productlist .fa-truck{
    display:none;
  }
  .prodListDelivery span.Stockmessage_Productlist {
    font-size: 11px;
  }
}

@media (min-width: 891px) and (max-width: 1300px){
    .manufacturer {
        width: 80px;
      }
}

.webshop-productinfo .manufacturer {
    border: 1px solid  rgba(229, 229, 229, 1);
}

.webshop-productinfo .relatedProducts  .manufacturer,
.webshop-productinfo .alsobought  .manufacturer{
  border-top:none;
}

.webshop-productinfo .relatedProducts .slick-list,
.webshop-productinfo .alsobought  .slick-list{
  border-right: 1px solid rgb(229, 229, 229);
}

.webshop-productinfo .relatedProducts .manufacturer,
.webshop-productinfo .alsobought .manufacturer{
  width:75px;
  padding:5px;
}

.manufacturer.black {
    background-color: black;
}

.producentButtonContainer{
    /*display: flex;
    margin-bottom: 1rem;*/
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0px 0px 40px;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 2%;
}
.producentButton {
    /*border: 1px solid #ddd;
    padding: 10px 10px;
    width: 10%;
    margin: 0 1% 0% 0%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;*/
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: calc(12.75% - 2%) !important;
}

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

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

section.bigtext:not(.open):after,
section.bigtext.expandable:not(.open):after {
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    /*content: "";
    background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 1) 100% );
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 1) 100% );
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 1) 100% );
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0 );*/
}

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

section.bigtext+.toggleDescriptionButton,
section.bigtext.expandable+.toggleDescriptionButton {
    cursor: pointer;
    margin: 0px 0px 15px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    width:100%;
}

section.bigtext+.toggleDescriptionButton:hover,
section.bigtext.expandable+.toggleDescriptionButton:hover {
    text-decoration: underline;
}

@media (max-width: 880px){
    section.bigtext.expandable+.toggleDescriptionButton,
    section.bigtext+.toggleDescriptionButton {
    margin:0px;
    font-weight: 500;
    width: calc(49.5% - 2px);
    margin-right: 1%;
}

  header #Search_Form {
    /*! display:none; */
    position: absolute;
    left: 50%;
    top: 90px;
    width: 100%;
    height: 43px;
    -webkit-transform: translateY(-50%) translateX(-40%);
    -moz-transform: translateY(-50%) translateX(-40%);
    transform: translateY(-50%) translateX(-50%);
  }
}

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

/* PRODUCTLIST */
.category-description {
    display: none;
}

#Content_Productlist .CmsPageStyle {
    padding: 0;
}

.no-procucts-found-on-empty-list,
.no-procucts-found-on-empty-list+.pager {
    display: none;
}

.Frontpage_Custom_UL,
.ProductList_Custom_UL,
.Related_Custom_UL,
.CustomersAlsoBought_Custom_UL {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-top: solid 1px rgba(229, 229, 229, 1);
    border-left: solid 1px rgba(229, 229, 229, 1);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}

@media (max-width: 880px){
    .Frontpage_Custom_UL,
.ProductList_Custom_UL,
.Related_Custom_UL,
.CustomersAlsoBought_Custom_UL {
    margin-top: 15px;
}
}

.Frontpage_Custom_UL>li,
.ProductList_Custom_UL>li,
.Related_Custom_UL>li,
.CustomersAlsoBought_Custom_UL>li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border-right: solid 1px rgba(229, 229, 229, 1);
    border-bottom: solid 1px rgba(229, 229, 229, 1);
}

.related .relatedProducts >li{
  width: 25%;
}
.related li .product .image {
    height: inherit;
}
/*
.related li .product .image .extraImage{
    display: none;
}

.related li .product:hover .image .extraImage{
    display:block;
    top:50%;
    transform: translateY(-50%);
}

.related li .product:hover .image .PrimaryImage{
    display:none;
}
    */

.ProductList_Custom_UL form {
    height: 100%;
    width:100%;
}
article.aside .ProductList_Custom_UL>li {
    width: 25%;
}

.product .ribbon,#n-left .ribbon,.productFlexContainer .ribbon,.productcard .ribbon, #productcard-left .ribbon  {
    position: absolute;
    left: 0px;
    top: 0px;
}

@keyframes fadeInOutAnimation {
  0%    { opacity: 0.5; }
  100%  { opacity: 1; }
}

.product .ribbon,
#n-left .ribbon,
.productFlexContainer .ribbon,
.productcard .ribbon,
#productcard-left .ribbon {
  font-size: 18px;
  font-weight: bold;
  display: block;
  border-radius: 5px;
  padding: 8px 12px;
  height: unset;
  text-align: center;
  z-index: 2;
}

.product .ribbon,
#n-left .ribbon,
.productFlexContainer .ribbon,
.productcard .ribbon,
#productcard-left .ribbon,
#n-right-relative,
.product .ribbon span,
#n-left .ribbon span,
.productFlexContainer .ribbon span,
.productcard .ribbon span,
#productcard-left .ribbon span,
.product .ribbon,
.productFlexContainer .ribbon,
.productcard .ribbon,
#productcard-left .ribbon,
.ribbon-forside-circle,
.campaignCategory .ribbon span,
.campaignProduct .ribbon span{
  background: #E39B4B;
  color: #fff;
}

.ribbon-forside-circle{
    border-radius: 5px;
}

#LeftSide .ribbon span,
.ProductCard .ribbon span{
    background: #f3a71a;
    color: #fff;
    font-size: 18px;
  font-weight: bold;
  display: block;
  border-radius: 5px;
  padding: 8px 12px;
  height: unset;
  text-align: center;
  z-index: 2;
}

.product .ribbon .OfferText,
#n-left .ribbon .OfferText,
.productFlexContainer .ribbon .OfferText,
.productcard .ribbon .OfferText,
#productcard-left .ribbon .OfferText{
  border-bottom: 1px solid #fff;
}
.ribbon-forside-circle a span{
  border-top: 1px solid #0d232b;
}


.product .ribbon:empty,
#n-left .ribbon:empty,
.productFlexContainer .ribbon:empty,
.productcard .ribbon:empty,
#productcard-left .ribbon:empty,
#LeftSide .ribbon span:empty,
.ProductCard .ribbon span:empty{
  display:none;
}

.product .ribbon .OfferText,
#n-left .ribbon .OfferText,
.productFlexContainer .ribbon .OfferText,
.productcard .ribbon .OfferText,
#productcard-left .ribbon .OfferText{
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 5px;
  margin-bottom: 2px;
  text-transform: uppercase;
}



.product .ribbon .OfferText:empty,
#n-left .ribbon .OfferText:empty,
.productFlexContainer .ribbon .OfferText:empty,
.productcard .ribbon .OfferText:empty,
#productcard-left .ribbon .OfferText:empty{
  display:none;
}

@media (max-width: 600px){
    .product .ribbon .OfferText,
    #n-left .ribbon .OfferText,
    .productFlexContainer .ribbon .OfferText,
    .productcard .ribbon .OfferText,
    #productcard-left .ribbon .OfferText{
      font-size: 10px;
      line-height: 10px;
    }
}

.product .price .retail,
li .product .price strike,
.PriceStriked_Productlist {
    color: #ad0000;
    font-weight: 700;
    text-decoration: line-through;
}

li .product, div.slick-slide .product {
    position: relative;
    padding: 25px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-flow: column nowrap;
    justify-content: space-between;
}

li .product img, div.slick-slide .product img {
    max-width: 100%;
}

li .product .name a, div.slick-slide .product .name a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  margin: 18px 0 7px;
  min-height: 38px;
}

li .product .smalltext, div.slick-slide .product .smalltext {
  font-size: 12px;
  line-height: 1;
  margin: 0px 10px 10px 10px;
  display: block;
}

li .product .image, div.slick-slide .product .image {
    position: relative;
    height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
li .product .image a, div.slick-slide .product .image a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0px;
}
li .product .image a:hover .detail, div.slick-slide .product .image a:hover .detail {
    opacity:100;
}

li .product .image a .detail, div.slick-slide .product a .detail {
    transition: .2s;
    opacity:0;
}

li .product .image .EnergyClass{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: block;
}

li .product .image .EnergyClass a{
  display: block;
    height: auto;
}

li .product .image .EnergyClass a img{
  display: block;
}

@media (max-width: 880px){
  li .product .image .EnergyClass a img{
    max-width: 80px;
  }
}

@media (max-width: 400px){
  li .product .image .EnergyClass a img{
    max-width: 50px;
  }
}


li .product img, div.slick-slide .product img {
    display: block;
    max-height: 100%;
}
.ProductList_Custom_UL form .product .image a img{
    width: auto;
}

li .product .price, div.slick-slide .product .price {
    font-size: 14px;
    font-weight: bold;
    color: #0085b7;
}

li .product .price strike,
div.slick-slide .product .price strike,
li .product .price .PriceStriked_Productlist {
    display:none;
    color: #ad0000;
    font-weight: 600;
    font-size: 11px;
    padding-right: 2px;
}
.sinkModalBody > li > .product > .buy >.price > .PriceStriked_Productlist,
.sinkModalBody > li > .product > .buy >.price > .PriceStriked_Productlist > strike {
    display:block;
    color: #747474;
}
li .product .price.campaign strike,
div.slick-slide .product .price.campaign strike,
li .product .price.campaign .PriceStriked_Productlist {
  display:block;
}

div.slick-slide .product > div:last-child {
  margin-top:auto;
}

.currency {
    font-weight: 600;
    font-size: 14px;
}

ul.Related_Custom_UL .price strike,
ul.CustomersAlsoBought_Custom_UL .price strike,
ul.Frontpage_Custom_UL .price strike {
    padding: 0 4px 0 0;
}

.ProductListVariantSelector {
    display: none;
}

li .product .badge,
li .product .VariantCount,
div.slick-slide .product .badge {
    display: none;
    position: absolute;
    z-index: 20;
    bottom: 0%;
    /* left: 50%;
    transform: translateX(-50%); */
    background-color: rgba(0, 161, 205, .8);
    color: rgba(255, 255, 255, 1.00);
    padding: 3px 10px;
    font-size: 12px;
    align-self: center;
    margin-top:3px;
}

li .product .badge.active,
li .product .VariantCount,
div.slick-slide .product .badge.active {
    display: block;
}

li .product .badge:empty, div.slick-slide .product .badge:empty {
  display:none;
}

li .product .badge label, div.slick-slide .product .badge label {
    display: none;
}

@media (max-width: 880px){
    li .product .badge, div.slick-slide .product .badge {
    margin: 3px 0px 10px 0px;
}
}

/*
li .product .advanced-variants {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,.80);
	padding: 10px;
	z-index: 30;
}
li .product .advanced-variants.colors div {
	display: inline-block;
	margin: 0 2% 1%;
}
li .product .advanced-variants a.color {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 200% auto;
	background-position: 50% 50%;
	border:solid 1px rgba(194,194,194,1.00);
}
*/

li .product .advanced-variants {
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    position: absolute;
    z-index: 15;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align: center;
}

li .product .advanced-variants:not(.colors) a {
    display: inline-block;
    padding: 3px 5px;
    margin: 2px;
    border: solid 1px #d8dadc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #575868;
    font-size: 10px;
    text-decoration: none;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.94, #f4f4f4), color-stop(0.94, #e7e7e7));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
}

li .product .advanced-variants:not(.colors) a:hover {
    color: #000;
    opacity: 0.6;
}

li .product .advanced-variants .variantsHeader {
    position: absolute;
    top: 100%;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
    background-color: #555;
    color: #fff;
    border-radius: 2px;
    line-height: 1;
    padding: 3px 5px;
    font-size: 11px;
}

li .product .advanced-variants.colors {
    display: block;
    background-color: transparent;
    bottom: 10px;
}

li .product .advanced-variants.colors div.slick-slide {
    padding: 0 3px;
}

li .product .advanced-variants.colors a {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: block;
    border: solid 1px rgba(139, 139, 139, 1);
    background-position: 50% 50%;
    background-size: 200% auto;
    background-repeat: no-repeat;
}

li .product .advanced-variants.colors a:hover {
    border-color: black;
}

li .product .advanced-variants.colors .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

li .product .advanced-variants.colors .fa-chevron-left {
    right: calc(100% + 5px);
}

li .product .advanced-variants.colors .fa-chevron-right {
    left: calc(100% + 5px);
}

li .product .advanced-variants.colors button {
    position: absolute;
    top: 50%;
    text-indent: -999px;
    overflow: hidden;
    background-color: blue;
    height: 10px;
    width: 10%;
    transform: translateY(-50%);
}

li .product .advanced-variants.colors button.slick-prev {
    right: calc(100% + 5px);
}

li .product .advanced-variants.colors button.slick-next {
    left: calc(100% + 5px);
}

li:hover .product .advanced-variants {
    display: block;
}

li .product input[type="text"], div.slick-slide .product input[type="text"] {
    display: none;
}

li .product .buy, div.slick-slide .product .buy {
  max-width: 200px;
  overflow: hidden;
  min-width: 0px;
  margin: 10px auto 20px;
}

@media (max-width: 899px){
  li .product .buy, div.slick-slide .product .buy {
    margin: 10px auto 20px;
  }
}

li .product .BuyButton_ProductList, div.slick-slide .product .BuyButton_ProductList {
    width: 100%;
    display: block;
}

li .product .Related_BuyButton_IMG {
    width: 100%;
    display: block;
    /*
	width: 400px;
    margin-left: -130px;
    max-width: none;
	*/
}

/* NEWS */
li .news {
    position: absolute;
    top: -6px;
    right: -5px;
    z-index: 40;
    width: 80px;
}

li .news.text {
    width: 100px;
    top: 17px;
    right: -23px;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    padding: 4px 0;
    font-size: 12px;
    line-height: 12px;
    transform: rotate(45deg);
}

.Frontpage_Custom_UL li .news img,
.ProductList_Custom_UL li .news img,
.Related_Custom_UL li .news img {
    width: 100%;
}

/* PAGER */
.pager {
    clear: both;
    padding: 20px 0px 50px;
    width: 100%;
}

.pager:after {
    content: "";
    clear: both;
    display: block;
}

.pager>div {
    display: block;
    float: left;
}

.pager .prev {
    width: 20%;
    min-height: 1px;
}

.pager .pages {
    width: 60%;
    text-align: center;
}

.pager .next {
    width: 20%;
    text-align: right;
}

.pager .next a,
.pager .prev a {
    display: inline-block;
    border: solid 1px #4d4d4d;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pager .pages a {
    display: inline-block;
    border: solid 1px #cecece;
    padding: 5px 10px;
    margin: 0 3px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pager .pages a.ActivePageNumber_ProductList {
    border-color: #555;
    background-color: #555;
    color: #fff;
    font-weight: normal;
    padding-right: 10px;
}

/* SORT SELECTOR */
.sort-container:after {
    content: "";
    clear: both;
    display: block;
}

#Productlist_Sort_table {
    margin: 0 0 10px;
}

.sort-selector {
    overflow: hidden;
    background-image: -ms-linear-gradient(top, #fefefe 0%, #f2f2f0 100%);
    background-image: -moz-linear-gradient(top, #fefefe 0%, #f2f2f0 100%);
    background-image: -o-linear-gradient(top, #fefefe 0%, #f2f2f0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #f2f2f0));
    background-image: -webkit-linear-gradient(top, #fefefe 0%, #f2f2f0 100%);
    background-image: linear-gradient(to bottom, #fefefe 0%, #f2f2f0 100%);
}

.sort-selector a {
    display: inline-block;
    padding: 8px 15px;
    font-size: 11px;
    line-height: 11px;
    color: #4e4e4e;
    text-decoration: none;
}

.sort-selector a:hover {
    background-color: #969696;
    color: #fff;
}

.sort-selector a.selected {
    background-color: #555;
    color: #fff;
}

.sort-selector a:last-child {
    border: 0;
}

#Productlist_Sort_Select {
    display: none;
}

/* OFFER OVERLAY */
.product div.Element_Overlay_Container_DIV,
.product .Element_Overlay_ProdList_SpecialOfferContainer_DIV,
.product div.Element_Overlay_ProductInfo-relatedContainer_DIV,
div.Element_Overlay_ProdInfo_SpecialOfferImage_DIV {
    display: none;
}

.product div.Element_Overlay_ProdList_SpecialOfferDIV,
.product div.Element_Overlay_ProdList_SavingsDIV,
.product div.Element_Overlay_Frontpage_SavingsDIV,
.product div.Element_Overlay_ProductInfo-related-savingsDIV,
.product div.Element_Overlay_ShowBasket-related-savingsDIV {
    position: relative;
    display: block;
}

.ProductList_Custom_UL .image>a>div,
.Frontpage_Custom_UL .image>a>div,
.Related_Custom_UL .image>a>div,
div.Element_Overlay_DIV,
div.Element_Overlay_ProductInfo-relatedDIV,
div.Element_Overlay_ProductInfo-customersboughtDIV {
    display: block !important;
}

li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProdList_SavingsContainer_DIV,
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV,
li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV {
    top: -5px;
    left: -5px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(255, 216, 0, 1);
}

li .Element_Overlay_Frontpage_SavingsImage_DIV,
li .Element_Overlay_ProdList_SavingsImage_DIV,
li .Element_Overlay_ProductInfo-related-savingsImage_DIV,
li .Element_Overlay_ProductInfo-customersboughtImage_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsImage_DIV,
li .Element_Overlay_ShowBasket-related-savingsImage_DIV {
    display: none;
}

li div.Element_Overlay_ProdList_SavingsText_DIV,
li div.Element_Overlay_Frontpage_SavingsText_DIV,
li div.Element_Overlay_ProductInfo-related-savingsText_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV,
li div.Element_Overlay_ShowBasket-related-savingsText_DIV {
    width: 100%;
    top: 14px;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-left: 0px;
    font-weight: bold;
    position: absolute;
    color: rgba(0, 0, 0, 1);
}

li div.Element_Overlay_ProdList_SavingsText_DIV strong,
li div.Element_Overlay_Frontpage_SavingsText_DIV strong,
li div.Element_Overlay_ProductInfo-related-savingsText_DIV strong,
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV strong,
li div.Element_Overlay_ShowBasket-related-savingsText_DIV strong {
    display: block;
    font-size: 22px;
}

.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
    top: 10px;
    left: 10px;
    right: auto;
    width: 70px;
    height: 70px;
}

.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
    font-size: 15px;
    line-height: 15px;
    top: 16px;
}

.moreinfo {
    clear: both;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    position: relative;
    width: 85%;
    max-width: 95%;
    margin: 0 auto 30px;
}
.moreinfo .dfiSinks,
.moreinfo .hornSinks,
.moreinfo .celebertSinks {
    display: none;
}
.dfiBordplade .moreinfo .dfiSinks {
    display: block;
}
.hornBordplade .moreinfo .hornSinks {
    display: block;
}
.celebertBordplade .moreinfo .celebertSinks {
    display: block;
}
@media (max-width:880px){
    .moreinfo {
    width: 95%;
    max-width: 95%;
}
}

body:not(.webshop-checkout) .moreinfo>h2 {
    margin: 0 0 10px;
    padding: 30px 0 0;
    font-size: 1.25rem;
    font-weight: bold;
}

body:not(.webshop-checkout) .moreinfo h2 a {
    text-decoration: none;
}

.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>li {
    margin: 0;
    float: left;
    padding-right: 10px;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

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

.moreinfo ul.col.col3>li {
    width: 33.33%;
    color: #f1f1f1;
    margin-top: 15px;
}

.moreinfo ul.col.col4>li {
    width: 33.33%;
    margin-top: 15px;
}

.moreinfo ul.col.col5>li {
    width: 25%;
    margin-top: 15px;
}

.moreinfo ul.col.col6>li {
    width: 12.67%;
}

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

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

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

.moreinfo>p {
    line-height: 1.8em;
    margin: 40px 0 0;
}

.moreinfo ul.textboxes>li {
    background-color: #3b3b3b;
    border: solid 1px #757575;
    padding: 15px;
    min-height: 200px;
}

.moreinfo ul.textboxes strong {
    color: #f1f1f1;
    margin: 0 0 6px;
    display: block;
}

.moreinfo ul p {
    margin: 0;
    padding: 0;
    color: #f1f1f1;
}

.moreinfo ul p a {
    margin: 0;
    padding: 0;
    color: #f1f1f1;
    text-decoration: none;
    font-weight: 600;
}

.moreInfoSink #terms-inner h2 {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
    padding-top: 125px;
}
table.bordered td:nth-child(1),table.bordered th:nth-child(1) {
    border-left: 1px solid #ddd;
}

table.bordered th {
    background: #eee;
}
table.bordered th, table.bordered td {
    padding: 5px;
    border: 1px solid #ddd;
    border-left: 0;
}
table.bordered td {
    border-top: 0;
}

@media (max-width: 880px){
    table.bordered th, table.bordered td {
    padding: 0px;
    border: 1px solid #ddd;
    border-left: 0;
}
}


/* ADVANCED VARIANTS */
div.OptionItems {
    display: inline-block;
    margin: 0 2% 2% 0;
    border: solid 1px rgba(205, 205, 205, 1);
    padding: 10px;
    width: 31.33%;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}

div.OptionItems:hover {
    border-color: rgba(89, 89, 89, 1);
}

div.OptionItems:hover label {
    background-color: rgba(89, 89, 89, 1);
    color: rgba(255, 255, 255, 1);
}

div.OptionItems.Found {
    padding: 0;
}

div.OptionItems img {
    display: block;
    width: 100%;
    padding: 5px;
}

div.OptionItems label {
    display: block;
    padding: 5px;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(205, 205, 205, 1);
    font-size: 11px;
}

div.OptionItems.active {
    border-color: rgb(0, 161, 205);
}

div.OptionItems.active label {
    background-color: rgb(0, 161, 205);
    color: rgba(255, 255, 255, 1);
}

div.OptionItems.active div.checkmark {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/checkmark-white.png");
    background-size: 50% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(116, 211, 0);
}
.placementTypes {
    display: flex;
    flex-wrap: wrap;
}
.typeImg > img {
    max-width: 100%;
}

.placementType {
    display: flex;
    margin: 10px 0;
    padding: 10px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.typeImg {
    padding: 10px 10px;
    max-width: 30%;
    align-self: center;
}
/* SPECS */
#specs {
    list-style-type: none;
    margin: 20px 0 0;
    padding: 15px 0;
    border: solid 1px rgba(237, 237, 237, 1);
    display: none;
}

#specs.active {
    display: block;
}

#specs>li {
    border-bottom: solid 1px rgba(155, 155, 155, 0.4);
    padding: 4px 0;
    display: none;
}

#specs>li:nth-child(2n + 1) {
    background-color: rgba(155, 155, 155, 0.1);
}

#specs>li.active {
    display: block;
}

#specs>li:last-child {
    border: 0;
}

#specs>li>div {
    display: inline-block;
    vertical-align: top;
}

#specs>li>div:first-child {
    width: 130px;
    padding: 0 15px 0 20px;
}

#specs>li>div:last-child {
    font-weight: bold;
}

table.CmsPageStyle_Table,
.profileWrapper table,
.termsWrapper table {
    table-layout: fixed;
    width: 100%;
    overflow-wrap: break-word;
    font-size: 14px;
    height:unset;
}

.termsWrapper table{
  width:auto;

}

.termsWrapper table tr td{
  padding: 2px 5px;
}

@media (max-width: 880px){
    .termsWrapper table tr td{
  padding: 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;
}
}

@media (max-width: 880px){
    table.CmsPageStyle_Table,
    .profileWrapper table,
    .termsWrapper table {
        font-size: 14px;
        width: 100%;
    }

    #offerProducts td.unittotal{
      white-space: initial;
    }
}

div.profileWrapper img,
div.termsWrapper img {
    max-width: 100%;
    height: 100%;
}
table.CmsPageStyle_Table .category-description .List img {
    height: max-content;
}

input.SubmitButton_AdvancedSearchPage[type="submit"] {
    font-size: 13px;
    padding: 6px 10px;
}

.CmsPageStyle_Table .red {
    color: rgba(192, 0, 3, 1);
}

.message {
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px rgba(234, 234, 234, 1);
    background-color: rgba(246, 246, 246, 1);
}

.message ul {
    margin: 15px 0 0;
    padding: 0;
    list-style-type: none;
}

.message li {
    position: relative;
    padding: 0 0 0 25px;
}

.message li:before {
    content: "\f071";
    font-family: "FontAwesome";
    font-size: 13px;
    line-height: 1;
    position: absolute;
    top: 1px;
    left: 0;
    color: rgba(192, 0, 3, 1);
}

.message ul>li:not(:last-child) {
    margin: 0 0 9px;
}

ul.stores {
    padding: 15px 0 0;
    margin: 0 -2%;
    font-size: 0;
    list-style-type: none;
}

ul.stores>li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 4%;
    width: 21%;
    font-size: 13px;
}

ul.stores>li img {
    display: block;
    margin: 0 0 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul.stores hr {
    height: 1px;
    border: 0;
    background-color: rgba(216, 216, 216, 1);
    margin: 5px 0;
}

/* FAVORITES */
table.FavTB {
    table-layout: fixed;
}

table.FavTB>tbody>tr>td {
    border-bottom: solid 1px rgba(235, 235, 235, 1);
    padding-top: 10px;
    padding-bottom: 10px;
}

td.FavTB_ProdImageTD {
    width: 10%;
}

img.FavTB_ProdImage {
    max-width: 100%;
}

td.FavTB_ProdNameTD {
    width: auto;
    vertical-align: middle;
    padding-left: 25px;
}

td.FavTB_ProdNameTD>a {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    text-decoration: none;
    padding: 0 15px 0 0;
    display: block;
}

td.FavTB_ProdNameTD br {
    display: none;
}

td.FavTB_ProdAmountTD {
    display: none;
}

td.FavTB_ActionButtonsTD {
    width: 40px;
}

td.FavTB_ActionButtonsTD>a:nth-of-type(-n + 2) {
    display: none;
}

td.FavTB_ActionButtonsTD>a>img {
    width: 25px;
    display: block;
}

td.FavTB_Buy {
    width: 20%;
}

td.FavTB_Buy input {
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.SubCats_Categories_Container table {
    table-layout: fixed;
    width: 100%;
}

/* PRODUCTGROUPS */
.SubCats_Categories_UL {
    padding: 0;
    margin: 30px -1% 20px;
    list-style-type: none;
}
.topCategories {
    padding: 0;
    margin: 30px -1% 20px;
    list-style-type: none;
}
.topCategories .name {
    display: none;
}

@media (max-width: 768px){


  #Popup > .Modal {
    width: 100%;
    max-width: 90%;
  }

    .SubCats_Categories_UL {
        padding: 0;
        margin: 30px 0% 20px;
        list-style-type: none;
    }
    .topCategories {
        padding: 0;
        margin: 30px 0% 20px;
        list-style-type: none;
    }
}

.SubCats_Categories_UL:after {
    content: "";
    clear: both;
    display: block;
}

.SubCats_Categories_UL .slick-list,
.topCategories .slick-list{
  padding: 0 10% 0 0 !important;
}

.SubCats_Categories_UL li.slick-slide,
.topCategories li.slick-slide {
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}

.SubCats_Categories_UL li.slick-slide{
    border: solid 1px #d6d6d6;
}

.SubCats_Categories_UL li.slick-slide:not(.slick-active):after {
  width:100%;
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 100%);
  height:100%;
}
.SubCats_Categories_UL>li {
    margin: 0 0% 2%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.SubCats_Categories_UL:not(.splide__list)>li {
    float: none !important;
    border: none;
    margin: 0px;
    width: calc(12.75% - 2%) !important;
    flex-shrink: 0;
}

.SubCats_Categories_UL > li:empty{
  display:none !important;
}

.SubCats_Categories_UL li.slick-slide:last-child,
.topCategories li.slick-slide:last-child{
  display:inline-block;
}

.SubCats_Categories_UL.slick-slider,
.topCategories.slick-slider{
  margin: 30px 0 20px;
}

.SubCats_Categories_UL.slick-slider .slick-arrow,
.topCategories.slick-slider .slick-arrow{
  position: absolute;
  top: 50%;
  height: 100%;
  z-index: 10;
  opacity: 0.3;
}

.SubCats_Categories_UL.slick-slider:hover .slick-arrow,
.topCategories.slick-slider:hover .slick-arrow{
  transition: opacity 0.3s;
 -webkit-transition: opacity 0.3s;
 opacity: 1;
}

.SubCats_Categories_UL.slick-slider .slick-arrow:before,
.topCategories.slick-slider .slick-arrow:before{
  color: #595959;
  font-size: 60px;
  background: #fff;
  padding: 40px;
  transform: translate(-50%,-50%);
  border-radius: 100%;
  top: 50%;
  position: absolute;
}

.SubCats_Categories_UL.slick-slider .slick-arrow.fa-chevron-left,
.topCategories.slick-slider .slick-arrow.fa-chevron-left{
  left: 0;
  transform: translate(-50%,-50%);
}

.SubCats_Categories_UL.slick-slider .slick-arrow.fa-chevron-right,
.topCategories.slick-slider .slick-arrow.fa-chevron-right{
  right: 0;
  transform: translate(-50%,-50%);
}



.topCategories>li {
    width: 31.3% !important;
    float: none !important;
    margin: 0 1% 2%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}
@media (max-width: 600px){

    #Popup > .Modal{
      min-width:340px;
    }

    .SubCats_Categories_UL li {
        margin: 0 0% 2%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        position: relative;
    }
    .topCategories li.slick-slide {
        margin: 0 1% 1%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        position: relative;
    }
    .topCategories>li {
        /* width: 48% !important; */
        float: none !important;
        margin: 0 0% 2%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        position: relative;
    }
    .topCategories>li.fullwidth{
        width: 100% !important;
    }
    li .product .name a {
      font-size: 12px;
      padding: 5px 0 5px;
      margin: 0px;
    }
    .product .ribbon,
    #n-left .ribbon,
    .productFlexContainer .ribbon,
    .productcard .ribbon,
    #productcard-left .ribbon {
      font-size: 15px;
      font-weight: bold;
      display: block;
      border-radius: 5px;
      padding: 6px 8px;
      height: unset;
    }

    .product .ribbon .BlackNovember,
    #n-left .ribbon .BlackNovember,
    .productFlexContainer .ribbon .BlackNovember,
    .productcard .ribbon .BlackNovember,
    #productcard-left .ribbon .BlackNovember {
      font-size: 12px;
      line-height: 14px;

    }

}
@media (max-width: 900px) and (min-width: 601px){
    .SubCats_Categories_UL li {
        margin: 0 1% 2%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        position: relative;
    }

    .SubCats_Categories_UL:not(.splide__list)>li {
        width: 48% !important;
        float: none !important;
    }
    .topCategories li.slick-slide {
        margin: 0 1% 1%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        position: relative;
    }
    .topCategories>li {
        /* width: 48% !important; */
        float: none !important;
        margin: 0 1% 2%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        position: relative;
    }
    .topCategories>li.fullwidth{
        width: 100% !important;
    }
}
p.topcat_headline {
    font-size: 1.2rem;
    font-weight: 600;
}


.SubCats_Categories_UL li .image {
    min-height: 100px;
}

.SubCats_Categories_UL li .image img {
    display: block;
    width: 100%;
    margin: 0;
    height:auto;
}

.SubCats_Categories_UL li .name {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.SubCats_Categories_UL li .name a {
    display: block;
    text-decoration: none;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    background-color: #0085b7;
    padding: 8px 4px;
    font-weight: bold;
    word-break: break-word;
    letter-spacing: 0.2px;
    line-height: 18px;
}

.SubCats_Categories_UL >li:hover .name a {
    background-color: #004f6d;
}

/* SLIDERS */
div.dd-theme-default .nivo-directionNav a {
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-position: 50% 50%;
    background-size: 10px auto;
    background-repeat: no-repeat;
    height: 50px;
    width: 30px;
    transform: translateY(-50%);
}

div.dd-theme-default a.nivo-prevNav {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/arrow-prev.png");
}

div.dd-theme-default a.nivo-nextNav {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/arrow-next.png");
}

/* PRODUCTCARD */
/*body.webshop-productinfo article {
    background-color: transparent;
    padding: 0;
}*/
.productcard {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
}

.productcard:after {
    content: "";
    clear: both;
    display: block;
}

body.webshop-productinfo .back {
    position: absolute;
    top: 72px;
    right: 25px;
}

.productcard .buy {
    margin: 20px 0;
}

.productcard .buy:after {
    content: "";
    clear: both;
    display: block;
}
.variantButtonContainer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
    /* margin-bottom: 20px; */
}

.variantButtonElement:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.variantButtonElement {
    max-width: 16%;
    padding: 5px;
    border: solid 1px rgba(155, 155, 155, 0.4);
    float: right;
    text-align: center;
    cursor: pointer;
    margin: 2% 2%;
    flex: 1 0 45%;

    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 880px){
    .variantButtonElement{
        max-width: 29.3%;
        padding: 8px;
        margin: 2% 2%;
    }
}

.calculator .variantButtonElement {
    background-color: white;
    border-radius: 3px;
    flex-direction: column;
}
/* .variantButtonElement.selected {
    background-color: #f3f1ee;
} */

img.FavAddButton_ProductInfo {
    float: left;
    background-color: #454545;
    padding: 13px;
    height: 45px;
}

.buyWrapperHeadline,
.amountWrapperHeadline {
    display: none;
}

.amountWrapper {
    float: left;
}

.amountWrapper input[type="number"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 45px;
    width: 80px;
    border: solid 1px #252525;
    border-right: 0;
    background-color: #ffffff;
    text-align: center;
    padding: 0;
}

.buyWrapper {
    float: left;
    margin: 0 15px 0 0;
}
.extraBuyWrapper {
    margin: 15px 0 0 0;
}
.buyWrapper input,.extraBuyWrapper input {
    height: 45px;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.productcard .documents>a:first-of-type {
    margin-top: 20px;
    display: inline-block;
}

.productcard .documents a[href="x"] {
    display: none;
}

.productcard .documents img {
    width: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 3px 10px 3px 0;
}

.productcard .news {
    position: absolute;
    top: -7px;
    right: -6px;
    width: 100px;
}

.productcard .news.text {
    position: absolute;
    width: 140px;
    top: 24px;
    right: -32px;
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    padding: 6px 0;
    font-size: 16px;
    line-height: 16px;
    transform: rotate(45deg);
}

.productcard .news img {
    width: 100%;
}

.productcard .images {
    float: left;
    width: 44%;
    position: relative;
}


#n-produktkortskabelon .images1{
  display:grid;
  gap: 2%;
  grid-template-columns: 10% 88%;
  grid-template-rows: auto;
  grid-template-areas:
    "Col1 Col2"
    "Col1 Col2";
}

#n-produktkortskabelon .images1 #thumbnail-slider{
  grid-area: Col1;
  margin-right:1%;
}

#n-produktkortskabelon .images1 #main-slider{
  grid-area: Col2;
}

.webshop-productinfo #main-slider .splide__slide a{
    margin: 0 auto;
    display: block;
}

.webshop-productinfo #main-slider .splide__slide.video a:after,
.webshop-productinfo #thumbnail-slider .splide__slide.video a:after{
    content: url("/images/skins/justwood/images/justwood_playbutton_white.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.webshop-productinfo #main-slider .splide__slide.video a:after{
    height: 200px;
    width: 200px;
}

.webshop-productinfo #thumbnail-slider .splide__slide.video a:after{
    height: 50px;
    width: 50px;
}

.webshop-productinfo #main-slider .splide__slide img{
    height: auto;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding:25px;
}

#n-produktkortskabelon .images1 #thumbnail-slider .splide__arrow--prev,
#n-produktkortskabelon .images1 #thumbnail-slider .splide__arrow--next{
  width: 100%;
  border-radius: 0;
  background: rgb(219, 219, 219);
  opacity: 1;
}

#n-produktkortskabelon .images1 #thumbnail-slider .splide__arrow--prev{
  top:0px;

}

#n-produktkortskabelon .images1 #thumbnail-slider .splide__arrow--next{
  bottom:0px;
}

#n-produktkortskabelon .images1 #thumbnail-slider .splide__track--nav > .splide__list > .splide__slide.is-active{
  border-right:none;
  border-left:none;
  border-top:none;
  border-bottom: 2px solid rgb(1, 120, 163);
}

#n-produktkortskabelon .images1 #thumbnail-slider .splide__track--nav > .splide__list .splide__slide > img{
  image-rendering: auto;
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#n-produktkortskabelon .images1 .splide__pagination__page.is-active{
  background: #4b4b4b;
}

@media (max-width: 1365px){

  #n-produktkortskabelon .images1{
    grid-template-areas:
      "Col2 Col2";
  }

  #n-produktkortskabelon .images1 #main-slider{
    width:100%;
  }

  #n-produktkortskabelon .images1 #thumbnail-slider .splide__arrow--prev,
  #n-produktkortskabelon .images1 #thumbnail-slider .splide__arrow--next{
    width: 2em;
    border-radius: 50%;
    background: rgb(219, 219, 219);
    opacity: 0.7;
  }

  #n-produktkortskabelon .images1 #thumbnail-slider .splide__arrow--prev{
    top:50%;

  }

  #n-produktkortskabelon .images1 #thumbnail-slider .splide__arrow--next{
    bottom:50%;
  }

  #n-produktkortskabelon .images1 #thumbnail-slider{
    display:none;
  }
}


@media (max-width: 880px){


  #n-produktkortskabelon .images1 #main-slider{
    width:100%;
  }
}

.productcard .imagecanvas {
    margin: 0 0 15px;
}




#Productinfo_Fancybox_Image_DIV img {
    max-width: 100%;
    display: block;
}

.productcard .imageselector {
    padding: 15px 0 15px 0;
}

.productcard .imageselector>a,
a.MagicThumb-swap {
    vertical-align: top;
}

.productcard .imageselector a {
    display: flex;
}

.productcard .imageselector img {
  display: block;
  margin: 0 auto;
}

table.ProductInfo_MagixZoomPlus_MainImage_TABLE {
    width: 100%;
}

a.youtubeThumb {
    position: relative;
}

a.youtubeThumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    z-index: 10;
}

/*
a.youtubeThumb:after {
	content: "\f167";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #ff0000;
	z-index: 20;
}
*/
a.youtubeThumb i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff0000;
    z-index: 20;
    font-size: 24px;
}

.swiper a.youtubeThumb:before {
    width: 30px;
    height: 30px;
}

.swiper a.youtubeThumb:after,
.swiper a.youtubeThumb i {
    font-size: 60px;
}

.imageselector a.youtubeThumb:before,
.imageselector a.youtubeThumb:after,
.imageselector a.youtubeThumb i {
    top: 47%;
}

/*
div.MagicThumb-caption {
	display:none !important;
}
*/

.imagecanvas div.Element_Overlay_ProdInfo_SavingsDIV,
.imagecanvas div.Element_Overlay_ProdInfo_SpecialOfferDIV {
    display: block;
}

.productcard .info {
    float: right;
    width: 53%;
    position: relative;
    margin: 0;
}

.productcard ul.details {
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none;
    border: solid 1px rgba(223, 223, 223, 1);
    display: none;
    font-size: 0;
}

.productcard ul.details.active {
    display: inline-block;
}

.productcard ul.details:after {
    clear: both;
    content: "";
    display: block;
}

.productcard ul.details>li {
    font-size: 12px;
    display: none;
    vertical-align: middle;
    border-right: solid 1px rgba(223, 223, 223, 1);
    padding: 7px 15px;
}

.productcard ul.details>li.active {
    display: inline-block;
}

.productcard ul.details>li.active.last {
    border-right: none;
}

.productcard ul.details>li>span {
    display: inline-block;
    vertical-align: middle;
}

.productcard ul.details>li.stock-message img {
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0px 10px 0px 1px;
    vertical-align: middle;
}
.productcard ul.details>li.delivery-time {
    color: white;
}
.productcard ul.details>li.delivery-time.icon {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-delivery-inverse.png");
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: 15px 53%;
    padding-left: 35px;
    background-color: rgba(102, 188, 0, 1);
}

#buySection ul.details {
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none;
    border: solid 1px rgba(223, 223, 223, 1);
    background-color: rgba(255, 255, 255, 1.00);
    border-radius: 5px;
    display: none;
    font-size: 0;
}

#buySection>ul.details>li.delivery-time {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-delivery.png");
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: 15px 53%;
    padding-left: 35px;
    border-right: 0;
}

#buySection>ul.details>li.active.last {
    border-right: none;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 35px;
    padding-right: 15px;
}

#buySection ul.details:after {
    clear: both;
    content: "";
    display: block;
}

#buySection ul.details.active {
    display: inline-block;
}

.productcard ul.details>li.rating {
    padding-top: 0;
    padding-bottom: 0;
}

.productcard ul.details>li.rating>div {
    padding: 0 !important;
}

.productcard ul.details>li.rating span.Product_Rating_Review_Text,
.productcard ul.details>li.rating span.Product_Rating_Sum,
.productcard ul.details>li.rating span.Product_Rating_NoRates,
.productcard ul.details>li.rating span.Product_Rating_Voted {
    display: none;
}

/* PRODUCTCARD RATING */
div.Product_Rating_Symbols_Active_Right,
div.Product_Rating_Symbols_Active_Left,
div.Product_Rating_Symbols_Hover_Right,
div.Product_Rating_Symbols_Hover_Left,
div.Product_Rating_Symbols_Idle_Right,
div.Product_Rating_Symbols_Idle_Left,
div.Product_Rating_Symbols_Idle,
div.Product_Rating_Symbols_Active {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/rating-stars.png");
    background-size: 20px auto;
}

.productcard .product-number {
    margin: 20px 0 15px;
    font-size: 11px;
}

.Variants {
    margin: 10px 0 0;
}

table.VariantGroup {
    width: 100%;
}

.Variants>table.VariantGroup:not(:last-child) {
    margin-bottom: 5px;
}

td.VariantGroupLabel,
div.VariantGroupLabel {
    font-weight: bold;
    padding: 15px 0px 10px 0px;
}

table.VariantGroup select {
    width: 100%;
}

.productcard .Prices_Custom_UL {
    width: auto;
    margin: 10px 0 5px;
    padding: 0;
    list-style-type: none;
}

.productcard .Prices_Custom_UL .before-price {
    font-size: 16px;
    line-height: 16px;
    color: #ca0003;
    text-decoration: line-through;
}

.productcard .Prices_Custom_UL .price,
.productcard .Prices_Custom_UL .Price {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    margin-top: 5px;
}

.productcard .Prices_Custom_UL li:first-child .price,
.productcard .Prices_Custom_UL li:first-child .Price {
    font-size: 36px;
    line-height: 1;
    height: 40px;
}

@media (max-width: 1368px) and (min-width: 881px){
    .productcard .Prices_Custom_UL li:first-child .price,
    .productcard .Prices_Custom_UL li:first-child .Price{
    font-size: 20px;
    line-height: 1;
    height: 40px;
}
}

@media (min-width: 1400px){
    .productcard .Prices_Custom_UL li:first-child .price,
    .productcard .Prices_Custom_UL li:first-child .Price {
        font-size: 30px;
        line-height: 1;
        height: 40px;
    }
}

.productcard .Prices_Custom_UL .price .text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #7e7e7e;
    padding-right: 4px;
}

.productcard .Prices_Custom_UL li .vat {
    font-size: 16px;
    padding: 0 0 0 7px;
}

.Prices_Custom_UL li:first-child .text {
    display: none;
}

.Prices_Custom_UL li:last-child {
    margin: 0 0 10px;
}

/*.productcard .short-description {
    padding: 60px 0 20px;
}*/
.productcard .short-description img,
.productcard .description1 img {
    max-width: 100% !important;
    height: auto !important;
}

td.ProductInfo_MagixZoomPlus_MainImage_TD {
    border: 0;
}

.productcard .addthis_toolbox {
    padding: 20px 0 0;
}

/* RELATED PRODUCTS */
.related,
.alsobought {
    margin: 60px 0 0;
    display: none;
    clear:both;
}

.related.active,
.alsobought.active {
    display: block;
}

.related.active:before,
.alsobought.active:before {
    content: "";
    clear: both;
    display: block;
}

.related.active:before {
    padding: 30px 0 0;
}

.related .header,
.alsobought .header {
    font-size: 20px;
    margin: 30px 0 20px;
    padding: 0;
    font-weight: bold;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

@media (max-width: 880px){
    .related .header,
.alsobought .header {
    font-size: 18px;
}
}

/* FARVEPRØVER */
body.samples .amountWrapper {
    display: none;
}

body.samples .VariantGroup input[type="text"] {
    height: 35px;
    width: 100%;
}

/* INSPIRATIONSKORT */
.productcard.inspiration .noprice,
.productcard.inspiration .buy {
    display: none;
}
.galla-skyde {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.galla-skyde-img{
    flex: 0 0 23.5%;
}
@media (min-width: 501px) and (max-width: 880px){
    .galla-skyde-img{
        flex: 0 0 49%;              
    }   
}
@media (max-width: 500px){
    .galla-skyde-img{
        flex: 0 0 100%;              
    }   
}
a.inspiration {
overflow: hidden;
  position: relative;
}
div.galla-skyde > a.inspiration > img {
    height: 100%;
    width: 100%;
    display: block;
}
.externalContent {
    margin: 20px 0 0;
    padding: 30px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

ul.ordersteps {
    margin: 0 -1%;
    padding: 0 0 30px;
    list-style-type: none;
    font-size: 0;
}

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

ul.ordersteps>li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
    width: 31.33%;
    background-color: rgb(0, 161, 205);
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    min-height: 190px;
}

ul.ordersteps>li:before {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #e59523;
    color: rgba(255, 255, 255, 1);
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    top: -10px;
    left: -10px;
    z-index: 20;
    text-align: center;
    padding: 4px 0 0;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

ul.ordersteps>li:nth-child(1):before {
    content: "1";
}

ul.ordersteps>li:nth-child(2):before {
    content: "2";
}

ul.ordersteps>li:nth-child(3):before {
    content: "3";
}

ul.ordersteps>li .header {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: bold;
}

ul.ordersteps>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.ordersteps>li>ul>li {
    background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/checkmark-white.png");
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: 0 3px;
    padding: 0 0 0 25px;
    margin: 0 0 8px;
}

ul.ordersteps>li>ul>li:last-child {
    margin-bottom: 0;
}

ul.ordersteps>li>ul>li a {
    color: rgba(255, 255, 255, 1);
}
.needhelpContainer {
    width: 100%;
}

.needhelp {
  margin-top: 25px;
  width: 100%;
}

.HelpContentContainer {
  margin: 25px 15px 40px 15px;
}

h2.HelpContentH2 {
  line-height: 24px !important;
  margin: 0px 0px 10px 0px !important;
  width:100%;
}

.aktuelt_tilbud > div{
  width:100%;
}

.callmeContainer > .callmeSubmit {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    background-color: #0085B7;
    padding: 6px 9px !important;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    max-width: 100%;
    margin: 10px 0 0;
}

.callmeContainer > * {
    width: 100%;
}
.callmeContainer .callmeError {
    color:red;
    font-weight: bold;
    padding: 5px 0;
}

.callmeContainer .callmeInfo {
    font-size: 16px;
    margin: 10px;
}
.callmeContainer input[type="text"]  {
    display: block;
    height: 35px;
    color: rgba(0, 0, 0, 1);
    border: solid 1px rgba(195, 195, 195, 1);
    padding: 0 10px;
}
.imagescontainer {
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .imagescontainer > * {
    width: 32%;
    margin-top: 15px;
  }
  .imagescontainer img {
    width: 100%;
  }

/* GIFTCARD */
body.giftcard ul.Prices_Custom_UL,
body.giftcard table.VariantGroup>tbody>tr:first-child {
    display: none;
}

body.giftcard table.VariantGroup {
    width: 100%;
}

body.giftcard table.VariantGroup input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 18px;
    border: 0;
}

/* CONTACTFORM */
aside .header {
    margin-top: 30px;
}

form.contact {
    padding: 0;
}

form.contact input[type="text"],
form.contact input[type="email"],
form.contact textarea {
    width: 100%;
    height: 30px;
    padding-left: 15px;
    margin: 0 0 4px;
    color: #000;
    background-color: rgba(100, 100, 100, 0.1);
    border: 0;
    border-top: solid 1px #dbdbdb;
}

form.contact textarea {
    padding: 10px 15px;
    height: 60px;
}

form.contact small {
    display: block;
    padding: 5px 0 10px 15px;
}

form.contact input[type="submit"] {
    font-size: 12px;
    padding: 7px 10px;
    margin-left: 15px;
    text-transform: uppercase;
}

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

@media (max-width: 660px){
    div.ShowBasket_SimpleVariants_DIV {
    margin-left: 0px;
    margin-top: 15px;
}
}

.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 {
    float: left;
    margin: 15px 0 0;
}

a.Order_back_basket img {
    width: 200px;
    display: block;
}
a.Order_empty_basket {
    display: none;
    width: 200px;
    display: inline-block;
    margin: 15px;
    background-color: #ddd;
    padding: 7px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
}

@media (max-width: 880px){
    a.Order_empty_basket {
    width: 140px;
    margin: 15px 0px 15px 0px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    padding: 7px 18px;
}
}

a.Basket_Order img {
    display: block;
    max-width: 100%;
}

@media (min-width: 1000px){
.Basket_Order:hover{
    opacity: 0.8;
}
}

a.ShowBasket_SendBasketLink_Dialog_Link,
#save-basket {
    font-size: 14px;
    color: #575868;
    text-decoration: none;
    float: right;
    background-color: #fff;
    padding: 14px 18px;
    border: solid 1px #d8dadc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 0 5px;
    cursor: pointer;
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.94, #f4f4f4), color-stop(0.94, #e7e7e7));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
}

.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:not(.counterTop)>td {
    border-bottom: 1px solid #f2f2f2;
}
.pladeHeader {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 10px 0;
}

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

.yourCountertop {
    padding: 5px 10px;
}

.yourCountertop > h3 {
    /*background: #eee;
    margin: -5px -10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;*/
    margin: 0px;
    padding: 10px 0px 15px 0px;
}
.yourCountertopImage > img {
    max-width: 100%;
}
.counterTopDesc .yourCountertop {
    max-width: 50%;
}

.yourIslandImage img{
  margin-top: 30px;
  width: 100%;
}

.islandHeader{
    margin-top: 30px;
}

@media (max-width: 880px) {
    .counterTopDesc .yourCountertop {
        max-width: 100%;
    }
}
table.showbasket td,
table.showbasket th {
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

table.showbasket th {
    background-color: #f2f2f2;
    font-weight: bold;
}

table.showbasket .description {
    position: relative;
}

table.showbasket .description img.ProductImage_ShowBasket {
    margin: 0 15px 0 0;
}

table.showbasket .description small {
    display: block;
    margin-left: 65px;
    margin-top: 10px;
}

table.showbasket .description .Delivery{
  display: block;
    margin-left: 65px;
    margin-top: 10px;
    font-size: 11px;
    border: 1px solid #eee;
    width: fit-content;
    padding: 8px 10px;
    font-weight: 700;
}
table.showbasket .description .Delivery:empty{
    display:none;
}

@media (max-width: 660px){
    .counterTopDesc .yourCountertop {
        max-width: 100%;
    }
    table.showbasket .description small {
        margin-left: 0px;
    }
    table.showbasket .description .Delivery{
      margin-left: 0px;
    }

    table.showbasket .description .Delivery i{
      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 .description a:nth-child(2) {
    display: block;
    text-decoration: none;
    font-weight: bold;
    max-width: 350px;
}

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

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

table.showbasket .amount .amountContainer {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    border: solid 1px #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

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

table.showbasket .amount .amountContainer>div {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #d5d5d5;
    padding:5px;
}

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

table.showbasket .amount .amountContainer .IncButton{
  border-right: solid 1px #d5d5d5;
}

@media (max-width: 660px){
   table.showbasket .amount .amountContainer .IncButton{
  border-right: 0px;
}
}

table.showbasket .amount .amountContainer .IncButton,
table.showbasket .amount .amountContainer .DecButton{
    width:50%;
    border-bottom: none;
}

@media (max-width: 660px){
table.showbasket .amount .amountContainer .IncButton,
table.showbasket .amount .amountContainer .DecButton{
    width:100%;
    margin-top: 4px;
}
}

table.showbasket .amount .amountContainer .IncButton img,
table.showbasket .amount .amountContainer .DecButton img
{
  width: 15px;
  height: auto;
  margin: 2px;
}

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

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

table.showbasket .amount .amountContainer>a>img {
    height: 6px;
    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 .amount .RemButton{
    display:inline-block;
    vertical-align: bottom;
}

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

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

table.showbasket .unittotal {
    text-align: right;
    width: 15%;
}

.basket-checkout {
    width: 27%;
    float: right;
    padding: 10px;
    background-color: rgba(242, 242, 242, 1);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: 15px;
}

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

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

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

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

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

.basket-checkout .total {
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    padding-top: 6px;
    padding-bottom: 10px;
    margin-top: 4px;
    font-size: 20px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.2);
}

.wrapping {
    position: absolute;
    right: 10px;
    top: 10px;
}

.wrapping>table {
    font-size: 12px;
    color: #575868;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #d8dadc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.94, #f4f4f4), color-stop(0.94, #e7e7e7));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
}

.wrapping>table td {
    padding: 5px 8px;
}

.wrapping input {
    margin: 0 7px 0 0;
    cursor: pointer;
}

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

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

/* OPC */
.gls-parsel-shops--container:empty {
    display: none;
}

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

body.webshop-checkout header #Search_Form,
body.webshop-checkout nav.productmenu,
body.webshop-checkout aside,
body.webshop-checkout header .TopMenu_MenuItems {
    display: none;
}

body.webshop-checkout header {
    margin-bottom: 0;
    height:unset;
}
body.webshop-checkout article{
  margin: 0px auto;
}


#margin-mellemrubrik{
    margin: 30px 0px 10px 0px;
    font-size: 1rem;
}

#margin-mellemrubrik-minus-top{
    margin: 0px 0px 10px 0px;
    font-size: 1rem;
}

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

#top-broedtekst-width{
    width: 50%;
    margin-bottom: 20px;
}

@media screen and (max-width: 1399px){
#top-broedtekst-width{
    width: 100%;
    margin-bottom: 50px;
}
}

#checkout-container #column-data h3,
#checkout-container div h2 {
    font-size: 1rem;
    line-height: 16px;
    font-weight: normal;
    padding: 13px 15px;
    margin: 0;
    background-color: #dcebef;
    position: relative;
    font-weight: 600;
}

#checkout-container h4 {
    font-size: 14px;
    margin: 10px 0 0;
    padding: 0;
}

#column-data>h3:before,
#checkout-container div h2:before,
#payment-giftcertificateinfo>h2:before {
    position: absolute;
    background-color: #555;
    color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -8px;
    left: -8px;
    width: 23px;
    height: 23px;
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    line-height: 16px;
    padding: 3px 0 0;
}

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

#column-shipping-payment>h2:nth-of-type(1):before {
    content: "2";
}

#column-shipping-payment>h2:nth-of-type(2):before {
    content: "3";
}

#payment-cardinfo>h2:before,
#payment-giftcertificateinfo>h2:before {
    content: "4";
}

div#order-summary>h2:before {
    content: "4";
}

#order-confirm>h2:before {
    content: "5";
}

#checkout-container select.checkout-select {
    height: auto;
    width: 100%;
    display: block;
}

#checkout-container input.checkout-text,
#checkout-container select.checkout-select,
#checkout-container input#checkout-giftcertificate-cardnumber {
    width: 100%;
    padding: 0 5px;
    height: 30px;
    display: block;
    margin: 0px 0px 5px;
    border: solid 1px #d4d4d4;
    color: rgba(0, 0, 0, 1);
}

#checkout-container textarea.checkout-text {
    width: 100%;
    padding: 7px 10px 7px 5px;
    height: 30px;
    display: block;
    margin: 0px 0px 5px;
    border: solid 1px #d4d4d4;
}

#checkout-container label {
    display: block;
}

#checkout-container div.salesdiscountcode-container {
    float: left;
}

#checkout-container div.salesdiscountcode-button-container {
    float: right;
    width: 19%;
    margin-left: 1%;
}
#checkout-container .customerTypeContainer, #checkout-container .altCustomerTypeContainer {
    display: flex;
    margin: 0 -1%;
    margin-bottom: 10px;
}

#checkout-container .customerTypeContainer > *,#checkout-container .altCustomerTypeContainer > * {
    margin: 0 1%;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    cursor:pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#checkout-container .customerTypeContainer > div.active, #customer-alternative-delivery .altCustomerTypeContainer > div.active {
    background-color: rgb(109, 198, 0);
    color:white;
}
.shouldHideOnCheckout, #customer-data > fieldset > label > #checkout_customertype, /*#customer-data > fieldset > label > #checkout_customer_country,*/ #customer-alternative-delivery > #customer-data > fieldset > label >  #checkout_altdelivery_customertype /*, #customer-alternative-delivery > #customer-data > fieldset > label >  #checkout_customer_altdelivery_country*/ {
   position: absolute;
    left: -9999px;
}
.countryBox {
    width: 100%;
    text-align: left;
    padding: 5px;
    border: 1px solid #ddd;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}
.altCountryBox {
    width: 100%;
    text-align: left;
    padding: 5px;
    border: 1px solid #ddd;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res1,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res2,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res3,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res4,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res5 {
    margin-bottom: 5px;
}

#checkout-container div.salesdiscountcode-button-container .checkout-salesdiscount-code-button {
    float: none;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    width: 100%;
}

/*
#checkout-container small {
    display: block;
    color: #c00556;
}
*/
#checkout-container #customer_lookup_submit,
#checkout-container #checkout-container #checkout_lookupphone_submit,
#checkout-container #confirm-complete-button,
#checkout-container #checkout_altdelivery_lookupphone_submit,
#checkout-container .checkout-salesdiscount-code-button,
#checkout-container input#checkout_forgottenpassword_submit {
    padding: 4px 5px;
    font-size: 12px;
    float: none;
}

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

/* ---- CUSTOMER */
#customer-data {
    margin: 15px 0;
}

/* ---- DGS */
#customer-phone-lookup {
    padding: 0 15px;
}

#customer-phone-lookup>p {
    padding: 0;
    margin: 2px 0 7px;
}

#checkout-container div#checkout-lookupphone-container {
    float: none;
    width: 100%;
}

#checkout-container #column-data #customer-phone-lookup #checkout-lookupphone-container input {
    margin-bottom: 5px;
}

#checkout-container div#checkout-lookupphone-button-container {
    float: none;
    width: 100%;
}

input#checkout_lookupphone_submit {
    float: none;
    font-size: 12px;
    height: 25px;
    padding: 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* ---- LOGIN */
#customer-login {
    padding: 0 0 0px;
    margin: 0 0 20px;
}

#customer-login p,
#checkout-container #customer-login fieldset {
    padding: 0 10px;
}

#checkout-container div#checkout_password_login-container {
    float: none;
    width: auto;
}

#checkout-container input.checkout-lookup-button {
    float: none;
}

#checkout-container #column-data div#customer-login-devider {
    display: none;
}

#checkout-container div.salesdiscountcode-container {
    width: 80%;
}

/* ---- ALT DEL. */
#customer-alternative-delivery p {
    padding: 0;
}

#customer-alternative-delivery #customer-phone-lookup p {
    padding: 0;
}

#checkout-container #customer-alternative-delivery {
    border-top: 0;
}

#checkout-container div#checkout-lookupphone-altdelivery-container {
    float: none;
    width: 100%;
}

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

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

div.checkout-row.altdev .div-checkout-checkbox-label {
    display: inline-block;
    vertical-align: top;
    width: 83%;
}

#checkout-container div.checkout-row.altdev .checkout-checkbox {
    float: none;
}

#checkout-container #column-data #customer-data div.checkout-row.altdev input {
    margin: 0 6px 0 0;
}

#checkout-container div.salesdiscountcode-label {
    display: none;
}

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

/* ---- PAYMENT */
#payment-methods {
    margin: 0 0 15px;
    padding: 10px 0;
}

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

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

/* ---- SHIPPING */
#checkout-container #column-shipping-payment {
    min-height: 10px;
}

#shipping-methods {
    padding: 10px 0 0;
}

#shipping-methods+.needhelp {
    margin: 15px 0 0;
}

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

.shipping-message {
    font-weight: normal;
    font-size: 11px;
}

img#post-fix {
    position: absolute;
    right: 20px;
    margin-top: 40px;
}

#payment-methods>fieldset>label,
#shipping-methods>label {
    border: solid 1px rgba(0, 0, 0, 0.2);
    padding: 8px 15px 8px 7px;
}

#payment-methods>fieldset>label:hover,
#shipping-methods>label:hover {
    background-color: rgba(236, 236, 236, 0.5);
}

tr.Checkout_ShippingMethodServices_Devider_TR {
    display: none;
}

table#Orderstep2_GLS_Table,
table#Checkout_ShippingMethodServices_Table {
    margin: 0 0 0 20px;
}

table#Orderstep2_GLS_Table td,
table#Checkout_ShippingMethodServices_Table td {
    font-size: 12px;
}

table#Orderstep2_GLS_Table td {
    padding-bottom: 7px;
}

#pacsoftservicepoints {
    margin: 10px 0 0;
}

div.pacsoftservicepoint label {
    margin-left: 6px;
}

/* KOL 3 */
#checkout-container div#column-order-summary {
    width: 32%;
    padding: 0;
    float: right;
}

/* ---- PAYMENT */
#order-creditcard,
#order-giftcertificate {
    margin: 0 0 15px;
    padding: 15px 15px 0;
    border: solid 1px rgba(230, 230, 230, 1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#checkout-container label[for="txtCardNumber"],
#checkout-container label[for="txtCardCvv"] {
    display: none;
}

#checkout-container div.checkout-payment-cardnumber-container {
    float: none;
}

#checkout-container div #txtCardNumber {
    width: 100%;
}

#checkout-container div.checkout_payment_controlcode-container {
    width: 50%;
}

#checkout-container div #txtCardCvv {
    width: 100%;
}

#checkout-container div #payment-cardinfo {
    padding: 0;
    margin: 0 0 15px;
    border: 0;
}

body #checkout-container div #payment-cardinfo>fieldset {
    background-color: #fff;
    padding: 10px 15px 0;
}

#checkout-container div #payment-cardinfo p {
    display: none;
}

#checkout-container div #payment-cardinfo fieldset {
    padding: 10px 10px 0;
}

#checkout-container input.checkout-text.checkout-payment-controlcode-text {
    width: 40px;
}

#checkout-container label.left-label {
    float: none;
}

div.payment-giftcertificateinfo {
    border: 0;
    padding: 0;
}

.payment-giftcertificateinfo>p {
    padding: 0 10px;
}

#checkout-container .payment-giftcertificateinfo>fieldset {
    padding: 0 10px;
}

#checkout-container label[for="checkout-giftcertificate-cardnumber"] {
    display: none;
}

#checkout-container #checkout-giftcertificate-cardnumber {
    float: none;
    width: 100%;
}

#payment-giftcertificateinfo>p {
    display: none;
}

#payment-giftcertificateinfo input[type="button"] {
    height: 25px;
    font-size: 12px;
    padding: 2px 4px;
}

#checkout-container input#checkout-giftcertificate-cardnumber {
    margin: 10px 0 5px;
}

/* ---- SUMMARY */
div#order-summary {
    margin: 0;
    padding: 15px;
    border: solid 1px rgba(230, 230, 230, 1);
    border-bottom: 0;
}

#checkout-container div#order-summary>table {
    border: 0;
    width: 94%;
    table-layout: fixed;
}

#checkout-container div#order-summary>table#order-summary>thead>tr>th:first-child {
    font-size: 0;
}

#checkout-container div#order-summary>table#order-summary>thead>tr>th:first-child {
    width: 20px;
    vertical-align: top;
}

#checkout-container div#order-summary>table#order-summary>tbody>tr:not(.row_order_summary_variants)>td:first-child {
    width: 20px;
    /* vertical-align: top; */
}
.row_order_summary_variants .ml20 {
    margin-left: 20px;
}
.row_order_summary_variants .ml10 {
    margin-left: 10px;
}
#checkout-container div#order-summary>table#order-summary>tbody>tr.row_order_summary_variants > td > div.basketImage {
    max-width: unset;
    min-width: unset;
}
.basketImage img {
    width: 100%;
    display: block;
    max-height:50px;
}
#order-summary .basketImage img:hover {
    transform: scale(4);
}
#checkout-container div#order-summary>table#order-summary>tbody>tr>td>.basketImage,
#basket .Products_Basket_ProductName_TD>.basketImage {
  margin: 0 10px 0 0;
  width: 50px;
  height: auto;
  flex: none;
}
#basket .Products_Basket_ProductName_TD>.basketImage{
  margin: 0 10px 0 0;
  width: 50px;
  height: 50px;
  flex: none;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#checkout-container div#order-summary>table#order-summary>tbody>tr>td:nth-of-type(2),
#basket .Products_Basket_ProductName_TD {
    display: flex;
    align-items: center;
    flex: auto;
}

#checkout-container div#order-summary>table:nth-of-type(1) {
    margin-top: 10px;
}

#checkout-container div#order-summary>table:nth-of-type(-n + 2) {
    border-bottom: solid 1px #ddd;
}

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

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

#checkout-container table#order-summary>thead,
#checkout-container table#order-summary>tbody {
    display: block;
}

#checkout-container table#order-summary>*>tr>*:nth-child(2) {
    flex: auto;
}

#checkout-container table#order-summary>*>tr>*:nth-child(3) {
    padding-left: 15px;
}

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

#checkout-container span.childproduct {
    padding-left: 0;
}

.order-summary-variants {
    font-size: 10px;
    overflow-wrap: break-word;
}

/* ---- CONFIRM */
div#order-confirm {
    margin: 0;
    padding: 15px;
    border: solid 1px rgba(230, 230, 230, 1);
    border-top: 0;
}

div#confirm-termsandconditions-text {
    padding: 10px 0;
}

div#confirm-termsandconditions-link-text,div#confirm-newsletter-link-text {
    padding: 0 0 10px;
}

div#confirm-accepterms,
div#confirm-accept-customerdata,
div.confirm-newsletter {
    float: none;
    margin: 5px 0 10px 0;
    border: solid 1px #e6e6e6;
    padding: 5px;
    background-color: #f3f1ee;
}

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

#checkout-container input#confirm-complete-button {
    margin: 0 0 5px;
    float: none;
    width: 100%;
}

/* STEP 4 */
img.ProductImage_Order4 {
    margin: 0 10px 0 0;
}

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

/* NEW SLICK */

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

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

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

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

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

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

    content: '';
}

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

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

.slick-slide {
    display: none;
    min-height: 1px;
    justify-content: center;
    overflow: hidden;
}

.webshop-productinfo .images > .slick-slider .slick-slide {
    height: 515px;
    min-height: 1px;
    justify-content: center;
    overflow: hidden;
}

.webshop-productinfo .alsobought .slick-slide,.webshop-productinfo .related .slick-slide {
    min-height: 1px;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 880px){
    .webshop-productinfo .alsobought .slick-slide,.webshop-productinfo .related .slick-slide {
      height: auto;
      min-height: 300px;
      justify-content: center;
      overflow: hidden;
  }
}

.imageselector .zoom-gallery .slick-slide{
  height: 70px;
  overflow: hidden;
  min-height: 1px;
  margin:0 2px;
}
/*
.cat-description .category_description .List .slick-slide{
  height: 70px;
  overflow: hidden;
  min-height: 1px;
  margin:0 2px;
}
*/

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

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

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

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

.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
}

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

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

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

/* end new slick */
/* SLICK SLIDER */
/*
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -html-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-track li:hover{
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    max-width: 100%;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}*/
/* end old slick*/
div.credits {
    /* width: 1100px; */
    width: 85%;
    max-width: 95%;
    padding: 15px 0 0;
    margin: 0 auto;
    text-align: right;
}

div.credits a {
    font-size: 9px;
    color: #a3a3a3;
    text-decoration: none;
}

form.contactForm input:not([type="submit"]),
form.contactForm textarea {
    display: block;
    width: 100%;
    margin: 0 0 7px;
    height: 35px;
    padding: 0 10px;
    border: solid 1px rgba(98, 98, 98, 1);
    border-radius: 4px;
}

form.contactForm textarea {
    height: 100px;
    padding: 10px;
}

body.webshop-profile form.contactForm {
    padding: 20px;
    border: solid 1px rgba(216, 216, 216, 1);
    background-color: #ffffff;
}


.widthContainer>.maxSize {
    font-size: 11px;
    float: right;
    background-color: rgb(0, 161, 205);
    color: rgba(255, 255, 255, 1);
    border-radius: 2px;
    padding: 2px 5px;
    font-weight: normal;
}




input.error {
    border-left: solid 1px red;
    border-top: solid 1px red;
    border-bottom: solid 1px red;
}

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

.inputLabel.error {
    border-right: solid 1px red;
    border-top: solid 1px red;
    border-bottom: solid 1px red;
    margin-bottom: 5px;
}



.widthinfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
}
#totaltrackwidthinfo {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
}
#totalwidthinfo {
    position: absolute;
    top: calc(100% + 26px);
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
}

#heightinfo {
    display: none;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: rotate(-90deg) translateX(-50%) translateY(-50%);
    transform-origin: top left;
}

.buyContainer {
    padding-top: 30px;
    clear: both;
    overflow: auto;
}

#buySection {
    float: right;
    width: 50%;
    background-color: rgba(241, 251, 241, 1.00);
    border: solid 1px rgba(211, 231, 210, 1.00);
    padding: 15px;
    display: none;
}

.doorBuyWrapper {
    margin: 0 15px 0 0;
}

#totalPrice {
    margin-bottom: 30px;
    border-bottom: 3px double;
}

.doorBuyWrapper input {
    height: 45px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.focusPrice {
    font-size: 2em;
}

.doorRelatedProducts {
    margin-top: 15px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.doorRelatedProducts>li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border-right: solid 1px rgba(229, 229, 229, 1);
    border-bottom: solid 1px rgba(229, 229, 229, 1);
    border-top: solid 1px rgba(229, 229, 229, 1);
}

.doorRelatedProducts>li:nth-child(1) {
    border-left: solid 1px rgba(229, 229, 229, 1);
}

.relatedContainer {
    display: none;
}

.addonsContainer {
    display: none;
    float: left;
    width: 50%;
}
.advanced-variant-item-container, .simple-variant-item-container {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}


.advanced-variant-radiobutton-with-image,.simple-variant-radiobutton-with-image {
    display: none
}

.productInfo {
    float: left;
    width: 45%;
    display: none;
}
.gavlHeightError,
.gavlDepthError {
    color: red;
    text-align: left;
    font-weight: 600;
}
.VariantGroupPosition {
    list-style: none;
}
.skydelaage_width,
.skydelaage_height,
.inputwithlabel {
    width: calc(100% - 40px);
    display: block;
    float: left;
    height: 35px;
    color: rgba(0, 0, 0, 1);
    border: solid 1px rgba(195, 195, 195, 1);
    padding: 0 10px;
    border-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    padding: 0 10px;
}

@media screen and (max-width: 880px){
    .skydelaage_width, .skydelaage_height, .inputwithlabel {
    width: calc(100% - 70px);
    margin-left: 30px;
}
}

.inputWithoutLabel{
    width: 100%;
    display: block;
    float: left;
    height: 35px;
    color: rgba(0, 0, 0, 1);
    border: solid 1px rgba(195, 195, 195, 1);
    padding: 0 10px;
    border-radius: 3px;
}
.commentField {
    display: block;
    width: 100%;
    border: solid 1px rgba(195, 195, 195, 1);
    padding: 10px;
}
.commentFieldLabel {
    font-size: 12px;
    color: #3b3b3b;
    font-weight: bold;
    padding: 0 0 4px;
    height: 80px;
}

.heightError,
.widthError,
.textError {
    color: red;
    font-weight: bold;
}

/* #pladeSelector {
    margin: 0 -0.5% 15px;
}

#pladeSelector:after {
    content: '';
    display: block;
    clear: both;
} */
.btnIslandContainer {
    display: flex;
    margin: 0 -1%;
}
.btn.btnIsland {
    padding: 10px;
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    background-color: white;
    text-align: center;
    margin: 0 1%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* .btn.btnIsland.active {
    background-color: #00c700;
    color: white;
} */

.btnSelectSink {
    padding: 10px;
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    background-color: white;
    text-align: center;
}
.generalModal div.close,
.doorModal div.close,
.sinkModal div.close {
    color: rgba(0, 0, 0, 1.00);
    border: solid 3px rgba(0, 0, 0, 1.00);
    position: absolute;
    top: -18px;
    right: -18px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1.00)
}

.sinkModal div.close{
  color: rgb(82 82 82);
  border: solid 3px rgb(82 82 82);
  top: 10px;
  right: 10px;
}

.generalModal .close:hover,
.doorModal .close:hover,
.sinkModal .close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.generalModal div.close>i,
.doorModal div.close>i,
.sinkModal div.close>i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chosenSink.active {
    margin-top: 20px;
}


.sinkModalBody .product,
.doorModalBody .product {
    cursor: pointer;
}

.doorModalBody .product .image>div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#toggleShowSink {
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    background-color: white;
    text-align: center;
    color: black;
    padding: 2px 5px;
    float: right;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.remSink {
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    background-color: white;
    text-align: center;
    color: black;
    padding: 5px;
    width: 15%;
    float: right;
}

.btnChooseSink,
.btnChooseDoorColor {
    padding: 5px 5px;
    border-radius: 3px;
    border: none;
    width: 100%;
    cursor: pointer;
    background-color: rgb(118, 211, 0);
    text-align: center;
    color: white;
}

.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 */
}

.sinkModal{
  overflow: unset;
  height: unset;
}

.generalModalHeader,
.generalModalBody,
.generalModalFooter,
.sinkModalHeader,
.sinkModalBody,
.sinkModalFooter,
.doorModalHeader,
.doorModalBody,
.doorModalFooter {
    padding: 10px 16px
}
.generalModalBody{
    display: flex;
    flex-wrap: wrap;
}
.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);
}

.sinkModalContent{
  height: calc(100vh);
  overflow-y: auto;
  width: 90%;
}

.sinkModalContent::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}

.sinkModalContent::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.1);
}

.sinkModalContent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0,0,0,0.2);
}

.sinkModalContent::-webkit-scrollbar-thumb:hover{
   background: rgba(0,0,0,0.4);
 }
 .sinkModalContent::-webkit-scrollbar-thumb:active{
   background: rgba(0,0,0,.6);
 }


/* .generalModalContent {
    width: max-content;
    max-width: inherit;
} */
.sinkModalBody > li {
    width: 23%;
    vertical-align: bottom;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 1% 1%;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    border-radius: 5px;
    list-style-type: none;
}

.doorModalBody>li {
    width: 25%;
    display: inline-block;
    vertical-align: bottom;
    background-color: #fff;
}

.sinkModalBody>li .name,
.doorModalBody>li .name {
    margin: 8px 0 0;
    font-size: 11px;
}

/* .designPlate {
    width: 100%;
    padding-bottom: 100%;
    margin: 0 1%;
    float: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(240, 240, 240, 1);
    border: solid 1px rgba(217, 217, 217, 1);
    height: 150px;
    position: relative;
    cursor: pointer;
} */

/* .designPlate>p {
    text-align: center;
    font-weight: bold;
} */

/* .designPlate.active:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 30;
    font-size: 30px;
    top: 13%;
    left: 14%;
    transform: translate(-50%, -50%);
    color: rgb(118, 211, 0);
} */
.designPlate .checkmark {
    display:none;
    position: absolute;
    left: 2%;
}
.designPlate.active .checkmark {
    display: block;
}
.designPlate .checkmark > svg {
    width:30px;
    margin-bottom:-2px;
    color: rgb(118, 211, 0);
}
.multidrawing {
    display: inline-block;
    background-color: white;
    position: absolute;
    border: solid 1px rgba(217, 217, 217, 1);
}

.multidrawing .content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 10;
}

.multidrawing .cicle {
    border-radius: 50%;
    height: 30px;
    background-color: white;
    width: 30px;
    text-align: center;
    padding-top: 5px;
}

.normalPriceContainer {
    margin-top: 10px;
    text-decoration: line-through;
    display: none;
    /* color: #ad0000; */
}

.normalPriceContainer>span {
    font-size: 16px;
    color: #7e7e7e;
    /* color: #ad0000; */
    line-height: 16px;
    padding-right: 4px;
}

.normalPriceLabel {
    font-weight: 700;
}

.totalPriceText {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    display: none;
    margin-top: 25px;
}

.productcard.calculator .Prices_Custom_UL li:first-child .price,
.productcard.calculator .Prices_Custom_UL li:first-child .Currency{
    font-size: 28px;
}
.productcard.calculator .Prices_Custom_UL li:first-child .Price,
.productcard.calculator .Prices_Custom_UL li:first-child .CurrencyWrapper{
    display:inline-block;
}

.productcard.calculator .Prices_Custom_UL li:first-child .CurrencyWrapper{
    font-weight: bold;
}

.productcard.calculator .Prices_Custom_UL li:first-child .CurrencyWrapper .VAT{
    margin-right:5px;
}

.simple-variant-image {
    max-width: 100%;
}
.variantBoxSelector .simple-variant-item-container label {
    cursor: pointer;
}
.variantBoxSelector .simple-variant-item-container {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 1% 1%;
    background-color: white;
    width: 23%;
    position: relative;
    padding:10px;
}
.variantBoxSelector  .simple-variant-item-container.simple-variant-image-active {
    border: 3px solid rgb(118, 211, 0);
}
.variantBoxSelector .simple-variant-image-active:before {
    top: 45%;
    left: 50%;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-rendering: auto;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(118, 211, 0);
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10px;
    border: 3px solid rgb(118, 211, 0);
}

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

.buySample{
    width:100%;
}

.buySampleBtn {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 5px !important;
    width: 100%;
    padding: 10px;
    background-color: #e57100;
    cursor: pointer;
    text-align: center;
}

.buySampleBtn:hover{
    background-color: #bd5d00;
}

#sampleAMOUNT {
   display:none;
}

.sampleBuyContainer {
    display: flex;
    margin: 20px 0px;
    width:100%;
}

/* #intersectionPriceValue{
  margin-right:5px;
} */
#pladeSelector .drawingContainer {
    margin: 0 5px;
    display: flex;
    justify-content: center;
}

.finalDrawing .drawingContainer {
    margin: 0 60px;
    position: relative;
}

.finalDrawing .pladeInfo{
  margin-bottom: 25px;
}

.finalDrawing:after {
    content: '';
    display: block;
    clear: both;
}

.one_a__drawing {
    height: 25%;
    width: calc(100% - 10px);
}

.two_a__drawing {
    height: 25%;
    width: 65%;
}

.two_b__drawing {
    height: 65%;
    width: 25%;
    left: 65%;
}

.three_a__drawing {
    height: 65%;
    width: 26%;
}

.three_b__drawing {
    height: 25%;
    width: 65%;
    left: 28.5%;
}

.four_a__drawing {
    height: 65%;
    width: 24%;
}

.four_b__drawing {
    height: 25%;
    width: 46%;
    left: 27%;
}

.four_c__drawing {
    height: 65%;
    width: 24%;
    left: 71%;
}

.five_a__drawing {
    height: 25%;
    width: 90%;
}

.five_b__drawing {
    height: 45%;
    width: 26%;
    margin-top: 25%;
    left: 67.5%;
}

.six_a__drawing {
    height: 45%;
    width: 26%;
    margin-top: 25%;
}

.six_b__drawing {
    height: 25%;
    width: 90%;
}

/* .quarter {
    width: 15.6%;
    float: left;
    margin: 0.5%;
} */


.finalDrawing {
    position: relative;
    /* height: 300px; */
    height: 100vh;
}

.finalDrawing .i.l {
    z-index: 10;
    position: absolute;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial;
    background-color: rgba(213, 213, 213, 1);
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
    /* bottom: 86%; */
    left: 50%;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.finalDrawing .i.l-right {
    z-index: 10;
    position: absolute;
    padding: 2px 10px;
    font-size: 11px;
    font-family: Arial;
    background-color: rgba(213, 213, 213, 1);
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.finalDrawing .i.l-left {
    z-index: 10;
    position: absolute;
    padding: 2px 10px;
    font-size: 11px;
    font-family: Arial;
    background-color: rgba(213, 213, 213, 1);
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    transform: translateX(-100%);
}

.showColorsOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .50);
}

.showColorsOverlayInner {
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    background-color: rgba(255, 255, 255, 1.00);
    padding: 30px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 700px;
    max-width: 90%;
    max-height: 90%;
}

.showColorsOverlayInnerScroll {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
}

.showColorsClose {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border: solid 3px rgba(255, 255, 255, 1.00);
    box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    cursor: pointer;
}

.showColorsClose span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-family: 'Arial';
    line-height: 1;
}
.doorElement {
    flex: auto;
    height: 500px;
}

.doorElement:not(:last-child) {
    border-right: 7px solid rgba(195, 195, 195, 1);
}

.doorContainer {
    display: none;
    width: 100%;
    /* min-width: 450px; */
    border: 2px solid;
    border-left: 7px solid;
    border-right: 7px solid;
    border-top: 10px solid;
    border-bottom: 5px solid;
    border-color: rgba(195, 195, 195, 1);
}
.totalheightmeasure {
    transform: translate(-4%, 515px) rotate(-90deg);
    transform-origin: 0 0;
    width: 515px;
    position: absolute;
    text-align: center;
    line-height: 10px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.totalheightmeasure:not(:empty)::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-top: 1px solid black;
    width: 100%;
}

.totalheightmeasure>span {
    background-color: white;
    padding: 0 20px;
    position: relative;
}

.doormeasures {
    display: flex;
    text-align: center;
    /* min-width: 450px; */
}

.totalwidthmeasurewrapper {
    display: none;
    width: 100%;
    /* min-width: 450px; */
    justify-content: space-around;
    margin: 10px 0 0 0;
    height: 20px;
    position: relative;
}

.totalwidthmeasure {
    text-align: center;
    position: absolute;
    width: 100%;
    line-height: 10px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.totalwidthmeasure>span {
    background-color: white;
    padding: 0 20px;
    position: relative;
}

.totalwidthmeasure:not(:empty)::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-top: 1px solid black;
    width: 100%;
}
.external-link-alt > svg {
    width: 12px;
    margin-bottom: -5px;
}

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

.colorGrid>div {
    width: 31.33%;
    margin: 0 1% 2%;
    cursor: pointer;
}

.colorGrid .image {
    height: 200px;
}

.colorGrid .name {
    text-align: center;
    padding: 5px 0 0;
}

.showColorsButton {
    margin: 5px 0 10px;
    cursor: pointer;
}

.showColorsButton>* {
    display: inline-block;
    vertical-align: middle;
}

.showColorsButton img {
    width: 20px;
    margin: 0 10px 0 0;
}

.showColorsButton span {
    text-decoration: underline;
}

.showColorsButton i {
    font-size: 9px;
    margin: 0 0 0 5px;
    vertical-align: top;
}

/*Nikoilaj´s code*/
/* NED LILLE KURV*/

#small-basket-pop {
    display: none;

    background-color: #fff;
    position: absolute;
    padding: 15px;
    width: 400px;
    right: 0;
    top: 42px;
    color: #454545;
    z-index: 301;
    box-shadow: #454545 0px 0px 10px;
}

#basket:hover #small-basket-pop {
    display: block !important;
    cursor: pointer;
}

.sb-fragt-txt p {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    text-align: center;
    margin: 20px 0 10px;
    text-transform: initial;
}

.small-basket-tableheader{
  display:flex;
  font-size: 11px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 5px;
font-weight: 700;}

#sb-antal{
  width:10%;
  margin:0;
}

#sb-pris{
  width:25%;
  margin:0;
  text-align: right;
}

#sb-beskrivelse{
  width:65%;
  margin:0;
}

#sb-totalprice-box {
  margin: 10px 0px 10px 0px;
  padding-top: 10px;
  border-top: 1px solid #f2f2f2;
}

#sb-totalprice {
    text-align: right;
}

#sb-totalprice-txt {
    text-align: left;
    float: left;
}

.Products_Basket_ProductName_TD a {
    text-decoration: none;
    color: #454545;
}

/*
#small-basket-pop .Products_Basket_TBL {
    background-color: #f1f1f1;
    padding: 0 0 10px;
    max-height: 230px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
}
*/
#small-basket-pop .Products_Basket_TBL td {
    vertical-align: middle;
    font-size: 80%;
}

#small-basket-pop .Products_Basket_TBL tbody tr {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#small-basket-pop .Products_Basket_Amount_TD {
    width: 10%;
    text-align: center;
}

#small-basket-pop .Products_Basket_ProductName_TD{
    width:65%;
}

#small-basket-pop .Products_Basket_TotalPrice_TD{
    text-align: right;
/* color: red; */font-size: 85% !important;font-weight: 600;}

#small-basket-pop .Products_Basket_TotalPrice_TD .BeforePrice{
  display:block;
  color: red;
  /* text-decoration: line-through; */
font-size: 80%;font-weight: 500;}

#small-basket-pop .OriginalPrice p,
#small-basket-pop .FreightPrice p,
#small-basket-pop .TotalSavedAmount p{
  width:50%;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80%;
  line-height: 16px;
}
#small-basket-pop .OriginalPrice p:nth-child(2),
#small-basket-pop .FreightPrice p:nth-child(2),
#small-basket-pop .TotalSavedAmount p:nth-child(2){
  text-align: right;
}
#small-basket-pop .TotalSavedAmount p:nth-child(2){
  color:red;
  font-weight: 700;
}

#sb-totalprice,
#sb-totalprice-txt {
    width: 50%;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

#sb-checkout-tag {
    width: 49% !important;
    text-align: center !important;
    display: inline-block !important;
    margin: 0 1% 0 0 !important;
    padding: 11px 5px !important;
    color: #fff !important;
    background: #00c700 none !important;
    font-size: 13px !important;
    text-decoration: none;
    border-radius: 5px;
}

#sb-checkout-tag:hover {
    background-color: #0085b7 !important;
    cursor: pointer;
    font-weight: normal;
}

#sb-kurv-tag {
    width: 49% !important;
    text-align: center !important;
    display: inline-block !important;
    margin: 0 0 0 1% !important;
    padding: 11px 5px !important;
    color: #f1f1f1 !important;
    background: #0085b7 !important;
    font-size: 13px !important;
    text-decoration: none;
    border-radius: 5px;

}

#sb-kurv-tag:hover {
    background-color: #004f6d !important;
    cursor: pointer;
    font-weight: normal;
}

.Products_Basket_ProductName_TD {
    padding-right: 10px;
}

.Products_Basket_TBL {

    display: block;
    margin-bottom: 20px;
    display:table;
}

.sb-shippingfee {
    padding: 10px 0px;
    border-top: 1px solid #f2f2f2;
    margin-top:10px;
}

.sb-shippingfee-p1 {
    display: inline-block;
    text-align: left;
    width: 49%;
    margin: 0;
}

.sb-shippingfee-p2 {
    display: inline-block;
    text-align: right;
    width: 49%;
    margin: 0;
}

.small-logo a .WebShopSkinLogo {
    display: none;
    height: 23px !important;
    width: auto !important;
}

/* UP LILLE KURV */

.fixed-cb {
    position: sticky;
    position: -webkit-sticky;
    top: 85px;
    z-index: 50;
}

body.webshop-checkout .top-bar{
  display:none;
}

.USPBanner{
  width:100%;
  background-color: #0B232B;
  
}


.top-bar {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #0085B7;
    z-index: 600;
    top:38px;
}

.tb-inner {
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    height: 38px;
}

.top-bar .TopLinks{
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

.top-bar .TopLinks a{
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  margin: 10px 15px 10px 0px;
}

.top-bar .TopLinks a i{
  margin-right:2px;
}

.top-bar .TopLinks a:hover {
  color: rgba(0, 0, 0, 0.6);
}

.fixed {
    position: fixed !important;
    top: 38px !important;
    z-index: 100 !important;
}

#basket-link {
    cursor: pointer;
}

.menuOverlay {
    z-index: 98 !important;
}

nav.productmenu {
    z-index: 99 !important;
}

.basket-checkout .payment {
    display: none;
}
article, .topImages > div, div.breadcrumb, .SubCats_BreadCrumb, nav.productmenu #ProductmenuContainer_DIV, header > section, footer, .tb-inner{
    /* width: 1320px; */
    width: 85%;
}

.CustomerHelpTitle{
    width: 100%;
    margin: 30px auto 25px auto;
}

.CustomerHelpSections{
    display: flex;
    width: 100%;
    margin: 0 auto;
}

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

.ChoiceofContact{
    display: flex;
    flex: 0 0 24%;
    flex-direction: column;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 2%;
    margin-bottom: 20px;
    height: auto;
    min-height: 380px;
}

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

.ContactTitle{
    font-size: 18px;
    font-weight: 700;
    word-break: break-word;
}

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

.ContactInfo a{
    text-decoration: none;
}

.ContactInfo a:hover {
    font-weight: 700;
    cursor: pointer;
}

.CustomerHelpLink {
    margin-bottom: 24px;
}

.CustomerHelpButtons{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    width: 60%;
    margin: 0 auto 80px auto;
    justify-content: center;
}

.ContactServiceIcons{
    display: flex;
    flex: 0 0 23%;
    min-width: 23%;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #004f6d;
    color: #fff;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
}

.ContactServiceIcons:hover{
    background-color: #0085b7;
}

.ContactServiceIcon{
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}

.ContactServiceTitle{
    font-weight: normal;
}

.ChoiceofContact .btn-secondary {
    margin-top: auto;
    background-color: #0085b7;
    border-radius: 8px;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    width: fit-content;
    display: block;
    padding: 14px 50px;
    cursor: pointer;
    border: none;
    font-size: 14px;
    text-transform: math-auto;
}

.ChoiceofContact .btn-secondary:hover{
    background-color: #004f6d;
    cursor: pointer;
    border: none;
    font-weight: normal;
}

textarea {
   resize: none;
}

@media (max-width: 1200px){
    .CustomerHelpButtons{
        width: 80%;
    }
}

@media (max-width: 1024px){
    .ChoiceofContact{
        flex: 0 0 49%;
        padding: 5%;
    }
}

@media (max-width: 1000px){
    .CustomerHelpButtons{
        width: 95%;
    }
}

@media (max-width: 800px){
    .ChoiceofContact{
        flex: 0 0 100%;
        padding: 5%;
    }
}

@media (max-width: 880px){
    .ContactServiceIcons{
        flex: 0 0 31%;
        min-width: 31%;
    }
}

@media (max-width: 600px){
    .ContactServiceIcons{
        flex: 0 0 47%;
        min-width: 47%;
        min-height: 150px;
        text-align: center;
        align-content: center;
        justify-content: center;
    }

    .ChoiceofContact{
        padding: 10%;
    }    
}

/*Nikoilaj´s code*/

/* RESPONSIVE */
@media (min-width: 1000px) {

    body.fixed .minibasket {
        position: absolute;
        right: 0;
        top: 0;
        height: calc(100% + 1px);
        width: 45px;
        display: block;
        background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-basket.png");
        background-repeat: no-repeat;
        background-size: 18px auto;
        background-position: 50% 50%;
        cursor: pointer;
        background-color: #e59523;
    }

    .minibasket>div:not(.totalproducts) {
        display: none;
    }

    .minibasket .totalproducts {
        position: absolute;
        z-index: 10;
        top: -3px;
        left: -13px;
        display: block;
        width: 23px;
        height: 23px;
        background-color: rgb(116, 211, 0);
        padding: 4px 0 0;
        font-size: 14px;
        line-height: 14px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: rgba(255, 255, 255, 1);
        font-weight: bold;
        text-align: center;
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    }
/*
    ul.frontpageGroups>li:hover img {
        transform: scale(1.05);
        transition: 0.5s;
    }
*/
    ul.frontpageGroups>li:hover {
        z-index: 10;
    }

    body.fixed nav.productmenu {
        position: fixed;
        top: 0;
    }

    nav.productmenu.stuck {
        position: fixed;
        top: 0;
    }

    input[type="submit"]:hover,
    input[type="button"]:hover,
    #checkout-container input#confirm-complete-button:hover {
        background-color: #969696;
        background-image: none;
    }

    header .TopMenu_MenuItems>li>a:hover {
        color: rgba(0, 0, 0, 0.6);
    }

    nav.productmenu #ProductMenu_List>li:hover {
      background: #fff;
    }

    nav.productmenu #ProductMenu_List>li:hover>a {
      z-index: 501;
      color: #3b3b3b;
      font-weight: 600;
    }

    nav.productmenu #ProductMenu_List>li.ready:hover>ul {
        /* display: block; */
        display: flex;
        /* justify-content: space-between; */
    }

    .mostviewed-products .product:hover .image,
    .mostsold-products .product:hover .image {
        opacity: 0.7;
    }

    .Frontpage_Custom_UL>li:hover,
    .ProductList_Custom_UL>li:hover,
    .Related_Custom_UL>li:hover,
    .CustomersAlsoBought_Custom_UL>li:hover {
        position: relative;
        z-index: 40;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    }

    li .product .buy:hover {
        opacity: 0.8;
    }

    a.social:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    img.FavAddButton_ProductInfo:hover {
        background-color: rgb(109, 198, 0);
    }

    .SubCats_Categories_UL>li:hover {
        border-color: rgba(0, 0, 0, 1);
    }
    .product-filter-body-container {
		left: 50%;
		transform: translateX(-50%);
	}
	#ProductFilter-Container > div > div:last-of-type .product-filter-body-container {
		left: auto;
		right: 0;
		transform: none;
	}
	#ProductFilter-Container > div > div:last-of-type .product-filter-body-container:before {
		left: auto;
		right: 30px;
	}
	.product-filter-checkbox-label {
		max-width: 170px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.product-filter-container:hover .product-filter-body-container {
		display:block;
	}
}

@media (max-width: 1700px) {
  ul.usp > li:nth-child(n+6){
    display:none;
  }
}

@media (max-width: 1500px) {
  ul.usp > li:nth-child(n+5){
    display:none;
  }
}

@media (max-width: 1441px) {

    ul.frontpageGroups>li>a:first-child>img {
        height: auto;
    }
}
@media (max-width: 1400px) {

    ul.frontpageGroups>li>a:first-child>img {
        height: 235px;
    }
    #followBox,
    #contactBox {
        display: none;
    }

    nav.productmenu #ProductMenu_List > li > a {
      font-size: 12px;
    }

}

@media (max-width:1200px) {
    nav.productmenu #ProductMenu_List>li>ul {
        padding: 20px;
    }

    nav.productmenu #ProductMenu_List>li>ul>li {
        width: 20%;
    }
    .prodListDelivery:before {
        left: 15%;
      }
      .prodListDelivery span.Stockmessage_Productlist {
          font-size: 11px;
      }

      ul.usp>li {
          padding: 0;
          margin: 8px 15px 8px 0;
          font-size: 10px;
      }

}


@media (max-width: 1200px){
    #WonderBirk {
      right: 120px;
}
}

@media (max-width:1100px) {
    #our-lower-footer-inner {
        display: flex;
        flex-direction: column;
    }
    #our-lower-footer #our-lower-footer-inner .our-footer-box
    {
        width: 100% !important;
    }
    article, .topImages > div, div.breadcrumb, .SubCats_BreadCrumb, nav.productmenu #ProductmenuContainer_DIV, header > section, footer, .tb-inner, .trust,#our-footer-inner{
        width: 95%;
    }
    ul.usp{
      width:95%;
    }
    .usp li .trustpilot-widget {
        margin-left: -35px;
        margin-right: -35px;
    }

    ul.frontpageGroups>li>a:first-child>img {
        height: 165px;
    }
    .topImages {
        height: 52px;
    }
    .topImages ul li img{
        width: 100%;
    }
    header .TopMenu_MenuItems>li>a,
    header .TopMenu_MenuItems>li.christmas {
        font-size: 10px;
        text-transform: none;
    }



    #basket #basket-link img, #CustomerService img,#LinkToOffer img {
      width: 30px;
    }
    #basket,
    #CustomerService{
      padding: 15px 10px 13px 15px;
    }
}

@media (max-width: 1240px){
    #WonderBirk img{
        display:none;
  }

  
}

@media (max-width: 881px){
    #WonderBirk{
        display:none;
  }
}

@media(min-width:881px){
  #btn-menu{
    display:none;
  }
}

@media (max-width: 880px) {

  ul.usp{
    width:95%;
  }

    .mobileMenuSearch .SearchField_SearchPage, .mobileMenuSearch .SubmitButton_SearchPage {
        display: initial;
    }

    ul.frontpageGroups>li>a:first-child>img {
        height: 191px;
    }
    /* .producentButtonContainer {
        flex-direction: column;
    } */
    .producentButton {
        width: 32%;
        /* margin: 1rem 0; */
    }

    .campaignBanner p{
      padding: 9px 30px;
    }

    .topImages img {
        height: 42px;
    }
    .faq .faq-content {
        width: 100%;
    }

    .faq .faq-menu {
        display: none;
    }
    .variantBoxSelector .simple-variant-image-active:before {
        font-size: inherit;
    }
    .michelecontainer {
        margin-top:0px;
    }
    .avatar.michele {
        align-self: center;
    }
    .generalModal.michele .generalModalContent {
        width: 100%;
    }
    .generalModal.michele iframe {
        height: 300px;
    }
    .monteringvideos > div,.monteringdocuments > div {
        width: 100%;
        margin: 2% 0;
    }
    .inspirationPicture {
        width: 100%;
        margin: 2% 0;
    }
    .productinfocontainer,.productoverviewcontainer {
        width: 100%;
    }
    .whatis {
        width: 100%;
        margin-right: 0px;
    }
    .flex-row-reverse .whatis {
        margin-left:0px;
    }
    .xs-flex-col {
        flex-direction: column;
    }
    article.aside > .content {
        max-width: 100%;
    }
    .trust {
        max-width: 100%;
    }
    header .gazelle {
        display: none;
    }
    header .gazelle_celebert {
        display: none;
    }
    #our-lower-footer-inner {
        flex-direction: column;
    }
    .loadingText {
        font-size: 28px;
    }

    .buySampleBtn {
        font-size: 13px;
        padding: 13px 8px;
    }

    .campaignBanner {
        font-size: 80%;
        /*width: 95%;*/
        margin: 0 auto;
    }

    .ProductList_Custom_UL>li{
      width: 50% !important;
    }

    .ais-Hits-item {
      width: 50%;
    }

    .ProductList_Custom_UL li form .product .image a img {
        height: auto !important;
    }

    .favorites-btn,
    .FavAddButton_ProductInfo {
        display: none;
    }

    .tb-inner {
        height: 0;
    }

    .small-logo {
        display: none !important;
    }

    .top-bar {
        height: 0 !important;
        position: relative;
        background-color: transparent !important;
    }

    #basket:hover #small-basket-pop {
        display: none !important;
    }
    .productVideo {
        margin: 0px;
        width: 100%;
    }
    .needhelp.inspiration {
        display: block;
    }
    .needhelpContainer {
        width: 100%;
    }
    .needhelp>a {
        display: block;
        width: 100%;
    }

    .needhelp>a img {
        width: 100%;
    }

    .colorGrid>div {
        width: 48%;
    }

    .colorGrid .image {
        height: 150px;
    }

    .youtubePage ul>li i {
        font-size: 40px;
    }

    .sticky-wrapper {
        display: none;
    }

    body:not(.webshop-checkout) .bannerBeierSmall {
        display: block;
    }

    div.showcase {
        font-size: 13px;
        line-height: normal;
    }

    ul.showcase>li:nth-child(odd) img,
    ul.showcase>li:nth-child(even) img {
        float: none;
    }

    ul.showcase>li:nth-child(even) small,
    ul.showcase>li:nth-child(odd) small {
        left: 0;
        position: relative;
        width: 100%;
    }

    ul.showcase>li img {
        width: 100%;
        float: none;
    }

    div.showcase {
        padding: 0 0 20px;
    }

    div.showcase img {
        width: 35%;
    }

    ul.showcase>li small {
        font-size: 13px;
        font-weight: normal;
    }

    #pladeSelector>div {
        width: 32.2%;
        margin-bottom: 0.5%;
    }

    /* .designPlate.active:before {
        position: absolute;
        content: '\f00c';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        z-index: 30;
        font-size: 30px;
        top: 8%;
        left: 17%;
        transform: translate(-50%, -50%);
        color: rgb(118, 211, 0);
    } */



    .five_b__drawing {
        height: 45%;
        width: 26%;
        margin-top: 25%;
        left: 67%;
    }

    .six_a__drawing {
        height: 45%;
        width: 26%;
        margin-top: 25%;
    }

    ul.stores>li {
        width: 46%;
    }

    .leaveOverlay {
        display: none;
    }

    .pageOverlay>.content>ul>li:nth-child(1),
    .pageOverlay>.content>ul>li {
        float: none;
        width: 100%;
    }

    .pageOverlay>.content>ul>li:nth-child(1) {
        border-right: 0;
    }

    .pageOverlay>.content>ul>li:nth-child(1)>.header {
        font-size: 18px;
        background-color: rgb(0, 145, 207);
        color: rgba(255, 255, 255, 1);
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .pageOverlay>.content>ul>li>.header {
        border-bottom: 0;
        line-height: 50px;
    }

    .pageOverlay>.content>ul>li:nth-child(2)>a.header {
        text-align: center;
    }

    .pageOverlay>.content>ul>li:nth-child(1) .inner {
        text-align: center;
        padding: 10px 20px 15px;
    }

    .pageOverlay>.content>ul>li:nth-child(1) .inner img {
        width: 130px;
        display: inline-block;
        margin: 10px auto;
    }

    .pageOverlay>.content>ul>li:nth-child(2) .inner>div {
        font-size: 14px;
    }

    .pageOverlay a.continue,
    .pageOverlay a.shop {
        font-size: 12px;
    }

    .pageOverlay>.content .info {
        padding: 4px 0 0;
    }

    .pageOverlay>.content .info .header {
        padding: 10px 0 0 20px;
        border-bottom: 0;
        background-size: 13px auto;
        font-size: 12px;
    }

    .pageOverlay>.content .info a.phone {
        margin: 0 0 15px;
    }

    header .offer-badge {
        display: none;
    }

    ul.usp {
        padding: 8px 0;
    }

    ul.usp>li:nth-child(n + 3) {
        display: none;
    }

    ul.usp>li:nth-child(2) {
        margin: 0;
    }

    ul.usp>li {
        padding: 0;
        margin: 0px 15px;
        font-size: 10px;
    }

    ul.usp>li>small {
        font-size: 10px;
    }

    body {
        margin: 0 0 20px;
    }

    header .TopMenu_MenuItems {
        display: none;
    }

    header>section,
    body.webshop-checkout header>section {
        height: 65px;
        max-width: 100%;
        top: 0;
        z-index: 200;
    }

    nav.productmenu {
        display: none;
    }

    .WebShopSkinLogo {
      top: 36px;
      width: 200px;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    h1,
    .Heading_Productmenu,
    .Heading_Terms,
    .Heading_Profile,
    .Heading_AdvancedSearchPage,
    .Heading_ShowBasket_Master,
    #checkout-container h1.checkout-headline,
    aside .header,
    .Heading_B2Blogin,
    .SubCatsProcuctsHeading,
    .Heading_Customer,
    .Heading_ProductList,
    .Heading_Favorites,
    .Heading_OrderStep4 {
        font-size: 1.4rem;
    }

    .sinkModalContent,
    .doorModalContent {
        padding: 20px 10px;
    }

    .sinkModalBody>li {
        width:48%;
    }
    .doorModalBody>li {
        width: 50%;
    }

    .sinkModalHeader,
    .sinkModalBody,
    .sinkModalFooter,
    .doorModalHeader,
    .doorModalBody,
    .doorModalFooter {
        padding: 0;
    }

    .sinkModalHeaderText,
    .doorModalHeaderText {
        font-size: 19px;
    }

    #LinkToOffer
    {
      top: 7px;
      right: 90px;
    }

    /* BASKET */
    #basket {
      right: 0;
      min-width: 44px;
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: 50% 50%;
      padding: 0;
      border-radius: 5px;
      top: 7px;
    }

    #basket .totalproducts{
      top: 0px;
      right: 0px;
    }

    #WonderBirk{
      right:95px;
      top:5px;
    }

    #WonderBirk img{
      width: 50px;
      height: 50px;
    }

    #basket-link>div:not(.totalproducts) {
        display: none;
    }

    aside {
        display: none;
        float: none;
        width: 100%;
    }

    aside>nav {
        display: none;
    }

    article {
        padding: 0px;
        margin-top: 3%;
    }

    article.aside>.content {
        float: none;
        width: 100%;
    }

    a.social {
        margin: 0 5px 0 0;
    }

    /* BREADCRUMB */
    body.breadcrumb article {
        margin-top: 0;
    }

    body.webshop-productlist.breadcrumb header,
    body.webshop-productinfo.breadcrumb header {
        margin-bottom: 0;
    }

    .breadcrumb-container {
        background-color: transparent;
        padding: 10px 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    div.breadcrumb,
    .SubCats_BreadCrumb {
        padding-left: 13px;
        background-position: 0 50%;
    }

    /* PRODUCTLIST */
    #Productlist_Sort_Select {
        display: block !important;
    }

    .sort-selector {
        display: none;
    }

    .Frontpage_Custom_UL>li,
    .ProductList_Custom_UL>li,
    .Related_Custom_UL>li,
    .CustomersAlsoBought_Custom_UL>li,
    article.aside .ProductList_Custom_UL>li {
        width: 100%;
    }

    li .product, div.slick-slide .product {
        padding: 15px;
    }

    li .product .name a, div.slick-slide .product .name a {
        font-size: 14px;
        padding: 10px 0 5px;
    }

    li .product .price, div.slick-slide .product .price {
        font-size: 14px;
    }

    .relatedProducts li .product .buy,
    .alsobought li .product .buy {
      margin: 10px 10px 20px 10px;
      min-width: unset;
    }

    .relatedProducts .prodListDelivery,
    .alsobought .prodListDelivery{
      display:none;
    }

    /*#profiles > li.active:before {
    display: none;
}*/
    #doorsCalculatorContainer {
        width: 100%;
    }

    #doorsContainerForm.half {
        width: 100%;
    }

    /* FAVORITES */
    td.FavTB_ProdNameTD {
        font-size: 11px;
        padding-left: 10px;
    }

    td.FavTB_ActionButtonsTD>a>img {
        width: 20px;
    }

    td.FavTB_Buy {
        width: 33%;
    }

    /* FRONTPAGE */
    ul.frontpageGroups>li {
        width: 49%;
    }

    ul.frontpageGroups>li>a:last-child {
        font-size: 12px;
    }

    body.webshop-frontpage .dd-nivoSlider div.nivo-caption {
        display: none !important;
    }

    body.webshop-frontpage .slider-wrapper:after {
        max-width: 100%;
        height: 20px;
    }

    .Text1_FrontPage>p,
    .Text2_FrontPage>p {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }

    body.webshop-frontpage div.nivo-dynamic-text {
        top: calc(50% - 15px) !important;
    }

    body.webshop-frontpage div.nivo-dynamic-text {
        letter-spacing: 0;
    }

    body.webshop-frontpage div.nivo-dynamic-text-header {
        font-size: 18px;
        margin: 0;
    }

    body.webshop-frontpage div.nivo-dynamic-text-teaser {
        font-size: 11px;
        display: none;
    }

    body.webshop-frontpage div.nivo-dynamic-text-link {
        font-size: 10px;
        padding: 5px 10px;
        margin: 5px 0 0;
    }

    /* PRODUCTCARD */
    .productcard {
        padding: 15px;
    }

    .productcard .images {
        float: none;
        width: 100%;
    }



    .productcard .info {
        float: none;
        width: 100%;
    }

    .productcard .Prices_Custom_UL .price,
    .productcard .Prices_Custom_UL .price .text,
    .productcard .Prices_Custom_UL li .vat {
        font-size: 14px;
        line-height: 14px;
    }

    .productcard .Prices_Custom_UL li:first-child .price {
        font-size: 26px;
    }

    .productcard ul.details {
        margin: 15px 0;
    }

    .productcard ul.details.active {
        display: block;
    }

    .productcard ul.details>li {
        border-right: 0;
        border-bottom: solid 1px #dfdfdf;
    }

    .productcard ul.details>li.rating {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .productcard ul.details>li.active {
        display: block;
    }

    .productcard ul.details>li.active.last {
        border-bottom: 0;
    }

    img.FavAddButton_ProductInfo {
        padding: 9px;
    }

    /* FOOTER */
    footer {
        padding: 15px 15px 0px 15px;
    }

    footer>ul {
        margin: 0;
    }

    footer>ul>li,
    footer>ul>li:last-child {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }

    footer>ul>li:last-child {
        margin: 0;
        text-align: left;
    }

    footer ul.TopMenu_MenuItems>li {
        margin: 0 0 5px;
    }

    footer ul.TopMenu_MenuItems>li>a {
        display: block;
        padding: 10px 10px;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 13px;
        color: #575868;
        border: solid 1px #d8dadc;
        background-color: #383838;
        background-image: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
        background-image: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
        background-image: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.94, #f4f4f4), color-stop(0.94, #e7e7e7));
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
        background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 94%, #e7e7e7 94%);
    }

    footer ul.TopMenu_MenuItems>li:last-child {
        margin: 0;
    }

    /* PRODUCTMENU */
    #my-menu div.mm-header .mm-title {
        font-size: 14px;
        color: #fff;
    }

    .top-bar .TopLinks a{
      display:none;
    }

    #btn-menu {
      display: block;
      border-radius: 5px;
      width: 44px;
      top: 5px;
      position: absolute;
      height:56px;
    }

    #btn-menu img{
      width: 35px;
      height: 35px;
      margin: 0 auto;
      display: block;
    }

    #btn-menu span{
      color: #fff;
      margin: 0 auto;
      text-align: center;
      display: block;
      line-height: 10px;
    }

    #btn-filter {
        background-color: #383838;
        background-image: url("//cdn.webkitchen.dk/images/skins/Shopdeluxe/images/icon-filter.png");
        background-size: 14px auto;
        background-position: 15px 50%;
        background-repeat: no-repeat;
        padding: 8px 10px 8px 40px;
        color: rgba(255, 255, 255, 1);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: block;
        margin: 0 0 10px;
    }

    #CustomerService

    /* FILTER */
    aside .product-filter-headertext-container {
        display: none;
    }

    aside .product-filter-clear-all-top-right,
    aside .product-filter-clear-all-bottom-right {
        position: static;
        bottom: auto;
        right: auto;
        margin: 0 0 6px;
    }

    aside .product-filter-clear-all a {
        color: inherit;
    }

    aside .product-filter-container {
        border-top: solid 1px #ccc;
    }

    #filter-lod div.product-filter-row {
        margin:0px;
        margin-bottom: 10px;
    }
/*new filter*/
	#ProductFilter-Container > div:last-of-type {
		display: block;
		margin: 0;
	}
	#filter-lod .product-filter-column {
		margin: 0 0 10px;
		flex: none;
		width: 100% !important;
	}
	#filter-lod .product-filter-body-container {
		position: relative;
    }
    #filter-lod .product-filter-row:nth-last-of-type(2) {
        margin-bottom: 0;
    }
/*new filter*/
    /* SEARCH */

    #my-menu #Search_Form {
        display: block;
        background-color: rgba(0, 0, 0, 0.15);
        margin: 10px 0 !important;
        padding: 10px 20px;
    }

    #my-menu #Search_Form:after {
        content: "";
        clear: both;
        display: block;
    }

    #my-menu input[type="text"].SearchField_SearchPage {
        float: left;
        width: 80%;
        height: 30px;
        color: #000;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
        padding-left: 10px;
    }

    #my-menu input.SubmitButton_SearchPage[type="submit"] {
        float: left;
        width: 20%;
        height: 30px;
        -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 0;
        font-size: 12px;
    }

    .mm-list>li a#ActiveCategory_A {
        display: none !important;
    }

    /* PRODUCTGROUPS */
    .SubCats_Categories_UL {
        margin-bottom: 15px;
    }

    .SubCats_Categories_UL>li .name a {
        font-size: 14px;
        padding: 10px 4px;
    }

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

    a.Order_back_basket {
        display: none;
    }

    .basket-checkout {
        width: 100%;
        float: none;
    }

    table.showbasket td.ShowBasket_GiftWrapUnChecked_TD,
    table.showbasket td.ShowBasket_GiftWrapChecked_TD {
        padding: 4px;
    }

    .wrapping:before {
        content: "";
        clear: both;
        display: block;
        margin: 0 0 6px;
    }

    .wrapping {
        position: static;
        padding: 6px 0 0;
    }

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

    table.showbasket .amount .amountContainer>a {
        display: none;
    }

    table.showbasket .amount .amountContainer>div {
        border-right: 0;
        width: 100%;
        padding: 2px 0;
        font-size: 14px;
    }

    table.showbasket .amount>a>img {
        width: 60%;
        max-width: 25px;
        margin: 5px 0 0;
    }

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

    table.showbasket .unitprice {
        width: 19%;
    }

    table.showbasket .unittotal {
        width: 19%;
    }

    /* OPC */
    #checkout-container #column-data h3,
    #checkout-container div h2 {
        font-size: 1rem;
        line-height: 14px;
        padding: 11px 15px;
    }

    body.webshop-checkout #btn-menu {
        display: none;
    }

    #checkout-container div#column-data {
        width: 100%;
        float: none;
        margin: 0 0 15px;
    }

    #checkout-container div#column-shipping-payment {
        width: 100%;
        float: none;
        margin: 0;
    }

    #checkout-container div#column-order-summary {
        width: 100%;
        padding: 15px 0 0;
        float: none;
    }

    #checkout-container div#column-data,
    #checkout-container div#column-shipping-payment,
    div#order-summary,
    div#order-confirm,
    #order-creditcard,
    #order-giftcertificate {
        padding: 0;
        border: 0;
    }



    #buySection {
        float: none;
        width: 100%;
        display: none;
    }


    .imagescontainer > * {
        width: 100%;
        margin-top: 5px;
      }


}

@media (max-width: 880px){
  .campaignWrapper.down,
  .USPBanner.down,
  header section.down {
    display:none;
  }

  header{
    transition: 0.2s;
  }

  header.down{
    transform: translateY(-240px);
  }
  .campaignWrapper{
      height: auto;
  }
}

@media (max-width: 767px){

    ul.frontpageGroups>li>a:first-child>img {
        height: auto;
    }

    .topImages img {
        height: 42px;
        width:169px;
    }
    .trust {
        max-width: 100%;
    }
}

@media (max-width: 600px){
    .webshop-productinfo .images > .slick-slider .slick-slide {
        height: 450px;
    }
    .SubCats_Categories_UL:not(.splide__list) > li {
        width: 46% !important;
    }

    .SubCats_Categories_UL.JustWood{
      flex-wrap: wrap;
    }

    .SubCats_Categories_UL.JustWood > li {
        flex: 0 0 100%;
    }

    ul.usp>li:nth-child(n + 2) {
        display: none;
    }

    ul.usp>li{
      margin: 0px;
    }

    #basket-link span,
    #LinkToOffer span{
      font-size:12px;
    }

    #LinkToOffer
    {
      top: 9px;
      right: 80px;
    }

    ul.frontpageGroups>li {
        width: 100%;
        margin: 0 auto 5px;
    }
}

@media (max-width: 465px){
  .WebShopSkinLogo{
    width:150px;
  }

    .tab > .tablinks{
      width: 100%;
    }

    .tab > a.tablinks{
      padding: 10px 5px;
    }

    .tab > a.tablinks::after{
      right: 5px;
      top: 13px;
      width: 10px;
      height: 10px;
    }
}

.section--landing-sub .col--bg-darkgray .col__inner {
    padding: 10%
}

.col--center-vetical .col__inner {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.col--bg-darkgray .col__inner {
    background-color: #1c1c1c
}

.col--bg-darkgray .heading.heading--landingpage .heading__name {
    color: #fff
}

.heading {
    margin-bottom: .75rem;
    color: #000;
    font-weight: 500
}

.heading.heading--landingpage .heading__name {
    color: #2e2e2e;
    font-weight: 500;
    margin-bottom: 1rem;
}

.heading.heading--landingpage h1 {
    font-size: 2.25rem
}

@media (min-width: 1386px) {
    .heading.heading--landingpage h1 {
        font-size:2.25rem
    }
}

.heading.heading--landingpage h2 else {
    font-size: 1.25rem
}

@media (min-width: 1386px) {
    .heading.heading--landingpage h2 {
        font-size:1.25rem
    }
}

.heading.heading--landingpage h3 {
    font-size: 1rem
}

@media (min-width: 1386px) {
    .heading.heading--landingpage h3 {
        font-size:1rem
    }
}

.selling--image-text-layout-img-left .selling-item {
    justify-content: center
}

.selling--image-text-layout-img-left .selling-icon {
    margin-right: .5rem
}

.selling--image-text-layout-img-top .selling-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center
}

.selling--image-text-layout-img-top .selling-icon {
    margin-bottom: 12px
}

.selling--image-text .selling-item {
    display: flex;
    width: 100%
}

.selling--image-text .selling-item {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center
}

.selling--image-text .selling-icon {
    width: 43px;
    width: 43px;
    width: 32px;
    height: 43px;
    height: 43px;
    height: 32px;
    background-image: url(//cdn.webkitchen.dk/images/skins/Kitchn/images/icons/tick.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 65%;
    flex-shrink: 0
}

@media (min-width: 1386px) {
    .selling--image-text .selling-icon {
        width:43px
    }
}

@media (min-width: 1386px) {
    .selling--image-text .selling-icon {
        height:43px
    }
}

.selling--image-text .selling-title {
    text-transform: uppercase;
    color: #2e2e2e;
    letter-spacing: 2px;
    font-weight: 500
}

.selling--image-text .selling-content {
    margin-top: .2rem
}

@media only screen and (max-width: 374px) {
    .selling--image-text {
        font-size:.7792rem
    }
}

@media only screen and (max-width: 374px) and (min-width:1386px) {
    .selling--image-text {
        font-size:.8125rem
    }
}

.section--landing-sub .selling--image-text-layout-img-left {
    padding: 0
}

.section--landing-sub .selling--image-text-layout-img-left .selling-item {
    justify-content: flex-start;
    margin: 1rem 0;
    align-items: flex-start
}

.section--landing-sub .selling--image-text .selling-icon {
    margin-right: 1rem;
    border: 2px solid #009fe3;
    border-radius: 100%;
    background-size: auto 40%
}

.section--selling-points {
    padding: .8rem 0;
    border-bottom: 1px solid #d8d8d8
}

.selling-points {
    display: flex;
    justify-content: space-between;
    color: #2e2e2e;
    font-size: .7792rem;
    padding: 0
}

@media (min-width: 1386px) {
    .selling-points {
        font-size:1rem
    }
}

@media (max-width: 320px) {
    .selling-points {
        font-size:.625rem
    }
}

@media (min-width: 1386px) {
    .selling-points {
        padding:0 6rem
    }
}

@media (min-width: 1766px) {
    .selling-points {
        padding:0 10rem
    }
}

.selling-point__item {
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 1.16
}

.section--padding-bottom .container {
    padding-bottom: 2rem;
}

@media (min-width: 1386px) {
    .section--padding-bottom .container {
        padding-bottom: 3rem
    }
}

.section--padding-top-bottom .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 1386px) {
    .section--padding-top-bottom .container {
        padding-top:3rem;
        padding-bottom: 3rem
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
@media (max-width: 880px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.hr{
    margin-bottom:30px;
    min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

@media (max-width: 880px){
.col-sm-12{
    padding: 0px;
}

.col-12{
    padding: 0px;
}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media (max-width: 880px) {
  #dynamic-widgets .ais-ClearRefinements{
    width: 100%;
  }

  #dynamic-widgets .ais-CurrentRefinements-label{
    margin-bottom: 3px;
  }

  #dynamic-widgets .ais-CurrentRefinements-category{
    padding: 2px 3px;
    margin-bottom: 2px;
    border-radius: 5px;
  }
  #dynamic-widgets .ais-CurrentRefinements-delete{
    margin-left: 8px;
    margin-right: 2px;
  }

  #dynamic-widgets .selectedFilteritem{
    flex-wrap: wrap;
    width: unset;
  }
  .greyAreaFilter.Active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .filterpanel .showFilterWrapper.showFilterWrapperMobile {
    display: block;
  }

  .SideMenu.Active {
    overflow-x: scroll;
  }

  .leftpanel .filterpanel {
    flex-direction: unset;
    flex-wrap: wrap;
  }

  .filterpanel #dynamic-widgets {
    order: 3;
    overflow-x: scroll;
    width: 100%;
    flex-wrap: unset;
  }

  .filterpanel .showFilterWrapper {
    order: 1;
    width: 49%;
    margin-right:2%;
    background-color: #0b232b;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
  }

  /* .showFilter:after{
    content: "\f0b0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: auto;
    float: right;
    padding: 2px 5px 2px 2px;
  } */
  .showFilter > img {
    width: 21px;
    height: 19px;
    margin: auto;
    float: right;
  }

  .filterpanel .showFilterWrapperMobile{
    width: 100%;
    margin-right:0%;
  }

  .filterpanel .sort-by {
    order: 2;
    width: 49%;
  }

  .filterpanel #dynamic-widgets {
    overflow-x: scroll;
    flex-basis: 50%;
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 401;
    padding: 2%;
    height: 100%;
    box-shadow: 10px 0px 10px rgb(0 0 0 / 20%);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    max-width: 65%;
    flex-direction: column;
  }


  .filterpanel #dynamic-widgets > div {
    margin: 10px 0px;
  }


  .filterpanel #dynamic-widgets .refinement {
    word-break: break-word;
    border-radius: 2px;
    padding: 15px;
  }

  .filterpanel #dynamic-widgets .ais-RefinementList-labelText {
    text-overflow: unset;
  }
}

@media (max-width: 1610px) {
  .webshop-productlist .category_description_info>div:first-of-type {
    display: flex;
  }

  .webshop-productlist .category_description_wrapper .circle-checkmark {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .webshop-productlist .category_description_wrapper .circle-checkmark p {
    display: none !important;
  }

}

@media (max-width: 680px){
  #CustomerService{
    display:none;
  }
}

@media (max-width: 600px){
      .col--gutter-custom {
      padding-right: 15px;
      padding-left: 15px;
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
  }
}

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

.box--image-text--custom .box--image-text .box__text-container {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.box--image-text--custom .box--image-text .box__text-container .box__headline {
    order: 1;
    font-size: 2.475rem;
    text-align: center;
    font-size: 2.0625rem
}

@media (min-width: 1386px) {
    .box--image-text--custom .box--image-text .box__text-container .box__headline {
        margin-bottom:1.5rem
    }
}

@media (min-width: 1386px) {
    .box--image-text--custom .box--image-text .box__text-container .box__headline {
        font-size:3.125rem
    }
}

.box--image-text--custom .box--image-text .box__text-container .box__text {
    order: 0;
    font-size: 1rem;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 374px) {
    .box--image-text--custom .box--image-text .box__text-container .box__text {
    order: 0;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase
}
}

.box--image-text--custom .box--image-text .box__text-container .box__link {
    order: 1
}

.box--image-text--custom .box--image-text .box__text-container .box__link a {
    background-color: #009fe2;
    border-color: #009fe2;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .875rem;
    padding: 0 2.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 500px) {
    .box--image-text--custom .box--image-text .box__text-container .box__link a {
        height: 2rem;
    }

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

@media (min-width: 1386px) {
    .box--image-text--custom .box--image-text .box__text-container .box__link a {
        font-size: .875rem
    }
}

@media (min-width: 1386px) {
    .box--image-text--custom .box--image-text .box__text-container .box__link a {
        min-width:190px
    }
}

.box--image-text--custom .box--image-text .box__image {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.box--image-text--custom .box--image-text .box__image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.kitchn-koekken-info{
    background-color: #1c1c1c;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 600px){
    .kitchn-koekken-info{
    background-color: #1c1c1c;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}

h2.heading_name_koekken{
    font-weight: 500 !important;
    margin-bottom: 1rem !important;
    margin-top: 0.5rem !important;
    font-size: 1.25rem;
    line-height: 1.1;
    color: #fff;
}

@media (max-width: 1440px) and (min-width: 600px){
    h2.heading_name_koekken{
    font-weight: 500 !important;
    margin-bottom: 1rem !important;
    margin-top: 0.5rem !important;
    font-size: 1.25rem;
    line-height: 1.1;
    color: #fff;
}
}

@media (max-width: 599px){
    h2.heading_name_koekken{
    font-weight: 500 !important;
    margin-bottom: 1rem !important;
    margin-top: 0.5rem !important;
    font-size: 1.125rem;
    line-height: 1.1;
    color: #fff;
}
}

ul.kitchn-koekken-listeform{
    color: #bbb6b6;
    width: 90%;
    line-height: 24px;
    font-size: 18px;
    padding-inline-start: 20px !important;
}

@media (max-width: 1440px){
    ul.kitchn-koekken-listeform{
    color: #bbb6b6;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
}
}

li.kitchn-koekken-listeitem{
    margin-bottom: 20px;
}

@media (max-width: 1440px){
    li.kitchn-koekken-listeitem{
    margin-bottom: 10px;
}
}

h1.koekken{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2.25rem;
}

@media (max-width: 1440px) and (min-width: 600px){
    h1.koekken{
    font-size: 2.25rem;
}
}

@media (max-width: 599px){
    h1.koekken{
    font-size: 1.4rem;
}
}
.cat-description {
    max-width: 100%;
}
.cat-description .tab {
border: 0px;
}

ul.information{
  line-height: 1.5em;
  margin: 0px 15px 0px 20px;
  padding: 0;
  max-width: 80ch;
}

ul.circle-checkmark{
  line-height: 1.5em;
  margin: 0px 0 30px;
  padding: 0;
}

ul.circle-checkmark li{
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  display: inline-block;
  margin: 0px 10px 5px 0px;
  max-width: 27ch;
  vertical-align: top;
  font-size: 0.75rem;
}

@media (max-width: 500px){
ul.circle-checkmark li{
  max-width: 40ch;
}
}

@media (max-width: 1610px) and (min-width: 1025px){
ul.circle-checkmark li{
  max-width: 32ch;
  margin-bottom: 5px !important;
}
}

ul.circle-checkmark li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 1px;
  border: solid 8px #cdcdcd;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

ul.circle-checkmark li::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 4px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.justify-content{
    justify-content: center;
}

.styled-tekst{
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  padding: 20px;
}

h2.produkt-information{
    color: #3B3B3B;
    margin-bottom: 20px !important;
}

.ribbon-forside-circle a{
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 0px;
  font-weight: 700;
  text-transform: uppercase;
  display:block;
  padding:10px;
  animation: blinker 2s linear infinite;
}

.ribbon-forside-circle a span{
  font-size: 18px;
  font-weight: 700;
  display: block;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
  border-top: none;
}

.ribbon-forside, #n-right-relative > .ribbon-forside {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
@media (max-width: 500px){
    .ribbon-forside, #n-right-relative > .ribbon-forside {
      right: 0px;
      top: -2px;
  }
}

@media (max-width: 500px){
   .ribbon-forside-circle, #n-right-relative{
     left: 14px !important;
   }
}

.ribbon-forside-circle a span.sparoptil{
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    border: none;
    line-height: 14px;
}

@media (max-width: 880px){
    .ribbon-forside-circle a span{
        font-size: 22px;
        line-height: 24px;
    }
    .ribbon-forside-circle a span.sparoptil{
        font-size: 12px;
        line-height: 11px;
    }
    .ribbon-forside-circle, #n-right-relative{
        height: auto !important;
        top: 10%;
        left: 16%;
    }
}

@media (max-width: 464px){
    .ribbon-forside-circle, #n-right-relative{
        height: auto !important;
        top: 18%;
        left: 16%;
    }    
}

.ribbon-forside-circle a{
    font-size: 16px;
    line-height: 0px;
    padding: 10px;
}


.bar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    background-color: #000;
    color: white;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bar_content{
    display: block; /* Important to give the content a width */
    width: 100%;
    transform: translateX(200%); /* Animation start out of the screen */

/* Add the animation */
    animation: move 8s linear infinite /* infinite make reapeat the animation indefinitely */;
}

/* Create the animation */
@keyframes move {
    to { transform: translateX(-100%); }
}

.bar_content:hover{
    animation-play-state: paused;
}


.box-list--col-2 {
    display: flex;
    flex-flow: row wrap
}

.box-list--col-2 .box {
    position: relative;
    flex-grow: 1;
    margin-bottom: 9px;
    flex-basis: calc(50% - 9px)
}

@media (max-width: 991px){
    .box-list--col-2 .box {
    margin-bottom: 30px;
}
}

@media (min-width: 1386px) {
    .box-list--col-2 .box {
        margin-bottom:12px;
        flex-basis: calc(50% - 12px)
    }
}

@media (min-width: 1766px) {
    .box-list--col-2 .box {
        margin-bottom:16px;
        flex-basis: calc(50% - 16px)
    }
}

.box-list--col-2 .box:nth-child(2n) {
    margin-left: 9px
}

@media (min-width: 1386px) {
    .box-list--col-2 .box:nth-child(2n) {
        margin-left:12px
    }
}

@media (min-width: 1766px) {
    .box-list--col-2 .box:nth-child(2n) {
        margin-left:16px
    }
}

.box--landingpage-inspiration .box--image-text:hover .box__text-container {
    height: 100%;
    transition: height .25s ease-in
}

.box--landingpage-inspiration .box--image-text:hover .box__text-container:before {
    background-image: linear-gradient(transparent,rgba(0,0,0,.85) 100%)
}

.box--landingpage-inspiration .box--image-text .box__image {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%
}

.box--landingpage-inspiration .box--image-text .box__text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 40%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding: 2rem
}

.box--landingpage-inspiration .box--image-text .box__text-container:before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(transparent,rgba(0,0,0,.65) 100%);
    height: 100%
}

.box--landingpage-inspiration .box--image-text .box__text-container>div {
    position: relative;
    z-index: 100
}

.box--landingpage-inspiration .box--image-text .box__text-container .box__headline {
    font-weight: 500;
    line-height: 1;
    font-size: 2.5rem
}

.box-background-dark-overlay{
    margin-top: 0rem !important;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

@media (max-width: 350px){
    .box--landingpage-inspiration .box--image-text .box__text-container .box__headline {
    font-size: 2rem
}
}

@media (min-width: 1386px) {
    .box--landingpage-inspiration .box--image-text .box__text-container .box__headline {
        font-size:2.5rem
    }
}

.box--landingpage-inspiration .box--image-text .box__text-container .box__text {
    font-size: .8rem;
    margin-bottom: 0
}

.box--landingpage-inspiration .box--image-text .box__text-container .box__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.box--landingpage-inspiration .box--image-text .box__text-container .box__link a {
    display: block;
    width: 100%;
    height: 100%
}

.box--full-width .box--image-text {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    align-items: center
}

.box--full-width .box--image-text.box--image-text-layout-img-left .box__image {
    margin-right: 8%
}

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

.box--full-width .box__text-container .box__headline {
    color: #2e2e2e;
    font-size: 2.40625rem;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 1.5rem
}

@media (min-width: 1386px) {
    .box--full-width .box__text-container .box__headline {
        font-size:4rem
    }
}

.box--full-width .box__text-container .box__text {
    font-size: .9917rem;
    margin-bottom: 2rem;
    line-height: 1.8
}

@media (min-width: 1386px) {
    .box--full-width .box__text-container .box__text {
        font-size:1.125rem
    }
}

.box--full-width .box__text-container .box__link a {
    color: #2e2e2e
}

.box--image-text--custom .box--image-text {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center
}

.box--image-text--custom .box--image-text .box__image {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.box--image-text--custom .box--image-text .box__image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.box--image-text--custom .box--image-text .box__image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: background-color .5s ease-out;
    top: 0;
    left: 0
}

.dark_background_overlay{
    background-color: rgba(0,0,0,.4);
    margin-top: 0rem !important;
}

.box--image-text--custom .box--image-text .box__text-container {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.box--image-text--custom .box--image-text .box__text-container .box__headline {
    order: 1;
    font-size: 2.5rem;
    text-align: center;
}

@media (min-width: 1386px) {
    .box--image-text--custom .box--image-text .box__text-container .box__headline {
        margin-bottom:1.5rem
    }
}

@media (max-width: 1385px) and (min-width: 991px) {
    .box--image-text--custom .box--image-text .box__text-container .box__headline {
        font-size:1.8rem
    }
}

.box--image-text--custom .box--image-text .box__text-container .box__text {
    order: 0;
    font-size: 1rem;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 374px) {
    .box--image-text--custom .box--image-text .box__text-container .box__text {
    order: 0;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase
}
}

.box--image-text--custom .box--image-text .box__text-container .box__link {
    order: 1
}

.box--image-text--custom .box--image-text .box__text-container .box__link a {
    background-color: #009fe2;
    border-color: #009fe2;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .875rem;
    padding: 0 2.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1385px) and (min-width: 991px){
    .box--image-text--custom .box--image-text .box__text-container .box__link a {
    padding: 0 1rem;
}
}

@media (max-width: 500px) {
    .box--image-text--custom .box--image-text .box__text-container .box__link a {
        height: 2rem;
    }
}

@media (min-width: 1386px) {
    .box--image-text--custom .box--image-text .box__text-container .box__link a {
        font-size: .875rem
    }
}

@media (min-width: 1386px) {
    .box--image-text--custom .box--image-text .box__text-container .box__link a {
        min-width:190px
    }
}

.box--image-text-layout-img-right--custom .box--image-text {
    position: relative;
    display: flex;
    align-items: center
}

.box--image-text-layout-img-right--custom .box--image-text .box__image {
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: none
}

.box--image-text-layout-img-right--custom .box--image-text .box__image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.box--image-text-layout-img-right--custom .box--image-text .box__image a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    transition: background-color .5s ease-out;
    top: 0;
    left: 0
}

.box--image-text-layout-img-right--custom .box--image-text .box__text-container {
    max-width: 60%;
    display: flex;
    position: absolute;
    right: 2.5rem;
    width: auto;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    background: #000;
    padding: 2.5rem;
    bottom: 2.5rem;
    z-index: 1
}

@media (min-width: 1766px) {
    .box--image-text-layout-img-right--custom .box--image-text .box__text-container {
        max-width:50%
    }
}

.box--image-text-layout-img-right--custom .box--image-text .box__text-container .box__headline {
    order: 1;
    max-width: 100%;
    margin-bottom: 1.5rem;
    line-height: 1;
    font-size: 2.475rem
}

@media (min-width: 1386px) {
    .box--image-text-layout-img-right--custom .box--image-text .box__text-container .box__headline {
        font-size:3.125rem
    }
}

.box--image-text-layout-img-right--custom .box--image-text .box__text-container .box__text {
    order: 0;
    font-size: .65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1.5rem
}

.box--image-text-layout-img-right--custom .box--image-text .box__text-container .box__link {
    order: 1
}

.box--image-text-layout-img-right--custom .box--image-text .box__text-container .box__link a {
    color: #fff;
    padding: 0
}

.box--image-text .box__headline {
    margin-bottom: .625rem;
    font-weight: 500;
    font-size: .9917rem
}

@media (min-width: 1386px) {
    .box--image-text .box__headline {
        font-size:1.125rem
    }
}

.box--image-text .box__text {
    margin-bottom: .5rem
}

.box--image-text .box__text-container>:last-child {
    margin-bottom: 0
}

@media (max-width: 800px){
   .box--image-text .box__text-container>:last-child {
    margin-bottom: 0;
    text-align: center;
}
}

.box--image-text-layout-img-top .box__image {
    margin-bottom: 1.25rem
}

.box--image-text-layout-img-top .box__image--empty {
    display: none
}

.box--image-text-layout-img-left,.box--image-text-layout-img-right {
    display: flex
}

.box--image-text-layout-img-left .box__image,.box--image-text-layout-img-right .box__image {
    width: 35%;
    flex-shrink: 0;
    max-width: 768px
}

.box--image-text-layout-img-left .box__text-container,.box--image-text-layout-img-right .box__text-container {
    flex-grow: 1
}

.box--image-text-layout-img-left .box__image {
    margin-right: 1rem
}

.box--image-text-layout-img-right .box__image {
    margin-left: 1.5rem;
    order: 10
}

.box--text-with-background {
    display: flex
}

.box--text-with-background .box__inner {
    flex-grow: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.box--text-with-background .box__text-container {
    padding: 2.5rem
}

.box--text-with-background a {
    text-decoration: none
}

.box--text-with-background .box__headline {
    margin-bottom: .625rem;
    font-weight: 500;
    font-size: .9917rem
}

@media (min-width: 1386px) {
    .box--text-with-background .box__headline {
        font-size:1.125rem
    }
}

.box--text-with-background .box__text {
    margin-bottom: .5rem
}

.box--text-with-background::before {
    width: 0
}

.box--text-with-background .box__text-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.box--text-with-background .box__headline {
    margin-bottom: 1.125em;
    font-size: 1.125rem
}

@media (min-width: 1386px) {
    .box--text-with-background .box__headline {
        font-size:1.25rem
    }
}

.box--text-with-background .box__text {
    font-size: .7083rem;
    order: -1;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .1em
}

@media (min-width: 1386px) {
    .box--text-with-background .box__text {
        font-size:.75rem
    }
}

.box--text-with-background .box__link a {
    padding: .9em 2em;
    display: inline-block;
    background: #fff
}

.box--text-with-background .box__text-container>:last-child {
    margin-bottom: 0
}

.html-block {
    flex: 0 0 48%;
    margin-bottom: 1rem
}

.hr.hr--border-none {
    border: none;
    min-height: 1px
}


.section--landing-sub .article-section__content {
    font-size: 1rem;
    margin-bottom: 3rem;
    max-width: 100%
}

@media (max-width: 767px){
    .section--landing-sub .article-section__content {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 1rem !important;
}
}

@media (min-width: 1386px) {
    .section--landing-sub .article-section__content {
        font-size:1.125rem
    }
}

.section--landing-sub .article-section__content.article-section__content-large {
    font-size: 1.25rem
}

@media (min-width: 1766px) {
    .section--landing-sub .article-section__content.article-section__content-large {
        font-size:1.3rem
    }
}

.section--full-width .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    overflow-x: hidden
}

.webshop-productinfo article.aside aside, .webshop-productlist article.aside aside, .webshop-cmspage article.aside aside{
    min-width: 15%;
    margin-right: 20px;
}

#small-basket-pop .sb-fragt-txt{
    display: none;
}

.totalBeforeSaving,.totalSaving,.fees {
    font-size: 16px;
}
td.unittotal {
    white-space: nowrap;
}
.basket-checkout {
    width: inherit;
}
.totalBeforeSaving,.totalSaving,.total,.fees {
    white-space: nowrap;
}
@media (max-width: 880px){
    body.webshop-checkout article{
        margin: 0 auto 0;
    }
    table.showbasket .unitprice {
        width: 0 !important;
    }
    table.showbasket .unittotal {
        width: 20%;
    }
    .ShowBasket_Custom_DIV .unitprice {
        display: none;
    }

    .webshop-productinfo .relatedProducts .variantSelectorColor,
    .webshop-productinfo .alsobought .variantSelectorColor {
      display:none
    }

    .webshop-productinfo article .slick-slide {
      height: 515px;
    }

    .relatedProducts .slick-slide,
    .alsobought .slick-slide{
      height:480px;
    }



    .webshop-productinfo .relatedProducts li .product .name a,
    .webshop-productinfo .alsobought li .product .name a{
      padding:0px;
    }
}
@media (max-width: 767px) {
    table.showbasket .description {
        width: 57%;
    }
}

#sb-totalbeforeprice-box, #sb-totaldiscount-box,#sb-totalshipping-box {
    display: flex;
    justify-content: space-between;
    font-size:13px;
}
#sb-totaldiscount-box {
    color: #9b0000;
    border-bottom:2px solid #ddd;
    margin-bottom:10px;
    padding-bottom:10px;
}
#sb-totalbeforeprice-box b,#sb-totalshipping-box b{
    font-weight:500;
}
#sb-totalbeforeprice-box p,#sb-totaldiscount-box p,#sb-totalshipping-box p {
    margin:0;
}
#sb-totalprice-box p {
    font-size:16px;
}
#sb-totalprice-box p.inklmoms {
    opacity: 0.5;
    font-size: 12px;
    margin-top: 5px;
}
#small-basket-pop .small-backet-tableheader {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}
#small-basket-pop .Products_Basket_TBL {
    margin-bottom:20px;
    background-color: white;
}
#small-basket-pop td.Products_Basket_ProductName_TD {
    width: 60%;
}

#small-basket-pop td.Products_Basket_TotalPrice_TD {
    width: 25%;
    text-align: right;
    margin-right: 5px;
}
#small-basket-pop td.Products_Basket_Amount_TD {
    width: 10%;
}
#small-basket-pop .now, #small-basket-pop #sb-totaldiscount-box {
    font-size: 0.8rem;
    color: #9b0000;
    font-weight: 600;
}
.small-basket-tableheader {
    display: flex;
    justify-content: space-between;
    margin: 0 5px;
}
#small-basket-pop .before {
    text-decoration: line-through;
}

#small-basket-pop .Products_Basket_TBL tbody tr {
    margin: 15px 0px;
}

.HelpContentMarginBottom{
  margin-bottom: 15px;
}

.needhelp .Contact{
  display:flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-right: 0px;
  padding-left: 0px;
}

.needhelp .Contact > div{
  margin-bottom:10px;
}

.needhelp .Contact > div > i{
  margin:3px;
  vertical-align: middle;
}

.needhelp .Contact > div > a{
  text-decoration: none;
}

.brug_for_hjaelp{
  background-color: #edebe8;
  height: auto;
  min-height: 100px;
  padding: 20px;
  display:flex;
}

@media (max-width: 1350px){
  .brug_for_hjaelp > div:first-child{
    display:none;
  }
}

@media (max-width: 991px){

  .brug_for_hjaelp{
    flex-direction: column;
  }

  .brug_for_hjaelp > div{
    flex:content;
  }
}


.brug_for_hjaelp i.fa-question-circle{
  transform:translate(-50%);
}

.billigskabe_blaa{
  color: #0178a3;
}

.aktuelt_tilbud {
  background-color: #0b232b;
  height: auto;
  min-height: 100px;
  padding: 20px;
  display: flex;
  align-items:center;
  color: #fff;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.aktuelt_tilbud:hover{
  opacity: 0.9;
  cursor: pointer;
}

.size20{
  font-size: 20px;
}

.size40{
  font-size: 40px;
}

.HelpPaddingLeft{
  padding-left: 0px !important;
}

  .HelpMarginBottom{
    margin-bottom: 0px;
  }
@media (min-width: 1351px){
  .HelpPaddingLeft{
    padding-left: 15px !important;
  }
}

@media (max-width: 890px){
  .HelpContentContainer{
    margin: 25px 15px 30px 15px;
  }
}

@media (max-width: 540px){

  .webshop-productinfo .slick-slide {
      height: auto;
  }

  .HelpPaddingLeft{
    padding-left: 0px !important;
  }

  .relatedProducts .product .ribbon span{
    font-size:14px;
  }

  .relatedProducts .product .ribbon{
    left:2px;
    top:2px;
  }

  .relatedProducts li .product .image a{
    height: 150px;
  }

  .webshop-productinfo .relatedProducts li .product .name a,
  .webshop-productinfo .alsobought li .product .name a{
    margin:0px;
  }

  .alsobought li .product,
  .relatedProducts li .product{
    padding: 5px;
  }
}

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

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

.brug_for_hjaelp{
  background-color: #edebe8;
  height: auto;
  min-height: 100px;
  padding: 20px;
}

.aktuelt_tilbud {
  background-color: #2e2e2e;
  height: auto;
  min-height: 100px;
  padding: 20px;
  display: flex;
  align-items:center;
  color: #fff;
}

.aktuelt_tilbud:hover{
  opacity: 0.9;
  cursor: pointer;
}

.size20{
  font-size: 20px;
}

.size30{
  font-size: 30px;
}

.needhelp > a {
  background: rgb(6,161,210);
  background: -moz-linear-gradient(top, rgba(3, 101, 100, 1) 0%, rgba(3, 101, 100, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(3, 101, 100, 1) 0%,rgba(3, 101, 100, 1) 100%);
  background: linear-gradient(to bottom, rgba(3, 101, 100, 1) 0%,rgba(3, 101, 100, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06a1d2', endColorstr='#7db9e8',GradientType=0 );
    color: rgba(255,255,255,1.00);
}
.needhelp{
    padding: 15px;
    margin: 15px 0 35px 0;
    position: relative;
}

.needhelp .header{
    font-size: 25px;
    padding: 10px 0 10px;
    font-weight: bold;
}

.needhelp > div{
    font-size: 14px;
    line-height: 20px;
    background-color: #f1f1f1;
}

.needhelp div .header{
    font-size: 18px !important;
    padding: 0 0 10px 0;
}

@media (max-width: 880px){
    .needhelp>*{
    flex: auto;
    background-color: rgba(239, 239, 239, 1.0);
}
}

.needhelp div a{
    padding: initial;
    text-decoration: none;
}
.needhelp a{
    padding: 0px;
}
.needhelp a img{
    margin: 0;
    width: 100%;
}

.needhelp>a{
    background-color: #6a6868;
    text-decoration: none;
}

@media (max-width: 880px){
    .needhelp>a{
        display: block;
        width: 100%;
        text-decoration: none;
    }
}

.needhelp>a img{
    display: block;
    width: 100%;
}

.needhelp > a small{
    padding-top: 10px;
}

.needhelp>a small{
    display: block;
    font-size: 1rem;
    color: #fff;
}

.needhelp > a strong{
    font-size: 155%;
    line-height: 26px;
}

.needhelp>a strong{
    display: block;
    font-size:  125%;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 880px){
    .needhelp>a strong{
        font-size: 155%;
    }
}

.callmeWrapper{
    display: flex;
    padding-right: 0px !important;
}

.needhelp.inspiration {
    background-size: 25% auto;
    background-position: 0 15px;
    font-size: 11px;
    margin: 40px 0px 50px 0px;
    padding: 0;
    border-radius: 0;
    display: flex;
}

@media (max-width: 880px){
    .needhelp.inspiration {
        display: block;
        margin: 30px 0px 30px 0px;
    }
}

.needhelp.inspiration .header {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.needhelp.inspiration>strong {
    margin: 10px 0 5px;
    font-size: 15px;
}
.needhelp.inspiration form:first-of-type() {
    display:none;
}
.needhelp.inspiration form {
    width: 100%;
    float: none;
    margin: 0px;
}
.needhelp .callmeWrapper {
    display:flex;
    gap:10px;
    padding-right:0px !important;
}

@media (max-width: 600px){
    .needhelp .callmeWrapper {
    flex-wrap: wrap;
    justify-content: space-between;

}
}

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

@media (max-width: 880px){
    .midterplacering{
        margin-bottom: 10px;
    }
}

.callmeContainer{
  overflow: hidden !important;
}

.needhelp.inspiration .callmeContainer form > *, .needhelp.inspiration .callmeContainer > * {
    width: 100%;
}
.needhelp.inspiration > .callmeContainer > form {
    display:block;
}
.needhelp.inspiration .callmeContainer .callmeSubmit {
    cursor:pointer;
}
.needhelp.inspiration form input[type="text"],
.needhelp.inspiration form input[type="email"],
.needhelp.inspiration form textarea {
    height: 24px;
    font-size: 11px;
    padding: 0 7px;
    margin: 0 0 4px;
}

.needhelp.inspiration form textarea {
    font-size: 11px;
    height: 50px;
    padding: 7px;
}

.needhelp.inspiration form input[type="submit"] {
    font-size: 10px;
    padding: 3px 5px;
}
.needhelp .callmeButton,
.needhelp .btnContact {
  width:100%;
    cursor:pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    text-decoration: none;
    color: #fff;
    background-color: #0085b7;
    padding: 14px 9px !important;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0;
    text-transform: unset;
    line-height: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.needhelp.inspiration .callmeContainer {
    margin-top:10px;
    padding-right: 0px !important;
}

.needhelp.inspiration a.btnContact, .needhelp .callmeButton, .needhelp .callmeSubmit,.needhelp.inspiration .callmeContainer > form > input[type="submit"] {
    display: flex;
    text-decoration: none;
    color: #fff;
    background-color: #0085b7;
    padding: 14px 9px !important;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    max-width: 100%;
    margin: 10px 0 0;
    text-transform: unset;
    line-height: 16px;
    align-items: center;
    justify-content: center;
}

.callmeButton:hover {
    text-decoration: none !important;
    font-weight: normal;
    background-color: #004f6d !important;
}

.btnContact:hover {
    text-decoration: none !important;
    font-weight: normal;
    background-color: #004f6d !important;
}

@media (max-width: 600px){
    .needhelp.inspiration a.btnContact, .needhelp .callmeButton, .needhelp .callmeSubmit,.needhelp.inspiration .callmeContainer > form > input[type="submit"] {
        max-width: 48%;
}
}

.callmeContainer > .callmeSubmit {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #0178a3;
    padding: 10px 9px !important;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    max-width: 100%;
    margin: 10px 0 0;
}
/*
.callmeContainer > * {
    width: 100%;
}*/
.callmeContainer .callmeError {
    color:red;
    font-weight: bold;
    padding: 5px 0;
}

.callmeContainer .callmeInfo {
    font-size: 16px;
}
.callmeContainer input[type="text"]  {
    display: block;
    height: 35px;
    color: rgba(0, 0, 0, 1);
    border: solid 1px rgba(195, 195, 195, 1);
    padding: 0 10px;
}

.needhelp .form_styling_billigskabe{
    padding: 12px;
    color: #0b232b;
    min-width: 100%;
}

.needhelp .form_styling_billigskabe_side{
    min-width: 0%;
    background-color: #0b232b;
}


@media (max-width: 880px){
    .needhelp .form_styling_billigskabe{
        width: 100%;
    }
}

.needhelp .form_styling_billigskabe_side span{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
}

.needhelp .form_styling_billigskabe_side .offer_text_padding{
    padding: 20px 0px 20px 0px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
}

@media (max-width: 880px){
    .needhelp .form_styling_billigskabe_side .offer_text_padding{
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    line-height: 20px;
}
}

.needhelp .form_styling_billigskabe_side .contact_text_padding{
    padding: 0px 0px 20px 0px;
}

.HelpPaddingLeft{
  padding-left: 0px !important;
}

  .HelpMarginBottom{
    margin-bottom: 0px;
  }
@media (min-width: 1765px){
  .HelpPaddingLeft{
  padding-left: 15px !important;
}
}

@media (max-width: 890px){
  .HelpContentContainer{
  margin: 25px 15px 60px 15px;
}
}

@media (max-width: 540px){
.HelpPaddingLeft{
  padding-left: 0px !important;
}
}

.MarginRight{
  margin-right:10px;
}

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

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

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

.b_padding_left{
    padding-left: 25px;
}

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

@media (max-width: 400px) {

  .manufacturer {
    width: 74px;
  }

  .product .ribbon, #n-left .ribbon, .productFlexContainer .ribbon, .productcard .ribbon, #productcard-left .ribbon{
    font-size: 12px;
    padding: 4px 6px;
  }


  .ProductList_Custom_UL>li{
    width: 50% !important;
  }
  .ais-Hits-item {
      width: 50%;
  }
}

.skabslaager_margin_bottom{
    margin-bottom: 50%;
}

@media (max-width: 991px){
    .skabslaager_margin_bottom{
    margin-bottom: 2%;
    margin-top: 15%;
}
}

.skabslaager_title_margin{
    margin-bottom: 4%;
    margin-top: 4%;
}

@media (max-width: 991px){
    .skabslaager_title_margin{
    margin-bottom: -5%;
    margin-top: 25%;
}
}

.skabslaager_first_title_margin{
    margin-bottom: 4%;
    margin-top: 4%;
}

@media (max-width: 991px){
    .skabslaager_first_title_margin{
    margin-bottom: -5%;
    margin-top: 10%;
}
}

.last_section_title_margin{
    margin-top: 5%;
    margin-bottom: 0%;
}

@media (max-width: 991px){
.last_section_title_margin{
    margin-top: 30%;
    margin-bottom: 20%;
}
}

.skabslaager_image_styling{
    display: flex;
    width: 100% !important;
    height: auto;
    margin: auto;
}

@media (min-width: 601px) and (max-width: 991px){
    .skabslaager_image_styling{
    display: flex;
    width: 60% !important;
    height: auto;
    margin: auto;
}
}

.filter_float_right{
    float: right;
    margin-top: 3px;
}

.needsclick{
    font-family: 'Open Sans', sans-serif !important;
    color: #3B3B3B !important;
}

button.needsclick[type="button"]{
    color: #fff !important;
}

.needsclick .klaviyo-form{
    filter: drop-shadow(rgba(59, 59, 59, 0.3) 10px 10px 10px) !important;
}

.kl-teaser-UmMRia{
    filter: drop-shadow(rgba(59, 59, 59, 0.3) 10px 10px 10px) !important;
}

#klaviyo_ariaid_10{
    margin: 0px !important;
}

.colorFacet:hover{
    font-weight: bold;
}

.color-Tree{
    border-radius: 50%;
    background-color: #a54f2a;
    padding: 8px;
}

.colorFacet .color-Tree:hover{
    border: 2px solid #3B3B3B;
}

.color-filter-Tree{
    border-radius: 4%;
    background-color: #a54f2a;
    padding: 2px;
    color: white;
    border: 2px solid #3b3b3b;
}

@media (max-width: 600px){
    .color-filter-Tree{
    margin-bottom: 6px;
}
}

.color-White{
    border-radius: 50%;
    background-color: #fff;
    padding: 8px;
}

.colorFacet .color-White:hover{
    border: 2px solid #3B3B3B;
}

.color-filter-White{
    border-radius: 4%;
    padding: 2px;
    border: 2px solid #3b3b3b;
}

@media (max-width: 600px){
    .color-filter-White{
    margin-bottom: 6px;
}
}

.color-Gray{
    border-radius: 50%;
    background-color: #c1c1c1;
    padding: 8px;
}

.colorFacet .color-Gray:hover{
    border: 2px solid #3B3B3B;
}

.color-filter-Gray{
    border-radius: 4%;
    background-color: #c1c1c1;
    padding: 2px;
    border: 2px solid #3b3b3b;
}

@media (max-width: 600px){
    .color-filter-Gray{
    margin-bottom: 6px;
}
}

.color-Black{
    border-radius: 50%;
    background-color: #000;
    padding: 8px;
}

.colorFacet .color-Black:hover{
    border: 2px solid #3B3B3B;
}

.color-filter-Black{
    border-radius: 4%;
    background-color: #000;
    padding: 2px;
    color: white;
    border: 2px solid #3b3b3b;
}

@media (max-width: 600px){
    .color-filter-Black{
    margin-bottom: 6px;
}
}

.color-Blue{
    border-radius: 50%;
    background-color: #4172cb;
    padding: 8px;
}

.colorFacet .color-Blue:hover{
    border: 2px solid #3B3B3B;
}

.color-filter-Blue{
    border-radius: 4%;
    background-color: #4172cb;
    padding: 2px;
    color: white;
    border: 2px solid #3b3b3b;
}

@media (max-width: 600px){
    .color-filter-Blue{
    margin-bottom: 6px;
}
}

.color-Green{
    border-radius: 50%;
    background-color: #008000;
    padding: 8px;
}

.colorFacet .color-Green:hover{
    border: 2px solid #3B3B3B;
}

.color-filter-Green{
    border-radius: 4%;
    background-color: #008000;
    padding: 2px;
    color: white;
    border: 2px solid #3b3b3b;
}

@media (max-width: 600px){
    .color-filter-Green{
    margin-bottom: 6px;
}
}

.color-Sand{
    border-radius: 50%;
    background-color: #edc5a4;
    padding: 8px;
}

.colorFacet .color-Sand:hover{
    border: 2px solid #3B3B3B;
}

.color-filter-Sand{
    border-radius: 4%;
    background-color: #edc5a4;
    padding: 2px;
    border: 2px solid #3b3b3b;
}

@media (max-width: 600px){
    .color-filter-Sand{
    margin-bottom: 6px;
}
}

.color-Darkgray{
    border-radius: 50%;
    background-color: #747474;
    padding: 8px;
}

.colorFacet .color-Darkgray:hover{
    border: 2px solid #3B3B3B;
}

.color-filter-Darkgray{
    border-radius: 4%;
    background-color: #747474;
    padding: 2px;
    color: white;
    border: 2px solid #3b3b3b;
}

@media (max-width: 600px){
    .color-filter-Darkgray{
    margin-bottom: 6px;
}
}

.ais-RefinementList-item--selected .ais-RefinementList-checkbox, .ais-GeoSearch-input:checked{
  color: #fff !important;
  border: 2px solid #3b3b3b !important;
  background-image: url("/images/checkmark_black.svg") !important;
  background-size: 14px !important;
}

#refinement-3 .ais-RefinementList-item--selected .ais-RefinementList-checkbox, .ais-GeoSearch-input:checked{
  color: #fff !important;
  border: 2px solid #3b3b3b !important;
  background-image: url("") !important;
  background-size: 14px !important;
}

.ais-RefinementList-label:hover{
    font-weight: bold;
}
.ais-RefinementList-label .ais-RefinementList-checkbox:hover{
    border: 2px solid #3b3b3b !important;
}

.top-border-konkurrence{
    border-top: 1px solid #3B3B3B;
    margin: 20px 0px 20px 0px;
}

.konkurrence-vindere{
    width: fit-content;
    margin: 1em auto;
}

.om_os_content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.om_os_section{
    margin-bottom: 10rem;
}

@media (max-width: 880px){
    .om_os_section{
    margin-bottom: 4rem;
}
}

#om_os_broedtekst_width{
    width: 40%;
    margin-bottom: 20px;
}

@media (max-width: 991px){
#om_os_broedtekst_width{
    width: 100%;
    margin-bottom: 20px;
}
}

.om_os_button_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.om_os_button{
    display: flex;
    font-size: 14px;
    width: 49%;
    margin: 10px 0 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none !important;
    padding: 14px 20px;
    border-radius: 5px;
    background-color: #0085b7;
    color: #fff;
}

.om_os_button:hover{
    text-decoration: none;
    background-color: #004f6d;
    cursor: pointer;
    font-weight: normal;
}

@media (max-width: 880px){
    .button_single{
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 880px){
    .om_os_button{
        width: 100%;
        margin-bottom: 0.8rem;
    }
}

.om_os_usp_container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0px 30px 0px;
}

.om_os_usp{
    display: flex;
    list-style: none;
    padding-inline-start: 0px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.om_os_usp a{
    text-decoration: none;
}

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

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

.RememberToBuy input{
    display:none;
}

.RememberToBuyInset input[type="checkbox"]{
    width: 2rem;
    height: 2rem;
    color: #0085b7;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 5px;
    background-color: #FFFFFF;
    transition: background 300ms;
    cursor: pointer;
    margin-right: 15px;
}

  /* Pseudo element for check styling */
  
  .RememberToBuyInset .ProductWrapper input[type=checkbox]::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
  }
  
  
  /* Checked */
  
  .RememberToBuyInset .ProductWrapper input[type=checkbox]:checked {
    background-color: currentcolor;
  }
  
  .RememberToBuyInset .ProductWrapper input[type=checkbox]:checked::before {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
  }
  
  
  /* Disabled */
  
.RememberToBuyInset .ProductWrapper input[type=checkbox]:disabled {
    background-color: #CCD3D8;
    opacity: 0.84;
    cursor: not-allowed;
  }
  
  
/* IE */  
.RememberToBuyInset .ProductWrapper input[type=checkbox]::-ms-check {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
  }
  
.RememberToBuyInset .ProductWrapper input[type=checkbox]:checked::-ms-check {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}



.RememberToBuyInset input[type="number"]{
    border-radius: 5px;
    border: 1px solid #9b9b9b66;
    width: 2rem;
    height: 2rem;
    margin: auto 0px;
    display: block;
    position: relative;
    margin-right: 15px;
    text-align: center;
}

.RememberToBuyInset input[type="number"]:focus,
.RememberToBuyInset input[type="number"]:focus-visible{
    outline-width: 0;
}

.RememberToBuyInset input[type="number"],
.RememberToBuyInset input[type="number"]::-webkit-inner-spin-button,
.RememberToBuyInset input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

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

.RememberToBuyInset label{
    display: flex;
    height: 30px;
    margin: auto 0px;
    width:100%;
}


.RememberToBuyInset label .Name,
.RememberToBuyInset label .Price{
    flex:auto;
    align-content: center;
}

.RememberToBuyInset label .Price{
    font-weight: 700;
    text-align: right;
}

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

.RememberToBuy input:checked + label{
    background-color: #0085b7;
}

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

.RememberToBuy .ProductWrapper .DivImg,
.RememberToBuyInset .ProductWrapper .DivImg{
    flex:0 0 15%;
    max-height: 80px;
    display: flex;
    margin: auto;
}

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

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

.RememberToBuy .ProductWrapper .Price{
    flex: 0 0 15%;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-align: right;
}

.RememberToBuy .ProductWrapper .Name{
    flex:1 0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.RememberToBuy .ProductWrapper .Quantity {
    display: flex;
    border: 1px solid #ddd;
    flex:0 0 15%;
    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:hover {
    background: white;
}
.RememberToBuy .ProductWrapper .QuantityBtn {
    border-left: 1px solid #ddd;
    display: flex;
}

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

.RememberToBuy .ProductWrapper .QuantityBtn img {
    padding: 10px;
    /* width: 40px; */
    max-width: 100%;
}

.RememberToBuy .ProductWrapper .QuantityBtnWrapper {
    width: 100%;
}
.RememberToBuy .ProductWrapper a{
    text-decoration: none;
    display: flex;
    width: 100%;
    outline:none;
    margin-left: 2.5%;
}
.ProductInfoWrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap:5px;
}

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

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

@media (max-width: 400px){
  .RememberToBuy .ProductWrapper .Name,
  .RememberToBuyInset .ProductWrapper .Name{
    width:50%;
  }
  .RememberToBuy .ProductWrapper .Price,
  .RememberToBuyInset .ProductWrapper .Price{
    width:25%;
  }
}

.LoadContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, .75);
    z-index: 9999;
}

.LoadContainerInner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    max-width: 90%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    transform: translate(-50%,-50%);
    user-select: none;
}
.LoadingHeader {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 20px;
    user-select: none;
}
.LoadContainerInner i {
    font-size: 80px;
    user-select: none;
}

.techdoc{
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    align-items: center;
    margin: 20px 0px 20px 0px;
}

.doc{
    margin-bottom: 20px;
}

.doc img{
    margin-right: 10px;
}

.doc img:hover{
    opacity: 80%;
}

@media (max-width: 880px){
    .doc img{
        height: 40px !important;
        width: 40px !important;
    }
}

.cms_flex{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin: 60px 0px 60px 0px;
}

.cms_flex_element{
    margin-bottom: 20px;
}

.cms_flex_element img{
    width: 100%;
}

@media (max-width: 600px){
    .cms_flex{
        flex-wrap: wrap;
    }

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


.SpecialInfo{
  align-self: flex-end;
  color: #fff;
  background-color: #2e2e2e;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  bottom: 0px;
  right: 0px;
  position: absolute;
  font-size: 12px;
  z-index: 99;
}

.SpecialInfoProduct > div{
  align-self: flex-end;
  color: #fff;
  background-color: #2e2e2e;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  top: 13px;
  right: 6px;
  position: absolute;
  font-size: 12px;
  z-index: 99;
}

.SpecialInfoProduct div::emty{
  display:none;
}

@media (max-width: 880px){
    .SpecialInfo{
        padding: 6px;
    }
    .SpecialInfoProduct{
        padding: 6px;
    }
}

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

.formContainer {
    width: 100%;
    margin-left: 5rem;
}

.bookMeetingContainer {
    display: flex;
    width: 70%;
    margin: 0 auto;
}

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

.mt-2 {
    margin:0.5rem 0rem 1.5rem 0rem;
}

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

.imageContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.imageContainer > img {
    max-width: inherit !important;
}

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

    .formContainer {
        margin-left:0;
    }

    .bookMeetingContainer{
        width:95%;
    }
}

.OutletPromotion{
  display: flex;
  background-color: #0485b7;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 200px;
  justify-content: space-between;
  gap: 1%;
  border-radius: 8px;
  margin: 30px 0px 60px 0px;
}

.OutletPromotion span{
  font-size: 50px;
  line-height: 54px;
  font-weight: bold;
  color: #fff;
  flex: 0 0 15%;
  display: flex;
  align-items: center;
  padding: 25px;
}

.OutletPromotionText{
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px;
}

.OutletPromotion p{
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 0px;
}

a.OutletPromotion{
  text-decoration: none;
}

.OutletPromotionButton{
  font-size: 14px;
  background-color: #fff;
  padding: 14px 30px !important;
  color: rgb(46, 46, 46);
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: rgba(46, 46, 46, 0.16) -2px 4px 10px;
  appearance: none;
  text-decoration: none;
  text-align: center;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border-radius: 8px;
  width: 80%;
}

.OutletPromotion:hover{
  cursor: pointer;
}

.OutletPromotion:hover input[type="submit"], .OutletPromotion:hover .OutletPromotionButton{
  color: #fff;
  background-color: #00b26b;
  text-decoration: none;
  cursor: pointer;
}

.ImageWrapper{
  display: flex;
  flex: 0 0 50%;
  justify-content: flex-end;
}

.OutletPromotion .ImageWrapper img{
  width: auto;
  height: auto;
  max-height: 400px;
  display: flex;
}

@media (max-width: 880px) and (min-width: 601px){
    .OutletPromotion{
      margin: 20px 0px 30px 0px;
    }
    .OutletPromotion p{
      font-size: 16px;
      line-height: 22px;
    }
    .OutletPromotion span{
      font-size: 34px;
      line-height: 38px;
    }
    .OutletPromotionText{
      flex: 0 0 35%;
    }
    .OutletPromotionButton{
      padding: 10px 10px !important;
      width: 100%;
    }
}

@media (max-width: 600px){
    .OutletPromotion{
      margin: 20px 0px 30px 0px;
    }
    .OutletPromotionText{
      flex: 0 0 59%;
    }
    .OutletPromotion span{
        font-size: 34px;
        line-height: 38px;
        flex: 0 0 30%;
        padding: 25px 15px;
    }
    .OutletPromotion p{
        font-size: 16px;
        line-height: 22px;
    }
    .OutletPromotionButton{
       padding: 10px 10px !important;
       width: 100%;
    }
    .ImageWrapper{
        display: none;
    }
}

.BannerText{
    position: relative;
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    justify-content: center;
    padding: 8%;
    color: #fff;
}

.BannerText:hover{
    cursor: pointer;
}

.BannerText > h2{
    font-size: 40px;
    line-height: 44px !important;
    font-weight: 700;
}

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

.BannerText p{
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0px 25px 0px;
}

.BannerSplash a{
    height: 34px;
    width: 100px;
    padding: 6px;
    background-color: #FFE61E;
    color: #000;
    margin-bottom: 30px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700 !important;
    justify-content: center;
}

.BannerButton{
    background-color: #00c700;
    height: 40px;
    width: 160px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.front-image-sale:hover .BannerButton input[type="submit"],
.front-image-sale:hover .BannerButton{
    background-color: #004f6d;
    border: 2px solid #fff;
}

.BannerImage{
    position: relative;
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 900px){
    .BannerText > h2{
        font-size: 30px;
        line-height: 34px !important;
        font-weight: 700;
    }

    .BannerSplash{
        margin-bottom: 10px;
    }
}

@media (max-width: 700px){
    .BannerImage{
        display: none;
    }

    .BannerText{
        flex: 0 0 100%;
        padding: 5%;
    }
}

@media (max-width: 400px){
    .BannerText > h2{
        font-size: 20px;
        line-height: 24px !important;
        font-weight: 700;
    }

    .BannerText p{
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0px 20px 0px;
    }

    .BannerSplash{
        height: 30px;
        width: 80px;
        padding: 5px;
        font-size: 14px;
    }
}
@media (max-width: 350px){
  .PopupContainer .Popup .TextSection .ButtonContainer a.openFocalScope,
  .PopupContainer .Popup .TextSection .ButtonContainer a.ShowRoom{
    display:none;
  }
}

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

@media (max-width: 880px){
   .BN_Col{
        display: none;
    }
    .BN_Center{
        text-align: center;
        padding: 0px;
}
}
.pager .infinityPage{
    display: flex;
    font-size: 0.875rem;
    height: 2rem;
    -ms-flex-pack: center;
    place-items: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: linear-gradient(-180deg, #fff, #fcfcfd);
    border: 1px solid #d6d6e7;
    cursor: pointer;
}
.pager .infinityPage,.ais-HierarchicalMenu-showMore, .ais-Menu-showMore, .ais-RefinementList-showMore, .ais-ClearRefinements-button, .ais-InfiniteHits-loadMore, .ais-RangeInput-submit, .ais-InfiniteHits-loadPrevious, .ais-Pagination-link, .ais-GeoSearch-redo, .ais-GeoSearch-reset, .ais-VoiceSearch-button{
    padding: 20px 100px;
    border-radius: 5px;
    background-image: none;
    background-color: #0085b7;
    color: #fff;
    margin: 1rem auto;
}

.ais-InfiniteHits-productCount,.pager .productCount {
    text-align: center;
    margin-top: 20px;
    float:none;
}
.pager .infinityPage:focus, .ais-HierarchicalMenu-showMore:focus, .ais-Menu-showMore:focus, .ais-RefinementList-showMore:focus, .ais-ClearRefinements-button:focus, .ais-InfiniteHits-loadMore:focus, .ais-RangeInput-submit:focus, .ais-InfiniteHits-loadPrevious:focus, .ais-GeoSearch-redo:focus, .ais-GeoSearch-reset:focus, .ais-VoiceSearch-button:focus{
    background-image: none;
    box-shadow: none;
    border: 1px solid #d6d6e7;
    background-color: #0085b7;
}

.pager .infinityPage:hover, .ais-HierarchicalMenu-showMore:hover, .ais-Menu-showMore:hover, .ais-RefinementList-showMore:hover, .ais-ClearRefinements-button:hover, .ais-InfiniteHits-loadMore:hover, .ais-RangeInput-submit:hover, .ais-InfiniteHits-loadPrevious:hover, .ais-Pagination-item:not(.ais-Pagination-item--selected):not(.ais-Pagination-item--disabled) .ais-Pagination-link:hover, .ais-GeoSearch-redo:hover, .ais-GeoSearch-reset:hover, .ais-VoiceSearch-button:hover{
    background-image: none;
    background-color: #004f6d;
}

#PriceGuaranteeEmblem{
    display: inline-block;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 50px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ff6000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.PriceGuaranteePopup{
    display: flex;
    margin-top: 80px;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

.PriceGuaranteePopupCustomerService{
    display: flex;
    flex: 0 0 20%;
    flex-direction: column;
    text-align: center;
}

.PriceGuaranteePopupTrust{
    display: flex;
    flex: 0 0 40%;
}

.PriceGuaranteePhone{
    border: 1px solid #000;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
}

.PriceGuaranteeMail{
    text-decoration: none;
    text-align: center;
}

@media (max-width: 880px){
    .PriceGuaranteePopup{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .PriceGuaranteePopupCustomerService{
        flex: 0 0 100%;

    }
    .PriceGuaranteePopupTrust{
        flex: 0 0 100%;
        margin: 30px 0px;
    }
}


.ArticleHeading{
    text-align: center;
    margin: 50px 10px;
    line-height: 30px;
}

.ArticleButton{
    margin: 0px;
    min-width: 200px;
}

.ArticleButtonMarginTop{
    margin-top: 10px;
}

.ArticleButtonMarginBottom{
    margin-bottom: 0px;
}

.SectionMarginBottom{
    margin-bottom: 80px;
}

.SectionFlex{
    display: flex;
    gap: 0%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 80px;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.SectionFlex a{
    text-decoration: underline;
}

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

.SectionFlexWhite .Table{
    text-align: center;
}

.SectionFlexWhite .Table strong{
    font-size: 20px;
    line-height: 36px;
}

.SectionFlexWhite .Table p{
    margin: 0px 0px 5px 0px;
}

.SectionFlexBrand{
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
    width: 85%;
    text-align: center;
}

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

.SectionImgHalfWidth img{
    display: block;
    position: absolute;
    max-width: none !important;
    right: 0%;
}

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

.SectionTextPadding{
    padding: 80px;
}

.SectionTextWhite{
    padding: 30px 80px 80px 80px;
    justify-content: flex-start !important;
}

.SectionHeadingWhite{
    margin: 0 auto !important;
    padding-left: 80px !important;
    width: 85%;
}

.SectionHeading{
    line-height: unset !important;
}

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

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

.ArticleSection{
    margin-bottom: 100px;
}

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

.ArticleCenterHeading h1{
    text-align:center;
}

.ArticleCenterSubHeading{
    text-align: center;
}

.ArticleCenterHeadingText{
    margin: 0px 200px;
}

.ArticleMiniText{
    display: flex;
    position: absolute;
    top: 0px;
    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%, 0);
}

.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: 14px 50px;
    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;
    margin-bottom: 50px;
}

.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 (min-width: 881px) and (max-width: 1300px){
    .ArticleCenterHeadingText{
        margin: 0px 150px;
    }    
}

@media (max-width:880px){
    .ArticleCenterHeadingText{
        margin: 0px 20px;
    }
    .ArticleColPadding{
    padding: 20px 0px;
    }
    .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;
    }
    .ArticleTextSection{
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 40px;
    }

    .ArticleButtonMarginBottom{
        margin-bottom: 25px;
    }

    .SectionHeadingWhite{
        padding-left: 30px !important;
    }

    .SectionTextWhite{
        padding: 30px !important;
    }

    .SectionFlex{
        margin-bottom: 50px;
    }

    .SectionFlexWhite{
        margin-bottom: 50px;
    }

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

    .SectionFlex .SectionImgHalfWidth {
        order: 2;
    }

    .SectionFlexWhite .SectionImgHalfWidth{
        order: 2;
    }

    .SectionHeading{
        line-height: unset !important;
    }

    .SectionTextPadding{
        padding: 30px;
    }

    .SectionImgHalfWidth img{
        display: block;
        position: unset;
        transform: inherit;
        height: auto !important;
        width: 100%;
    }

    .SectionBlackFriday{
        border-radius: 0px 0px 10px 10px;
    }

    .SectionDarkBlue{
        border-radius: 0px 0px 10px 10px;
    }

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

}

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

/*
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 > h2, div.CookiePolicyText > p {
    background-color:#fff;
    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 0px 20px;
    flex: 1 1 25%;
}
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);
}

.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>h1,
.rtable-cell>h2,
.rtable-cell>h3,
.rtable-cell>h4,
.rtable-cell>h5,
.rtable-cell>h6 {
  margin:0
}
.rtable-header-cell {
  background-color:rgba(0,0,0,.05);
  font-weight:bold
}
.rtable--4cols>.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
}

.extraDiscount{
    background-color: #d0eaff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px;
}

.BFProductMargin{
    margin-bottom: 20px;
}

.BFProductCenter{
    text-align: center;
    padding: 0px 20px;
    margin: 0 auto;
}

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

.BFPadding{
}

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

.SkabsoversigtBrandTitle{
    font-size: 26px;
    margin-top: 40px !important;
}

@media (max-width: 1399px){
    .SkabsoversigtBrandTitle{
        margin-top: 0px !important;
    }
}

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

.ContentCenter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ContentImage{

}

.ContentCategory{
    margin-bottom: 60px;
}

.ContentCategory a{
    text-decoration: none;
}

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

.ContentButton{
    display: flex;
    padding: 14px 9px !important;
    font-weight: normal;
    font-size: 14px;
    margin: 10px 0 0;
    text-transform: unset;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: fit-content;
    text-decoration: none !important;
    border-radius: 5px;
    background-color: #0085b7;
    color: #fff;
    width: 49%;
}

.ContentButton:hover{
    text-decoration: none !important;
    font-weight: normal;
    background-color: #004f6d;
}

.ContentCenterText{
    text-align: center;
}

@media (max-width: 920px){

    section:nth-child(odd) .container .ContentCenter{
        order:-1;
    }
}

.rightpanel{
    display: block;
    width: 100%;
}

.tilbudsskemaImg{
    width: auto !important;
    border: 1px solid #000;
}

.OutletBanner{
    margin-bottom: 50px;
}

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