/* Minification failed. Returning unminified contents.
(6284,35): run-time error CSS1046: Expect comma, found '0'
(6284,39): run-time error CSS1046: Expect comma, found '/'
 */
/* Kendo fixar ---- */
.k-autocomplete{
    width:100%;
    border:0;
    box-shadow:none;
}

.k-link:focus, button:focus, .k-button:focus{
    outline:1px solid #333;
}

.k-numeric-wrap{
    border:0;
    box-shadow:none;
}

.k-button{
    border:0;
    border-radius:2px;
}

#MainNav .k-menu, .k-tabstrip-items .k-item, .k-tabstrip-items .k-item .k-link, .k-tabstrip-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#MainNav .k-menu {
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
}

    #MainNav .k-menu .k-item, #MainNav .k-menu .k-item .k-link{
        padding: 0;
        margin: 0;
        border:0;
        box-shadow:none;
    }

#LastUpdatedArticlesTabStrip, .k-panelbar .k-tabstrip > .k-content, .k-tabstrip > .k-content, .k-tabstrip-items .k-item, .k-tabstrip-items .k-item .k-link{
    padding: 0;
    border: 0;
    margin: 0;
}

.k-tabstrip-items .k-loading.k-complete{
    display:none;
}

.k-tabstrip-items {
    margin:0 0 0 2.2em;
    text-align: left;
    justify-content:flex-start;
    align-items:center;
    align-content:center;
    position:relative; 
}

    .k-tabstrip-items .k-item {
        margin: 0 1em 0 0!important;
        background:#fff;
        padding:0;
        order:2;
        justify-self:flex-start;
    }


    .k-tabstrip-items .k-item.k-state-active {
        align-items: center;
        justify-content: center;
        align-content: center;
    }


    .k-tabstrip-items .k-item .k-link {
        font-size: .95rem;
        color: #666;
    }

        .k-tabstrip-items .k-item.k-state-active .k-link {       
            color: #000;
        }

.k-animation-container {
    background: #fff;
}

.k-list-container {
    border: 1px solid rgba(99,99,99,.3);
}

.k-list-scroller ul li:hover{
    cursor:pointer;
    background:#eee;
}

.k-overlay {
    z-index: 10000002;
}

.k-dropdown{
    font-size:.9rem;
    width:100%;
}

.k-dropdown-wrap {
    border-radius: 3px;
}

    .k-dropdown .k-input, .k-dropdown .k-select {
        padding: .8em .8em;
    }

.k-window {
    background: #fff;
    z-index: 10000012;
    position: fixed;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
}

/* Numeric textbox ---------- */
.k-numerictextbox .k-i-arrow-60-up:before, .k-numerictextbox .k-i-arrow-60-down:before {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    display: block;
    color: #333;
    transition: .5s;
}

.k-numerictextbox .k-select .k-link:hover .k-i-arrow-60-up:before, .k-numerictextbox .k-select .k-link:hover .k-i-arrow-60-down:before {
    color: #000;
}

.k-numerictextbox .k-i-arrow-60-down:before {
    content: "\f056";
}

.k-numerictextbox .k-i-arrow-60-up:before {
    content: "\f055";
}
.k-numerictextbox, .k-numeric-wrap {
    width: 100%;
    box-sizing: border-box;
}

    .k-numerictextbox .k-input {
        z-index: 1001;
        position: relative;
        width: -moz-calc(100% - 25px);
        width: -webkit-calc(100% - 25px);
        width: -o-calc(100% - 25px);
        width: calc(100% - 25px);
        margin-left: 30px;
        text-align: center;
        background: #eee;
        border-radius: 2px;
        text-indent: 0;
        padding: .5em 0 .3em 0;
        font-size:1rem;
    }

    .k-numerictextbox .k-select {
        width: 100%;
        border: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }


        .k-numerictextbox .k-select .k-link {
            width: 20px;
        }

            .k-numerictextbox .k-select .k-link:first-child {
                margin-left: auto;
                order: 2;
            }

            .k-numerictextbox .k-select .k-link:last-child {
                margin-left: .5em;
                order: 1;
            }
body, input, textarea, select, h1, h2, h3, h4, h5, p, span, button {
    font-family: 'Overpass', sans-serif;
    line-height: 120%;
}

h1 {
    font-size: 2.4rem;
    margin: 0 0 0.8rem 0;
}

h2 {
    font-size: 1.8rem;
    margin: 0 0 0.6rem 0;
}

h3 {
    font-size: 1.4rem;
    font-weight: 900;
    margin: 0 0 0.4rem 0;
}

h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 0.2rem 0;
}

h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 0.2rem 0;
}

h6 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.2rem 0;
}

p {
    font-size: 1rem;
    line-height: 160%;
    margin:0.6rem 0;
}

    p span {
        font-size: 1rem;
        line-height: 160%;
    }

a {
    text-decoration: none;
    color: #0A5B80;
}

html {
    scroll-behavior: smooth;
}

body, html {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

#Blanket {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    margin: 0;
}

.hidden-label{
    position:absolute;
    top:-10000px;
    left:-10000px;
}

header, main, footer, button, .wrapper, div, section, article, span, a {
    box-sizing: border-box;
}

header, main, footer, button, .wrapper, section, nav, a, p, img, .flex, .fal, .far, .fas, .fab {
    transition: .5s;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background-image: url(/Content/Images/dropdown-arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    padding: .5em 3em .5em 1em;
    border-radius: 3px;
    cursor: pointer;
}

    select::-ms-expand {
        display: none;
    }

@media screen and (min-width:0\0) {
    select {
        background-image: none\9;
        padding: 5px\9;
    }
}

/* Btns --------- */
.k-button {
    text-align: center;
    border-radius: 3px;
    background: rgba(10, 91, 128, 0.90);
    font-size: .95rem;
    padding: .6em 2em;
    color: #fff;
    font-weight: 400;
    justify-content: center;
    position: relative;
}

    .k-button:hover {
        background: #0A5B80;
        cursor: pointer;
    }

/* Width ------------------- */
.w-25 {
    width: 25%;
}

.w-33 {
    width: 33.33%;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

/* Flex ---------------------- */
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.wrap {
    flex-wrap: wrap;
}

.nowrap {
    flex-wrap: nowrap;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.align-start {
    align-items: flex-start;
}

.align-center {
    align-items: center;
    align-content:center;
}

.align-end {
    align-items: flex-end;
}

.justify-self-end {
    justify-self: flex-end;
    margin-left:auto;
}

/* Tab outlines ------------ */
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) .k-button:focus,
body:not(.user-is-tabbing) .k-link:focus {
    outline: none;
}

/* Header -------------- */
#MainHeader {
    background: rgba(255,255,255,1.0);
    border-bottom: 1px solid rgba(99,99,99,0.3);
    z-index: 1000001;
    top: 0;
    right: 0;
    left: 0;
    min-width: 300px;
    width: 100%;
    position: fixed;
    box-sizing: border-box;
}

    #MainHeader a, #MainHeader .k-link {
        transition: .5s;
    }

    #MainHeader .k-link:hover, #MainHeader a:hover {
        text-decoration: none;
        cursor: pointer;
    }

#MainHeader .wrapper{
    position:relative;
    padding:1em;
    width:100%;
    flex-wrap:nowrap;
}

    #MainHeader #MainLogo {
       margin-right:1em;
       max-width:300px;
       display:block;
       z-index:2;
    }

        #MainHeader #MainLogo img {
            width: 100%;
        }

    #MainHeader #MenuIcon {
        color: #636363;
        font-size: 1.5rem;
        overflow: hidden;
        cursor: pointer;
        align-items: flex-start;
        justify-content: center;
        align-self: center;
        width: 0;
        opacity: 0;
        display:none;
    }

        #MainHeader #MenuIcon .fad {
            font-size: 1.2rem;
        }

        #MainHeader #MenuIcon span {
            display: block;
            font-size: .6rem;
            align-self: flex-end;
        }

    /* Header högermeny -------------- */
    #MainHeader #ShopNav {
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        z-index: 2;
    }

        #MainHeader #ShopNav a {
            text-align: center;
            color: rgba(44,44,44,.9);
            margin-left: 1em;
            position: relative;
            transition: unset;
            align-items: center;
            flex-wrap: nowrap;
            align-items: center;
            align-content: center;
        }

        #MainHeader #ShopNav a .icon {
            margin-right:.3em;
        }

            #MainHeader #ShopNav a.disabled {
                pointer-events: none;
            }

            #MainHeader #ShopNav a span {
                font-size: .9rem;
            }

                #MainHeader #ShopNav a span.text-label {
                    line-height: 90%;
                }

        #MainHeader #ShopNav a span .sum {
            display: block;
            width: 100%;
        }

        #MainHeader #ShopNav .count {
            align-content: center;
            align-items: center;
            justify-content: center;
            background: rgba(10, 128, 23, 0.90);
            border-radius: 100%;
            min-width: 14px;
            height: 14px;
            font-size: .7rem;
            color: #fff;
            box-sizing: border-box;
            position: relative;
            top: -.3em;
            left: -.3em;
            margin-right: -.2em;
        }

        #MainHeader #ShopNav .disabled .count {
            padding-top: .3em;
        }

        #MainHeader #ShopNav .disabled .count {
            background: rgba(0,0,0,0.9);
        }


    #MainHeader #OpenCheckout {
        display: none !important;
    }

    #MainHeader #SmallCartWrapper .disabled, #SmallCartWrapper .disabled * {
        opacity: .7;
    }

    /* Header språk-------------- */
    #MainHeader .languages {
        position: absolute;
        top: .5em;
        right:1em;
        justify-content: flex-end;
        box-sizing: border-box;
        z-index: 100001;
        transition: unset;
    }

        #MainHeader .languages a {
            opacity: .6;
            margin-bottom: .2em;
            color: #636363;
            font-size: .8rem;
            align-items: center;
            align-content: center;
            margin-left: .4em;
        }

            #MainHeader .languages a:hover {
                opacity: .8;
            }

            #MainHeader .languages a.active {
                opacity: .9;
            }

            #MainHeader .languages a img {
                width: 18px;
                margin-right: .3em;
                margin-top: .2em;
            }

            #MainHeader .languages a span {
                top: .25em;
                position: relative;
            }

/* Main --------- */
#Main .wrapper{
    max-width:800px;
    margin:0 auto;
    padding:0 2em;
}

#Main .no-margin-wrapper{
    margin-top:-2em;
    margin-bottom:-2em;
    padding-top:2em;
    padding-bottom:2em;
    height:100%;
}

#Main .content-wrapper, #MainHeader.checkout-header .wrapper {
    max-width: 1240px;
    margin: 2em auto;
    padding: 0 2em;
}

    #Main .content-wrapper#ArticleList {
        max-width: 1480px;
    }

/* Order ---- */

.page-detail {
 /*   max-width: 800px;*/
    margin: 2em;
}

/* Footer ---- */
#MainFooter {
    border-top: 1px solid rgba(99,99,99,0.3);
    margin-top: 2em;
    padding: 3em 2em;
}

    #MainFooter ul, #MainFooter ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #MainFooter .col {
        width: -moz-calc(33.33% - 66px);
        width: -webkit-calc(33.33% - 66px);
        width: -o-calc(33.33% - 66px);
        width: calc(33.33% - 66px);
    }

        #MainFooter .col.standard div {
            width: 100%;
            display: block;
        }

            #MainFooter .col.standard div p, #MainFooter .col.standard a {
                font-size: .9rem;
                margin-bottom: .3em;
                font-weight: 500;
                display: inline-block;
            }


#MainFooter .col.standard p {
    width: 100%;
    font-weight: 400;
    color: #636363;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin: 0 0 1em 0 !important;
    padding: 0 !important;
}


        #MainFooter .col h5 {
            font-weight: 700;
            text-transform: uppercase;
            margin: 0 0 .5em 0;
            line-height: 100%;
            font-size: 1.2rem;
            color: #636363;
            color: rgba(68,68,68,1.0);
        }

        #MainFooter .col.last {
            justify-content: flex-end;
            justify-self:flex-end;
            margin-left:auto;
            padding-left:2em;
        }

    #MainFooter a {
        text-decoration: underline;
    }

        #MainFooter a:hover {
            color: #0A5B80;
        }

    #MainFooter .copy {
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: .8rem;
        margin-top: 4em;
        color: #636363;
        opacity: .8;
    }

    #MainFooter .powered {
        margin-top: .7em;
        opacity: .5;
        display: inline-block;
    }

        #MainFooter .powered:hover {
            opacity: .6;
        }

    #MainFooter #UpBtn {
        position: fixed;
        bottom: 1em;
        right: 1em;
        background: #222;
        color: rgba(255,255,255,0.6) !important;
        height: 30px;
        width: 30px;
        border-radius: 100%;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        z-index: 10001;
        opacity: 0;
        transition: 0.5s;
        text-decoration: none !important;
        font-size: .8rem;
    }

        #MainFooter #UpBtn.visible {
            opacity: 1.0;
        }

        #MainFooter #UpBtn:hover {
            color: rgba(255,255,255,1.0) !important;
        }


@media only screen and (min-width : 0) and (max-width : 85rem) {
    #MainHeader #MenuIcon {
        opacity: 1.0;
        margin-right: 1em;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap:wrap;
        width:30px;
        overflow:visible;
    }

    #MainHeader #Search {
        display: none;
    }

    #MainHeader #ShopNav {
        margin-left:auto;
        justify-self:flex-end;
    }

}

@media only screen and (min-width : 0) and (max-width : 67rem) {

    #MainHeader #ShopNav a {
        margin-left: .5em;
    }

    #MainHeader #ShopNav .my-pages span.text-label,
    #MainHeader #ShopNav .logout span.text-label {
        display: none;
    }

    #MainHeader #OpenCart {
        display: none !important;
    }

    #MainHeader #OpenCheckout {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
    /* Footer ---------- */
    #MainFooter .col {
        width: 50%;
    }
}

/* --- Banners --- */

.banner-wrapper {
    top: 1em;
    width: 100%;
    position: absolute;
    display: flex;
    width: 50%;
    max-width:5rem;
    justify-content: flex-start;
    left: 0;
    height: auto;
    flex-wrap: wrap;
}

.new-article-banner, .new-campaign-banner {
    padding: 0.2em 1em;
    width: auto;
    max-width: 6em;
    -ms-transform: skewY(20deg);
    transform: skewY( -6deg );
    font-family: 'Khand',sans-serif;
    font-weight: 600;
    z-index: 3;
    left: 0;
    top:0;
    margin-bottom:0.3em;
}

.new-article-banner {
    background: #e5dd00;
    color: #000;

}

.new-campaign-banner {
    background: #004a6d;
    color: #fff;
}

.switch .new-article-banner, .switch .new-campaign-banner {
    padding: 0 .3em;
    top: 0;
    font-size: .7rem !important;
    transform: unset;
    margin:0.25em;
    margin-block-end:0.25em !important;
}



@media only screen and (min-width : 0) and (max-width : 35rem) {

    /* Mainheader -------- */
    #MainHeader .wrapper {
        padding-top:2em;
    }

    body.sticky #MainHeader .wrapper {
        padding-top: .5em;
        padding-bottom:.5em;
        align-items:center;
    }

    #MainHeader #MainLogo {
        margin-right: 0;
    }

        #MainHeader #MainLogo a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

    body.sticky #MainHeader .languages {
        display: none;
        opacity: 0;
    }

    /* Footer ---------- */
    #MainFooter .col {
        width: 100%;
        margin-bottom: 2em;
        margin-top: 0;
        text-align:center;
    }

        #MainFooter .col.last {
            padding-left: 0;
        }
}


/* -------- Kontaktformulär --------- */

.module-contact-form .wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 2em;
    justify-content: space-between;
    max-width: 750px !important;
    padding: 1em 0 !important;
    margin: 0 auto 0 0 !important;
}

.module-contact-form .wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 2em;
    justify-content: space-between;
    max-width: 750px !important;
    padding: 1em 0 !important;
    margin: 0 auto 0 0 !important;
}

.module-contact-form label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0.5em 0 !important;
    position: relative;
    cursor: pointer;
}

    .module-contact-form label input, .module-contact-form label textarea {
        width: 100%;
        background: #fff;
        font-size: .9rem;
        padding: .75em 2em .75em .75em;
        box-shadow: none;
        border: 1px solid rgba(99,99,99,.8);
        border-radius: 3px;
        box-sizing: border-box;
    }

@media only screen and (min-width : 0) and (max-width : 26rem) {

    .module-contact-form .wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 2em;
        justify-content: space-between;
        max-width: 750px !important;
        padding: 1em 0 !important;
        margin: 0 auto 0 0 !important;
    }

        .module-contact-form .wrapper a {
            padding: 0;
        }

        .module-contact-form .wrapper button {
            padding: .5em 1em;
        }

        .module-contact-form .wrapper span, .module-contact-form .wrapper a, .module-contact-form .wrapper button {
            font-size: .85em;
        }

        .module-contact-form .wrapper div {
            margin-top: auto;
        }
}
/* Orderhistorik ---------------*/
body.open-menu {
    position:fixed;
    width:100%;
    height:100%;
    overflow:hidden;
    top:0;
    left:0;
}

.k-textarea{
    min-height:150px;
}

    /* Orderhistorik tabell ---------------*/
    .order-history header {
        font-weight: bold;
    }

    .order-history header, .order-history article {
        padding: .5em;
    }

        .order-history article:nth-of-type(odd) {
            background:#fafafa;
        }

        .order-history header .col, .order-history article .col {
            margin-bottom: 0;
        }

        .order-history .row .col:nth-of-type(1) {
            width: 20px;
        }

        .order-history .row .col:nth-of-type(2) {
            width:25% !important;
        }

        .order-history .row .col:nth-of-type(3) {
            width: 25%;
        }

            .order-history .row .col:nth-of-type(4) {
                width: 25%;
                text-align: right;
                margin-right:0;
            }

        .order-history .label{
            display:none;
        }

