/* Minification failed. Returning unminified contents.
(230,93): run-time error CSS1030: Expected identifier, found ','
(230,111): run-time error CSS1031: Expected selector, found ')'
(230,111): run-time error CSS1025: Expected comma or open brace, found ')'
(2211,35): run-time error CSS1046: Expect comma, found '0'
(2211,39): run-time error CSS1046: Expect comma, found '/'
(2255,39): run-time error CSS1046: Expect comma, found '106'
(2255,46): run-time error CSS1046: Expect comma, found '/'
(2755,43): run-time error CSS1046: Expect comma, found '0'
(2755,47): run-time error CSS1046: Expect comma, found '/'
(2764,47): run-time error CSS1046: Expect comma, found '106'
(2764,54): run-time error CSS1046: Expect comma, found '/'
(2928,144): run-time error CSS1030: Expected identifier, found ','
(2928,210): run-time error CSS1031: Expected selector, found ')'
(2928,210): run-time error CSS1025: Expected comma or open brace, found ')'
(3662,155): run-time error CSS1030: Expected identifier, found ','
(3662,221): run-time error CSS1031: Expected selector, found ')'
(3662,221): run-time error CSS1025: Expected comma or open brace, found ')'
(4810,60): run-time error CSS1030: Expected identifier, found ','
(4810,76): run-time error CSS1031: Expected selector, found ')'
(4810,76): run-time error CSS1025: Expected comma or open brace, found ')'
(6691,39): run-time error CSS1046: Expect comma, found '0'
(6691,43): run-time error CSS1046: Expect comma, found '/'
(6726,39): run-time error CSS1046: Expect comma, found '106'
(6726,46): run-time error CSS1046: Expect comma, found '/'
(8208,35): run-time error CSS1046: Expect comma, found '0'
(8208,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; 
}

#LastUpdatedArticlesTabStrip .k-tabstrip-items {
    margin: 0 0 0 0;
}

.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%;
    box-sizing: border-box;
    max-width: 100% !important;
    white-space: pre-wrap;
}

.k-dropdown-wrap {
    border-radius: 3px;
    box-sizing: border-box;
}

.k-dropdown .k-input, .k-dropdown .k-select {
    padding: .8em .8em;
    box-sizing: border-box;
}

.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: calc(100% - 25px);
        margin-left: 30px;
        text-align: center;
        background: #fff;
        border:1px solid #ccc;
        border-radius: 2px;
        text-indent: 0;
        padding: .5em 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;
        min-height: 2.5em;
    }


        .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, 
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul li{
    font-size:16px;
}


body, input, textarea, select, h1, h2, h3, h4, h5, p, button, .related-articles .related-toolbar button {
    font-family: 'IBM Plex Sans';
    line-height: 120%;
}

p, button {
    font-family: 'IBM Plex Sans';
}

#MainHeader a, #MainHeader button, .articles.switch .campaign .children .campaign *:not(.far, .fal, .fas, .fad) {
    font-family: 'IBM Plex Sans';
}

#cookie-msg a, #cookie-msg button,
.product-sliders .flexslider .text, .product-sliders .flexslider .text * {
    font-family: 'IBM Plex Sans';
}

#Breadcrumbs a{
font-family: ibm-plex-mono, monospace;

}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1rem 0;
    /*    font-family: 'IBM Plex Serif', serif;*/
    font-family: 'IBM Plex Sans';
    line-height: 120%;
}

h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family: 'IBM Plex Sans';
}


.side-menu a {
    font-family: 'IBM Plex Sans';
}

h1 {
    font-size: 225%;
    font-weight: 500;
/*    line-height: 225%;*/
}

p.ingress {
    font-size: 225%;
    padding: 0 0.5em 0.5em 0;
    width: auto;
    border-bottom: 3px solid #fff042;
    display: inline-flex;
    font-weight: 400;
    font-family: 'IBM Plex Sans';
}

h2 {
    font-size: 150%;
    font-weight:500;
}

h3 {
    font-size: 150%;
    font-weight: 500;
}

h4 {
    font-size: 130%;
    font-weight: 500;
}

h5 {
    font-size: 120%;
    font-weight: 500;
}

h6 {
    font-size: 100%;
    font-weight: 500;
    padding: 0 .5em .5em 0;
    width: auto;
    border-bottom: 3px solid #fff042;
    display: inline-flex;
}

blockquote {
    font-family: 'IBM Plex Serif';
    font-size: 1.1rem;
    line-height: 160%;
    margin-bottom: 2rem;
}

    blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 3rem;
        line-height: .1em;
        margin-right: .1em;
        vertical-align: -.4em;
    }

.page-detail ul {
    margin: 0 0 2rem 1rem;
}


p, 
.page-detail ul li {
    line-height: 160%;
    margin: 0 0 1.5rem 0;
}

.page-detail ul li {
    margin: 0 0 .5rem 0;
}

a {
    color: rgba(0, 106, 45,.8);
}

    a:hover {
        color: rgba(0, 106, 45,1);
    }

.swh-col p {
    font-family: 'IBM Plex Sans';
    font-size:100%;
    font-weight:300;
}
/* Swiper ----------------- */
span.swiper-title {
    font-size: 300% !important;
    margin: 0 0 1rem 0;
    font-family: 'IBM Plex Sans';
    line-height: 120%;
    font-weight: 500;
    display: block;
    width: 100%;
    /*    text-align: center;*/
}

span.swiper-ingress {
    font-size: 225%;
    margin: 0 0 1rem 0;
    font-family: 'IBM Plex Sans';
    line-height: 120%;
    font-weight: 500;
    display: block;
    width: 100%;
/*    text-align: center;*/
}

h2.puff-title, h3.puff-title,
.product-sliders .carousel-swiper .text,
.category-sliders .carousel-swiper .text {
    font-size: 150% !important;
    width: 100% !important;
    font-weight: 500 !important;
/*    font-family: 'IBM Plex Serif' !important;*/
    border: 0 !important;
}

p.puff-text {
    font-size: 100% !important;
    width: 100% !important;
    font-weight: 500 !important;
    /*    font-family: 'IBM Plex Serif' !important;*/
    border: 0 !important;
}


@media only screen and (min-width : 0px) and (max-width : 40rem) {
    h1 {
        font-size: 1.8rem!important;
    }

    span.swiper-title {
        font-size: 1.8rem!important;
    }
}


/* Font setup 2023 -------------- */

#MainNav .k-menu .k-item .k-link, #MainNav a, #MainNav .link {
    font-family: 'IBM Plex Sans' !important;
    font-weight: 500 !important;
    font-size: 112.5% !important;
}

@media only screen and (min-width : 0px) and (max-width : 1465px) {
    #MainNav .k-menu .k-item .k-link, #MainNav a, #MainNav .link {
        font-size: 100% !important;
    }

 

}


/* Table ---------------- */
table {
    table-layout: fixed; 
    width: 100%;
}
table, table tbody, table td, table th {
    max-width: 100% !important;

}
.aspect-ratio-box {
	height: 0;
	overflow: hidden;
	padding-top: calc(591.44 / 1127.34 * 100%);
	position: relative;
}

.aspect-ratio-box-inside {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aspect-ratio-box.ratio-page {
	padding-top: calc(484 / 1440 * 100%);
}

.start-slider .aspect-ratio-box {
	padding-top: calc(600 / 1440 * 100%);
}


.product-sliders .aspect-ratio-box {
    padding-top: calc(300 / 300 * 100%);
}

.category-sliders .aspect-ratio-box {
    padding-top: calc(300 / 600 * 100%);
}


@media only screen and (min-width: 0) and (max-width: 45rem) {
	.start-slider .aspect-ratio-box {
		padding-top: calc(595 / 720 * 100%) !important;
		
	}
}

	@media only screen and (min-width: 0) and (max-width: 32.5rem) {

		.start-slider .aspect-ratio-box {
			padding-top: calc(495 / 520 * 100%) !important;
			
		}
	}

@media only screen and (min-width: 0) and (max-width: 22.5rem) {

	.start-slider .aspect-ratio-box {
		padding-top: calc(350 / 320 * 100%) !important;
		
	}
}
html {
    scroll-behavior: smooth;
}

body, html {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    background: #dfdfdf;
    color: #333;
}

#Blanket {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    margin: 0;
}

.background-wrap {
    background: #f5f5f5;
}

.hidden-label{
    position:absolute;
    top:-10000px;
    left:-10000px;
}

hr {
    width: 100%;
    border: 0;
    border-bottom: 3px solid #fff042;
    margin: 0 0;
}

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 {
    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;
    }


/* Videos ---------- */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Colors ------- */
.blue {
   background: rgba(92, 176, 186,.6);
}

/* Btns --------- */
.k-button {
    color: #fff;
    background: rgba(0, 0, 0,.95);
    padding: .6em 2em;
    font-size: .9rem;
    margin: 0 0 0 0;
    display: inline-flex;
    align-items: center;
    align-content: center;
    width: auto;
    font-weight: 500 !important;
    border-radius: 5px;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

    .k-button:hover {
        cursor: pointer;
    }

.yellow-btn, .green-btn, .white-btn, .hero-btn {
    width: 100% !important;
    border: 0 !important;
}



    .yellow-btn a, .green-btn a, .white-btn a, .hero-btn a,
    a.new-yellow-btn, a.new-green-btn, a.new-white-btn, a.new-hero-btn {
        margin: 1em .5em 1em 0;
        border-radius: 3px;
        padding: .45em .75em;
        font-weight: 300;
        font-size: 18px;
        text-decoration: none;
        display: inline-flex;
        text-transform: uppercase;
        width:fit-content !important;
    }

    /*New yellow button from editor---------*/

    .yellow-btn a, a.new-yellow-btn {
        border: 1px solid #decc30;
        background: #fff042;
        color: #333;
    }


        .yellow-btn a:hover, a.new-yellow-btn:hover {
            cursor: pointer;
            border: 1px solid #e5d75c;
            background: #fff475;
        }

/*New green button from editor---------*/

.green-btn a, a.new-green-btn {
    border: 2px solid #006a2d;
    background: unset;
    color: #006a2d !important;
}

    .green-btn a:hover, a.new-green-btn:hover {
        cursor: pointer;
        background: #006a2d;
        color: #fff !important;
        border: 2px solid #006a2d;
    }

/*New white button from editor---------*/

.white-btn a, a.new-white-btn {
    border: 2px solid #fff;
    background: unset;
    color: #fff !important;
}

    .white-btn a:hover, a.new-white-btn:hover {
        cursor: pointer;
        color: #006a2d !important;
        background: #fff;
        border: 2px solid #fff;
    }

/*New hero button from editor---------*/

.hero-btn a, a.new-hero-btn {
    border: 3px solid #006a2d;
    background: #fff;
    color: #006a2d !important;
    font-weight: 500;
}

    .hero-btn a:hover, a.new-hero-btn:hover {
        cursor: pointer;
        background: #006a2d;
        color: #fff !important;
        border: 3px solid #006a2d;
    }




/* Width ------------------- */
.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-33 {
    width: 33.33%;
}

.w-50 {
    width: 50%;
}

.w-70 {
    width: 70%;
}

.w-100 {
    width: 100%;
}

/* Alignment ---------------------- */
.text-center{
    text-align:center;
}

/* 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;
}

/* Maxwidth ------------- */
#MainHeader, #Main, #MainFooter {
  /*  max-width: 1440px;*/
  width:100%;
    margin: 0 auto;
    background: #fff;
    padding: 0;
}

    #MainHeader{
        
    }

    #Main {
        max-width: 100%;
        background: unset;
        padding: 0;
    }

    #Main .swh-template{
        background:#fff;
    }

    #MainHeader, #Main .large-wrapper, #MainFooter {
 /*       padding: 0 7.8em;*/
    }




    #Main img{
        max-width:100%!important;
       /* height:auto!important;*/
    }

.layout-wrapper {
    width: 100%;
    background: #fff;
    padding-left: 6rem;
    padding-right: 6rem;
}

.layout-wrapper.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.padding-wrap {
  /*  padding-left: 6%;
    padding-right: 6%;*/
}

/* Header -------------- */
.header-spacer {
/*    height: 146px;*/
    width: 100%;
    margin: 0 auto;
}

  /*  .header-spacer.cookies-vis {
        height: 193px;
    }*/



/*:root {
    --main-bg-color: red;

}*/


#MainHeader {
    z-index: 10000000001;
    top: 0;
    right: 0;
    left: 0;
    min-width: 300px;
    width: 100%;
    position: fixed;
    box-sizing: border-box;
    align-items: center;
    align-content: center;
    padding: 1.7rem 6%;
/*    background: var(--main-bg-color);*/
    /*  position: -webkit-sticky;
    position:sticky;*/
}

body.sticky #MainHeader {
    padding-top: .5em;
    padding-bottom: .25em;
}

    #MainHeader a, #MainHeader button{
        color:rgba(0,0,0,.9);
        position:relative;
        text-decoration:none;
        transition:.5s;
    }

    

    #MainHeader .toolbar a, #MainHeader .toolbar button {
        font-size: .85rem;
        align-items: center;
        height: 1em;
        background:none;
        border:0;
    }



#MainHeader button:hover, #MainHeader a:hover {
    background: #fff7a0;
}

        #MainHeader a .icon, #MainHeader button .icon,
        #MainHeader a .ico, #MainHeader button .ico {
            transition: .5s;
            backface-visibility: hidden;
            -webkit-font-smoothing: subpixel-antialiased;
            margin-right:.25em;
        }

        #MainHeader a:hover, #MainHeader button:hover {
            color: rgba(0,0,0,1)!important;
        }

#MainHeader a#Logo{
    display:flex;
    align-items:center;
}
#MainHeader a#Logo, #MainHeader a#Logo:hover {
    background: none !important;
}

    .sticky #MainHeader:before, .sticky #MainHeader:after{
      
    }

#MainHeader a, #MainHeader .k-link, #MainHeader button {
    transition: .5s;
}

    #MainHeader .k-link:hover, #MainHeader a:hover, #MainHeader button:hover {
        text-decoration: none;
        color: #0A5B80;
        cursor: pointer;
    }

.sticky #MainHeader .k-link, .sticky #MainHeader a, .sticky #MainHeader button {
    color: #333!important;
}

/*    .sticky #MainHeader .search-button {
        color: #fff !important;
    }
*/
    #MainHeader .wrapper {
        position: relative;
        padding: 1em 0 0 0;
        width: 100%;
        flex-wrap: nowrap;
    }

.sticky #MainHeader .wrapper {
    padding: 0;
}




#MainHeader #MainLogo {
    margin: 0 0;
    justify-self: center;
    display: block;
    z-index: 2;
    transition: unset;
    min-width:150px;

}


    #MainHeader #MainLogo img {
        width:150px; 
    }

#MainHeader #MenuIcon, #MainHeader #MenuIconDesktop {
    color: rgba(0,0,0,.9);
    font-size: 2rem;
    overflow: hidden;
    cursor: pointer;
    align-items: center;
    align-content: center;
    justify-content: center;
    align-self: center;
    display: flex;
    opacity: 1.0;
    padding:0;
    border:0;
    box-shadow:none;
    background:none;
    margin:0 1em 0 0;
}

.sticky  #MainHeader #MenuIconDesktop.active .fa-bars {
    display: block !important;
}

.sticky  #MainHeader #MenuIconDesktop.active .fa-times {
    display: none !important;
}

#MainHeader #MenuIcon span, #MainHeader #MenuIconDesktop span {
    line-height: 90%;
    text-transform: uppercase;
    font-size: .9rem;
    display: block;
    width:100%;
}

#MainHeader #MenuIcon .ico, #MainHeader #MenuIconDesktop .ico{
    margin:0;
}
/* Header högermeny -------------- */
#MainHeader #ShopNav {
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 1;
    width: auto;
    margin-left: 0;
    padding-right: 1.5em;
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    align-content:center;
    transition:unset;
}

    #MainHeader #ShopNav .open-search-field {
        display:none;
    }


#MainHeader #ShopNav a, #MainHeader #ShopNav button {
    text-align: center;
    color: rgba(0,0,0,.9);
    position: relative;
    transition: unset;
    align-items: center;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    font-size: 2rem;
    border-radius:5px;
    display:flex;
}

/*  .sticky #MainHeader #ShopNav a, .sticky #MainHeader #ShopNav button{
      font-size:1.1rem;
  }
*/
    #MainHeader .open-search-field {
        background: none;
        border: 0;
        font-weight: 400;
        font-size:1rem;
        margin: 0;
        text-transform:uppercase;
        border-radius:3px;
        padding:.5rem;
    }

#MainHeader .open-search-field .icon{
   margin:0;
}



#MainHeader .open-search-field:hover {
    cursor: pointer;
    opacity: 1.0;
    background: #fff7a0;
}

#MainHeader #ShopNav a.customer-pages {
    border-right: 1px solid #333;
    padding-right:.5em;
}

#MainHeader #ShopNav a.customer-pages:last-of-type {
}

#MainHeader #ShopNav a .icon {
    margin-right: .3em;
}

#MainHeader #ShopNav #SmallCartWrapper a .icon {
    margin-right: 0;
}


            #MainHeader #ShopNav a.disabled {
             /*   pointer-events: none;*/
            }

#MainHeader #ShopNav a.disabled {
    position:relative;
    display:flex;
    justify-content:center;
    opacity:1;
}

#MainHeader #ShopNav a.disabled span{
    opacity:1;
}

#MainHeader #ShopNav a .icon{
    margin:.5rem!important;
}

#MainHeader #ShopNav a{
    flex-direction:column;
}

#MainHeader #ShopNav a .text-label {
    position: relative;
    /*    bottom: -1.5rem;*/
    display: flex;
    white-space: nowrap;
    right: 0;
    left: 0;
    margin: 0 auto 0 auto !important;
    text-transform: none !important;
    width: 100%;
    /*        transform:translateY(.5rem);*/
}

#MainHeader #ShopNav a span {
    font-size: .9rem;
}

                #MainHeader #ShopNav a span.text-label {
                    line-height: 90%;
                    text-transform:uppercase;
                }

        #MainHeader #ShopNav a span .sum {
            display: block;
            width: 100%;
        }

#MainHeader #ShopNav .count {
    align-content: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: center;
    border-radius: 100%;
    width: auto;
    min-width: 14px;
    height: 14px;
    font-size: .7rem;
    background:none;
    color: rgba(10, 128, 23, 0.90);
    box-sizing: border-box;
    position: absolute;
    padding: 0;
    right: 0;
    left:0;
    top: 2em;
    margin: 0;
}

#MainHeader #ShopNav .disabled .count {
    padding-top: .3em;
}

        #MainHeader #ShopNav .disabled .count {
         color:#666;
        }


    #MainHeader #OpenCheckout {
        display: none !important;
    }

    #MainHeader #SmallCartWrapper .disabled, #SmallCartWrapper .disabled * {
        opacity: .7;
    }

#SmallCartWrapper{
    display:flex;
    justify-content:center;
}
/* Header språk-------------- */
#MainHeader .toolbar {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    justify-content: flex-end;
    display: flex;
/*    justify-content: center;*/
    bottom: -.5rem;
}

        #MainHeader .toolbar a,
        #MainHeader .toolbar button{
            border: 0 !important;
            text-transform: none !important;
            padding: .25rem !important;
            height: unset !important;
            font-size:.85rem!important;
            margin:0!important;
        }


            #MainHeader .toolbar a span.text-label,
            #MainHeader .toolbar button span.text-label
            {
                text-transform: none !important;
                margin: 0 !important;
                padding: 0 !important;
            }



.sticky #MainHeader .toolbar {
    display: none;
}


#MainHeader .languages .inner{
    position:relative;
}

    #MainHeader .lang-popup{
        display:none;
        max-height:0;
        overflow:hidden;
        position:absolute;
        right:0;

    }

        #MainHeader .lang-popup.open {
            display: block;
            max-height: 1000000px;
            overflow: auto;
            background: #fff;
            border:1px solid #ccc;
            padding:1em;
            margin-top:.3em;
        }

#MainHeader .languages button {
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
    opacity: .8;
    margin-bottom: .2em;
    color: rgba(0,0,0,1);
    font-size: .8rem;
    align-items: center;
    align-content: center;
    margin-left: 1em;
    border-radius:3px;
}

    #MainHeader .languages a {
        opacity: .8;
        margin-bottom: .2em;
        color: rgba(0,0,0,1);
        font-size: .8rem;
        align-items: center;
        align-content: center;
        margin-left: .4em;
    }

        #MainHeader .languages a:hover, #MainHeader .languages button:hover {
            opacity: 1;
          background: #fff7a0;
        }

            #MainHeader .languages a:hover:after {
                width:0;
            }

            #MainHeader .languages a.active {
                opacity: 1;
                text-decoration:underline;
            }

            #MainHeader .languages img {
                width: 16px;
                margin-right: .3em;
            }

            #MainHeader .languages span {
             /*   top: .25em;*/
                position: relative;
            }

            #MainHeader .languages .icon {
                margin-left:.3em;
            }

            #MainHeader .languages a:hover span {
                text-decoration:underline;
            }

/* Main --------- */

#Main {
    display: block;
    position: relative;
}
    #Main .swh-col.textarea {
        max-width: 800px;
        margin: 0 auto;
        padding: 2em 2em;
    }

.swh-col {
    position:relative;
    margin-bottom:-2px!important;
}

#Main .large-wrapper {
    margin-bottom:4em;
    position: relative;
    z-index: 1000000;
}

.thank-you {
    padding-top: 166px;
    padding: 3em 8em;
    max-width:1600px;
}


.skew{
    position:relative;
    z-index:1000001;
}

.skew:before {
    transform: skewY(-3deg);
    transform-origin: 0 0;
    top: -15%;
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

/* Footer ---- */
#MainFooter {
    padding: 2em 6%;
    background: #f5f5f5;
    background: #006b31; 
/*    border-top: 5px solid #fff042;*/
    display: flex;
    flex-wrap: wrap;
}

    #MainFooter h2 {
        font-size: 24px;
        font-weight: 500;
        border-bottom: 2px solid #6ca338;
        margin: 30px 0 20px;
        padding: 0 0 10px;
        /*     text-transform: uppercase;*/
        width: 100%;
        color: #fff;
    }

    #MainFooter h3 {
        font-size: 1rem;
