html, input, textarea{
    color: #555;
}

.container {
    width: 1400px !important;
    max-width: 90%;
}

.headerSearch {
    display: flex;
    justify-content: center;
    width: 100%;
}

.headerSearch form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.headerSearch form input {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 25px;
    height: 40px;
    width: 100%;
    text-indent: 20px;
}

.headerSearch form button {
    border: none;
    background-color: transparent;
    margin-left: -40px;
}

.headerSearch form button svg.feather.feather-search {
    width: 20px;
    margin-bottom: -3px;
}

article.productContent.list-js-col.m-productlist-item {
    padding: 10px;
    box-shadow: 0 0 10px -7px;
}

article.category-item-content {
    border: solid #efefef 1px;
    box-shadow: 0 0 10px -7px;

}

article.category-item-content img {
    padding: 10px;
}

.short-description.m-productlist-short-description {
    margin-top: 15px;
}

.w-usp {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.w-logo {
    padding: 10px 0 10px 0;
    box-sizing: border-box;
}

.category-item {
    margin-bottom: 20px;
    text-align: center;
    height: auto !important;
}

.m-product-nav.is-hidden-print {
    display: none;
}

.navbar-content {
    display: flex;
}

.dkFlag {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 20px;
    text-wrap: nowrap;
}

.dkFlag__badge {
    height: 20px;
}

.dkFlag__badge img {
    width: auto;
    margin: 0;
    height: 100%;
}

/* .navbar-content .nav */
.slick-slide img {
    display: block;
    width: 100%;
}

/* .forside-tekst {
} */

.footerExtra {
    display: flex;
    flex-direction: column;

}

/* .theTeam {
    margin-top: auto;
} */

.theTeam img {
    width: 100%;
}

.navbar-placeholder {
    min-height: 80px;
}

.navbar-right>strong {
    margin-right: 20px;
}

.navbar .navbar-content>.navbar-right {
    margin-left: 20px;
}

.navbar .navbar-content>.navbar-left {
    margin-right: 20px;
}

.product-usp {
    margin-bottom: 20px;
}

.addedCardIcon img {
    height: 30px;
    width: auto;
    position: static !important;
    border: solid 1px #eee;
    background-color: #fff;
}

.content.product-description {
    margin-bottom: 20px;
}

span.h4.m-product-price {
    font-size: 30px;
    color: #000;
}

.sidebarCats {
    width: 270px;
    margin-top: 70px;
    margin-right: 30px;
    align-self: flex-start;
}

.sidebarCats+.m-productlist-items {
    width: calc(100% - 300px);

}

.sidebarCats {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .15)
}

.sidebarCats strong {
    margin-bottom: 20px;
    font-size: 20px;
    display: block;
    color: #333;
}

.sidebarCats ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebarCats a {
    padding: 5px 0;
    color: #000;
    font-weight: bold;
}

.sidebarCats a:hover {
    opacity: 0.6;
}

button.button-primary.large {
    width: 100%;
}

.description .ck-content {
    font-size: 110%;
}

.productItem .m-productlist-price {
    color: #777;
    color: #333;
    font-weight: 600;
}

.miniBasket {
    z-index: 1;
}

.headerTrustPilot {
    margin-top: -10px;
    margin-right: 20px;
    width: 130px;
}

.m-product-brand {
    margin-bottom: 20px;
}

:not(.ielt9) .placeholder-wrapper, :not(.ielt9) .placeholder-wrapper > img {
    position: static !important;
}

:not(.ielt9) .placeholder-wrapper > .placeholder {
    display: none !important;
}

.page-title::after {
    display: none;
}

.m-product .m-product-title {
   margin-bottom: 0;
}

section.section.w-categories {
    margin: 0;
    padding: 0;
}

.menu>li a {
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.menu>li a img{
margin: 0 auto 0 !important;
}

.menu>li ul {
    padding-left: 20px !important;
}

.payment-icons {
    display: flex;
    align-items: center;
}

span.addedCardIconSmall img {
    width: 100%;
    align-items: center;
}

.panel-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #000;
}

.panel-danger {
    background-color: #fb0;
    border-color: #ffc933;
    color: #332500;
}

article.category-item-content {
    min-height: 250px;
}

@media(max-width: 1281px) {
    ul.menu.productmenu.menu-inline {
        display: none;
    }

    .navbar .navbar-content>.navbar-center {
        display: flex;
    }

    ul.menu.productmenu.menu-vertical {
        display: flex;
        flex-direction: column;
    }

    .ctaMenuItem {
        order: -1
    }

    .sidebarCats {
        display: none;
    }

    .sidebarCats+.m-productlist-items {
        width: 100%;

    }
}

