﻿/* ---------- Forsidepopper ----- START ----- */
.popper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.popper_content {
    background-color: rgba(255,255,255,0.3);
    padding: 5px;
    padding-top: 25px;
    box-sizing: border-box;
    position: absolute;
    height: 200px;
    bottom: -200px;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 12px;
    color: #116ba0;
}

.popper_content2 {
    background-color: rgba(255,255,255,0.5);
    padding: 5px;
    padding-top: 5px;
    box-sizing: border-box;
    position: absolute;
    height: 140px;
    bottom: -140px;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 12px;
    color: #116ba0;
}

.popper_content_bottom {
    background-color: rgba(255,255,255,0.5);
    box-sizing: border-box;
    position: absolute;
    height: 200px;
    bottom: -170px;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 12px;
    color: black;
    text-align: right;
}

.popper:hover .popper_content, .popper:hover .popper_content2 {
    background-color: rgba(255,255,255,0.8);
    bottom: 0;
    color: #444444;
}
/* ---------- Forsidepopper ----- SLUTT ----- */

/* ---------- Sticky header ----- START ----- */

#sticky {
    width: 100%;
    text-align: center;
}

    #sticky.stick {
        margin-top: 0 !important;
        position: fixed;
        top: 0px;
        z-index: 10000;
        width: 100%;
        text-align: center;
    }

/* ---------- Sticky header ----- SLUTT ----- */


h1 {
    font-size: 25px;
    font-weight: normal;
    font-family: 'Signika', sans-serif;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Signika', sans-serif;
}

h3 {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Signika', sans-serif;
}

.mobmenu {
    width: 100%;
    box-sizing: border-box;
    font-family: Arial;
    color: #2a2a2a;
    font-size: 18px;
    background: #f6f6f6;
    padding: 10px 20px 10px 20px;
    box-shadow: 0px 1px 3px #888;
    margin: 0px;
    text-align: left;
    padding-left: 30px;
    text-decoration: none;
}

    .mobmenu:hover {
        background: #eee;
        background-repeat: no-repeat;
        background-position: 10px center;
    }

    .mobmenu:active {
        background: #eee;
        box-shadow: inset 0px 1px 3px #888;
        background-image: url('../js2/arrow.png');
        background-repeat: no-repeat;
        background-position: right 20px center;
    }

.wrapper {
    margin: 0 auto; /* Center align for Good browsers like Firefox, Opera, Netscape */
    text-align: left;
    width: 990px;
    padding: 0px;
}

.wrapperboxsmall {
    float: left;
    min-width: 207px;
    max-width: 207px;
    font-family: 'Signika', sans-serif;
    box-sizing: border-box;
}

.wrapperbox {
    float: left;
    min-width: 413px;
    max-width: 417px;
    font-family: 'Signika', sans-serif;
}

.wrapperboxlarge {
    width: 100%;
    font-family: 'Signika', sans-serif;
}

.wrapperfixedbackground {
    background-color: Black;
    border-top: 1px solid #f8bd1e;
    border-bottom: 1px solid #f8bd1e;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.wrapperbackgroundgradient {
    background: -webkit-linear-gradient(left, transparent, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, transparent, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, transparent, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, transparent, black); /* Standard syntax */
    width: 100%;
}

.wrappercoll {
    width: 100%;
    box-sizing: border-box;
    font-family: 'Signika', sans-serif;
    padding-left: 120px;
    padding-right: 120px;
}

.percentBar {
    width: 150px;
}

.clear {
    clear: both;
}

body {
    margin: 0px;
}

.hideMobile {
    display: block;
}

#header {
    color: black;
    background: #116ba0;
}

#content_table {
    width: 100%;
    background-color: white;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: separate;
}

#content_table_menu {
    width: 150px;
    vertical-align: top;
}

#content_table_content, .maincontent {
    width: 840px;
    vertical-align: top;
    box-sizing: border-box;
}

#content_table_margin {
    width: 5px;
}