/*        text-transform: uppercase;
        border-bottom: 2px solid #e0e0e0;*/
        margin: 20px 0 0 0;
        padding: 0 0 5px;
/*        text-transform: uppercase;*/
        width: 100%;
        color: #fff;
    }


    #MainFooter p {
        line-height:200%;
        margin-top:0;
    }


    #MainFooter .footer-links {
        margin-bottom: 0;
        display: flex!important;
        flex-direction: column;
    }

        #MainFooter .footer-links a {
            text-decoration: none;
            margin-top: .5rem;
            margin-bottom:.25rem!important;
        }

    #MainFooter ul, #MainFooter ul li {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        color:#fff;
        list-style:none;
        
    }


    #MainFooter ul {
        margin: 1rem 0 0 0;
    }


        #MainFooter ul li {
            margin: 0 0 1rem 0;
        }

        #MainFooter ul li a{
            text-decoration:none;
        }

            #MainFooter ul li a:hover{
                color:#fff!important;
            }

            #MainFooter .col {
                margin: 0 auto;
                width: calc(33.33% - 66px);
            }

        #MainFooter .col.standard div {
            width: 100%;
            display: block;
        }

        #MainFooter .col .align-start {
            align-self:flex-start;
            margin-bottom:auto;
        }

        #MainFooter .col.standard div p, #MainFooter .col.standard a {
            font-size: 16px;
            margin-bottom: .3em;
            font-weight: 500;
            display: inline-block;
            color: #fff;
        }

                #MainFooter .col.standard a:hover {
                    color: #fff!important;
                }

        #MainFooter .col.standard p {
            width: 100%;
            font-weight: 400;
            color: #fff;
            margin-block-start: 0 !important;
            margin-block-end: 0 !important;
            margin: 0 0 1em 0 !important;
            padding: 0 !important;
        }

        #MainFooter .col.last {
            justify-content: flex-end;
            justify-self:flex-end;
            margin-left:auto;
            padding-left:2em;
        }

    #MainFooter a {
        color: #fff !important;
        text-decoration: underline;
    }

        #MainFooter a:hover {
            color: #006a2d !important;
            text-decoration: none;
        }

    #MainFooter .footer-menu {
        margin-bottom:auto;
        align-self:flex-start;
    }

#MainFooter .col .social-media {
    margin-top: auto;
    align-self: flex-end;
    padding:1em 0 .9em 0;
}

    #MainFooter .col .social-media h2{
    margin:0 0 .5rem 0;
    padding:0;
    border:0;
    font-size:24px;
    text-transform:unset;
    font-weight:500;
    }

    #MainFooter .col .social-media a.btn,
    #MainFooter .col .social-media a.btn:hover{
        color: #fff!important;
        border: 2px solid #fff;
        padding: 1rem 1.5rem;
        font-weight: 500 !important;
        text-transform: uppercase;
        margin-bottom: 1rem;
        margin-top:1rem;
    }


        #MainFooter .col .social-media a {
            text-decoration: none;
        
        }

    #MainFooter .col .social-media .social-icons {
        border-top:1px solid #6ea539;
        margin-top:1rem;
        padding-top:1.5rem;
    }

    #MainFooter .col .social-media .social-icons a:hover{
      color:#fff!important;
    }

    #MainFooter .social-media a .fab {
        display: inline-flex;
        width: 1.5em;
        height: 1.5em;
        margin-right: .2em;
        background: #fff;
        color: #006b31;
        padding: 1em;
        font-size: .9rem;
        border-radius: 100%;
        align-items: center;
        align-content: center;
        justify-content: center;
        box-sizing: border-box;
        transition: .5s;
    }


    #MainFooter .social-media a:hover .fab {
      transform:rotate(360deg);
    }

    #MainFooter .copy {
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: .8rem;
        margin-top: 4em;
        color: #fff;
        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: 1000001;
        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;
        }
/* Internet explorer ---------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #Main .wrapper{
        margin:0;
        padding:0;
    }


}


@media only screen and (min-width : 85rem) {
    #MainHeader .trap-focus {
      width:0;
      overflow:visible;
    }

    #MainHeader .trap-focus .large-nav {
           display: none;
    }
    
    #MainHeader #MenuIcon {
        display: none;
    }

}


    @media only screen and (min-width : 0) and (max-width : 85rem) {
        #MainHeader #ShopNav {
            margin-left:auto;
            margin-right:0;
            width:auto;
            width:110px;
        }

        #MainHeader .mobil-menu-btn {
            width:110px;
            display:flex;
            align-items:center;
            align-content:center;
            margin-right:auto;
        }
        #MainHeader .wrapper {
            padding: 0;
        }

        #MainHeader #ShopNav .open-search-field {
            display: flex;
            flex-wrap: wrap;
    /*        height: 1.5em;*/
            align-items: center;
            align-content: center;
            justify-content: center;
            position:relative;
        }

        #MainHeader #ShopNav .open-search-field span{
            display: block;
            width:100%;
            font-size:.8rem;
            position:absolute;
            z-index:10000;
            visibility:hidden;
        }


        #MainHeader #ShopNav .my-pages span.text-label {
            display: none;
        }


        #Main .large-wrapper {
            padding: 0 1em;
            width: 100%;
        }


        .layout-wrapper {
            padding-left: 3rem;
            padding-right: 3rem;
        }

        #MainHeader #MainLogo {
            margin: 0 auto;
            width: calc(100% - 220px);
            display: flex;
            justify-content: center;
            top:0!important;
        }

        #Main .swh-template {
/*            padding-left: 1rem;
            padding-right: 1rem;*/
        }
        #Main .padding-wrapper.swh-template,
        #Main .padding-wrapper .swh-template {
            padding-left: 6%;
            padding-right: 6%;
        }

    }

@media only screen and (min-width : 0) and (max-width : 67rem) {
    #MainHeader #MainLogo {
        top: .3em;
        position: relative;
        min-width:unset;
    }

        #MainHeader #MainLogo img {
            width: 120px;
        }

    #MainHeader .toolbar .customer-pages {
        display: none;
    }

    #MainHeader #OpenCart {
        display: none !important;
    }

    #MainHeader #OpenCheckout {
        display: flex !important;
    }
    /* Footer ---------- */
    #MainFooter {
    padding: 2em 2em;

        }


   

        #MainFooter .col {
            margin: 0 auto;
            width: calc(50% - 1rem);
            order:2;
            transition:none;
        }

        #MainFooter .col:first-of-type {
            margin-right:auto;
        }

        #MainFooter .copy {
            order: 3;
        }

            #MainFooter .col.last {
                order: 1;
                width:100%;
                padding:0;
                display:flex;
                justify-content:center;
                text-align:center;
            }

     

        #MainHeader, #Main .large-wrapper, #MainFooter {
            padding-left:1em;
            padding-right:1em;
        }

    #Main .padding-wrapper.swh-template,
    #Main .padding-wrapper .swh-template {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    }
@media only screen and (min-width : 0) and (max-width : 55rem) {
    #MainHeader #ShopNav .count {
        font-size: .6rem;
        top: 1.35rem;
    }

    .layout-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }


    #MainHeader .trap-focus {
        display: flex;
    }



    #MainFooter .col {
        width: 100%;
        text-align:center;
    }

        #MainFooter .col .social-media {
            margin-top:2em;
        }
    
}

@media only screen and (min-width : 0) and (max-width : 45rem) {
  /*  .header-spacer.cookies-vis {
        height:245px;
    }*/

}



    @media only screen and (min-width : 0) and (max-width : 35rem) {
        #MainHeader{
            padding-left:0;
            padding-right:0;
        }

        #Main .large-wrapper, #MainFooter {
            padding-left: 1em;
            padding-right: 1em;
        }

        #MainHeader #MainLogo {
            width: calc(100% - 180px);
        }

        #MainHeader #MainLogo img{
   max-width:100%;
   height:auto;
   object-fit:contain;
        }
        #MainHeader #ShopNav {
            margin-right:0;
            width:100px;
        }

        #MainHeader #ShopNav {
      
        }

            #MainHeader #ShopNav .open-search-field {
           /*     font-size:1.3rem!important;*/
                padding:.5rem .5rem;
                margin:0!important;
            }

            #MainHeader #ShopNav a, #MainHeader #ShopNav button {
        /*        font-size: 1.7rem !important;*/
            }

            #MainHeader #ShopNav .count {
          /*      top: 1.1rem;*/
            }
/*
            #MainHeader #ShopNav .disabled .count {
                padding-top: 0;
                top: 1.45em;
            }*/

        #MainHeader .mobil-menu-btn {
            width: auto;
        }
            /* Footer ---------- */
            #MainFooter ul, #MainFooter ul li {
                list-style: none;
                margin: 0;
                padding: 0;
            }

            #MainFooter .col {
                width: 100%;
                margin-bottom: 2em;
                margin-top: 0;
                text-align: center;
            }

                #MainFooter .col.last {
                    padding-left: 0;
                }
    }

@media only screen and (min-width : 0) and (max-width : 30rem) {
   /* .header-spacer.cookies-vis {
        height: 264px;
    }*/
}
/* 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 {
            border-bottom:1px dashed #666;
        }

        .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:20px;
        }

        .order-history .row .col:nth-of-type(3) {
            width: 25%;
        }

            .order-history .row .col:nth-of-type(4) {
                width: 25%;
            }

        .order-history .label{
            display:none;
        }

    /* Orderhistorik detalj ---------------*/
    .open-menu #MainHeader{
        z-index:1;
        position:absolute;
    }
    .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 !important;
    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: 1024px;
    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%;
                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: right;
            }

            #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;
            }


@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 header, .order-history article {
        padding: .5em 0;
    }

    #OrderDetailsViewWrapper .order-detail-wrap h2 {
        font-size: 1.8rem;
    }

    .order-history article {
        flex-wrap: wrap;
    }

    .order-history .col{
        margin-right:0;
    }

        .order-history .col.order-no {
            padding-top:.5em;
        }

    .order-history .row .col:nth-of-type(2) {
      /*  width:100%;
        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 {
        width: 100% !important;
        margin-right: 0 !important;
    }

        #OrderDetailsViewWrapper .order-detail-wrap .detail-table .row .col:nth-of-type(3) {
            text-align: right;
        }

}
/* Favoriter ----------------*/
    /* Favoriteheart -----------*/
    .favorite-link{
        background:none;
        border: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;
                }
/* ------------------------------ */
.campaign {
    background: #FFF;
    margin: 0 2em 2em 0;
    width: calc(33.33% - 1.4em);
    transition: .5s;
    box-sizing: border-box;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    padding: 1em;
    position:relative;

}

    .campaign article {
        flex-wrap: wrap;
    }

        .campaign:nth-of-type(3n + 3) {
            margin-right: 0;
        }


    .campaign a {
        color: #000;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
        text-decoration: none;
       align-items: flex-start;
        align-content:flex-start;
        width:100%;
        margin-bottom:1em;
    }

    .campaign h2 {
        font-size: .9rem;
        font-weight: 700;
        margin:0;
    }

    .campaign span.extra {
        font-size:.8rem;
        display:block;
        margin:.3em 0 0 0;
        width:100%;
    }

    .campaign:hover {
        box-shadow: 0 2px 4px 0 rgb(0 106 45 / 55%);
       
    }

        .campaign:hover a {
            color: #006a2d;
            cursor: pointer;
        }

        .campaign a:hover h2 {
            text-decoration: underline;
        }

    .campaign .favorite:hover {
        opacity: 1.0;
    }

    .campaign .img {
        width: 50px;
        max-height:50px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .campaign img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        object-fit: contain;
        transition: .5s;
    }

    .campaign .content {
        padding: 0 1em;
        width: calc(100% - 50px);
        margin-left: auto;
        box-sizing: border-box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap:wrap;
    }

    .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;
    }

    .campaign .price-tag {
        margin-right:.3em;
    }

    .campaign .prices {
        font-size:.9rem;
        width:100%;
        margin:.5em 0 0 0;
    }

        .campaign .prices .price-tag {
            display:block;
            width:100%;
        }

    .campaign .price {
        font-weight: 600;
    }
   .switch .campaign .price {
        font-weight:normal;
    }
        .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: .9rem;
        margin: 0 0 0 .25em;
    }

    .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{
            display:none;
        }

        .campaign button:hover{
            cursor:pointer;
        }

.campaign .check-buttons {
    border-top: 1px dashed #ddd;
    margin-top: auto;
    padding-top:.5em;
    align-self:flex-end;
    font-size:.8rem;
}

.campaign .check-buttons label:hover {
    cursor:pointer;
}

.campaign button.check-article-btn {
    background: none;
    border: 0;
    padding: .25em;
    margin-right: .25em;
    font-size: .8rem;
    height: 1.5em;
}

    .campaign button.check-article-btn.active {
        background: rgba(255, 240, 66, 0.5);
    }


@media only screen and (min-width : 0px) and (max-width : 85rem) {
    .campaign, .campaign:nth-of-type(3n + 3), .campaign:nth-of-type(4n + 4) {
        width: calc(50% - .7em);
        margin-right: 1em;
    }

        .campaign:nth-of-type(2n + 2) {
            margin-right: 0;
        }

 
}

@media only screen and (min-width : 0px) and (max-width : 45rem) {
    .campaign, .campaign:nth-of-type(2n + 2), .campaign:nth-of-type(3n + 3), .campaign:nth-of-type(4n + 4) {
        width: 100%;
        margin-right: 0;
    }

        .campaign .content {
            align-items: center;
            align-content: center;
            min-height:50px;
        }


}

@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 ----------------*/
#ArticleList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;

}

    #ArticleList .swh-col div.yellow-btn {
        width: auto !important;
    }

#ArticleList .loader {
    font-size: 5rem;
}

    #ArticleList h2.no-result {
        font-size: 1rem;
        text-align: left;
        width: 100%;
        font-weight: normal;
        margin: 1em 0 4em 0;
        display: none;
    }

.ajax-articles {
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
}

.articlelist-heading{
    align-items:center;
    margin:0 0 1em 0;

}

.articlelist-heading h1{
   margin:0;
}

    .articlelist-heading .article-question {
        margin-left: auto !important;
        width: auto !important;
        margin-bottom: 0 !important;
        min-width: 8rem;
        display:flex;
        justify-content:flex-end;
    }

    .articlelist-heading .article-question button {
        cursor: pointer;
        margin: 0;
        border: 1px solid #decc30;
        background: #fff042;
        color: #333;
        border-radius: 3px;
        padding: 0.45em 0.75em;
        font-weight: 700 !important;
    }

        .articlelist-heading .article-question button:hover {
            cursor: pointer;
            border: 1px solid #e5d75c;
            background: #fff475;
        }
/* Herobild ---------- */
.articlelist-image img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}

/* Kategoribeskrivning -------- */
.articlelist-text {
    text-align: left;
    line-height: 160%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    border-bottom: 3px solid #fff042;
    margin-bottom: 2em;
}

    .articlelist-text .articlelist-text {
        margin-bottom: 2em;
        border-bottom: 0;
    }

    .articlelist-text h2 {
        padding: 0 0 .5em 0;
        width: 100%;
        border-bottom: 3px solid #fff042;
        font-size: 1.8rem;
    }


    .articlelist-text h4, .articlelist-text h6 {
        padding: 0 0 .5em 0;
        width: 100%;
        display: block;
    }

    .articlelist-text p {
        font-size: 1.3rem;
        font-weight: 400;
    }

        .articlelist-text p:last-of-type {
            margin-bottom: 0;
        }

    .articlelist-text img {
        max-width: 100%;
    }

    .articlelist-text .responsive-table {
        overflow-x: auto;
        width: 100%;
    }

    .articlelist-text table {
        width: 100%;
        border-spacing: 0;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

        .articlelist-text table tr:first-of-type td {
            background: rgba(255, 250, 204, 1);
            font-weight: bold;
        }

        .articlelist-text table tr td {
            padding: .5em;
            border: 1px solid #ddd;
            border-left: 0;
            border-top: 0;
        }

            .articlelist-text table tr td a {
                font-weight: bold;
            }

/* Knappar i artikellistan ------------ */
.export-compare-buttons {
    margin: 0 0 1em 0;
    background: #fff;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 5.2em;
    z-index: 10;
    padding-top:.5rem;
}

    .export-compare-buttons .export-button-box{
        margin-right:2rem;
        position:relative;
    }

    .export-compare-buttons .export-button-box:last-of-type {
        padding-right:.5rem;
    }
    .export-compare-buttons .export-button-box h2 {
        font-size: 1rem;
        font-weight:900;
    }


    .export-compare-buttons button,
    .export-compare-buttons button:disabled {
        margin: 0 1em 1em 0;
        border: 2px solid #006a2d;
        background: unset;
        color: #006a2d;
        border-radius: 3px;
        padding: 0 1.3em !important;
        font-weight: 500 !important;
        text-transform: uppercase;
        font-size:.9rem;
        min-height:1.6rem;
    }

        .export-compare-buttons button:hover {
            cursor: pointer;
            border: 2px solid #006a2d;
            background: #006a2d;
            color:#fff;
        }

        .export-compare-buttons button:disabled {
            background: #e1e1e1;
            border: 2px solid #999;
            color: #999;
        }

    .export-compare-buttons button:disabled:hover {
        background: #e1e1e1;
        border: 2px solid #999;
        color: #999;
        cursor: default;
    }

    .export-compare-buttons .info-icon,
    .export-compare-buttons .info-icon:hover {
        cursor: pointer !important;
        position: absolute !important;
        top: -.6rem !important;
        right: -.6rem !important;
        border: 0 !important;
        padding: 0 !important;
        min-height: unset !important;
        color: #000 !important;
        margin: 0 !important;
        background: none !important;
    }

    .export-compare-buttons .info-icon:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f05a";
        font-weight:500;
    }


    .export-compare-buttons [role="tooltip"],
    .export-compare-buttons .hidetooltip.hidetooltip.hidetooltip + [role="tooltip"] {
        visibility: hidden;
        position: absolute;
        top: 1rem;
        left: 2rem;
        background: #000;
        color: #fff;
        padding:1rem;
        font-size:.85rem;
        transition:unset;
        border-radius:3px;
        z-index:10;
    }

    .export-compare-buttons [aria-describedby]:hover,
    .export-compare-buttons [aria-describedby]:focus {
        position: relative;
    }

        .export-compare-buttons [aria-describedby]:hover + [role="tooltip"],
        .export-compare-buttons [aria-describedby]:focus + [role="tooltip"] {
            visibility: visible;
        }

