body, p {
    line-height: 1.5em;
}
#CookieInformationDialog {
    top: auto !important;
    bottom: 0 !important;
}
#CookieInformationDialog div {
    padding: 10px 0;
}
#CookieInformationDialog>div {
    padding: 20px;
}

.min-amount-text {
    color: #ed2023;
    font-weight: normal;
}

.m-cart .min-amount-text {
    color: #000;
}

.coi-banner__accept {
    background: #87b7a3 !important;
}

.mm-menu--offcanvas {
    z-index: 9999999999;
}

.item-2 {
    display: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-row {
    margin: 0 -10px;
}
.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.align-self-bottom {
    align-self: flex-end
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.full-height {
    height: 100%;
}
.gap-default {
    gap: 10px;
}

.site-content .container.with-xlarge{
    width: 100%;
    max-width: 1600px;
}

.site-header .button-primary {
    border-radius: 0;
    background-color: #fff;
    color: #000;
    width: 42px;
    height: 42px;
    padding: 0;
    line-height: 42px;
}
.site-header .button-primary>i.fa {
    background: none !important;
    color: initial !important;
}
.site-header .social-link {
    padding: 0 10px;
}
.site-usp {
    color: #fff;
    background: #87b7a3;
    font-size: .9em;
    padding: 10px 0;
}
.site-usp .owl-carousel .owl-item a {
    display: initial;
    color: #fff;
}
.site-usp .placeholder-wrapper {
    margin: 0 10px 0 0;
}
.site-usp b {
    text-transform: uppercase;
}

.sticky{
    position:sticky;
    top:0;
    z-index:9999;
}

.column.sticky{
    top:111px;
    z-index:9;
}

.site-navigation {
    display: none;
}
.site-navigation .top-search-form {
    background: #e6e6e6;
    padding: 5px;
}
.splash {
    display: flex;
    justify-content: space-between;
}
.m-productlist .splash {
    left: 0;
    top: 0;
    right: 0;
}
.m-product .splash {
    right: 1em;
}
.m-product .splash .badge,
.m-productlist .splash .badge {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 5px;
}
.panel-success,
.panel-danger,
.badge.badge-succes {
    color: #fff;
}
.badge.badge-succes {
    background: #c86e5f;
}
.category-item .button-primary,
.badge.badge-warning {
    background: #529db8;
    color: #fff;
    border: none;
}
.splash .badge.pakkepris {
    background-color: #FBB818 !important;
}
.productItem .type-col .product-delivery {
    color: #000000;
}
.productItem .type-col .product-delivery.in-stock {
    color: #7ab8a3;
}

.productItem .type-col .product-delivery.out-of-stock {
    color: #ed2023;
}

.category-item .button-primary {
    white-space: normal;
}

.countdown>div {
    min-height: 50px;
}

.m-product-title.page-title{
    border:none;
}

.m-product-title.product-title{
    font-size: 29px;
    font-weight: 700;
}

.countdown .text--size-large {
    font-size: 1.8em;
    display: block;
    font-weight: bold;
}
.span__title {
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 1px;
}
.with-margin {
    margin: 1em 0;
    display: block;
    font-weight: bold;
}

.m-product-separator{
    border:none;
    margin: 0.5em;
}

.h4.m-product-price{
    font-weight: bold;
}

.increment{
    display:flex;
    align-items:center;
}

.increment .input-group-addon{
    padding-left: 0;
    padding-right: 0;
}

.m-product-information.product-information .panel-success{
    background-color: #9bcaba;
    color:#000000;
}

.m-product-extrabuy-list li{
    background-color:#ffffff!important;
}

.m-product-extrabuy-list li:not(:last-child){
    border-bottom:1px solid #adadad;
}

.m-product-soldout .panel-body {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productItem .description{
    margin: 0;
}

.productItem .type-col .product-delivery{
    border: none;
}

/*cart popup*/
.w-notification.w-modal-window {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    transition: all .2s ease-in;
    justify-content: flex-end;
}
.w-notification.w-modal-window.is-closed {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.w-notification.w-modal-window .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0,.7);
    z-index: 1;
    display: block;
    border: none;
    width: 100%;
    cursor: default;
}
.w-notification.w-modal-window>div {
    padding: 1em;
    background: #fff;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    height: 100%;
    box-shadow: 10px 0 20px rgb(0 0 0 / 30%);
    max-width: 440px;
    transform: translateX(0);
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}

.w-notification.w-modal-window.is-closed>div{
    transform: translateX(100%);
}

.w-notification.w-modal-window>div>.fa {
    position: absolute;
    right: 0;
    top: 5px;
    background: none;
    border: none;
    font-size: 2em;
}
.w-notification header {
    margin-bottom: .5em;
    font-weight: bold;
}
.w-notification header+.col-row {
    border-top: 3px solid #eee;
}
.w-notification header+.col-row>div {
    padding-top: 1em;
    padding-bottom: 1em;
}
.w-notification header button {
    background: none;
    border: none;
    font-size: 2em;
}
.w-notification .col-row .button {
    margin-top: 1em;
    background: #9bcaba;
    color: #000 !important;
}
.w-notification .col-row .button,
.w-notification .col-row .button-primary {
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: #fff;
}
.w-notification .table td {
    padding: 5px;
}
.w-notification .m-productlist-list .productItem {
    width: 100%;
}

.custom-row{
    padding: 10px;
}

.custom-row .title{
    padding: 0!important;
} 

.custom-row .product-delivery{
    border: none!important;
    padding: 0!important;
}


.custom-row .product-action,
.custom-row .product-transaction{
    border: none!important;
    background: none!important;
    padding: 0!important;
}

.t-striped.m-cart-list li{
    background-color: #fff!important;
}

.t-striped.m-cart-list li:not(:last-child){
    border-bottom: 1px solid #d9d2d2;
}

.btn-black{
    background: #e8e8e8!important;
    color: #000000!important;
    font-size: 13px!important;
}

.buyMore{
    background: #000!important;
    font-size: 13px!important;
     color: #ffffff!important;
}

.to_order{
    font-size: 14px!important;
    font-weight: 600;
}

.m-quick-cart .dropdown-container{
    background-color: #ffffff!important;
}

.m-quick-cart ul li{
    background-color: #ffffff!important;
    border-bottom: 1px solid #d9d2d2;
}

.m-quick-cart ul li:last-child{
    border: none;
}

.b-cart .button-primary,
.m-quick-cart .dropdown-menu .button-primary{
    font-size: 14px;
    font-weight: 600;
}

.b-cart  .button-primary.button-icon > .fa{
    padding:8px;
}

.m-cart-product-container input,
.m-cart-product-container .input-group-addon{
    font-size: 14px!important;
    color:#000!important;
    padding: 0;
}

.m-cart-delivery-info-container td{
    font-size:14px!important;
}

body:not(.display-shipping) #orderLines + .table {
    display: none;
}

.section-bg{
    background: #E6E6E6;
}

@media (max-width: 479px) {
    .icon-text-s{
        display:none;
    }
}
@media (min-width: 480px) {
    .icon-text-xs{
        display:none;
    }
}
.search-module {
    background-color: #fff;
    display: flex;
    align-items: center;
}

.section-bg .page-title-frontpage{
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

.section-bg .frontpage-cover{
    padding-top: 0;
}

@media (min-width: 960px) {  
    .menu-button-holder {
        display: none;
    }
    .logo-holder {
        max-width: 50%;
    }
    .site-navigation {
        display: block;
    }
    .site-navigation .dropdown-menu a:hover {
        text-decoration: underline;
    }
    .column .b-productcategories-level-1 {
        display: none;
    }
    .column li.active>.b-productcategories-level-1 {
        display: block;
    }
    .column .b-productcategories-level-1 a {
        border-bottom: 1px solid transparent;
    }
    .column .b-productcategories-level-1 a:hover {
        border-color: #87b7a3;
    }
    .column li .fa {
        font-size: .9em;
        padding: 5px;
        vertical-align: middle;
    }
    .column li.active .fa {
        transform: rotate(90deg);
    }

    .nav-default>.megamenu,
    .navbar .w-menu-col-links {
        position: static;
    }
    .nav-default>.megamenu>.dropdown-menu {
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        visibility: hidden;
        height: 0;
    }
    .nav-default>.megamenu .dropdown-menu {
        min-width: 0;
    }
    .nav-default>.megamenu>.dropdown-menu .dropdown-menu {
        opacity: 1;
    }
    .nav-default>.megamenu:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .nav-default .dropdown-menu .dropdown-container {
        background-color: #fff;
    }
    .nav-default>.megamenu>.dropdown-menu .dropdown-menu .dropdown-container {
        border: none;
    }
    .nav-default>.megamenu>.dropdown-menu>.dropdown-container {
        padding: 2em;
    }
    .nav-default>.megamenu>.dropdown-menu>.dropdown-container>ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 25px;
    }
    .nav-default>.megamenu>.dropdown-menu>.dropdown-container>ul>li {
        font-weight: bold;
        background: none;
        width: calc(20% - 20px);
    }
    .nav-default>.megamenu .dropdown-container>ul>li li,
    .nav-default>.megamenu .dropdown-container>ul>li li a {
        padding: 0;
        background: none !important;
        font-weight: normal;
    }
    .nav-default>megamenu .dropdown-container>ul>li li a {
        padding: 2px 0;
    }
    .blogListPost-item,
    .blogListPost {
        flex: 1 0 calc(20% - 1em)!important;
        box-sizing: border-box;
    }
}
@media (min-width: 1280px) {
    .column.sticky{
        top:72px;
    }
}

.w-pagination>.button {
    width: auto;
    display: inline-block;
}

.page-title-frontpage {
    border: none;
}

.frontpage-content {
    margin: 2em 0;
}
.frontpage-content+.trustpilot-widget {
    margin-bottom: 5em;
}
.frontpage-content .categories {
    flex-wrap: wrap;
    padding: 2em 0;
    justify-content: center;
    gap: 10px;
}

.categories .owl-item{
    display: flex;
    justify-content: center;
}

/* .categories .flex-item {
    width: calc(33.333% - 7px);
    text-align: center;
} */
@media (min-width: 960px) {
    .categories .flex-item {
        width: 180px
    }
}
.categories .flex-item img {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.categories .flex-item span {
    font-weight: bold;
    display: block;
    max-width: 115px;
    margin: auto;
}

.blog-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
}
.blog-container>a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-container>a>.h1 {
    color: #fff;
    font-weight: bold;
    position: absolute;
}
.blog-container img {
    filter: brightness(0.5);
    transition: all .2s ease-in;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.blog-container .blogitem:hover img {
    transform: scale(1.2);
}
.blogitem {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 1em;
    display: flex;
    align-items: center;
}

.frontpage-cover,
.frontpage-cover a,
.frontpage-cover a.button-primary,
.frontpage-cover h1,
.frontpage-cover h2 {
    color: #000;
}
.frontpage-cover {
    padding: 2em;
    text-align: center;
    position: relative;
}
.frontpage-cover img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    filter: brightness(0.5);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.frontpage-cover .page-title-frontpage {
    border: none;
}

.frontpage-newsletter {
    position: relative;
    padding: 4em 2em;
}
.frontpage-newsletter>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.5);
}
.frontpage-newsletter .newsletter-box {
    padding: 5em 2em;
    background-color: #fff;
    border-radius: 10px;
    max-width: 500px;
}
.frontpage-newsletter .loginInput,
.site-footer .loginInput {
    width: 100%;
    max-width: 100%;
}