#content {
    color: white;
    font-family: Roboto, sans-serif;
    background-color: red;
    width: 420px;
    float: left;
}

#footerbar {
    color: white;
    font-family: Roboto, sans-serif;
    background: #000000;
    /*background: linear-gradient(#2a2a2a,#3a3a3a,#2a2a2a,Black);*/
}

#footer {
    background-color: #e7e7e7;
}

.trustDisplayFooter {
    background-color: #23516c;
    width: 100%;
    text-align: center;
    padding-left: 75px;
    border-bottom: 1px solid white;
    box-sizing: border-box;
}

.trustDisplayBlock {
    height: 85px;
    color: white;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
}

    .trustDisplayBlock:hover {
        color: #f8bd1e;
        background-image: linear-gradient(rgba(255,0,0,0), rgba(248,189,30,.15),rgba(255,0,0,0));
    }

        .trustDisplayBlock:hover .trustDisplayLink {
            color: white;
        }

.showHide {
    display: inherit;
}

/* START -------------------- Søkefelt i header ---------------------- */

.search_tb {
    vertical-align: bottom;
    height: 33px;
    border: solid 1px #4d6370;
    border-right: none;
    padding: 2px;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 18px;
    /*box-shadow: 0px 1px 2px 0px #5d8ba5;*/
    background-color: #FFFFFF;
    outline: none;
    color: #474747;
    text-align: center;
    max-width: 285px;
    min-width: 279px;
    height: 25px;
    background-image: url(../bilder/design/header/icon_search.png);
    background-repeat: no-repeat;
    background-position: left 5px top 2px;
    margin-bottom: 7px;
}

    .search_tb:focus {
        border: solid 1px #2a2a2a;
        border-right: none;
        box-shadow: inset 0px 1px 2px 0px #9C9C9C;
        background-image: url(../bilder/design/header/icon_search2.png);
    }

.search_btn {
    padding: 5px 10px 5px 10px;
    background: linear-gradient(#ffffff, #f3f3f3, #d3d3d3, #c2c2c2);
    border: 1px solid #4d6370;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    height: 31px;
    width: 130px;
    /*box-shadow: 0px 1px 2px 0px #5d8ba5;*/
    vertical-align: bottom;
    margin-bottom: 7px;
    padding-top: 3px;
    /*border-left-width: 0px;*/
}

    .search_btn:hover {
        background: linear-gradient(#f2fc9c, #f4f495, #f8e587, #fcd87c);
        border: 1px solid #ffa000;
    }

    .search_btn:focus {
        background: linear-gradient(#fcd87c,#f8e587,#f4f495,#f2fc9c);
    }


/* SLUTT -------------------- Søkefelt i header ---------------------- */

.header_user {
    font-size: 10px;
    color: silver;
    text-align: right;
    display: inherit;
    position: absolute;
    width: 990px;
    z-index: 100;
}

.header_icons {
    width: 45px;
    text-align: center;
    float: right;
    font-size: 30px;
    margin-top: 16px;
    color: white;
    text-shadow: 1px 2px 1px #313131;
    padding-bottom: 2px;
}

    .header_icons:hover {
        text-shadow: 0px 0px 0px #313131;
        margin-top: 18px;
        padding-bottom: 0px;
        color: #f8bd1e;
    }

    .header_icons:focus {
        text-shadow: 0px 0px 0px #313131;
        margin-top: 18px;
        padding-bottom: 0px;
        color: #f8bd1e;
    }

.header_icons_phone {
    display: inherit;
}

.header_icons_menu {
    display: none;
}


.elefunlogo {
    float: left;
    color: white;
    text-align: left;
    margin-top: 8px;
}

#header_mobile {
    padding-top: 8px;
    padding-bottom: 8px;
}

#header_mobile_logono {
    float: left;
    color: #f7bb14;
    text-align: left;
    font-family: Arial;
    font-size: 16px;
    margin-top: 29px;
    margin-left: 3px;
}

#menu_textmenu {
    color: black;
    font-size: 14px;
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.menu_textmenu_icon {
    color: #116ba0;
    padding-left: 8px;
    padding-right: 6px;
}

#header_textmenu {
    color: white;
    font-size: 12px;
    margin-bottom: 8px;
}

