#m_navicontroller {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.m_fixed {
    position: fixed;
    overflow: hidden;
}

.m_absolute {
    position: absolute;
}

.m_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.m_alignitems {
    align-items: center;
}

.m-cartindicator {
    float: right;
}

.m_sidecart {
    float: right;
}

.m_displaynone {
    display: none;
}

.m_loading {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1000;
    left: 0vw;
    top: 40%;
    background: var(--bodybg);
}

.m_indicatornumber {
    background: var(--orange-500);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: var(--grey-00);
    float: right;
    text-align: center;
    display: grid;
    align-items: center;
    margin-top: -8px;
    font-size: 12px;
}

.m_loading_outer {
    display: grid;
    justify-content: center;
    padding: 40px;
}

.m_loading_inner {
    display: flex;
    justify-content: center;
}

.m_finace-form label, .m_contact-form label, .cart label {
    text-transform: uppercase;
    font-weight: 400;
    font-size: var(--h200);
}

.m_loading_inner div:last-child {
    display: block;
}

.m_loading_outer p {
    text-transform: uppercase;
    color: var(--grey-900);
}

.m_productlist label {
    margin-bottom: 6px;
    float: left;
    width: 100%;
    font-weight: 500;
}

.m_btn {
    display: flex;
    flex-direction: column;
    padding: 12px 24px;
    text-align: center;
    margin-top: 12px;
    float: left;
    width: 100%;
}

.m_btndark {
    color: var(--white);
    background: var(--grey-700);
}

.m_headlabel {
    font-weight: 500 !important;
}

.m_kategori {
    float: left;
    width: 100&;
}

.dot {
    background: var(--orange-500);
}

    .dot, .dot:after {
        display: inline-block;
        width: 2em;
        height: 2em;
        border-radius: 50%;
        animation: a 1.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*1.5s) infinite;
    }

        .dot:after {
            --o: 1;
            background: var(--bodybg);
            content: "";
        }

.m_filterbtn {
    background: var(--orange-500);
    padding: 12px 0px;
    font-size: 14px;
    color: var(--grey-00);
    margin: 12px 0 18px 0;
}

.m_showresultsiderbarfilter {
    background: var(--orange-500);
    padding: 12px 0;
    font-size: 14px;
    color: var(--grey-00);
    margin: 12px 0 48px 0;
    float: left;
    width: 100%;
    text-align: center;
}

ul.m_pagercontrol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    position: relative;
    bottom: -65px;
}

.m_pagercontrol_prod {
    list-style-type: none;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    -webkit-overflow-scrolling: touch;
}

.m_pagerline {
    float: left;
    width: 32px;
    height: 4px;
    background: var(--grey-200);
    margin-right: 6px;
    margin-bottom: 12px;
    cursor: pointer !important;
}

    .m_pagerline.active {
        float: left;
        width: 32px;
        height: 4px;
        background: var(--orange-500);
        margin-right: 6px;
        cursor: pointer !important;
    }

    .m_pagerline.selected {
        float: left;
        width: 32px;
        height: 4px;
        background: var(--orange-500);
        margin-right: 6px;
        cursor: pointer;
    }



@keyframes a {
    0%, 50% {
        transform: scale(0);
    }
}



/* Header */
.m_logotext {
    width: 100%;
    text-align: center;
}

.m_logotext {
    color: var(--grey-900);
}

    .m_logotext h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        margin: 0;
    }

    .m_logotext p {
        color: var(--grey-500);
    }

    .m_logotext p {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        color: var(--grey-500);
        opacity: 0.5;
        margin: 0;
    }

/* Topimages */
.m_topimg {
    background-size: cover !important;
    height: 240px;
    width: 100%;
    background-position: center center !important;
    overflow: hidden;
    margin-bottom: 6px;
}

/* Product Category Page */

.m_productlist {
    background: var(--grey-00);
    min-height: 30vh;
}

    .m_productlist .options {
        margin: 32px;
        justify-self: center;
    }