.order-history .row .spacer {
    width: 4% !important;
}

    /* Orderhistorik detalj ---------------*/
    .open-menu #Blanket {
        width: 100%;
        height: 100%;
        z-index: 1000001;
    }

    #OrderDetailsViewWrapper .order-detail-wrap {
        position: fixed;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 1000002;
        height: 100vh;
        overflow-y: scroll;
        padding: 1em 2em 2em 2em;
        box-sizing: border-box;
        border-left: 1px solid #eaeaea;
        box-shadow: -10px 0px 10px 1px rgba(0,0,0,0.1);
        border-top: 1px solid #fafafa;
        width: 650px;
        max-width: 90%;
    }

        #OrderDetailsViewWrapper .order-detail-wrap h2 {
            margin:0;
        }

        #OrderDetailsViewWrapper .order-detail-wrap h3{
            font-weight:bold;
        }

        #OrderDetailsViewWrapper .order-detail-wrap .detail-header {
            position: -webkit-sticky;
            position: sticky;
            top:0;
            border-bottom:1px solid #999;
            background:#fff;
        }

        #OrderDetailsViewWrapper .order-detail-wrap .detail-header a{
           font-size:1.5rem;
        }

        #OrderDetailsViewWrapper .order-detail-wrap .address {
            margin-top:1em;
        }

        #OrderDetailsViewWrapper .order-detail-wrap .detail-table {
            margin-top: 2em;
            font-size: .95rem;
        }

            #OrderDetailsViewWrapper .order-detail-wrap .detail-table .row .col:nth-of-type(1) {
                width: 100%;
            }

            #OrderDetailsViewWrapper .order-detail-wrap .detail-table .row .col:nth-of-type(2) {
                width: 35% !important;
                /*text-align: right;*/
            }

            #OrderDetailsViewWrapper .order-detail-wrap .detail-table .row .col:nth-of-type(3) {
                width: 35%;
                text-align: center;
            }

            #OrderDetailsViewWrapper .order-detail-wrap .detail-table .row .col:nth-of-type(4) {
                width: 35%;
                text-align: left;
            }

            #OrderDetailsViewWrapper .order-detail-wrap .detail-table .row .col:nth-of-type(5) {
                width: 35%;
                text-align: right;
            }

        #OrderDetailsViewWrapper .order-detail-wrap .detail-summary {
            margin-top: 1em;
            text-align: right;
            font-size: .95rem;
        }

            #OrderDetailsViewWrapper .order-detail-wrap .detail-summary div:nth-last-child(-n+2) {
                font-weight:bold;
            }

#OrderDetailsViewWrapper .detail-wrap{
    margin-bottom:0.25em;
}

            #OrderDetailsViewWrapper .detail-wrap .art-code {
                font-size:0.8rem;
                font-style:italic;
            }

.download-receipt {
    margin-top: 1em;
}


@media only screen and (min-width : 0px) and (max-width : 60rem) {
    /* Orderhistorik ---------------*/

    /* Orderhistorik tabell ---------------*/
    .order-history header{
        display:none;
    }
    .order-history .label {
        display: inline-flex;
        font-weight:bold;
    }

    .order-history header.detail-header {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

  
}

@media only screen and (min-width : 0px) and (max-width : 45rem) {
    /* Orderhistorik ---------------*/

    /* Orderhistorik tabell ---------------*/
    .order-history article {
        flex-wrap: wrap;
    }

    .order-history .col{
        margin-right:0;
    }

    .order-history .row .col:nth-of-type(2) {
        width:100% !important;
        margin:.5em 0 .25em 0;
    }
    .order-history .row .col:nth-of-type(3) {
        width: 100%;
        margin:0 0 .25em 0;
    }
    .order-history .row .col:nth-of-type(4) {
        width: 100%;
    }

    /* Orderhistorik detalj ---------------*/
    #OrderDetailsViewWrapper .order-detail-wrap .address{
        width:100%;
    }
    #OrderDetailsViewWrapper .order-detail-wrap .detail-table .row .col, #OrderDetailsViewWrapper .order-detail-wrap .detail-table .row .col:nth-of-type(2) {
        width: 100% !important;
        margin-right: 0 !important;
    }

        #OrderDetailsViewWrapper .order-detail-wrap .detail-table .row .col:nth-of-type(4), #OrderDetailsViewWrapper .order-detail-wrap .detail-table .row .col:nth-of-type(3), #OrderDetailsViewWrapper .order-detail-wrap .detail-table .row .col:nth-of-type(2) {
            text-align: right;
        }

}
/* Favoriter ----------------*/
    /* Favoriteheart -----------*/
    .favorite-link{
        background:none;
        border:0;
        margin-top:10px !important;
        padding-bottom: 1em;
    }

.customer-content .favorite-link {
    justify-content: flex-end;
    display: flex;
    margin-right: 1em;
    margin-left: auto;
}

.children.favorite-link {
    margin-top: 0;
}

    .favorite-link:hover {
        cursor:pointer;
    }

    /* Popup i listor ---------- */
    .favorite-box {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 10000002;
        background: rgba(10, 91, 128,.8);
        display:none;
    }

        .favorite-box .inner {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
        }

            .favorite-box .inner .favorite-content {
                z-index: 100001;
                background: #fff;
                margin: auto;
                width: 400px;
                max-width: 96%;
                border-radius: 3px;
            }

            .favorite-box header {
                font-size: 1.4rem;
                padding: 1em 1em 0 1em;  
            }

                .favorite-box header .close {
                    margin-left: auto;
                    opacity: .7;
                    color: rgba(10, 91, 128, 1);
                }

                .favorite-box header .close:hover {
                    color:#ff0000;
                }

            .favorite-box .create-new {
                padding: 0 1.5em 1.2em 1.5em;
                border-bottom: 1px solid #eee;
                font-size: .9rem;
            }

                .favorite-box .create-new h3 {
                    display: block;
                    font-size: 1.1rem;
                    margin-block-start: 1em;
                    margin-block-end: 1em;
                    margin-inline-start: 0px;
                    margin-inline-end: 0px;
                    font-weight: bold;
                }

                .favorite-box .create-new .flex input {
                    width: 100%;
                    padding: .5em;
                    border: 1px solid #333;
                    border-radius: 2px;
                }

                .favorite-box .create-new button {
                    background: rgba(10, 91, 128,.8);
                    border:0;
                    box-shadow: none;
                    outline: none;
                    color: #fff;
                    margin: 0 0 0 .4em;
                    padding: .4em .7em;
                    border-radius: 2px;
                    position: relative;
                }

                    .favorite-box .create-new button:hover {
                        background: rgba(10, 91, 128,1);
                        cursor: pointer;
                    }

            .favorite-box .choose-list {
                padding: 1.5em;
                font-size: .9rem;
            }

        .favorite-box .list-inner {
            height: 250px;
            overflow: auto;
        }

            .favorite-box .list-inner a {
                width: 100%;
                box-sizing: border-box;
                padding: 1em 1em;
                margin: 0 0 1px 0;
                color: rgba(2, 56, 120, .9);
                background: rgba(2, 56, 120, .04);
                font-size: 1rem;
            }

                .favorite-box .list-inner a .icon {
                    justify-self: flex-end;
                    margin-left: auto;
                }

                .favorite-box .list-inner a .active-icon {
                    display: none;
                }

/* --- Favoritsidor --- */

#CustomerFavoritesWrapper {
    display: flex;
    flex-wrap:wrap;
    margin-top:2em;
   
}

    #CustomerFavoritesWrapper .article {
        display: flex;
        flex-wrap: wrap;
        width: -moz-calc(25% - 1em);
        width: -webkit-calc(25% - 1em);
        width: -o-calc(25% - 1em);
        width: calc(25% - 1em);
        margin: 0 1em 1em 0;
        
    }

    

#CustomerFavoritesWrapper .campaign .img {
        height: auto;
        max-height:450px;
    } 

#CustomerFavoritesWrapper .campaign h2 a {
        padding: 0 2em;
        height: 50px;
        overflow: hidden;
        word-break: break-all;
    } 
      
      @media only screen and (min-width : 0px) and (max-width : 55rem) {

    #CustomerFavoritesWrapper .article {
        width: -moz-calc(33% - 1em);
        width: -webkit-calc(33% - 1em);
        width: -o-calc(33% - 1em);
        width: calc(33% - 1em);
  
    }

       
} 
      
      @media only screen and (min-width : 0px) and (max-width : 35rem) {

    #CustomerFavoritesWrapper .article {
        width: -moz-calc(50% - 1em);
        width: -webkit-calc(50% - 1em);
        width: -o-calc(50% - 1em);
        width: calc(50% - 1em);
  
    }

        
} 
      
      @media only screen and (min-width : 0px) and (max-width : 25rem) {

    #CustomerFavoritesWrapper .article {
        
        width:100%;
        margin:0 auto 1em auto;
    }
}
/* ------------------------------ */
.campaign.article {
    background: #FFF;
    margin: 0 .25em 1em .25em;
    width: -moz-calc(25% - .75em);
    width: -webkit-calc(25% - .75em);
    width: -o-calc(25% - .75em);
    width: calc(25% - .75em);
    border: 1px solid rgba(99,99,99,0.2);
    transition: .5s;
    box-sizing: border-box;
    padding: 0.7em 0 1.5em 0;
    /*background:aqua;*/
}

    .campaign.article:nth-child(4n + 4) {
        margin-right: 0;
    }

.campaign.article:hover {
    border: 1px solid rgba(99,99,99,0.3);
}

    .campaign a {
        color: #000;
    }

    .campaign a:hover {
        color: #0A5B80;
    }

    .campaign .favorite:hover {
        opacity: 1.0;
    }

    .campaign .img {
        width: 100%;
        height: 250px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-bottom:1em;
    }

    .campaign img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        object-fit: contain;
        transition: .5s;
        /*background:red;*/
    }

    .campaign .content {
        padding:0 2em;
    }

    .campaign h2 {
        font-weight: 600;
        font-size: .9rem;
        margin: 0 0 0 0;
        width: 100%;
    }

    .campaign .name2 {
        display: none;
        width: 100%;
        margin: 0 0 0 0;
        font-weight: 400;
        font-size: .85rem;
    }

    .campaign .prod-prices {
        margin:.5em 0;
        box-sizing: border-box;
        width:100%;
        align-items:flex-end;
        align-content:flex-end;
        padding: 0 1.7em;
        flex-wrap:wrap;
        min-height:2em;
    }

    .campaign .price-tag {
        margin-right:.3em;
    }

    .campaign .prices {
        margin:1em 2em 0 2em;
        font-size:.9rem;
    }

        .campaign .prices .price-tag {
            display:block;
            width:100%;
        }

    .campaign .price {
        font-weight: 600;
        width:100%;
    }

.campaign .price.contact-price {
    font-size:.9rem;
}

        .campaign .price.red {
            color: #E12F2F !important;
        }


    .campaign .reg-price, .campaign .ord-price {
        color: #666;
        text-decoration: line-through;
        font-weight: 400;
        font-size: .95rem;
        margin-left: .3em;
    }

    .campaign .vat {
        font-weight: 400;
        font-size: .85rem;
        margin: 0 0 .05em 0;
        width:100%;
        display: none !important;
    }

.campaign .buy-btns {
    min-height: 2em;
}

    .campaign .k-widget {
        max-width:120px;
        margin-right:.5em;
    }

    .campaign .k-button {
        font-size: .8rem;
        padding:.6em 1em .4em 1em;
    }

        .campaign .k-button.read-more {
            color: #ffffff;
            margin: 1em 2em 0;
        }

     @media only screen and (min-width : 0px) and (max-width : 85rem) {
        .campaign.article, .campaign.article:nth-child(4n + 4) {
            width: -moz-calc(33.33% - .7em);
            width: -webkit-calc(33.33% - .7em);
            width: -o-calc(33.33% - .7em);
            width: calc(33.33% - .7em);
            margin-right: 1em;
        }

            .campaign.article:nth-child(3n + 3) {
                margin-right: 0;
            }
}

@media only screen and (min-width : 0px) and (max-width : 65rem) {
    .campaign.article, .campaign.article:nth-child(3n + 3), .campaign.article:nth-child(4n + 4) {
        width: -moz-calc(50% - .7em);
        width: -webkit-calc(50% - .7em);
        width: -o-calc(50% - .7em);
        width: calc(50% - .7em);
        margin-right: 1em;
    }

        .campaign.article:nth-child(2n + 2) {
            margin-right: 0;
        }

 
}

@media only screen and (min-width : 0px) and (max-width : 45rem) {
    .campaign.article, .campaign.article:nth-child(3n + 3), .campaign.article:nth-child(4n + 4) {
        width: 100%;
        margin-right: 0;
    }

}

@media only screen and (min-width : 0px) and (max-width : 35rem) {

    .customer-content .article .buy-btns .buy-button {
        margin: 1em 0 0 2em !important;
    }

    .customer-content .campaign .k-button.read-more {
        margin: 1em 2em 0 0 !important;
    }

}

@media only screen and (min-width : 0px) and (max-width : 30rem) {
        .campaign .content {
            padding: 0 1em;
        }

        .campaign .buttons {
            flex-wrap: wrap;
        }

            .campaign .buttons .k-button {
                width: 100%;
                margin: .8em 0 0 0;
                padding: 1em;
            }
}
/* Artikellistan ----------------*/
.page-childmenu.filter {
    width:100%;
    display:block;
    clear:both;
}
    /* Herobild ---------- */
    .articlelist-image img{
        width:100%;
        height:auto;
        max-height:400px;
        object-fit:cover;
    }

    /* Kategoribeskrivning -------- */
    .articlelist-text{
        text-align:center;
        line-height:160%;
        width:100%;
    }

    .articlelist-text a {
        color: #1a84d3;
    }

    .articlelist-text img{
        max-width:100%;
    }

    .articlelist-text ul li span {
        font-family: 'Overpass',sans-serif;
        font-size: 1em;
    }

    /* Sub categorys --------------------- */
.articlegroup-child-menu {
    width: 100%;
    text-align: left;
    margin: 3em 0 -.5em 0;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(99,99,99,0.2);
}
.articlegroup-child-menu a.menu-item {
    font-size: 1rem;
    width: auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    padding: 0.5em 0.5em 0.35em 0.5em;
    margin: 0 0.5em 0.5em 0;
    display: inline-flex;
    align-items: center;
    align-content: center;
}

    .articlegroup-child-menu a.menu-item:hover {
        background: #eee;
    }

    /* Kategori switch ----------------- */
    .listing-types{
        margin:0 0 0 .5em;
    }

    .list-type {
        margin-left:.5em;
        padding:.25em 0;
        font-size:1.2rem;
        opacity:.6;
        color:#333;
    }

        .list-type:hover {
            cursor:pointer;
            opacity:.8;
        }

        .list-type.active {
            opacity: 1;
            color: #34a6d7;
        }

    /* Tumnaglar ----------------- */
    .articles {
        margin-top: 1em;
    }

        .articles .articles-wrapper {
            width: calc(100% - 200px);
            border-right: 1px solid rgba(99,99,99,0.2);
            padding-right:30px;
            box-sizing:border-box;
            align-items:flex-start;
            align-content:flex-start;
            text-align:center;
        }

            .articles .articles-wrapper .loader {
                margin:0 auto;
            }


        .articles .ajax-articles{
            width:100%;
        }

        .articles .ajax-articles.no-contacts {
            width: 100%;
            border-right: 0;
            padding-right: 0;
        }

        .articles .parent-name {
            display: contents;
        }
        .articles .article{
            text-align:left;
        }

        .articles .article.campaign {
            width: -moz-calc(20% - 1.6em);
            width: -webkit-calc(20% - 1.6em);
            width: -o-calc(20% - 1.6em);
            width: calc(20% - 1.6em);
            margin: 0 2em 2em 0;
            position: relative;
        }

        .articles .campaign .img {
            height: 250px;
            margin-top:-10px;
            position:relative;
        }

        .articles .campaign:nth-child(5n + 5) {
            margin-right: 0;
        }

        .articles .campaign h2 a, #NewArticles .campaign h2 a {
            padding: 0 2em;
            height: 50px;
            overflow: hidden;
            /*word-break:break-all;*/
        }

        .articles .campaign button {
            margin: 0 2em;
        }

        .articles .campaign .favorite-col {
            position:absolute;
            right:0;
            top:1em;
            z-index:10001;
        }


        .articles .campaign .campaign .favorite-col {
            position: relative;
            right: 0;
            top: auto;
            z-index: 1;
            top:.5em;
        }


        .articles .campaign .price {
            margin:0;
            display:block;
            width:100%;
        }

        .articles .art-no {
            font-size: .9rem;
            padding: 0 2em;
            margin-top:.5em;
            width: 100%;
            box-sizing: border-box;
            display:block;
            min-height:1rem;
        
        }

    /* Switch ------------------ */
        .articles.switch .parent-name {
          /*  display: none;*/
        }
        .articles.switch .buy-btns {
            min-height: unset;
            width: 100%;
            display: flex;
            justify-content: flex-end;
            order: 3;
        }

        .articles.switch .art-no {
            display:none;
            min-height:unset;
        }

        .articles.switch .parent-name{
            order:2;
        }

        .articles.switch .campaign .mob-label {
            width: 20%;
            display: none !important;
        }

    .articles.switch .campaign {
        width: 100%;
        margin: 0 0 1em 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        border: 0;
        border-bottom: 1px solid rgba(99,99,99,0.2);
        padding: 1em 0 1em 0;
        align-items:flex-start;
        align-content:flex-start;

    }

        .articles.switch .campaign .campaign {
            padding-top:0;
        }
            .articles.switch .campaign h2 {
            order:1;
            font-size:1.1rem;
            margin:0 0 .5em 0;
        }

            .articles.switch .campaign h2 a {
                color: rgba(10, 91, 128,.9);
                padding: 0;
                height: auto;
            }

            .articles.switch .campaign h2 a:hover {
                color: rgba(10, 91, 128,1);
            }

        .articles.switch .campaign .img {
            border: 1px solid rgba(99,99,99,0.2);
        }

        .articles.switch .campaign a.img {
            width: 150px;
            height: 150px;
            order: 2;
            margin-top: 0;
            margin-right:1em;
        }

        .articles.switch .campaign .campaign a.img {
            margin-top: 1.2em;
            margin-right:0;
        }


        .articles.switch .campaign .children {
            order: 3;
            width: -moz-calc(100% - 170px);
            width: -webkit-calc(100% - 170px);
            width: -o-calc(100% - 170px);
            width: 100%;
            margin-left: auto;
            transition:.5s;
        }

            .articles.switch .campaign .children .campaign {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                flex-wrap:wrap;
                align-items:center;
                align-content:center;
            }

            .articles.switch .campaign .children .campaign header{
                display:none;
            }

                .articles.switch .campaign .children .campaign:first-of-type header {
                    width: 100%;
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    font-weight: bold;
                    padding: 0 1em;
                }

                .articles.switch .campaign .children .campaign {
                    padding: 0 0 0 0;
                    margin: 0 0 0 0;
                }

                    .articles.switch .campaign .children .campaign article {
                        padding: .5em 1em;
                        margin: 0;
                    }

                    .article-detail .articles.switch .campaign .children .campaign article {
                        width: auto !important;
                        min-width: 100%;
                    }

                    .articles.switch .campaign .children .campaign:nth-child(odd) article {
                        background: #fafafa;
                    }

                .articles.switch .campaign .children .campaign .col {
                    margin-right: .5em;
                    padding: 0;
                    width: 8%;
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex !important;
                    align-items: center;
                    align-content: center;
                    transition:.5s;
                    margin:0;
           
                }

                    .articles.switch .campaign .children .campaign .col, .articles.switch .campaign .children .campaign .col * {
                        font-size: .85rem;
                        box-sizing: border-box;
                /*        display: flex;*/
        /*                align-content:center;
                        align-items: center;*/
                        line-height: unset!important;
                        margin-bottom: 0 !important;
                        margin-top: 0 !important;
                        margin-block-start:0!important;
                        margin-block-end:0!important;
                    }


                 
                        .articles.switch .campaign .children .campaign header .col, .articles.switch .campaign .children .campaign header .col * {
                            font-size: .75rem;
                        }

                    .articles.switch .campaign .children .campaign .col .k-link {
                        height: 1.2em;
                    }

                            .articles.switch .campaign .children .campaign .col .k-link .k-icon{
                                font-size: .95rem;
                            }

                    .articles.switch .campaign .children .campaign .favorite-col {
                        width: 30px;
                        min-width: 30px;
                       /* height: 40px;*/
                        height:auto;
                        top:0;
                        margin: 0 !important;
                        display: inline-block !important;
                    }

                    .articles.switch .campaign .children .campaign .favorite-col *{
                        font-size: .7rem;


                    }

                    .articles.switch .campaign .children .campaign header .img-col {
                        border:2px solid transparent;
                    }

                .articles.switch .campaign .children .campaign .img-col {
                    width: 50px;
                    min-width: 50px;
                    box-sizing: border-box;
                    align-self: center;
                    margin: auto 0;
                }

                    .articles.switch .campaign .children .campaign .img {
                        height: 50px;
                        background: #fff;
                    }

                        .articles.switch .campaign .children .campaign .img a {
                            display: block !important;
                        }

                        .articles.switch .campaign .children .campaign .name-col {
                            min-width: 250px;
                        }

                .articles.switch .campaign .children .campaign h3.name-col {
                    font-weight:normal;
                    margin-bottom:0!important;
                   /* word-break:break-all;*/
                }

                    .articles.switch .campaign .children .campaign .attribute-col {
                    min-width: 80px;
                    padding-left: 1em;
                    /*display: none !important;*/
                    }

                    .articles.switch .campaign .children .campaign .artno-col {
                        min-width: 170px;
                 min-width:285px;
                        word-break: break-all;
                        line-height: 120%;
                        margin-left: 1.2%;
                        margin-right: 0 !important;
                        padding-right:2em;
                    }

                    .articles.switch .campaign .children .campaign .pack-col {
                        display: none !important;
                        min-width: 70px;
                        justify-content: center;
                    }

                .articles.switch .campaign .children .campaign .stock-col {
                    width:90px;
                    justify-content:center;

                }