.header_textmenu_icon {
    color: white;
    padding-left: 10px;
    padding-right: 8px;
    opacity: 0.6;
}

#header_mid {
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-left: 60px;
}

#tab_menu_bg {
    /*background-color: #1b1b1b;*/
    background-color: black;
    min-height: 4px;
    border-bottom-style: solid;
    border-bottom-color: #f8bd1e;
    border-bottom-width: 2px;
    position: relative;
    z-index: 10;
}

.infosenter_links {
    width: 98%;
    box-sizing: border-box;
    background-color: #f6f6f6;
    margin-top: 4px;
    text-align: left;
    padding-left: 20px;
}

    .infosenter_links:hover {
        background-color: #e7e7e7;
    }

.infosenter_line {
    width: 98%;
    box-sizing: border-box;
    background-color: #f8bd1e;
    height: 1px;
    margin-top: 15px;
}

.infosenter_linelong {
    width: 100%;
    box-sizing: border-box;
    background-color: #f8bd1e;
    height: 1px;
    margin-top: 15px;
}




.infosenter_box {
    font-size: 14px;
    text-align: center;
}

.infosenter_logo {
    font-size: 59px;
    color: #116ba0;
    padding-top: 30px;
}


.infosenter_link {
    color: black;
}


.textbox_large {
    vertical-align: top;
    height: 40px;
    border: solid 1px gray;
    padding: 2px;
    border-radius: 5px;
    font-size: 18px;
    box-shadow: 0px 1px 2px 0px #9C9C9C;
    background-color: #FFFFFF;
    outline: none;
    color: #474747;
    text-align: left;
    padding-left: 8px;
    box-sizing: border-box;
    margin: 2px;
    font-family: Arial;
}

    .textbox_large:hover {
        border: 1px solid #00E3E3;
    }

    .textbox_large:focus {
        border: solid 1px #00E3E3;
        box-shadow: inset 0px 1px 2px 0px #9C9C9C;
    }

    .textbox_large:active {
        border: solid 1px #00E3E3;
    }

.textbox_simple {
    vertical-align: top;
    height: 40px;
    border: solid 1px #dedad7;
    padding: 2px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #FFFFFF;
    outline: none;
    color: #474747;
    text-align: left;
    padding-left: 8px;
    box-sizing: border-box;
    margin: 2px;
    font-family: Arial;
}

    .textbox_simple:hover {
        border: 1px solid #00E3E3;
    }

    .textbox_simple:focus {
        border: solid 1px #00E3E3;
        box-shadow: inset 0px 1px 2px 0px #9C9C9C;
    }

    .textbox_simple:active {
        border: solid 1px #00E3E3;
    }

.textbox_footer {
    vertical-align: top;
    height: 40px;
    border: 1px solid black;
    padding: 2px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #FFFFFF;
    outline: none;
    color: #474747;
    text-align: left;
    padding-left: 8px;
    box-sizing: border-box;
    margin: 2px;
    font-family: Arial;
}

    .textbox_footer:hover {
        border: 2px solid #f8bd1e;
    }

    .textbox_footer:focus {
        border: 2px solid #f8bd1e;
        box-shadow: inset 0px 1px 2px 0px #9C9C9C;
    }

    .textbox_footer:active {
        border: 2px solid #f8bd1e;
    }

.nyhetRotatorBox {
    width: 834px;
}

.forisdebody {
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
}

.header_innlogget {
    width: 100%;
    background-color: Green;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}