.m_toggle-switch {
    background: var(--grey-50);
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
}


    .m_toggle-switch button {
        padding: 10px 0;
        outline: none;
    }

        .m_toggle-switch button.selected {
            background: var(--orange-500);
            color: var(--grey-00);
        }



.m_product_grid {
    grid-gap: 4px !important;
    background: var(--bodybg);
    padding: 0 4px 4px 4px !important;
    margin: 0px 0px 4px 0px;
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    grid-auto-rows: 1fr;
    height: fit-content;
    grid-column: 3 / span 10;
}
    .m_product_grid .m_category_Headline {
        background: #ffffff;
        padding: 1px 1px 1px 1px;
        margin-bottom: 4px;
    }
        .m_category_Headline_h1 {
            padding: 0px 12px;
            font-size: 30px;
            text-transform: uppercase;
            color: var(--grey-900);
            font-weight: var(--h700);
        }



@media (min-width: 0px) and (max-width: 1199px) {
    .m_product_grid {
        grid-column: 1 / span 12;
    }
}


.m_product_grid_inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 4px;
}

    .m_product_grid_inner > div {
        background: black;
    }

        .m_product_grid_inner > div::before {
            content: "";
            display: block;
            grid-area: 1/1/2/2;
        }


.m_product_tile {
    aspect-ratio: 1 / 1;
}


.m_product { /* absolutely positioned */
    background: var(--grey-00);
    padding: 16px;
    cursor: pointer;
    display: flex;
    aspect-ratio: 1 / 1;
    flex-direction: column;
}

    .m_product:hover {
        background: var(--grey-50);
    }


    .m_product .m_productname {
        font-style: normal;
        font-weight: 500;
        font-size: var(--h200--);
        line-height: 140%;
        text-transform: uppercase;
        color: var(--grey-900);
        white-space: nowrap;
        overflow-x: unset;
        min-width: 100%;
        text-overflow: ellipsis;
    }

    .m_product .m_productcategory {
        font-style: normal;
        font-weight: normal;
        font-size: var(--h100--);
        line-height: 150%;
        color: var(--grey-300);
        margin-bottom: 22px;
    }

    .m_product .m_billede {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-grow: 1;
        max-height: 70%;
    }


        .m_product .m_billede img,
        .m_product .m_billede picture {
            height: auto;
            width: 80%;
            justify-self: center;
            display: grid;
            align-content: center;
        }


    .m_product .m_discount {
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 140%;
        color: var(--grey-300);
        text-decoration-line: line-through;
    }

    .m_product .m_price {
        font-style: normal;
        font-weight: 500;
        font-size: var(--h200--);
        line-height: 140%;
        color: var(--grey-900);
    }

.m_discountprocent {
    position: absolute;
    right: 16px;
    background: var(--orange-500);
    padding: 4px 6px;
    font-size: 14px;
    color: var(--grey-00);
}

.m_closeright {
    float: right;
}

/* Product Page */
.m_allneworusedfilter > label,
.m_kategori > label {
    display: block;
    white-space: nowrap;
    margin-bottom: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: var(--grey-500);
}

input[type='radio'] {
    box-sizing: border-box;
    appearance: none;
    background: var(--grey-00);
    border: 2px solid #fff;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-bottom: -2px;
    outline: 1px solid #000;
}

    input[type='radio']:checked {
        background: var(--orange-500);
    }

/* Side cart */
.m_navi-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

    .m_navi-header .close {
        justify-self: right;
        cursor: pointer;
    }

        .m_navi-header .close i {
            color: var(--grey-500);
        }

    .m_navi-header label {
    }