@media only screen and (min-width: 0) and (max-width: 55rem) {
    .export-compare-buttons .export-button-box {
        margin-bottom:1rem;
    }
}
    /* Visa alla artiklar knappar -------- */
    .articlelist-buttons {
        margin: 0 0 2rem 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }


        .articlelist-buttons button {
            margin: 0 1em 1em 0;
            border: 1px solid #decc30;
            background: #fff042;
            color: #333;
            border-radius: 3px;
            padding: .45em .75em;
            font-weight: 700;
        }

            .articlelist-buttons button:hover {
                cursor: pointer;
                border: 1px solid #e5d75c;
                background: #fff475;
            }
    /* Underkategorier ------------------ */
    .articlegroup-child-menu {
        margin: 2em 0 0 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

        .articlegroup-child-menu a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            color: #333;
            margin: 0 2em 2em 0;
            font-size: 1.1rem;
            font-weight: 700;
            text-decoration: none;
            box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
            align-items: center;
            align-content: center;
            padding: .8em;
            box-sizing: border-box;
            width: calc(25% - 1.6em);
        }

            .articlegroup-child-menu a:hover {
                box-shadow: 0 2px 4px 0 rgb(0 106 45 / 55%);
                text-decoration: underline;
                color: #006a2d;
            }

            .articlegroup-child-menu a:nth-child(4n+4) {
                margin-right: 0;
            }

        .articlegroup-child-menu .articlegroup-img {
            width: 80px;
            height:40px;
            margin-right: .8em;
            display:flex;
            justify-content:center;

        }

        .articlegroup-child-menu .articlegroup-img img {
            max-width: 100% !important;
            height: auto !important;
            max-height: 100%;
            object-fit: contain;
            width: auto;
        }

        .articlegroup-child-menu a img {
            width: 80px;
        }
    /* Kategori switch ----------------- */
    .listing-types {
        margin: 0 0 0 .5em;
    }

    .list-type {
        margin-left: .5em;
        padding: .5em 0;
        font-size: 1.2rem;
        opacity: .6;
        color: #333;
        text-decoration: none;
        backface-visibility: hidden;
        -webkit-font-smoothing: subpixel-antialiased;
    }

        .list-type:hover {
            cursor: pointer;
            opacity: .8;
            transform: scale(.9);
        }

        .list-type.active {
            opacity: 1;
            color: #e30614;
        }

    /* Tumnaglar ----------------- */
    .articles {
        width: 100%;
        margin-left: auto;
        justify-self: flex-end;
    }


        /* Switch ------------------ */
        .articles.switch .campaign .mob-label {
            display: none;
        }

        .articles.switch .campaign {
            width: 100%;
            margin: 0 0 1em 0;
            display: flex;
            flex-wrap: wrap;
            border: 0;
            border-bottom: 1px solid rgba(99,99,99,0.2);
            padding: 0 0 1em 0;
        }

            .articles.switch .campaign h2 {
                order: 1;
                font-size: .9rem;
                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: 100px;
                height: 100px;
                order: 2;
                margin-top: 1.2em;
            }

            .articles.switch .campaign .children {
                order: 3;
                width: calc(100% - 120px);
                margin-left: auto;
                transition: .5s;
                height: auto;
                align-self: flex-start;
                padding-bottom: .5em;
            }

                .articles.switch .campaign .children .campaign {
                    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: flex;
                        font-weight: bold;
                        padding: 0 .5em;
                    }

                .articles.switch .campaign .children .campaign {
                    padding: 0 0 0 0;
                    margin: 0 0 0 0;
                }

                    .articles.switch .campaign .children .campaign article {
                        padding: .25em .5em;
                        margin: 0;
                        align-items: center;
                    }

                    .articles.switch .campaign .children .campaign:nth-child(odd) article {
                        background: #fafafa;
                    }

                    .articles.switch .campaign .children .campaign .col {
                        margin-right: .5em;
                        padding: 0;
                        width: 10%;
                        display: flex;
                        align-items: center;
                        align-content: center;
                        transition: .5s;
                        box-sizing: border-box;
                    }

                        .articles.switch .campaign .children .campaign .col, .articles.switch .campaign .children .campaign .col * {
                            font-size: .85rem;
                        }

                            .articles.switch .campaign .children .campaign .col, .articles.switch .campaign .children .campaign .col *:not(.fal,.fas,.far,.fad,button,.k-link,.k-widget, .k-item, .k-select, span) {
                                font-size: .7rem;
                            }

                    .articles.switch .campaign .children .campaign header .col, .articles.switch .campaign .children .campaign header .col * {
                        font-size: .7rem;
                    }

                    .articles.switch .campaign .children .campaign .col .k-link {
                        height: 1.2em;
                    }

                        .articles.switch .campaign .children .campaign .col .k-link .k-icon {
                            font-size: .95rem;
                            min-height: 1em;
                            min-width: 1.2em;
                        }

                            .articles.switch .campaign .children .campaign .col .k-link .k-icon:before {
                                height: .9em !important;
                            }

                    .articles.switch .campaign .children .campaign .favorite-col {
                        width: 30px;
                        min-width: 30px;
                        height: 40px;
                        margin: 0;
                        padding-left: .25em;
                        position: relative;
                        top: 0;
                        right: 0;
                    }

                    .articles.switch .campaign .children .campaign header .favorite-col {
                        height: 10px;
                    }

                    .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: 35px;
                        min-width: 35px;
                        box-sizing: border-box;
                        margin-right: 1em;
                    }

                        .articles.switch .campaign .children .campaign .img-col a {
                            align-items: center;
                            align-content: center;
                            justify-content: center;
                            width: 100%;
                            height: 100%;
                            margin: 0;
                        }


                    .articles.switch .campaign .children .campaign .img {
                        height: 35px;
                        background: #fff;
                    }

                    .articles.switch .campaign .children .campaign .name-col {
                        min-width: 260px;
                        margin-right: .5em !important;
                    }

                    .articles.switch .campaign .children .campaign h3.name-col {
                        font-weight: normal;
                        margin-bottom: 0;
                        margin-right: .5em !important;
                    }

                    .articles.switch .campaign .children .campaign .attribute-col {
                        min-width: 130px;
                        padding-left: 1em;
                        padding-right: 1em;
                        flex-wrap: wrap;
                    }

                        .articles.switch .campaign .children .campaign .attribute-col .w-100 {
                            display: block;
                        }

                    .articles.switch .campaign .children .campaign .artno-col {
                        min-width: 85px;
                        color:#000!important;
                 /*       pointer-events:none;*/
                    }

                    .articles.switch .campaign .children .campaign .pack-col {
                        min-width: 70px;
                        justify-content: center;
                    }

                    .articles.switch .campaign .children .campaign .stock-col {
                        min-width: 120px;
                        justify-content: flex-start;
                        margin-top: .25em;
                        padding-right: 1em;
                    }

                        .articles.switch .campaign .children .campaign .stock-col span {
                            align-items: center;
                            align-content: center;
                            display: flex;
                        }


                            .articles.switch .campaign .children .campaign .stock-col span.mob-label {
                                display: none;
                            }

                        .articles.switch .campaign .children .campaign .stock-col.empty-stock span {
                            color: #e30614;
                        }

                        .articles.switch .campaign .children .campaign .stock-col .order-stock {
                            color: #cf8113;
                        }



                        .articles.switch .campaign .children .campaign .stock-col .icon {
                            margin-right: .3em;
                            color: #000;
                        }

                        .articles.switch .campaign .children .campaign .stock-col.empty-stock button {
                            margin: .25em 0 .25em .5em;
                            border: 0;
                            background: none;
                            border: 0 !important;
                            color: #000;
                            font-size: .8rem;
                            font-weight: normal;
                            padding: .25em 0;
                            border-radius: 2px;
                            transition: .5s;
                            backface-visibility: hidden;
                            -webkit-font-smoothing: subpixel-antialiased;
                            display: flex;
                            align-items: center;
                            align-content: center;
                        }

                            .articles.switch .campaign .children .campaign .stock-col.empty-stock button:hover {
                                cursor: pointer;
                                color: #006a2d;
                            }

    body.show-stock-message {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .campaign .children .campaign .stock-col.empty-stock .stock-message {
        display: none;
    }

    body.show-stock-message .campaign .children .campaign .stock-col.empty-stock .stock-message {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        top: 0;
        left: 0;
        z-index: 1000000000000;
        display: flex !important;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        body.show-stock-message .campaign .children .campaign .stock-col.empty-stock .stock-message .inner {
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            background: #fff;
            padding: 3em;
            position: relative;
            max-width: 300px;
        }

            body.show-stock-message .campaign .children .campaign .stock-col.empty-stock .stock-message .inner h2 {
                font-size: 1rem;
            }


            body.show-stock-message .campaign .children .campaign .stock-col.empty-stock .stock-message .inner button.close-stock-message {
                background: none;
                color: #e30614;
                position: absolute;
                right: 1em;
                top: 1em;
                min-width: unset;
            }

                body.show-stock-message .campaign .children .campaign .stock-col.empty-stock .stock-message .inner button.close-stock-message * {
                    font-size: 1.2rem;
                }

            body.show-stock-message .campaign .children .campaign .stock-col.empty-stock .stock-message .inner input.k-textbox {
                margin: .5em 0 0 0;
                width: 100%;
                padding: .5em;
                box-sizing: border-box;
            }

            body.show-stock-message .campaign .children .campaign .stock-col.empty-stock .stock-message .inner label {
                font-size: .8rem;
                margin: .5em 0 0 0;
                cursor: pointer;
                background: #fafafa;
                padding: 1em;
            }

                body.show-stock-message .campaign .children .campaign .stock-col.empty-stock .stock-message .inner label * {
                    font-size: .8rem;
                }

                body.show-stock-message .campaign .children .campaign .stock-col.empty-stock .stock-message .inner label a {
                    box-shadow: none;
                    display: inline-flex;
                    color: #006a2d;
                    text-decoration: underline;
                    padding: 0;
                }

                    body.show-stock-message .campaign .children .campaign .stock-col.empty-stock .stock-message .inner label a:hover {
                        text-decoration: none;
                    }

            body.show-stock-message .campaign .children .campaign .stock-col.empty-stock .stock-message .inner button#SubmitArticleMonitor {
                color: #fff;
                background: rgba(0, 0, 0,.9);
                border: 1px solid rgba(0, 0, 0,.1);
                font-size: 1rem;
                width: 100%;
                padding: .8em;
                margin: .5em 0 0 0;
                text-align: center;
                justify-content: center;
            }

                body.show-stock-message .campaign .children .campaign .stock-col.empty-stock .stock-message .inner button#SubmitArticleMonitor:hover {
                    background: rgba(0, 0, 0,.8);
                }


    .articles.switch .campaign .children .campaign .price-col {
        min-width: 140px;
        justify-content: flex-start;
        margin-left: auto;
    }


    .articles.switch .campaign .children .campaign .quantity-col {
        min-width: 140px;
        margin-right: 0;
        margin-left: auto;
        justify-content: center;
    }

        .articles.switch .campaign .children .campaign .quantity-col.signed-in-quantity {
            min-width: 110px;
        }

        .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: 0 .65em 0 auto;
        font-size: 1rem;
        background: rgba(0, 106, 45, .8);
        border: 1px solid rgba(0, 106, 45, 1);
        padding: .5em .8em;
        min-width: 98px;
    }

        .articles.switch .campaign .buy-button:hover {
            background: rgba(0, 106, 45, .7);
        }

    @media only screen and (min-width : 0px) and (max-width : 95rem) {
      /*  .articles.switch .campaign .children .campaign .quantity-col {
            margin-left: 0;
        }*/


        .articles.switch .campaign .children .campaign .name-col {
            min-width: 180px;
        }
    }


    @media only screen and (min-width : 0px) and (max-width : 85rem) {
        .articlegroup-child-menu a, .articlegroup-child-menu a:nth-child(4n+4) {
            width: calc(33.33% - 1.4em);
            margin: 0 2em 2em 0;
        }


            .articlegroup-child-menu a:nth-child(3n+3) {
                margin-right: 0;
            }
    }


    @media only screen and (min-width : 0px) and (max-width : 80rem) {



        .articles.switch .campaign {
            width: 100%;
        }

            .articles.switch .campaign a.img:first-of-type {
                width: 80px;
                height: 80px;
            }

            .articles.switch .campaign .children {
                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 .stock-col {
                    min-width: 80px;
                }

                .articles.switch .campaign .children .campaign .artno-col {
                    min-width: 70px;
                }

                .articles.switch .campaign .children .campaign .attribute-col {
                    min-width: 80px;
                }

                .articles.switch .campaign .children .campaign .name-col {
                    overflow-wrap: break-word;
                    word-wrap: break-word;
                    -ms-word-break: break-all;
                    word-break: break-all;
                    word-break: break-word;
                    -ms-hyphens: auto;
                    -moz-hyphens: auto;
                    -webkit-hyphens: auto;
                    hyphens: auto;
                    min-width: 90px;
                }

            .articles.switch .campaign .buy-button {
                margin: .5em .7em 0 auto;
                min-width: 98px;
            }
    }



    @media only screen and (min-width : 0px) and (max-width : 65rem) {


        .articlegroup-child-menu a, .articlegroup-child-menu a:nth-child(4n+4), .articlegroup-child-menu a:nth-child(3n+3) {
            width: calc(50% - 1em);
            margin: 0 2em 2em 0;
        }


            .articlegroup-child-menu a:nth-child(2n+2) {
                margin-right: 0;
            }


        .export-compare-buttons {
            position: relative;
            top: 0;
        }
    }

    @media only screen and (min-width : 0px) and (max-width : 52rem) {
        .articles.switch .campaign .children .campaign article {
            align-items: flex-start;
            padding: .5em .25em;
        }

       


        .articles.switch .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 .col.quantity-col {
               margin-left:auto;
            }

            .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: 10px;
            }

            .articles.switch .campaign .children .campaign article {
                flex-wrap: wrap;
                position: relative;
            }

            .articles.switch .campaign .children .campaign .quantity-col {
                margin-left: 0.5em;
            }

            .articles.switch .campaign .children .campaign .price-col {
                align-items: flex-end;
                justify-content:flex-end;
            }

            .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: calc(100% - 50px);
                justify-self: flex-end;
                margin-right: 0;
                margin-left: 50px;
                justify-content: flex-start;
            }

            .articles.switch .campaign .children .campaign .stock-col {
                margin-bottom: .5em;
            }



                .articles.switch .campaign .children .campaign .stock-col.empty-stock button {
                    margin: 0 0 0 .5em;
                }

                .articles.switch .campaign .children .campaign .stock-col .icon {
                    margin-right: .5em;
                }

            .articles.switch .campaign .children .campaign h3.name-col {
                margin-bottom: .5em;
                margin-top:0.25em;
                font-size:0.85rem !important;
            }

            .articles.switch .campaign .mob-label {
                display: inline-block;
                font-weight: bold;
                margin-right: .3em;
            }

            .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 .stock-col span.mob-label {
                display: inline-block;
            }
    }

    @media only screen and (min-width : 0px) and (max-width : 42rem) {

        .articlegroup-child-menu a, .articlegroup-child-menu a:nth-child(4n+4), .articlegroup-child-menu a:nth-child(3n+3), .articlegroup-child-menu a:nth-child(2n+2) {
            width: 100%;
            margin: 0 0 2em 0;
        }

        .articles.switch .campaign .buy-button {
            margin: .5em 0 0 auto;
            min-width: 100%;
        }
    }

    @media only screen and (min-width : 0px) and (max-width : 36rem) {


        .articles.switch .campaign {
            width: 100%;
        }
    }

    @media only screen and (min-width : 0px) and (max-width : 30rem) {
        .articlelist-heading .article-question {
            min-width: unset !important;
        }

            .articlelist-heading .article-question button {
                font-size: 0;
                padding: 1em !important;
                min-width: 1.5rem;
                min-height: 1.5rem;
                display: flex;
                align-items: centeR;
                justify-content: center;
            }

                .articlelist-heading .article-question button .icon {
                    font-size: 1rem;
                }

        .articles.switch .campaign .children .campaign .favorite-col {
            position: relative;
            left: 0;
        }

        .articles.switch .campaign .children .campaign .img-col {
            position: relative;
            left: 0;
            margin-bottom: 1em;
        }

        .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;
        }
    }

    @media only screen and (min-width : 0px) and (max-width : 20rem) {
        .articles.switch .campaign .mob-label {
            display: block;
            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: 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  {
    max-width: 1600px;
  
}

.article-detail .images{
    width:425px;
    align-items:flex-start;
    align-content:flex-start;
}

    .article-detail .images.no-thumbs {
        width: 310px;
    }

.article-detail .buy-info {
    width: calc(100% - 520px);
}

.article-detail .buy-info.no-thumbs {
    width: calc(100% - 320px);
}

/* Article information -------------- */
.article-detail{
 /*   margin-bottom:2em;*/
 padding-bottom:2rem;
}

    .article-detail .info-content {
        align-items: flex-start;
        align-content:flex-start;
    }
    .article-detail h1 {
        margin: 0;
        font-size: 2.1rem;
        max-width: calc(100% - 4.2em);
    }

    .article-detail .article-question {
        margin-left: auto;
    }

    .article-detail .article-question button{
        border: 1px solid #decc30;
        background: #fff042;
        color: #333;
        border-radius: 4px;
        padding:.5em 1em;
        font-weight:700;
    }

        .article-detail .article-question button:hover {
            border: 1px solid #e5d75c;
            background: #fff475;
            cursor: pointer;
        }

.article-detail h2 {
    font-size: 1.5rem;
    padding: 0 .5em .15em 0;
    margin:.25em 0 .5em 0!important;
    border-bottom: 3px solid rgb(255, 240, 66);
    display: inline-flex;
    box-sizing:border-box;
}

.article-detail h2, .article-detail h3 {
    margin: 0;
    font-weight: 400;
    width:100%;
}

.article-detail h3 {
    font-size:1.2rem;
}

    .article-detail .short-desc{
        margin:0 0 0 0;
        line-height:160%;
        font-size:.95rem;
        width:100%;
    }

        .article-detail .short-desc .w-100 {
            margin-bottom: .5em;
        }
        .article-detail .short-desc .more-link{
           font-size:.95rem;
        }

        .article-detail .short-desc .more-link:hover {
            text-decoration:none;
        }

        .article-detail .short-desc .more-link .icon {
            font-size: .7rem;
            margin: 0 0 0 .25em;
        }

    .article-detail #Description{
        margin-top:-6em;
        margin-bottom:6em;

    }
    .article-detail .buy-info {
        padding-left: 3em;
    }

        .article-detail .buy-info .long-desc {
            font-size: .95rem;
            margin: 1em 0;
        }

        .article-detail .buy-info .long-desc p {
            font-size: .95rem;
        }

    .article-detail .articles.switch .campaign {
        padding:0;
        box-shadow:none!important;
    }
       .article-detail .articles.switch .campaign .children .campaign .col, .article-detail .articles.switch .campaign .children .campaign .col *:not(.fal,.fas,.far,.fad,button,.k-link,.k-widget, .k-item, .k-select, span) {
        font-size: .8rem;
    }

    .article-detail .contact-order {
        margin-left: auto;
        font-size:.8rem;
        font-style:italic;
/*        margin-right:.5em;*/
        width:30%;
        display:flex;

    }

        .article-detail .contact-order a {
            color: #fff;
            display: inline-flex;
            align-items: center;
            align-content: center;
            width: auto;
            font-weight: 500 !important;
            border-radius: 5px;
            backface-visibility: hidden;
            -webkit-font-smoothing: subpixel-antialiased;
            margin: .5em 0 .5em auto;
            font-size: .9rem;
            background: rgba(0, 106, 45, .8);
            border: 1px solid rgba(0, 106, 45, 1);
            padding: 0.5em 0.8em;
            font-style: normal;
        }

            .article-detail .contact-order a:hover {
                background: rgba(0, 106, 45, .7);
            }


    .article-detail .message-order {
        margin-left: auto;
        border: 1px solid #decc30;
        background: #fff042;
        color: #333;
        border-radius: 4px;
        padding: .35em .75em;
        font-weight: 700;
    }

        .article-detail .message-order:hover {
            border: 1px solid #e5d75c;
            background: #fff475;
            cursor:pointer;
        }
    /* Specifikation ------------------------ */
    .article-detail .stat {
        margin:0 0;
        max-width:600px
     /*   border: 1px solid rgba(99,99,99,0.2);*/
    }

    .article-detail .stat .inner .row:nth-of-type(odd) {
        background: #fafafa;
    }

    .article-detail .stat .inner .row {
        width: 100%;
        border-bottom: 1px solid rgba(99,99,99,0.2);
    }

    .article-detail .stat .inner .row:last-of-type {
        border-bottom:0;
    }

        .article-detail .stat .inner .row div {
            width: 50%;
            padding: .5em .5em;
            font-size: .95rem;
        }

            .article-detail .stat .inner .row div:nth-of-type(even) {
                border-left: 1px solid rgba(99,99,99,0.2);
            }

/* Dokument ------------------------------ */
.article-detail .docs {
    margin: 0 0 2em 0;
}

.article-detail .doc a {
    font-size: .95rem;
    margin: 0 0 .3em 0;
    text-decoration: none;
    display: inline-block;
    cursor:pointer;
    color:#000;
}


    .article-detail .doc a span {
        text-decoration: underline;
        transition:.5s;
    }

    .article-detail .doc a:hover span {
        text-decoration: none;
    }

    .article-detail .doc a .icon {
        margin-right: .5em;
    }

/* Produktblad-knapp ---------------------- */
.product-sheet {
/*    margin: .5em 1em 1em 0;
    border: 1px solid #decc30;
    background: #fff042;
    color: #000;
    border-radius: 3px;
    padding: .45em .75em;
    font-weight: 700 !important;
    text-decoration: none;
    font-size: .9rem;
    display:inline-flex;*/
text-decoration:underline;
color:#000;

}

    .product-sheet:hover {
        color: #000;
        cursor: pointer;
        text-decoration: none;
        /* border: 1px solid #e5d75c;
        background: #fff475;
        color: #000;*/
    }

.article-detail .articles.switch .campaign{
    border:0;
}
/* Tab content ------------- */
.tab-toolbar-module {
    width: 100%;
    margin-bottom:2rem;
}

.tab-toolbar {
    width: 100%;
    border-bottom:1px solid #ccc;
}

    .tab-toolbar button {
        background: none;
        border: 0;
        font-weight: bold;
        padding: 1rem .5rem;
        margin:0 2rem 0 0;
        font-size: 1rem;
        font-weight: 600;
        color:#000;
        border-bottom: 2px solid transparent;
    }

        .tab-toolbar button:hover {
            border-bottom: 2px solid #006b3153;
        }


        .tab-toolbar button.highlight {
            border-bottom: 2px solid #006b31;
        }
.tab-toolbar button:hover{
    cursor:pointer;
}

.tab-toolbar-content {
    width: 100%;
    padding:2rem .5rem;
}

    .tab-toolbar-content .tab {
        display: none;
        width: 100%;
      
    }

        .tab-toolbar-content .tab.active {
            display: block;
        }
/* Article information - Related articles -------------- */
.meta-info {
    margin-top: 0;
    width: 100%;
}
.meta-info .meta-info-content, .meta-info .related-articles {
    width: 100%;
    box-sizing: border-box;
    align-content: flex-start;
    padding-top:0;
    padding-bottom:2rem;
}

    .meta-info .related-articles {
        padding-bottom: 4rem;
    }
.meta-info .meta-info-content{
/*   border-right: 1px solid rgba(99,99,99,0.2);
   padding-right:3em;*/
}

    .meta-info .meta-info-content h3.title {
        border-bottom: 1px solid rgba(99,99,99,0.2);
        font-weight: 600;
        padding: 0 0 .5em 0;
        margin: 0 1em 0 0;
        font-size: 1rem;
        margin: 0 0 1.5em 0;
    }

    .meta-info .meta-info-content .long-desc a {
        text-decoration: underline;
    }

        .meta-info .meta-info-content .long-desc a:hover {
            text-decoration: none;
            cursor: pointer;
        }
.related-articles {
   /* padding: 0 0 0 3em;*/
}

    .related-articles h3.title {
        border-bottom: 1px solid rgba(99,99,99,0.2);
        font-weight: 600;
        padding: 0 0 .5em 0;
        margin: 0 1em 0 0;
        font-size: 1rem;
        margin: 0 0 1.5em 0;
    }
    .related-articles .related-toolbar {
        border-bottom: 1px solid rgba(99,99,99,0.2);
        margin: 0 0 1.5em 0;
    }
        .related-articles .related-toolbar button {
            background: none;
            border: 0;
            padding: 1rem 0.5rem;
            margin: 0 2rem 0 0;
            font-size: 1rem;
            font-weight: 600;
            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: 2px solid #006b31;
                opacity: 1;
                font-weight: 600;
            }


.related-articles .related-list article {
    width: 100% !important;
    flex-wrap: nowrap;
    border: 0;
    margin:0 0 0 0!important;
    padding: 0;
}

                .related-articles .related-list article:nth-child(odd) a {
                    background: #fafafa;
                }

    .related-articles .related-list article a {
        align-items: center;
        font-size: .8rem;
        text-decoration: none;
        border:1px solid rgba(99,99,99,0.2);
        border-bottom:0;
        padding:1em 0;
        color:#000!important;
        margin:0;
    }

    .related-articles .related-list article:last-of-type a {
        border-bottom: 1px solid rgba(99,99,99,0.2);
    }
        .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%;
                    word-break:break-all;
                   
                }

        .related-articles .related-list article a h3 {
            width: 50%;
            font-size: .8rem;
            font-weight: normal;
            margin: 0;
            color: #000;
            font-weight:bold;
            text-decoration: underline;
            padding-left:1em;
        }


    .related-articles .related-list article:hover a h3 {
        text-decoration: none !important;
    }

        .related-articles .related-list article a h3:hover {
            text-decoration: none;
        }

    /* Article information - Children switch view -------------- */

    .article-detail .articles {
        width:100%;
        margin-left: 0;
        justify-self: flex-start;
        margin:2em 0 0 0;
    }
        .article-detail .articles.switch .campaign {
            padding-bottom:1.5em;
        }
        .article-detail .articles.switch .campaign .children {
            width: 100%;
        }