.articles.switch .campaign .children .campaign .banner-col {
    display: flex !important;
    flex-wrap: wrap;
    padding-left: 0.25em;
    min-width: 35px;
    margin:0 1em 0 0;

}

.articles.switch .campaign .children .campaign .col.banner-col span {
 margin-bottom: 0.25em !important;
}

.articles.switch .campaign .children .campaign .price-col {
    min-width: 100px;
    justify-content: flex-end;
    margin-left: auto;
    text-align: right;
}

                    .articles.switch .campaign .children .campaign .price-col span {
                       display:block;
                    }

.campaign .children .article.campaign .price-col span {
    color: #000;
}

                .articles.switch .campaign .children .campaign .quantity-col {
                    min-width: 130px;
                    margin-right: 0;
                    justify-content: center;
                }

                    .articles.switch .campaign .children .campaign .quantity-col .k-numerictextbox {
                        width:100%;
                        max-width:100%;
                        margin:0;
                    }


        .articles.switch .campaign .buy-buttons, .articles.switch .campaign .buy-button {
            order: 4;
            margin: 0 0 0 auto;
            min-width: 115px;
        }

        .articles.switch .campaign .buy-button {
            margin: 1em 1.4em 0;
        }

        .articles.switch .read-more {
            display:none;
        }        

        .articles .buy-button {
            display: none;
        }

        .articles.switch .buy-button {
            display: flex;
        }

.articles.switch .children {
    display: flex !important;
    flex-direction: column;
    font-size: 0,9em !important;
}

    .articles.switch .children header {
        flex-direction: row;
    }

    .articles.switch .children .article {
        border: none !important;
        width: 100% !important;
        margin: auto !important;
    }


        .articles.switch .children .article article, .articles.switch .children .article .labels .col {
            font-size: .9rem !important;
        }

        .articles.switch .children .article .extra-cost {
            font-style:italic;
            font-size:.65rem!important;
        }
    /* ---  Hide in Switch --- */
    .articles.switch .campaign .favorite-col, .articles.switch .campaign .prod-prices, .articles.switch .children .campaign .buy-button {
        display: none;
    }


.articles.switch .campaign .children .campaign .col.note-col {
    display: none !important;
}

/* Buttons ----------- */
.articlelist-buttons button{
    background:rgba(10, 91, 128,.9);
    color:#fff;
    margin:0 .5em;
    color:#fff;
    box-shadow:none;
    border:0;
    border-radius:3px;
    padding:.5em 1em .5em 1em;
}

.articlelist-buttons button:hover {
    background: rgba(10, 91, 128,1);
    cursor:pointer;
}

@media only screen and (min-width : 0px) and (max-width : 95rem) {
    .articles .articles-wrapper {
        order: 2;
        border: 0;
        padding-right: 0;
        width: 100%;
    }

    .articles .show-contacts {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin:-1em 0 1em 0;
        align-items:center;
        align-content:center;
        padding:.75em .75em .65em .75em;
        background:#fff;
        border:1px solid #ccc;
        border-radius:3px;
        font-size:.9rem;
    }


        .articles .show-contacts:hover {
            cursor: pointer;
          /*  border: 1px solid #999;*/
            background: #eee;
        }

        .articles .show-contacts .icon, .articles .show-contacts .icon-close {
            margin-right:.45em;
        }

    .articles .show-contacts.active .icon-close{
        display:inline-flex!important;
    }

        .articles .show-contacts.active .icon {
            display:none!important;
        }

    .articles .k-card-list {
        order: 1;
        margin-left: 0;
        width: 100%;
        display: none;
        padding: 0 0 1em 0;
        margin-bottom:1em;
        border-bottom: 1px solid rgba(99,99,99,0.2);
    }

        .articles .k-card-list.open {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }
}

    @media only screen and (min-width : 0px) and (max-width : 80rem) {

        .articles .article.campaign, .articles .article.campaign:nth-child(5n + 5) {
            width: -moz-calc(25% - 1.5em);
            width: -webkit-calc(25% - 1.5em);
            width: -o-calc(25% - 1.5em);
            width: calc(25% - 1.5em);
            margin: 0 2em 2em 0;
        }

        .articles.switch .article.campaign {
            width: 100% !important;
            margin: 0 0 2em 0;
        }

        .articles .article.campaign:nth-child(4n + 4) {
            margin-right: 0;
        }

        .articles.switch .campaign {
            width: 100%;
        }

            .articles.switch .campaign a.img:first-of-type {
                width: 80px;
                height: 80px;
            }

            .articles.switch .campaign .children {
                /*   width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        width: -o-calc(100% - 90px);
        width: calc(100% - 90px);*/
            }

                .articles.switch .campaign .children .campaign:first-of-type header, .articles.switch .campaign .children .campaign article {
                    padding-left: .5em !important;
                    padding-right: .5em !important;
                }

                .articles.switch .campaign .children .campaign .favorite-col {
                    width: 20px;
                    min-width: 20px;
                }

                .articles.switch .campaign .children .campaign .artno-col {
                     min-width: 120px;
                }

                .articles.switch .campaign .children .campaign .name-col {
                    min-width: 120px;
                }

            .articles.switch .campaign .buy-button {
                margin: 1em 1em 0 auto;
            }

            .articles.switch .campaign .children .campaign .price-col {
                min-width: 100px;
            }

            .articles.switch .campaign .children .campaign .artno-col {
               /* min-width: 100px;*/
            }

            .articles.switch .campaign .children .campaign .quantity-col {
                margin-left: auto;
            }
    }

    @media only screen and (min-width : 0px) and (max-width : 52rem) {
        .articlegroup-child-menu {
            margin: 1em 0 -0.5em 0;
        }

        .articlegroup-child-menu a.menu-item {
            font-size: .9rem;
        }

        .articles .article.campaign, .articles .article.campaign:nth-child(5n + 5), .articles .article.campaign:nth-child(4n + 4) {
            width: -moz-calc(33.33% - .7em);
            width: -webkit-calc(33.33% - .7em);
            width: -o-calc(33.33% - .7em);
            width: calc(33.33% - .7em);
            margin: 0 1em 1em 0;
        }

            .articles .article.campaign:nth-child(3n + 3) {
                margin-right: 0;
            }



        .articles.switch .article.campaign {
            width: 100%;
        }

            .articles.switch .campaign a.img {
                margin-top: 0;
            }

            .articles.switch .campaign .children .campaign:first-of-type header {
                display: none;
            }

            .articles.switch .campaign .children .campaign .col {
                align-items: flex-start;
                align-content: flex-start;
            }

            .articles.switch .campaign .children .campaign .favorite-col {
                align-items: center;
                align-content: center;
                position: absolute;
                left: .5em;
            }

        .articles.switch .campaign .children .campaign .img-col {
            position: absolute;
            left: 30px;
            top: 1.5em;
        }

            .articles.switch .campaign .children .campaign article {
                flex-wrap: wrap;
                position: relative;
            }

            .articles.switch .campaign .children .campaign .artno-col,
            .articles.switch .campaign .children .campaign .name-col,
            .articles.switch .campaign .children .campaign .attribute-col,
            .articles.switch .campaign .children .campaign .pack-col,
            .articles.switch .campaign .children .campaign .stock-col {
                width: -moz-calc(100% - 80px);
                width: -webkit-calc(100% - 80px);
                width: -o-calc(100% - 80px);
                width: calc(100% - 80px);
                justify-self: flex-end;
                margin-right: 0;
                margin-left: 80px;
                justify-content: flex-start;
            }

            .articles.switch .campaign .children .campaign .artno-col {
                padding-left: 0;
            }

            .articles.switch .campaign .children .campaign .stock-col {
                margin-bottom: .5em;
            }

                .articles.switch .campaign .children .campaign .stock-col .icon {
                    margin-left: .5em;
                    position: relative;
                    top: .2em;
                }

            .articles.switch .campaign .children .campaign h3.name-col {
                margin-bottom: .5em !important;
                margin-top: .5em;
            }

            .articles.switch .campaign .mob-label {
                font-weight: bold;
            }

            .articles.switch .campaign .children .campaign .attribute-col {
                padding-left: 0;
            }

            .articles.switch .campaign .children .campaign .pack-col {
                margin-top: .5em;
            }

        .articles.switch .campaign .children .campaign .banner-col {
            position: absolute;
            right: 0;
            justify-items: flex-end;
            justify-self: flex-end;
            top: -0.25em;
            width:auto;
        }

            .articles.switch .campaign .children .campaign .price-col {
                min-width: 100%;
            }

            /*    .articles.switch .campaign .children .campaign .artno-col {
            min-width: 100px;
        }*/

            .articles.switch .campaign .children .campaign article {
                padding: 1.5em 1em .5em 1em;
            }

            .articles.switch .campaign .children .campaign .favorite-col {
                top: 2em;
            }

    }

    @media only screen and (min-width : 0px) and (max-width : 36rem) {

            .articlegroup-child-menu a.menu-item {
                width: 100%;
                text-align: center;
                justify-content: center;
                margin-right: 0;
            }

        .articles .article.campaign, .articles .article.campaign:nth-child(5n + 5), .articles .article.campaign:nth-child(4n + 4), .articles .article.campaign:nth-child(3n + 3) {
            width: -moz-calc(50% - .5em);
            width: -webkit-calc(50% - .5em);
            width: -o-calc(50% - .5em);
            width: calc(50% - .5em);
            margin: 0 1em 1em 0;
        }

        .articles .campaign:nth-child(2n + 2) {
            margin-right: 0;
        }

        .articles.switch .campaign {
            width: 100%;
        }


        .articles .show-contacts {
            margin: 0 0 1em 0;
            width: 100%;
            text-align: center;
            justify-content: center;
        }
    }

    @media only screen and (min-width : 0px) and (max-width : 30rem) {

        .articles .article.campaign, .articles .article.campaign:nth-child(5n + 5), .articles .article.campaign:nth-child(4n + 4), .articles .article.campaign:nth-child(3n + 3) {
            width: 100%;
            margin: 0 0 1em 0;
        }

        .articles.switch .campaign .children .campaign .favorite-col {
            position: relative;
            left: 0;
        }

        .articles.switch .campaign .children .campaign .img-col {
            position: relative;
            left: 0;
            top: 0;
            margin-bottom: 1em !important;
        }

        .articles.switch .campaign .children .campaign .price-col {
            min-width: 100%;
            padding-right: 1.5em;
        }

        .articles.switch .campaign .children .campaign .artno-col, .articles.switch .campaign .children .campaign .name-col, .articles.switch .campaign .children .campaign .attribute-col, .articles.switch .campaign .children .campaign .pack-col, .articles.switch .campaign .children .campaign .stock-col {
            width: 100%;
            margin-left: 0;
        }

        .articles.switch .campaign .children .campaign .quantity-col {
            margin-left: auto;
        }

        .articles.switch .campaign .children .campaign .favorite-col {
            top: .5em;
        }
    }

    @media only screen and (min-width : 0px) and (max-width : 20rem) {
        .articles.switch .campaign .mob-label {
            width: 100%;
        }

        .articles.switch .campaign a.img:first-of-type {
            width: 60px;
            height: 60px;
        }

        .articles.switch .campaign .children .campaign .col {
            flex-wrap: wrap;
        }

        .articles.switch .campaign .children {
            /*width: -moz-calc(100% - 70px);
            width: -webkit-calc(100% - 70px);
            width: -o-calc(100% - 70px);
            width: calc(100% - 70px);*/
        }

            .articles.switch .campaign .children .campaign h3.name-col {
                margin-top: .5em;
            }

            .articles.switch .campaign .children .campaign .stock-col .icon {
                margin-left: 0;
                top: 0;
            }
    }

/* Layout ------------------------------- */
.article-detail{
    flex-wrap:wrap;
}

    .article-detail.contact-view {
        max-width: 1440px!important;
    }

.article-detail .images {
    width: 300px;
    align-items: flex-start;
    align-content: flex-start;
}

.article-detail .buy-info {
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -o-calc(100% - 300px);
    width: calc(100% - 300px);
}

    .article-detail.contact-view .buy-info {
        width: -moz-calc(100% - 500px);
        width: -webkit-calc(100% - 500px);
        width: -o-calc(100% - 500px);
        width: calc(100% - 500px);
    }

/* Article information -------------- */
    .article-detail .buy-info{
        padding-left:2em;
      /*  width:100%;*/
    }

        .article-detail .buy-info h3 {
            font-size: 1rem;
            margin: 0 0 .3em 0;
            font-weight: 600;
        }

        .article-detail .buy-info .long-desc {
            font-size: .95rem;
            margin: 2em 0;
        }

        .article-detail .buy-info .long-desc p {
            font-size: .95rem;
        }

        .article-detail .buy-info .stat{
            margin:1.5em 0;
        }

            .article-detail .buy-info .stat .inner .row:nth-of-type(odd) {
                background:#fafafa;
            }

            .article-detail .buy-info .stat .inner .row {
                width:100%;
            }

                .article-detail .buy-info .stat .inner .row div {
                    width: 50%;
                    padding:.25em .5em;
                    font-size:.95rem;
                }

        .article-detail .buy-info .docs {
            margin: 0 0 2em 0;
        }

        .article-detail .buy-info .doc a {
            font-size:.95rem;
            margin:0 0 .3em 0;
        }
            .article-detail .buy-info .doc a .icon{
                margin-right:.5em;
            }

    /* Article information - Related articles -------------- */
    .related-articles .related-toolbar{
        border-bottom:1px solid #eee;
        margin:0 0 .5em 0;
    }
        .related-articles .related-toolbar button {
            background: none;
            border: 0;
            padding: .8em 0;
            margin: 0 1em 0 0;
            font-size: 1rem;
          
            border-bottom:1px solid transparent;
            position:relative;
            bottom:-1px;
            opacity:.8;
        }


            .related-articles .related-toolbar button:hover {
                cursor: pointer;
                border-bottom: 1px solid rgba(10, 91, 128, 0.4);
                opacity: .9;

            }

            .related-articles .related-toolbar button.active {
                border-bottom: 1px solid #0A5B80;
                opacity: 1;
                font-weight: 600;
            }


.related-articles .related-list article {
    width: 100% !important;
    flex-wrap: nowrap;
    border: 1px solid transparent;
    padding: .5em;
    margin: 0;
}

                .related-articles .related-list article:nth-child(odd) {
                    background: #fafafa;
                }

           .related-articles .related-list article a{
               align-items:center;
               font-size:.8rem;
            }

            .related-articles .related-list article a .img {
                width: 40px;
                height: 40px;
                border: 1px solid rgba(99,99,99,0.2);
                margin:0 1em;
                background:#fff;
            }

                .related-articles .related-list article a .art-no{
                    width:20%;
                }

            .related-articles .related-list article a h3 {
                width: 50%;
                font-size: .8rem;
                font-weight:normal;
                margin:0;
                color:#0A5B80;
            }

    /* Article information - Children switch view -------------- */

.article-detail .articles.switch .campaign .children .campaign article {
    padding: .5em .5em;
}