.m_sidecart-line {
    display: grid;
    grid-template-columns: 1fr 2.5fr .5fr;
    background: var(--grey-00);
    padding: 16px 24px;
    margin-bottom: 12px;
    justify-content: center;
    align-items: center;
}

    /*
    .m_sidecart-line .m_image {
        display: grid;
        align-content: center;
        justify-content: center;
    }
*/
    .m_sidecart-line .m_image img {
        /*
            width: 56px;
            height: 56px;
            object-fit: cover;
            justify-self: center;
            align-self: center;
            */
        margin-right: 24px;
    }

    .m_sidecart-line .m_data h5 {
        font-style: normal;
        font-weight: normal;
        font-size: var(--h200);
        line-height: 110%;
        color: var(--grey-900);
        margin: 2px 0;
        padding: 2px 0;
    }

    .m_sidecart-line .m_data p {
        font-style: normal;
        font-weight: normal;
        font-size: var(--h200);
        line-height: 140%;
        color: var(--orange-500);
        margin: 2px 0 15px 0;
        padding: 2px 0;
    }


    .m_sidecart-line .m_data a {
        color: var(--grey-400);
        text-decoration: underline;
        font-size: 11px;
        margin: 0;
        padding: 0;
    }



    .m_sidecart-line .m_quantity {
        align-content: center;
        justify-content: center;
        height: 100%;
        justify-self: center;
        align-self: center;
        align-items: center;
        justify-items: center;
        display: grid;
    }

        .m_sidecart-line .m_quantity input[type=text] {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 140%;
            border: none;
            outline: none;
            width: 24px;
            height: 24px;
            text-align: center;
            padding: 0;
        }

        .m_sidecart-line .m_quantity button {
            width: 24px;
            height: 24px;
            padding: 8px !important;
            line-height: 0;
            border: 0;
            margin: 6px 0 !important;
            background: var(--grey-50);
        }
         
.m_sidecart-line .m_quantity button i
{
    left: calc(50% - 8px/2);
    top: calc(50% - 8px/2);
}


.m_sidecart .discount {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: var(--grey-400);
    width: 100%;
    margin-bottom: 3px;
}

    .m_sidecart .discount div:first-child {
        justify-self: start;
    }

    .m_sidecart .discount div:last-child {
        justify-self: end;
    }