.cart_infoalert {
    color: black;
    background-color: lightyellow;
    border-radius: 10px;
    padding: 5px;
    padding-left: 70px;
    font-size: 12px;
    background-image: url(../bilder/design/info.png);
    background-repeat: no-repeat;
    background-position: 20px 10px;
    border-bottom: 1px solid #f8bd1e;
    font-family: 'Signika', sans-serif;
    width: 100%;
    float: right;
    box-sizing: border-box;
}


/* Skjermstørrelse under 990px */
@media only screen and (max-width: 990px) {

    #content_table_menu {
        display: none;
    }

    .wrapper {
        width: 840px;
    }

    #content_table_content, .maincontent {
        width: 840px;
    }

    #content_table_margin {
        width: 0px;
    }

    .header_user {
        width: 840px;
    }

    #footer {
        display: none;
    }

    .trustDisplayFooter {
        padding-left: 0px;
    }

    .trustDisplayBlock {
        height: 55px;
        padding-top: 5px;
    }

    #header_mid {
        margin-top: 10px;
        margin-left: 15px;
    }

    .header_icons_menu {
        display: inherit;
    }

    .header_icons_phone {
        display: none;
    }

    h1 {
        font-size: 36px;
        font-weight: normal;
    }


    .btn_hideshow {
        display: inherit;
    }

    .infosenter_box {
        font-size: 20px;
    }
    /*.popper_content,.popper_content2 {
        display: none;
    }*/



}

/* Skjermstørrelse under 840px */
@media only screen and (max-width: 840px) {
    .nyhetRotatorBox {
        width: 420px;
    }

    .showHide {
        display: none;
    }

    .cart_infoalert {
        padding-left: 90px;
    }

    .forisdebody {
        padding-left: 0px;
    }

    .hideMobile {
        display: none;
    }

    .wrapper {
        width: 420px;
    }

    .wrappercoll {
        padding-left: 0px;
        padding-right: 0px;
    }

    .percentBar {
        width: 0px;
    }

    #content_table_content, .maincontent {
        width: 420px;
    }

    #tab_menu {
        display: none;
    }

    #content_table_menu {
        display: none;
    }

    #login, #infosenter {
        display: none;
    }


    #header_textmenu {
        display: none;
    }

    #header_mobile {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #header_mid {
        margin-top: 0px;
        margin-left: 0px;
    }

    .header_user {
        display: none;
    }

    .cart_products {
        display: none;
    }

    .search_btn {
        font-size: 18px;
        padding-top: 2px;
    }

    .elefunlogo {
        padding-bottom: 10px;
        padding-left: 4px;
    }

    .header_innlogget {
        font-size: 10px;
    }
}



/* Buttons */

.login_button {
    padding: 5px 10px 5px 10px;
    background-color: #dcdcdc;
    border: 1px solid #666;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 1px 2px 0px #9C9C9C;
    vertical-align: bottom;
}

    .login_button:hover {
        background-color: green;
        color: #FFF;
        border: 1px solid #000;
    }

    .login_button:active {
        background-color: green;
        color: #FFF;
        border: 1px solid #000;
    }

    .login_button:focus {
        background-color: #11a211;
        color: #FFF;
        border: 1px solid #000;
    }