.article-detail .articles.switch .campaign .children .campaign:first-of-type header {
    padding: 0 .5em;
}

    .article-detail .articles.switch .campaign {
        padding-bottom: 1.5em;
    }
        .article-detail .articles.switch .campaign .children {
            width: 100%;
        }

            .article-detail .articles.switch .buy-buttons {
                width: 100%;
                justify-content:flex-end;
            }

.article-detail .articles.switch .campaign .children .campaign .col, .article-detail .articles.switch .campaign .children .campaign .col * {
    font-size: .8rem;
    

}

.article-detail .articles.switch .campaign .children .campaign .favorite-col {
    width: 20px;
    min-width: 20px;
}
.article-detail .articles.switch .campaign .children .campaign .name-col {
    min-width: 180px;
}

.article-detail .articles.switch .campaign .children .campaign .artno-col {
    min-width: 135px;
    padding-left: 1em;
    margin-left: 0;
    margin-top: 0;
    padding-right: .5em;
}

.article-detail .articles.switch .campaign .children .campaign .attribute-col {
    min-width: 50px;

    padding-left:0;
}

    .article-detail .articles.switch .campaign .children .campaign .attribute-col, .article-detail .articles.switch .campaign .children .campaign .attribute-col.attribute-1 {
        min-width: 50px;

        margin-right: 0;
        padding-right:1em;
        padding-left: 0;
        
    }

.article-detail .articles.switch .campaign .children .campaign .price-col {
    min-width: 50px;
    margin-left: auto;
    text-align: right;

    justify-self:flex-end;
}

.article-detail .articles.switch .campaign .children .campaign .in-stock-col {
    
    margin-left: auto;
    
}

    .article-detail .articles.switch .campaign .children .campaign .price-col.no-buy-price {
        min-width:50px;
    }

.article-detail .articles.switch .campaign .extra-cost {
    line-height: 120%;
}
/* Large images ------------------------------ */
.article-detail .images #LargeImage {
    padding: 2em;
    margin: 0 0 1em 0;
    border: 1px solid rgba(99, 99,99, .2);
    height: auto;
    max-height: 300px;
    height: 300px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    order: 1;
}

        .article-detail .images #LargeImage.no-image img {
            max-width: 100%;
            max-height: 100%;
        }

        .article-detail .images #LargeImage:hover {
            cursor: zoom-in;
        }

        .article-detail .images #MainImage img#BigImage {
            max-width: 100%;
            max-height: 100%;
            height: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

        .article-detail .photo {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            width: 96%;
            height: 96%;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: contain !important;
            transition: transform .5s ease-out;
            cursor: zoom-in;
        }

    /* Videos ------------------ */
        .article-detail .video {
            background: #fff;
            display: none;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            z-index: 30003;
        }

        .article-detail .video.show {
            display: flex;
            align-items: center;
            align-content: center;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            z-index: 303;
        }

        .article-detail .video-bg {
            padding: 1em;
            box-sizing: border-box;
        }

        .article-detail .video-bg iframe, .article-detail .video.show iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !Important
        }

    /* Pilar ------------------- */

    .article-detail #MainImage .large-arrow {
        position: absolute;
        left: 0;
        top: 150px;
        bottom:0;
        margin:auto 0;
        width: 20px;
        z-index: 100001;
        opacity: .7;
    }

        .article-detail #MainImage .large-arrow:hover {
            opacity: .9;
            color: #34a6d7;
            cursor: pointer;
        }

        .article-detail #MainImage .large-arrow.prev {
            left: .7em;
        }

        .article-detail #MainImage .large-arrow.next {
            margin-left: auto;
            align-self: flex-end;
            right: 0;
        }

        .article-detail #MainImage .large-arrow .down, .article-detail #MainImage .large-arrow .up {
            display: none;
        }

/* Tumnaglar ---------------------- */

    .article-detail .images .thumbnails {
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: row;
        height: 60px;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        order: 2;
        flex-wrap: nowrap;
    }

        .article-detail .images .thumbnails .inner {
            align-items: center;
            align-content: center;
            position: relative;
            flex-direction: row;
            justify-content: flex-start;
            display: flex;
            flex-wrap: nowrap;
        }

        .article-detail .images .thumbnails .arrow {
            background: #fff;
            width: 20px;
            height: 100%;
            align-items: center;
            align-content: center;
            justify-content: flex-start;
            position: absolute;
            left: 0;
            z-index: 19000;
            color: #000;
            opacity:1.0;
            border-radius:0;
            opacity:1!important;
        }

            .article-detail .images .thumbnails .arrow.prev .fad {
                opacity: 1 ;
                color: #ccc;
            }

            .article-detail .images .thumbnails .arrow.prev.active .fad {
                opacity: 1.0;
                color: #000;
            }

            .article-detail .images .thumbnails .arrow .fad {
                font-size: 1.2rem;
            }

            .article-detail .images .thumbnails .arrow.next:hover, .thumbnails .arrow.prev.active:hover {
                color: rgba(208,45,77,1.0);
                cursor: pointer;
            }

            .article-detail .images .thumbnails .arrow .fa-angle-up, .thumbnails .arrow .fa-angle-down {
                display: none;
            }

            .article-detail .images .thumbnails .arrow.next {
                justify-self: flex-end;
                margin-left: auto;
                position: absolute;
                left: auto;
                right: 0;
                justify-content: flex-end;
            }

            .article-detail .images .thumbnails .arrow.disabled, .thumbnails .arrow.disabled:hover {
                opacity: 1;
 
                cursor: default;
            }

        .article-detail .images .thumbnails .thumb {
            border: 1px solid rgba(99, 99,99, .2);
            width: 60px;
            height: 60px;
            position: relative;
            margin-right: 1em;
            overflow: hidden;
            box-sizing: border-box;
            background: #fff;
            align-items: center;
            justify-content: center;
            padding: 1em;
        }

            .article-detail .images .thumbnails .thumb:hover {
                cursor: pointer;
            }

            .article-detail .images .thumbnails .thumb .video-bg {
                width: 100%;
                height: 100%;
                position: absolute;
            }

            .article-detail .images .thumbnails .thumb .fal {
                background: none;
                display: block;
                width: 100%;
                height: 100%;
                z-index: 10001;
                position: absolute;
                font-size: 0;
            }

            .article-detail .images .thumbnails .thumb .video-bg iframe {
                width: 200px !important;
                height: 200px !important;
            }

            .article-detail .images .thumbnails .thumb img {
                max-width: 100%;
                max-height: 100%;
                height: auto;
                position: relative;
                opacity: .8;
            }

            .article-detail .images .thumbnails .thumb:hover img {
                opacity: 1.0;
            }

@media only screen and (min-width : 0px) and (max-width : 95rem) {
    .article-detail.contact-view .buy-info {
        width: -moz-calc(100% - 300px);
        width: -webkit-calc(100% - 300px);
        width: -o-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}


    @media only screen and (min-width : 0px) and (max-width : 79rem) {
        .article-detail {
            flex-wrap: wrap;
        }

            .article-detail .buy-info, .article-detail.contact-view .buy-info {
                padding-left: 0;
                width: 100%;
            }

            .article-detail .images {
                margin: 0 auto 3em auto;
            }


        .related-articles .related-list article a {
            flex-wrap: wrap;
            position: relative;
            align-items: flex-start;
            align-content: flex-start;
        }

            .related-articles .related-list article a .img {
                position: absolute;
                left: 0;
                top: .1em;
                width: 30px;
                height: 30px;
                margin-left: .5em;
            }

            .related-articles .related-list article a .art-no, .related-articles .related-list article a h3 {
                width: -moz-calc(100% - 50px);
                width: -webkit-calc(100% - 50px);
                width: -o-calc(100% - 50px);
                width: calc(100% - 50px);
                margin-left: auto;
            }

        .article-detail .articles.switch .campaign .children .campaign .name-col {
            min-width: 320px;
        }

       
    }

    @media only screen and (min-width : 0px) and (max-width : 67rem) {

        .article-detail .articles.switch .campaign .children .campaign .name-col {
            min-width: 200px;
        }
    }

    @media only screen and (min-width : 0px) and (max-width : 60rem) {
        .article-detail .articles.switch .campaign .children .campaign .name-col {
            min-width: 120px;
            padding-right: 2em;
        }
    }

    @media only screen and (min-width : 0px) and (max-width : 52rem) {
        .article-detail .articles.switch .campaign .children .campaign .artno-col {
              margin-left: auto;
           width: -moz-calc(100% - 80px);
            width: -webkit-calc(100% - 80px);
            width: -o-calc(100% - 80px);
            width: calc(100% - 80px);
            padding-left:0;
        }

        .article-detail .articles.switch .campaign .children .campaign .name-col {
            padding-right: 0;
        }

        .article-detail .articles.switch .campaign .children .campaign .in-stock-col {
 
          width:50%;
          margin-left:80px;
        }

        .article-detail .articles.switch .campaign .children .campaign .price-col.no-buy-price {
            min-width: 100px;
        }
    }

    @media only screen and (min-width : 0px) and (max-width : 40rem) {
        .article-detail .images {
            width: 250px;
        }

            .article-detail .images #LargeImage {
                max-height: 250px;
                height: 250px;
            }

        .article-detail .articles.switch .campaign .buy-button {
            margin: 1em 0 0 auto;
        }

        .article-detail .articles.switch .campaign .children .campaign .artno-col {
            margin-top: 1em;
        }

        .article-detail .articles.switch .campaign .children .campaign article {
            padding: 1em 1em 1em 1em;
        }

        .article-detail .articles.switch .campaign .children .campaign .price-col {
            min-width: 50%;
        }
    }

@media only screen and (min-width : 0px) and (max-width : 30rem) {

    .article-detail .articles.switch .campaign .children .campaign .in-stock-col {
        width: 40%;
        margin-left:0;
    }
}

    @media only screen and (min-width : 0px) and (max-width : 28rem) {

        .article-detail .articles.switch .campaign .children .campaign .price-col {
            min-width: 100%;
        }
    }

    @media only screen and (min-width : 0px) and (max-width : 22rem) {


        .spectitle {
            font-size: 0.75rem !important;
        }
    }
    .page-detail a {
        color: #1a84d3;
        text-decoration: underline;
    }

.page-large-img {
    height: auto;
    max-height:40vh;
    min-height:300px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%;
    position: relative;
    z-index: 5;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: unset;
    margin:0 0 2em 0;
}

    .page-large-img img {
        object-fit: cover;
        width: 100%;
        height: auto;
        max-height: 80vh;
        transition: unset;
        position: relative;
    }

.page-detail .articlegroup-text {
    width: 98%;
    margin: 0 auto 2em auto;
}

.page-detail.edit-detail .articlegroup-text {
    max-width: 1460px;
    margin: 0 auto 2em auto;
}

.page-detail img {
    max-width: 100% !important;
}

.edit {
    box-sizing: border-box;
    margin-top: 0;
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: -o-calc(100% - 250px);
    width: calc(100% - 250px);
    padding: 2em 2em 0 2em;
}

    .edit.full {
        width: 100%;
        padding-left: 0;
    }

    .edit table {
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 2em;
    }

        .edit table tr {
            width: 100%;
            display: -webkit-box !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: -webkit-flex !important;
            display: flex !important;
            align-content: flex-start;
            align-items: flex-start;
        }

            .edit table tr td {
                padding: 0 1em;
            }

/* Kolumner från editor --------------- */
.info-col {
    border: 0 !important;
    padding: 0 !important;
}

@media only screen and (min-width : 0) and (max-width : 55rem) {
    .edit {
        width:100%;
        padding: 1em 2em;
    }

    .info-col {
        width:100%!important;
    }
}

    @media only screen and (min-width : 0) and (max-width : 45rem) {
        .edit table tr {
            flex-wrap: wrap;
            justify-content: center;
        }

            .edit table tr td {
                width: 100% !important;
            }


        .page-detail img {
            height: auto;
            object-fit: scale-down;
        }
    }

.show-contacts{
    display:none;
}
.k-card-list {
    width: 170px;
    margin-left: auto;
}

.k-card-list h2{
   width:100%;
   font-size:1rem;
   font-weight:bold;
   margin:0 0 .5em 0;
}

    .k-card-list .k-card {
        border: 1px solid rgba(99,99,99,0.2);
        font-size: .9rem;
    }

        .k-card-list .k-card .k-card-header {
            border-bottom: 0;
     
        }

            .k-card-list .k-card .k-card-header .k-card-title {
                font-size: .9rem;
                font-weight: bold;
            }

        .k-card-list .k-card .k-card-header .k-card-subtitle {

        }

    .k-card-list .k-card .k-card-image {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items:center;
        justify-content:center;
    }

        .k-card-list .k-card .k-card-image img{
            max-width:100%;
            max-height:100%;
            object-fit:contain;
        }

    .k-card-list .k-card .k-card-body {
    }

    .k-card-list .k-card .k-card-footer {
        border-top:0;
    }

        .k-card-list .k-card .k-card-footer p{
           margin:0;
        }
        .k-card-list .k-card .k-card-footer .icon {
          margin-right:.5em;
          color:#333;
        }

@media only screen and (min-width : 0px) and (max-width : 95rem) {
    .k-card-list {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: flex-start;
    }

     .k-card-list .k-card {
        width: calc(20% - .8em);
        margin: 0 1em 1em 0 !important;
    }

       .k-card-list .k-card:nth-of-type(5n) {
            margin-right: 0 !important;
        }
}


@media only screen and (min-width : 0px) and (max-width : 65rem) {
    .k-card-list .k-card, .k-card-list .k-card:nth-of-type(5n) {
        width: calc(25% - .75em);
        margin: 0 1em 1em 0 !important;
    }

        .k-card-list .k-card:nth-of-type(4n) {
            margin-right: 0 !important;
        }
}

@media only screen and (min-width : 0px) and (max-width : 50rem) {
   .k-card-list .k-card, .k-card-list .k-card:nth-of-type(5n), .k-card-list .k-card:nth-of-type(4n) {
        width: calc(33.33% - .7em);
        margin: 0 1em 1em 0 !important;
    }

        .k-card-list .k-card:nth-of-type(3n) {
            margin-right: 0 !important;
        }
}

@media only screen and (min-width : 0px) and (max-width : 40rem) {
    .k-card-list .k-card, .k-card-list .k-card:nth-of-type(5n), .k-card-list .k-card:nth-of-type(4n), .k-card-list .k-card:nth-of-type(3n) {
        width: calc(50% - .5em);
        margin: 0 1em 1em 0 !important;
    }

        .k-card-list .k-card:nth-of-type(2n) {
            margin-right: 0 !important;
        }
}


@media only screen and (min-width : 0px) and (max-width : 32rem) {
    .k-card-list .k-card, .k-card-list .k-card:nth-of-type(5n), .k-card-list .k-card:nth-of-type(4n), .k-card-list .k-card:nth-of-type(3n), .k-card-list .k-card:nth-of-type(2n) {
        width: 100%;
        margin: 0 0 1em 0 !important;
    }

}
.filters {
    margin-top: 2em;
    margin-bottom: 0;
}

    .filters .filter {
        position: relative;
    }

    .filters .inner-filter {
        margin-bottom: .5em;
    }

    /* Filterknappar ---------------------- */
    .filters .btn {
        font-size: .95rem;
        align-items: center;
        margin-right: .5em;
        border: 1px solid #ccc;
        padding: .4em .4em .2em .4em;
        border-radius: 3px;
        margin-top: 0;
        margin-bottom: .5em;
        flex-wrap: nowrap;
    }

        .filters .btn:hover {
            cursor: pointer;
            border: 1px solid #999;
        }

        .filters .btn.disabled, .filters .btn.disabled:hover {
            border: 1px solid #ddd;
            background: #eee;
            color: #aaa;
            cursor: default !important;
        }

        .filters .btn .icon {
            margin-left: .5em;
        }

            .filters .btn .icon.up {
                display: none;
            }

        .filters .btn.active .icon.up {
            display: block;
        }

        .filters .btn.active .icon.down {
            display: none;
        }

    /* Filterboxar ---------------------- */
    .filters .filter .filter-box {
        background: #fff;
        z-index: 100002;
        width: 100%;
        border-radius: 3px;
        max-height: 400px;
        overflow: auto;
        box-sizing: border-box;
        border: 0;
        position: absolute;
        width: 290px;
        padding: 0;
        max-height: 0;
        overflow: auto;
    }

        .filters .filter .filter-box.open {
            padding: .8em;
            max-height: 400px;
            overflow-y: auto;
            border: 1px solid #ccc;
        }

        .filters .filter .filter-box .check {
            background: #fff;
            border: 1px solid #ccc;
            color: #333;
            border-radius: 3px;
            padding: .5em .5em .2em .5em;
            margin-bottom: .5em !important;
            position: relative;
            font-size: .95rem !important;
        }

            .filters .filter .filter-box .check.not-available {
                color: #ccc;
                font-style: italic;
            }

                .filters .filter .filter-box .check.not-available .icon {
                    color: #ccc;
                }

            .filters .filter .filter-box .check span {
                display: block;
                margin-right: .5em;
            }

            .filters .filter .filter-box .check .icon {
                margin-right: .3em;
                display: block;
            }

            .filters .filter .filter-box .check .icon-2 {
                margin-left: auto;
                display: block;
            }

            .filters .filter .btn:hover,
            .filters .filter .filter-box .check:hover:not(.not-available),
            .filters .filter .filter-box .check.active {
                background: #eee;
                cursor: pointer;
            }

    .filters .filter .btn.active {
        background: rgba(255, 157,0,.3);
        background: #ddd;
        cursor: pointer;
    }

.filter-box a .icon {
    margin-left: 0 !important;
    margin-right: .4em;
    font-size: 1rem;
}


.filter .filter-box .check.checked .fa-square {
    display: none !important;
}

.filter .filter-box .check.checked .fa-check-square {
    display: block !important;
}

/* Valda filter ---------------------- */
.filters .inner-activefilter {
    margin: .5em 0 0 0;
}

.filters .filter .btn.clear-btn {
    border-radius: 3px;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: Rgba(0,0,0, .7);
    border: 1px solid Rgba(0,0,0, .8);
    color: #fff;
    padding: .3em .6em .2em .6em;
    font-size: .8rem;
}

    .filters .filter .btn.clear-btn:hover {
        background: Rgba(0,0,0, .8);
        border: 1px solid Rgba(0,0,0, 1.0);
        cursor: pointer;
    }

.filters .active-filter.btn {
    margin-right: .5em;
    padding: .3em .4em .2em .4em;
    font-size: .8rem;
}

.filters .ajax-attributes .page-childmenu:last-of-type .btn {
    margin-right: 0;
}

