﻿/* --------------------------- START : KLARNA WIDGET -------------------------------------------------------- */

#klarna-credit *::part(osm-container) {
    font-family: var(--main-font1);
    font-size: 10px;
    text-align: right;
}

#klarna-credit *::part(osm-cta) {
    font-family: var(--main-font1);
    font-size: 10px;
}
/* --------------------------- SLUTT : KLARNA WIDGET -------------------------------------------------------- */

.prod_head {
    position: relative;
}

.prod_head_picbox {
    position: relative;
    float: left;
    width: 750px;
    height: 500px;
}

.prod_head_pricebox {
    position: relative;
    float: right;
    width: calc(100% - 800px);
    height: 510px;
    margin-bottom: 5px;
}

.prod_thumbs {
    position: relative;
    float: left;
    height: 80px;
    /*width: 50%;*/
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.pnl_prod_thumbs {
    width: 50%;
}

.prod_head_pic {
    width: 750px;
    height: 500px;
    position: absolute;
}

    .prod_head_pic img {
        max-width: 500px;
        max-height: 500px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -83px;
        right: 0;
        margin: auto;
    }

.prod_head_tag {
    width: 750px;
    height: 500px;
    position: absolute;
    pointer-events: none;
}

    .prod_head_tag img {
        max-width: 750px;
        max-height: 500px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }


.prod_head_new {
    position: absolute;
    right: 0px;
    bottom: 73px;
    height: 60px;
    box-sizing: border-box;
    background-color: var(--main-color2);
    color: black;
    text-align: center;
    width: 400px;
    padding: 12px;
    font-size: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 1px 2px 0px #9C9C9C;
    cursor: default;
}

    .prod_head_new i {
        padding-right: 10px;
    }

.prod_discount {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 300px;
    height: 300px;
}

    .prod_discount div {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 68px;
        font-size: 120px;
        font-weight: bold;
        color: black;
    }

.prod_discountstar1 {
    font-size: 300px;
    color: var(--main-color2);
    position: absolute;
    text-shadow: 0px 1px 2px #9C9C9C;
}

.prod_discountstar2 {
    font-size: 200px;
    color: var(--main-color2);
    position: absolute;
    left: 50px;
    top: 50px;
}

.prod_free_shipping {
    position: absolute;
    left: 0px;
    bottom: 73px;
    height: 60px;
    box-sizing: border-box;
    background-color: green;
    color: white;
    text-align: center;
    width: 400px;
    padding: 12px;
    font-size: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 1px 2px 0px #9C9C9C;
    cursor: help;
    overflow: hidden;
    user-select: none;
    transition: .5s;
}

    .prod_free_shipping div {
        font-size: 12px;
        margin-top: 15px;
    }

    .prod_free_shipping:active {
        height: 180px;
    }

    .prod_free_shipping i {
        padding-right: 10px;
        color: var(--main-color2);
    }

.prod_brand_logohelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.prod_brand_logolink {
    text-decoration: none;
}

.prod_brand_logoholder {
    position: absolute;
    width: 400px;
    height: 60px;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    right: 0px;
    bottom: 10px;
    overflow: hidden;
}

.prod_brand_logo {
    max-width: 200px;
    max-height: 60px;
    vertical-align: middle;
}

.prod_breadcrumbs {
    position: absolute;
    top: 50px;
    color: silver;
    transition: .3s;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .prod_breadcrumbs a,
    .prod_breadcrumbs span {
        color: inherit;
        text-decoration: none;
        transition: .3s;
    }

    .prod_breadcrumbs:hover {
        color: black;
    }

    .prod_breadcrumbs a:hover,
    .prod_breadcrumbs span:hover {
        text-decoration: underline;
        padding-left: 5px;
        padding-right: 5px;
        cursor: pointer;
    }

    .prod_breadcrumbs i {
        padding-left: 8px;
        padding-right: 8px;
        opacity: .6;
        font-size: 14px;
    }

.prod_print {
    cursor: pointer;
    position: absolute;
    top: 50px;
    color: silver;
    right: 0px;
    width: 20px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    text-align: right;
}

    .prod_print i {
        padding-right: 10px;
    }

    .prod_print:hover {
        width: 200px;
        color: black;
    }

.prod_name {
    position: absolute;
    left: 0px;
    top: 80px;
}

    .prod_name h1 {
        margin: 0px;
        font-size: 36px;
        color: black;
    }

.prod_brand_links {
    margin-top: 10px;
    font-size: 16px;
    color: var(--main-color-shaded);
}

    .prod_brand_links a {
        text-decoration: none;
        color: inherit;
        transition: .3s;
    }

        .prod_brand_links a:hover {
            text-decoration: underline;
            color: black;
        }

.prod_pricing_buttons {
    position: absolute;
    right: 0px;
    width: 100%;
    bottom: 20px;
    text-align: right;
}

    .prod_pricing_buttons a {
        text-decoration: none;
    }

.prod_stars {
    margin-top: 10px;
    font-size: 24px;
    height: 25px;
    cursor: pointer;
}

    .prod_stars div {
        position: absolute;
        left: 0px;
        width: 250px;
        color: var(--main-color2);
    }

        .prod_stars div i {
            margin-right: 1px;
        }

        .prod_stars div span {
            font-size: 16px;
            padding-left: 3px;
            color: var(--main-color-shaded);
        }
        .prod_stars div .fa-star-o {
            opacity: 0;
        }

    .prod_qtys {
        position: absolute;
        right: 0px;
        width: 500px;
        bottom: 79px;
        text-align: right;
    }

.prod_stock_position {
    left: 0px;
    width: 300px;
    bottom: 125px;
    user-select: none;
}

.prod_favourite {
    position: absolute;
    left: 0px;
    width: 300px;
    bottom: 83px;
    text-align: right;
    height: 40px;
}

    .prod_favourite div {
        width: 100%;
    }

        .prod_favourite div i {
            margin-right: 10px;
            color: gray;
            transition: .5s;
        }

    .prod_favourite:hover div i {
        color: darkred;
    }

.prod_price_current {
    position: absolute;
    right: 0px;
    width: 300px;
    bottom: 220px;
    font-size: 64px;
    text-align: right;
}

    .prod_price_current span {
        color: var(--main-color-shaded);
        font-size: 32px;
    }

.prod_price_previous {
    position: absolute;
    right: 35px;
    width: 300px;
    bottom: 195px;
    font-size: 32px;
    text-align: right;
    color: darkred;
}

.prod_price_regular {
    position: absolute;
    right: 35px;
    bottom: 195px;
    font-size: 32px;
    text-align: right;
    color: var(--main-color-shaded);
}

    .prod_price_regular span,
    .prod_price_previous .category_price_previoustxt {
        font-size: 18px;
    }

.prod_price_vat1 {
    display: none;
}

.prod_price_vat08 {
    position: absolute;
    right: 0px;
    bottom: 175px;
    text-align: right;
    font-size: 16px;
    color: var(--main-color-shaded);
    text-decoration: none;
}

.prod_price_vat08:hover {
    text-decoration: underline;
}

.prod_price_previousprice {
    text-decoration: line-through;
}

.prod_categories {
    margin-top: 14px;
    color: var(--main-color-shaded);
    font-size: 12px;
}

.prod_categories_link {
    color: inherit;
    text-decoration: none;
}

    .prod_categories_link:hover {
        color: black;
        text-decoration: underline;
    }

    .prod_categories_link i {
        font-size: 10px;
        margin-right: 5px;
        transition: .5s;
    }

    .prod_categories_link:hover i {
        margin-right: 10px;
        margin-left: 5px;
    }

.prod_klarnainfo {
    position: absolute;
    right: 3px;
    width: 300px;
    bottom: 125px;
}

.prod_head_details {
    position: absolute;
    color: var(--main-color-shaded);
    font-size: 12px;
    bottom: 3px;
}

.prod_head_starsandcats {
    position: absolute;
    top: 213px;
}

.prod_offer {
    position: absolute;
    right: 0px;
    width: 100%;
    bottom: 16px;
    text-align: center;
}

    .prod_offer div {
        overflow: hidden;
        box-sizing: border-box;
        transition: .4s .5s;
    }

    .prod_offer:hover div {
        height: 90px;
    }

    .prod_offer .prod_offer_txt {
        padding: 10px;
        font-size: 14px;
    }

.prod_alert_parts {
    margin-top: 170px;
}

.prod_alert_discontinued {
    margin-top: 250px;
}

.btn_big .btn_preorder {
    position: absolute;
    box-sizing: border-box;
    left: 0px;
    top: 45px;
    width: 100%;
    font-size: 12px;
    background-color: #e8ad0e;
    color: black;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: .5s;
}

.btn_big:hover .btn_preorder {
    color: darkgreen;
    margin-top: 7px;
    font-size: 14px;
    padding: 3px;
    z-index: 500;
}

.owl-carousel {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}

.prod_thumb_holder {
    width: 135px;
    height: 80px;
    text-align: center !important;
}

.prod_thumb {
    max-width: 70px !important;
    max-height: 70px !important;
    border-radius: 5px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .8;
    transition: .3s;
    width: auto !important;
    height: auto !important;
}

    .prod_thumb:hover {
        opacity: 1;
        max-width: 80px !important;
        max-height: 80px !important;
    }

.prod_menu {
    width: 50%;
    margin-top: 9px;
    margin-bottom: 11px;
    height: 60px;
    float: right;
    background-color: #23516c;
    border-radius: 5px;
    font-size: 18px;
    border-bottom: 2px solid black;
    box-shadow: var(--main-color2) 0px 1px;
}

.prod_menu_buttons {
    cursor: pointer;
    color: white;
    height: 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 19px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    transition: .25s;
    border-bottom: 1px solid transparent;
    opacity: .8;
}

    .prod_menu_buttons i {
        padding-right: 5px;
        transition: .25s;
    }

    .prod_menu_buttons:hover {
        background-color: #163e55;
        border-bottom: 1px solid black;
        opacity: 1;
    }

        .prod_menu_buttons:hover i {
            color: var(--main-color2);
        }

.ItemTXT_Link,
.ItemTXT_Links {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .ItemTXT_Link a {
        width: 100%;
        margin: 0px;
    }

    .ItemTXT_Links a {
        width: calc(50% - 2px);
        margin: 1px;
    }

.prod_variants {
    width: 50%;
    margin-left: 50%;
}

.prod_ComboPanel {
    margin-bottom: 20px;
    margin-top: 50px;
}

.prod_ComboDeatils {
    background-color: #f3f3f3;
    height: 0px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all .8s ease;
    margin-bottom: 10px;
}

.prod_ComboDeatils_show {
    height: 250px;
    padding-top: 20px;
}

.prod_ComboHolder {
    background-color: #f3f3f3;
    /*border-top: 1px solid var(--main-color2);*/
    border-bottom: 1px solid var(--main-color2);
    margin-bottom: 10px;
    padding-top: 10px;
}

.prod_ComboItem {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}

    .prod_ComboItem:hover {
        background-color: #e6e6e6;
    }

        .prod_ComboItem:hover .prod_CombItem_name {
            padding-left: 20px;
        }

.prod_CombItem_name {
    float: left;
    width: 60%;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
    text-decoration: none;
    color: black;
    transition: .4s;
    height: 26px;
}

.prod_ComboItem_qty {
    float: left;
    width: 15%;
    position: relative;
    color: black;
}

.prod_ComboItem_stock {
    float: left;
    width: 25%;
    color: black;
    position: relative;
}

.prod_overskrifter {
    border-left: 24px solid var(--main-color2);
    border-top-left-radius: 5px;
    font-size: 24px;
    padding-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid var(--main-color2);
}

.prod_overskrifter2 {
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid var(--main-color2);
    text-align: center;
}

.prod_left_col {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 4px;
}

    .prod_left_col b {
        font-size: 18px;
        font-weight: normal;
        display: inline-block;
        border-bottom: 1px solid var(--main-color2);
        margin-bottom: 8px;
    }

    .prod_left_col ul {
        padding-left: 0px;
    }

    .prod_left_col li {
        padding-left: 20px;
        list-style: none;
        transition: .3s;
    }

        .prod_left_col li:hover {
            color: var(--main-color1);
            background-color: #e6e6e6;
            padding-left: 25px;
        }

        .prod_left_col li::before {
            content: "\25CF";
            color: var(--main-color1);
            display: inline-block;
            width: 20px;
        }

.prod_left_colitem h2 {
    font-size: 18px;
    font-weight: normal;
    display: table;
    border-bottom: 1px solid var(--main-color2);
    margin-bottom: 8px;
    width: 100%;
}

.prod_left_colitem {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 20px;
}

.prod_right_col {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.prod_ItemTXT_Eng {
    max-height: 0px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: .5s;
    margin-bottom: 10px;
}

.prod_ItemTXT_Eng_show {
    max-height: 10000px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.btn_std_arrow i {
    transform: rotate(180deg);
    padding-left: 10px;
    padding-right: 0px;
}

.prod_ItemPic_center {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.prod_ItemPic_left {
    width: 50%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}

.prod_ItemPic_right {
    width: 50%;
    float: right;
    padding-left: 10px;
    box-sizing: border-box;
}

    .prod_ItemPic_left img,
    .prod_ItemPic_right img,
    .prod_ItemPic_center img {
        max-width: 100%;
        display: block;
    }

.prod_ItemTXT_bullet {
    padding-top: 5px;
    padding-bottom: 25px;
    font-size: 18px;
}

    .prod_ItemTXT_bullet i {
        color: var(--main-color1);
        padding-right: 10px;
        padding-bottom: 8px;
    }

.prod_ItemTXT_right {
    width: 50%;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
    padding-right: 10%;
}

.prod_ItemTXT_left {
    width: 50%;
    float: right;
    padding-right: 10px;
    box-sizing: border-box;
    padding-left: 10%;
}

.prod_ItemVid_small {
    position: relative;
    float: left;
    width: 80%;
    padding-top: calc(56.25% * .8);
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    margin-left: 10%;
    margin-right: 10%;
}

    .prod_ItemVid_small iframe,
    .prod_ItemVid_large iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }


.prod_ItemVid_large {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}


.prod_ItemVid_small div {
    opacity: 0;
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    margin-right: 15%;
    margin-left: 15%;
    width: 70%;
    bottom: 5px;
    background-color: black;
    color: white;
    z-index: 1;
    transition: .3s;
    overflow: hidden;
    height: 25px;
}

.prod_ItemVid_large div {
    opacity: 0;
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    margin-right: 30%;
    margin-left: 30%;
    width: 40%;
    bottom: 5px;
    background-color: black;
    color: white;
    z-index: 1;
    transition: .3s;
    overflow: hidden;
    height: 25px;
}

.prod_ItemVid_small span,
.prod_ItemVid_large span {
    display: block;
    padding: 30px;
}

.prod_ItemVid_small:hover div,
.prod_ItemVid_large:hover div {
    opacity: .6;
}

.prod_ItemVid_small div:hover,
.prod_ItemVid_large div:hover {
    opacity: 1;
    font-size: 14px;
    height: 28px;
}

.prod_ItemVid_small div i,
.prod_ItemVid_large div i {
    margin-right: 10px;
    color: var(--main-color2);
}

.prod_ItemVid_small div a,
.prod_ItemVid_large a {
    margin-left: 5px;
    color: var(--main-color2);
    cursor: pointer;
}

.prod_ItemVid_disclaimer {
    border-radius: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
    bottom: 0px !important;
    padding-top: 50px !important;
    font-size: 24px !important;
    transition: 0.2s !important;
}



    .prod_ItemVid_disclaimer span a {
        display: block;
        display: initial;
        font-size: 48px;
        text-decoration: none;
        font-weight: bold;
        padding: 30px;
    }

.prod_ItemVid_disclaimer_small {
    border-radius: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
    bottom: 0px !important;
    padding-top: 30px !important;
    font-size: 20px !important;
}

    .prod_ItemVid_disclaimer a,
    .prod_ItemVid_disclaimer_small a {
        display: none;
    }

    .prod_ItemVid_disclaimer_small span a {
        display: block;
        display: initial;
        font-size: 36px;
        text-decoration: none;
        font-weight: bold;
        padding: 0px;
    }

.prod_table {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    cursor: default;
}

    .prod_table tr {
        transition: .3s;
    }

        .prod_table tr:hover {
            background-color: #e6e6e6;
            color: var(--main-color1);
        }

        .prod_table tr td {
            padding-left: 0px;
            padding-right: 10px;
            padding-top: 3px;
            padding-bottom: 3px;
            transition: .3s;
            /*            width: 50%;*/
            border-bottom: 1px dashed #d9d9d9;
            vertical-align: top;
        }

.prod_table_left {
    width: 45%;
}

.prod_table_right {
    width: 55%;
}

.prod_table a {
    text-decoration: none;
    color: inherit;
}

    .prod_table a:hover {
        text-decoration: underline;
    }

.prod_table div {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    float: left;
}

.prod_table tr:hover td {
    padding-left: 10px;
    padding-right: 0px;
    border-bottom: 1px dashed #e6e6e6;
}

.prod_table tr span {
    font-size: 0px;
    margin-right: 0px;
    color: black;
    transition: .3s;
}

.prod_table tr:hover span {
    font-size: 12px;
    margin-right: 5px;
    text-decoration: none;
}

.prod_table tr span i {
    margin-left: 0px;
    margin-right: 0px;
}

.prod_table tr:hover span i {
    margin-left: 6px;
    margin-right: 6px;
}

.prod_table_option {
    color: black;
    text-align: center;
    font-size: 10px;
    background-color: var(--main-color2);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 18px !important;
    display: inline-block;
    height: 15px;
    padding-top: 4px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 5px;
}


.monitor_item_holder {
    width: 50%;
    background-color: var(--main-color2);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 2px solid #e8ad0e;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-left: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.monitor_item_headline {
    width: 100%;
    text-align: center;
    font-size: 32px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    .monitor_item_headline i {
        margin-right: 20px;
    }

.monitor_item_name {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 4px;
    opacity: .6;
}

.monitor_item_info {
    width: 49%;
    margin-left: 1%;
    float: left;
    text-align: left;
    padding-right: 5px;
    box-sizing: border-box;
}

.monitor_item_form {
    width: 49%;
    margin-right: 1%;
    float: left;
    padding-left: 5px;
    box-sizing: border-box;
    padding-top: 14px;
}

    .monitor_item_form .tb_standard,
    .monitor_item_form .btn_std {
        width: 100%;
    }

#prod_thumbs .owl-nav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

    #prod_thumbs .owl-nav .owl-prev,
    #prod_thumbs .owl-nav .owl-next {
        color: #e9e9e9;
        position: absolute;
        width: 35px;
        height: 80px;
        padding-top: 30px;
        font-size: 40px;
        transition: 0.2s;
    }

        #prod_thumbs .owl-nav .owl-prev:hover,
        #prod_thumbs .owl-nav .owl-next:hover {
            color: #d0d0d0;
            font-size: 45px;
        }

    #prod_thumbs .owl-nav .owl-prev {
        left: 0px;
    }

    #prod_thumbs .owl-nav .owl-next {
        right: 0px;
    }

.partfinder_holder {
    background-color: #f3f3f3;
    width: 100%;
    padding-left: 35%;
    padding-right: 35%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 70px;
}

    .partfinder_holder h2 {
        font-size: 24px;
        margin: 0px;
    }

        .partfinder_holder h2 i {
            color: var(--main-color1);
            padding-right: 10px;
        }

.prodpage_accessories_small {
    padding-top: 40px;
    padding-bottom: 20px;
}

.prod_infobox {
    width: 100%;
    background-color: #f3f3f3;
    border-left: 1px solid #dadada;
    padding-top: 30px;
    padding-bottom: 30px;
}

.topbox_txt_left {
    padding-left: 15px;
    width: 130px;
    float: left;
    box-sizing: border-box;
    text-align: left;
    padding-right: 15px;
    padding-top: 8px;
    font-size: 16px;
}

.topbox_txt_right {
    width: calc(100% - 130px);
    float: left;
    box-sizing: border-box;
    text-align: left;
    padding-right: 15px;
    font-size: 16px;
    padding-bottom: 5px;
}

.topbox_txt_stdheight {
    height: 43px;
}


@media only screen and (max-width: 1635px) {

    .prod_head_picbox {
        width: 600px;
        height: 400px;
    }

    .prod_head_pricebox {
        width: 600px;
        height: 405px;
        margin-bottom: 0px;
    }


    .prod_head_pic {
        width: 600px;
        height: 400px;
    }

        .prod_head_pic img {
            max-width: 400px;
            max-height: 400px;
            left: -66px;
        }

    .prod_head_tag {
        width: 600px;
        height: 400px;
    }


        .prod_head_tag img {
            max-width: 600px;
            max-height: 400px;
        }


    .prod_head_new {
        bottom: 75px;
        height: 54px;
        width: 320px;
        font-size: 24px;
        right: 15px;
    }



    .prod_discount {
        width: 240px;
        height: 240px;
        right: 15px;
    }

        .prod_discount div {
            top: 55px;
            font-size: 96px;
        }

    .prod_discountstar1 {
        font-size: 240px;
    }

    .prod_discountstar2 {
        font-size: 160px;
        left: 40px;
        top: 40px;
    }


    .prod_free_shipping {
        bottom: 75px;
        height: 54px;
        width: 320px;
        font-size: 24px;
    }

    .prod_brand_logoholder {
        width: 320px;
        height: 48px;
        bottom: 18px;
    }

    .prod_brand_logo {
        max-width: 160px;
        max-height: 48px;
    }

    .prod_breadcrumbs {
        top: 20px;
        font-size: 14px;
    }

        .prod_breadcrumbs i {
            padding-left: 6px;
            padding-right: 6px;
            font-size: 12px;
        }

    .prod_print {
        top: 20px;
        width: 18px;
        font-size: 14px;
    }


    .prod_name {
        top: 45px;
    }

        .prod_name h1 {
            font-size: 30px;
        }



    .prod_brand_links {
        margin-top: 6px;
    }



    .prod_pricing_buttons {
        bottom: 17px;
    }


    .prod_stars {
        margin-top: 0px;
    }

    .prod_qtys {
        width: 300px;
        bottom: 76px;
    }

    .prod_stock_position {
        bottom: 122px;
    }


    .prod_favourite {
        bottom: 80px;
    }

        .prod_favourite div {
            width: 100%;
        }

    .prod_price_current {
        bottom: 200px;
    }


    .prod_price_previous,
    .prod_price_regular {
        bottom: 175px;
    }

    .prod_price_vat08 {
        bottom: 160px;
    }

    .prod_klarnainfo {
        bottom: 122px;
    }

    .prod_head_details {
        bottom: 0px;
    }

    .prod_head_starsandcats {
        top: 150px;
    }


    .prod_offer {
        bottom: 13px;
    }

        .prod_offer .prod_offer_txt {
            font-size: 12px;
        }


    .prod_alert_parts {
        margin-top: 120px;
    }

    .infocontent_bullets {
        font-size: 13px;
    }


    .prod_thumb_holder {
        width: 95px;
    }

    .prod_menu {
        font-size: 16px;
    }

    .prod_menu_buttons {
        padding-top: 20px;
        padding-left: 4px;
        padding-right: 4px;
    }

        .prod_menu_buttons i {
            padding-right: 3px;
        }

    .ItemTXT_Links a {
        width: calc(100% - 2px);
        margin: 1px;
    }

    .prod_left_colitem {
        padding-left: 10%;
        padding-right: 10%;
    }

    .prod_ItemVid_large div {
        margin-right: 20%;
        margin-left: 20%;
        width: 60%;
    }

    .prod_ItemVid_small span,
    .prod_ItemVid_large span {
        padding: 10px;
    }

    .prod_ItemVid_disclaimer {
        font-size: 20px !important;
    }

        .prod_ItemVid_disclaimer span a {
            padding: 0px;
        }

    .prod_ItemVid_disclaimer_small {
        font-size: 16px !important;
    }

    .monitor_item_holder {
        margin-left: 0%;
        width: 100%;
    }

    .monitor_item_info {
        width: 35%;
        margin-left: 15%;
    }

    .monitor_item_form {
        width: 35%;
        margin-right: 15%;
    }

    .partfinder_holder {
        padding-left: 30%;
        padding-right: 30%;
    }
}

@media only screen and (max-width: 1235px) {

    .prod_head_picbox {
        width: 420px;
        height: 410px;
    }

    .prod_head_pricebox {
        width: 420px;
        height: 410px;
    }


    .prod_head_pic {
        width: 410px;
        height: 410px;
    }


        .prod_head_pic img {
            max-width: 410px;
            max-height: 410px;
            left: 0px;
        }

    .prod_head_tag {
        width: 415px;
        height: 410px;
        overflow: hidden;
    }



        .prod_head_tag img {
            max-width: 600px;
            max-height: 400px;
            left: -60px;
        }


    .prod_head_new {
        bottom: 80px;
        height: 40px;
        width: 220px;
        font-size: 24px;
        right: 5px;
        padding: 5px;
    }



    .prod_discount {
        width: 200px;
        height: 200px;
        right: 5px;
        top: 10px;
    }

        .prod_discount div {
            top: 45px;
            font-size: 80px;
        }

    .prod_discountstar1 {
        font-size: 200px;
    }

    .prod_discountstar2 {
        font-size: 130px;
        left: 40px;
        top: 40px;
    }


    .prod_free_shipping {
        bottom: 80px;
        height: 40px;
        width: 220px;
        font-size: 18px;
        padding: 9px;
    }

    .prod_brand_logoholder {
        width: 220px;
        height: 40px;
        bottom: 28px;
        right: 5px;
    }

    .prod_brand_logo {
        max-width: 160px;
        max-height: 40px;
    }

    .prod_breadcrumbs {
        top: 20px;
        font-size: 14px;
    }

        .prod_breadcrumbs i {
            padding-left: 6px;
            padding-right: 6px;
            font-size: 12px;
        }

    .prod_print {
        top: 20px;
        width: 18px;
        font-size: 14px;
    }


    .prod_name {
        top: 45px;
    }

        .prod_name h1 {
            font-size: 30px;
        }



    .prod_brand_links {
        margin-top: 6px;
    }



    .prod_pricing_buttons {
        bottom: 17px;
    }


    .prod_stars {
        margin-top: 0px;
        font-size: 18px;
    }

    .prod_qtys {
        width: 300px;
        bottom: 76px;
    }

    .prod_stock_position {
        bottom: 122px;
        width: 190px;
    }

        .prod_stock_position:hover {
            width: 100%;
        }

    .prod_favourite {
        bottom: 80px;
        width: 80px;
    }

        .prod_favourite div {
            width: 100%;
        }

            .prod_favourite div i {
                margin-right: 0px;
                padding-right: 0px;
            }

        .prod_favourite span {
            display: none;
        }

    .prod_price_current {
        bottom: 200px;
        font-size: 48px;
    }


    .prod_price_previous,
    .prod_price_regular {
        bottom: 175px;
    }



    .prod_klarnainfo {
        bottom: 122px;
    }

    .prod_head_details {
        bottom: 0px;
    }

    .prod_head_starsandcats {
        top: 150px;
    }


    .prod_offer {
        bottom: 13px;
    }

        .prod_offer .prod_offer_txt {
            font-size: 12px;
        }


    .prod_alert_parts {
        margin-top: 120px;
    }

    .infocontent_bullets {
        font-size: 13px;
    }



    .prod_thumb_holder {
        width: 140px;
    }

    .prod_menu {
        width: 100%;
        font-size: 18px;
    }

    .prod_menu_buttons {
        padding-top: 18px;
        padding-left: 8px;
        padding-right: 8px;
    }

        .prod_menu_buttons i {
            padding-right: 5px;
        }

    /*    .prod_thumbs {
        width: 100%;
    }*/
    .pnl_prod_thumbs {
        width: 100%;
    }


    .ItemTXT_Links a {
        width: calc(50% - 2px);
        margin: 1px;
    }

    .prod_left_col {
        width: 100%;
        padding-right: 0px;
    }

    .prod_right_col {
        width: 100%;
        /*        float: left;
        box-sizing: border-box;*/
    }

    .prod_left_colitem {
        padding-left: 15%;
        padding-right: 15%;
    }

    .prod_ItemTXT_right {
        padding-right: 15%;
    }

    .prod_ItemTXT_left {
        padding-left: 15%;
    }

    .prod_ItemVid_small {
        width: 70%;
        padding-top: calc(56.25% * .7);
        margin-left: 15%;
        margin-right: 15%;
    }

    .prod_ItemVid_large div {
        margin-right: 30%;
        margin-left: 30%;
        width: 40%;
    }

    .prod_ItemVid_small span,
    .prod_ItemVid_large span {
        padding: 30px;
    }

    .prod_ItemVid_disclaimer {
        font-size: 24px !important;
    }

        .prod_ItemVid_disclaimer span a {
            padding: 30px;
        }

    .prod_ItemVid_disclaimer_small {
        font-size: 18px !important;
    }

    .prod_overskrifter2 {
        text-align: left;
        border-left: 24px solid var(--main-color2);
        border-top-left-radius: 5px;
        padding-left: 10px;
    }

    .monitor_item_info {
        width: 45%;
        margin-left: 5%;
    }

    .monitor_item_form {
        width: 45%;
        margin-right: 5%;
    }

    .partfinder_holder {
        padding-left: 22%;
        padding-right: 22%;
    }

    .prod_infobox {
        border-left: none;
    }
}

@media only screen and (max-width: 875px) {


    .prod_head_picbox {
        height: 400px;
        overflow: hidden;
    }

    .prod_head_pricebox {
        width: 412px;
        height: 330px;
        box-sizing: border-box;
        margin-left: 4px;
        margin-right: 4px;
    }

    .prod_head_pic {
        width: 400px;
        height: 400px;
        margin-left: 10px;
    }


        .prod_head_pic img {
            max-width: 400px;
            max-height: 400px;
            /*border: 1px solid red;*/
        }

    .prod_head_tag {
        width: 600px;
        height: 400px;
    }



        .prod_head_tag img {
            max-width: 600px;
            max-height: 400px;
            left: -100px;
        }


    .prod_head_new {
        bottom: 70px;
        right: 0px;
    }

    .prod_free_shipping {
        bottom: 70px;
    }

    .prod_brand_logoholder {
        height: 50px;
        bottom: 18px;
        right: 0px;
    }

    .prod_brand_logo {
        max-height: 50px;
    }

    .prod_breadcrumbs {
        top: 5px;
        font-size: 14px;
    }

        .prod_breadcrumbs i {
            padding-left: 6px;
            padding-right: 6px;
            font-size: 12px;
        }

    .prod_print {
        display: none;
    }


    .prod_name {
        top: 25px;
    }

        .prod_name h1 {
            font-size: 28px;
        }

    .prod_brand_links {
        display: none;
    }

    .prod_CombItem_name {
        width: 100%;
        top: 5px;
    }

    .prod_ComboItem_qty {
        width: 60%;
        text-align: right;

    }

    .prod_ComboItem_stock {
        width: 40%;
        padding-left: 20px;
        box-sizing: border-box;
    }

    /*                .prod_pricing_buttons {
            bottom: 17px;
        }*/

    /*






        .prod_stars {
            margin-top: 0px;
            font-size: 18px;
        }

        .prod_qtys {
            width: 300px;
            bottom: 76px;
        }

        .prod_stock_position {
            bottom: 122px;
        }

        .prod_favourite {
            bottom: 80px;
            width: 80px;
        }

            .prod_favourite div {
                width: 100%;  
            }
            .prod_favourite div i{
                margin-right: 0px;
                padding-right: 0px;
            }

            .prod_favourite span {
                display: none;
            }
            */
    .prod_price_current {
        bottom: 183px;
    }


    .prod_price_previous,
    .prod_price_regular {
        bottom: 158px;
    }

    .prod_price_vat08 {
        bottom: 140px;
    }

    /*

        .prod_klarnainfo {
            bottom: 122px;
            width: 250px;
        }

        .prod_head_details {
            bottom: 0px;
        }
            */
    .prod_head_starsandcats {
        top: 100px;
        /*background-color: red;*/
    }

    .prod_categories {
        margin-top: 0px;
        /*            color: var(--main-color-shaded);
            font-size: 12px;*/
    }
    /*

        .prod_offer {
            bottom: 13px;
        }

            .prod_offer .prod_offer_txt {
                font-size: 12px;
            }




        .infocontent_bullets {
            font-size: 13px;
        }
            */
    .prod_alert_parts {
        margin-top: 70px;
    }

    .prod_alert_discontinued {
        margin-top: 120px;
    }

    .prod_thumb_holder {
        width: 50px;
    }

    .prod_menu {
        height: 100px;
        border-radius: 0px;
    }

    .prod_menu_buttons {
        padding-top: 15px;
        height: 50px;
        border-bottom: 1px solid transparent;
    }

        .prod_menu_buttons:hover {
            border-bottom: 1px solid transparent;
        }

    .ItemTXT_Links a {
        width: calc(100% - 2px);
        margin: 1px;
    }

    .prod_variants {
        width: calc(100% - 8px);
        margin-left: 4px;
        margin-right: 4px;
        box-sizing: border-box;
    }

    .prod_left_colitem {
        padding-left: 0px;
        padding-right: 0px;
    }

    .prod_ItemPic_left {
        width: 100%;
        padding-right: 0px;
    }

    .prod_ItemPic_right {
        width: 100%;
        padding-left: 0px;
    }

    .prod_left_col {
        width: calc(100% - 8px);
        margin-left: 4px;
        margin-right: 4px;
        padding-right: 0px;
    }

    .prod_right_col{
        width: calc(100% - 8px);
        margin-right: 4px;
        margin-left: 4px;
        /*box-sizing: border-box;*/
        overflow: hidden;
    }

    .prod_ItemTXT_right {
        width: 100%;
        padding-left: 0px;
        box-sizing: border-box;
        padding-right: 0px;
    }

    .prod_ItemTXT_left {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .prod_ItemVid_small {
        width: 100%;
        padding-top: calc(56.25%);
        margin-left: 0px;
        margin-right: 0px;
    }

    .prod_ItemVid_large div {
        margin-right: 10%;
        margin-left: 10%;
        width: 80%;
    }

    .prod_ItemVid_small span,
    .prod_ItemVid_large span {
        padding: 10px;
    }

    .prod_ItemVid_disclaimer,
    .prod_ItemVid_disclaimer_small {
        font-size: 14px !important;
        padding-top: 10px !important;
    }

        .prod_ItemVid_disclaimer span a,
        .prod_ItemVid_disclaimer_small span a {
            padding: 00px;
            font-size: 20px;
        }

    .prod_table_left {
        width: 35%;
    }

    .prod_table_right {
        width: 65%;
    }

    .monitor_item_info {
        width: 100%;
        margin-left: 0%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .monitor_item_form {
        width: 100%;
        margin-right: 0%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .partfinder_holder {
        padding-left: 5%;
        padding-right: 5%;
    }

    .topbox_txt_left {
        padding-left: 5px;
        text-align: left;
        padding-top: 0px;
        font-size: 16px;
    }

    .topbox_txt_right {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 2px;
        width: 100%;
    }

    .topbox_txt_stdheight {
        height: auto;
    }

    .monitor_item_holder {
        width: calc(100% - 8px);
        margin-left: 4px;
        margin-right: 4px;
    }
}


/*Kommentar*/

.prod_comment_list {
    width: 100%;
}

.prod_comment {
    background-color: orange;
}

.prod_comment_head {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    font-size: 18px;
    box-sizing: border-box;
    position: relative;
}

.prod_comment_stars {
    display: inline-block;
    color: #dadada;
}

.prod_comment_headline {
    display: inline-block;
    padding-left: 5px;
}

.prod_comment_text {
    width: 100%;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.prod_comment_line {
    height: 1px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: var(--main-color2);
    width: inherit;
    box-sizing: border-box;
    margin-top: 7px;
    margin-bottom: 4px;
}

.prod_comment_nocomment0 {
    display: inline-block;
    opacity: .6;
}

.prod_comment_nocomment1 {
    display: none;
}

.prod_comment_foot0 {
    display: none;
}

.prod_comment_foot1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.prod_comment_author {
    padding-left: 20px;
}

    .prod_comment_author span {
        font-size: 12px;
        opacity: .6;
    }

    .prod_comment_author img {
        margin-right: 5px;
        padding-bottom: 2px;
        height: 11px;
        opacity: .9;
        border-radius: 2px;
        vertical-align: middle;
    }

.prod_comment_foot_text {
    opacity: .6;
    margin-bottom: 10px;
}

.prod_comment_foot_up {
    font-size: 25px;
    color: black;
    opacity: .4;
    transition: .3s;
    text-decoration: none;
    padding-left: 10px;
}

.prod_comment_foot_down {
    font-size: 25px;
    color: black;
    opacity: .4;
    transition: .3s;
    vertical-align: middle;
    text-decoration: none;
    padding-left: 10px;
    border-bottom: 4px solid inherit;
}

.prod_comment_foot_up:hover {
    opacity: 1;
    color: green;
}

.prod_comment_foot_down:hover {
    opacity: 1;
    color: darkred;
}

.prod_comment_foot_upscore {
    font-size: 25px;
    color: green;
}

.prod_comment_foot_downscore {
    font-size: 25px;
    color: darkred;
}

.prod_comment_delete {
    position: absolute;
    right: 20px;
    top: 20px;
}

    .prod_comment_delete a {
        color: black;
        opacity: .2;
        text-decoration: none;
        transition: .3s;
    }

        .prod_comment_delete a:hover {
            opacity: 1;
            color: darkred;
        }



.star1_1,
.star2_2,
.star3_2,
.star3_3,
.star4_2,
.star4_3,
.star4_4,
.star5_2,
.star5_3,
.star5_4,
.star5_5 {
    color: #dadada;
}

.star1_,
.star1_2,
.star1_3,
.star1_4,
.star1_5,
.star1_6,
.star2_,
.star2_3,
.star2_4,
.star2_5,
.star2_6,
.star3_,
.star3_4,
.star3_5,
.star3_6,
.star4_,
.star4_5,
.star4_6,
.star5_,
.star5_6 {
    color: var(--main-color2);
}

.prod_comment_reply {
    margin-left: 20px;
    margin-top: 10px;
}

    .prod_comment_reply span {
        font-size: 12px;
        opacity: .6;
        display: block;
        color: var(--main-color1);
    }

.prod_starholder {
    width: 100%;
    height: 40px;
    position: relative;
}

.prod_starselected,
.prod_starselector {
    display: flex;
    flex-direction: row-reverse;
    font-size: 32px;
    transition: .2s;
    position: absolute;
    width: 200px;
}

    .prod_starselected i {
        flex: 1;
        align-self: flex-end;
    }

    .prod_starselector a {
        flex: 1;
        align-self: flex-end;
        color: transparent;
    }

    .prod_starselector:hover a {
        color: #dadada;
    }


    .prod_starselector a:hover {
        color: var(--main-color2);
    }

    .prod_starselector:active a:hover {
        color: var(--main-color2-faded);
    }

    .prod_starselector a:hover ~ a {
        color: var(--main-color2);
    }

.pnl_Comment_Headline {
    width: 100%;
    font-size: 24px;
    text-align: center;
}

.pnl_Comment_Info {
    float: left;
    width: 200px;
    padding-left: 20px;
    box-sizing: border-box;
    padding-top: 10px;
    min-height: 40px;
}

.pnl_Comment_Data {
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    width: calc(100% - 200px);
    min-height: 40px;
}

.pnl_CommentNone {
    width: 100%;
    text-align: center;
    opacity: .4;
    padding-top: 40px;
    padding-bottom: 60px;
}

.pnl_CommentShowAll {
    padding-left: 20px;
}

.btn_Comment_ShowAll {
    text-decoration: none;
}

.btn_CommentShow {
    width: 49%;
}

.lbl_CommentStars {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    color: var(--main-color2);
    padding: 0px !important;
    display: inline-block;
}

.prod_Comment_Qtyinfo {
    width: 100%;
    text-align: center;
    padding: 10px;
    opacity: .6;
}

.prod_Comment_Spacer {
    margin-bottom: 70px;
}

@media only screen and (max-width: 875px) {
    .prod_comment_head {
        padding-left: 2px;
        padding-right: 2px;
    }

    .prod_comment_text {
        padding-left: 2px;
        padding-right: 2px;
    }

    .prod_comment_line {
        margin-left: 2px;
        margin-right: 2px;
    }

    .prod_comment_foot1 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .prod_comment_author {
        padding-left: 2px;
    }

    .pnl_Comment_Info,
    .pnl_Comment_Data {
        width: 100%;
        padding-left: 2px;
        padding-right: 2px;
        min-height: 2px;
    }

    .btn_CommentShow {
        width: 100%;
        margin-bottom: 2px;
    }

    .monitor_item_name {
        padding-top: 14px;
        opacity: .8;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        overflow: hidden;
    }
}


.prodcomment_boxpic {
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 10px;
}

.prodcomment_boxcomment {
    float: right;
    width: 50%;
}

.prodcomment_boxinfo {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 1235px) {
    .prodcomment_boxpic,
    .prodcomment_boxcomment,
    .prodcomment_boxinfo {
        width: 100%;
    }

        .prodcomment_boxpic img {
            max-width: 250px;
            max-height: 250px;
        }

    .prodcomment_boxinfo {
        margin-top: 50px;
    }
}