.checkout_button {
    padding: 5px 10px 5px 10px;
    background-color: PaleGreen;
    border: 1px solid Lime;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

    .checkout_button:hover {
        background-color: #11a211;
        color: #FFF;
        border: 1px solid #000;
    }

    .checkout_button:active {
        background-color: #11a211;
        color: #FFF;
        border: 1px solid #000;
    }

    .checkout_button:focus {
        background-color: green;
        color: #FFF;
        border: 1px solid #000;
    }

.button_red {
    padding: 5px 10px 5px 10px;
    background-color: Red;
    border: 1px solid Black;
    color: White;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

    .button_red:hover {
        background-color: darkred;
        color: white;
    }

    .button_red:active {
        background-color: darkred;
        color: white;
    }

    .button_red:focus {
        background-color: darkred;
        color: pink;
    }

.button_navigation_red {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Signika;
    color: white;
    font-size: 18px;
    background: #ab0000;
    padding: 5px 10px 5px 10px;
    box-shadow: 0px 1px 3px #888;
    margin: 5px;
    text-align: center;
    text-decoration: none;
}

    .button_navigation_red:hover {
        background: #cd0202;
    }

.button_navigation_yellow {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Signika;
    color: black;
    font-size: 18px;
    background: #f8bd1e;
    padding: 5px 10px 5px 10px;
    box-shadow: 0px 1px 3px #888;
    margin: 5px;
    text-align: center;
    text-decoration: none;
}

    .button_navigation_yellow:hover {
        background: #fedb01;
    }

.button_navigation {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #2a2a2a;
    font-size: 18px;
    background: #f5f5f5;
    padding: 10px 20px 10px 20px;
    box-shadow: 0px 1px 3px #888;
    margin: 10px;
    text-align: left;
    padding-left: 30px;
    background-image: url('../js2/arrow.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    text-decoration: none;
}

    .button_navigation:hover {
        background: #eee;
        background-image: url('../js2/arrow.png');
        background-repeat: no-repeat;
        background-position: right 20px center;
    }

    .button_navigation:active {
        background: #eee;
        box-shadow: inset 0px 1px 3px #888;
        background-image: url('../js2/arrow.png');
        background-repeat: no-repeat;
        background-position: right 20px center;
    }

.navigation_col {
    float: left;
    padding: 10px;
    width: 390px;
}

.tb_large {
    vertical-align: bottom;
    height: 33px;
    border: solid 1px gray;
    padding: 2px;
    border-radius: 5px;
    font-size: 18px;
    box-shadow: 0px 1px 2px 0px #9C9C9C;
    background-color: #FFFFFF;
    outline: none;
    color: #474747;
    text-align: center;
}

    .tb_large:hover {
        border: 1px solid #00E3E3;
    }

    .tb_large:focus {
        border: solid 1px #00E3E3;
        box-shadow: inset 0px 1px 2px 0px #9C9C9C;
    }

    .tb_large:active {
        border: solid 1px #00E3E3;
    }


.btn_qty {
    width: 50px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: gray;
    height: 30px;
    padding-top: 3px;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 4px;
}

.btn_rad_left {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

    .btn_rad_left:hover {
        color: red;
    }

.btn_rad_right {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

    .btn_rad_right:hover {
        color: green;
    }

.btn_std {
    border-radius: 5px;
    color: black;
    text-decoration: none;
    display: block;
    width: 45%;
    margin: 0 auto;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    margin: 2px;
    font-family: 'Signika', sans-serif;
}

.btn_topindex {
    z-index: 500;
}

/* - LIKE BUTTONS - */

.btn_like {
    font-size: 28px;
    margin-left: 10px;
    margin-right: 5px;
}

.btn_like_red {
    color: darkgray;
}

    .btn_like_red:hover {
        color: darkred;
    }

.btn_like_green {
    color: darkgray;
}

    .btn_like_green:hover {
        color: green;
    }

/* - GRAY BUTTONS - */

.btn_lnkbtn_txt:hover {
    text-decoration: none;
    color: black;
}

.btn_gray {
    background-color: #e9e9e9;
    border-bottom: 2px solid #d9d9d9;
    position: relative;
}

    .btn_gray:hover {
        text-decoration: none;
        background-color: #d0d0d0;
        border-bottom: 2px solid #a9a9a9;
    }

    .btn_gray:active {
        background-color: #e9e9e9;
    }

/* - GREEN BUTTONS - */
.btn_green {
    background-color: green;
    border-bottom: 2px solid darkgreen;
    color: white;
}

    .btn_green:hover {
        text-decoration: none;
        background-color: darkgreen;
    }

    .btn_green:active {
        background-color: green;
    }

/* - RED BUTTONS - */
.btn_red {
    background-color: red;
    border-bottom: 2px solid darkred;
    color: white;
}

    .btn_red:hover {
        text-decoration: none;
        background-color: darkred;
    }

    .btn_red:active {
        background-color: red;
    }


/* - YELLOW BUTTONS - */
.btn_yellow {
    background-color: #f8bd1e;
    border-bottom: 2px solid #e8ad0e;
    color: black;
}

    .btn_yellow:hover {
        text-decoration: none;
        background-color: #facd3e;
    }

    .btn_yellow:active {
        background-color: #f8bd1e;
    }

.printbox {
    padding-top: 120px;
}

.btn_left {
    float: left;
}

.btn_right {
    float: right;
}

.btn_leftright {
    float: left;
}

.btn_rightleft {
    float: right;
}

.btn_showhide, .btn_show {
    display: inherit;
}

.btn_hideshow, .btn_hide {
    display: none;
}

.btn_hideshowshow {
    color: red;
    display: none;
}

.align_rightleft {
    text-align: right;
}

.btn_kjop_XL_2, .btn_kjop_XL_3, .btn_kjop_XL_7 {
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    font-family: 'Signika', sans-serif;
    color: black;
    font-size: 20px;
    text-decoration: none;
    padding-top: 10px;
    box-sizing: border-box;
}

.btn_kjop_XL_0, .btn_kjop_XL_1, .btn_kjop_XL_4, .btn_kjop_XL_5, .btn_kjop_XL_6, .btn_kjop_XL_8 {
    display: none !important;
}


.btn_uts_XL_0, .btn_uts_XL_6 {
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    font-family: 'Signika', sans-serif;
    color: #a0a0a0;
    font-size: 20px;
    text-decoration: none;
    padding-top: 10px;
    box-sizing: border-box;
}

    .btn_uts_XL_0:hover, .btn_uts_XL_6:hover {
        color: #116ba0;
    }


.btn_uts_XL_1, .btn_uts_XL_2, .btn_uts_XL_3, .btn_uts_XL_4, .btn_uts_XL_5, .btn_uts_XL_7, .btn_uts_XL_8 {
    display: none !important;
}

.btn_tilb_XL_1 {
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    font-family: 'Signika', sans-serif;
    color: white;
    font-size: 20px;
    text-decoration: none;
    padding-top: 10px;
    box-sizing: border-box;
}

    .btn_tilb_XL_1:hover {
        color: white;
    }

.btn_tilb_XL_0, .btn_tilb_XL_2, .btn_tilb_XL_3, .btn_tilb_XL_4, .btn_tilb_XL_5, .btn_tilb_XL_6, .btn_tilb_XL_7, .btn_tilb_XL_8 {
    display: none !important;
}

.btn_tilb_L_1 {
    display: block;
    width: 150px;
    height: 35px;
    border-radius: 3px;
    text-align: center;
    font-family: 'Signika', sans-serif;
    color: white;
    font-size: 16px;
    text-decoration: none;
    padding-top: 6px;
    box-sizing: border-box;
}

.btn_tilb_L_0, .btn_tilb_L_2, .btn_tilb_L_3, .btn_tilb_L_4, .btn_tilb_L_5, .btn_tilb_L_6, .btn_tilb_L_7, .btn_tilb_L_8 {
    display: none !important;
}

.btn_kjop_L_2, .btn_kjop_L_3, .btn_kjop_L_7 {
    display: block;
    width: 150px;
    height: 35px;
    border-radius: 3px;
    text-align: center;
    font-family: 'Signika', sans-serif;
    color: black;
    font-size: 16px;
    text-decoration: none;
    padding-top: 6px;
    box-sizing: border-box;
}

.btn_kjop_L_0, .btn_kjop_L_1, .btn_kjop_L_4, .btn_kjop_L_5, .btn_kjop_L_6, .btn_kjop_L_8 {
    display: none !important;
}


.btn_kjop_M_2, .btn_kjop_M_3, .btn_kjop_M_7 {
    display: block;
    width: 50px;
    height: 25px;
    border-radius: 3px;
    text-align: center;
    font-family: 'Signika', sans-serif;
    color: black;
    font-size: 14px;
    text-decoration: none;
    padding-top: 3px;
    box-sizing: border-box;
}

.btn_kjop_M_0, .btn_kjop_M_1, .btn_kjop_M_4, .btn_kjop_M_5, .btn_kjop_M_6, .btn_kjop_M_8 {
    display: none !important;
}

.btn_tilb_M_1 {
    display: block;
    width: 50px;
    height: 25px;
    border-radius: 3px;
    text-align: center;
    font-family: 'Signika', sans-serif;
    color: white;
    font-size: 14px;
    text-decoration: none;
    padding-top: 3px;
    box-sizing: border-box;
}

.btn_tilb_M_0, .btn_tilb_M_2, .btn_tilb_M_3, .btn_tilb_M_4, .btn_tilb_M_5, .btn_tilb_M_6, .btn_tilb_M_7, .btn_tilb_M_8 {
    display: none !important;
}

.btn_uts_M_0, .btn_uts_M_1, .btn_uts_M_6 {
    display: block;
    width: 50px;
    height: 25px;
    border-radius: 3px;
    text-align: center;
    font-family: 'Signika', sans-serif;
    font-size: 20px;
    text-decoration: none;
    box-sizing: border-box;
    color: #a0a0a0;
}

    .btn_uts_M_0:hover, .btn_uts_M_1:hover, .btn_uts_M_6:hover {
        color: #116ba0;
    }

.btn_uts_M_2, .btn_uts_M_3, .btn_uts_M_4, .btn_uts_M_5, .btn_uts_M_7, .btn_uts_M_8 {
    display: none !important;
}

.btn_uts_L_0, .btn_uts_L_1, .btn_uts_L_6 {
    display: block;
    width: 150px;
    height: 35px;
    border-radius: 3px;
    text-align: center;
    font-family: 'Signika', sans-serif;
    color: #a0a0a0;
    font-size: 16px;
    text-decoration: none;
    padding-top: 6px;
    box-sizing: border-box;
}

    .btn_uts_L_0:hover, .btn_uts_L_1:hover, .btn_uts_L_6:hover {
        color: #116ba0;
    }

.btn_uts_L_2, .btn_uts_L_3, .btn_uts_L_4, .btn_uts_L_5, .btn_uts_L_7, .btn_uts_L_8 {
    display: none !important;
}

.tb_qty {
    width: 50px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #2a2a2a;
    height: 30px;
    padding-top: 0px;
    box-sizing: border-box;
    font-size: 18px;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #d9d9d9;
    border-left: none;
    border-right: none;
    margin-bottom: 4px;
}


@media only screen and (max-width: 840px) {
    .printbox {
        padding-top: 0px;
    }

    .btn_leftright {
        float: right;
    }

    .btn_rightleft {
        float: left;
    }

    .btn_showhide {
        display: none;
    }

    .btn_hideshow {
        display: inherit;
    }


    .align_rightleft {
        text-align: left;
    }

    .btn_hideshowshow {
        background-color: transparent;
        display: inherit;
    }
}

@media only screen and (max-width: 990px) {
    .btn_hideshowshow {
        background-color: transparent;
        display: inherit;
    }
}


/* Buttons slutt*/

/* Responsive list*/


.listrow {
    width: 100%;
    /*background: linear-gradient(#FFFFFF, #F5F5F5, #F0F0F0, #F5F5F5);*/
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid white;
    border-bottom: 1px solid #f0f0f0;
    border-left: 3px solid White;
}

    .listrow:hover {
        width: 100%;
        background-color: #f0f0f0;
        border-top: 1px solid #d0d0d0;
        border-bottom: 1px solid #d0d0d0;
        border-left: 3px solid #454b4e;
    }

.listrowgreen {
    background-color: #d3fdcd;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid white;
    border-bottom: 1px solid lightgreen;
    border-left: 3px solid #d3fdcd;
}

    .listrowgreen:hover {
        width: 100%;
        background-color: lightgreen;
        border-top: 1px solid green;
        border-bottom: 1px solid green;
        border-left: 3px solid #454b4e;
    }

.listrowyellow {
    background-color: #f7f8d2;
    border-left: 3px solid #f7f8d2;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid white;
    border-bottom: 1px solid #f8bd1e;
}

    .listrowyellow:hover {
        width: 100%;
        background-color: #f1f2bd;
        border-top: 1px solid green;
        border-bottom: 1px solid #f8bd1e;
        border-left: 3px solid #454b4e;
    }

.listSelectWith {
    text-align: center;
    width: 100px;
    color: gray;
    font-size: 8px;
}

.listpic40 {
    margin-right: 10px;
    height: 60px;
    width: 60px;
    border-width: 0px;
    border-radius: 5px;
}

.btn_updates {
    margin: 5px;
    font-size: 19px;
    color: #116ba0;
}

    .btn_updates:hover {
        color: #2a2a2a;
    }

    .btn_updates:active {
        color: #116ba0;
    }

.hidebarcode {
    display: none;
}

.list_headerlink {
    color: black;
}

.list_subheader {
    font-size: 12px;
    font-weight: normal;
    color: #5a5a8b;
    font-family: 'Signika', sans-serif;
}

.stars_kat {
    left: 10px;
    top: unset;
    bottom: -10px;
    position: absolute;
    text-align: left;
    z-index: 60;
    width: 150px;
    font-size: 20px;
    font-family: Arial;
}

.list_prodtext {
    margin-top: 14px;
    font-size: 11px;
    color: #444444;
    height: 55px;
    overflow: hidden;
}

.list_pricebox {
    padding-top: 15px;
    width: 100%;
    text-align: right;
    margin-right: 2px;
    font-family: 'Signika', sans-serif;
    font-size: 28px;
}

.list_priceboxold {
    padding-left: 10px;
    font-family: Arial;
    text-align: right;
    font-size: 11px;
    color: #888888;
    font-family: 'Signika', sans-serif;
}



.search_navbar {
    background-color: #f0f0f0;
    font-family: 'Signika', sans-serif;
    box-sizing: border-box;
}

.search_btns {
    padding: 5px;
    margin-right: 10px;
}

    .search_btns:hover {
        background-color: #d0d0d0;
        text-decoration: none;
    }

.search_btnshide {
    display: inline;
}

.orderbar_with {
    width: 145px;
}

.orderbar_margin {
    padding-left: 75px;
}

.orderbar_pdfbox {
    width: 170px;
}

.orderbar_divs {
    float: left;
    font-size: 9px;
    color: #404040;
    max-width: 145px;
    overflow: hidden;
}

.orderbar_tds {
    width: 145px;
    text-align: left;
    float: left;
}

.antall_box_liten {
    width: 20px;
    text-align: center;
    height: 14px;
    border-color: silver;
    border-width: 0;
    border-style: solid;
    font-size: 10px;
    border-radius: 3px;
}


@media only screen and (max-width: 840px) {



    .listpic40 {
        height: 80px;
        width: 80px;
    }

    .listSelectWith {
        width: 50px;
    }

    .stars_kat {
        left: -2px;
        top: -10px;
    }

    .search_btns {
        font-size: 30px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .search_btnshide {
        display: none;
    }

    .orderbar_with {
        width: 75px;
        height: 20px;
    }

    .orderbar_margin {
        padding-left: 0px;
    }

    .orderbar_pdfbox {
        width: 80px;
    }

    .orderbar_divs {
        float: left;
        font-size: 9px;
        color: #404040;
        max-width: 75px;
        overflow: hidden;
    }

    .orderbar_tds {
        width: 75px;
    }
}


/* Resposive list slutt*/