.filters .active-filter.btn .icon {
    margin-left: .3em;
}

.filters .active-filter.btn:hover .icon {
    color: #970000;
}


.filters .selected-filterbox .level-1 {
    font-weight: bold;
}


/* Mobil öppna filter ikon ---------------------- */
.filters .filter-icon {
    max-width: 0;
    overflow: hidden;
    flex-wrap: nowrap;
    max-height: 10000px;
    padding: 0;
    border-radius: 3px;
    font-size: .95rem;
    flex-wrap: nowrap;
    overflow: hidden;
    align-items: center;
    border: 0;
    background: none;
}

    .filters .filter-icon:hover {
        background: #eee;
        cursor: pointer;
    }

/* Mobil stäng filter ---------------------- */
.filters #CloseFilter, .filters #CloseFilter:hover {
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #222;
    color: #fff;
    bottom: 0;
    padding: 1em;
    text-align: center;
    font-weight: bold;
    left: -300px;
    position: fixed;
    width: 300px;
    box-sizing: border-box;
    z-index: 100011;
    font-size: 1rem;
    cursor: pointer;
    border: 0;
    display: none;
}

    .filters #CloseFilter:hover {
        background: #000;
    }


/* Sortera artiklar ---------------------- */
.sort-order {
    margin-left: auto;
}

    .sort-order select {
        max-height: 31px;
        padding-top: .6em;
    }

/*#order {
    border: 0;
    font-weight: 600;
    cursor: pointer;
}*/

/*.filter.sort {
    margin-left: auto;
    padding: .3em .5em;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 3.3em;
    cursor: pointer;
    font-size: .95rem;
    border: 0;
}

    .filter.sort .btn {
        border: 0;
        padding: 0;
        margin: 0;
        background: none !important;
    }*/

/*.filter.sort .filter-box .check:first-child {
    background: #eee !important;
}
*/
/*.filter-box a, .filter-box a:hover {
    cursor: pointer;
    color: #000 !important;
}*/

@media only screen and (min-width : 0px) and (max-width : 90rem) {
    .inner-filter {
        width: 100%;
    }



    .filters .btn {
        margin-right: .3em;
    }

    .filters .ajax-attributes .page-childmenu:last-of-type .btn {
        margin-right: 0;
    }


    .sort-order {
        margin-left: 0;
    }

    .listing-types {
        margin-left: auto;
    }

    .list-type {
        margin-left: .8em;
    }



    body.filter-open {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        body.filter-open #MainHeader {
            z-index: 1;
        }

    .filters .filter-icon {
        max-width: 2000px;
        overflow: hidden;
        flex-wrap: nowrap;
        max-height: 10000px;
        padding: .5em .8em .3em .8em;
        border: 1px solid #ccc;
        margin: 0 1em 1em 0;
        font-size: .9rem;
    }

        .filters .filter-icon .icon {
            margin-right: .3em;
            font-size: .9rem;
        }

    body.filter-open #Blanket {
        width: 100%;
        height: 100%;
    }

    .filters .inner-filter {
        background: #fff;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100vh;
        z-index: 200001;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
        padding: 1em 0 4em;
        flex-wrap: wrap;
        overflow-y: auto;
    }

    body.filter-open .filters .inner-filter {
        left: 0;
    }

    .filters .inner-filter .filter {
        padding: 0 1em;
    }

    .filters .inner-filter .flex {
        flex-wrap: wrap;
    }

    .filters .inner-filter div {
        width: 100%;
    }

    .filters .filter .btn {
        box-sizing: border-box;
        font-size: .9rem;
        padding: 1em;
    }

        .filters .filter .btn .icon {
            margin-left: auto;
            justify-self: flex-end;
        }


    .filters .filter .filter-box {
        position: relative;
        width: 100%;
        margin-top: -.7em;
        margin-bottom: .7em;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

        .filters .filter .filter-box.open {
            max-height: 10000000000px;
        }

    .filters .inner-filter .sort-order {
        width: 100%;
        padding: 0 1em;
    }

        .filters .inner-filter .sort-order select {
            width: 100%;
            padding: 1em 3em 1em 1em;
        }

    .filters .inner-activefilter {
        display: none;
    }


    body.filter-open .filters #CloseFilter {
        left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media only screen and (min-width : 0) and (max-width : 35rem) {
    .filters .inner {
        flex-wrap: wrap;
    }

    .filters .filter-icon {
        width: 100%;
        padding: 1em;
        margin-right: 0;
    }

    .sort-order {
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
        margin-left: 0;
        margin-right: auto;
    }


    .filters .filter-icon .filter-btn {
        margin-right: 0;
        padding: .5em 1em;
        font-weight: bold;
        width: 100%;
        margin-bottom: .5em;
        text-align: center;
        justify-content: center;
        box-sizing: border-box;
        position: relative;
        padding: .7em 0;
    }

        .filters .filter-icon .filter-btn .icon {
            position: absolute;
            left: 1em;
        }
}

/* MEssage ------ */
.message {
    position: fixed;
    z-index: 100001;
    right: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding-left: 4.5em;
    padding-right: 4.5em;
    box-sizing: border-box;
    transition: .5s;
}


    .message ul, .message ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: .9rem;
        font-weight: 400;
    }

        .message ul, .message ul.info {
            padding: 1em 2em;
            background: #333;
            color: #fff;
            margin-left: auto;
            border-radius: 2px;
            width: 100px;
        }

            .message ul.error {
                background: #d02d4d;
                color: #fff;
            }

.field-validation-valid {
    opacity: 0;
    font-size: 0;
}

.field-validation-error {
    color: red;
    font-style: italic;
    font-size: .9rem;
    opacity: 1.0;
}

#PageCart {
    position: fixed;
    right: -405px;
    background:#fff;
    z-index: 1001111;
    width: 400px;
    max-width: 100%;
}

body.cart-open #PageCart {
    right: 2em;
    border: 1px solid #999;
}

#PageCart .head {
    border-bottom: 1px solid rgba(99,99,99,0.5);
    padding: 1em 1em .7em 1em;
    font-weight: 600;
}

    #PageCart .head #CloseCart {
        margin-left: auto;
        color:#0a5b80;
     
    }

        #PageCart .head #CloseCart:hover {
            color: #ff0000;
            cursor: pointer;
        }

#PageCart .items {
    max-height: -moz-calc(60vh - 275px);
    max-height: -webkit-calc(60vh - 275px);
    max-height: -o-calc(60vh - 275px);
    max-height: calc(60vh - 275px);
    min-height: 300px;
    overflow-y: auto;
    background: #fff;
    border-bottom: 1px solid #999;
}

#PageCart .item {
    border-bottom: 1px solid rgba(99,99,99,0.2);
    padding: 2em 2em 1.5em 2em;
    width: 100%;
    box-sizing: border-box;
    font-size: .9rem;
}

#PageCart .content {
    margin-left: auto;
    position: relative;
    width: 100%;
}

#PageCart .item .img {
    width: 70px;
    height: 70px;
    border: 1px solid rgba(99,99,99,0.2);
    overflow: hidden;
    background: #fff;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: .5em;
    margin-right:1em;
}

    #PageCart .item .img:hover {
        cursor: pointer;
    }

    #PageCart .item .img img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        opacity: .8;
    }

    #PageCart .item .img:hover img {
        opacity: 1.0;
    }

#PageCart .item a.name {
    color: #0a5b80; 
    margin-bottom: .5em;
    padding-right: 2em;
    font-size: .8rem;
}

#PageCart .item a.name:hover {
    opacity:.8;
}

#PageCart .item .del-btn {
    position: absolute;
    right: 0em;
    top: 0;
    color: #333;
}

    #PageCart .item .del-btn:hover {
        cursor: pointer;
        color: #ff0000;
    }

#PageCart .item .price {
    display: block;
    width: 100%;
    margin-top: 1em;
    font-size: .8rem;
}

#PageCart .item .ex-vat {
    font-size: .75rem;
    font-weight: normal;
}

#PageCart .item .k-numerictextbox {
    width: 120px;
    margin: 1em 0 0 0;
}

    #PageCart .item .k-numerictextbox .k-icon {
        font-size: .9rem;
    }

    #PageCart .item .k-numerictextbox .k-input {
        margin-left: 27px;
        font-size: .8rem;
        padding: .5em;
    }

#PageCart .item .sum {
    text-align: right;
    font-weight: bold;
    margin-left: auto;
    font-size: .8rem;
    align-self: flex-end;
    top:.5em;
    position:relative;
}


#PageCart .item .textarea-heading {
    margin-top: 1em;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: .8rem;
}

#PageCart .item .comment input {
    width: 100%;
    margin: 0;
    height: 35px;
    padding: .2em .4em;
    box-sizing: border-box;
    font-size: .8rem;
    border-radius: 3px;
    border: 1px solid rgba(1,14,47,0.2);
    text-align: left;
    background: #fff;
}

#PageCart .summary {
    padding: 2em;
}

#PageCart .summary div {
    width: 50%;
    font-size: .8rem;
    margin-bottom: 0;
}

    #PageCart .summary div:nth-child(even) {
        text-align: right;
    }

#PageCart .summary .total {
    font-weight: 600;
    font-size: .9rem;
}

#PageCart .summary div.buttons {
    width: 100%;
    text-align: center;
}

    #PageCart .summary div.buttons a {
        width: 100%;
        margin-top: 1em;
    }

        #PageCart .summary div.buttons a:hover {
        }

        #PageCart .summary div.buttons a span {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        #PageCart .summary div.buttons a .fad {
            margin-left: auto;
            position: absolute;
            right: 1em;
        }


@media only screen and (min-width : 0px) and (max-width : 67rem) {
    #PageCart {
        right: -400px !important;
    }
}
#Breadcrumbs {
    width: 100%;
    margin: 3em 0 2em 0;
    text-align: center;
    padding-left: 4.5em;
    padding-right: 4.5em;
    box-sizing: border-box;
    font-size: 1rem;
}

    #Breadcrumbs a {
        color: #0A5B80;
        font-size: .95rem;
    }

        #Breadcrumbs a:hover {
            opacity: .7;
        }

        #Breadcrumbs a.selected, #Breadcrumbs a.selected:hover {
            cursor: default;
            font-weight: bold;
            color: #000;
            opacity: 1.0;
        }

    #Breadcrumbs .separator {
        margin: 0 .3em 0 .5em;
        font-size: .95rem;
    }

    #Breadcrumbs .separator:last-child {
        display: none;
    }

    #Breadcrumbs a:last-of-type {
        cursor: default;
        color: #000;
        opacity: 1.0;
        font-weight: bold;
    }

@media only screen and (min-width : 0px) and (max-width : 40rem) {
    #Breadcrumbs {
        padding-left: 2em;
        padding-right: 2em;
    }
}
/* Loginfönster ------------------ */
#LoginWindow {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10000001;
    max-width: 1460px;
    margin: 0 auto;
    background: none;
    border: 0;
    transition: 0.5s;
}


    #LoginWindow h3 {
        margin: 0 0 .5em 0;
    }

    #LoginWindow .inner {
        background: #fff;
        border: 1px solid rgba(99,99,99,.3);
        padding: 2em;
        box-sizing: border-box;
        width: 280px;
        float: right;
        text-align: center;
    }

    #LoginWindow .close-login {
        position: absolute;
        right: 1.5em;
        top: 0em;
        cursor: pointer !important;
    }

        #LoginWindow .close-login .fad {
            font-size: 1.2rem !important;
        }


    #LoginWindow a {
        display: inline-block;
        font-size: .9rem;
        margin: 1em auto 0 auto;
        color: #636363;
        text-decoration: underline;
        text-align: center;
    }

        #LoginWindow a:hover, .log-in .account-login a:hover {
            color: #0A5B80;
        }

#LoginWindow .k-textbox {
    margin: 0 0 .5em 0;
    border-radius: 3px;
    height: 40px;
    width: 100%;
    text-align: left;
}

    #LoginWindow .k-textbox:focus {
        border-color: rgba(255,107,0,1.0);
    }

#LoginWindow .k-button {
    background: #333;
    color: #fff;
    border-radius: 3px;
    width: 100%;
    text-transform: uppercase;
    font-size: .9rem;
    padding: .5em;
    box-sizing: border-box;
}

    #LoginWindow .k-button:hover {
        background: #000;
    }

/* Loginsidan ------------------ */

.log-in {
    margin: 2em auto;
    text-align: center;
}

    .log-in .account-login {
        max-width: 90%;
        width: 500px;
        margin: 2em auto;
        background: #eee;
        padding: 2em;
        box-sizing: border-box;
    }

        .log-in .account-login a {
            display: inline-block;
            font-size: .9rem;
            margin: 1em auto 0 auto;
            color: #636363;
            text-decoration: underline;
            text-align: center;
        }

        .log-in .account-login .k-textbox {
            width: 100%;
            margin-bottom: .5em;
            height: 60px;
        }

        .log-in .account-login .k-button {
            background: #333;
            color: #fff;
            border-radius: 3px;
            width: 100%;
            text-transform: uppercase;
            font-size: .9rem;
            padding: .5em;
            box-sizing: border-box;
            padding: 1.2em;
            margin-bottom: 2em;
        }

            .log-in .account-login .k-button:hover {
                background: #000;
            }

/* Lost password -------------- */

.account-login.lost-password {
    max-width: 90%;
    width: 500px;
    margin: 4em auto;
    background: #eee;
    padding: 3em 2em;
    box-sizing: border-box;
}

    .account-login.lost-password .k-textbox {
        width: 100%;
        margin-bottom: .5em;
        height: 60px;
    }
/* Sökruta ------------*/
.search {
    max-width: 100%;
    margin-right: 1em;
    margin-left: auto;
    z-index: 2;
}

    .search form {
        width: 100%;
        position: relative;
        align-items: center;
        align-content: center;
    }

    .search input {
        width: 100%;
        color: #636363;
        border: 0;
        box-shadow: none;
        box-sizing: border-box;
        font-weight: 400;
        transition: .5s;
        background: #DCDCDC;
        border-radius: 50px;
        padding: .6em .7em .3em .7em;
        font-size: .95rem;
    }

        .search input:focus {
            background: #DCDCDC;
        }

        .search input::-webkit-input-placeholder { /* Edge */
            color: #636363;
        }

        .search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #636363;
        }

        .search input::placeholder {
            color: #636363;
        }

    .search .search-button {
        position: absolute;
        right: .2em;
        background: none;
        border: 0;
        padding: 0;
        height: 30px;
        width: 30px;
        font-size: 1rem;
    }

    .search .search-icon {
        color: #000;
        font-size: .9rem;
        cursor: pointer !important;
    }

        .search .search-icon:hover {
            cursor: pointer;
            opacity: 1.0;
        }






    @media only screen and (min-width : 0px) and (max-width : 55rem) {
     

         
    }

    @media only screen and (min-width : 0px) and (max-width : 35rem) {
      
    }
#MainNav {
    justify-self: center;
    margin: 0 auto;
    justify-content: center;
    box-sizing: border-box;
    transition: unset;
    align-content: center;
    align-self: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

#MainNav .k-group {
    padding: 1em 1.5em .7em 1.5em;
    border: 1px solid #ddd;
    margin-top: 1.2em;
    background: #fff;
    min-width: 200px;
}

#MainNav .k-menu, #MainNav .k-menu .k-item, #MainNav .k-menu .k-item .k-link {
    height: auto;
}

    #MainNav .k-menu .k-item {
        position: relative;
        z-index: 100006;
    }

        #MainNav .k-menu .k-item .k-link, #MainNav a, #MainNav .link {
            text-decoration: none;
            margin-right: 1em;
            font-size: .95rem;
            position: relative;
            opacity: 1.0;
            font-weight: 500;
        }

        #MainNav .k-menu .k-item.k-state-highlight .k-link {
            color: #000;
            font-weight: 700;
        }


        #MainNav .k-menu .k-item.k-state-highlight .k-group .k-link {
            color: #333;
            font-weight: 500;
        }

            #MainNav .k-menu .k-item .k-link:hover, #MainNav a:hover, #MainNav .link:hover, #MainNav .k-menu .k-item.k-state-highlight .k-group .k-link:hover, #MainNav .k-menu .k-item.k-state-highlight .k-group .k-item.k-state-selected .k-link {
                cursor: pointer;
            }

            #MainNav .k-menu .k-item.k-state-highlight .k-group .k-link:hover, #MainNav .k-menu .k-item.k-state-highlight .k-group .k-item.k-state-selected .k-link {
                font-weight: 700;
            }

        #MainNav .k-menu .k-item.k-state-highlight .product-menu-link {
            font-weight: 500;
        }

#MainNav .k-group .k-item {
    margin-bottom: .5em;
}

    #MainNav .k-group .k-item .k-link, #MainNav .k-group a {
        text-transform: none !important;
        font-size: .95rem;
    }

#MainNav a:hover, #MainNav a.active, #MainNav .link:hover, #MainNav .link.active {
    opacity: 1.0;
}

    #MainNav .icon, #MainNav .k-icon{
        display:none;
        margin-left:.3em;
    }   