/* Large images ------------------------------ */
    .article-detail .images #LargeImage {
        padding: 2em;
        margin:0 0 .5em 0;
        border: 1px solid rgba(99, 99,99, .2);
        height: auto;
        max-height: 320px;
        height: 320px;
        width:300px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        order: 2;
    }

.article-detail .images #LargeImage.has-thumbs {
    margin: 0 0 .5em auto;
}

        .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;
            visibility:hidden;
        }

        .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;
    flex-direction: row;
    overflow: hidden;
    width: 100px;
    box-sizing: border-box;
    order: 1;
    flex-wrap: wrap;
    max-height: 320px;
}

    .article-detail .images .thumbnails .swiper-wrapper {
        flex-direction: column;
        padding-top: 1.6em;
        padding-bottom: 1.6em;
    }

    .article-detail .images .thumbnails .swiper-button-prev, .article-detail .images .thumbnails .swiper-button-next {
 
        background: #fff;
        transform: rotate(90deg);
        right: 0;
        left: 0;
        margin: 0 auto !important;
        height: 100%;
        max-height: 101px;
        z-index: 1001;
        align-content: center;
    }


        .article-detail .images .thumbnails .swiper-button-prev:after, .article-detail .images .thumbnails .swiper-button-next:after {
            color: #006a2d !important;
            font-size: .7rem !important;
            font-weight: bold;
        }

    .article-detail .images .thumbnails .swiper-button-prev {
        top: -2.6em;
        bottom: auto;
    }

    .article-detail .images .thumbnails .swiper-button-next {
        top: auto;
        bottom: -2.6em;
    }


        .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: 30px;
            height: 100%;
            align-items: center;
            align-content: center;
            justify-content: flex-start;
            position: absolute;
            left: 0;
            z-index: 19000;
            color: #000;
        }

            .article-detail .images .thumbnails .arrow.prev .fad {
                opacity: .7;
                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: .7;
                color: #ccc;
                cursor: default;
            }

        .article-detail .images .thumbnails .thumb {
            border: 1px solid rgba(99, 99,99, .2);
            width: 100px;
            height: 100px;
            position: relative;
            margin-bottom:10px;
            margin-right:10px;
            overflow: hidden;
            box-sizing: border-box;
            background: #fff;
            align-items: center;
            justify-content: center;
            padding: 1em;
        }

        .article-detail .images .thumbnails .thumb:nth-child(2n+2) {
            margin-right:0;
        }

            .article-detail .images .thumbnails .thumb:hover {
                cursor: pointer;
            }

            .article-detail .images .thumbnails .thumb .video-bg {
                width: 100%;
                height: 100%;
                position: absolute;
 
             z-index:100001;
            }

            .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: 98px !important;
                height: 98px !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;
            }

/* Images Layout --------------------- */

    /* Two kol layout -------------------- */
    /*.article-detail.two-columns-thumbs .images {
        width: 520px;
    }

    .article-detail.two-columns-thumbs .buy-info {
        width: calc(100% - 540px);
    }

    .article-detail.two-columns-thumbs .images .thumbnails {
        width: 200px;
    }*/

    /* Three kol layout -------------------- */
    /*.article-detail.three-columns-thumbs .images {
        width: 630px;
    }

    .article-detail.three-columns-thumbs .buy-info {
        width: calc(100% - 640px);
    }

    .article-detail.three-columns-thumbs .images .thumbnails {
        width: 330px;
    }*/

    


@media only screen and (min-width : 0px) and (max-width : 90rem) {



}

@media only screen and (min-width : 0px) and (max-width : 85rem) {
    /* Layout ------------------------------- */
    .article-detail #MainImage .large-arrow {
        top: 150px;
    }

    .article-detail.three-columns-thumbs .buy-info {
        width: 100%;
        margin: 2em 0 0 0;
        padding: 0;
    }

    /* ----------------------------------- */

    .related-articles .related-list article a {
        flex-wrap: wrap;
        align-items:flex-start;
        align-content:flex-start;
    }

        .related-articles .related-list article a .art-no, .related-articles .related-list article a h3 {
            width: calc(100% - 70px);
            margin-left: auto;
        }

        .related-articles .related-list article a h3 {
            margin-top:-1.5em;
        }
}

@media only screen and (min-width : 0px) and (max-width : 75rem) {
    .article-detail {
        flex-wrap: wrap;
        padding-bottom: 5em !important;
        margin-bottom:0;
    }

        .article-detail h1 {
            max-width: 100%;
        }

        .article-detail .article-question button {
            margin-top: 1em;
        }

    .article-detail .buy-info {
        width: 100%!important;
        padding-left: 0;
    }
    .article-detail .images {
        margin: 0 auto 2em auto;
        width:100%!important;
    }

        .article-detail .images #LargeImage {

            margin: 0 0 10px 10px!important;


        }



        .meta-info {
            margin-top: 1em;
        }

   

}

@media only screen and (min-width : 0px) and (max-width : 50rem) {

    .meta-info .meta-info-content, .meta-info .related-articles {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        border-left: 0;
        border-right: 0;
    }

    .meta-info .meta-info-content {
        margin-bottom: .5em;
    }

    .article-detail .message-order, .article-detail .contact-order {
            margin-top:.5em;
        }

    .article-detail .images #LargeImage {
        max-width:calc(100% - 120px);
    }

    .article-detail .contact-order {
        width: 100%;
        text-align:right;
    }

    }


@media only screen and (min-width : 0px) and (max-width : 32rem) {
    .article-detail .message-order {
        width: 100%;
    }

    .article-detail .images .thumbnails {
        max-height: 280px;
    }

        .article-detail .images .thumbnails{
            width:70px;
        }

        .article-detail .images .thumbnails .thumb {
            width: 70px;
        }

            .article-detail .images .thumbnails .swiper-button-prev, .article-detail .images .thumbnails .swiper-button-next{
                max-height:71px;
            }

            .article-detail .images .thumbnails .swiper-button-prev {
                top: -1.6em;
               right:0;
            }

            .article-detail .images .thumbnails .swiper-button-next {
                bottom: -1.6em;
                right:0;
            }

            .article-detail .images .thumbnails .swiper-button-next {
              
            }

            .article-detail .images #LargeImage {
                max-height: 280px;
                height: 280px;
            }


    .article-detail .images #LargeImage {
        max-width: calc(100% - 80px);
    }

    .tab-toolbar button {
        padding: 1rem .25rem;
        margin: 0 .25rem 0 0;
        font-size: .85rem;
    }

    .related-articles .related-toolbar button {
        padding: 1rem .25rem;
        margin: 0 .25rem 0 0;
        font-size: .85rem;
    }
}
#BodyBackground {
}

.edit a {
    text-decoration: underline;
}


    .edit a:hover {
        text-decoration: none;
    }

.page-large-img {
    height: auto;
    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: calc(100% - 270px);
    padding: 2em;
    margin-left: auto;
    display: flex;
    flex-wrap:wrap;
}

    .edit.full {
        width: 100%;
        padding-left: 0;
     
    }

    .edit .wrap-around {
        display:flex;
        width:100%;
    }

    .edit table {
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 2em;
    }

        .edit table tr {
            width: 100% !important;
            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;
            height:auto !important;
        }

            .edit table tr td {
                padding: 0 1em;
                width:100% !important;
                height:auto !important;
            }

    .edit .page-content {
        width: 100%;
        

    }

    .edit .wrap-around .page-content {
        padding-right:2em;
    }



.child-menu-wrapper {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.swh-row-layout {
    min-height: 100%;
}
/*.child-menu-wrapper .child-swh-template {*/
/*    padding-top: 2rem;*/
    /*border-left: 1px solid rgba(99,99,99,0.3);
}*/

.no-match{
    margin-bottom:4rem;
    padding-top:2rem;
    padding-bottom:2rem;
}
/* Brödsmulor ------------- */
.page-detail #Breadcrumbs {
    margin: 2em 0 2em 0;
}

/* Kolumner från editor --------------- */
.info-col {
    border: 0 !important;
    padding: 0 !important;
}

/* Formulär ---------------------- */

.page-detail form {
    background: #f5f5f5;
    padding-top: 1em;
    padding-bottom: 1em;
}

.page-detail .contact-form-right {
    width: 300px;
}

.page-detail .contact-form-bottom {
    width: 100%;
}

.page-detail form .wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 2em;
    justify-content: space-between;
    max-width: 100% !important
}

.page-detail form h2 {
    width: 100%;
}

.page-detail form #AjaxContactFormContent {
    width: 100%;
}


    .page-detail form #AjaxContactFormContent .row {
        margin-bottom: 1em;
    }

.edit form input {
  /*  box-sizing: border-box;
    padding: 1em;*/
}

.edit form textarea {
    /*width: 100%;
    box-sizing: border-box;
    padding: 1em;*/
}

.page-detail form .delivery-address-fields {
    width: 100%;
}

.page-detail form button i {
    padding-left: 0.5em;
}



.page-detail form .wrapper .wrapper {
    padding: 0 !important;
    max-width: 100% !important;
}

.page-detail form .existing-customer-fields {
    /*    padding-right: 1em;*/
    width: 100%;
}

.page-detail form .field-validation-error {
    width: 100%;
}

.page-detail form label.radio-btn {
    width: calc(50% - 1rem);
    margin: 0 0 .5em 0;
    justify-self: flex-start;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    padding: 0;
    font-size: .95rem;
    align-content: center;
    align-items: center;
    font-weight: 500;
}

    .page-detail form label.radio-btn.second {
        /*  margin: 0 0 1em 0;*/
    }

    .page-detail form label.radio-btn:before {
        display: block;
        background: #ccc;
        content: "\f111";
        font-family: Font Awesome\ 5 Pro;
        margin-right: .75em;
        border-right: 1px solid #ccc;
        padding: .5em .75em;
        font-weight: 500;
    }

    .page-detail form label.radio-btn.focus {
        background: #449743;
        color: #fff;
    }

        .page-detail form label.radio-btn.focus:before {
            content: "\f058";
            font-weight: bold;
            background: #3b7f3c;
            color: #fff;
        }

    .page-detail form label.radio-btn input {
        position: absolute;
        left: -1000px;
    }

.page-detail form label {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 0.5em 0 !important;
    position: relative;
    cursor: pointer;
}

    .page-detail form label.input-required {
        /* margin: 0;*/
    }

    .page-detail form label.w-50 {
        width: calc(50% - 0.5rem);
    }

    .page-detail form label span {
        font-size: .9rem;
    }

    .page-detail form .k-input {
       background:#fff;
    }

    .page-detail form label .required {
        color: #ff0000;
        position: absolute;
        right: .75em;
        bottom: .85em;
    }

    .page-detail form label input, .page-detail form label textarea {
        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;
    }

    .page-detail form label.input-required input, .page-detail form label input {
        padding: .75em 2em .75em .75em !important;
    }

        .page-detail form label input:not([type='checkbox'], [type='radio']), .page-detail form label textarea {
            width: 100%;
        }

            .page-detail form label input:focus, .page-detail form label textarea:focus {
                border: 1px solid #0A5B80;
            }

.page-detail form button {
    color: #fff;
    display: inline-flex;
    align-items: center;
    align-content: center;
    width: auto;
    font-weight: 500 !important;
    border-radius: 5px;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: .5em .5em;
    font-size: .9rem;
    background: rgba(0, 106, 45, .8);
    border: 1px solid rgba(0, 106, 45, 1);
    padding: 0.5em 0.8em;
    font-style: normal;
    margin-right: auto;
}

    .page-detail form button:hover {
        background: rgba(0, 106, 45, .7);
    }

@media only screen and (min-width : 0) and (max-width : 1250px) {
 /*   .edit form label.w-50 {
        width: 100%;
    }

    .edit .wrap-around {
        flex-wrap: wrap;
    }

    .edit .contact-form-right {
        width: 100%;
    }

    .edit .wrap-around .page-content {
        padding-right: 0;
    }*/

    .page-detail table tr {
        flex-wrap: wrap;
        justify-content: center;
    }

        .page-detail table tr td {
            width: 100% !important;
        }
}

@media only screen and (min-width : 0) and (max-width : 65rem) {
    .page-detail form label.w-50 {
        width: 100%;
    }

    .page-detail .wrap-around {
        flex-wrap: wrap;
    }

    .page-detail .contact-form-right {
        width: 100%;
    }

    .page-detail .wrap-around .page-content {
        padding-right: 0;
    }

    .page-detail form label.radio-btn {
        width: 100%;
    }
    .edit table tr {
        flex-wrap: nowrap;
        justify-content: center;
    }

}

    @media only screen and (min-width : 0) and (max-width : 55rem) {
        .child-menu-wrapper .child-swh-template {
            border-left: 0;
        }
        .edit {
            width: 100%;
            padding: 1em 0;
        }

        .info-col {
            width: 100% !important;
        }

        .edit.full .wrap-around {
            flex-wrap:wrap;
        }

        .edit.full .contact-form-right, .edit.full .page-content {
            width: 100%;
          
        }

        .edit.full .wrap-around .page-content {
            padding-right: 0;
        }

        .edit form .wrapper {
            padding:1em !important;
        }

        .edit.full {
            flex-wrap: wrap;
        }

        .edit form label.radio-btn {
            width: 100%;
        }

    
    }

    @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: contain;
        }
    }


    /* My pages ---------- */
.my-pages-wrapper{
    padding-top:2rem;
    padding-bottom:2rem;
    flex-wrap:nowrap!important;
    max-width:1600px;
}
.filters {
    width: 100%;
    margin: 0 0 1em 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 0 0;
}

.filters .filter {
    position: relative;
}

    .filters .inner {
        align-items: flex-start;
        align-content: flex-start;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap:nowrap;
    }

    .filters .inner-filter {
        flex-wrap: wrap;
        width: 100%;
    }

    .filters .inner .attributes {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
   
    }

.filters .attribute-childmenu {
    width: auto;
    position:relative;
}
    /* Filterknappar ---------------------- */
    .filters .btn {
        font-size: .95rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items:center;
        padding: .35em .75em;
        margin: 0 .5em .5em 0;
        border: 1px solid #999;
        border-radius: 3px;
    }


        .filters .btn:hover {
            cursor: pointer;
            border: 1px solid #333;
            background: #fff04241!important;
        }

        .filters .btn.disabled, .filters .btn.disabled:hover {
        }

    .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 {
        padding: 0 0 2em 0;
      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;
        transition:.5s;
    }

        .filters .filter .filter-box.open {
            padding: .8em;
            max-height: 400px;
            overflow-y: auto;
            border: 1px solid #ccc;
        }

        .filters .filter .filter-box .check {  
            color: #333;
            border-radius: 3px;
            padding: .25em 0 .25em .5em;
            position: relative;
            font-size: .95rem !important;
            align-items: center;
            align-content: center;
        }

            .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, .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 .active-filter.btn .icon{
    margin-left:.3em;
}

    .filters .active-filter.btn:hover .icon {
        color: #970000;
    }



/* Mobil öppna filter ikon ---------------------- */
.filters .filter-icon {
    max-height: 0;
    overflow: hidden;
    flex-wrap: nowrap;
    max-width:0;
    padding: 0;
    border-radius: 3px;
    font-size: .95rem;
    flex-wrap: nowrap;
    overflow: hidden;
    align-items: center;
    border:0;
    background:none;
    color:#000;
}

    .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;
}

    .filters #CloseFilter:hover {
        background: #000;
    }


/* Sortera artiklar ---------------------- */
.sort-order {
    margin:0 0 2em auto;
  min-width:150px;
  max-width:100%;
}

.sort-order select{
    width: 100%;
    color:#000;
}



@media only screen and (min-width : 0) and (max-width : 85rem) {
    .filters .filter-icon {
        margin-bottom:1em;
    }
}

    @media only screen and (min-width : 0) and (max-width : 65rem) {
        .filters {
            width: 100%;
        }

        .sort-order {
            width: auto;
        }

        .articles {
            width: 100%;
        }

        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: 1em 1em;
            border: 1px solid #999;
        }

            .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: calc(100vh - 3.2em);
            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 .icon {
                margin-left: auto;
                justify-self: flex-end;
            }


        .filters .filter .filter-box {
            position: relative;
            width: 100%;
            margin-top: 0;
            margin-bottom: 0;
            border-top-right-radius: 0;
            border-top-left-radius: 0;

        }

        .filters .filter .filter-box.open {
            margin-bottom: 1em;
            max-height:100000px;
        }

       

        .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 .filters #CloseFilter {
            transition:.5s;
        }

        body.filter-open .filters #CloseFilter {
            left: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            height: 3.2em;
            transition: .5s;
        }
    }

    @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;
            text-align: left;
        }

        .sort-order {
            width: 100%;
            margin-left: 0;
            margin-right: auto;
        }

            .sort-order select {
                padding: 1.2em;
                width: 100%;
            }


        .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 {
    z-index: 10000000001;
    right: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
    transition: .5s;
    top:7em;
    max-width:1440px;
    margin:0 auto;
}

.static .message {
    position: absolute;
    bottom: 0;
}
.sticky .message {
    position: fixed;
    bottom: auto;
    top: 5em;
}


    .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 1em;
            background: #333;
            color: #fff;
            margin-left: auto;
            border-radius: 2px;
            width: 220px;
        }

            .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;
}

@media only screen and (min-width: 0) and (max-width: 85rem) {

    .message {
   
        top: 4em;
    }
}

#PageCart {
    position: absolute;
    right: -100vw;
    background:#fff;
    z-index: 10000001111;
    width: 400px;
    max-width: 100%;
    transition:.5s;
    top:9.5em;
}

body.cart-open #PageCart {
    right: 7.8em;
    border: 1px solid #999;
}


.sticky #PageCart {
    top: 4em;
}

#PageCart a:hover, #PageCart button:hover {
    background:none;
}


#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:#000;
     
    }

        #PageCart .head #CloseCart:hover {
            color: #ff0000!important;
            cursor: pointer;
        }

#PageCart .items {
    max-height: calc(60vh - 275px);
    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: #000;
    margin-bottom: .5em;
    padding-right: 2em;
    font-size: .8rem;
    text-decoration: underline;
 
}

    #PageCart .item a.name:hover {
        opacity: .8;
        background: none;
        text-decoration: none;
    }

#PageCart .item .art-no {
    font-size: .8rem;
}

#PageCart .item .del-btn {
    position: absolute;
    right: 0em;
    top: 0;
    color: #333;
}

    #PageCart .item .del-btn:hover {
        cursor: pointer;
        color: #ff0000!important;
    }

#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 .k-numerictextbox .k-select .k-link:last-child {
        margin-left: 0;
    }

#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 .sum .ex-vat{
    display:block;
    width:100%;
}

#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;
        color: #fff;
        background: rgba(0, 106, 45, .8);
        border: 1px solid rgba(0, 106, 45, 1);
        font-size:1.2rem;
    }

        #PageCart .summary div.buttons a:hover {
            background: rgba(0, 106, 45, .75);
            color:#fff!important;
        }

        #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;
        }

#PageCart .export-compare-buttons{
    padding:1em 1em .2em 1em;
    box-sizing:border-box;
    margin-bottom:0;
}


@media only screen and (min-width : 0px) and (max-width : 67rem) {
    #PageCart {
        right: -400px !important;
    }
}
#Breadcrumbs {
    width: 100%;
  /*  margin: 3em 0 2em 0;*/
    padding-top:3rem;
    padding-bottom:2rem;
    margin:0 auto;
    text-align: left;
    box-sizing: border-box;
    font-size: 1rem;
}

    #Breadcrumbs a {
        color: #333;
        font-size: .9rem;
        text-decoration:underline;
        font-weight:700;
    }

        #Breadcrumbs a:hover {
            text-decoration: none;
            color: #006a2d;
        }

    #Breadcrumbs .separator {
        margin:0 .25em 0 .5em;

    }

        #Breadcrumbs a.selected, #Breadcrumbs a.selected:hover {
            cursor: default;
            font-weight: bold;
            color: #000;
            opacity: 1.0;
            text-decoration:none;
        }

    #Breadcrumbs .separator:last-child {
        display: none;
        text-decoration:none;
    }

@media only screen and (min-width : 0px) and (max-width : 40rem) {

}
/* Loginfönster ------------------ */
#LoginWindow {
    position: absolute;
    right: 2em;
    left: 0;
    z-index: 10000001;
    max-width: 1460px;
    margin: 0 auto;
    background: none;
    border: 0;
    margin-top: 0;
    transition: 0.5s;
    height:0;
    top:12em;
    bottom:auto;
}


    #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;
        max-height:75vh;
        overflow-y:auto;
    }

    #LoginWindow .close-login {
        position: absolute;
        right: 1.5em;
        top: 0;
        cursor: pointer !important;
        z-index: 10001;
        background: #fff;
    }


    #LoginWindow .close-login:hover {
        background:#fff!important;
    }


        #LoginWindow .close-login .fad {
            font-size: 1.2rem !important;
        }

    #LoginWindow .contact-for-account {
        font-size:.9rem;
    }

    #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 {
        color:#fff!important;
        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;
    }
/* Search ------------------ */

.mobile-nav #SearchBox {
    display: none !important;
}

.search {
    display: flex;
    margin-bottom: 2em;
    width: 100%;
    margin-left: 1em;
}

    .search #SearchText {
        width: 80%;
        border-radius: 4px;
        border: 1px solid #333;
        padding: .4em .6em;
    }

    .search .search-button {
        margin-left: 5px;
    }

        .search .search-button i {
            font-weight: 900;
        }


.search-column {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    align-content: center;
}