@media(max-width: 800px) {
    .navbar .navbar-content {
        flex-wrap: wrap;
    }

    .navbar-placeholder {
        min-height: 140px;
    }


    .navbar .navbar-content>.navbar-center {
        order: 3;
        width: 100%;
        flex: auto;
        margin-bottom: 10px;
    }

    .dkFlag__text {
        display: none;
    }
}
@media(max-width: 400px) {
    .m-productlist-tractions-button .button-primary {
        padding: .5em 0.2em;
        font-size: 0.775em;
    }
    }

@media(max-width: 600px) {
.headerTrustPilot {
    display: none;
}

}


@media (min-width: 1281px) {
    .navbar-placeholder {
        min-height: 140px;
    }

    .category-short-description.ck-content,
    .forside-tekst {
        padding: 50px 0;
        column-count: 2;
        column-gap: 40px;
    }
    .container.with-xlarge .col-xl-5 {
        width: 19.93333%;
    }
    /* 
    .description .ck-content {
        column-count: 2;
        column-gap: 50px;
    } */

    /* .productmenu>li>ul.megamenu.megamenu--large {
        grid-template-columns: repeat(6, 1fr);
    } */

    .productmenu>li>ul.megamenu>li>ul>li>a {
        display: none !important;
    }

    .productmenu>li>ul.megamenu>li>a {
        font-weight: bold;
        color: #000;
        gap: 10px;
    }

    .productmenu>li>ul>li>a {
        font-weight: bold;
        color: #000;
        gap: 10px;
    }

}