/* Dropdown produktmeny ---------------- */
#LargeNav {
    background: #fff;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;

}

    #LargeNav.open {
        max-height: 4000px;
        padding-top: 1.5em;
        padding-bottom: 1em;
        border-bottom: 1px solid rgba(99,99,99,0.2);
    }

    #LargeNav .flex.wrap {
        box-sizing: border-box;
        padding-left: 3em;
        padding-right: 3em;
        max-height: 75vh;
        overflow-y: auto;
    }

    #LargeNav h2 {
        width: 100%;
        font-size: 1.1rem;
        color: rgba(68,68,68,1.0);
        border-bottom: 1px solid rgba(99,99,99,0.1);
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

        #LargeNav h2 span {
            font-size: .9rem;
            margin-left: .2em;
            font-weight: normal;
            display: none;
        }

        #LargeNav h2 a {
            color: rgba(68,68,68,1.0);
            font-weight: normal;
            font-size: .9rem;
        }


    #LargeNav .section {
        margin-bottom: 1.5em;
    }

    #LargeNav #ArticleGroupMenu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
    }

    #LargeNav .column {
        width: 20%;
        margin: .5em 0 1em 0;
    }

        #LargeNav .column a {
            width: 100%;
            display: block;
            color: #333;
            margin-bottom: .5em;
            font-size: .95rem;
        }

        #LargeNav a:hover {
            text-decoration:underline;
        }

        #LargeNav .column .level-1 a {
            font-weight: 800;
            font-size: .98em;
        }

        #LargeNav .column .level-2 {
            padding-left: .8em;
        }

        #LargeNav .column .level-3 {
            padding-left: 1.6em;
        }

            #LargeNav .column .level-3 a, #LargeNav .column .level-4 a,
            #LargeNav .column .level-5 a, #LargeNav .column .level-6 a,
            #LargeNav .column .level-7 a, #LargeNav .column .level-8 a, #LargeNav .column .level-9 a,
            #LargeNav .column .level-10 a {
                font-style: italic;
            }

    #LargeNav .column .level-4 a, #LargeNav .column .level-5 a, #LargeNav .column .level-6 a,
    #LargeNav .column .level-7 a, #LargeNav .column .level-8 a, #LargeNav .column .level-9 a,
    #LargeNav .column .level-10 a {
        font-size: .85rem;
    }

        #LargeNav .column .level-4 {
            padding-left: 1.6em;
        }

    #LargeNav .column .level-5 {
        padding-left: 2em;
    }

    #LargeNav .column .level-6 {
        padding-left: 2.4em;
    }

    #LargeNav .column .level-7 {
        padding-left: 2.8em;
    }

    #LargeNav .column .level-8 {
        padding-left: 3.2em;
    }


    #LargeNav .column .level-9 {
        padding-left: 3.6em;
    }

    #LargeNav .column .level-10{
        padding-left: 4em;
    }

        #LargeNav .group a.first, #LargeNav .column a.first {
            font-weight: bold;
            font-size: 1rem;
        }

        #LargeNav .group a.second, #LargeNav .column a.second {
            margin-bottom: .2em;
        }

    #LargeNav #CloseMenu {
        color: #333;
        position: absolute;
        right: 1em;
        bottom: 1em;
        height: 20px;
        width: 20px;
        font-size: 1.1rem;
    }

        #LargeNav #CloseMenu:hover {
            color: #000;
        }

/* Vänstermeny ----------- */
#SubMenu {
    position: absolute;
    top: 40px;
    display: block;
    left: 0;
    min-width: 200px;
    max-height: 0;
    overflow: hidden
}

    #SubMenu.open {
        background: #efefef;
        padding: .5em 0;
        border-radius: 2px;
        border: 1px solid rgba(99,99,99,0.1);
        max-height: 100000000px;
        overflow: unset;
    }

        #SubMenu.open:before {
            display: block;
            content: "";
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid rgba(99,99,99,0.5);
            margin-top: -1em;
            margin-left: 1.7em;
            margin-bottom: .5em;
        }

    #SubMenu a {
        width: 100%;
        box-sizing: border-box;
        padding: .3em 1em;
        margin: 0;
        align-items: center;
        text-transform: none;
        font-size: 1rem;
    }

        #SubMenu a:hover {
            cursor: pointer;
        }

        #SubMenu a .fad {
            margin-left: auto;
        }

/*Vänstermeny ------------------------- */


.side-menu {
    padding: 0 0 0 2em;
    margin: 2em;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
    margin-left: 0;
    width: 250px;
    border-right: 1px solid rgba(99,99,99,0.3);
}

    .side-menu a {
        width: 100%;
        font-size: .9rem;
        box-sizing: border-box;
        display: block;
        text-decoration: none !important;
        color: #333;
        margin: 0 0 .25em 0;
    }

    .side-menu .level-1 a {
        font-weight: 600;
        margin: 0 0 .5em 0;
        font-size: .95rem;
    }

    .side-menu a.child, .side-menu .level-2 {
        padding-left: 1em;
    }

    .side-menu .level-3 {
        padding-left: 2em;
    }

    .side-menu .level-4, .side-menu .level-5 {
        padding-left: 3em;
    }

    .side-menu .selected a, .side-menu a.active {
        font-weight: 800;
    }


    .side-menu a:hover, .side-menu .selected a, .side-menu a.active {
        color: #0A5B80;
    }


@media only screen and (min-width : 0px) and (max-width : 85rem) {
    #MainNav {
        display: none;
    }
}

@media only screen and (min-width : 0px) and (max-width : 55rem) {
    .side-menu {
        display: none;
    }
}
/* Mobilenav --------------- */
#MobileNav {
    width: 0;
    height: 0;
    overflow: hidden;
    position: fixed;
    z-index: 10001;
    top: 96px !important;
    box-sizing: border-box;
    align-items: flex-start;
    align-content: flex-start;
}

    #MobileNav.open {
        padding-bottom: 8em;
    }


    #MobileNav .flex.wrap {
        width: 100%;
        flex-wrap: wrap;
        position: relative;
        align-content: flex-start;
        padding: 0;
    }

    #MobileNav .container {
        width: 100%;
    }

    #MobileNav .flex.wrap .group {
        width: 100%;
    }

    #MobileNav .flex.wrap .section.parent-section {
        margin-bottom: 1em;
        border-bottom: 1px solid rgba(99,99,99,0.2);
    }

    #MobileNav h2 {
        display: none;
    }

    #MobileNav a {
        display: none;
    }

    #MobileNav .footer-menu, #MobileNav .footer-menu li {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

        #MobileNav .footer-menu li, #MobileNav a span {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            width: 100%;
        }

            #MobileNav a span.expand-menu {
                margin-left: auto;
                width: auto;
                align-items: center;
                align-content: center;
            }

    #MobileNav a .fa-angle-right {
        margin-right: 2.2em;
    }


    #MobileNav .groups .level-1 a, #MobileNav .group a, #MobileNav .content a, #MobileNav .footer-menu li.level-1 {
        border-bottom: 1px solid #E0E0E0;
    }

    #MobileNav .footer-menu li {
        padding: 1em 0;
    }

        #MobileNav .footer-menu li.page-menu-child {
            padding: 0;
        }


            #MobileNav .footer-menu li.page-menu-child.show {
                padding: 1em 0;
            }

    #MobileNav .groups a, #MobileNav .group a, #MobileNav .footer-menu a {
        width: 100%;
        color: #333;
        padding: 1em 0 1em 1.5em;
        box-sizing: border-box;
        cursor: pointer;
        align-content: center;
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
    }


    #MobileNav .level-1 a {
        font-size: 1rem;
        font-weight: 500;
    }

    #MobileNav .level-2 a, #MobileNav .level-3 a, #MobileNav .level-4 a, #MobileNav .level-5 a, #MobileNav .level-6 a, #MobileNav .level-7 a, #MobileNav .level-8 a, #MobileNav .level-9 a {
        display: none !important;
    }

    #MobileNav .level-2.show a, #MobileNav .level-3.show a, #MobileNav .level-4.show a, #MobileNav .level-5.show a, #MobileNav .level-6.show a, #MobileNav .level-7.show a, #MobileNav .level-8.show a, #MobileNav .level-9.show a {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }


    #MobileNav .footer-menu li a {
        padding: 0 0 0 1.5em;
    }

    #MobileNav .footer-menu a span {
        display: block;
    }

    #MobileNav .group a .fad, #MobileNav .content a .fad, #MobileNav .footer-menu a .fad, #MobileNav .footer-menu li .fad {
        margin-left: auto;
        margin-right: 1.5em;
        font-size: 1.1rem;
    }

        #MobileNav .group a.parent.active .fad.fa-plus-circle {
            display: none;
        }

        #MobileNav .group a.parent.active .fad.fa-minus-circle {
            display: block !important;
        }

    #MobileNav .group a .fad {
        margin-left: auto;
        font-size: 1.1rem;
    }

        #MobileNav .group a .fad.fa-angle-right {
            margin-right: .3em;
        }

    #MobileNav .section a.second, #MobileNav .section a.third {
        max-height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0 2.2em 0 3em;
    }

    #MobileNav .section a.all {
        font-weight: bold;
    }

    #MobileNav .section.open {
        padding-bottom: 1em;
    }

    #MobileNav .section.child-section.open {
        padding-bottom: .5em;
    }

    #MobileNav .section.open a.second {
        max-height: 1000px;
        box-sizing: border-box;
        margin-bottom: .2em;
        padding: .3em 2.2em;
    }

    #MobileNav .child-section.open a.third {
        max-height: 1000px;
        box-sizing: border-box;
        margin-bottom: .2em;
        padding: .3em 2.2em .3em 3em;
    }

    #MobileNav .group a.first {
        font-weight: bold;
        font-size: 1.1rem;
    }

    #MobileNav .section.info-pages a {
        font-weight: normal;
        font-size: 1rem;
    }

@media only screen and (min-width : 0) and (max-width : 85rem) {
    body.mob-open {
        position: fixed;
        left: 0;
        top: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

        body.mob-open #Blanket {
            position: fixed;
            left: 0;
            top: 0;
            overflow: hidden;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.6);
            z-index: 1000;
        }
    #MobileNav.open {
        top: 84px;
        height: -moz-calc(100vh - 84px);
        height: -webkit-calc(100vh - 84px);
        height: -o-calc(100vh - 84px);
        height: calc(100vh - 84px);
        background: #fff;
        width: 400px;
        max-width: 100%;
        overflow-y: auto;
        border: 0;
        border-right: 1px solid #ddd;
        z-index: 100000001;
    }

    #MobileNav .level-2 a, #MobileNav .level-3 a, #MobileNav .level-4 a {
        padding-left: 3em !important;
        font-size: .9rem;
    }

    #MobileNav .level-3 a {
        font-style: italic;
    }

    #MobileNav .level-4 a {
        font-style: italic;
        font-size: .8rem;
        padding-left: 5em !important;
    }

    #MobileNav .search {
       padding:2em .7em 1em 1.5em;
    }

}

@media only screen and (min-width : 0) and (max-width : 35rem) {
    #MobileNav.open {
        top: 22vw !important;
        height: -moz-calc(100vh - 67px);
        height: -webkit-calc(100vh - 67px);
        height: -o-calc(100vh - 67px);
        height: calc(100vh - 67px);
        min-width: 300px;
    }
}

#NewArticles {
    margin: 2em auto 2em auto;
    width: 100%;
    padding: 0 4em;
    box-sizing: border-box;
    position: relative;
}

    #NewArticles .news {
        width: 100%;
    }

    #NewArticles .k-tabstrip-wrapper, #News .k-tabstrip-wrapper {
        max-height: 440px;
        overflow: hidden;
    }

    #NewArticles .flex-control-nav {
        display: none !important;
    }

    #NewArticles ul.slides {
        padding-right: 2em;
        padding-top: 0;
        list-style: none;
    }

        #NewArticles ul.slides li {
            margin-top: 0 !important;
        }

        #NewArticles .carousel {
            width: -moz-calc(100% - 3.1em);
            width: -webkit-calc(100% - 3.1em);
            width: -o-calc(100% - 3.1em);
            width: calc(100% - 3.1em);
        }

@media only screen and (min-width : 0) and (max-width : 95rem) {
    #NewArticles .campaign {
        width: -moz-calc(33.33% - 1em);
        width: -webkit-calc(33.33% - 1em);
        width: -o-calc(33.33% - 1em);
        width: calc(33.33% - 1em);
    }
}

@media only screen and (min-width : 0) and (max-width : 85rem) {
    #NewArticles .campaign {
        width: -moz-calc(50% - 1em);
        width: -webkit-calc(50% - 1em);
        width: -o-calc(50% - 1em);
        width: calc(50% - 1em);
    }
}

@media only screen and (min-width : 0) and (max-width : 67rem) {
    #NewArticles .k-tabstrip-wrapper, #News .k-tabstrip-wrapper {
        max-height: 750px;
    }

    #NewArticles {
        padding: 0 1em 2em 1em;
    }

        #NewArticles ul.slides {
            padding-right: 3em;
        }

        #NewArticles .campaign {
            width: 100%;
            margin-right: 0;
        }
}

@media only screen and (min-width : 0) and (max-width : 45rem) {
    #NewArticles .campaign .img {
        height: 250px;
    }
}
.flexslider {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.flexslider.flexslider-startsidan{
    margin:0 0 3em 0;
    height:auto;
    max-height:500px;
}

    .flexslider .bg-img {
        min-height:300px;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        display: block;
        object-position: center;
    }

.flexslider ul, .flexslider li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.flexslider .text {
    position: absolute;
    margin: auto;
    font-weight: 900;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 50%;
    height: 100%;
    padding: 2em 10em;
    box-sizing: border-box;
    z-index: 100;
    top: 0;
    flex-wrap: wrap;
    background: rgba(10, 91, 128, 0.95);
    color:#fff;
}

    .flexslider .text h1, .flexslider .text h2 {
        font-size: 2.5rem;
        width: 100%;
        margin: 0;
        line-height: 100%;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 100%;
        color: #fff;
    }

    .flexslider .text h3, .flexslider .text h4, .flexslider .text h5, .flexslider .text h6 {
        width: 100%;
        color: #fff;
    }

    .flexslider a, .flexslider .text span, .flexslider .text p, .flexslider .text span p, .flexslider .text span h1, .flexslider .text span h2, .flexslider .text span h3, .flexslider .text span h4, .flexslider .text span h5, .flexslider .text span h6, .flexslider .text span span {
        font-size: 1rem;
        font-weight: 300;
        margin-bottom: .4em;
        width: 100%;
        color:#fff;
    }

    .flexslider .text a {
        color: rgba(10, 91, 128, 0.9);
        background: rgba(255,255,255,.95);
        padding: .8em 1em .5em 1em;
        font-size: .9rem;
        display: inline-flex;
        align-items: center;
        align-content: center;
        border-radius: 2px;
        width: auto;
        font-weight: bold;
        text-transform: uppercase;
        border: 2px solid rgba(10, 91, 128, 0.9);
    }

        .flexslider .text a:hover {
            border: 2px solid #fff;
            background:#fff;
        }

        .slider video {
            width: 100%;
            height: auto;
            position: absolute;
            bottom: 0;
        }

.flexslider .full-link {
display:block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin:0;
}

.flex-direction-nav li a, .flex-direction-nav li a:after, .flex-direction-nav li a:before {
    font-family: Font Awesome\ 5 Pro;
}

.flex-active-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.flex-control-nav {
    position: absolute;
    bottom: 0;
    z-index: 1001;
    left: 1em;
    padding:0;
}

    .flex-control-nav li {
        display: block;
        margin-top: .3em;
    }

        .flex-control-nav li a {
            display: block;
            font-size: 0;
            background: rgba(255,255,255,0.7);
            border-radius: 100%;
            width: 5px;
            height: 5px;
            transition: .5s;
        }

            .flex-control-nav li a:hover {
                background: rgba(255,255,255,0.8);
                cursor: pointer;
            }

            .flex-control-nav li a.flex-active {
                background: #fff;
            }

.flex-active-slide {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

/* Small sliders -------- */
.small-sliders {
    border-left: 4px solid #fff;
}
.small-slider {
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
.small-slider, .small-slider .flexslider, .small-slider ul, .small-slider li {
    max-height: 30vh;
    min-height: 300px;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow:hidden;
}

    .small-slider li .text {
        padding: 2em 3em;
        width: 100%;
        height: 100%;
        justify-content: center;
        background: rgba(10, 91, 128, 0.75);
    }

    .small-slider li .text *{
        text-align:center;
    }

    .small-slider li a:hover .text {
        background: rgba(10, 91, 128, 0.65);
    }
/* Arrows ------------- */
.flex-direction-nav {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 0 0 0 1em;
    margin: auto;
    position: absolute;
    z-index: 101;
    height: 0;
    overflow: visible;
    align-self: center;
    top: 14em;
    box-sizing: border-box;
}

    .flex-direction-nav li {
        padding: 0;
        margin: 0;
        font-size: 0;
    }

        .flex-direction-nav li.flex-nav-prev {
            margin-left: .3em;
        }

        .flex-direction-nav li.flex-nav-next {
            margin-left: auto;
            margin-right: -.6em;
        }

            .flex-direction-nav li.flex-nav-next .arrow-icon {
                margin-right: .4em;
            }

            .flex-nav-prev a, .flex-nav-next a {
                color: #636363;
                font-size: 0;
                width: 20px;
            }

                .flex-nav-prev a .arrow-icon, .flex-nav-next a .arrow-icon {
                    font-size: 1.8rem;
                }

                .flex-nav-prev a:hover, .flex-nav-next a:hover {
                    color: #000;
                }

/* Internet explorer ---------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flexslider .text {
        max-width: 100%;
        top: 0px;
        left: 0px;
    }
}


@media only screen and (min-width : 0) and (max-width : 95rem) {
    .flexslider .text {
        padding: 2em 2em;

    }

    .small-slider {
       width:50%;
    }
}

@media only screen and (min-width : 0) and (max-width : 65rem) {
    .flexslider .text {
        width: 100%;
        top:auto;
        bottom:0;
        height:auto;
        justify-content:center;
    }

    .flexslider .text *{
        text-align:center;
    }

    .small-slider {
        width: 100%;
    }

    .flexslider .text a {
        display: inline-block;
        padding: .8em 1em .8em 1em;
        line-height: 120%;
    }

    .flex-direction-nav {
        padding: 0 0 0 .5em;
    }
}

@media only screen and (min-width : 0) and (max-width : 45rem) {
    .flexslider .text p{
        font-size:0;
    }

        .flexslider .text a {
            margin: 1em 0 0 0;
        }
    .flexslider .text p a{
        font-size: .9rem;
    }

    .flexslider .text h1, .flexslider .text h2 {
        font-size: 1.2rem;
    }

    .flex-direction-nav {
        top: 14em;
    }
}
.spacer-box {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
	padding: 0 !important;
	vertical-align: top;
	background: none !important;
	border: 0 !important;
}

.editor-box {
	border: 0 !important;
	display: inline-flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 1em .5em !important;
	vertical-align: top !important;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

	.editor-box .editor-box {
		padding: 0 !important;
	}

.color-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	align-items: center;
	align-content: center;
	box-sizing: border-box;
	padding: 0 !important;
	border: 0 !important;
	position: relative;
}

	.color-row:nth-of-type(odd):after {
		position: absolute;
		height: 100%;
		width: 300vw;
		background: #fafafa;
		display: block;
		content: "";
		z-index: 1;
		/*   left:;*/
		/*    right: 1vw;*/
		/*        margin: 0 auto;*/
		transform: translate(-50%, 0);
	}

.color-box {
	width: 50%;
	border: 0 !important;
	box-sizing: border-box;
	padding: 1em 2em !important;
	z-index: 2;
	position: relative;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

	.color-box img {
		width: 100%;
	}

	.color-box div img {
		width: auto;
	}

.color-row .color-box.no-padding {
	padding: 0 !important;
}

	.color-row .color-box.no-padding p {
		margin: 0 !important;
	}

.editor-box.w-100 {
	padding-bottom: 0 !important;
}

.editor-box img {
	max-width: 100% !important;
	margin-bottom: 1.5rem;
}

.editor-box p img {
	margin-bottom: 0;
}


.editor-box p:empty, .editor-box p:-moz-only-whitespace {
	display: none !important;
}


.editor-box h2:only-child {
	margin: 0 0 -.2em 0 !important;
}

p.empty {
	display: none !important;
}

.editor-box p:last-of-type {
	margin-bottom: 0 !important;
}

.btn-box {
	border: 0 !important;
	box-sizing: border-box;
	padding: 0 !important;
	background: none !important;
}

	.btn-box a, .btn-box button {
		background-color: #fff;
		border: 1px solid #dc202c;
		border-radius: 5px;
		color: #dc202c;
		padding: 10px 20px;
		margin: .5em 0;
		display: inline-flex;
		font-size: .9rem;
	}

		.btn-box a:hover, .btn-box button:hover {
			background-color: #dc202c;
			color: #fff;
			text-decoration: none;
		}

@media only screen and (min-width : 0px) and (max-width : 993px) {

	.editor-box.w-20 {
		width: 33.33% !important;
	}

	.editor-box.w-25, .editor-box.w-40, .editor-box.w-60 {
		width: 50% !important;
	}

	.editor-box.w-33 {
		width: 100% !important;
	}

	.editor-box.w-50 {
		width: 100% !important;
	}

	.color-row {
		flex-wrap: wrap !important;
		padding: 2em 0 0 0 !important;
		margin-top: 1em;
	}

		.color-row:nth-of-type(odd) {
			margin-top: 0;
		}


		.color-row:nth-of-type(even) div:nth-of-type(odd) {
			order: 1;
		}

		.color-row:nth-of-type(even) div:nth-of-type(even) {
			order: 2;
		}


		.color-row:nth-of-type(odd) div:nth-of-type(odd) {
			order: 2;
		}

		.color-row:nth-of-type(odd) div:nth-of-type(even) {
			order: 1;
		}

		.color-row img {
			margin-bottom: 1.5rem !important;
		}

	.color-box {
		width: 100% !important;
		padding: 1em 0 !important;
	}
}

@media only screen and (min-width : 0px) and (max-width : 650px) {

	.editor-box, .editor-box.w-20, .editor-box.w-25, .editor-box.w-50, .editor-box.w-33, .editor-box.w-40, .editor-box.w-60 {
		width: 100% !important;
		vertical-align: top !important;
	}
}

#cookie-msg {
    background: #0A5B80;
    color: #fff;
    width: 100%;
}

    #cookie-msg #cookie-msg-inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: .75em;
        justify-content: center;
        align-items: center;
        font-size: .85rem;
        padding-left: 3em;
        padding-right: 3em;
        box-sizing: border-box;
    }

#FancyCookies {
    margin-left: .8em;
    margin-right: .8em;
    color: #fff;
    text-decoration: underline;
}