.m_sidecart .total {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .m_sidecart .total div:first-child {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 25px;
        color: var(--grey-900);
        justify-self: start;
    }

    .m_sidecart .total div:last-child {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 25px;
        color: var(--orange-500);
        justify-self: end;
    }


.m_sidecart .checkout, .m_financelink {
    width: 100%;
    background: var(--orange-500);
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: var(--grey-00);
}

.m_financelink {
    float: left;
    width: 100%;
    padding: 18px 0;
    margin-top: 24px;
}

/* Product Page */

.m_navigateback {
    margin-top: 32px;
}

    .m_navigateback i {
        display: inline-flex;
        margin-top: -4px;
    }

    .m_navigateback a {
        font-style: normal;
        font-weight: normal;
        font-size: var(--h100);
        line-height: 140%;
        text-transform: uppercase;
        color: var(--grey-500);
        display: inline-flex;
        white-space: nowrap;
    }

.m_product_grid_picture {
    display: grid;
    justify-content: center;
    align-content: center;
}


.m_product_picture img {
    max-width: 100%;
    justify-self: center;
    align-self: center;
}

.m_productdetail {
}

    .m_productdetail .category {
        font-size: var(--h400);
        line-height: 140%;
        text-transform: uppercase;
        color: var(--grey-500);
    }

    .m_productdetail .name {
        font-size: var(--h600);
        font-weight: var(--h500);
        color: var(--grey-900);
        margin-bottom: 18px;
    }

    .m_productdetail .description {
        font-size: var(--h200);
        line-height: 140%;
        color: var(--grey-500);
        margin-bottom: 32px;
    }

    .m_productdetail .discount {
        font-size: var(--h200);
        line-height: 140%;
        text-transform: uppercase;
        color: var(--orange-500);
    }

    .m_productdetail .price {
        font-size: var(--h600);
        line-height: 140%;
        font-weight: var(--h500);
        color: var(--grey-900);
    }

        .m_productdetail .price small {
            font-size: var(--h200);
            color: var(--grey-900);
        }

    .m_productdetail .before {
        font-size: var(--h100);
        line-height: 140%;
        text-decoration-line: line-through;
        color: var(--grey-400);
    }

    .m_productdetail .addtocart button {
        width: 100%;
    }

    .m_productdetail .mounting-help {
        width: 100%;
        border-bottom: 1px solid var(--grey-500);
        padding: 17px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 20px;
    }

        .m_productdetail .mounting-help p {
            padding: 0;
            margin: 0;
        }

        .m_productdetail .mounting-help a {
            color: var(--orange-500);
            justify-self: right;
        }

    .m_productdetail .notications {
    }

        .m_productdetail .notications div {
            width: fit-content;
            margin: 10px 20px 0 0;
            padding: 4px 6px;
            float: left;
        }


    .m_productdetail h2 {
        font-size: var(--h300);
        color: var(--grey-900);
        text-transform: uppercase;
    }

    .m_productdetail table {
        width: 100%;
        border: none;
    }

        .m_productdetail table tr:nth-child(even) {
            background: var(--grey-00);
        }

        .m_productdetail table tr:nth-child(odd) {
            background: var(--grey-50);
        }

        .m_productdetail table tr td:first-child {
            color: var(--grey-700);
            font-weight: 500;
            width: 33%;
            padding: 12px 16px;
        }

        .m_productdetail table tr td:last-child {
        }

.m_topsection {
}




    .m_topsection img {
        width: 100%;
        height: 80vh;
        object-fit: cover;
    }

    .m_topsection .m_panel {
        position: absolute;
        left: 0;
        bottom: 0;
        background: var(--grey-00);
        width: 651px;
    }

        .m_topsection .m_panel h1 {
            font-size: 43px;
            line-height: 140%;
            text-transform: uppercase;
            color: var(--grey-900);
            margin: 60px auto 12px 76px;
            font-weight: var(--h700);
        }

        .m_topsection .m_panel p {
            font-size: 14px;
            line-height: 140%;
            color: var(--dark);
            margin: 0 176px 32px 76px;
        }

        .m_topsection .m_panel a {
            display: inline-block;
            font-size: 14px;
            line-height: 140%;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            color: var(--grey-900);
            padding: 20px 24px;
            margin: 0 auto 0 76px;
            border: 1px solid var(--dark);
        }

.inline {
    display: inline;
}

.inlineflex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.just-left {
    justify-self: start;
}


.just-right {
    justify-self: end;
}


.m_productlisting {
    background: var(--grey-00);
    padding: 80px 0 72px 0;
    float: left;
    width: 100%;
}

.m_selectedproducts h4 {
    font-weight: normal;
    font-size: 22px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--grey-900);
    display: block;
    margin: 0;
}

.m_selectedproducts {
    display: grid;
    justify-content: center;
}

    .m_selectedproducts .m_abovegrid {
        display: grid;
        grid-template-columns: 11fr 1fr;
    }

        .m_selectedproducts .m_abovegrid i {
            padding: 10px 15px;
        }

    .m_selectedproducts .m_belowgrid {
        display: grid;
        grid-template-columns: 1fr;
    }

        .m_selectedproducts .m_belowgrid > div {
            justify-self: right;
        }

        .m_selectedproducts .m_belowgrid a {
            font-weight: normal;
            font-size: 14px;
            line-height: 140%;
            color: var(--orange-500);
        }

    .m_selectedproducts .m_grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 6px;
    }

.m_grid {
}


.m_selectedproducts .m_grid .m_product {
    background: var(--grey-50);
    min-width: 274px;
    min-height: 274px;
    position: relative;
}

/* AngularJs Fade */
.fade.ng-hide {
    opacity: 0;
}

.fade.ng-hide-remove,
.fade.ng-hide-add {
    display: block !important; /* or inline-block, as appropriate */
}

.fade.ng-hide-remove {
    transition: all linear 1000ms;
}

.fade.ng-hide-add {
    transition: all linear 500ms;
}


.m_slideOutToLeft {
    animation: slideOutToLeftAnimation 0.5s forwards 0s ease-in-out;
}