.frontpage-usp {
    padding: 2em 0;
    letter-spacing: 1px;
}
.frontpage-usp span {
    font-size: 13px;
}
.frontpage-usp span a {
    display: inline !important;
}
.frontpage-usp strong {
    font-weight: normal;
    display: block;
    margin-bottom: 1em;
    font-size: 12px;
}
.frontpage-usp img {
    margin: 0 auto 1em;
}

.slider-wrap > .w-slider-container {
    margin: 0;
}
.slider-wrap > .w-slider-container .item {
    padding: 200px 0 0;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
}
@media (min-width: 1024px) {    
    .slider-wrap > .w-slider-container .item {
        padding: 600px 0 0;
    }
}
.slider-wrap > .w-slider-container .item img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.slider-wrap .item-text .h1 {
    margin: .5em 0;
}
.slider-wrap .item-title .h2 {
    font-size: 11px;
}
.slider-wrap .item-link .button {
    background-color: rgb(119 119 119 / 80%);
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 35px rgba(0, 0, 0, .5);
    white-space: normal;
}

@media (max-width: 959px) {
    .logo-holder {
        order: -1;
        width: 100%;
    }
    .logo-holder .logo-anchor img {
        margin: 0 auto 1em;
    }
    .menu-button-holder {
        margin-right: 10px;
    }
    .search-module {
        max-width: 170px;
    }
    .site-usp .flex {
        justify-content: center;
    }
}