#MainNav #SearchBox {
    display: none;

}

#SearchBox {
    float: none;
    margin-left: auto;
    margin-right: auto;
    justify-self: flex-end;
    justify-content: flex-end;
    position: relative;
    width: auto;
    min-width: 250px;
    margin: 0 3rem 0 auto;
   
}

    #SearchBox input {
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, .6);
        width: 100%;
        padding: .8em .8em;
        box-sizing: border-box;
   
    }


    #SearchBox .search-button {
        right: 0;
        border: 0;
        color: #333;
        background: none;
        padding-right: .5em;
        padding-left: .5em;
        height: 100% !important;
        font-size: 1.2rem!important;
        border-radius: 0;
        border: 3px solid rgba(0, 106, 45, 0);
        position:absolute!important;
    }

       #SearchBox .search-button:hover {
            background: none;
            color: #000 !important;
        }

    #ShopNav #SearchBox {
        display: flex;
    }


        #ShopNav #SearchBox #AutoCompleteTemplate, #AutoCompleteTemplate {
            background: #fff;
            width: 150%;
            max-height: 70vh;
            overflow-y: auto;
            border: 3px solid rgba(0, 106, 45, .8);
            position: absolute;
            z-index: 100002;
            background: #fff;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            box-sizing: border-box;
            margin-top: 0.2em;
            padding-top: 1em;
            top: 2.2em !important;
            right: 0 !important;
            bottom: auto !important;
            /*left: 0 !important;*/
            outline: 0;
            width: 350%;
        }

            #ShopNav #SearchBox #AutoCompleteTemplate.hide {
                display: none;
            }

            #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products {
                padding: .5em 1em 2em 1em;
                /*        border-right: 1px solid #eee;*/
            }

                #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .items {
                    padding-top: .5em;
                }

            #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-categories .items {
                padding: 1em 0;
            }


            #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products h4, #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-categories h4 {
                font-size: .9rem;
                font-weight: 400;
                /*text-transform: uppercase;*/
                border-bottom: 1px solid #eee;
                padding-bottom: .7em;
                margin-bottom: 0;
                font-weight: bold;
            }

            #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-categories h4, #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .autocomplete-files h4 {
                margin-left: 0;
            }

            #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .products {
                width: 100%;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                flex-wrap: wrap;
            }

            #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .product {
                width: 30%;
                margin: 0 1em 1em 0;
                box-sizing: border-box;
                border-top: 1px solid #eee;
                border-left: 1px solid #eee;
                border-right: 1px solid #eee;
                border-bottom: 1px solid #eee;
                transition: .5s;
                position: relative;
            }

                #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .product:hover {
                    -webkit-box-shadow: 0px 0px 11px 0px rgba(204,204,204,1);
                    -moz-box-shadow: 0px 0px 11px 0px rgba(204,204,204,1);
                    box-shadow: 0px 0px 11px 0px rgba(204,204,204,1);
                }

                #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .product a {
                    padding: 1em 1em 2em 1em;
                    margin-bottom: 0;
                    height: 100%;
                }

                #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .product .n-icon {
                    width: 10px;
                    height: 13px;
                    background-size: contain;
                    top: .15em;
                    position: Relative;
                }

                #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .product span.name {
                    color: #333;
                    font-size: .8rem;
                    width: 100%;
                    display: block;
                    line-height: 1rem;
                    margin-top: .5em;
                }

                #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .product .prices {
                    color: #333;
                    margin: 1em 0 0 0;
                    position: absolute;
                    bottom: 0.5em;
                }

                    #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .product .prices .price {
                        font-weight: bold;
                        font-size: .85rem;
                    }

                    #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .product .prices .normal-price {
                        text-decoration: line-through;
                        font-size: .7rem;
                        display: block;
                        width: 100%;
                    }

                #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .product .image {
                    width: 100%;
                    height: 100px;
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .product .image img {
                        width: 100% !important;
                        max-width: 100%;
                        height: 100px;
                        object-fit: contain;
                    }

            #ShopNav #SearchBox #AutoCompleteTemplate .ajax-loader {
                text-align: center;
                padding: 1em 0 2em 0;
            }


            #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-content {
                width: 100%;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                flex-wrap: nowrap;
                justify-content: center;
                padding: 0 1em;
                box-sizing: border-box;
            }

            #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products {
                width: 65%
            }

                #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-categories, #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .autocomplete-files {
                    padding: .5em 2em 2em 2em;
                    height: 100%;
                    width: 35%;
                }

            #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-categories {
                padding: .5em 1em 2em 1em;
                border-left: 1px solid #eee;
            }

                #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-categories a, #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products a, #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-categories .empty-result, #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .empty-result {
                    color: #333 !important;
                    display: block;
                    width: 100%;
                    margin-bottom: .8em;
                    font-size: .8rem;
                    line-height: 1rem;
                    word-break: break-word;
                }

        #SearchBox .autocomplete-categories a {
            text-align: left!important;
        }

            #SearchBox .autocomplete-categories a .icon {
                display: none!important;
            }

#ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-categories a:hover {
    text-decoration: underline;
}

            #ShopNav #SearchBox #AutoCompleteTemplate .big-files {
                margin-top: 1em;
            }

            #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-files.small-files {
                display: none;
            }

            #ShopNav #SearchBox #AutoCompleteTemplate .button {
                padding: 1.5em 2em 2em 2em;
            }

            #ShopNav #SearchBox #AutoCompleteTemplate #ShowAllButton {
                padding: .8em;
                background: #000;
                color: #fff !important;
                box-sizing: border-box;
                width: 100%;
                display: block;
                text-align: center;
                border-radius: 40px;
                font-size: .9rem;
                transition: .5s;
                font-weight: 600;
            }

                #ShopNav #SearchBox #AutoCompleteTemplate #ShowAllButton:hover {
                    background: rgba(0, 106, 45, .8);
                }

@media only screen and (min-width : 0) and (max-width : 85rem) {
    #MainHeader .wrapper{
        flex-wrap:wrap;
    }
    #MainNav {
        order: 100;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
   #SearchBox {
        display: none;
        margin: .5rem auto;
        position: fixed;
   margin-top:8rem;
        left: 0;
        width: 100%;
        background: #fff;
        padding:0 4rem;
        box-shadow: unset;
        min-width:100%;
        max-width:100%;
        
    }

    #ShopNav #SearchBox{
        display:none;
    }

   .open-search #ShopNav #SearchBox {
        display: flex;
    }

    .open-search #MainHeader,
    .open-search.sticky #MainHeader {
        padding-bottom: 4rem;
    }

    .open-search-field {
        font-size: 1.6rem !important;
        top: 2px;
        position: relative;
        margin-right: 1rem !important;
    }

    .open-search .open-search-field .fa-search {
        display: none;
    }

    .open-search .open-search-field .fa-times {
        display:flex!important;
    }

    .open-search #SearchBox {
        display: flex;
    }

   #SearchBox input {
        width: 100%;
        min-height:3rem;
    }

       #SearchBox .search-button {
            right: unset;
            height: 36px;
        }


    #ShopNav #SearchBox #AutoCompleteTemplate {
        top: 2.7em !important;
        right: 0 !important;
        bottom: auto !important;
        /*left: 7.8em !important;*/
        max-width: 80%;
        left: 4rem !important;
    }

        #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .product {
            width: 45%;
            margin: 0 1em 1em 0;
        }
}

@media only screen and (min-width : 0) and (max-width : 67rem) {
   #SearchBox {
      padding-left: 1em;
        padding-right: 1em;
    }

    #ShopNav #SearchBox #AutoCompleteTemplate {
        max-width: 90%;
        left: 1em !important;
    }

        #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products {
            width: 50%;
            padding: 0;
        }

            #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .product a {
                margin: 0 !important;
            }

        #ShopNav #SearchBox #AutoCompleteTemplate .button {
            padding: 0 2em 0 0;
        }

        #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-categories {
            width: 35%;
            padding: .25em .25em .2em .25em;
        }

}

    @media only screen and (min-width : 0px) and (max-width : 51rem) {


        #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-products .product {
            width: 100%;
        }

        #ShopNav #SearchBox #AutoCompleteTemplate .autocomplete-categories {
            width: 50%;
        }

        #MainFooter .col.last{
            padding-left:0;
        }
    }



@media only screen and (min-width : 0px) and (max-width : 35rem) {
  #SearchBox {
/*       padding-left: 0;
        padding-right: 0;*/
    }
}
#MainNav {
    justify-content: center;
    box-sizing: border-box;
    transition: unset;
    align-content: center;
    align-items:center;
    align-self: center;
    z-index: 1;
    width: fit-content;
  /*  max-width: 580px;*/
    margin: 0 auto;
    display: inline-flex;
/*    flex-direction: column;*/
padding:0 2rem;
}

    #MainNav .k-menu{
    }

#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: .5em;
            font-size: 1rem;
            position: relative;
            opacity: 1;
            font-weight: 400;
            /*text-transform: uppercase;*/
            color: #000;
            padding:.25em .5em;
            border-radius:3px;
            margin-bottom:.25rem;
        }


            #MainNav .k-menu .k-icon {
                display: none;
            }

    #MainNav .k-menu .k-item.k-state-highlight .k-link {
        opacity: 1.0;
        background: #fff7a0;
    }

        #MainNav .k-menu .k-item.k-state-highlight .k-group .k-link {
            background: none;
        }

            #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;
                opacity:1.0;
            }


#MainNav .k-group .k-item {
    margin-bottom: .5em;
}

    #MainNav .k-menu .k-item .k-link.k-state-active, #MainNav .k-menu .k-item.k-state-hover .k-link {
        background: none !Important;
    }



    #MainNav .k-menu .k-item .k-group .k-state-selected .k-link {
        background: #fff7a0!important;
    }


    #MainNav .k-menu .k-item .k-group .k-state-selected .k-group .k-link {
        background: none !important;
    }

        #MainNav .k-menu .k-item .k-link:hover, #MainNav .k-menu .k-item .k-group .k-state-selected .k-group .k-link:hover {
            background: #fff7a0 !important;
        }


    #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{
        margin-left:.3em;
    }   

/* Dropdown produktmeny ---------------- */

#ArticleGroupMenuBg {
    position: relative;
}
.large-nav {
    background: #fff;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-left:4rem;
    padding-right:4rem;
}

    .large-nav.open {
        max-height: 4000px;
        padding-top: 2em;
        padding-bottom: 2em;
        border-top: 1px dashed #dfdfdf;
        border-bottom: 1px dashed #dfdfdf;
    }

    .large-nav .flex.wrap {
        box-sizing: border-box;
        padding-left: 3em;
        padding-right: 3em;
    }

    .large-nav .tabstrip {
        padding: 1em 3em 0 3em;
        border-bottom: 2px solid #e30614;
        margin: 0 0 2em 0;
        background: #fafafa;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .large-nav .tabstrip button {
            background: #fff;
            color: #000;
            padding: .5em 1em;
            border: 0;
            box-shadow: none;
            margin: 0 .5em 0 0;
            border: 1px solid #ccc;
            border-bottom: 0;
            position: relative;
            border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            text-transform: uppercase;
        }

            .large-nav .tabstrip button:hover {
                cursor: pointer;
                background: rgba(227, 6, 20, 0.2);
                border-color: #e30614;
            }

            .large-nav .tabstrip button.active {
                color: #fff;
                background: rgba(227, 6, 20, 0.8);
                border-color: #e30614;
                bottom: -1px;
            }

    .large-nav.info .product-link-container {
        display: none;
    }

    .large-nav 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: 0;
    }

        .large-nav h2 span.product-link {
            font-size: .9rem;
            margin-left: .2em;
            font-weight: normal;
        }

.large-nav h2 a {
    color: rgba(68,68,68,1.0);
    font-weight: normal;
    font-size: .9rem;
}


    .large-nav .section {
        margin-bottom: 1.5em;
    }

    .large-nav #ArticleGroupMenu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
    }


    .large-nav .template {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }


    .large-nav .column {
        width: calc(25% - 1.5em);
        margin: .5em 2em 1em 0;
    }


        .large-nav .column:nth-child(4n+4) {
            margin: .5em 0 1em 0;
        }

    .large-nav .five-col .column, .large-nav .five-col .column:nth-child(4n+4) {
        width: calc(20% - 1.6em);
        margin: .5em 2em 1em 0;
    }



        .large-nav .five-col .column:nth-child(5n+5) {
            margin: .5em 0 1em 0;
        }

    .large-nav .column a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        color: #333;
        font-size: 1.1rem;
        font-weight: 700;
        text-decoration: none;
        transition: .5s;
    }

    .large-nav .column .level-1.has-children {
        width: 100%;
    }

    .large-nav .column .parent-btn .group {
        margin-left: auto;
        width: calc(100% - 95px);
        margin-bottom: .25em;
    }

        .large-nav .column .parent-btn .group img, .large-nav .column .parent-btn .group .articlegroup-img {
            display: none;
        }

        .large-nav .column .parent-btn .group a {
            margin-bottom: .5em;
        }

    .large-nav .column .parent-btn {
        flex-wrap: wrap;
    }
        .large-nav .column .parent-btn .group:last-of-type {
            margin-bottom: 1em;
        }

    .large-nav .column .parent-btn, .large-nav .column .level-1.has-no-children a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        color: #333;
        margin: 2em 0 0 0;
        font-size: 1.1rem;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
        align-items: center;
        align-content: center;
        padding: .8em;
        box-sizing: border-box;
        width: 100%;
    }

    .large-nav .column .level-1 a {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        align-content: center;
    }

    .large-nav .column a .articlegroup-img {
        width: 80px;
      
    }

    .large-nav .column a img {
        width: 80px;
        margin-right: .8em;
    }

    .large-nav .level-1 a:hover, .large-nav .level-1.has-no-children a:hover, .large-nav a:hover {
        color: #006a2d;
        text-decoration: underline;
    }

    .large-nav .level-1.has-no-children a:hover {
        box-shadow: 0 2px 4px 0 rgb(0 106 45 / 55%);
    }


    .large-nav .column .level-2 a, .large-nav .column .level-3 a, .large-nav .column .level-4 a {
       font-weight:300;
    }

        .large-nav .column .level-3 {
            padding-left: .8em;
        }

            .large-nav .column .level-3 a, .large-nav .column .level-4 a {
                font-style: italic;
            }

        .large-nav .column .level-4 a {
            font-size: .85rem;
        }

        .large-nav .column .level-4 {
            padding-left: 1.6em;
        }

        .large-nav .group a.first, .large-nav .column a.first {
            font-weight: bold;
            font-size: 1rem;
        }

        .large-nav .group a.second, .large-nav .column a.second {
            margin-bottom: .2em;
        }

    .large-nav .info-menu {
        display: none;
    }
    .large-nav .k-menu {
        flex-wrap: wrap;
        border: 0;
        padding: 0;
        margin: 0;

    }

    .large-nav.info .info-menu {
        display: block;
        padding:0 3em;
    }

    .large-nav .selected a {
        color:#e30614;
    }

    .large-nav .k-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

        .large-nav .k-menu .k-item{
            width:20%;
        }

            .large-nav .k-menu .k-item, .large-nav .k-menu .k-item .k-link, .large-nav #MobileMyPagesMenu a {
                border: 0;
                font-weight: 600;
                padding: 0;
                margin: 0;
            }

            .large-nav .k-menu .k-item .k-icon{
                display:none; 
            }
                .large-nav .k-menu .k-item .k-link, .large-nav #MobileMyPagesMenu a {
                    margin: 0 0 .3em 0;
                    font-size: .95rem;
                }

        .large-nav .k-menu .k-menu-group {
            position: relative;
            left: 0;
        }

        .large-nav .k-menu .k-menu-group, .k-menu-scroll-wrapper .k-menu-group, .large-nav .k-popups-wrapper .k-menu-group {
            display: block;
            border-width: 0;
            margin:0;
        }

            .large-nav .k-menu .k-menu-group .k-item .k-link, .large-nav #MobileMyPagesMenu a{
                font-weight: normal;
                font-size: .95rem;
            }

        .large-nav .k-group .k-group {
            padding-left: .8em !important;
        }

            .large-nav .k-group .k-group .k-group {
                padding-left: 1.6em !important;
            }

            .large-nav .k-group .k-group .k-group {
                padding-left: 2.4em !important;
            }

    .large-nav .k-group .k-group .k-link{
        font-style:italic;
    }

            .large-nav .k-group .k-group .k-group .k-link, .large-nav .k-group .k-group .k-group .k-group .k-link, .large-nav #MobileMyPagesMenu a {
                font-size: .85rem;
            }

    .large-nav #MobileMyPagesMenu li:first-of-type a {
        font-size: .95rem;
        font-weight: 600;

    }

    .large-nav #MobileMyPagesMenu {
        width: 20%;
        list-style:none;
        margin:0;
        padding:0;
    }

        .large-nav #MobileMyPagesMenu a {
            color: #000;
            text-decoration: none;
        }

        .large-nav #MobileMyPagesMenu a:hover {
            color: #e30614;
            text-decoration:underline;
        }

        .large-nav #CloseMenu {
            color: #333;
            position: absolute;
            right: 1em;
            bottom: -3em;
            height: 2em;
            width: 2em;
            font-size: 1.3rem;
            background:none;
            border:0;
            box-shadow:none;
            transition:.5s;
        }

            .large-nav #CloseMenu:hover {
                color: #6a0000;
                cursor: pointer;
                transform: scale(.95);
            }

/* 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 3em 0 0;
    margin: 2em 0 2em 0;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
    margin-left: 0;
    width: 250px;

    box-sizing:border-box;
}

.side-menu-mob {
    display: none;
}

    .side-menu .title {
        font-size: 1.2rem;
        border-bottom: 1px solid rgba(99,99,99,0.3);
        padding-bottom: 0.5em;
        font-weight: 500;
        display:block;
    }

    .side-menu a {
        width: 100%;
        font-size: 1rem;
        box-sizing: border-box;
        display: block;
        text-decoration: none !important;
        color: #333;
        margin: 0 0 .5em 0;
       
    }

    .side-menu .level-1 a {
        font-weight: 600;
        margin: 0 0 .5em 0;
        padding: 0 0 .5em 0;
        font-size: 1.1rem;
        border-bottom: 2px solid #006a2d;
        font-weight: 800;
    }

    .side-menu a.child, .side-menu .level-2 {
        padding-left: 0;
    }

    .side-menu .level-3 {
        padding-left: 1em;
    }

    .side-menu .level-4, .side-menu .level-5 {
        padding-left: 2em;
    }

    .side-menu .level-3 a, .side-menu .level-4 a, .side-menu .level-5 a{
        font-size: .9rem;
    }

    .side-menu .selected a, .side-menu a.active {
        font-weight: 600;
    }
    .side-menu a:hover{
        text-decoration:underline!important;
    }

    .side-menu a:hover, .side-menu .selected a, .side-menu a.active {
        color: #006a2d;
    }

    .side-menu a.active {
        font-weight: 600;
    }

    .side-menu .level-1 a:hover{
        text-decoration:none!important;
    }

    .side-menu .level-2.selected a, .side-menu .level-3.selected a, .side-menu .level-4.selected a {
        text-decoration: underline !important;
    }
    .side-menu .level-1 a {
        font-weight: 800;
    }


/* Internet explorer ---------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .large-nav {
        margin-top: 165px;
    }
}


@media only screen and (min-width : 0px) and (max-width : 1465px) {

    #MainNav .k-menu .k-item .k-link, #MainNav a, #MainNav .link {
        margin-right: .25rem;
    }
}

    @media only screen and (min-width : 0px) and (max-width : 85rem) {
        .large-nav {
            display: none;
        }

    }

    @media only screen and (min-width : 0px) and (max-width : 55rem) {
        .child-menu-wrapper {
            flex-direction:column;
        }
        .child-menu {
            width: 100%;
            max-width: 100%;
            order:10;
        }

        .child-swh-template{
            order:1;
        }
        .side-menu {
            width: 100%;
            max-width: 100%;
            padding-right:0;
            margin-right:0;
        }

            .side-menu .level-1 a {
                margin: 0 0 0.8em 0;
                padding: 0 0 0.8em 0;
            }

        .side-menu a{
            margin:0 0 .8rem 0;
            border-bottom:1px solid #ddd;
            padding-bottom:.6rem;
        }

        .side-menu-mob {
            display: flex;
            width: 100%;
            margin: 1em 0 1em 0;
            border-right: none;
            padding: 0;
        }

        .side-menu-mob .inner {
            width: 100%;
        }

    }
/* Mobilenav --------------- */
.mobile-nav {
    width: 0;
    height: 0;
    overflow: hidden;
    position: fixed;
    z-index: 10001;
    top: 86px;
    box-sizing: border-box;
    align-items: flex-start;
    align-content: flex-start;
}

#MainHeader .mobile-nav .open-search-field {
    border: 0;
    box-shadow: none;
    background: none;
    text-decoration: none;
    margin-right: 1em;
    font-size: .95rem !important;
    position: relative;
    opacity: .8;
    font-weight: 500 !important;
    text-transform: uppercase;
    width: 100%;
    justify-content: left;
    padding: .5em 1.5em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


.mob-open #MainHeader .mobile-nav .open-search-field {
    display: none;
}


#MainHeader .mobile-nav .open-search-field:after {
    content: "\f002";
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    margin-left: auto;
    font-size: 1.1rem;
    margin-right: .2em;
}

.mobile-nav #CloseMenu {
    display: none;
}

.mobile-nav.open {
    padding-top: 1rem;
    padding-bottom: 8em;
}


.mobile-nav .flex.wrap {
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    align-content: flex-start;
    padding: 0;
}

.mobile-nav .container {
    width: 100%;
}

.mobile-nav .flex.wrap .group {
    width: 100%;
}

.mobile-nav .flex.wrap .section.parent-section {
    margin-bottom: 1em;
}

.mobile-nav h2 {
    display: none;
}

.mobile-nav a {
    display: none;
}

    .mobile-nav a.first-link {
        display: flex;
        margin-bottom:0;
    }

        .mobile-nav a.first-link .expand-product-menu {
            display: none;
        }

        .mobile-nav a.first-link .view-all {
            margin-left: .2em;
        }