.m_slideOutToRight {
    animation: slideOutToRightAnimation 0.5s forwards 0s ease-in-out;
}



.m_slideInFromLeft {
    animation: slideInFromLeftAnimation 0.8s forwards 0s ease-in-out;
}

.m_slideInFromRight {
    animation: slideInFromRightAnimation 0.8s forwards 0s ease-in-out;
}


@keyframes slideOutToLeftAnimation {
    0% {
    }

    100% {
        transform: translateX(800%);
    }

    -0% {
    }
}


@keyframes slideOutToRightAnimation {
    0% {
    }

    100% {
        transform: translateX(-800%);
    }

    -0% {
    }
}




@keyframes slideInFromLeftAnimation {
    0% {
    }

    100% {
    }

    -0% {
        transform: translateX(800%);
    }
}


@keyframes slideInFromRightAnimation {
    0% {
    }

    100% {
    }

    -0% {
        transform: translateX(-800%);
    }
}


.m_middelsections {
    background: var(--grey-00);
    padding: 0 80px 48px 80px;
    float: left;
    width: 100%;
}

    .m_middelsections h1 {
        font-size: 34px;
        font-weight: normal;
        line-height: 140%;
        text-transform: uppercase;
        color: var(--orange-500);
        width: 383px;
        margin: 0 0 32px 0;
    }
    .m_middelsections h2 {
        font-size: 34px;
        font-weight: normal;
        line-height: 140%;
        text-transform: uppercase;
        color: var(--orange-500);
        width: 383px;
        margin: 0 0 32px 0;
    }

        .m_middelsections h1::first-line {
            color: var(--grey-900);
        }
        .m_middelsections h2::first-line {
            color: var(--grey-900);
        } 

    .m_middelsections .m_panel {
        left: 0;
        bottom: 0;
        background: var(--grey-00);
        width: auto;
        padding: 24px 16px;
    }

@media only screen and (min-width: 1199px) {
    .m_middelsections .m_panel {
        position: absolute;
    }
}


    .m_middelsections img {
        width: 100%;
        object-fit:cover;
    }

    .m_middelsections .m_panel h1 {
        font-size: 27px;
        line-height: 140%;
        text-transform: uppercase;
        color: var(--grey-900);
        padding: 0;
        margin: 0;
        margin-bottom: 6px;
    }
    .m_middelsections .m_panel h2 {
        font-size: 27px;
        line-height: 140%;
        text-transform: uppercase;
        color: var(--grey-900);
        padding: 0;
        margin: 0;
        margin-bottom: 6px;
    }

    .m_middelsections .m_panel h5 {
        font-weight: normal;
        font-size: 18px;
        line-height: 140%;
        text-transform: uppercase;
        color: var(--orange-500);
        padding: 0;
        margin: 0;
        margin-bottom: 6px;
    }


    .m_middelsections .m_panel p {
        font-size: 14px;
        line-height: 140%;
        color: var(--dark);
        margin-bottom: 6px;
    }

    .m_middelsections .m_panel a, .loadmorebtn {
        display: inline-block;
        font-size: 14px;
        line-height: 140%;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        color: var(--grey-900);
        padding: 20px 24px !important;
        margin-bottom: 6px;
        margin-top: 24px;
        border: 1px solid var(--dark);
    }



    .m_middelsections .m_grid {
        display: grid;
        grid-template-areas: "msectiona msectiona" "msectionb msectionc";
        grid-gap: 24px;
    }

    .m_middelsections .m_msection_1 {
        grid-area: msectiona;
    }

    .m_middelsections .m_msection_2 {
        grid-area: msectionb;
    }

    .m_middelsections .m_msection_3 {
        grid-area: msectionc;
    }


/* Footer */