.owl-carousel .productItem {
    padding: 0 10px;
}
.owl-carousel .m-productlist-title {
    min-height: 55px;
}

.site-footer {
    border: none;
    background-color: #363636;
    font-size: 13px;
}
.site-footer,
.site-footer p {
    line-height: 1.5;
}
.site-footer,
.site-footer .h5,
.site-footer a {
    color: #fff;
}
.site-footer ul {
    list-style: none;
    padding: 0;
}
.site-footer .h5 {
    font-size: 1em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.site-footer .footer-grid {
    gap: 20px 50px;
    justify-content: space-between;
    margin-bottom: 2em;
}
.site-footer .footer-grid>div {
    max-width: 250px;
}
.site-footer .footer-grid li {
    margin-bottom: 5px;
}
.site-footer .social-icon {
    border: 1px solid #fff;
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.site-footer .form-input,
.site-footer .form-submit,
.site-footer .loginInput {
    background: none;
    color: #fff;
    border: 1px solid;
    border-radius: 0;
}
.site-footer .form-label .tooltip .tooltiptext {
    background-color: #363636;
}
.site-footer .form-input::placeholder {
    color: #fff
}
.site-footer .payment-icons li img {
    margin-bottom: 0;
}
.site-footer .footer-paymenticons img {
    filter: none;
}
.shipping-icons img {
    width: 44px;
    height: 30px;
    margin: 0;
    object-fit: contain;
    background-color: #fff;
}
.footer-list li::before {
    content: '\2713';
    margin-right: 5px;
}