#cookieClose {
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 3px;
    padding: .3em .5em;
    font-weight: 500;
    box-shadow:none;
    border:0;
}

    #cookieClose:hover {
        background: rgba(0,0,0,1.0);
        cursor: pointer;
    }


@media only screen and (min-width : 0) and (max-width : 85rem) {
    #cookie-msg #cookie-msg-inner {
        flex-wrap: wrap;
        text-align: center;
    }

        #cookie-msg #cookie-msg-inner span {
            width: 100%;
            margin-bottom: .5em;
        }

        #cookie-msg #cookie-msg-inner a {
            margin-left: auto;
        }

}

.customer-content h3 {
    font-weight: normal;
    font-size: 1rem;
    width: 100%;
    margin: 1rem 0 .5rem 0;
}

.customer-content .col, .customer-content #customerForm .col {
    margin-right: 1em;
    margin-bottom: 1em;
}
    .customer-content .col.w-33, .customer-content #customerForm .col.w-33 {
        width: -moz-calc(33.33% - .69em);
        width: -webkit-calc(33.33% - .69em);
        width: -o-calc(33.33% - .69em);
        width: calc(33.33% - .69em);
    }

    .customer-content .col.w-50, .customer-content #customerForm .col.w-50 {
        width: -moz-calc(50% - .5em);
        width: -webkit-calc(50% - .5em);
        width: -o-calc(50% - .5em);
        width: calc(50% - .5em);
    }

    .customer-content .col.w-100, .customer-content #customerForm .col.w-100 {
        margin-right: 0;
        width: 100%;
    }
    .customer-content .col.last, .customer-content #customerForm .col.last {
        margin-right: 0;
        justify-self: flex-end;
    }

    .customer-content input.k-textbox, .customer-content .k-textbox {
        width: 100%;
        background: rgba(99,99,99,.1);
        background: #fff;
        font-size: .95rem;
        padding: .7em .5em .5em .5em;
        box-shadow: none;
        border: 1px solid rgba(99,99,99,.8);
        border-radius: 3px;
        box-sizing: border-box;
    }

    .customer-content input.k-textbox:hover, .customer-content .k-textbox:hover {
        border: 1px solid rgba(99,99,99,.7);
    }

    .customer-content input.k-textbox:focus, .customer-content .k-textbox:focus {
        border: 1px solid #0A5B80;
    }

    .customer-content input.k-textbox.disabled, .customer-content input.k-textbox.disabled:focus, .customer-content input.k-textbox.disabled:hover,
    .customer-content input.k-textbox:read-only, .customer-content input.k-textbox:read-only:focus, .customer-content input.k-textbox:read-only:hover,
    .customer-content .k-textbox.disabled, .customer-content .k-textbox.disabled:focus, .customer-content .k-textbox.disabled:hover,
    .customer-content .k-textbox:read-only, .customer-content .k-textbox:read-only:focus, .customer-content .k-textbox:read-only:hover {
        background: rgba(99,99,99,.1);
        cursor: default;
        color: #999;
        border: 1px solid rgba(99,99,99,.2);
    }

.customer-content .article .art-no {
    font-size: .9rem;
    padding: 0 2em;
    margin-top: 1em;
    width: 100%;
    box-sizing: border-box;
    display: block;
    min-height: 1rem;
}

    .customer-content .article .buy-btns .buy-button {
        margin: 1em 2em 0;
    }

/* --- Serviceorder --- */

.customer-content #customerForm {
    display:flex;
    flex-wrap:wrap;
}

.customer-content #customerForm .text-right {
    text-align:end;
}

    .customer-content #customerForm .k-button .fas, .customer-content #customerForm .k-button .fab, .customer-content #customerForm .k-button .far {
        font-size: 1.2rem;
        margin-right: 0.5em;
        margin-top: -0.1em;
    }
    .customer-content #customerForm .remove-btn .far {
        margin: 0 auto;
    }

#DeliveryAddressDiv, #ArticleContaciner .service-articles {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

DeliveryAddressDiv {
    
    margin: 0 -1em 0 0;
}

.service-article-info {
    margin-top:1em;
    border-top:1px solid #999;
    padding-top:1em;
}

#ArticleContaciner .k-combobox input, #ArticleContaciner .k-combobox .k-dropdown-wrap .k-select {
    line-height: 0;
    padding: .8em .8em;
}

#OrdersViewWrapper header {
    font-weight: 900;
}

    #OrdersViewWrapper .col { 
        width: auto;
    }

    #OrdersViewWrapper .col:first-child {
        width:40%;

        width:4%;
    }


.change-password .row {
    margin-bottom:5px;
}

    .change-password .k-button {
        display: block;
        clear: both;
        width: 100%;
        padding: 10px 0;
        font-size: 1.2em;
    }

@media only screen and (min-width : 0px) and (max-width : 45rem) {

    .customer-content #customerForm .col, .customer-content #customerForm .col.w-50, .customer-content #customerForm .col.w-33 {
        width: 100%;
        margin-right:0;
    }

       
}

.search-view .k-tabstrip-wrapper{
    width:100%;
}
.search-view .k-tabstrip-wrapper .k-widget {
    border: 0;
    width: 100%;
}

.search-view .k-tabstrip-items{
    margin:0;
    padding:0;
    border-bottom:1px solid #eee;
}

    .search-view .k-tabstrip-items .k-item {
        border-bottom: 1px solid transparent;
        position:relative;
        bottom:-1px;
        background:none;
    }

        .search-view .k-tabstrip-items .k-item:hover {
            border-bottom: 1px solid rgba(10, 91, 128, 0.4);
        }

        .search-view .k-tabstrip-items .k-item.k-state-active {
            border-bottom: 1px solid #0A5B80;
        }

        .search-view .k-tabstrip-items .k-item .k-link {
           padding:1em 0;
           font-size:1rem;
        }

        .search-view .k-tabstrip-items .k-item.k-state-active .k-link{
            font-weight:600;
        }

    .search-view .k-tabstrip-wrapper .k-widget .search-heading {
        border-bottom: 1px solid #eee;
        padding: 1em 1em .7em 1em;
        background: rgba(238,238,238,.2);
        align-items:center;
        align-content:center;
        font-size:.95rem;
    }

    .search-view .k-tabstrip-wrapper .k-widget .search-heading:hover {
        border-bottom: 1px solid #ccc;
        background: rgba(238,238,238,.4)
    }

    .search-view .k-tabstrip-wrapper .k-widget .search-heading .icon{
        margin-left:auto;
    }

    .search-view .k-tabstrip-wrapper .k-widget .search-heading:last-of-type {
       margin-bottom:2em;
    }

.layout-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.swh-row-layout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/* Templates ---------------- */

.swh-template {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    float: none ;
 
}


.articlegroup-text .swh-template {
    padding-left: 0;
    padding-right: 0;
}

/* --- SWH-Col --- */

.swh-col {
    box-sizing: border-box;
    max-width: 100%;
    border: 0;
    margin: 0;
}

    .swh-col figure {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
    }


    .swh-col img {
        max-width: 100%;
    }

 

    .swh-col.spacer {
        padding: 0 !important;
    }

    .swh-col figcaption {
        font-style: italic;
        font-size: .7rem;
        opacity: .8;
    }

    .swh-col.fullscreen {
        min-width: 100%;
        max-width: 100%;
        position: relative;
    }

        .swh-col.fullscreen figure img {
            width: 100%;
        }

    .swh-col.unique-terms {
        padding: 2rem 0;
        width: 100%;
        border-bottom: 1px solid #eee;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

/* ---- Swiper ------------------- */


.swiper,
.swiper .swiper-wrapper {
   /* height: auto ;*/
    align-content: flex-start;
    align-items: flex-start;
}

    .swiper .swiper-slide {
        background: #fff;
        position:relative;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        height: auto;
        padding: 0 ;
        margin: 0 ;
    }


        .swiper .swiper-slide .linked-slide {
            display: flex;
            flex-wrap:wrap;
            position: relative;
            width: 100%;
            z-index: 100;
            align-content: flex-start;
            align-items: flex-start;
            justify-content: center;
        }

        .swiper .swiper-slide div {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            height: auto ;
        }

 
        .swiper .swiper-slide figure {
            margin: 0;
            padding: 0;
            width: 100%;
            height: auto;
            position: relative;
            z-index: 10;
            display: flex;
        }

.swh-col .swiper img {
    width: 100%;
    height: auto;
  /*  overflow-clip-margin: unset ;
    overflow: unset ;*/
}

.swiper .swiper-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto ;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-self:center;
    width:100%;
    max-width: 80%;
    padding: 1rem;
    z-index: 100;
    font-size: 1.3rem;
    flex-wrap: wrap;
    color: #fff;
}

    .swiper .swiper-text h1,
    .swiper .swiper-text h2 {
        font-size: 4rem;
        width: 100%;
        margin: 0 0 .6em 0;
        line-height: 100%;
        font-weight: bold;
    }

    .swiper .swiper-text p {
        font-size: 1.3rem;
        font-weight: 600;
        width: 100%;
        margin-bottom: 2rem;
        line-height: unset ;
    }

/* ---- Film i CMS  ----  */

.swiper .swiper-slide div.video-wrapper {
    position: initial;
    padding-bottom: 56.25%;
    height: 0 ;
}

.hero-swiper .swiper .swiper-slide video {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

  .swiper .swiper-slide video source {
        width: 100%;
        height: 100%;
    }

video[poster] {
    object-fit: cover;
}

 .swiper .swiper-slide iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}


.responsive-vid {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

    .responsive-vid iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.swh-col video {
    max-width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}


.swiper .swiper-scrollbar,
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    display: none;
}

.swiper-pagination {
    align-items: center;
    align-content: center;
    display: flex;
    justify-content: center;
    gap: .25rem;
}

.swiper-pagination-bullet {
    background: unset;
    border: 2px solid #fff;
    opacity: .8 ;
    margin: 0 ;
    padding: 0 ;
}

.swiper-pagination-bullet-active {
    height: 13px ;
    width: 13px ;
    opacity: 1 ;
}

.swiper-button-startstop {
    position: absolute;
    z-index: 1000;
    height: 2rem;
    width: 2rem;
    bottom: 1rem;
    margin-top: auto;
    left: 1rem;
    cursor: pointer;
    color: #fff;
    background: unset;
    border: 0;
    box-shadow: none;
    display: none;
}

    .swiper-button-startstop:before {
        display: block;
        content: "\f04c";
        font-family: Font Awesome\ 5 Pro;
    }

    .swiper-button-startstop[data-control="pause"]:before {
        content: "\f04b";
    }

.swh-col.fullscreen .swiper-pagination {
    flex-direction: column;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 1rem;
    left: auto;
    justify-content: flex-end;
}

/* ---- Image -------------- */


[data-itemtype="Image"] img {
    width:100%;
}



/* ---- Text -------------- */


[data-itemtype="Text"] a {
    color: #636363;
    text-decoration: underline;
}

    [data-itemtype="Text"] a:hover {
        color: rgba(255,107,0,1);
    }



.swh-col[data-itemtype="Text"] iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

/* Lined title ------------- */

.swh-col.title h2,
.swh-col.title h3,
.swh-col.title h4 {
    display: flex;
    width: 100%;
    white-space: nowrap;
    align-items: center;
    font-weight: 400;
    font-size: 1.5rem;
}

.swh-col.title h2 {
    padding-left: 5px;
}

    .swh-col.title h2:after,
    .swh-col.title h3:after,
    .swh-col.title h4:after {
        display: block;
        background: #b1b1b1;
        width: 100%;
        height: 1px;
        content: "";
        margin-left: 2rem;
    }



/* ---- Article swiper ------------------- */

[data-itemtype="Article"] .swiper .swiper-wrapper {

    height: auto !important;
 
}

[data-itemtype="Article"] .swiper .swiper-slide {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    background: #fff;
    align-self: stretch;
    height: auto;
    min-height: 125px;
    border: 1px solid rgba(99,99,99,.5);

}

[data-itemtype="Article"] .swiper a.linked-slide {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    flex-direction: row;
    align-self: stretch;
}

    [data-itemtype="Article"] .swiper figure {
   
    width: 100%;
    max-height: 350px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 0 0.8em 0;
    position: relative;
    box-sizing: border-box;
    padding:2em;
}



[data-itemtype="Article"] .swiper figure img {
    width: 100%;
    height: 100%;
    max-height:300px;
    object-fit: contain;
    width: auto;
    transition: .5s transform;
}

[data-itemtype="Article"] .swiper .swiper-slide:hover figure img {
    transform: scale(1.025);
}

[data-itemtype="Article"] .swiper .swiper-text {
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 1rem;
    padding: 0 1em 1em 1em;
    background: none;
    max-width:100%;
    align-content:flex-start;
}

    [data-itemtype="Article"] .swiper .swiper-text p {
        margin-bottom: 0;
    }


[data-itemtype="Article"] .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
}

[data-itemtype="Article"].swh-col .swiper-pagination-bullet {
    background: #444 ;
}

[data-itemtype="Article"].swh-col .swiper-pagination-bullet-active {
    background: #006a2d ;
}


[data-itemtype="Article"] .swiper .swiper-slide .linked-slide:before,
[data-itemtype="Article"] .swiper .swiper-slide .linked-slide:after,
[data-itemtype="Article"] .swiper .swiper-slide figure:after,
[data-itemtype="Article"] .swiper .swiper-slide figure:before
[data-itemtype="Article"] .swiper-scrollbar,
[data-itemtype="Article"] .swiper-button-next,
[data-itemtype="Article"] .swiper-button-prev,
.swh-col.fullscreen [data-itemtype="Article"] .swiper .swiper-slide figure:before,
.swh-col.fullscreen [data-itemtype="Article"] .swiper .swiper-slide figure:after {
    display: none;
}








/* ---- News -------------- */