footer {
    background: var(--grey-00);
    padding: 72px 80px;
    float: left;
}

    footer .main {
        display: grid;
        grid-template-columns: 2fr repeat(3, 1fr) 1.5fr;
        grid-column-gap: 10vw;
    }

    footer h5 {
        font-size: var(--h200);
        line-height: 140%;
        text-transform: uppercase;
        color: var(--grey-900);
        white-space: nowrap;
        font-weight: var(--h200);
        margin: 0 0 12px 0;
    }

    footer p {
        font-size: 14px;
        line-height: 140%;
        color: var(--grey-400);
    }

    footer ul {
        list-style: none;
        list-style-position: inside;
        padding-left: 0px;
    }

        footer ul li {
            font-weight: normal;
            font-size: var(--h200);
            line-height: 140%;
            color: var(--grey-400);
        }

            footer ul li a {
                color: var(--grey-400);
                text-decoration: none;
            }

    footer .copyright {
        font-size: var(--h100);
        line-height: 150%;
        color: var(--grey-60);
    }

        footer .copyright a {
            color: var(--orange-500);
        }

    footer .socialtags {
        display: inline-flex;
        margin-top: 32px;
        margin-bottom: 48px;
    }

        footer .socialtags i {
            margin-right: 3vh;
        }

    footer .sub-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

        footer .sub-main div:last-child {
            justify-self: right;
        }

    footer .creditcard {
        height: 22px;
        width: 36px;
        margin-right: 10px;
    }

.m_payment-provider .creditcard {
    height: 22px;
    width: 36px;
    margin-right: 4px;
}


/* Contact form */

.m_contact-form {
}

    .m_contact-form input[type=text],
    .m_contact-form input[type=email],
    .m_contact-form input[type=tel],
    .m_contact-form textarea,
    .m_checkoutcontainer form input[type=text],
    .m_checkoutcontainer form input[type=email],
    .m_checkoutcontainer form input[type=tel],
    .m_checkoutcontainer form textarea,
    .m_checkoutcontainer form select, select.m_prodvariants {
        font-family: Inter;
        font-style: normal;
        font-weight: normal;
        background: var(--grey-00);
        border: 1px solid var(--grey-100);
        box-sizing: border-box;
        font-size: var(--h200);
        line-height: 140%;
        text-transform: uppercase;
        color: var(--grey-500);
        margin: 12px 0px;
        padding: 18px 24px;
        width: 100%;
        border-radius: 0;
    }

.m_checkoutcontainer form input[type=text],
.m_checkoutcontainer form input[type=email],
.m_checkoutcontainer form input[type=tel],
.m_checkoutcontainer form textarea,
.m_checkoutcontainer form select {
    font-size: 14px;
    text-transform: unset;
}

select.m_prodvariants {
    background: url(../images/62HFNvO3fVIZ.png);
    background-position: right 0 top 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.m_checkoutcontainer form input[type='radio'] {
    border: 1px solid #e2e8f0;
}

/* CTA */

.m_outer_cta {
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 48px 0 0;
    background: var(--grey-00);
    width: 100%;
}

.m_cta {
    position: relative;
    float: right;
    width: 90%;
    background: var(--grey-50);
    padding: 64px 0 64px 96px;
    min-height: 353px;
}

.m_cta_full {
    position: relative;
    float: right;
    width: 100%;
    background: var(--grey-50);
    padding: 64px 0 64px 96px;
    min-height: 353px;
}

.m_cta_union {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 16vw;
}

.m_ctaheadline p {
    text-transform: uppercase;
    font-size: var(--h700);
    color: var(--grey-600);
}

    .m_ctaheadline p strong {
        font-weight: bold;
        color: var(--orange-500);
    }

.m_ctalinkbtn {
    float: left;
    margin: 0;
    width: auto;
    font-size: var(--h200);
    text-transform: uppercase;
    color: var(--grey-900);
    padding: 18px 22px;
    border: 1px solid var(--grey-900);
    margin-top: 32px;
}

.m_tilkobsec {
    padding: 96px 0;
}

.m_getcalledsec {
    float: left;
    width: 100%;
}

.m_getcalled {
    padding: 85px 80px;
    background: var(--grey-600);
    color: var(--grey-0);
}

.m_callheadline {
    font-size: var(--h300);
    font-weight: 500;
    color: var(--grey-00);
    margin-bottom: 6px;
}

.m_calltxt {
    float: left;
    width: 100%;
    margin-bottom: 24px;
}

    .m_calltxt p {
        font-size: var(--h200);
        color: var(--grey-00);
        font-weight: 400;
    }

.m_round {
    border-radius: 50%;
}

.m_callbtn {
    display: inline-block;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--grey-00);
    padding: 16px 24px !important;
    margin-bottom: 6px;
    margin-top: 24px;
    border: 1px solid var(--grey-00);
}