.mobile-nav .footer-menu, .mobile-nav .footer-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .mobile-nav .footer-menu li, .mobile-nav a span {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }

        .mobile-nav a span.expand-menu {
            margin-left: auto;
            width: auto;
            align-items: center;
            align-content: center;
        }

.mobile-nav a .fa-angle-right, .mobile-nav a.first-link .fa-angle-right {
    margin-right: 1.8em !important;
}

.mobile-nav .footer-menu a .fa-angle-right {
    margin-right: .9em !important;
}

.mobile-nav .groups .level-1 a, .mobile-nav .group a, .mobile-nav .content a /*, .mobile-nav .footer-menu li.level-1*/ {
}

.mobile-nav .footer-menu {
    margin-top: 1em;
}

    .mobile-nav .footer-menu li {
        padding: .6em 0;
    }

        .mobile-nav .footer-menu li.page-menu-child {
            padding: 0;
        }


            .mobile-nav .footer-menu li.page-menu-child.show a {
                padding: .5em 1em !important;
            }

    .mobile-nav .groups a, .mobile-nav .group a, .mobile-nav .footer-menu a, .mobile-nav a.first-link {
        width: 100%;
        color: #333;
        padding: 1em 0 1em 1.5em;
        box-sizing: border-box;
        cursor: pointer;
        align-content: center;
        display: flex !important;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        font-weight: 500 !important;
        margin-bottom: 0!important;
    }

.mobile-nav .level-1 a {
    font-size: 1rem;
    font-weight: 500;
}

.mobile-nav .level-2 a, .mobile-nav .level-3 a, .mobile-nav .level-4 a, .mobile-nav .level-5 a, .mobile-nav .level-6 a, .mobile-nav .level-7 a, .mobile-nav .level-8 a, .mobile-nav .level-9 a {
    display: none !important;
    text-transform: unset !important;
}

.mobile-nav .level-2.show a, .mobile-nav .level-3.show a, .mobile-nav .level-4.show a, .mobile-nav .level-5.show a, .mobile-nav .level-6.show a, .mobile-nav .level-7.show a, .mobile-nav .level-8.show a, .mobile-nav .level-9.show a {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}


.mobile-nav .footer-menu li a {
    padding: 0 0 0 1.5em;
    margin: 0;
}


.mobile-nav .footer-menu .level-1 {
    border-top: 1px solid rgba(99,99,99,0.5);
}



.mobile-nav .footer-menu .level-2 a {
    font-weight: 400 !important;
    font-size: 1rem !important;
}

.mobile-nav .footer-menu li a:hover:after, .mobile-nav .footer-menu li:hover a:after {
    width: 0 !important;
}

.mobile-nav .footer-menu a span {
    display: block;
}

.mobile-nav .group a .fal, .mobile-nav .content a .fal, .mobile-nav .footer-menu a .fal, .mobile-nav .footer-menu li .fal, .mobile-nav a.first-link .fal {
    margin-left: auto;
    margin-right: 1.5em;
    font-size: 1.1rem;
}

.mobile-nav .footer-menu a .fal, .mobile-nav .footer-menu li .fal {
    margin-right: .7em;
}

.mobile-nav .group a.parent.active .fal.fa-plus-circle {
    display: none;
}

.mobile-nav .group a.parent.active .fal.fa-minus-circle {
    display: block !important;
}

.mobile-nav .group a .fal {
    margin-left: auto;
    font-size: 1.1rem;
}

    .mobile-nav .group a .fal.fa-angle-right, .mobile-nav a.first-link .fa-angle-right {
        margin-right: .3em;
    }

.mobile-nav .section a.second, .mobile-nav .section a.third {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 2.2em 0 3em;
}

.mobile-nav .section a.all {
    font-weight: bold;
}

.mobile-nav .section.open {
    padding-bottom: 1em;
}

.mobile-nav .section.child-section.open {
    padding-bottom: .5em;
}

.mobile-nav .section.open a.second {
    max-height: 1000px;
    box-sizing: border-box;
    margin-bottom: .2em;
    padding: .3em 2.2em;
}

.mobile-nav .child-section.open a.third {
    max-height: 1000px;
    box-sizing: border-box;
    margin-bottom: .2em;
    padding: .3em 2.2em .3em 3em;
}

.mobile-nav .group a.first {
    font-weight: bold;
    font-size: 1.1rem;
}

.mobile-nav .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: 10000000;
        }

    .mobile-nav.open {
        background: #fff;
        width: 400px;
        max-width: 100%;
        overflow-y: auto;
        border: 0;
        border-top: 1px solid #666;
        z-index: 100000001;
        left: 0;
    }

    #MainHeader .toolbar {
        right: 0;
    }

    #MainHeader #ShopNav {
        padding-right: 0;
    }



    #MainHeader #MenuIconDesktop {
        display: none;
    }

    #MainHeader #MenuIcon {
        opacity: 1.0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: auto;
        min-width: 30px;
        margin-right: .5em;
    }

        #MainHeader #MenuIcon span {
            font-size: .6rem;
            margin: .3em 0 0 0;
        }

    body.sticky #MainHeader #MenuIcon span {
        display: none;
        margin: 0;
    }

    body #MainHeader #MenuIcon .fa-bars {
        display: block !important;
    }

    body #MainHeader #MenuIcon .fa-times {
        display: none !important;
    }

    body.mob-open #MainHeader #MenuIcon .fa-bars {
        display: none !important;
    }

    body.mob-open #MainHeader #MenuIcon .fa-times {
        display: block !important;
    }

    #MainNav .open-search-field, #MainNav #PagesMenu {
        display: none;
    }


    .mobile-nav .large-nav a,
    .mobile-nav .footer-menu a {
        font-size: 1.1rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }



    .mobile-nav.open .large-nav a:hover {
        box-shadow: none !important;
    }

    .mobile-nav .large-nav .level-2 a, .mobile-nav .large-nav .level-3 a, .mobile-nav .large-nav .level-4 a {
        padding-left: 2em !important;
        font-size: .9rem;
    }

    .mobile-nav .large-nav .level-2 a {
        padding-left: 2em !important;
    }


    .mobile-nav .large-nav .level-3 a {
        font-style: italic;
        padding-left: 3em !important;
    }

    .mobile-nav .large-nav .level-4 a {
        font-style: italic;
        font-size: .8rem;
        padding-left: 4em !important;
    }

    .mobile-nav.open .tabstrip, .mobile-nav.open .info-menu {
        display: none;
    }

    /* Informationssidor ------------- */
    .mobile-nav .footer-menu {
        padding: 0 .5rem 0 .5em;
        box-sizing: border-box;
        margin-top: 0 !important;
    }

        .mobile-nav .footer-menu li {
            padding: 0 0;
        }

            .mobile-nav .footer-menu li a {
                padding: 1em .5em !important;
                margin: 0 !important;
            }

    /* Artikelmeny ------------------ */

    .mobile-nav.open .large-nav {
        display: block;
        max-height: unset;
    }


    .mobile-nav a.first-link {
        text-transform: unset;
        padding: 1rem .5rem !important;
        border-top: 1px solid rgba(99,99,99,0.5);
    }

        .mobile-nav a.first-link .fa-angle-right {
            margin-right: 1rem !important;
        }

    .mobile-nav .product-link-container {
        padding: 0 .5rem !important;
        margin: 0 !important;
    }

        .mobile-nav .product-link-container .level-1 a,
        .mobile-nav .product-link-container .level-2 a,
        .mobile-nav .product-link-container .level-3 a,
        .mobile-nav .product-link-container .level-4 a {
            display: none !important;
        }

    .mobile-nav.open .large-nav a:hover {
        text-decoration: none;
    }
}

@media only screen and (min-width : 0) and (max-width : 67rem) {
}

@media only screen and (min-width : 0) and (max-width : 55rem) {

    .mobile-nav.open {
        min-width: 300px;
    }
}

@media only screen and (min-width : 0px) and (max-width : 35rem) {
    #MainHeader #MenuIcon {
        margin-left:1rem;
    }
}

@media only screen and (min-width : 0) and (max-width : 30rem) {

    #MainHeader #MenuIcon {
        width: auto;
        margin-left:1rem;
    }
}

#NewArticles {
    margin: 0 auto;
    width: 100%;
    padding: 0 5.3em;
    box-sizing: border-box;
    position: relative;
}

    #NewArticles .news {
        width: 100%;
    }

    #NewArticles .k-tabstrip-wrapper, #News .k-tabstrip-wrapper {
        max-height: 680px;
        overflow: hidden;
    }

    #NewArticles .flex-control-nav {
        display: none !important;
    }

    #NewArticles ul.slides {
        padding-right: 2.5em;
        padding-top: 0;
        list-style: none;
    }

        #NewArticles ul.slides li {
            margin-top: 0 !important;
            box-sizing: border-box;
        }

        #NewArticles .carousel {
            width: calc(100% - 3.1em);
        }

    #NewArticles .campaign{
    }

    #NewArticles .campaign h2 a {
        text-decoration: none;
    }

@media only screen and (min-width : 0) and (max-width : 95rem) {
    #NewArticles .campaign {
        width: calc(33.33% - 1em);
    }
}

@media only screen and (min-width : 0) and (max-width : 85rem) {
    #NewArticles .campaign {
        width: calc(50% - 1em);
    }

    #NewArticles .campaign:nth-of-type(2n + 2) {
        margin-left:auto;
        justify-self:flex-end;
    }
}

@media only screen and (min-width : 0) and (max-width : 67rem) {
    #NewArticles {
        padding: 0 2em;
    }
    #NewArticles .k-tabstrip-wrapper, #News .k-tabstrip-wrapper {
        max-height: 750px;
    }

        #NewArticles .campaign {
            width: 100%;
            margin-right: 0;
        }
}

@media only screen and (min-width : 0) and (max-width : 45rem) {
    #NewArticles {
        padding: 0 2em;
    }
    #NewArticles .campaign .img {
        height: 250px;
    }
}
.carousel-swiper {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.carousel-swiper.slider-startsidan {
    margin: 0 0 1em 0;
}

.swiper-container {
/*    width: 100%;
    max-height: 600px;*/
}

.carousel-swiper .bg-img {
/*    max-height: 600px;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    object-position: center;*/

}

.carousel-swiper.slider-startsidan .bg-img {
/*    min-height: 300px;*/
}

.carousel-swiper .swiper-slide {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    overflow: hidden;
    display: flex;
}

.carousel-swiper.slider-startsidan .swiper-slide {
    position: relative;
}

.carousel-swiper .text {
    position: absolute;
    margin: auto;
    font-weight: 900;
    justify-content: flex-start;
    flex-direction: row;
    padding: 1.5em 2em 1em 2em;
    box-sizing: border-box;
    z-index: 100;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

    .carousel-swiper .text, .carousel-swiper .text * {
        color: #fff !important;
    }

.carousel-swiper .text h1, .carousel-swiper .text h2 {
    font-size: 3.5rem;
    width: 100%;
    margin: 0 0 .25em 0;
    line-height: 100%;
    font-weight: 700;
    line-height: 100%;
    color: #333;
    letter-spacing: 2px;
}

.carousel-swiper .text h3, .carousel-swiper.text h4, .carousel-swiper .text h5, .carousel-swiper .text h6 {
    width: 100%;
    color: #000;
}

.carousel-swiper a, .carousel-swiper.text span, .carousel-swiper .text p, .carousel-swiper .text span p, .carousel-swiper .text span h1, .carousel-swiper .text span h2, .carousel-swiper .text span h3, .carousel-swiper .text span h4, .carousel-swiper .text span h5, .carousel-swiper .text span h6, .carousel-swiper .text span span {
/*    font-size: 1.2rem;
    font-weight: 300;*/
    margin-bottom: .4em;
    width: 100%;
    color: #000;
}

.carousel-swiper .text a {
    color: #fff;
    background: rgba(0, 0, 0,.8);
    border: 1px solid rgba(0, 0, 0,1);
    padding: .8em 1.5em;
    font-size: 1.1rem;
    margin: 1em 0 0 0;
    display: inline-flex;
    align-items: center;
    align-content: center;
    width: auto;
    font-weight: 500 !important;
    border-radius: 2px;
    text-decoration: none;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

    .carousel-swiper .text a:hover {
        background: rgba(0, 0, 0, 1);
    }

.carousel-swiper video {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}

.carousel-swiper .swiper-button-next:after, .carousel-swiper .swiper-button-prev:after {
    font-size: 1.2rem !important;
    color: #fff;
    transition: .5s;
    opacity:.8;
}

.carousel-swiper .swiper-button-next:hover:after, .carousel-swiper .swiper-button-prev:hover:after {
   opacity:1;
}

.carousel-swiper .swiper-scrollbar, .carousel-swiper .swiper-notification {
    visibility: hidden;
}

/* Små bildväxlare -------- */
.product-sliders .carousel-swiper .swiper-slide, .category-sliders .carousel-swiper .swiper-slide {
    height: 100% !important;
    width: 100% !important;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end;
    overflow: visible;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
}

.product-sliders, .category-sliders {
    padding: 0 5.3em;
}

    .category-sliders .carousel-swiper {
        margin: 0 1em 1em 0;
    }

        .category-sliders .carousel-swiper:nth-of-type(2n + 2) {
            margin: 0 0 1em auto;
        }

        .category-sliders .carousel-swiper .text {
            left: 0;
            color: #333;
        }

            .category-sliders .carousel-swiper .text, .category-sliders .carousel-swiper .text * {
                font-size: 1.3rem;
                font-weight: 900;
                background: none;
            }

        .category-sliders .carousel-swiper li a.full-link:before {
            background: rgba(0,0,0, .4);
            display: block;
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 100;
            transition: .5s;
        }

        .category-sliders .carousel-swiper li a.full-link:hover:before {
            background: rgba(0,0,0, .2);
        }

        .category-sliders .carousel-swiper li a.full-link {
            width: 100%;
            height: 100%;
            top: 0;
        }

    .product-sliders .carousel-swiper {
        margin: 0 1em 1em 0;
        overflow: visible;
    }

        .product-sliders .carousel-swiper:nth-of-type(5n + 5) {
            margin: 0 0 1em 0;
        }

        .product-sliders .carousel-swiper .swiper-wrapper {
            overflow: visible;
        }

        .product-sliders .carousel-swiper .swiper-slide {
            justify-content: center;
            align-content: flex-end;
            align-items: flex-end;
            overflow: visible;
            display: -webkit-box !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: -webkit-flex !important;
            display: flex !important;
            flex-wrap: wrap;
        }

        .product-sliders .carousel-swiper .bg-img {
            object-fit: cover;
            height: 100% !important;
            width: 100%;
        }

.carousel-swiper .full-link {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    height: auto;
    margin-top: auto;
    align-self: flex-end;
    align-content: flex-end;
    overflow: visible;
    position: relative;
    top: 0;
}

.product-sliders .carousel-swiper .full-link, .category-sliders .carousel-swiper .full-link {
    height: 100%;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.product-sliders .carousel-swiper .text, .category-sliders .carousel-swiper .text {
    position: absolute;
    margin: 0;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    z-index: 100;
    bottom: 0;
    flex-wrap: wrap;
    height: auto;
    left: 0;
    background: rgba(0,0,0,0.5);
    background: none;
    border-radius: 0;
    top: 0;
}

.product-sliders .carousel-swiper a.full-link:before, .category-sliders .carousel-swiper a.full-link:before {
    position: absolute;
    content: "";
    margin: 0;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    z-index: 100;
    bottom: 0;
    flex-wrap: wrap;
    left: 0;
    background: rgba(0,0,0,0.4);
    border-radius: 0;
    top: 0;
    transition: .5s;
}


.product-sliders .carousel-swiper a.full-link:hover:before, .category-sliders .carousel-swiper a.full-link:hover:before {
    background: rgba(0,0,0,0.2);
}
.product-sliders .carousel-swiper .text *, .category-sliders .carousel-swiper .text * {
    position: relative;
}

.product-sliders .carousel-swiper .text, .product-sliders .carousel-swiper .text *, .category-sliders .carousel-swiper .text, .category-sliders .carousel-swiper .text * {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
    margin: 0;
    padding: 0.2em;
    word-break: break-word;
    word-wrap: break-word;
}

.product-sliders .flex-control-nav, .category-sliders .flex-control-nav {
    bottom: -2em;
    left: 0;
    width: 100%;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.start-slider{
/*    background:red;*/
}

.main-slider {
    width: calc(100% - 25rem) !important;
}

.sub-sliders {
    width: 25rem;
}

.main-slider .swiper, .sub-sliders .swiper {
    width: 100%;
}

    .sub-sliders .swiper .full-link{
        margin-bottom:0!important;
    }


    #Main .main-slider .swiper img {
        min-height: 600px !important;
    }

    .sub-sliders .swiper img {
        height: 300px!important;
    }

/* --- Pagination ---  */
    .swiper-pagination {
        margin: 1em 0 .5em 0;
    }

#NewArticles .swiper-pagination {
    margin: 1em 0 0 0;
}


.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
    margin: .25em .25em 0 0 !important;
    width: 6px !important;
    height: 6px !important;
}

.slider-new-articles .swiper-pagination-bullet {
    background:#000!important;
    margin-right:.25em!important;
}

.swiper-pagination-bullet-active, .slider-new-articles .swiper-pagination-bullet-active {
    background: #006a2d !important;
}

.carousel-swiper.slider-startsidan .swiper-pagination {
    position: absolute;
    left: auto;
    width: auto;
    height: auto;
    bottom: 1em;
    right:1em;
}

    .carousel-swiper.slider-startsidan .swiper-pagination .swiper-pagination-bullet {
        display: block;
    }

.product-sliders .swiper-button-prev, .product-sliders .swiper-button-next,
.category-sliders .swiper-button-prev, .category-sliders .swiper-button-next {
    display:none;
}
/* Internet explorer ---------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .product-sliders .carousel-swiper .swiper-slide {
        overflow: hidden !important;
    }

    .carousel-swiper.slider-startsidan .text, .carousel-swiper.slider-startsidan .swiper-slide:hover .text {
        padding-bottom: 2em;
    }

    .carousel-swiper.flexslider-startsidan .bg-img {
        height: auto !important;
        min-height: 10px !important;
    }
}

/* Lägre brytpunkter ----------- */
@media only screen and (min-width : 0) and (max-width : 65rem) {
    .small-slider {
        width: 100%;
    }

    .product-sliders, .category-sliders {
        flex-wrap: wrap;
        padding: 0 0 0 1em;
        margin-top: 2em !important;
        justify-content: center;
    }

        .product-sliders .carousel-swiper {
            width: 300px;
            height: 300px;
            max-width: 100%;
            margin: 0 1em 1em 0 !important;
        }

        .category-sliders .flexslider, .category-sliders .carousel-swiper:nth-of-type(2n+2) {
            margin: 0 1em 1em 0;
        }

    #Main .main-slider .swiper img {
        min-height: 300px !important;
    }

    .start-slider{
        flex-wrap:wrap;
    }

    .main-slider {
        width: 100%!important;
    }

    .carousel-swiper.slider-startsidan {
        margin: 0 0 0 0;
    }

    .carousel-swiper .text {
        padding: 3.5em 1em 1em 1em;
    }

    .main-slider .full-link {
        margin-bottom: 0 !important;
    }
    .sub-sliders {
        width: 100%;
        display:flex;
        margin-bottom:1em;
    }
}

    @media only screen and (min-width : 0) and (max-width : 45rem) {
        .carousel-swiper .text h1, .carousel-swiper .text h2 {
            font-size: 2.5rem;
        }

        .carousel-swiper.slider-startsidan ul, .carousel-swiper.slider-startsidan li {
            overflow: visible;
       }

        .sub-sliders {
            display:block;
        }

    }



/* CMS Swipers ------------------------ */
.swh-col .swiper {
    margin:0;
}

.swh-col .swiper figure{
    max-height:100vh;
}
    .swh-col .swiper a.linked-slide {
        position: relative;
        margin: 0;
    }

.swh-col .swiper .swiper-text {
    top: 0;
    background: rgba(0,0,0,.4);
    position:absolute;
    top:0;
    z-index:100;
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    padding:2rem;
    box-sizing:border-box;
    justify-content:center;
/*    align-items:center;
    align-content:center;*/
}

    .swh-col .swiper .swiper-text h1,
    .swh-col .swiper .swiper-text h2,
    .swh-col .swiper .swiper-text h3,
    .swh-col .swiper .swiper-text h4,
    .swh-col .swiper .swiper-text h5,
    .swh-col .swiper .swiper-text h6,
    .swh-col .swiper .swiper-text p,
    .swh-col .swiper .swiper-text span{
 /*       font-family: 'IBM Plex Serif' !important;*/
    }

    .swh-col .swiper .swiper-text span {
  /*      width: 100%;
        height: 100%;*/
        display: block;
/*        flex-direction: column;*/
        /*    align-items: center;
    align-content: center;*/
  /*      justify-content: center;*/
    }

    .swh-col .swiper .swiper-text span p{
    }


    /* Article swiper ------------- */

[data-itemtype="Article"].swh-col .swiper .swiper-slide {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    background: #fff;
    align-self: stretch;
    height:auto;
    min-height:125px;
}
[data-itemtype="Article"].swh-col .swiper a.linked-slide {
    display: flex;
    cursor: pointer;
}

[data-itemtype="Article"].swh-col .swiper figure {
    height:5rem;
    width:5rem;
    height:auto;
    align-self:center;
    max-height:120px;
}

[data-itemtype="Article"].swh-col .swiper figure img{
    width:100%;
    height:100%;
    object-fit:contain;
    width:auto;
}
[data-itemtype="Article"].swh-col .swiper .swiper-text {
    position: relative;
    background: none;
    color:#333;
    font-size:.9rem;
    font-weight:bold;
}

[data-itemtype="Article"].swh-col .swiper-pagination{
    position:relative;
}

[data-itemtype="Article"].swh-col .swiper-pagination-bullet {
    background: #444 !important;
}

[data-itemtype="Article"].swh-col .swiper-pagination-bullet-active{
    background:#006a2d!important;
}
#cookie-msg {
    background: #fafafa;
    color: #333;
    width: 100%;
    position:relative;
    top:-1em;
}