@media (min-width: 1401px) {
    .footer .footer-content>div {
        width: 25%;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.checkoutFrame.m-checkout .row {
    justify-content: center;
}
[data-delivery-text]:has(.fa-check) {
    color: #5cb85c;
    font-weight: bold;
    font-size: 13px;
}

[data-delivery-text]:has(.fa-clock-o) {
    color:#ffc933;
    font-weight: bold;
    font-size: 13px;
}


.variantUsp.hidden {
    display: none;
}

.checkoutFrame .stepColumn {
    border-radius: 20px;
}

span.deliveryMethodName {
    white-space: nowrap;
    margin-right: auto;
}

.form-input, .form-label.input-group-main, .input-group-addon {
    border-color: #e7e7e7 !important;
}



[data-brands="list"] {
    display: none !important;
}

[data-brands="slider"]:not(.slick-initialized) {
    display: flex;
    gap: 1rem;
}

[data-brands="slider"]:not(.slick-initialized) > a:nth-child(n+8) {
    display: none;
}

.brandsContainer .brandsNav {
	display: flex;
	justify-content: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 48px;
}
.brandsContainer .brandsNav > span {
	text-transform: uppercase;
	cursor: pointer;
	padding: 10px;
    min-width: 44px;
    border-right: 1px solid #ccc;
    text-align: center;
}
.brandsContainer .brandsNav > span:first-child {
    border-left: 1px solid #ccc;
}
.brandsContainer .brandsNav > span.active {
	font-weight: bold;
	cursor: auto;
}
.brandsContainer .brandsSection {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.brandsContainer .brandsSection .brandsSectionTitle {
	width: 20%;
}
.brandsContainer .brandsSection .brandsSectionTitle > strong {
	font-size: 60px;
	line-height: 1;
}
.brandsContainer .brandsSection .brandsSectionItems {
	width: 80%;
	column-count: 4;
	column-gap: 30px;
}
.brandsContainer .brandsSection .brandsSectionItems > a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: inherit;
    page-break-inside: avoid;
}
@media(max-width: 1255px) {
    .brandsContainer .brandsNav {
		flex-wrap: wrap;
        position: static;
        top: auto;
	}
    .brandsContainer .brandsNav > span {
        border: none;
    }
    .brandsContainer .brandsNav > span:first-child {
        border: none;
    }
}
@media(max-width: 768px) {
 
	.brandsContainer .brandsSection .brandsSectionTitle > strong {
		font-size: 40px;
	}
    .brandsContainer .brandsSection .brandsSectionItems {
        column-count: 2;
    }
}
@media(max-width: 480px) {
    .brandsContainer .brandsSection {
        flex-direction: column;
    }
    .brandsContainer .brandsSection .brandsSectionTitle {
        width: 100%;
        margin-bottom: 15px;
    }
    .brandsContainer .brandsSection .brandsSectionItems {
        width: 100%;
    }

    
.deliveryMethodSelector label > div {
    flex-direction: column;
}

.deliveryMethodSelector label span{
 text-align: left !important;
}

}

.brandsSectionItems img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 !important;
}

.brandsSectionItems a {
    font-size: 17px !important;
    font-weight: bold !important;
    
    height: 40px;
    display: flex !important;
    align-items: center;
}

.brandsSectionItems a:has(img) {
    width: 100px;
}
/* .fancybox-lock {
    overflow: auto !important;
}
.fancybox-lock body {
    overflow-y: scroll !important;
}

body.fancybox-margin, html.fancybox-margin, nav.navbar.site-header.fancybox-margin {
    margin-right: 0 !important;
} */

/* body.fancybox-margin, html.fancybox-margin, nav.navbar.site-header.fancybox-margin {
    margin-right: 0 !important;
} 

.fancybox-lock body, .fancybox-lock body * {
    scrollbar-width: 10px;
} */

.sidebarCats__cat {
    display: flex;
    gap: 20px;
    align-items: center;
}

.sidebarCats__cat img{
  margin: 0;
}


.sidebarCats__cat > div{
    width: 40px;
    text-align: center;
}

.footer-bottom small {
    color: #000;
}

.packet-entity.m-product-packet-entity {
    display: flex
; gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

.packet-entity.m-product-packet-entity img {
    margin: 0;
}

.m-product-packet .panel-border {
    border-color: #f4f4f4;
    color: #777;
    background-color: #fff;
}

.m-product-packet .panel.panel-border.panel-rounded {
    border-radius: 10px;
}

.m-product-packet .panel-heading {
    border-radius: 10px 10px 0 0;
    background-color: #f0f0f0 !important;
}

span.m-product-entity-packet-title {
    font-weight: bold;
    color: #000;
}

.category-short-description a[href], 
.short-description a[href], 
.m-product-short-description a[href], 
.description a[href], 
.ck-content a[href], 
.category-description a[href],
.frontpage-tekst a[href] {
    text-decoration: none;
    color: var(--body-text-link-color);
}

.category-short-description a[href]:hover, 
.short-description a[href]:hover, 
.m-product-short-description a[href]:hover, 
.description a[href]:hover, 
.ck-content a[href]:hover, 
.category-description a[href]:hover,
.frontpage-tekst a[href]:hover {
    text-decoration: underline;
    color: var(--body-text-link-color-hover);
}


:root {
--badge-succes-bg: #dff1d9;
--badge-succes-txt: #55d32b;
--badge-error-bg: #ebccd1;
--badge-error-txt: #c02b43;
--badge-sale-bg: #caeef7;
--badge-sale-txt: #08bfed;

}

.badge.badge-succes {
    background-color: var(--badge-succes-bg);
    border-color: var(--badge-succes-bg);
    color: var(--badge-succes-txt);
}

.badge.badge-danger {
    background-color: var(--badge-error-bg);
    border-color: var(--badge-error-bg);
    color: var(--badge-error-txt); 
}

.badge.badge-warning {
    background-color: var(--badge-sale-bg);
    border-color: var(--badge-sale-bg);
    color: var(--badge-sale-txt); 
}

tr.orderLineSum {
    font-size: 17px;
}

@media (max-width: 800px) {
    .checkoutFrame .stepColumn {
        width: 100%!important;
    }

    .m-product-packet-entity-variant {
        flex-wrap: wrap;
    }


    .m-product-packet-entity-variant span.m-product-entity-packet-title {
        flex: 1;
    }

    .m-product-packet-entity-variant .form-group{
        width: 100%;
        flex: auto !important;
    }
}
   .checkoutFrame .stepColumn {
        width: 100%!important;
    }

.checkoutForm {
    display: flex
;
    flex-direction: column;
    width: 800px;
    max-width: 90%;
}

body.no-scroll {
    overflow-y: auto;
}

span.m-product-entity-packet-amount {
    white-space: nowrap;
}

.productPackImage {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productPackImage img{
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}

.paymentMethodContainerMain span, .paymentMethodContainerMain label, .paymentMethodContainerMain div {
    border: none !important;
}
.paymentMethodContainerMain li label {
border-bottom: 1px dashed !important;
display: flex;
flex-direction: column;
}

.paymentMethodContainerMain li label img{
    order: -1px;}

    .paymentMethodContainerMain li label .paymentMethodOnlineName {
        color: #656764;
        font-weight: bold;
        font-size: 13px;

    }

    .orderSummary td {
        border-top-style: dashed;
    }

    .orderSummary .table tfoot td {
        border-bottom:none
    }

    li.packet-entity.m-product-packet-entity .form-group {
flex:1
        
    }

/* 
    * {
        scrollbar-width: none;
    } */


    .paymentIcon {
        height: 24px;
        margin-right: 10px !important;
    }

    span.paymentMethodOnlineName.is-block {
        margin: 10px 0 0;
    }

    .checkOutLogo {
        width: 60px;
    }


    .deliveryMethodName, .paymentMethodContainerMain li label .paymentMethodOnlineName  {
        color:#000
    }

    .m-product-image .owl-item:has(.item[style*="display: none"]) {
        display: none;
      }