.m_showtestimonials {
    padding: 76px 189px;
    background: var(--grey-50);
    color: var(--grey-500);
}

.m_prodtilbehor div.m_product {
    background: var(--grey-50);
    padding: 16px;
    cursor: pointer;
    margin-bottom: 6px;
}

    .m_prodtilbehor div.m_product:hover {
        background: var(--bodybg);
        padding: 16px;
        cursor: pointer;
    }

.m_udtwrapper {
    float: left;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.m_udttxt {
    float: left;
    width: 100%;
    margin-bottom: 32px;
}

    .m_udttxt p {
        font-size: var(--h300);
        color: var(--grey-500);
    }

.m_udttoldby {
    font-size: var(--h200);
    text-transform: uppercase;
    color: var(--grey-900);
    font-weight: 400;
    margin-bottom: 56px;
}

img.m_smallcallimg {
    float: right;
    width: 20%;
}

.m_embed-responsive {
    float: left;
    width: 100%;
    margin: 32px 0;
}

.m_sidebardivider {
    float: left;
    width: 100%;
    height: 1px;
    background: var(--grey-500);
    margin: 24px 0;
}

.m_checkoutcontainer {
    float: left;
    width: 100%;
    margin: 48px 0 !important;
}

.m_stepbtn {
    padding: 20px 24px !important;
}

.m_checkoutleftarrow {
    float: left
}

#order-summary, a#order-summary-toggle {
    background: var(--grey-50);
    color: var(--grey-500);
}

.m_checkoutcontainer form p {
    margin-bottom: 8px;
}

.m_handelbetlink {
    color: var(--orange-500);
    margin-left: 22px;
}

.m_lablechcekout {
    margin-bottom: 6px;
}

.m_stockalert {
    background: var(--orange-200);
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 32px;
    padding: 24px;
    color: var(--grey-900);
}

    .m_stockalert i {
        margin-right: 6px;
    }

.m_topimg {
    margin-bottom: 0;
}

.m_textpage {
    background: var(--grey-00);
}

    .m_textpage p {
        color: var(--grey-500);
    }

    .m_textpage img {
        max-width: 100%;
        height: auto;
    }

    .m_textpage h1 {
        margin: 0;
        margin-top: 72px;
        font-weight: var(--h600);
        text-transform: uppercase;
        color: var(--grey-900);
        margin-bottom: 22px;
    }

    .m_textpage strong {
        float: left;
        width: 100%;
        font-weight: var(--h300);
        font-size: 18px;
        color: var(--grey-900);
        line-height: 25px;
        margin-bottom: 6px;
    }


.m_languageselector {
    margin-top: 32px;
    float: left;
    width: 100%;
}

    .m_languageselector #m_formSelectUserLanguage > input {
        display: none;
    }

.m_employeeheadline {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: var(--h400);
    margin: 0;
    margin-bottom: 24px;
    color: var(--grey-600);
}

.m_stilling {
    text-transform: uppercase;
    font-weight: var(--h100);
    color: var(--grey-500);
    margin-bottom: 2px;
}

.m_name {
    font-weight: var(--h100);
    color: var(--grey-900);
    margin-bottom: 8px;
}

.m_phone {
    font-weight: var(--h100);
    color: var(--grey-900);
    margin-bottom: 2px;
}

.m_email a {
    color: var(--orange-500);
    text-decoration: underline;
}

.m_employees {
    padding: 72px 0;
}

.m_employeewrapper {
    padding: 16px 24px;
    background: var(--grey-00);
    margin: 0 0 6px 0;
    display: flex;
    align-items: center;
}