body.sticky #cookie-msg {
    position: absolute;
    top: -10em;
}

    #cookie-msg #cookie-msg-inner {
        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!important;

}

#FancyCookies:hover {
    text-decoration: none !important;
}


#MainHeader button#cookieClose {
    background: rgba(0, 0, 0,.9);
    border: 1px solid rgba(0, 0, 0,1); 
    color: #fff !important;
    border-radius: 2px;
    padding: .4em .8em;
    font-weight: 500;
    box-shadow: none;
    border: 0;
    font-size: .8rem;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

#MainHeader button#cookieClose:hover {
    background: rgba(0, 0, 0, .7) !important;
    cursor: pointer;
    color: #fff !important;
}


@media only screen and (min-width : 0) and (max-width : 85rem) {
    #cookie-msg #cookie-msg-inner {
        text-align: center;
        padding-left: 2em;
        padding-right: 2em;
    }

        #cookie-msg #cookie-msg-inner span {
            width: auto;
            max-width: 80%;
            text-align: left;
            margin-bottom: 0;
            padding-right:1em;
        }

        #cookie-msg #cookie-msg-inner a {
            margin-left: auto;
            min-width: 70px;
        }

        #cookie-msg #cookie-msg-inner button {
            min-width: 130px;
        }

}

@media only screen and (min-width : 0) and (max-width : 55rem) {
    #cookie-msg #cookie-msg-inner {
      flex-wrap:wrap;
      justify-content:center;
      padding:1em;
    }

        #cookie-msg #cookie-msg-inner span {
           max-width:100%;
           text-align:center;
           margin:0 0 .5em 0;
        }

        #cookie-msg #cookie-msg-inner a {
     margin-left:0;
        }

        #cookie-msg #cookie-msg-inner button {
   
        }
}
.customer-content{
    padding-left:4em;
}

.customer-content .customer-content {
    padding-left: 0;
}
.customer-content h3 {
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    margin: 1rem 0 .5rem 0;
}

.customer-content .col {
    margin-right: 1em;
    margin-bottom:1em;
}
.customer-content .col.w-33 {
    width: calc(33.33% - .69em);
}

.customer-content .col.w-50 {
    width: calc(50% - .5em);
}

    .customer-content .col.w-100 {
        margin-right:0;
        width:100%;
    }
    .customer-content .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: .5em .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 .toggle-customer-btn{
    display:none;
}
/* Responsive ---------------------- */
@media only screen and (min-width : 0) and (max-width : 55rem) {
    .customer-content {
        padding-left: 0;
    }
}

    @media only screen and (min-width : 0) and (max-width : 75rem) {
            .customer-content .col.w-33, .customer-content .col.w-50 {
                width: 100% !important;
                margin-right: 0 !important;
            }
    }

.open-popup{
    position:fixed;
    width:100%;
    height:100%;
    overflow:hidden;
}
#ProductQuestionPopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10000000000000000002;
    background: rgba(0, 0, 0,.8);
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}


    #ProductQuestionPopup .inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        z-index: 100001;
        background: #fff;
        margin: auto;
        width: 400px;
        max-width: 96%;
        border-radius: 3px;
        padding: 1em;
        box-sizing: border-box;
    }

        #ProductQuestionPopup .inner header {
            padding: 0;
            border-bottom: 1px solid #eee;
            align-items:flex-start;
            align-content:flex-start;
            margin-bottom:.5em;
        }
        #ProductQuestionPopup .inner h2 {
            font-size: 1.2rem;
      
        }

        #ProductQuestionPopup .inner #CloseProductQuestionButton {
            padding:0 .5em;
            font-size:1.2rem;
            border-radius:0;
            background:none;
            color:#000;
        }

        #ProductQuestionPopup .inner #CloseProductQuestionButton:hover {
            color:#AE0410;
        }

#ProductQuestionPopup .inner label {
    width: 100%;
    display: block;
}

        #ProductQuestionPopup .inner .k-textbox {
            width: 100%;
            margin-bottom: .5em;
            font-size:.9rem;
        }

        #ProductQuestionPopup .inner .k-textarea {
            padding:.5em;
        }

        #ProductQuestionPopup .inner .gdpr:hover{
           cursor:pointer;
        }

    #ProductQuestionPopup .inner #ProductQuestionButton {
        margin-top:.5em;
    }


        #ProductQuestionPopup .inner #ProductQuestionButton:disabled,
        #ProductQuestionPopup .inner #ProductQuestionButton[disabled] {
            border: 1px solid #999999;
            background-color: #d8d8d8;
            color: #999;
            transform: scale(1) !important;
            cursor: not-allowed;
        }

        #ProductQuestionPopup .inner a:hover{
            text-decoration:none;
        }

        #ProductQuestionPopup .inner .field-validation-error{
            position:relative;
            top:-.6em;
            font-size:.8rem;
        }


        @media only screen and (min-width : 0px) and (max-width : 70rem) {
            .article-question {
        width:100%;
        margin-bottom:2em;
        justify-content:flex-start;
    }
}
/* File archive ----------------- */
#FileArchive{
    max-width:1600px;
}

/* Left menu -------------------- */
#FileArchive h1 {
    font-size:1.8rem;
}

    #FileArchive h3 {
        font-size: 1.2rem;
        border-bottom: 1px solid rgba(99,99,99,0.3);
        padding-bottom:.5em;
    }

    #FileArchive #FolderTreeView, #FileArchive #FileMarkedListContainer {
        margin-top: .5em;
        margin-bottom:1em;
    }

    #FileArchive .side-menu button {
        font-size: .85rem;
        padding-left: 1em;
        padding-right: 1em;
        width:100%;
    }

    #FileArchive .side-menu button .icon{
        margin-right:.5em;
    }

    #FileArchive .k-treeview .k-item {
        padding: 0 0 0 .5em;
        margin: 0 0 .5em 0;
    }



    #FileArchive .k-treeview .k-item .k-group .k-item {
        padding: 0 0 0 1em;
    }
   

        #FileArchive .k-treeview .k-item .k-icon {
            margin-left: -18px;
            margin-right: 5px;
            margin-top:3px;
        }

    #FileArchive .k-treeview .k-top, #FileArchive .k-treeview .k-bot {
        align-items: center;
        align-content: center;
        padding: 0;
        margin: 0;
    }

    #FileArchive .k-treeview .k-item .k-mid, #FileArchive .k-treeview .k-item .k-top, #FileArchive .k-treeview .k-item .k-bot {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
    }

    #FileArchive .k-treeview .k-in {
        border: 0;
        padding: 0;
        margin: 0;
        line-height: unset;
        width: 100%;
        white-space: normal;
    }

    #FileArchive #FolderTreeView .k-sprite {
        display:none;
    }

    #FileArchive #FolderTreeView .k-checkbox-wrapper {
        margin: .2em .2em 0 0;
        padding: 0;
    }

    #FileArchive #FolderTreeView .k-checkbox{
        margin:0;
        padding:0;
        display:block;
    }

    #FileArchive #FolderTreeView .k-checkbox-label:before {
        width: 13px;
        height: 13px;
        font-size: 13px;
        line-height: 13px;
    }

    #FileArchive #FolderTreeView .k-group {
        margin-top:.5em;
    }

    #FileArchive #FolderTreeView .k-group .k-group .k-group .k-item{
        font-size:.9rem;
    }

    /* Checked files in file archive ---------------------- */
    #FileMarkedListContainer{

    }

        #FileMarkedListContainer .checked-file {
            justify-content:flex-start;
            align-items:center;
            align-content:center;
        }

        #FileMarkedListContainer .checked-file a{
           width:auto;
        }

            #FileMarkedListContainer .checked-file span {
                display: block;
                padding: 0 .5em;
                max-width: 80%;
                word-break: break-all;
                font-size:.85rem;
                line-height:120%;
            }

            #FileMarkedListContainer .checked-file .remove-file {
                justify-self: flex-end;
                margin-left: auto;
                display: block;
                padding: .5em .5em;
                top: .35em;
                position: relative;
                border-radius: 100%;
                color: #000;
                width: 2.2em;
                height: 2.2em;
                text-align:center;
            }

            #FileMarkedListContainer .checked-file .remove-file:hover {
                background:rgba(255, 0, 0, 0.3);
            }

            #FileMarkedListContainer .checked-file .download-file {
                padding: .5em;
                border-radius: 100%;
                top: .35em;
                position: relative;
                width: 2.2em;
                height: 2.2em;
                text-align: center;
            }

            #FileMarkedListContainer .checked-file .download-file:hover {
                background: #fff7a0;
            }
/* Search in file archive --------------------------- */
#FileArchive .search-files {
    position: relative;
}
        #FileArchive .search-files input {
            width: 100%;
            padding-top: .8em;
            padding-bottom: .8em;
            padding-left: 1em;
            padding-right: 3.5em;
        }

        #FileArchive .search-files button {
            position: absolute;
            right: .5em;
            background: none;
            border: 0;
            height: 100%;
            font-size: 1.2rem;
            cursor: pointer;
            height: 2em;
            width: 2em;
            top: .4em;
        }

            #FileArchive .search-files button:hover {
                background: #fff7a0;
            }
    
    /* Filter in file archive -------------------- */
    #FileArchive .sort {
        margin-top:1em;
        align-items:center;
        align-content:center;
    }

    #FileArchive .sub-folders {
        width: 100%;
    }

    #FileArchive .sub-folders .k-dropdown {
        justify-self: flex-end;
        margin-left: auto;
        width: auto;
    }
    #FileArchive .sub-folders .radiobuttons {
        margin-left:1em;
    }

        #FileArchive .sub-folders .radiobuttons .radiobutton {
            padding:.5em;
        }

            #FileArchive .sub-folders .radiobuttons .radiobutton:hover {
                cursor: pointer;
                background: #fff7a0;
            }

            #FileArchive .sub-folders .radiobuttons .radiobutton.checked {
                background: #fff7a0;
            }

    /* Files List in file archive --------------------- */

#FileArchive #FileContainer h2 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: 2em;
}

    #FileArchive #FileContainer .file-row {
        align-items: center;
        align-content: center;
        padding:.5em 0;
        border-bottom: 1px dashed rgba(99,99,99,0.2);
    }

    #FileArchive #FileContainer .file-row:nth-of-type(odd) {
        background:#fafafa;
    }

        #FileArchive #FileContainer .file-row.head {
            margin-top: 1em;
            padding-top: 1em;
            border-top: 1px dashed rgba(99,99,99,0.3);
            font-weight: bold;
            background:none;
            font-size:.9rem;
        }


    #FileArchive #FileContainer .file-row .col{
        width:25%;
    }

        #FileArchive #FileContainer .file-row .col.check {
            width: 75px;
        }


        #FileArchive #FileContainer .file-row .col.check input:hover {
           cursor:pointer;
        }

            #FileArchive #FileContainer .file-row .col.check .download-btn {
                margin-left:.5em;
                padding:.45em;
                border-radius:100%;
                color:#333;
            }

                #FileArchive #FileContainer .file-row .col.check .download-btn:hover {
                    background: #fff7a0;
                }

                #FileArchive #FileContainer .file-row .col.vers {
                    padding-left:2em;
                }
#FileArchive #FileContainer .file-row .col.image-box {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px solid rgba(99,99,99,0.2);
    margin: 0 1em 0 0;
    background: #fff;
}

        #FileArchive #FileContainer .file-row.head .col.image-box {
            border:0;
            height:unset;
            background:none;
        }

        #FileArchive #FileContainer .file-row .col.image-box img{
            max-width:100%;
            max-height:100%;
            object-fit:contain;
        }

        #FileArchive #FileContainer .file-row .col.vers {
            margin-left:auto;
            justify-self:flex-end;
            
        }

        #FileArchive #FileContainer .file-row .col.name{
            padding-right:2em;
            width:50%;
        }

            #FileArchive #FileContainer .file-row .col.name a {
                word-break: break-all;
            }

        #FileArchive #FileContainer .file-row .col .desc {
            font-style: italic;
            font-size: .8rem;
        }

/* Files Thumbnail in file archive --------------------- */
    #FileArchive .files-thumbs {
        margin-top: 1em;
        padding-top: 1em;
        border-top: 1px dashed rgba(99,99,99,0.3);
        flex-wrap:wrap;
    }

    #FileArchive .file-item {
        width: 25%;
        padding: 1em;
        box-sizing:border-box;
        border: 1px dashed rgba(99,99,99,0.2);
    }

        #FileArchive .file-item label:hover{
            cursor:pointer;
        }

        #FileArchive .file-item .image-box {
            width: 100%;
            height: 100px;
            background: #fafafa;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            position:relative;
            margin:0 0 1em 0;
        }

            #FileArchive .file-item .image-box .check {
                position:absolute;
                top:0;
                left:0;
            }


            #FileArchive .file-item .image-box .check input:hover{
                cursor:pointer;
            }

        #FileArchive .file-item .image-box img{
            max-width:100%;
            max-height:100%!important;
            object-fit:contain;
        }

        #FileArchive .file-item .desc {
            font-style: italic;
            font-size: .8rem;
            margin:.5em 0 0 0;
        }

        #FileArchive .file-item .name a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            width:100%;
            text-decoration:none;
            word-break:break-all;
        }

        #FileArchive .file-item a span {
            text-decoration: underline;
        }


        #FileArchive .file-item a:hover span {
            text-decoration: none;
        }

        #FileArchive .file-item .name .icon{
            margin-left:auto;
            justify-content:flex-end;
        }

@media only screen and (min-width : 0) and (max-width : 75rem) {
    #FileArchive .file-item {
        width: 33.33%;
    }
}


    @media only screen and (min-width : 0) and (max-width : 55rem) {

        #FileArchive {
            flex-wrap: wrap-reverse;
        }

        #FileArchive .side-menu {
            display: block;
            width: 100%;
            border: 0;
            padding: 0;
            margin: 1em 0;
        }



            #FileArchive .k-treeview .k-item .k-icon {
                margin-right: 3px;
            }

        #FileArchive .sort {
            margin-bottom: 2em;
        }

        #FileArchive .sub-folders .k-dropdown {
            margin-left: 0;
        }

        #FileArchive #FileContainer .file-row.head {
            border-top: 0;
            margin: 0;
        }

            #FileArchive #FileContainer .file-row.head .col {
                display: none;
            }
    }

    @media only screen and (min-width : 0) and (max-width : 45rem) {
        #FileArchive #FileContainer .file-row {
            flex-wrap: wrap;
            min-width: 260px;
            padding-right: .5em;
        }

            #FileArchive #FileContainer .file-row .col.name {
                width: calc(100% - 140px);
            }

            #FileArchive #FileContainer .file-row .col.date, #FileArchive #FileContainer .file-row .col.vers {
                width: calc(100% - 125px);
                font-size: .8rem;
                box-sizing: border-box;
                border-top: 1px dashed rgba(99,99,99,0.3);
                margin-top: .3em;
                padding-top: .3em;
                padding-left: 1em;
                margin-left: auto;
                justify-self: flex-end;
            }

            #FileArchive #FileContainer .file-row .col.vers {
                border-top: 0;
            }

            #FileArchive #FileContainer .file-row .col.check .download-btn {
                margin-left: 0;
            }

            #FileArchive #FileContainer .file-row .col.check {
                width: 65px;
            }

        #FileArchive .file-item {
            width: 50%;
        }
    }

    @media only screen and (min-width : 0) and (max-width : 35rem) {
        #FileArchive .sort {
            flex-wrap: wrap;
        }

        #FileArchive .sub-folders .k-dropdown {
            width: 100%;
        }

        #FileArchive .sub-folders .radiobuttons {
            margin: 1.5em 0 0 auto;
        }

            #FileArchive .sub-folders .radiobuttons .radiobutton {
                margin-left: .5em;
            }

        #FileArchive .file-item {
            width: 100%;
        }
    }
.search-view .k-tabstrip-wrapper{
    width:100%;
}
.search-view .k-tabstrip-wrapper .k-widget {
    border: 0;
    width: 100%;
}

.search-view .k-tabstrip > .k-content {
    overflow: visible;
}

.search-view .k-tabstrip-items{
    margin:0 0 2em 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;
    }

.search-view .articles {
    width: 100% !important;
}

.search-view a.search-heading {
    text-decoration:none;
}
.my-cart{
    align-items:flex-start;
    align-content:flex-start;
}

    .my-cart .k-combobox{
        margin-top:.1em;
    }

    .my-cart .k-combobox .k-input {
        min-height:34px;
    }

.my-cart .k-numerictextbox {
    margin: 0 1em;
}



@media only screen and (min-width : 0px) and (max-width : 67rem) {
    .my-cart .flex.w-100{
   flex-wrap:wrap;
    }

    .my-cart .k-combobox {
        margin-bottom:1em;
    }

    .my-cart .k-numerictextbox {
        margin: 0 0 0 0;
        width:50%!important;
    }

    .my-cart button {
        width: calc(50% - 1em) !important;
        margin-left:auto;
        justify-self:flex-end;
    }
}

.checkout{
    margin:0 auto!important;
    padding-top:2rem;
    padding-bottom:2rem;
    background:#fff;
    max-width:1600px;
}

    .checkout .checkout-content {
        flex-wrap: wrap;
    }

    .checkout h1 {
        margin: 0;
    }

    .checkout h2 {
        width: 100%;
        margin: 1rem 0 .5em 0;
        font-size: 1.2rem;
        font-weight: 600;
    }

        .checkout h2:first-of-type, .checkout h2:last-of-type {
            margin: 0 0 .5rem 0;
        }

    .checkout .checkout-header{
        align-items:flex-start;
        align-content:flex-start;
        padding-top:1em;
    }

    .checkout .back-btn {
        margin:.75em 0 0 auto;
        padding: .5em;
        font-size:.8rem;
        color:#fff!important;
        background:rgba(0,0,0,0.85);
        border:1px solid rgba(0,0,0,1);
    }

        .checkout .back-btn:hover {
            background: rgba(0,0,0,0.75);
        }

    .checkout .back-btn .icon{
        margin:0 .5em 0 0;
    }

    /* Checkout - Varukorg -------------- */
    .checkout #PageCart {
        right: 0;
        top: 0 !important;
        height: auto;
        max-height: unset;
        border: 0;
        width: 100%;
        position: relative;
        z-index: 1;
        align-self: flex-start;
    }

        .checkout #PageCart .head {
            padding: 2em 0 .4em 0;
            font-size:1.2rem;
        }

        .checkout #PageCart #CloseCart {
            display:none;
        }

        .checkout #PageCart .items {
            height: auto;
            max-height: unset;
            overflow:visible;
            border-bottom:0;
            min-height:unset;
        }


        .checkout #PageCart .item {
            padding: 1em 0 !important;
        }


        .checkout #PageCart .item .content{
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
           flex-wrap:wrap;
           align-items:flex-start;
           align-content:flex-start;
        }


.checkout #PageCart .k-dropdown .k-input, .k-dropdown .k-select {
    padding: .8em 0;
    margin-right: .5em;
}

#PageCart .item .k-numerictextbox {
    width: 140px;
}

    .checkout #PageCart .item .flex input {
            max-width: 100px;
        }

        .checkout #PageCart .item .name{
            width:25%;
            margin-top:.5em;
            font-size:1rem;
        }

        .checkout #PageCart .item .art-no {
            width: calc(20% - 2em);
            margin-top: .5em;
            font-size: 1rem;
        }

        .checkout #PageCart .item .price {
            width: 25%;
            margin: 0;
            text-align: right;
            margin-top: .5em;
            font-size: 1rem;
        }

        .checkout #PageCart .item .sum {
            font-size: 1rem;
            margin-right:2em;
        }


.checkout #PageCart .item .quantity {
    width: 30%;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
    box-sizing:border-box;

        }

        .checkout #PageCart .item .flex input {
            font-size: 1rem;
        }

#PageCart .item .k-numerictextbox .k-input {
    margin-left: 23px;
}

        .checkout #PageCart .item .quantity .k-numerictextbox {
            margin-left: auto;
        }
                .checkout #PageCart .item .quantity .k-numerictextbox, .checkout #PageCart .item .sum {
                    margin-top: 0;
                    top: 0;
                }
                    .checkout #PageCart .item .quantity .k-numerictextbox .k-select .k-link:first-child {
                        margin-right: .5em;
                    }

            .checkout #PageCart .item .sum {
               line-height:120%;
               margin-left:2em;
            }

#PageCart .item .textarea-heading {
    margin-top: .45em;
}

.checkout #PageCart .item .article-comments {
    width:100%;
}

.checkout #PageCart .item .del-btn {
    right: 0;
    top:.5em;
}


.checkout #PageCart #SummaryContainer {
    display:flex;
    align-items:flex-start;
    align-content:flex-start;
}

.checkout #PageCart .summary {
    padding: 1em 0 .5em 0;
    max-width: 400px;
    margin: 0 0 0 auto;
    padding-right: 2em
}

    .checkout #PageCart .summary div {
        font-size:1rem;
        margin-bottom:.25em;
    }

.checkout #PageCart .summary div.buttons {
    display: none;
}

        .checkout #PageCart #Comments {
            display: block !important;
            box-sizing: border-box;
            padding:1em 0;
        }

            .checkout #PageCart #Comments .heading {
                font-size: 1.2rem;
                font-weight:  600;
                margin-bottom:.4em;
                display:block;
            }

            .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;
                font-size:1rem;
                padding:.5em;
            }

.checkout .amount-to-freefreight {
    text-align: right;
    color: #e30613;
    font-size:.85rem;
    font-weight:bold;
}

.checkout .export-compare-buttons{
    margin:0!important;
    border:0!important;
    padding-left:0!important;
    padding-top:1.2em!important;
}
/* Checkout - Content -------------- */
.checkout .customer-content {
    width: 100%;
    padding: 2em 0 1em 0;
    margin-top: 1em;
    box-sizing: border-box;
    align-items: flex-start;
    align-content: flex-start;
    border-top: 1px solid #ddd;
}

.checkout .customer-content .k-textbox{
    width: 100%;
}

.checkout .toggle-customer{
    width:100%;
    position:relative;
    max-height:180px;
    overflow:hidden;
    margin-bottom:1em;
}