.news-box {
    border: 1px solid #b1b1b1;
    box-sizing: border-box;
    margin: 0 0 .5rem 0;
    padding-bottom: 1rem;
}

    .news-box a {
        color: #222;
        text-decoration: none;
    }


    .news-box img {
        margin: 0 0 1rem 0;
        width: 100%;
        height: auto ;
    }

    .news-box h2,
    .news-box h3,
    .news-box p {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .news-box h3 {
        font-size: 1.17rem;
        font-weight: bold;
        margin: 0;
    }

    .news-box p {
        font-size: .95rem;
    }


    .swh-col[data-itemtype="NewsHome"] .swiper-pagination {
        display: none ;
    }

    .swh-col[data-itemtype="NewsHome"] .swiper-slide {
        align-self: stretch ;
        height: auto ;
        margin-left: 17px ;
    }

        .swh-col[data-itemtype="NewsHome"] .swiper-slide .wrap-news {
            padding: .5rem ;
            width: 100%;
            height: 100% ;
        }

        .swh-col[data-itemtype="NewsHome"] .swiper-slide .swh-col.news-box {
            height: 100%;
            overflow-x: hidden;
        }


    .swh-col[data-itemtype="NewsHome"] .hero-swiper {
        position: relative;
    }

    .swh-col[data-itemtype="NewsHome"] .swiper-button-prev,
    .swh-col[data-itemtype="NewsHome"] .swiper-button-next {
        display: inline-flex ;
        color: #333 ;
        z-index: 50 ;
        width: 2rem;
        background: unset ;
        height: auto ;
        min-height: 3rem;
        align-items: center;
        align-content: center;
        align-self: stretch;
    }

    .swh-col[data-itemtype="NewsHome"] .swiper-button-prev {
        left: -1.5rem ;
        order: 1 ;
        justify-content: flex-start;
        margin-right: .5rem;
    }

    .swh-col[data-itemtype="NewsHome"] .swiper-button-next {
        right: -1.5rem ;
        order: 3 ;
        justify-content: flex-end;
    }

        .swh-col[data-itemtype="NewsHome"] .swiper-button-prev:after,
        .swh-col[data-itemtype="NewsHome"] .swiper-button-next:after {
            font-size: 1.2rem ;
            font-weight: 900;
        }


/* --- Child-menu --- */

.no-menu-page {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}


.child-menu-wrapper {
    display: flex;
    flex-wrap:wrap;
    min-height: 100%;
    justify-content: flex-start;
    margin: 2em auto;
  padding:0;

}

.child-menu {

    justify-content: flex-start;
    width: 240px;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
    margin-left: 0;
  
}

.child-menu nav {


    width:auto;
}

    .child-menu nav .inner div {
        margin-bottom:0.5em;
       
    }

    .child-menu nav .inner {
       padding:0 1em 0 0;
    }

.child-swh-template {
    width: calc(100% - 240px);
    margin-left: auto;
  
}


.swh-row-layout .child-menu {
    margin-top: 2rem;
    width: 200px;
}


    .swh-row-layout .child-menu .inner div {
        margin-bottom: .4rem;
    }


    .swh-row-layout .child-menu a {
        text-decoration: none;
    }

    .swh-row-layout .child-menu .selected a {
        color: #ff6a00;
        font-weight: 600;
    }

    .swh-row-layout .child-menu .level-2 {
        padding-left: 1rem;
    }

        .swh-row-layout .child-menu .level-2 a {
            font-size: .8rem;
        }

.swh-row-layout .child-swh-template {
    width: calc(100% - 200px);
}

    .swh-row-layout .child-swh-template .swh-col[data-itemtype="Text"]:first-of-type {
        margin-top: 2rem;
    }


/* Outline buttons --------------- */
.outline-buttons a {
    border-radius: 14px;
    padding: 1em;
    box-sizing: border-box;
    display: inline-flex;
    flex-flow: column wrap;
    margin-right: 1em;
    margin-bottom: 1em;
    max-width: 100%;
    background: rgb(255, 255, 255);
    border: 3px solid rgb(243, 241, 241);
    color: #636363;
    text-decoration: underline;
    font-weight: 600;
    font-size: 1.17rem;
}

    .outline-buttons a:hover {
        color: #ff6a00;
    }

/* CMS button ------------ */
.swh-col .btn {
    font-size: 1.3rem ;
    color: #fff;
    background: #f0883d;
    border: 3px solid rgba(255,107,0,.3);
    text-align: center;
    padding: .8em 1.2em;
    border-radius: 4px;
    font-weight: 600;
    transition: .5s border;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
}

    .swh-col .btn:hover {
        border: 3px solid rgba(255,107,0,1) ;
    }

/* --- PArallax --- */

.swh-col.fullscreen.parallax[data-itemtype="Image"] figure {
    background-repeat: no-repeat;
    background-position: center 115px ;
    background-attachment: fixed ;
    background-size: 100% auto ;
}

.swh-col.fullscreen.parallax[data-itemtype="Image"] img {
    visibility: hidden;
}




@media only screen and (min-width : 0) and (max-width : 105rem) {
    .swh-col.title h2 {
        padding-left: 30px ;
    }

    .swh-col[data-itemtype="NewsHome"] .hero-swiper {
        display: flex;
        width: 100%;
    }

        .swh-col[data-itemtype="NewsHome"] .hero-swiper .swiper {
            position: relative;
            max-width: calc(100% - 3rem) ;
            order: 2 ;
            width: 100%;
        }

    .swh-col[data-itemtype="NewsHome"] .swiper-button-prev {
        margin-right: 0 ;
        left: 0 ;
        position: relative ;
        order: 1 ;
    }

    .swh-col[data-itemtype="NewsHome"] .swiper-button-next {
        margin-left: 0 ;
        right: 0 t;
        position: relative ;
        order: 3 ;
    }
}

@media only screen and (min-width: 0) and (max-width: 86rem) {
    .swh-col.fullscreen[data-itemtype="Image"] img {
        visibility: visible;
    }

    .swh-row-layout {
        flex-direction: column;
    }

        .swh-row-layout .child-swh-template {
            width: 100%;
        }

        .swh-row-layout .child-menu {
            width: 100%;
            max-width: 80%;
            margin-left: auto;
            margin-right: auto;
        }

            .swh-row-layout .child-menu div {
                width: 100%;
            }

            .swh-row-layout .child-menu .level-2 {
                padding-left: 0;
            }


            .swh-row-layout .child-menu a {
                align-items: center;
                margin: 0;
                padding: 0.5em 0;
                display: flex;
                font-size: 1rem;
                opacity: .8;
                border-bottom: 1px solid #eee;
                width: 100%;
                text-decoration: none;
            }

                .swh-row-layout .child-menu a:after {
                    display: block;
                    content: "\f105";
                    margin-left: auto;
                    font-family: Font Awesome\ 5 Pro;
                }
}


@media only screen and (min-width : 0) and (max-width : 75rem) {
    .swh-col.title h2 {
        padding-left: 35px ;
    }

        .swh-col.title h2:after {
            display: none ;
        }
}




@media only screen and (min-width: 0) and (max-width: 55rem) {
    .swiper .swiper-text h1,
    .swiper .swiper-text h2 {
        font-size: 2rem;
        margin: 0;
        font-weight: 600;
    }

    .small-swiper .swiper .swiper-text h1,
    .small-swiper .swiper .swiper-text h2 {
        font-size: 1.5rem;
    }



    .child-menu {
    display:none;
    }

    .child-swh-template {
        width:100%;
    }


}

@media only screen and (min-width: 0) and (max-width: 52rem) {
    .swh-row-layout .child-menu {
        max-width: 100%;
    }
}

@media only screen and (min-width: 0) and (max-width: 40rem) {
    [data-itemtype="Slideshow"] .swiper .swiper-text {
        padding: 1rem;
        max-width:100%;
    }

    [data-itemtype="Slideshow"].fullscreen .swiper .swiper-text h1,
    [data-itemtype="Slideshow"].fullscreen .swiper .swiper-text h2 {
        font-size: 1.8rem;
    }

    [data-itemtype="Slideshow"].fullscreen .swiper .swiper-text p {
        font-size: 1rem;
        margin-bottom: .5rem;
        line-height: 120% ;
    }

    .swh-col.title h2,
    .swh-col.title h3,
    .swh-col.title h4 {
        white-space: normal;
    }

        .swh-col.title h2:after,
        .swh-col.title h3:after,
        .swh-col.title h4:after {
            display: none;
        }

    .swh-col .btn {
        font-size: .8rem ;
        padding: 0 .5em;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (min-width : 0) and (max-width : 32.5rem) {

    [data-itemtype="Slideshow"].fullscreen .swiper .swiper-text h1,
    [data-itemtype="Slideshow"].fullscreen .swiper .swiper-text h2 {
        font-size: 1.6rem;
    }

    [data-itemtype="Slideshow"].fullscreen .swiper .swiper-text p {
        font-size: 0.8rem;
        margin-bottom: .5rem;
        line-height: 120% ;
    }

    [data-itemtype="Slideshow"] .swiper .swiper-text h1,
    [data-itemtype="Slideshow"] .swiper .swiper-text h2 {
        font-size: 1.5rem;
    }

        [data-itemtype="Slideshow"] .swiper .swiper-text h3,
        [data-itemtype="Slideshow"] .swiper .swiper-text h4,
        [data-itemtype="Slideshow"] .swiper .swiper-text h5,
        [data-itemtype="Slideshow"] .swiper .swiper-text p {
            font-size: 0.8rem;
            margin-bottom: .5rem;
            line-height: 120% ;
        }

}

@media only screen and (min-width : 0) and (max-width : 26rem) {


    .swh-col[data-itemtype="NewsHome"] .swiper-slide {
        margin-left: 20px ;
    }

        .swh-col[data-itemtype="NewsHome"] .swiper-slide:first-of-type {
            margin-left: 8px ;
        }

        .swh-col[data-itemtype="NewsHome"] .swiper-slide:nth-of-type(2) {
            margin-left: 15px ;
        }
}










/* --- Scantec - Custom --- */

/* -- Swiper ---  */

.swiper .swiper-text {

}



    .swiper .swiper-text h2,
    .swiper .swiper-text h3 {
        text-transform: uppercase;
        font-weight: 900;
        margin:0;
    }

/* --- Slideshow --- */






/* Article swiper ------------- */
[data-itemtype="Article"] .swiper .swiper-text {
    justify-content: flex-start;
}



/*.child-menu-wrapper {
    display: flex;
    min-height: 100%;
    justify-content: flex-start !important;
    max-width: 1460px !important;
    margin: 0 auto 2em auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background:red;
}

.child-menu {
    margin-right: 0 !important;
    padding-left: 0 !important;
    justify-content: flex-start;
    width: 220px;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
    margin-left: 0;
    background:aqua;
}

.child-swh-template {
    width: calc(100% - 271px);
    margin-left: auto;
}*/


/* --- Bli kund-formulär (Widget) i CMS --- */

.contact-form-bottom {
    margin: 1em auto;
    padding:1em;
}

.contact-form-bottom form {
    margin:0 auto;
}
    /* --- Läs mer ---*/

    .swh-col .toggle-content span:first-of-type::before, .swh-col .toggle-content span:last-of-type::before {
    font-family: Font Awesome\ 5 Pro;

}





       

     

         









#MainHeader.checkout-header {
    position: relative;
    padding-bottom:0!important;
}

.checkout{
    margin:1em auto!important;
}

.checkout #CheckoutHeader {
    border-bottom: 1px solid #eee;
    width: 100%;
    align-items:center;
    align-content:center;
    padding:1em 0;
    margin:0 0 1em 0;
}

    .checkout #CheckoutHeader .back-btn {
        margin-left: auto;
        padding: .6em .8em;
    }

    .checkout #CheckoutHeader .back-btn .icon{
        margin-right:.3em;
    }

    .checkout #CheckoutHeader h1 {
        margin: 0;
    }

    .checkout h2 {
        font-weight: bold;
        font-size: 1rem;
        width: 100%;
        margin: 1rem 0 .5rem 0;
    }

        .checkout h2:first-of-type, .checkout h2:last-of-type {
            margin: 0 0 .5rem 0;
        }

    /* Checkout - Varukorg -------------- */
    .checkout #PageCart {
        right: 0;
        top: 0 !important;
        height: auto;
        max-height: unset;
        border: 0;
        width: 400px;
        position: relative;
        z-index: 1;
        align-self: flex-start;
    }

        .checkout #PageCart .head {
            padding: 1em 0 .7em 0;
        }

        .checkout #PageCart #CloseCart {
            display:none;
        }

        .checkout #PageCart .items {
            height: auto;
            overflow-y: auto;
            max-height: 450px;
        }


        .checkout #PageCart.toggled .items {
            max-height: unset;
        }

        .checkout #PageCart .item .flex input {
            max-width: 60px;
        }

        .checkout .toggle-cart{
            justify-self:flex-end;
            font-size:.9rem;
            margin:.5em 0 0 auto;
            text-decoration:underline;
        }


    .checkout .toggle-cart:hover {
        text-decoration: none;
    }

        .checkout #PageCart .summary {
            padding: 1em 0 .5em 0;
        }

        .checkout #PageCart .summary div.buttons {
            display: none;
        }

    .checkout #PageCart .additional-freight {
        font-size: .75rem;
        font-style: italic;
        margin-top: 10px;
    }

        .checkout #PageCart #Comments {
            display: block !important;
            box-sizing: border-box;
            padding:1em 0;
        }

        .checkout #PageCart #Comments .heading{
            font-size:.9rem;
        }

            .checkout #PageCart #Comments textarea {
                border-radius: 2px;
                border: 1px solid rgba(99,99,99,0.5);
                width: 100%;
                box-sizing: border-box;
                min-height: 70px;
            }

    /* Checkout - Content -------------- */
    .checkout .customer-content {
        width: -moz-calc(100% - 450px);
        width: -webkit-calc(100% - 450px);
        width: -o-calc(100% - 450px);
        width: calc(100% - 450px);
        margin-left: auto;
        padding: 1em 0 1em 3em;
        box-sizing: border-box;
        align-items: flex-start;
        align-content: flex-start;
        border-left:1px solid #ddd;
    }

    /* Checkout - Betal och frakt -------------- */
    .checkout #payments, .checkout #shippings {
        margin-bottom: 1em;
        border: 1px solid rgba(99,99,99,0.2);
        border-bottom: 0;
        width: 100%;
        border-radius: 3px;
    }

    .checkout .pay {
        background: #fff;
        border-bottom: 1px solid rgba(99,99,99,0.2);
        padding: 1em 1em 0.4em 1em;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        align-items:flex-start;
    }

        .checkout .pay:hover, .checkout .pay.active {
            outline: 1px solid #0A5B80;
            cursor: pointer;
        }

        .checkout .pay.active {
            background: rgba(10, 91, 128, 0.1);
        }

        .checkout .pay input.radio-btn {
            position: absolute;
            visibility: hidden;
        }

        .checkout .pay .icon-on, .checkout .pay .icon-off {
            margin-right: .5em;
            font-size: .9rem;
            margin-top: 0;
            color: #000;
        }

        .checkout .pay .icon-on {
            display: none;
        }

        .checkout .pay.active .icon-on {
            display: block;
            color: #0A5B80;
        }

        .checkout .pay.active .icon-off {
            display: none;
        }

        .checkout .pay span {
            font-weight: 400;
            font-size: .95rem;
        }

        .checkout .pay p {
            width: 100%;
            font-weight: 400;
            font-size: .85rem;
            margin-top: 0;
            line-height: 160%;
            padding-left: 1.6em;
            box-sizing: border-box;
            margin-bottom: .5em;
        }

        .checkout .pay span.price-tag {
            margin-left: .3em;
            font-weight: normal;
            font-size: .9rem;
            margin-top: .1em;
        }

            .checkout .pay span.price-tag .price {
                color: #636363;
            }

        .checkout .pay p {
            width: 100%;
        }

        /*Checkout free shipping -------------- */
.amount-to-freefreight {
    font-size: .9rem;
    text-align: center;
    background: #f3f3f3;
    padding: .5em;
    width: 100%;
    box-sizing: border-box;
}

.amount-to-freefreight .strong{
  font-weight:bold;
}

.amount-to-freefreight a{
  text-decoration:underline;
}

            .amount-to-freefreight a:hover {
                text-decoration: none;
            }
/* Checkout - Last summary ----------------- */
.checkout .last-sum {
    font-weight: bold;
    font-size: 1rem;
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 0;
}

            .checkout .last-sum .summary div {
                display: none;
            }

                .checkout .last-sum .summary div.total {
                    display: block;
                    margin-right: .5em;
                }

/* Checkout - Slutför köp ----------------- */
    .checkout .confirm {
        background: #f3f3f3;
        padding: .5em 2em 1.5em 2em;
        margin-top:.5em;
    }

.checkout .terms {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
}

.checkout .terms .terms-row {
    display: flex;
    flex-direction: row;
}

        .checkout .terms label {
            display: block;
            line-height: 130%;
            font-size: .8rem;
            cursor: pointer;
            width: auto;
        }

            .checkout .terms label.last {
                margin-top: -1em;
            }

        .checkout .terms label input {
            margin-top: 0;
        }

            .checkout .terms span {
                position: relative;
                width: auto;
                margin-left: .25em;
                font-size: .8rem;
            }

                .checkout .terms label span.field-validation-error, .checkout .terms label span.field-validation-valid {
                    top: 0;
                    display: block!important;
                    min-height: 2em;
                    font-size:.7rem;
                }

.checkout .terms label a {
    color: #000;
    text-decoration: underline;
}

    .checkout .buttons {
        width: 100%;
    }

    .checkout .buy-btn {
        font-weight: bold;
        padding:1em 2em;
    }

/* Checkout - Redirect laddningssnurra ----------------- */

.redirect-blanket {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100000001;
}

    .redirect-blanket div.checkout-text {
        background: rgba(255,255,255,0.6);
        width: 300px;
        height: 150px;
        position: fixed;
        left: 50%;
        margin-left: -170px;
        top: 50%;
        margin-top: -80px;
        padding: 20px;
        border: 2px solid #fff;
    }

        .redirect-blanket div.checkout-text span {
            color: #333;
            font-weight: bold;
            font-size: 1.3rem;
            display: block;
            clear: both;
            text-align: left;
            margin-bottom: 5px;
        }


/* Internet explorer fixar ----------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .checkout .pay {
        padding: 2em;
        box-sizing: border-box;
    }
}

/* Responsive ---------------------- */
@media only screen and (min-width : 0) and (max-width : 85rem) {
    .checkout {
        padding-left: 4em;
        padding-right: 4em;
    }

}

@media only screen and (min-width : 0) and (max-width : 67rem) {
    .checkout {
        padding: 0 2em;
        width: 95%;
    }

        .checkout .checkout-content {
            flex-wrap: wrap;
        }

        .checkout .customer-content {
            width: 100%;
            padding: 1em 0;
            border-left: 0;
        }

        .checkout #PageCart {
            height: auto;
            max-height: unset;
            width: 100%;
            left: 0;
        }

            .checkout #PageCart .items {
                height: auto;
                max-height: unset;
                overflow-y: auto;
                min-height: unset;
                border:0;
            }

            .checkout #PageCart .item {
                padding: 2em 1em 2em 1em;
            }


        .checkout .checkout-content {
            flex-wrap: wrap;
        }

        .checkout #PageCart {
            width: 100%;
        }

    #PageCart .summary {
        border-top:0 solid #999;
    }

        .checkout .customer-content {
            width: 100%;
            padding-top: .5em;
            padding: 1em 0;
            border-left: 0;
        }


}

@media only screen and (min-width : 0) and (max-width : 55rem) {
    .checkout {
        padding: 0 0;
    }

    #Main .content-wrapper, #MainHeader.checkout-header .wrapper {
        padding: 0 1em;
    }

        .checkout #PageCart .item .img {
            width: 40px;
            height: 40px;
        }

        .checkout #PageCart .content {
            width: 100%;
        }
}