.gridgap6 {
    grid-column-gap: 6px !important;
}

.m_employimg {
    float: left;
    margin-right: 12px;
}

.m_expertbanner {
    float: left;
    width: 100%;
    background: var(--orange-500);
    padding: 24px 26px;
    color: var(--grey-00);
    margin: 20px 0 34px 0;
}

.m_bannertxt {
    font-size: 18px;
    text-transform: uppercase;
}

.m_bannerlink {
    border: 1px solid var(--grey-00);
    padding: 18px 30px;
    color: var(--grey-00);
    text-transform: uppercase;
    font-size: 14px;
    float: right;
}

.m_aligncenter {
    align-items: center;
}

.m_outerfaqwapper {
    float: left;
    width: 100%;
    margin-bottom: 62px;
}

.m_faqwrapper {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: var(--grey-50);
    padding: 12px 24px;
    color: var(--grey-600);
}

    .m_faqwrapper span {
        float: left;
        margin-top: 16px;
        text-transform: uppercase;
        font-size: var(--h300);
    }

    .m_faqwrapper a {
        color: var(--grey-900);
        display: inline-block;
        font-size: var(--h200);
        line-height: 140%;
        text-align: center;
        text-decoration: none;
        padding: 12px 24px;
        border: 1px solid var(--grey-900);
        text-transform: uppercase;
    }

.m_faqcontent {
    float: left;
    width: 100%;
    border-top: 1px solid var(--grey-900);
    margin-top: 12px;
    color: var(--grey-900);
}

.m_newslink {
    color: var(--grey-90);
}

.m_langflag {
    float: left;
    margin-right: 24px;
    cursor: pointer;
    position: relative;
    top: 0;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    transition: .3s all;
}

    .m_langflag:hover {
        top: -3px;
        box-shadow: 0 14px 60px rgba(0, 0, 0, .25), 0 14px 50px rgba(0, 0, 0, .22);
    }


/* Modalview finance*/
.modal {
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    padding: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

    .modal.active {
        z-index: 9999;
        opacity: 1;
        visibility: visible;
    }

    .modal:before {
        background: rgba(0, 0, 0, 0.85);
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .modal .modal-content {
        backface-visibility: hidden;
        position: fixed;
        z-index: 2;
        top: 50%;
        left: 50%;
        max-height: 100%;
        border: none;
        transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        max-height: 95%;
        height: auto;
        width: auto;
        overflow-y: auto;
        overflow-x: hidden;
        color: var(--grey-500);
    }

.modal-grid {
    grid-column: 1 / span 12;
}

.modal-items {
    background: #f5f5f5;
    padding: 60px 40px 40px 40px;
}

.modal .modal-content .modal-close-cross {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    top: 1.5em;
    right: 1.5em;
    z-index: 99;
}

.modal-close-cross i {
    color: #000000;
    transform: scale(var(--ggs,2));
}

.m_resetsearch {
    float: right;
    position: absolute !important;
    right: 0;
    padding: 5px 15px;
    cursor: pointer;
}

/* 404 side */
.m_bg404 {
    background: var(--bodybg);
    overflow-y: hidden;
}

.m_siden404 {
    height: 95vh;
    display: grid;
    align-items: center;
}

.m_404headline {
    font-size: 67px;
    line-height: 93px;
    color: var(--orange-500);
    font-weight: 400;
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 6px;
}

.m_404txt p {
    color: var(--grey-900);
    font-size: var(--h600);
    line-height: 48px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 60px;
}

.m_gotofront404 {
    display: flex;
    flex-direction: column;
    padding: 12px 24px;
    text-align: center;
    float: left;
    width: auto;
    text-transform: uppercase;
    margin-right: 48px;
}

.m_gotoproduct404 {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    color: var(--grey-900);
    padding: 14px 24px;
    border: 1px solid var(--grey-900);
    float: left;
    width: auto;
}

.m_msection_1 img {
    width: 100%;
    object-fit: cover;
}