.checkout .toggle-customer.open {
    max-height: 1000000000000000000000000000000000000000000px;
}

    .checkout .toggle-customer .toggle-customer-btn {
        bottom: 0;
        position: absolute;
        z-index: 100002;
        cursor: pointer;
        background: none;
        border: 0;
        padding: 0;
        color: rgb(0, 106, 45); 
        align-items:center;
        align-content: center;
        justify-self: flex-end;
        margin-left: auto;
        right: 0;
        font-size:1rem;
    }

.checkout .customer-content .toggle-customer-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .checkout .toggle-customer .toggle-customer-btn .icon{
        margin-right:.3em;
        margin-top:.2em;
    }



    .checkout .toggle-customer .toggle-customer-btn span{
       text-decoration:underline;
    }

        .checkout .toggle-customer .toggle-customer-btn:hover span {
            text-decoration: none;
        }

    .checkout .toggle-customer.open .toggle-customer-btn {
       position:relative;
    }

.checkout .toggle-customer:after {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 98%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 98%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    display: block;
    content: "";
    height: 100px;
    bottom: 0;
    position: absolute;
    z-index: 100001;
    
}


    .checkout .toggle-customer.open:after{
        display:none;
    }
    /* 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 - 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;
                    font-size:1.4rem;
                }

/* Checkout - Slutför köp ----------------- */
    .checkout .confirm {
        background: #f3f3f3;
        padding: .5em 2em 1.5em 2em;
        margin:.5em 0 0 0;
        width:100%;
    }

    .checkout .terms {
        width: 100%;
        margin-top: 1em;
        margin-bottom: 0;
    }

    .checkout .terms input:hover{
        cursor:pointer;
    }

        .checkout .terms label {
            display: block;
            line-height: 130%;
            font-size: 1rem;
            cursor: pointer;
            width: 100%;
            margin: 0 0 1em 0;
            font-weight: 500;
        }

            .checkout .terms label.last {
                margin-top: -1em;
            }

            .checkout .terms label span {
                position: relative;
                top: -.15em;
   
            }

            .checkout .terms label a {
                color: rgb(0, 106, 45);
                text-decoration: underline;
            }

    .checkout .buttons {
        width: 100%;
    }

.checkout .buy-btn {
    font-weight: bold;
    padding: 1em 1.5em;
    background: rgba(0, 106, 45, .9);
    border: 1px solid rgba(0, 106, 45, 1);
    font-size:1.2rem;
}

.checkout .buy-btn:hover {
    background: rgba(0, 106, 45, .8);
}

    /* Validation --------- */
.checkout .field-validation-error{
    top:0!important;
    font-size:.8rem;
}
/* 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: 1000000000001;
}

    .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;
        }

/* --- Tender request --- */

#TenderRequestCustomer .customer-content h2 {
    padding:1rem 0 0.5rem 0 !important;
}

#TenderForm #PageCart .item .quantity .k-numerictextbox {
    right: 5em;
}

#TenderForm #PageCart .item .name {
    width: 50%;
}

#TenderRequestCustomer .customer-content .col-12 input,
#TenderRequestCustomer .customer-content input.k-textbox, #TenderRequestCustomer .customer-content .k-textbox {
    width: 100%;
    background: rgba(99,99,99,.1);
    background: #fff;
    font-size: .95rem;
    padding: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: none;
    border: 1px solid rgba(99,99,99,.8);
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 1.65em;
    text-indent: 0.571em;
}

    #TenderRequestCustomer .customer-content .col-12 {
        margin-bottom:0.5em;
    }

#TenderRequestCustomer .confirm  {
    padding: 1em 1.5em;

}
         #TenderRequestCustomer .confirm .buttons button.k-button {
            padding: 1em 1.5em;
            /*background: rgba(0, 106, 45, .9);
border: 1px solid rgba(0, 106, 45, 1);*/
            font-size: 1.2rem;
        }

#TenderRequestCustomer .confirm .buttons button.k-button i::before {
    margin-left: 0.5em;
}


/* 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;*/
    }



        .checkout #PageCart .item .del-btn {
            top: .7em;
        }

        .checkout #PageCart .item .price .ex-vat {
            display:block;
            width:100%;
        }

        .checkout #PageCart .item .quantity {
            padding-right: 1.5em;
        }

        .checkout #PageCart .item .quantity .k-numerictextbox {
            margin-bottom: .5em;
        }

        .checkout #PageCart .summary {
            padding-right: 3.4em
        }

   


}

@media only screen and (min-width : 0) and (max-width : 67rem) {
    .checkout {
 /*       padding: 0 2em;
        width: 95%;*/
/*        padding-bottom: 2em !important;*/
    }

    #Main .checkout.content-wrapper {
        padding: 0 2em;
    }

        .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 .checkout-content {
            flex-wrap: wrap;
        }

     
    #PageCart .summary {
        border-top:0 solid #999;
    }

        .checkout .customer-content {
            width: 100%;
            padding-top: .5em;
            padding: 1em 0;
            border-left: 0;
        }

    .checkout #PageCart .item .quantity {
        width: 35%;
    }

    .checkout #PageCart .item .art-no {
        width: 15%;
    }



}

@media only screen and (min-width : 0) and (max-width : 55rem) {
    .checkout {
        padding: 0 0;
    }

        .checkout #PageCart .item .img {
            width: 40px;
            height: 40px;
        }

        .checkout #PageCart .content {
            width: 100%;
        }

    .checkout #PageCart .item .price {
        text-align:left;
    }

        .checkout #PageCart .item .name, .checkout #PageCart .item .art-no, .checkout #PageCart .item .price, .checkout #PageCart .item .quantity, #TenderForm #PageCart .item .name {
            width: 100%;
            margin-top: 0;
        }

        .checkout #PageCart .item .price .ex-vat{
            width:100%;
            display:block;
        }
        .checkout #PageCart .item .price, .checkout #PageCart .item .quantity {
            width: 50%;
        }

    .checkout #PageCart .item .del-btn {
        right: 0;
        top: 0;
    }

        .checkout .last-sum .summary div.total {
            margin-bottom:.5em;
        }

        .checkout #PageCart .item .sum {
            margin-right: 0;
        }

        .checkout #PageCart .item .quantity {
          padding-right:0;
        }

            .checkout #PageCart .item .quantity .k-numerictextbox {
                margin-bottom: 0;
            }

        .checkout #PageCart #SummaryContainer {
            flex-wrap:wrap;
        }

        .checkout #PageCart .summary {
            padding-right: 0;
            width:100%;
            max-width:100%;
        }
        .checkout .export-compare-buttons {
            border-bottom: 1px solid #e0e0e0!important;
        }

    #TenderForm #PageCart .item .quantity .k-numerictextbox {
        right: 0 !important;
    }

  
}

@media only screen and (min-width : 0) and (max-width : 45rem) {
    #Main .checkout.content-wrapper {
        padding: 0 1em;
    }

    .checkout #PageCart .item .price, .checkout #PageCart .item .quantity {
        width: 100%;
    }

    .checkout #PageCart .item .quantity {
        margin:.5em 0;
    }

        .checkout #PageCart .item .quantity .k-numerictextbox {
           margin-right:auto;
           margin-left:0;
        }

        .checkout #PageCart .item .price .ex-vat {
            width: auto;
            display:inline-block;
        }

}

.swh-row-layout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.swh-template {
    margin-left: auto;
    margin-right: auto;
}

.layout-wrapper {
    margin: 0 auto;
}

/* Templates ---------------- */
.swh-template {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
/*     padding-left:8rem;
    padding-right:8rem;*/
}

.padding-wrapper.swh-template,
.padding-wrapper .swh-template{
    padding-left: 6%;
    padding-right: 6%;
}

.swh-template * {
    float: none !important;
}

.swh-col.hide-desktop {
    display: none;
}

.swh-col.unique-terms {
    padding: 2rem 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.swh-col {
    box-sizing: border-box;
    max-width: 100%;
    border: 0;
    margin: 0;
}

    .swh-col.fullscreen {
        /*    min-width: calc(100% + 16rem);
    max-width: calc(100% + 16rem);
    transform: translateX(-8rem);*/
        min-width: 100%;
        max-width: 100%;
        position: relative;
    }

    .swh-col.fullscreen {
        transform: translateX(-6rem);
        min-width: calc(100% + 12rem);
    }

/*.child-menu-wrapper .swh-col.fullscreen {
    transform: translateX(0);
    min-width: calc(100% + 6rem);
}*/

    @media only screen and (min-width : 0) and (max-width : 85rem) {
        .swh-col.fullscreen {
            transform: translateX(-3rem);
            min-width: calc(100% + 6rem);
        }

    /*    .child-menu-wrapper .swh-col.fullscreen {
            transform: translateX(0);
            min-width: calc(100% + 3rem);
        }*/
    }


@media only screen and (min-width : 0) and (max-width : 55rem) {
    .swh-col.fullscreen {
        transform: translateX(-1rem);
        min-width: calc(100% + 2rem);
    }
 /*   .child-menu-wrapper .swh-col.fullscreen {
        transform: translateX(-1rem);
        min-width: calc(100% + 2rem);
    }*/
}



.swh-col.spacer {
    padding: 0 !important;
}


    .swh-col figure {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .swh-col figcaption {
        font-style: italic;
        font-size: .7rem;
        opacity: .8;
    }

    .swh-col img {
        max-width: 100%;
    }

    .swh-col .swiper img {
        width: 100%;
        height: auto;
    }

    .swh-col .swiper .swiper-text {
        color: #fff;
    }

.swiper .swiper-slide div.video-wrapper {
    position: initial;
    padding-bottom: 56.25% !important;
    height: 0 !important;
}

.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;
}

/* Film i CMS - Testkod */

.hero-swiper .swiper-slide figure, .hero-swiper .swiper .swiper-slide video {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

    .hero-swiper .swiper-slide img, .hero-swiper .swiper .swiper-slide video source {
        width: 100%;
        height: 100%;
    }

video[poster] {
    object-fit: cover;
}

.hero-swiper .swiper .swiper-slide iframe, .swh-col[data-itemtype="Text"] iframe {
   
    aspect-ratio: 16 / 9;
    width:100%;
    height:auto;
}

/* --- */



@media only screen and (min-width : 0) and (max-width : 95rem) {
    .swh-col.fullscreen {
        /*        min-width: calc(100% + 6rem);
        max-width: calc(100% + 6rem);
        transform: translateX(-3rem);*/
    }
}

@media only screen and (min-width : 0) and (max-width : 75rem) {
    .swh-col.fullscreen {
        /*   min-width: calc(100% + 4rem);
        max-width: calc(100% + 4rem);
        transform: translateX(-2rem);*/
    }
}

@media only screen and (min-width : 0) and (max-width : 52rem) {
    .swh-col.fullscreen {
        /*  min-width: calc(100% + 2rem);
        max-width: calc(100% + 2rem);
        transform: translateX(-1rem);*/
    }
}


/* Product block  ---------------- */
.product-block {
    padding:1rem 8rem!important;
}

@media only screen and (min-width : 0) and (max-width : 85rem) {
    .product-block {
        padding: 1rem 3rem !important;
    }
}


@media only screen and (min-width : 0) and (max-width : 55rem) {
    .product-block {
        padding: 1rem 1rem !important;
    }
}

/* Pillar block  ---------------- */
.pillar-block {
    padding: 1rem 6rem !important;
}

@media only screen and (min-width : 0) and (max-width : 85rem) {
    .pillar-block {
        padding: 1rem 3rem !important;
    }
}


@media only screen and (min-width : 0) and (max-width : 55rem) {
    .pillar-block {
        padding: 1rem 1rem !important;
    }
}

/* --- Puff-link --- */


@media only screen and (min-width : 821px) and (max-width : 1200px) {
   
    .swh-col.puff-link .swiper-text {
        padding:2rem 0.5rem;
    }

    .swh-col.puff-link .swiper-text .puff-title {
        font-size:115% !important;
    }
}
.pillarpage {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .pillarpage .pillar-puff {
        position: relative;
        background: #f6f6f6;
        padding-bottom: 3rem;
    }

        .pillarpage .pillar-puff figure {
            margin: 0;
            padding: 0;
            width: 100%;
            display: flex;
            align-items: center;
            overflow: hidden;
            position: relative;
        }

            .pillarpage .pillar-puff figure img {
                object-fit: contain;
                object-position: center;
                width: 100%;
                 height: 100% !important;
                 object-fit:cover;
            }

    .pillarpage .text-content {
        position: relative;
        padding: 2rem;
    }

    .pillarpage .text {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

.pillarpage .pillar-puff .btn {
    width: auto;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right:2em;
    background: #b8272e;
    margin: 1em 0.5em 1em 0;
    border: 2px solid #006a2d;
    background: unset;
    color: #006a2d;
    border-radius: 0;
    padding: 0.45em 0.75em;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    text-transform: uppercase;
    max-width:fit-content;
}

   

.swh-col[data-itemtype="PillarPage"] a {
    text-decoration:none;
    color:#000;
}

    .swh-col[data-itemtype="PillarPage"] a:hover {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25), 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    }

/*.swh-col[data-itemtype="PillarPage"] .pillarpage {
    background: rgba(223,223,223,0.25);
    padding: 2em;
}*/

.pillarpage-type-1, .pillarpage-type-2, .pillarpage-type-4 {
    display:none !important;
}


/* Blog ----------------- */
.pillarpage-type-1, .pillarpage-type-2 {
    padding-top: 1.5rem;
    justify-content: space-between;
}

    .pillarpage-type-1:after, .pillarpage-type-1:before, .pillarpage-type-2:after, .pillarpage-type-2:before {
        display: flex;
        content: "";
        min-width: calc(25% - 1.5rem);
        order: 1000000;
    }

    .pillarpage-type-1 .pillar-puff, .pillarpage-type-2 .pillar-puff {
        width: calc(25% - 1.5rem);
        margin-bottom: 1.5rem;
        order: 1;
        background: #fff;
    }

    .pillarpage-type-2 .pillar-puff {
        background: #f6f6f6;
    }

 

.pillarpage-type-1 .pillar-puff figure {
     height: 200px;
}

       
        .pillarpage-type-2 .pillar-puff figure {
            height: 300px;
        }

/*    .pillarpage-type-1 .pillar-puff figure:before,
    .pillarpage-type-2 .pillar-puff figure:before {
        display: flex;
        content: "";
        background: unset;
        left: auto;
        bottom: auto;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        border-top: 80px solid #fff;
        border-left: 80px solid transparent;
        position: absolute;
    }*/

.pillarpage-type-1 h2,
.pillarpage-type-2 h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0;
}


.pillarpage-type-1 .text-content,
.pillarpage-type-2 .text-content {
    position: unset;
   
}



.pillarpage-type-2 .text-content {
    padding-right: 2rem;
    padding-left: 2rem;
}


.pillarpage-type-1 .text,
.pillarpage-type-2 .text {
    font-size: 0.9rem;
}

    .pillarpage-type-1 .pillar-puff, .pillarpage-type-2 .pillar-puff {
     padding-bottom:0;
    }

.pillarpage-type-1 .pillar-puff .btn,
.pillarpage-type-2 .pillar-puff .btn {
    width: auto;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 2rem;
}

.pillarpage-type-2 .pillar-puff .btn {
    left: 2rem;
}

@media only screen and (min-width: 0) and (max-width: 992px) {
    .pillarpage-type-1 .pillar-puff, .pillarpage-type-1 .pillar-puff:nth-of-type(4n + 4),
    .pillarpage-type-2 .pillar-puff, .pillarpage-type-2 .pillar-puff:nth-of-type(4n + 4) {
        width: calc(33% - 1rem);
    }

    .pillarpage-type-1:after, .pillarpage-type-1:before,
    .pillarpage-type-2:after, .pillarpage-type-2:before {
        width: calc(33% - 1rem);
    }
}

@media only screen and (min-width: 0) and (max-width: 768px) {
    .pillarpage-type-1 .pillar-puff, .pillarpage-type-1 .pillar-puff:nth-of-type(4n + 4),
    .pillarpage-type-2 .pillar-puff, .pillarpage-type-2 .pillar-puff:nth-of-type(4n + 4) {
        width: calc(50% - 1rem);
    }

    .pillarpage-type-1:after, .pillarpage-type-1:before,
    .pillarpage-type-2:after, .pillarpage-type-2:before {
        width: calc(50% - 1rem);
    }
}

@media only screen and (min-width: 0) and (max-width: 576px) {
    .pillarpage-type-1 .pillar-puff, .pillarpage-type-1 .pillar-puff:nth-of-type(4n + 4),
    .pillarpage-type-2 .pillar-puff, .pillarpage-type-2 .pillar-puff:nth-of-type(4n + 4) {
        width: 100%;
    }
}

/* News ----------------- */
/*.pillarpage-type-2 {
    padding-top: 1.5rem;
}

    .pillarpage-type-2 .pillar-puff {
        background: #f6f6f6;
        width: 100%;
        flex-direction: row;
        display: flex;
        margin: 0 0 1.5rem 0;
        padding: 0;
    }

        .pillarpage-type-2 .pillar-puff figure {
            width: 40%;
            margin: 0;
            max-height: 400px;
        }


    .pillarpage-type-2 .text-content {
        display: flex;
        flex-direction: column;
        width: 60%;
        align-items: flex-start;
        justify-content: center;
        padding: 2rem 4rem;
        position: relative;
    }

        .pillarpage-type-2 .text-content:before {
            display: flex;
            content: "";
            background: unset;
            left: auto;
            bottom: auto;
            right: 0;
            top: 0;
            width: 0;
            height: 0;
            border-top: 80px solid #fff;
            border-left: 80px solid transparent;
            position: absolute;
        }


    .pillarpage-type-2 .pillar-puff .text-content h2 {
        font-size: 1.8rem;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

.pillarpage-type-2 .text {
    font-size: 1rem;
}

.pillarpage-type-2 .pillar-puff .btn {
    margin-top: .5rem;
}


.pillarpage-type-2 .pillar-puff:nth-of-type(even) figure {
    order: 2;
}

.pillarpage-type-2 .pillar-puff:nth-of-type(even) .text-content {
    order: 1;
}

    .pillarpage-type-2 .pillar-puff:nth-of-type(even) .text-content:before {
        right: auto;
        left: 0;
        transform:rotate(270deg);
    }*/
/* Gallery ----------------- */
.pillarpage-type-3 {
    padding-top: 1.5rem;
    justify-content: space-between;
}

    .pillarpage-type-3:after {
        content: "";
        width: calc(33% - 1rem);
    }

    .pillarpage-type-3 .pillar-puff {
        width: calc(33% - 1rem);
        margin-bottom: 1.5rem;
        background: #fff;
        padding-bottom:1em;
    }


@media only screen and (min-width: 0) and (max-width: 45rem) {
    .pillarpage-type-3 .pillar-puff, .pillarpage-type-3 .pillar-puff:nth-of-type(3n + 3) {
        width: 100%;
    }
}


.pillarpage-type-3 .pillar-puff figure {
       height: 300px;
}

/*    .pillarpage-type-3 .pillar-puff figure:before {
        display: flex;
        content: "";
        background: unset;
        left: auto;
        bottom: auto;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        border-top: 80px solid #fff;
        border-left: 80px solid transparent;
        position: absolute;
    }*/

.pillarpage-type-3 h2 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: 0;
}

.pillarpage-type-3 .text-content {
    position: unset;
}

.pillarpage-type-3 .text {
    font-size: 0.9rem;
}

.pillarpage-type-3 .pillar-puff .btn {
    width: auto;
    margin: 0;
  /*  position: absolute;
    left: 2rem;
    bottom: 2rem;*/
  position:relative;
  bottom:0;
  left:0;

}

/* Campaign ----------------- */
.pillarpage-type-4 {
    padding:4em !important;
    justify-content: space-between;
}

    .pillarpage-type-4:after {
        content: "";
        width: calc(33% - 4rem);
    }

    .pillarpage-type-4 .pillar-puff {
        width: calc(33% - 4rem);
        margin-bottom: 4rem;
        background: none;
        position: relative;
        margin-right: 1rem;
        padding-bottom:0;
    }

        .pillarpage-type-4 .pillar-puff:nth-of-type(3n + 3) {
            margin-right: 0;
        }

    .pillarpage-type-4 .text-content {
        background: rgba(0,0,0,.4);
        position: absolute;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 2rem;
        box-sizing: border-box;
        justify-content: center;
        text-align:center;
        color:#fff;
        margin:0 auto;
    }

        .pillarpage-type-4 .text-content h2, .pillarpage-type-4 .text-content .text {
         
            text-align: center;
            align-items:center;
            justify-content: center;
        }

        .pillarpage-type-4  h2 {
           font-size:1.9rem;
        }

        .pillarpage-type-4 .text {
            font-size: 1.1rem;
        }


@media only screen and (min-width: 0) and (max-width: 65rem) {
    .pillarpage-type-4 .pillar-puff, .pillarpage-type-4 .pillar-puff:nth-of-type(3n + 3) {
        width: 100%;
        margin-right: 0;
    }
}

.pillarpage-type-4 {
    padding: 2em !important;
   
}






.pillarpage-type-4 .pillar-puff figure {
       height: 400px;
}


    .pillarpage-type-4 .pillar-puff figure:before {
        display: none !important;
    }

    .pillarpage-type-4 .pillar-puff figure img {
        /*object-fit: contain;*/
    }


.pillarpage-type-4 h2 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-top: 0;
}

.pillarpage-type-4 .text-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: .5rem;
    word-break:break-word;

}

.pillarpage-type-4 .text {
    font-size: 0.9rem;
}

.pillarpage-type-4 .pillar-puff .btn {
    width: auto;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    /*background: #b8272e;*/

}


    /*.pillarpage-type-4 .pillar-puff .btn:hover, .pillarpage-type-1 .pillar-puff .btn:hover,
    .pillarpage-type-2 .pillar-puff .btn:hover, .pillarpage-type-3 .pillar-puff .btn:hover*/
.pillarpage .pillar-puff .btn:hover {
    background: #a81b22;
    cursor: pointer;
    border: 2px solid #006a2d;
    background: #006a2d;
    color: #fff;
}

