﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif;
  font-weight: bold; }

h2 {
  font-weight: normal; }

h3 {
  font-size: 16px; }

#topHeaderNavigation {
  height: 27px;
  background: #dadada; }
  #topHeaderNavigation ul {
    margin: 0px 0px 0px; }
    #topHeaderNavigation ul li {
      float: left;
      padding: 4px 13px; }
      #topHeaderNavigation ul li.logged-in i {
        color: #5cb85c; }
      #topHeaderNavigation ul li i {
        color: #444;
        font-size: 12px; }
      #topHeaderNavigation ul li a {
        color: #444;
        font-size: 16px;
        line-height: 16px;
        font-weight: normal;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        -moz-transition: color 0.15s ease-in;
        -o-transition: color 0.15s ease-in;
        -webkit-transition: color 0.15s ease-in;
        transition: color 0.15s ease-in; }
        #topHeaderNavigation ul li a:hover {
          text-decoration: none;
          color: #888; }
      #topHeaderNavigation ul li.ehandel a {
        background-image: url(//cdn.thg.dk/DAT/dom/img/ehandel.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 53px;
        height: 32px;
        text-indent: -999em;
        display: block; }
  #topHeaderNavigation .topHeaderFocus a {
    font-size: 18px;
    line-height: 16px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase; }
    #topHeaderNavigation .topHeaderFocus a:hover, #topHeaderNavigation .topHeaderFocus a:active, #topHeaderNavigation .topHeaderFocus a:link {
      text-decoration: none;
      color: #666; }
    #topHeaderNavigation .topHeaderFocus a.black-friday {
      background-color: #ffe500;
      color: #000;
      padding: 3px 7px;
      margin-top: 3px; }

/* OVERALL STYLE - MET*/
.prodcontainer {
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 2px solid #efefef;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }
  .prodcontainer:hover {
    border-color: #e5e5e5; }
  .prodcontainer.grid {
    height: 308px;
    margin-bottom: 15px; }
    .prodcontainer.grid:hover .proddesc {
      background-color: #efefef;
      border-top: 0px solid #dadada; }
    .prodcontainer.grid:hover .pricecontainer {
      background-color: #efefef;
      border-top: 0px solid #dadada; }
    .prodcontainer.grid .prodimgcontainer {
      position: relative;
      width: 100%;
      height: 180px;
      text-align: center;
      background-color: #fff; }
    .prodcontainer.grid .prodheader {
      position: absolute;
      top: 3px;
      left: 3px;
      float: left;
      width: 100%; }
      .prodcontainer.grid .prodheader .demovareIcon {
        right: 2px;
        top: 2px;
        opacity: 0.85; }
        .prodcontainer.grid .prodheader .demovareIcon:hover {
          opacity: 1; }
        .prodcontainer.grid .prodheader .demovareIcon img {
          width: 60px; }
    .prodcontainer.grid .proditemno {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      padding-bottom: 2px;
      text-align: right;
      background: white;
      color: #666666;
      font: 9px Verdana; }
    .prodcontainer.grid .proddesc {
      position: relative;
      padding: 5px 5px 0px;
      width: auto;
      height: 60px;
      text-align: left;
      color: #000000;
      font: 12px Verdana;
      overflow: hidden;
      border-top: 1px solid #efefef;
      background-color: #fff;
      -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
      -moz-transition: background-color 0.2s ease, border-color 0.2s ease;
      transition: background-color 0.2s ease, border-color 0.2s ease; }
      .prodcontainer.grid .proddesc .RadioSammenlign {
        font-size: 12px;
        color: #cccccc;
        display: none; }
        .prodcontainer.grid .proddesc .RadioSammenlign input {
          width: 12px;
          vertical-align: middle; }
        .prodcontainer.grid .proddesc .RadioSammenlign span {
          position: relative;
          top: 2px;
          left: 4px; }
      .prodcontainer.grid .proddesc a, .prodcontainer.grid .proddesc a:hover {
        text-decoration: none;
        color: #000; }
    .prodcontainer.grid .pricecontainer {
      position: relative;
      padding: 0px 5px 5px;
      width: 100%;
      text-align: left;
      border-top: 0px solid #efefef;
      background-color: #fff;
      display: inline-block;
      -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
      -moz-transition: background-color 0.2s ease, border-color 0.2s ease;
      transition: background-color 0.2s ease, border-color 0.2s ease; }
      .prodcontainer.grid .pricecontainer .what {
        vertical-align: bottom;
        clear: left;
        height: 35px;
        width: auto;
        text-align: left;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      .prodcontainer.grid .pricecontainer .InstockBtn {
        padding: 0px 0px 0px;
        position: relative;
        margin-bottom: 5px;
        display: block; }
        .prodcontainer.grid .pricecontainer .InstockBtn:hover {
          text-decoration: none; }
        .prodcontainer.grid .pricecontainer .InstockBtn .stockstatus-icon {
          width: 20px;
          display: inline-block;
          padding: 0px; }
        .prodcontainer.grid .pricecontainer .InstockBtn .stockstatus-text {
          text-align: left;
          font-size: 12px;
          position: relative;
          top: 2px; }
      .prodcontainer.grid .pricecontainer .pris {
        float: left;
        text-align: left;
        line-height: 15px;
        display: table;
        height: 30px; }
        .prodcontainer.grid .pricecontainer .pris a {
          display: table-cell;
          vertical-align: bottom; }
        .prodcontainer.grid .pricecontainer .pris .oldprice {
          color: #666;
          font-size: 12px;
          text-decoration: line-through; }
        .prodcontainer.grid .pricecontainer .pris .price {
          color: black;
          font-size: 14px; }
          .prodcontainer.grid .pricecontainer .pris .price .discount div {
            line-height: 10px; }
            .prodcontainer.grid .pricecontainer .pris .price .discount div small {
              font-size: 10px; }
      .prodcontainer.grid .pricecontainer .buybutton {
        float: right; }
        .prodcontainer.grid .pricecontainer .buybutton.mobile:after {
          opacity: 0;
          border-right: 4px solid #4eae4c;
          border-top: 4px solid #4eae4c;
          content: '';
          display: block;
          height: 10px;
          width: 20px;
          position: relative;
          right: 100%;
          top: 50%;
          margin-right: -35px;
          margin-top: -200%; }
        .prodcontainer.grid .pricecontainer .buybutton.mobile.active:after {
          -webkit-animation: animateCheck 500ms ease-out;
          -moz-animation: animateCheck 500ms ease-out;
          animation: animateCheck 500ms ease-out; }
  .prodcontainer.list {
    height: 120px;
    background-color: #fff; }
    .prodcontainer.list .prodimgcontainer {
      position: relative;
      background-color: #fff;
      text-align: center;
      float: left;
      width: 25%; }
      .prodcontainer.list .prodimgcontainer a img {
        width: 116px;
        height: 116px; }
      .prodcontainer.list .prodimgcontainer .prodheader {
        float: left; }
        .prodcontainer.list .prodimgcontainer .prodheader .offer.nyhed {
          height: 60px !important;
          width: 60px;
          background-size: contain;
          top: -1px !important;
          right: 0px !important; }
        .prodcontainer.list .prodimgcontainer .prodheader .demovareIcon {
          right: 2px;
          top: 2px;
          opacity: 0.85; }
          .prodcontainer.list .prodimgcontainer .prodheader .demovareIcon:hover {
            opacity: 1; }
          .prodcontainer.list .prodimgcontainer .prodheader .demovareIcon img {
            width: 50px; }
      .prodcontainer.list .prodimgcontainer .proditemno {
        float: left;
        position: absolute;
        bottom: 5px;
        left: 5px;
        padding-bottom: 2px;
        text-align: right;
        background: white;
        color: #666666;
        font: 9px Verdana; }
    .prodcontainer.list .proddesc {
      position: relative;
      height: 50px;
      width: 41.66667%;
      float: left; }
      .prodcontainer.list .proddesc a {
        display: block;
        color: #000;
        font-size: 16px; }
      .prodcontainer.list .proddesc .RadioSammenlign {
        position: relative;
        display: none; }
        .prodcontainer.list .proddesc .RadioSammenlign span {
          position: relative;
          top: -1px;
          margin-left: 5px; }
    .prodcontainer.list .pricecontainer {
      width: 33.33333%;
      float: left; }
      .prodcontainer.list .pricecontainer .buybutton {
        width: 33.33333%;
        float: left; }
      .prodcontainer.list .pricecontainer .pris {
        float: left;
        width: 66.66667%; }
        .prodcontainer.list .pricecontainer .pris a {
          color: #000;
          font-size: 15px; }
          .prodcontainer.list .pricecontainer .pris a .oldprice {
            font-size: 12px;
            text-decoration: line-through;
            color: #666; }
        .prodcontainer.list .pricecontainer .pris .oldprice {
          font-size: 12px;
          text-decoration: line-through;
          color: #666; }
      .prodcontainer.list .pricecontainer .InstockBtn:hover, .prodcontainer.list .pricecontainer .InstockBtn:focus {
        text-decoration: none; }
      .prodcontainer.list .pricecontainer .InstockBtn .stockstatus-icon {
        width: 30px; }
      .prodcontainer.list .pricecontainer .InstockBtn .stockstatus-text {
        position: relative;
        top: 2px; }

.prodlistprod {
  border: 1px solid #eee;
  background-color: #fff;
  margin-bottom: 20px;
  color: #000;
  position: relative; }
  .prodlistprod .AutoProImageDiv {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px; }
    .prodlistprod .AutoProImageDiv.first-product-image .badge {
      position: absolute;
      opacity: 0.6;
      top: 70px;
      right: 0px; }
  .prodlistprod .product {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    display: inline-block;
    width: 100%; }
    .prodlistprod .product:last-child {
      border-bottom: 0px solid transparent; }
    .prodlistprod .product .AutoProImageDiv {
      text-align: center; }
      .prodlistprod .product .AutoProImageDiv .badge {
        position: absolute;
        opacity: 0.7;
        top: 70px; }
      .prodlistprod .product .AutoProImageDiv .product-logo {
        height: 30px;
        margin: 10px auto;
        width: 75%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
        .prodlistprod .product .AutoProImageDiv .product-logo.active {
          cursor: pointer; }
      .prodlistprod .product .AutoProImageDiv .image-icon i {
        margin-right: 5px;
        color: #656565;
        font-size: 12px; }
      .prodlistprod .product .AutoProImageDiv .image-icon span {
        color: #656565;
        font-size: 12px; }
    .prodlistprod .product .headlineandoptions .header-options {
      margin-bottom: 10px; }
      .prodlistprod .product .headlineandoptions .header-options a {
        font-size: 16px;
        display: block; }
      .prodlistprod .product .headlineandoptions .header-options span {
        color: #666666;
        font-size: 12px;
        display: block; }
    .prodlistprod .product .headlineandoptions .produkt-ark {
      margin-bottom: 5px; }
    .prodlistprod .product .price-content .price {
      margin-bottom: 0 !important; }
      .prodlistprod .product .price-content .price .price-holder .customer-price h4 {
        margin-bottom: 5px !important; }
      .prodlistprod .product .price-content .price p.price-hidden {
        margin-bottom: 5px !important; }
    .prodlistprod .product .vis-tillaeg {
      cursor: pointer;
      font-size: 9px;
      margin-bottom: 10px; }
      .prodlistprod .product .vis-tillaeg .tillaeg {
        margin-bottom: 5px !important; }
    .prodlistprod .product .specs {
      width: 100%;
      margin-bottom: 10px;
      font-size: 12px; }
      .prodlistprod .product .specs tr {
        padding: 5px; }
        .prodlistprod .product .specs tr.highlighted {
          background-color: #fcf06b; }
          .prodlistprod .product .specs tr.highlighted td {
            background-color: transparent !important; }
        .prodlistprod .product .specs tr td {
          padding: 2px 0px; }
    .prodlistprod .product.mini .AutoProImageDiv {
      text-align: center; }
      .prodlistprod .product.mini .AutoProImageDiv img {
        width: 75px; }
    .prodlistprod .product.mini .headlineandoptions .header-options {
      margin-bottom: 5px; }
      .prodlistprod .product.mini .headlineandoptions .header-options a {
        font-size: 14px;
        font-weight: bold; }
      .prodlistprod .product.mini .headlineandoptions .header-options span {
        font-size: 10px;
        display: block; }
    .prodlistprod .product.mini .headlineandoptions .specs {
      font-size: 11px;
      margin-bottom: 5px; }
    .prodlistprod .product.mini .InstockBtn {
      text-align: right; }
      .prodlistprod .product.mini .InstockBtn span {
        padding: 0;
        font-size: 11px; }
        .prodlistprod .product.mini .InstockBtn span img {
          margin-top: -3px; }
        .prodlistprod .product.mini .InstockBtn span i {
          font-size: 16px;
          position: relative;
          top: 1px; }
    .prodlistprod .product.mini .priceandoptions .instockStatus {
      text-align: left; }
      .prodlistprod .product.mini .priceandoptions .instockStatus ul li {
        width: calc((100% / 3) - 10px);
        margin-right: 10px;
        display: inline; }
    .prodlistprod .product.mini .priceandoptions .compare-container {
      text-align: left; }
    .prodlistprod .product.mini .priceandoptions .compare-products {
      text-align: right;
      cursor: pointer; }
      .prodlistprod .product.mini .priceandoptions .compare-products.check {
        padding: 8px 8px 7px; }
        .prodlistprod .product.mini .priceandoptions .compare-products.check.checked {
          background-color: #eaeaea; }
      .prodlistprod .product.mini .priceandoptions .compare-products label {
        cursor: pointer;
        font-weight: normal; }
    .prodlistprod .product.mini .toggleProdArk {
      margin: 5px 0px; }

#brandInfo .brand-info img {
  max-height: 50px;
  max-width: 250px;
  margin: 0px 0px 50px 50px;
  float: right; }

#brandInfo .brand-info p {
  font-size: 16px;
  padding: 0px;
  margin-bottom: 20px; }

#brandInfo .brand-info .facts {
  background-color: #f2f2f2;
  color: #000000;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-align: left;
  margin-bottom: 0; }

.ProductsList {
  margin-bottom: 4vh;
  clear: both;
  position: relative;
  padding-top: 20px;
  padding-bottom: 1px; }
  .ProductsList:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 766px) {
    .ProductsList {
      margin-bottom: 1vh;
      padding-top: 10px;
      padding-bottom: 0; } }
  .ProductsList .ProductsList__products {
    min-height: 326px;
    margin-bottom: -26px;
    position: relative; }
  .ProductsList .ProductList__spinner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    opacity: 0.4; }
  .ProductsList .ProductsList__headline {
    width: 100%;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
    margin-bottom: 1.3em;
    margin-top: 0; }
    @media only screen and (min-width: 800px) {
      .ProductsList .ProductsList__headline {
        font-size: 30px; } }
    @media only screen and (max-width: 766px) {
      .ProductsList .ProductsList__headline {
        font-size: 24px;
        margin-bottom: 0.4em; } }

.ProductsList--tight {
  margin-bottom: 0; }

.products div[class*='col-'] {
  min-height: 0px; }

body.product {
  overflow-x: hidden; }
  body.product .prodtitle {
    margin-top: 11px;
    margin-bottom: 6px;
    line-height: 1.1em !important;
    font-family: "Roboto", sans-serif;
    font-weight: bold; }
    @media only screen and (max-width: 766px) {
      body.product .prodtitle {
        font-size: 26px; } }
  body.product .buy-button.mobile:after {
    opacity: 0;
    border-right: 4px solid #4eae4c;
    border-top: 4px solid #4eae4c;
    content: '';
    display: block;
    height: 10px;
    width: 20px;
    position: absolute;
    right: 50%;
    top: 34%;
    margin-right: 0;
    margin-top: 0; }
  body.product .buy-button.mobile.active:after {
    -webkit-animation: animateProductToCart 500ms ease-out;
    -moz-animation: animateProductToCart 500ms ease-out;
    animation: animateProductToCart 500ms ease-out; }
  body.product .pris-match {
    background-image: url(//cdn.thg.dk/DAT/dom/img/daek-faelge/Prismatch_2019.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 110px;
    right: 0px;
    z-index: 11;
    cursor: pointer; }
  body.product #passerPaaBiler table tr {
    cursor: pointer; }
  body.product #passerPaaBiler ul {
    list-style-type: none !important; }
    body.product #passerPaaBiler ul li a {
      font-size: 16px !important; }
  body.product .spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto; }
    body.product .spinner .sk-fading-circle {
      margin: 50px auto;
      width: 40px;
      height: 40px;
      position: relative; }
    body.product .spinner .sk-fading-circle .sk-circle {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    body.product .spinner .sk-fading-circle .sk-circle:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      background-color: #333;
      border-radius: 100%;
      -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
      animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
    body.product .spinner .sk-fading-circle .sk-circle2 {
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg); }
    body.product .spinner .sk-fading-circle .sk-circle3 {
      -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      transform: rotate(60deg); }
    body.product .spinner .sk-fading-circle .sk-circle4 {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    body.product .spinner .sk-fading-circle .sk-circle5 {
      -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
      transform: rotate(120deg); }
    body.product .spinner .sk-fading-circle .sk-circle6 {
      -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
      transform: rotate(150deg); }
    body.product .spinner .sk-fading-circle .sk-circle7 {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    body.product .spinner .sk-fading-circle .sk-circle8 {
      -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
      transform: rotate(210deg); }
    body.product .spinner .sk-fading-circle .sk-circle9 {
      -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
      transform: rotate(240deg); }
    body.product .spinner .sk-fading-circle .sk-circle10 {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
    body.product .spinner .sk-fading-circle .sk-circle11 {
      -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
      transform: rotate(300deg); }
    body.product .spinner .sk-fading-circle .sk-circle12 {
      -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
      transform: rotate(330deg); }
    body.product .spinner .sk-fading-circle .sk-circle2:before {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s; }
    body.product .spinner .sk-fading-circle .sk-circle3:before {
      -webkit-animation-delay: -1s;
      animation-delay: -1s; }
    body.product .spinner .sk-fading-circle .sk-circle4:before {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s; }
    body.product .spinner .sk-fading-circle .sk-circle5:before {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }
    body.product .spinner .sk-fading-circle .sk-circle6:before {
      -webkit-animation-delay: -0.7s;
      animation-delay: -0.7s; }
    body.product .spinner .sk-fading-circle .sk-circle7:before {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s; }
    body.product .spinner .sk-fading-circle .sk-circle8:before {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s; }
    body.product .spinner .sk-fading-circle .sk-circle9:before {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s; }
    body.product .spinner .sk-fading-circle .sk-circle10:before {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s; }
    body.product .spinner .sk-fading-circle .sk-circle11:before {
      -webkit-animation-delay: -0.2s;
      animation-delay: -0.2s; }
    body.product .spinner .sk-fading-circle .sk-circle12:before {
      -webkit-animation-delay: -0.1s;
      animation-delay: -0.1s; }
  body.product #localShopStatusStd .status-red small {
    font-size: 13px;
    padding-left: 18px; }

.buy-button button.BuyBtn.btn.btn-success {
  padding: 6px 14px;
  z-index: 1; }

.buy-button.mobile:after {
  opacity: 0;
  border-right: 4px solid #4eae4c;
  border-top: 4px solid #4eae4c;
  content: '';
  display: block;
  height: 10px;
  width: 20px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: -10px;
  margin-top: -50%; }

.buy-button.mobile.active:after {
  -webkit-animation: animateCheck 500ms ease-out;
  -moz-animation: animateCheck 500ms ease-out;
  animation: animateCheck 500ms ease-out; }

.pv3 .box {
  border: none; }

.pv3 .box-grey,
.pv3 #lagerstatus.box,
.pv3 .box.shipping {
  background: #f9f9f9;
  padding: 4% 7%; }

.pv3 .prodlistprod {
  border: none; }
  .pv3 .prodlistprod .ImageDiv {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px; }
  .pv3 .prodlistprod .AutoInfo {
    padding-left: 70px; }
  .pv3 .prodlistprod .StrPris {
    font-weight: bold; }

.pv3 .ness-header {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-right: 40px;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-family: "Roboto", sans-serif; }

.pv3 .nesscon {
  margin-bottom: 10px !important; }
  .pv3 .nesscon .prodlistprod {
    min-height: 0;
    background: none;
    border: 1px solid #cccccc;
    padding: 10px;
    font-family: "Roboto", sans-serif; }
    .pv3 .nesscon .prodlistprod .varenr {
      display: none; }
    .pv3 .nesscon .prodlistprod .top-label {
      z-index: 2; }
      .pv3 .nesscon .prodlistprod .top-label span {
        font-size: 13px; }
    .pv3 .nesscon .prodlistprod .strFoerPris {
      font-size: 13px; }
    .pv3 .nesscon .prodlistprod .ImageDiv {
      height: auto;
      top: 15px;
      left: 12px; }
  .pv3 .nesscon .headlineandoptions {
    margin-bottom: 0; }

.pv3 .itemnumber {
  color: #777;
  font-family: "Roboto", sans-serif; }

.pv3 .box-grey,
.pv3 #lagerstatus.box,
.pv3 .box.shipping {
  background: #f9f9f9;
  padding: 4% 7%; }

.pv3 .prisinfo .box .box-itm {
  border: none;
  background: none;
  box-shadow: none; }

.pv3 .prisinfo .box .box-itm--section {
  padding-top: 20px;
  border-top: 1px solid #efefef; }
  .pv3 .prisinfo .box .box-itm--section .box-info {
    top: 10px !important; }

.pv3 .prisinfo {
  margin: 0px 0; }
  @media only screen and (max-width: 766px) {
    .pv3 .prisinfo {
      margin: 20px 0; } }
  .pv3 .prisinfo .W100 {
    width: 100%;
    margin-bottom: 0px;
    display: inline-block; }
  .pv3 .prisinfo .box-itm-dark-gray {
    background-color: #efefef; }
  .pv3 .prisinfo .top-label {
    float: left;
    margin-right: 10px; }
    .pv3 .prisinfo .top-label span {
      font-size: 16px;
      font-weight: bold; }
  .pv3 .prisinfo .discount {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    padding-top: 3px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px; }
    .pv3 .prisinfo .discount strong {
      font-family: "Roboto", sans-serif;
      font-weight: bold; }
  .pv3 .prisinfo .pant-container {
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px; }
    .pv3 .prisinfo .pant-container i {
      color: #ffc62b;
      font-size: 14px; }
  .pv3 .prisinfo .show-free-delivery {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    padding-top: 3px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px; }
    .pv3 .prisinfo .show-free-delivery strong {
      font-family: "Roboto", sans-serif;
      font-weight: bold; }
    .pv3 .prisinfo .show-free-delivery span {
      float: none !important;
      display: inline-block;
      float: none !important;
      padding-left: 0.5em; }
  .pv3 .prisinfo .box {
    min-height: 50px;
    margin-bottom: 0.8em; }
    .pv3 .prisinfo .box form .price-container {
      overflow: hidden; }
    .pv3 .prisinfo .box .box-itm.box-itm-autoh {
      border-top: 0px;
      padding: 0; }
    .pv3 .prisinfo .box .box-itm.box-itm-autoh {
      border-top: 0px;
      padding: 0; }
    .pv3 .prisinfo .box .box-itm.box-itm-light-gradient {
      min-height: 50px; }
      .pv3 .prisinfo .box .box-itm.box-itm-light-gradient.shipping {
        min-height: 72px; }
    .pv3 .prisinfo .box .box-itm-light-yellow {
      background: #FCF8E3;
      /* text-align: right; */
      padding: 6% 7% !important;
      margin-top: 1em; }
    .pv3 .prisinfo .box .buy-button {
      float: right;
      clear: both;
      width: 100%;
      margin-bottom: 1em;
      margin-right: -2px; }
      .pv3 .prisinfo .box .buy-button .inputamount {
        width: 43px;
        padding: 0;
        text-align: center;
        border-radius: 0;
        box-shadow: none;
        z-index: 1; }
      .pv3 .prisinfo .box .buy-button .input-group {
        width: 100%;
        display: block; }
      .pv3 .prisinfo .box .buy-button .input-group-btn {
        width: calc(100% - 43px);
        display: block; }
        .pv3 .prisinfo .box .buy-button .input-group-btn button {
          border-radius: 0;
          width: 100%; }
    .pv3 .prisinfo .box .price {
      float: right;
      margin-bottom: 0.5em;
      text-align: right;
      font-size: 28px;
      line-height: 1em;
      width: 100%; }
      .pv3 .prisinfo .box .price .StrPris {
        font-weight: normal;
        color: #000;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        float: right; }
      .pv3 .prisinfo .box .price p {
        margin: 0;
        font-size: 15px;
        line-height: 1.5em; }
      .pv3 .prisinfo .box .price h3 {
        margin-top: 0.2em;
        font-weight: bold;
        color: #000;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        margin: 0; }
  .pv3 .prisinfo #montering .montagebtn {
    text-align: left;
    font-size: 13px;
    display: inline-block;
    white-space: normal !important; }
    @media only screen and (max-width: 767px) {
      .pv3 .prisinfo #montering .montagebtn {
        padding: 5px 10px; } }
    .pv3 .prisinfo #montering .montagebtn p {
      float: left;
      margin: 0px;
      line-height: 28px;
      padding: 0px 10px 0px 25px; }
      .pv3 .prisinfo #montering .montagebtn p input {
        margin: 8px 6px 5px 0;
        text-align: left;
        float: left; }
      @media only screen and (max-width: 767px) {
        .pv3 .prisinfo #montering .montagebtn p {
          font-size: 12px;
          width: 100%;
          padding: 0; } }
  .pv3 .prisinfo .strFoerPris {
    font-size: 16px;
    color: #666;
    text-decoration: line-through; }
  .pv3 .prisinfo .detailPris {
    font-size: 16px;
    color: #666;
    line-height: 16px;
    display: block; }
    .pv3 .prisinfo .detailPris small {
      font-size: 12px; }
  .pv3 .prisinfo .strPluspris {
    font-size: 13px;
    margin-top: 0.7em;
    line-height: 1.5em; }
  .pv3 .prisinfo a.info-btn {
    color: #999;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease; }
    .pv3 .prisinfo a.info-btn:hover {
      color: #666;
      text-decoration: none; }
    .pv3 .prisinfo a.info-btn:active, .pv3 .prisinfo a.info-btn:focus {
      text-decoration: none;
      outline: none; }
  .pv3 .prisinfo .anbefaler .btn-block {
    border-radius: 0;
    border: 0;
    padding: 12px; }
  .pv3 .prisinfo .anbefaler {
    padding-left: 10px;
    padding-right: 10px; }
  .pv3 .prisinfo #lagerstatus .postal-search {
    position: relative; }
    .pv3 .prisinfo #lagerstatus .postal-search a {
      position: absolute;
      right: 10px;
      top: 10px;
      color: #666; }
      .pv3 .prisinfo #lagerstatus .postal-search a:hover {
        text-decoration: none; }
      .pv3 .prisinfo #lagerstatus .postal-search a.disabled {
        opacity: 0;
        pointer-events: none; }
  .pv3 .prisinfo .shipping .shipping-countdown {
    font-size: 14px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #efefef;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase; }
    .pv3 .prisinfo .shipping .shipping-countdown .countdown-title {
      display: block;
      margin-right: 5px; }
    .pv3 .prisinfo .shipping .shipping-countdown .countdown {
      font-weight: bold;
      display: block; }
      .pv3 .prisinfo .shipping .shipping-countdown .countdown span {
        float: left; }
        .pv3 .prisinfo .shipping .shipping-countdown .countdown span.ce-hours-label, .pv3 .prisinfo .shipping .shipping-countdown .countdown span.ce-minutes-label, .pv3 .prisinfo .shipping .shipping-countdown .countdown span.ce-seconds-label {
          margin: 0px 5px; }
    .pv3 .prisinfo .shipping .shipping-countdown .countdown-after {
      display: block; }
  .pv3 .prisinfo .solgtsammenmed {
    margin-top: 30px; }
    .pv3 .prisinfo .solgtsammenmed .header {
      padding-top: 0px !important;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      font-size: 18px; }
    .pv3 .prisinfo .solgtsammenmed .solgtsammenmed-products .ness .nesscon {
      width: 100%;
      height: 100%;
      padding: 0; }
      .pv3 .prisinfo .solgtsammenmed .solgtsammenmed-products .ness .nesscon .prodlistprod {
        border-bottom: 0px;
        padding: 0px;
        margin-top: 10px;
        border: 2px solid #efefef;
        border-radius: 1px; }
        .pv3 .prisinfo .solgtsammenmed .solgtsammenmed-products .ness .nesscon .prodlistprod .top-label {
          height: 20px; }
          .pv3 .prisinfo .solgtsammenmed .solgtsammenmed-products .ness .nesscon .prodlistprod .top-label span {
            position: relative; }
        .pv3 .prisinfo .solgtsammenmed .solgtsammenmed-products .ness .nesscon .prodlistprod .ImageDiv {
          padding: 5px; }
        .pv3 .prisinfo .solgtsammenmed .solgtsammenmed-products .ness .nesscon .prodlistprod .AutoInfo .headlineandoptions {
          padding: 5px;
          border-top: 1px solid #efefef;
          -webkit-transition: background-color 200ms ease, border-color 200ms ease;
          -moz-transition: background-color 200ms ease, border-color 200ms ease;
          transition: background-color 200ms ease, border-color 200ms ease; }
        .pv3 .prisinfo .solgtsammenmed .solgtsammenmed-products .ness .nesscon .prodlistprod .AutoInfo .pricecontainer {
          padding: 5px;
          border-top: 1px solid #efefef;
          -webkit-transition: background-color 200ms ease, border-color 200ms ease;
          -moz-transition: background-color 200ms ease, border-color 200ms ease;
          transition: background-color 200ms ease, border-color 200ms ease; }

.pv3 .pantText {
  font-size: 12px;
  position: relative;
  z-index: 3; }

.pv3 .imgcon {
  position: relative;
  min-height: 160px;
  width: 100%; }
  .pv3 .imgcon figure {
    margin-bottom: 10px;
    text-align: center;
    padding: 6%; }
  .pv3 .imgcon .owl-controls {
    top: 0;
    left: 0px; }
  .pv3 .imgcon .owl-buttons {
    top: 13px !important; }
  .pv3 .imgcon .thgthumbnails {
    overflow: hidden;
    width: 100%;
    float: none;
    padding: 0 20px;
    white-space: nowrap; }
    @media only screen and (min-width: 767px) {
      .pv3 .imgcon .thgthumbnails {
        padding: 10px 44px;
        width: calc(100% - 260px);
        float: left; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .pv3 .imgcon .thgthumbnails {
        width: 100%;
        float: none;
        padding: 0 40px; } }
    .pv3 .imgcon .thgthumbnails .owl-wrapper,
    .pv3 .imgcon .thgthumbnails .owl-wrapper-outer {
      z-index: 30; }
    .pv3 .imgcon .thgthumbnails .owl-controls {
      z-index: 20; }
    .pv3 .imgcon .thgthumbnails .owl-buttons .owl-prev,
    .pv3 .imgcon .thgthumbnails .owl-buttons .owl-next {
      color: #333333 !important;
      opacity: 1;
      height: 68px !important;
      width: 48px !important;
      font-size: 34px !important;
      transition: opacity 150ms;
      line-height: 69px !important;
      background: none !important;
      transition: transform 200ms;
      transform: perspective(1px) translateZ(0);
      backface-visibility: hidden; }
      @media only screen and (max-width: 767px) {
        .pv3 .imgcon .thgthumbnails .owl-buttons .owl-prev,
        .pv3 .imgcon .thgthumbnails .owl-buttons .owl-next {
          width: 35px !important; } }
    .pv3 .imgcon .thgthumbnails .owl-buttons .owl-prev:hover,
    .pv3 .imgcon .thgthumbnails .owl-buttons .owl-next:hover {
      transform: scale(1.15); }
    .pv3 .imgcon .thgthumbnails.pos-start .owl-prev {
      opacity: 0 !important; }
    .pv3 .imgcon .thgthumbnails img {
      width: 90px;
      height: 90px;
      margin: 0 15px;
      cursor: pointer;
      position: relative;
      display: inline-block; }
      .pv3 .imgcon .thgthumbnails img:hover {
        -ms-filter: "alpha(opacity=50)";
        filter: alpha(opacity=50);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
        opacity: .50; }
  .pv3 .imgcon .brand {
    float: left;
    margin-top: 35px;
    margin-right: 40px;
    margin-bottom: 35px; }
    @media only screen and (max-width: 767px) {
      .pv3 .imgcon .brand {
        margin: 0;
        margin-bottom: 20px;
        margin-top: -30px; } }
    .pv3 .imgcon .brand .product-logo {
      width: 200px;
      height: 35px;
      background-repeat: no-repeat;
      background-size: contain; }
      .pv3 .imgcon .brand .product-logo.is-active {
        cursor: pointer; }

.pv3 .descon {
  width: 100%; }
  .pv3 .descon .headline2 {
    display: none; }
  .pv3 .descon #tabs ul {
    border-bottom: 0px solid transparent;
    margin-bottom: 10px;
    list-style-type: disc; }
    .pv3 .descon #tabs ul li {
      margin-top: 3px;
      margin-bottom: 4px; }
      .pv3 .descon #tabs ul li.active a {
        border: 0px solid transparent;
        border-bottom: 5px solid #ccc; }
        .pv3 .descon #tabs ul li.active a:hover {
          border-bottom: 5px solid #ccc; }
      .pv3 .descon #tabs ul li a {
        margin: 0px;
        border-radius: 0px;
        border: 0px solid transparent;
        border-bottom: 5px solid #fff;
        -moz-transition: border-color 200ms ease;
        -o-transition: border-color 200ms ease;
        -webkit-transition: border-color 200ms ease;
        transition: border-color 200ms ease;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase; }
        .pv3 .descon #tabs ul li a:hover {
          border: 0px solid transparent;
          border-bottom: 5px solid transparent;
          background-color: transparent;
          color: #999; }
  .pv3 .descon .tab-content {
    margin-bottom: 20px; }
    .pv3 .descon .tab-content #infolayer {
      font-size: 14px; }
      .pv3 .descon .tab-content #infolayer .infocon {
        display: block; }
        .pv3 .descon .tab-content #infolayer .infocon .audio-features {
          width: 100%;
          display: inline-block; }
          .pv3 .descon .tab-content #infolayer .infocon .audio-features .feature-list {
            margin: 0;
            list-style-type: none; }
            .pv3 .descon .tab-content #infolayer .infocon .audio-features .feature-list li {
              float: left;
              width: 60px;
              margin: 7px 7px 10px 0px; }
              .pv3 .descon .tab-content #infolayer .infocon .audio-features .feature-list li img {
                width: 100%;
                height: 100%; }
              .pv3 .descon .tab-content #infolayer .infocon .audio-features .feature-list li:first-child {
                margin-left: 0px; }
              .pv3 .descon .tab-content #infolayer .infocon .audio-features .feature-list li:last-child {
                margin-right: 0px; }
        .pv3 .descon .tab-content #infolayer .infocon .outtrektech {
          width: 130px; }
        .pv3 .descon .tab-content #infolayer .infocon ul li a {
          font-size: 16px; }
      .pv3 .descon .tab-content #infolayer #accordion .panel-heading {
        background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-bottom.png);
        background-repeat: no-repeat !important;
        background-position: right 10px center;
        background-size: 26px;
        padding: 0px; }
        .pv3 .descon .tab-content #infolayer #accordion .panel-heading .panel-title a {
          display: block;
          font-family: "Roboto", sans-serif;
          text-transform: uppercase;
          font-size: 18px;
          padding: 10px; }
      .pv3 .descon .tab-content #infolayer #accordion .pasningsgaranti .alert strong {
        display: block; }

.pv3 .LagerStatus {
  width: 100%; }

.pv3 header {
  font-size: 32px;
  line-height: 32px;
  font-family: "Roboto", sans-serif; }

.pv3 #Discounts {
  padding: 10px 0 5px 0;
  font-size: 18px; }

.pv3 #HarForslagErstat .anbefalercon .offer.tilbud {
  padding: 4px 7px;
  left: -3px;
  height: auto; }

.infocon {
  display: block; }
  .infocon .audio-features {
    width: 100%;
    display: inline-block; }
    .infocon .audio-features .feature-list {
      margin: 0;
      list-style-type: none; }
      .infocon .audio-features .feature-list li {
        float: left;
        width: 60px;
        margin: 7px 7px 10px 0px; }
        .infocon .audio-features .feature-list li img {
          width: 100%;
          height: 100%; }
        .infocon .audio-features .feature-list li:first-child {
          margin-left: 0px; }
        .infocon .audio-features .feature-list li:last-child {
          margin-right: 0px; }
  .infocon .outtrektech {
    width: 130px; }
  .infocon ul li a {
    font-size: 16px; }

.box-info {
  position: absolute;
  right: 2px;
  top: 0px !important; }

.box-header.headline {
  padding-top: 0px !important;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold; }

.box-header strong {
  display: inline-block;
  line-height: 1.3em; }

.box-header i {
  padding-right: 4px;
  vertical-align: text-top; }

.box-header i {
  padding-right: 4px;
  vertical-align: text-top; }

.anbefalercon .offer {
  left: -3px; }
  .anbefalercon .offer.restsalg {
    padding: 3px 6px 3px 6px; }
  .anbefalercon .offer.tilbud {
    padding: 3px 6px 3px 6px; }

#groupsortbar {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }
  #groupsortbar .dropdown-toggle {
    margin-left: 10px; }

.smallprodcontainer {
  margin-top: 0;
  margin-bottom: 10px;
  min-height: 265px; }
  .smallprodcontainer .proddesc {
    min-height: 40px; }
  .smallprodcontainer .pricecontainer {
    height: 35px; }

#HarAnbefalTillaeg .smallprodcontainer, #ErStykListe .smallprodcontainer, #HarForslagErstat .smallprodcontainer {
  height: 279px; }
  #HarAnbefalTillaeg .smallprodcontainer:hover .proddesc, #HarAnbefalTillaeg .smallprodcontainer:hover .pricecontainer, #ErStykListe .smallprodcontainer:hover .proddesc, #ErStykListe .smallprodcontainer:hover .pricecontainer, #HarForslagErstat .smallprodcontainer:hover .proddesc, #HarForslagErstat .smallprodcontainer:hover .pricecontainer {
    background: #efefef;
    border-color: #dadada; }
  #HarAnbefalTillaeg .smallprodcontainer .prodimgcontainer, #ErStykListe .smallprodcontainer .prodimgcontainer, #HarForslagErstat .smallprodcontainer .prodimgcontainer {
    position: relative;
    width: 100%;
    height: 180px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    background-color: #fff; }
  #HarAnbefalTillaeg .smallprodcontainer .prodheader, #ErStykListe .smallprodcontainer .prodheader, #HarForslagErstat .smallprodcontainer .prodheader {
    position: absolute;
    top: 3px;
    left: 3px;
    float: left;
    width: 100%; }
    #HarAnbefalTillaeg .smallprodcontainer .prodheader .demovareIcon, #ErStykListe .smallprodcontainer .prodheader .demovareIcon, #HarForslagErstat .smallprodcontainer .prodheader .demovareIcon {
      right: 2px;
      top: 2px;
      opacity: 0.85; }
      #HarAnbefalTillaeg .smallprodcontainer .prodheader .demovareIcon:hover, #ErStykListe .smallprodcontainer .prodheader .demovareIcon:hover, #HarForslagErstat .smallprodcontainer .prodheader .demovareIcon:hover {
        opacity: 1; }
      #HarAnbefalTillaeg .smallprodcontainer .prodheader .demovareIcon img, #ErStykListe .smallprodcontainer .prodheader .demovareIcon img, #HarForslagErstat .smallprodcontainer .prodheader .demovareIcon img {
        width: 60px; }
  #HarAnbefalTillaeg .smallprodcontainer .proditemno, #ErStykListe .smallprodcontainer .proditemno, #HarForslagErstat .smallprodcontainer .proditemno {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-bottom: 2px;
    text-align: right;
    background: white;
    color: #666666;
    font: 9px Verdana; }
  #HarAnbefalTillaeg .smallprodcontainer .proddesc, #ErStykListe .smallprodcontainer .proddesc, #HarForslagErstat .smallprodcontainer .proddesc {
    position: relative;
    padding: 5px;
    width: auto;
    height: 50px;
    text-align: left;
    color: #000000;
    font: 12px Verdana;
    overflow: hidden;
    border-top: 1px solid #efefef;
    -webkit-transition: background-color 200ms ease, border-color 200ms ease;
    -moz-transition: background-color 200ms ease, border-color 200ms ease;
    transition: background-color 200ms ease, border-color 200ms ease; }
  #HarAnbefalTillaeg .smallprodcontainer .proddesc a, #HarAnbefalTillaeg .smallprodcontainer .proddesc a:hover, #ErStykListe .smallprodcontainer .proddesc a, #ErStykListe .smallprodcontainer .proddesc a:hover, #HarForslagErstat .smallprodcontainer .proddesc a, #HarForslagErstat .smallprodcontainer .proddesc a:hover {
    text-decoration: none;
    color: #000; }
  #HarAnbefalTillaeg .smallprodcontainer .InstockBtn, #ErStykListe .smallprodcontainer .InstockBtn, #HarForslagErstat .smallprodcontainer .InstockBtn {
    padding: 3px 5px 0px; }
    #HarAnbefalTillaeg .smallprodcontainer .InstockBtn .stockstatus-icon, #ErStykListe .smallprodcontainer .InstockBtn .stockstatus-icon, #HarForslagErstat .smallprodcontainer .InstockBtn .stockstatus-icon {
      text-align: center;
      width: 20%;
      padding: 6px; }
    #HarAnbefalTillaeg .smallprodcontainer .InstockBtn .stockstatus-text, #ErStykListe .smallprodcontainer .InstockBtn .stockstatus-text, #HarForslagErstat .smallprodcontainer .InstockBtn .stockstatus-text {
      width: 80%;
      text-align: left;
      font-size: 13px; }
  #HarAnbefalTillaeg .smallprodcontainer .oldprice, #ErStykListe .smallprodcontainer .oldprice, #HarForslagErstat .smallprodcontainer .oldprice {
    color: #666;
    font-size: 12px;
    text-decoration: line-through; }
  #HarAnbefalTillaeg .smallprodcontainer .price, #ErStykListe .smallprodcontainer .price, #HarForslagErstat .smallprodcontainer .price {
    color: black;
    font-size: 15px; }
  #HarAnbefalTillaeg .smallprodcontainer .buybutton, #ErStykListe .smallprodcontainer .buybutton, #HarForslagErstat .smallprodcontainer .buybutton {
    min-width: 82px; }
  #HarAnbefalTillaeg .smallprodcontainer .pricecontainer, #ErStykListe .smallprodcontainer .pricecontainer, #HarForslagErstat .smallprodcontainer .pricecontainer {
    position: relative;
    padding: 5px;
    width: auto;
    height: 45px;
    text-align: left;
    border-top: 1px solid #efefef;
    -webkit-transition: background-color 200ms ease, border-color 200ms ease;
    -moz-transition: background-color 200ms ease, border-color 200ms ease;
    transition: background-color 200ms ease, border-color 200ms ease; }
    #HarAnbefalTillaeg .smallprodcontainer .pricecontainer .buybutton, #ErStykListe .smallprodcontainer .pricecontainer .buybutton, #HarForslagErstat .smallprodcontainer .pricecontainer .buybutton {
      width: auto;
      text-align: right; }
      #HarAnbefalTillaeg .smallprodcontainer .pricecontainer .buybutton.mobile:after, #ErStykListe .smallprodcontainer .pricecontainer .buybutton.mobile:after, #HarForslagErstat .smallprodcontainer .pricecontainer .buybutton.mobile:after {
        opacity: 0;
        -webkit-transform: scaleX(-1) rotate(135deg);
        -moz-transform: scaleX(-1) rotate(135deg);
        -ms-transform: scaleX(-1) rotate(135deg);
        -o-transform: scaleX(-1) rotate(135deg);
        transform: scaleX(-1) rotate(135deg);
        -moz-transform-origin: left, top;
        -ms-transform-origin: left, top;
        -o-transform-origin: left, top;
        -webkit-transform-origin: left, top;
        transform-origin: left, top;
        border-right: 4px solid #4eae4c;
        border-top: 4px solid #4eae4c;
        content: '';
        display: block;
        height: 20px;
        width: 10px;
        left: 0px;
        position: absolute;
        top: 3px;
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        transition: opacity 0.4s; }
      #HarAnbefalTillaeg .smallprodcontainer .pricecontainer .buybutton.mobile.active:after, #ErStykListe .smallprodcontainer .pricecontainer .buybutton.mobile.active:after, #HarForslagErstat .smallprodcontainer .pricecontainer .buybutton.mobile.active:after {
        opacity: 1;
        -webkit-transform: scaleX(-1) rotate(135deg);
        -moz-transform: scaleX(-1) rotate(135deg);
        -ms-transform: scaleX(-1) rotate(135deg);
        -o-transform: scaleX(-1) rotate(135deg);
        transform: scaleX(-1) rotate(135deg);
        -moz-transform-origin: left, top;
        -ms-transform-origin: left, top;
        -o-transform-origin: left, top;
        -webkit-transform-origin: left, top;
        transform-origin: left, top;
        border-right: 4px solid #4eae4c;
        border-top: 4px solid #4eae4c;
        content: '';
        display: block;
        height: 20px;
        left: 0px;
        position: absolute;
        top: 3px;
        width: 10px;
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        transition: opacity 0.4s; }
    #HarAnbefalTillaeg .smallprodcontainer .pricecontainer .pris, #ErStykListe .smallprodcontainer .pricecontainer .pris, #HarForslagErstat .smallprodcontainer .pricecontainer .pris {
      width: auto;
      text-align: left;
      line-height: 15px;
      display: table;
      height: 30px; }
      #HarAnbefalTillaeg .smallprodcontainer .pricecontainer .pris a, #ErStykListe .smallprodcontainer .pricecontainer .pris a, #HarForslagErstat .smallprodcontainer .pricecontainer .pris a {
        display: table-cell;
        vertical-align: bottom; }
        #HarAnbefalTillaeg .smallprodcontainer .pricecontainer .pris a .strFoerPris, #ErStykListe .smallprodcontainer .pricecontainer .pris a .strFoerPris, #HarForslagErstat .smallprodcontainer .pricecontainer .pris a .strFoerPris {
          text-decoration: line-through;
          font-size: 12px; }
        #HarAnbefalTillaeg .smallprodcontainer .pricecontainer .pris a .StrPris, #ErStykListe .smallprodcontainer .pricecontainer .pris a .StrPris, #HarForslagErstat .smallprodcontainer .pricecontainer .pris a .StrPris {
          font-size: 14px; }

.ness .nesscon {
  margin: 0; }

.ness .ImageDiv {
  width: 100%;
  height: 100px;
  text-align: center;
  margin-bottom: 10px; }

.ness .AutoInfo {
  width: 100%; }

.ness .headlineandoptions {
  min-height: 20px;
  height: auto;
  width: 100%; }

.ness .btnwrapper {
  min-height: 30px;
  text-align: right;
  margin-top: 5px;
  width: 49%;
  float: right; }

.ness .priceoptions {
  margin-top: 5px;
  width: 49%;
  min-height: 30px;
  float: left; }

.ness .StrPris {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold; }

.ness .btn-yes {
  padding-left: 7px;
  padding-right: 7px; }

.ness .varenr {
  color: #666;
  font-size: 11px; }

.ness .FraightBtn, .prodcontainer .FraightBtn {
  padding-right: 5px;
  margin-top: 15px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#tilbehoerModal .product-buy .hand {
  position: relative;
  display: block;
  height: 50px; }
  #tilbehoerModal .product-buy .hand:after {
    opacity: 0;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left, top;
    -ms-transform-origin: left, top;
    -o-transform-origin: left, top;
    -webkit-transform-origin: left, top;
    transform-origin: left, top;
    border-right: 4px solid #4eae4c;
    border-top: 4px solid #4eae4c;
    content: '';
    display: block;
    height: 20px;
    width: 10px;
    left: 50px;
    position: absolute;
    top: 6px;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s; }
  #tilbehoerModal .product-buy .hand.active:after {
    opacity: 1;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left, top;
    -ms-transform-origin: left, top;
    -o-transform-origin: left, top;
    -webkit-transform-origin: left, top;
    transform-origin: left, top;
    border-right: 4px solid #4eae4c;
    border-top: 4px solid #4eae4c;
    content: '';
    display: block;
    height: 20px;
    left: 50px;
    position: absolute;
    top: 6px;
    width: 10px;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s; }

@media only screen and (max-width: 767px) {
  .prisinfo .W100 {
    margin-top: 20px !important; }
  .prodcontainer.list {
    height: 260px; }
    .prodcontainer.list .prodimgcontainer {
      float: left; }
    .prodcontainer.list .proddesc {
      height: 30px;
      float: left;
      margin-top: 10px; }
      .prodcontainer.list .proddesc a {
        font-size: 15px; }
  #tabs ul li a {
    padding: 10px;
    font-size: 19px !important; }
  #tilbehoerModal {
    z-index: 1501; }
    #tilbehoerModal table.table .smallprodcontainer {
      background-color: #fff;
      border: 0px solid transparent;
      border-bottom: 2px solid #e6e6e6;
      margin: 0px 0px 10px;
      width: 100%;
      min-height: 80px;
      max-height: 80px; }
      #tilbehoerModal table.table .smallprodcontainer td {
        border: 0px; }
        #tilbehoerModal table.table .smallprodcontainer td.product-image {
          width: 100%;
          display: block;
          text-align: center; }
        #tilbehoerModal table.table .smallprodcontainer td.product-description {
          width: 100%;
          display: block; }
        #tilbehoerModal table.table .smallprodcontainer td.product-buy {
          width: 100%;
          text-align: right;
          display: inline-block; }
          #tilbehoerModal table.table .smallprodcontainer td.product-buy .pris .StrPris {
            margin-bottom: 20px;
            font-weight: bold; }
  .mobile-submenu {
    display: block;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    background-color: #44a3e5;
    border-radius: 2px;
    position: relative;
    color: #fff; }
    .mobile-submenu .icon {
      width: 5px;
      height: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      margin-left: 10px;
      -webkit-transform: translate(0px, 0px);
      -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      transition: all 200ms ease; }
    .mobile-submenu .title {
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      font-size: 18px;
      position: relative;
      left: 15px; }
    .mobile-submenu.active .icon {
      width: 25px;
      height: 2px;
      margin: 0; } }

@media only screen and (min-width: 768px) {
  #tilbehoerModal {
    z-index: 1501; }
    #tilbehoerModal table.table .smallprodcontainer {
      background-color: #fff;
      border: 0px solid transparent;
      border-bottom: 2px solid #e6e6e6;
      margin: 0px 0px 10px;
      width: 100%;
      min-height: 80px; }
      #tilbehoerModal table.table .smallprodcontainer td {
        border: 0px; }
        #tilbehoerModal table.table .smallprodcontainer td.product-image {
          width: 20%; }
        #tilbehoerModal table.table .smallprodcontainer td.product-description {
          width: 60%; }
        #tilbehoerModal table.table .smallprodcontainer td.product-buy {
          width: 20%;
          text-align: right; }
          #tilbehoerModal table.table .smallprodcontainer td.product-buy .pris .StrPris {
            margin-bottom: 20px;
            font-weight: bold; }
  .mobile-submenu {
    display: block;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    background-color: #44a9ef;
    background: -webkit-linear-gradient( #44a3e5, #44a3e5) left repeat;
    background: linear-gradient( #44a3e5, #44a3e5) left repeat;
    border-radius: 2px;
    position: relative;
    margin-bottom: 20px;
    color: #fff; }
    .mobile-submenu .icon {
      width: 5px;
      height: 5px;
      border-radius: 5px;
      background-color: #fff;
      display: inline-block;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      margin-left: 10px;
      -webkit-transform: translate(0px, 0px);
      -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      transition: all 200ms ease; }
      .mobile-submenu .icon:before {
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background-color: #fff;
        display: inline-block;
        content: "";
        position: absolute;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        transition: all 200ms ease;
        -webkit-transform: translate(-10px, 0px);
        -moz-transform: translate(-10px, 0px);
        -ms-transform: translate(-10px, 0px);
        -o-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px); }
      .mobile-submenu .icon:after {
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background-color: #fff;
        display: inline-block;
        content: "";
        position: absolute;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        transition: all 200ms ease;
        -webkit-transform: translate(10px, 0px);
        -moz-transform: translate(10px, 0px);
        -ms-transform: translate(10px, 0px);
        -o-transform: translate(10px, 0px);
        transform: translate(10px, 0px); }
    .mobile-submenu .title {
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      font-size: 18px;
      position: relative;
      left: 40px; }
    .mobile-submenu .arrow {
      background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-top.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 5px;
      top: 15px;
      display: none; }
    .mobile-submenu.active .icon {
      width: 25px;
      height: 2px;
      margin: 0; }
      .mobile-submenu.active .icon:before {
        -webkit-transform: translate(5px, -12px) rotate(45deg);
        -moz-transform: translate(5px, -12px) rotate(45deg);
        -ms-transform: translate(5px, -12px) rotate(45deg);
        -o-transform: translate(5px, -12px) rotate(45deg);
        transform: translate(5px, -12px) rotate(45deg);
        width: 2px;
        height: 16px; }
      .mobile-submenu.active .icon:after {
        -webkit-transform: translate(5px, -2px) rotate(-45deg);
        -moz-transform: translate(5px, -2px) rotate(-45deg);
        -ms-transform: translate(5px, -2px) rotate(-45deg);
        -o-transform: translate(5px, -2px) rotate(-45deg);
        transform: translate(5px, -2px) rotate(-45deg);
        width: 2px;
        height: 16px; }
    .mobile-submenu.active .arrow {
      background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-bottom.png); } }

@media (min-width: 992px) {
  .prodcontainer.list {
    height: 120px; }
  .mobile-submenu {
    display: none; } }

@-webkit-keyframes animateCheck {
  0% {
    -webkit-transform: rotate(135deg) scale(1);
    -moz-transform: rotate(135deg) scale(1);
    -ms-transform: rotate(135deg) scale(1);
    -o-transform: rotate(135deg) scale(1);
    transform: rotate(135deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(135deg) scale(15);
    -moz-transform: rotate(135deg) scale(15);
    -ms-transform: rotate(135deg) scale(15);
    -o-transform: rotate(135deg) scale(15);
    transform: rotate(135deg) scale(15);
    opacity: 0; } }

@-moz-keyframes animateCheck {
  0% {
    -webkit-transform: rotate(135deg) scale(1);
    -moz-transform: rotate(135deg) scale(1);
    -ms-transform: rotate(135deg) scale(1);
    -o-transform: rotate(135deg) scale(1);
    transform: rotate(135deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(135deg) scale(15);
    -moz-transform: rotate(135deg) scale(15);
    -ms-transform: rotate(135deg) scale(15);
    -o-transform: rotate(135deg) scale(15);
    transform: rotate(135deg) scale(15);
    opacity: 0; } }

@keyframes animateCheck {
  0% {
    -webkit-transform: rotate(135deg) scale(1);
    -moz-transform: rotate(135deg) scale(1);
    -ms-transform: rotate(135deg) scale(1);
    -o-transform: rotate(135deg) scale(1);
    transform: rotate(135deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(135deg) scale(15);
    -moz-transform: rotate(135deg) scale(15);
    -ms-transform: rotate(135deg) scale(15);
    -o-transform: rotate(135deg) scale(15);
    transform: rotate(135deg) scale(15);
    opacity: 0; } }

@-webkit-keyframes animateProductToCart {
  0% {
    -webkit-transform: rotate(135deg) scale(1);
    -moz-transform: rotate(135deg) scale(1);
    -ms-transform: rotate(135deg) scale(1);
    -o-transform: rotate(135deg) scale(1);
    transform: rotate(135deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(135deg) scale(4);
    -moz-transform: rotate(135deg) scale(4);
    -ms-transform: rotate(135deg) scale(4);
    -o-transform: rotate(135deg) scale(4);
    transform: rotate(135deg) scale(4);
    opacity: 0; } }

@-moz-keyframes animateProductToCart {
  0% {
    -webkit-transform: rotate(135deg) scale(1);
    -moz-transform: rotate(135deg) scale(1);
    -ms-transform: rotate(135deg) scale(1);
    -o-transform: rotate(135deg) scale(1);
    transform: rotate(135deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(135deg) scale(4);
    -moz-transform: rotate(135deg) scale(4);
    -ms-transform: rotate(135deg) scale(4);
    -o-transform: rotate(135deg) scale(4);
    transform: rotate(135deg) scale(4);
    opacity: 0; } }

@keyframes animateProductToCart {
  0% {
    -webkit-transform: rotate(135deg) scale(1);
    -moz-transform: rotate(135deg) scale(1);
    -ms-transform: rotate(135deg) scale(1);
    -o-transform: rotate(135deg) scale(1);
    transform: rotate(135deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(135deg) scale(4);
    -moz-transform: rotate(135deg) scale(4);
    -ms-transform: rotate(135deg) scale(4);
    -o-transform: rotate(135deg) scale(4);
    transform: rotate(135deg) scale(4);
    opacity: 0; } }

@media only screen and (min-width: 767px) {
  .product-presentation {
    margin-bottom: 4vh; } }

.ProductSection {
  margin-bottom: calc(10px + 2vh + 1vw);
  display: block;
  clear: both;
  /* TODO: Added for prototype purposes, must be included in theme styles when its approved (MVN) */ }
  .ProductSection:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 766px) {
    .ProductSection .ProductSection__content {
      font-size: 12px; } }
  .ProductSection .ProductSection__content ul {
    list-style: initial;
    list-style-type: initial; }
  .ProductSection .ProductSection__headline {
    font-family: "Roboto", sans-serif;
    margin-top: 0;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 0.9em; }
    @media only screen and (max-width: 766px) {
      .ProductSection .ProductSection__headline {
        font-size: 24px;
        margin-bottom: 0.4em; } }
  .ProductSection table.table-bordered,
  .ProductSection table td {
    border: none !important; }
  .ProductSection .infocon h1,
  .ProductSection .infocon h2,
  .ProductSection .infocon h3 {
    margin-top: 0; }
  .ProductSection details .headline,
  .ProductSection details summary {
    display: none !important; }

.ProductRecommendations {
  padding-top: 5vh;
  position: relative;
  background: #f9f9f9; }
  .ProductRecommendations:after {
    content: "";
    display: table;
    clear: both; }

/*BS 02-07-2013*/
.ssearchtip, #ssearchtip_manualbrand {
  position: relative;
  display: block;
  width: 350px;
  min-height: 20px;
  line-height: 20px;
  padding: 10px;
  margin: 5px 0 0 0;
  font-size: 14px;
  color: #666; }

#ssearchtip_manualbrand {
  border-bottom: 1px solid #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FCF8E3, endColorstr=#FBEED5);
  background-image: -o-linear-gradient(top, #FCF8E3 5%, #FBEED5 100%);
  background-image: -moz-linear-gradient(top, #FCF8E3 5%, #FBEED5 100%);
  background-image: -webkit-linear-gradient(top, #FCF8E3 5%, #FBEED5 100%);
  background-image: -ms-linear-gradient(top, #FCF8E3 5%, #FBEED5 100%);
  background-image: linear, top, #FCF8E3 5%, #FBEED5 100%;
  border-radius: 5px;
  text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
  margin-top: 15px; }

.ssearchtip:after, #ssearchtip_manualbrand:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  top: -20px;
  left: 45%; }

#ssearchtip_manualbrand:after {
  border-style: solid;
  border-color: transparent transparent #FCF8E3 transparent; }

#ssearchtip_manual {
  display: none;
  margin-right: 5px; }

#ssearchtip_manualbrand {
  width: 200px; }

.gradientGrayBottom {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eaeaea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #eaeaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eaeaea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eaeaea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eaeaea 100%);
  /* IE10+ */
  background: linear, to bottom, rgba(255, 255, 255, 0) 0%, #eaeaea 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eaeaea',GradientType=0 );
  /* IE6-8 */ }

/*bootstrap forms overwrite*/
.form-horizontal .control-group {
  margin-bottom: 5px; }

.form-horizontal .control-label {
  font-weight: bold; }

.ssearchbtn {
  float: left;
  height: 50px;
  width: 85px;
  margin: 15px 0 0 5px;
  line-height: 50px !important;
  font-size: 18px !important;
  font-weight: bold;
  display: inline-block; }

.w100 {
  width: 100%; }

/*.lpcont .lpdiv {
  background: transparent;
  width: 374px;
  height: 90px;
  margin-left: -3px;
}*/
#lpresultlist {
  line-height: 20px; }

.cartable {
  border: 1px solid #EAE7E4;
  padding: 2px;
  margin: 5px 0 0 0;
  font-size: 16px;
  color: black; }

#carsdiv {
  width: 100%;
  float: left;
  clear: both;
  padding: 10px 0 10px 0; }
  #carsdiv h2 {
    color: #355296;
    margin: 10px 0 2px 0;
    font-size: 20px !important;
    line-height: 10px;
    font-weight: normal;
    letter-spacing: -1px; }

.selecterdiv h2 {
  font-size: 20px;
  color: #355296;
  padding: 0;
  margin: 0 0 5px 0;
  font-weight: normal;
  letter-spacing: -1px; }

#searchresult {
  width: 100%;
  border-collapse: collapse;
  background-color: #efefef;
  border-spacing: 0px;
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.carinfo li, .carinfo ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

.lptcon {
  width: 47%; }

.inlineheadline {
  background-repeat: no-repeat;
  padding: 8px 0 5px 6px;
  width: 362px;
  height: 35px;
  margin: 0;
  position: relative; }

.headline100 h3, .inlineheadline h3 {
  color: #000;
  font-size: 20px !important;
  line-height: 10px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 1px 1px 1px 1px;
  margin: 0 0 10px 0; }

.headline100 {
  background-repeat: no-repeat;
  padding: 8px 0 5px 6px;
  width: 100%;
  height: 35px;
  margin: 0;
  position: relative;
  z-index: 1; }

#submenucon {
  display: block;
  width: 100%;
  clear: both;
  position: initial;
  margin-bottom: 18px; }

.minilicensecon {
  position: absolute;
  right: 2px;
  width: 118px;
  top: 5px;
  line-height: normal; }

.minilicense {
  position: absolute; }

.minilicensetxt {
  position: absolute;
  font-size: 16px;
  width: 102px;
  margin-left: 15px;
  top: 5px;
  font-weight: bold;
  color: black;
  text-shadow: none; }

.loading {
  cursor: wait; }

body.wait, body.wait * {
  cursor: wait; }

/* forms */
#dataform select {
  font-size: 18px; }

#dataform td {
  color: #666;
  font-size: 14px;
  font-weight: bold; }

/* products */
.prodlistcontainer {
  width: 100%;
  margin: 0;
  padding: 0; }
  .prodlistcontainer ul {
    padding: 0;
    list-style-type: none; }
    .prodlistcontainer ul:first-child {
      margin: 3px 0 10px 3px !important; }

.prodlistheadline {
  padding: 5px 0px 0px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  border-bottom: 3px solid #00529c;
  font-weight: bold; }
  .prodlistheadline a {
    text-decoration: none;
    color: #000;
    padding-top: 70px; }

.prodlistprod .offer span {
  line-height: normal; }

.pantwrapper {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 5px;
  /*margin-bottom: 20px; */
  width: auto;
  height: auto;
  font: 12px Verdana;
  display: block;
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7; }

/*.groupproducts .pricebtnwrapper {
  position: relative;
  bottom: 10px;

  .price-content {
    text-align: right;
    margin-bottom: 10px;

    .price {
      display: inline-block;
      margin-bottom: 5px;
    }

    .buy-button {
      display: inline-block;
    }
  }
}*/
.priceandoptions {
  position: relative; }
  .priceandoptions .pricebtnwrapper {
    position: relative; }
    .priceandoptions .pricebtnwrapper .price-content {
      text-align: right;
      margin-bottom: 0px; }
      .priceandoptions .pricebtnwrapper .price-content .price {
        display: block;
        margin-bottom: 5px; }
      .priceandoptions .pricebtnwrapper .price-content .buy-button {
        display: inline-block; }

.buybtnwrapper {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0; }

.InstockBtnTID {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #cdcdcd;
  color: #8f8e8e;
  padding: 3px;
  margin: 5px 3px 0 0;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.FraightBtn {
  margin-top: 16px;
  padding-right: 5px;
  float: initial; }

.prodlistcontainer .offer {
  padding: 1px 1px 1px 0;
  float: initial; }

.AutoPartList li {
  list-style-type: none; }
  .AutoPartList li table {
    width: 99%;
    margin: 5px 3px 0px 0px;
    padding: 2px 2px 2px 2px;
    background-color: #ffffff;
    border: 1px solid #cccccc; }

.AutoPartList .Head2li {
  margin-top: 10px; }

.AutoPartList .itemImg {
  text-align: center;
  width: 10%; }

.AutoPartList .itemInfo {
  font-size: 12px;
  line-height: 18px;
  width: 73%; }
  .AutoPartList .itemInfo span {
    color: #666; }

.AutoPartList .itemPrice {
  font-size: 12px;
  text-align: center;
  width: 16%; }
  .AutoPartList .itemPrice .Pris {
    color: #f00;
    font-weight: bold; }

.pricebtnwrapper .strFoerPris {
  font-size: 10px;
  text-decoration: line-through; }

.groupproducts .Head2li:nth-child(1) {
  margin-top: 0; }

#TempBigImg {
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid black;
  background-color: white;
  z-index: 1200;
  /*display:none;*/ }

.buy {
  background-color: lightblue;
  border-radius: 20px;
  padding: 6px 10px 6px 10px;
  border-top: 1px solid #8cbdce;
  border-left: 1px solid #8cbdce;
  border-right: 1px solid #5c90a5;
  border-bottom: 1px solid #5c90a5;
  color: white;
  font-family: helvetica;
  font-weight: bold;
  font-size: 15px;
  background: #7db9e8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7db9e8 0%, #72acd3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(100%, #72acd3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7db9e8 0%, #72acd3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7db9e8 0%, #72acd3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7db9e8 0%, #72acd3 100%);
  /* IE10+ */
  background: linear, to bottom, #7db9e8 0%, #72acd3 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#72acd3',GradientType=0 );
  /* IE6-9 */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px #5c90a5; }
  .buy .buy1 {
    padding: 6px 2px 6px 2px;
    border-right: 1px solid #8cbdce; }
  .buy .buy2 {
    padding: 6px 2px 6px 2px;
    border-left: 1px solid #5c90a5; }

.guideBut {
  width: 195px;
  height: 66px;
  border-bottom: 1px solid #ccc;
  float: left; }

#rightFloater {
  float: right;
  /*Yderligere i gstyle.css for responsive*/ }

#groupButtons {
  float: left;
  width: 765px; }

#unithg {
  width: 185px;
  float: left;
  background-image: url(//cdn.thg.dk/DAT/img_label/autoreservedele-universal.jpg);
  height: 120px; }

#unithg > a {
  margin-top: 84px; }

.select2-container {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border: 0 solid transparent; }
  .select2-container.select2-dropdown-open {
    background: transparent;
    border: 0; }
    .select2-container.select2-dropdown-open .select2-choice {
      box-shadow: none; }
  .select2-container .select2-choice, .select2-container .select2-selection {
    padding: 7px 15px;
    height: 40px;
    color: #fff;
    border: 0px solid transparent; }
    .select2-container .select2-choice .select2-chosen, .select2-container .select2-choice .select2-selection__placeholder, .select2-container .select2-choice .select2-selection__rendered, .select2-container .select2-selection .select2-chosen, .select2-container .select2-selection .select2-selection__placeholder, .select2-container .select2-selection .select2-selection__rendered {
      padding: 0px;
      margin: 0px;
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      -webkit-transition: color 0.4s;
      -moz-transition: color 0.4s;
      transition: color 0.4s; }
    .select2-container .select2-choice .select2-arrow, .select2-container .select2-choice .select2-selection__arrow, .select2-container .select2-selection .select2-arrow, .select2-container .select2-selection .select2-selection__arrow {
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
      background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-right.svg);
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 14px;
      border: 0 solid transparent;
      width: 40px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
      .select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice .select2-selection__arrow b, .select2-container .select2-selection .select2-arrow b, .select2-container .select2-selection .select2-selection__arrow b {
        display: none; }
    .select2-container .select2-choice .select2-selection__arrow, .select2-container .select2-selection .select2-selection__arrow {
      top: 8px; }
  .select2-container.select2-container-disabled {
    opacity: 0.7;
    display: none; }
    .select2-container.select2-container-disabled .select2-chosen {
      color: #111 !important; }
    .select2-container.select2-container-disabled .select2-choice {
      border: 0px solid transparent;
      border-radius: 3px; }

@media only screen and (min-width: 1280px) {
  #unithg {
    background-position: 0 -20px;
    background-repeat: initial initial;
    border-top: 1px solid #ccc;
    /*height: 52px;*/ }
  #rightFloater, .rightFloater {
    width: 260px; }
  .rightFloater {
    float: right; }
  #rightFloater #unithg {
    background-position: 50% 50%;
    height: 120px;
    width: 196px;
    border-top: 0;
    background-repeat: no-repeat; }
  #rightFloater .GC2 .TxtBG {
    top: 69px; } }

@media only screen and (max-width: 1280px) {
  #synsrapportlink {
    display: none; }
  #rightFloater {
    padding-top: 5px;
    width: 100%;
    display: block; }
  #rightFloater .GC2 {
    background-position: 0 0;
    height: 62px;
    border-top: 0; }
  #rightFloater .GC2 .TxtBG {
    top: 19px; } }

/* ++++++++++ TOP + TOPBAR +++++++++++++ */
#TopBarContainer {
  border: 0;
  background-color: #fff;
  width: auto;
  height: 110px;
  margin: 0; }
  #TopBarContainer .TopBarHolder {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1050;
    position: absolute;
    border-bottom: 0;
    -webkit-transition: height 0s ease-in;
    -moz-transition: height 0s ease-in;
    transition: height 0s ease-in; }
    #TopBarContainer .TopBarHolder.sticky-top {
      position: fixed;
      top: 0px;
      height: 70px;
      box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
      -webkit-transition: height 0.15s ease-in-out;
      -moz-transition: height 0.15s ease-in-out;
      transition: height 0.15s ease-in-out; }
      #TopBarContainer .TopBarHolder.sticky-top #varekurvholder {
        margin-top: 0px !important; }
      #TopBarContainer .TopBarHolder.sticky-top .headerIcon a {
        margin-top: 0; }
      #TopBarContainer .TopBarHolder.sticky-top .headerIcon.hideOnScroll {
        display: none; }
    #TopBarContainer .TopBarHolder #TopBar {
      position: relative;
      text-align: left;
      float: none; }
      #TopBarContainer .TopBarHolder #TopBar #TopBarSearch {
        text-align: center;
        float: left;
        position: relative;
        width: 100%; }
        #TopBarContainer .TopBarHolder #TopBar #TopBarSearch .input-append {
          width: 100%;
          max-width: 360px; }
        #TopBarContainer .TopBarHolder #TopBar #TopBarSearch .search-con {
          display: block;
          position: relative; }
          #TopBarContainer .TopBarHolder #TopBar #TopBarSearch .search-con i {
            font-size: 18px; }
          #TopBarContainer .TopBarHolder #TopBar #TopBarSearch .search-con input {
            height: 40px;
            padding-right: 35px;
            background-color: #fff;
            border: 2px solid #ccc;
            border-radius: 50px;
            font-size: 16px; }
          #TopBarContainer .TopBarHolder #TopBar #TopBarSearch .search-con .btn-search {
            position: absolute;
            top: 1px;
            right: 0px;
            background-color: transparent;
            border: 0px solid transparent;
            width: 39px;
            height: 40px;
            color: #000;
            padding: 10px; }
    #TopBarContainer .TopBarHolder .search-container {
      position: absolute;
      display: block;
      top: -160px;
      left: 0px;
      z-index: 1;
      width: 100%;
      padding: 10px;
      height: 50px;
      transition: top 500ms ease-in; }
      #TopBarContainer .TopBarHolder .search-container.visible {
        top: 50px;
        transition: top 500ms ease-out; }
      #TopBarContainer .TopBarHolder .search-container i {
        font-size: 18px; }
      #TopBarContainer .TopBarHolder .search-container input {
        position: absolute;
        left: 0px;
        top: 0px;
        width: calc(100% - 20px);
        height: 40px;
        margin-left: 10px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 35px;
        background-color: #fff;
        font-size: 16px;
        border-radius: 1px !important;
        border: 0px solid transparent; }
      #TopBarContainer .TopBarHolder .search-container .btn-search {
        position: absolute;
        top: 0px;
        right: 10px;
        background-color: transparent;
        border: 0px solid transparent;
        width: 39px;
        height: 40px;
        color: #000;
        padding: 10px; }
    #TopBarContainer .TopBarHolder .se-ca {
      display: inline-block; }
      #TopBarContainer .TopBarHolder .se-ca li {
        width: 100%; }
    #TopBarContainer .TopBarHolder .headerIcons .headerIcon {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        #TopBarContainer .TopBarHolder .headerIcons .headerIcon {
          display: none; } }
      #TopBarContainer .TopBarHolder .headerIcons .headerIcon a {
        color: #fff; }
        #TopBarContainer .TopBarHolder .headerIcons .headerIcon a i {
          color: #00529c; }
        #TopBarContainer .TopBarHolder .headerIcons .headerIcon a span {
          color: #000;
          display: block;
          font-size: 12px; }
    #TopBarContainer .TopBarHolder #varekurvholder {
      float: right;
      position: relative; }
      #TopBarContainer .TopBarHolder #varekurvholder #varekurv {
        height: 90px;
        overflow: hidden;
        border: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: "Roboto", sans-serif;
        color: #fff;
        text-decoration: none;
        float: right; }
        #TopBarContainer .TopBarHolder #varekurvholder #varekurv a:hover {
          text-decoration: none; }
        #TopBarContainer .TopBarHolder #varekurvholder #varekurv #varekurvicon {
          position: relative;
          height: 34px;
          display: inline-block;
          float: left; }
          #TopBarContainer .TopBarHolder #varekurvholder #varekurv #varekurvicon img {
            height: 20px;
            width: 20px;
            margin: 0;
            opacity: 0.7; }
          #TopBarContainer .TopBarHolder #varekurvholder #varekurv #varekurvicon .cart-icon {
            font-size: 24px;
            width: 24px;
            height: 24px;
            color: #00529c; }
          #TopBarContainer .TopBarHolder #varekurvholder #varekurv #varekurvicon #varekurvnum {
            position: absolute;
            float: right;
            top: -8px;
            right: -10px;
            line-height: 12px;
            padding: 2px 4px 2px 4px !important;
            font-weight: bold;
            font-size: 11px;
            color: #000;
            background-color: green;
            border: 2px solid white;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            border-collapse: collapse;
            text-align: center;
            width: auto;
            -webkit-box-shadow: 0 0 0 1px #CCCCCC, -2px 3px 3px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0 0 0 1px #CCCCCC, -2px 3px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 1px #CCCCCC, -2px 3px 3px rgba(0, 0, 0, 0.15); }
            @media only screen and (max-width: 766px) {
              #TopBarContainer .TopBarHolder #varekurvholder #varekurv #varekurvicon #varekurvnum {
                color: #fff; } }
        #TopBarContainer .TopBarHolder #varekurvholder #varekurv #varekurvtotal {
          float: left;
          height: 34px;
          text-align: right;
          margin-right: -4px;
          margin-left: 15px;
          padding: 7px 10px;
          color: #000;
          font-weight: normal;
          min-width: 70px;
          font-family: "Roboto", sans-serif;
          font-size: 16px; }
          @media only screen and (max-width: 766px) {
            #TopBarContainer .TopBarHolder #varekurvholder #varekurv #varekurvtotal {
              color: #fff; } }
        #TopBarContainer .TopBarHolder #varekurvholder #varekurv button {
          display: block;
          float: left; }
          #TopBarContainer .TopBarHolder #varekurvholder #varekurv button:hover {
            text-decoration: none; }
      #TopBarContainer .TopBarHolder #varekurvholder #varekurvdrop {
        position: absolute;
        float: right;
        background: #fff;
        color: #666;
        font-size: 16px;
        z-index: 999;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px 2px;
        padding: 10px;
        text-align: center;
        right: 100%;
        top: 10px; }

.delivery-price {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  width: 100%;
  color: #000;
  margin: 0px;
  position: relative;
  top: -3px; }
  @media only screen and (max-width: 766px) {
    .delivery-price {
      color: #fff; } }
  .delivery-price .price {
    float: right;
    margin-right: 92px;
    text-transform: capitalize; }

.fragt-container {
  z-index: 1;
  max-height: 80px;
  overflow: hidden;
  width: 300px;
  position: absolute;
  right: 7.5px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  padding: 10px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .fragt-container.active {
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all 100ms 0ms ease;
    -moz-transition: all 100ms 0ms ease;
    transition: all 100ms 0ms ease;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    max-height: 90px !important; }
    .fragt-container.active .shadow {
      opacity: 1;
      -webkit-transition: opacity 100ms 50ms ease;
      -moz-transition: opacity 100ms 50ms ease;
      transition: opacity 100ms 50ms ease; }
    .fragt-container.active.sticky {
      -webkit-transform: translateY(70px);
      -moz-transform: translateY(70px);
      -ms-transform: translateY(70px);
      -o-transform: translateY(70px);
      transform: translateY(70px); }
  .fragt-container.sticky {
    max-height: 70px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  .fragt-container .container {
    position: relative; }
  .fragt-container .shadow {
    height: 4px;
    width: 300px;
    right: 7.5px;
    position: absolute;
    top: -5px;
    z-index: 1046;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 18px 5px;
    opacity: 0;
    -webkit-transition: opacity 100ms 100ms ease;
    -moz-transition: opacity 100ms 100ms ease;
    transition: opacity 100ms 100ms ease; }
  .fragt-container #basketinfo .headline {
    text-transform: uppercase; }
  .fragt-container #basketinfo .price {
    text-transform: capitalize; }
  .fragt-container #basketinfo .focus-text {
    font-size: 14px; }
    .fragt-container #basketinfo .focus-text .remaining-amount {
      text-transform: capitalize; }
  .fragt-container #basketinfo .devider {
    margin-bottom: 5px; }

#mainNav ul.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }
  #mainNav ul.nav li {
    float: left;
    margin: auto;
    cursor: pointer;
    text-align: center; }
    #mainNav ul.nav li a {
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      text-transform: inherit;
      font-size: 16px;
      text-decoration: none; }
    #mainNav ul.nav li.tilbud a {
      padding-right: 10px; }
    #mainNav ul.nav li ul li {
      padding: 7px 0px;
      border: none !important; }

#TopBarNetShopSubMenu {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 0;
  margin: 0;
  width: 100%; }

.TopBarHolder.sticky-top #T-Logo {
  height: 30px; }

.searchInputLic {
  background-image: url(//cdn.thg.dk/DAT/dom/img/licenseplate-200x48.png);
  background-repeat: no-repeat;
  background-position: 7px -1px;
  margin: 0;
  padding: 8px; }

.searchInputLic input {
  text-transform: uppercase;
  background-color: transparent !important;
  margin-right: 90px;
  border: 0px;
  width: 30% !important;
  position: relative;
  left: 0px; }

.noBG {
  background-image: none; }

/* VAREKURV TOP */
.varekurv {
  font-weight: normal;
  position: absolute; }

.no-svg #varekurvholder #varekurv #varekurvicon .cart-icon {
  background-image: url(//cdn.thg.dk/DAT/dom/img/icon-cart-white-ie8.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  background-size: cover; }

.no-svg #leftmenu #autopartgroups.hidden {
  display: none; }

.no-svg #leftmenu #autopartgroups > div .holder {
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important; }
  .no-svg #leftmenu #autopartgroups > div .holder p {
    padding-left: 52px; }

@media only screen and (min-width: 500px) {
  #leftmenu {
    padding-left: 0; } }

@media only screen and (min-width: 500px) {
  #leftmenu nav {
    margin-top: 25px;
    margin-bottom: 100px; } }

#leftmenu nav ul.nav-stacked {
  list-style-type: disc; }
  #leftmenu nav ul.nav-stacked li a {
    padding-left: 0;
    border-radius: 0;
    margin: 0px;
    font-size: 16px;
    border: none; }
    @media only screen and (max-width: 499px) {
      #leftmenu nav ul.nav-stacked li a {
        font-size: 12px;
        padding: 7px 0px; } }
    #leftmenu nav ul.nav-stacked li a:hover, #leftmenu nav ul.nav-stacked li a:focus, #leftmenu nav ul.nav-stacked li a:active {
      background: none !important;
      color: #000; }
    #leftmenu nav ul.nav-stacked li a p {
      margin: 0;
      font-size: 18px; }
  #leftmenu nav ul.nav-stacked li ul {
    display: none;
    list-style-type: disc;
    padding-left: 18px;
    margin-bottom: 15px; }
    #leftmenu nav ul.nav-stacked li ul li {
      margin-bottom: 5px; }
      #leftmenu nav ul.nav-stacked li ul li a {
        padding: 7px 0px 7px 7px;
        font-weight: normal; }
  #leftmenu nav ul.nav-stacked.selected ul {
    display: block; }
    #leftmenu nav ul.nav-stacked.selected ul li.active a {
      text-decoration: underline;
      font-weight: bold; }
  #leftmenu nav ul.nav-stacked.selected p {
    font-weight: bold; }
  #leftmenu nav ul.nav-stacked.unfolded li ul {
    display: block; }

#leftmenu #autopartgroups {
  width: 210px;
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  height: auto; }
  #leftmenu #autopartgroups.hidden {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    height: 0px;
    visibility: hidden; }
  #leftmenu #autopartgroups.top {
    position: fixed;
    top: 60px; }
  #leftmenu #autopartgroups > div {
    background: none !important;
    background-color: #f6f6f6 !important;
    background-image: url(/skins/global/images/icon-chevron-right.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    -moz-background-size: 16px !important;
    -o-background-size: 16px !important;
    -webkit-background-size: 16px !important;
    background-size: 16px !important;
    border: 1px solid #cccccc;
    float: none;
    height: 40px;
    position: relative;
    overflow: visible;
    background-image: none;
    margin: 0px 0px 4px;
    width: 190px;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    #leftmenu #autopartgroups > div:hover {
      background-color: #fff !important; }
    #leftmenu #autopartgroups > div:nth-child(3n) {
      margin: 0px 0px 4px 0px; }
    #leftmenu #autopartgroups > div .holder {
      background: none !important; }
      #leftmenu #autopartgroups > div .holder a {
        margin-left: 0px;
        border: 0px solid transparent;
        padding-left: 0px; }
        #leftmenu #autopartgroups > div .holder a p {
          color: #000;
          padding: 0px 27px 0px 6px;
          font-size: 14px;
          line-height: 14px;
          font-weight: normal;
          font-family: Verdana, Arial;
          height: 40px;
          border-left: 0px solid #cccccc; }
          #leftmenu #autopartgroups > div .holder a p span {
            background-color: transparent;
            border: 0px solid transparent;
            -webkit-box-shadow: 0 0 0 0 transparent;
            -moz-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
            color: #444;
            top: 0px !important;
            right: 10px !important; }
    #leftmenu #autopartgroups > div#autogrp-all {
      display: none; }

#leftnetshopmenu ul.leftnetshopmenusel li.msubgrp {
  padding-top: 7px;
  padding-bottom: 7px;
  background: none;
  font-family: "Roboto", sans-serif; }
  #leftnetshopmenu ul.leftnetshopmenusel li.msubgrp ul li.msubgrp {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 19px;
    min-height: 19px; }
    #leftnetshopmenu ul.leftnetshopmenusel li.msubgrp ul li.msubgrp ul li {
      line-height: 19px;
      min-height: 19px; }

/* Breadcrumb - MET */
#bodycontent.fullwidth .breadcrumb {
  padding: 0px 0px;
  border-radius: 0px;
  background: none; }

.breadcrumb {
  padding: 0px;
  margin-bottom: 5px;
  background-color: #fff; }

.breadcrumb ul {
  margin: 0px;
  display: inline-block;
  padding-left: 9px; }

.breadcrumb ul li {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  line-height: 12px; }

.breadcrumb ul li a {
  color: #333;
  font-family: "Roboto", sans-serif; }

.breadcrumb ul li.home i {
  font-size: 14px;
  line-height: 12px; }

.breadcrumb ul li.home:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105"; }

.breadcrumb ul li.sep:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105"; }

.breadcrumb ul li.sep:last-child {
  display: none; }

.black-friday #topbarusp ul li a {
  color: #000; }
  .black-friday #topbarusp ul li a.black-friday {
    background-color: #ff0;
    padding: 2px 6px;
    position: relative;
    top: -2px; }

.black-friday ul li a {
  color: #eaeaea; }

/* Breadcrumb - MET */
.no-csstransitions #customerServiceBox.full {
  background-image: none; }

#customerServiceBox {
  position: fixed;
  right: -225px;
  bottom: 30%;
  z-index: 90;
  -webkit-transition: right 200ms ease 400ms, z-index 0ms 600ms;
  -moz-transition: right 200ms ease 400ms, z-index 0ms 600ms;
  transition: right 200ms ease 400ms, z-index 0ms 600ms; }
  #customerServiceBox.full {
    right: 0px;
    -webkit-transition: right 200ms ease;
    -moz-transition: right 200ms ease;
    transition: right 200ms ease;
    z-index: 101; }
  #customerServiceBox a {
    width: 60px;
    height: 60px;
    margin: 0 auto; }
    #customerServiceBox a.top-link {
      display: inline-block;
      float: left; }
    #customerServiceBox a:hover {
      text-decoration: none; }
  #customerServiceBox .icon-customerservice {
    background-image: url(//cdn.thg.dk/DAT/dom/img/png/icon-kundeservice-chat-64.png);
    background-color: #00b1e7;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 auto;
    padding: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative; }
  #customerServiceBox .text {
    background-color: #00b1e7;
    padding: 7px 10px 6px;
    float: left; }
    #customerServiceBox .text a p {
      margin: 0px;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      margin-top: 3px; }
      #customerServiceBox .text a p.bold {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: bold; }

.groupCon .service-center {
  background-image: url(//cdn.thg.dk/DAT/dom/img/png/icon-kundeservice-gray.png);
  background-position: 0px 10px;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  -webkit-background-size: 32px;
  background-size: 32px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  padding: 5px 5px 0px 40px;
  margin-bottom: 10px;
  position: relative; }
  .groupCon .service-center p {
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 14px; }
    .groupCon .service-center p.head {
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      color: #444;
      font-weight: bold; }
  .groupCon .service-center .chat {
    display: inline-block;
    margin-top: 0px;
    margin-left: 20px;
    position: absolute;
    right: 10px;
    top: 6px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 7px; }
  .groupCon .service-center ul {
    margin-top: -1px; }
    .groupCon .service-center ul li {
      display: inline-block;
      margin-right: 10px;
      color: #777; }
      .groupCon .service-center ul li a {
        text-decoration: underline;
        cursor: pointer;
        color: #777; }

/* Product overview - MET */
#groupselect ul, #udstyr ul, #daekfaelge ul, #reservedele ul {
  width: 100%;
  float: left;
  margin: 0 0 40px 0;
  padding: 0px; }
  #groupselect ul .category, #udstyr ul .category, #daekfaelge ul .category, #reservedele ul .category {
    margin-top: 10px;
    margin-bottom: 10px; }
    #groupselect ul .category > a, #udstyr ul .category > a, #daekfaelge ul .category > a, #reservedele ul .category > a {
      background-color: #ffffff;
      overflow: hidden;
      display: block;
      position: relative;
      height: 100%; }
      #groupselect ul .category > a .binfo, #udstyr ul .category > a .binfo, #daekfaelge ul .category > a .binfo, #reservedele ul .category > a .binfo {
        background-image: url(//cdn.thg.dk/DAT/dom/img/new-item.png);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 0px;
        width: 80px;
        z-index: 10;
        height: 80px;
        text-indent: -999em; }
      #groupselect ul .category > a .img, #udstyr ul .category > a .img, #daekfaelge ul .category > a .img, #reservedele ul .category > a .img {
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 132px;
        margin-top: 10px; }
      #groupselect ul .category > a .title, #udstyr ul .category > a .title, #daekfaelge ul .category > a .title, #reservedele ul .category > a .title {
        height: 50px;
        background-color: #efefef;
        display: block; }
        #groupselect ul .category > a .title:hover p, #udstyr ul .category > a .title:hover p, #daekfaelge ul .category > a .title:hover p, #reservedele ul .category > a .title:hover p {
          color: #777 !important; }
        #groupselect ul .category > a .title .title-holder, #udstyr ul .category > a .title .title-holder, #daekfaelge ul .category > a .title .title-holder, #reservedele ul .category > a .title .title-holder {
          height: 50px;
          width: 100%;
          display: table; }
          #groupselect ul .category > a .title .title-holder p, #udstyr ul .category > a .title .title-holder p, #daekfaelge ul .category > a .title .title-holder p, #reservedele ul .category > a .title .title-holder p {
            font-size: 16px;
            line-height: 16px;
            margin: 0px;
            vertical-align: middle;
            color: #000;
            padding: 0px 5px;
            display: table-cell;
            font-family: "Roboto", sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            -webkit-transition: color 0.2s;
            -moz-transition: color 0.2s;
            transition: color 0.2s; }
    #groupselect ul .category .subcategories, #udstyr ul .category .subcategories, #daekfaelge ul .category .subcategories, #reservedele ul .category .subcategories {
      padding: 10px 10px 20px;
      display: inline-block; }
      #groupselect ul .category .subcategories ul, #udstyr ul .category .subcategories ul, #daekfaelge ul .category .subcategories ul, #reservedele ul .category .subcategories ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        height: 98px;
        overflow: hidden; }
        #groupselect ul .category .subcategories ul li, #udstyr ul .category .subcategories ul li, #daekfaelge ul .category .subcategories ul li, #reservedele ul .category .subcategories ul li {
          padding: 0px;
          line-height: 18px; }
          #groupselect ul .category .subcategories ul li:last-child, #udstyr ul .category .subcategories ul li:last-child, #daekfaelge ul .category .subcategories ul li:last-child, #reservedele ul .category .subcategories ul li:last-child {
            content: ""; }
          #groupselect ul .category .subcategories ul li a, #udstyr ul .category .subcategories ul li a, #daekfaelge ul .category .subcategories ul li a, #reservedele ul .category .subcategories ul li a {
            padding-right: 7px;
            display: inline-block;
            color: #000;
            text-decoration: none;
            font-size: 14px;
            padding: 0px;
            margin: 0px; }
            #groupselect ul .category .subcategories ul li a:hover, #udstyr ul .category .subcategories ul li a:hover, #daekfaelge ul .category .subcategories ul li a:hover, #reservedele ul .category .subcategories ul li a:hover {
              color: #777;
              text-decoration: underline; }
            #groupselect ul .category .subcategories ul li a p, #udstyr ul .category .subcategories ul li a p, #daekfaelge ul .category .subcategories ul li a p, #reservedele ul .category .subcategories ul li a p {
              font-size: 12px;
              padding: 0px;
              margin: 0px; }
    #groupselect ul .category.no-image, #udstyr ul .category.no-image, #daekfaelge ul .category.no-image, #reservedele ul .category.no-image {
      height: 190px; }
      #groupselect ul .category.no-image > a, #udstyr ul .category.no-image > a, #daekfaelge ul .category.no-image > a, #reservedele ul .category.no-image > a {
        height: 51px; }
        #groupselect ul .category.no-image > a .title, #udstyr ul .category.no-image > a .title, #daekfaelge ul .category.no-image > a .title, #reservedele ul .category.no-image > a .title {
          top: -1px; }
      #groupselect ul .category.no-image.no-category, #udstyr ul .category.no-image.no-category, #daekfaelge ul .category.no-image.no-category, #reservedele ul .category.no-image.no-category {
        height: 49px !important;
        border: 0px solid transparent; }
        #groupselect ul .category.no-image.no-category .title, #udstyr ul .category.no-image.no-category .title, #daekfaelge ul .category.no-image.no-category .title, #reservedele ul .category.no-image.no-category .title {
          top: 0px;
          width: 100%;
          position: relative; }
    #groupselect ul .category.no-subcategory, #udstyr ul .category.no-subcategory, #daekfaelge ul .category.no-subcategory, #reservedele ul .category.no-subcategory {
      height: 190px;
      margin: 0px 0px 20px 0px; }
      #groupselect ul .category.no-subcategory:nth-child(4n), #udstyr ul .category.no-subcategory:nth-child(4n), #daekfaelge ul .category.no-subcategory:nth-child(4n), #reservedele ul .category.no-subcategory:nth-child(4n) {
        margin-right: 0px; }
    #groupselect ul .category.category-car, #udstyr ul .category.category-car, #daekfaelge ul .category.category-car, #reservedele ul .category.category-car {
      height: 275px; }
    #groupselect ul .category.no-category, #udstyr ul .category.no-category, #daekfaelge ul .category.no-category, #reservedele ul .category.no-category {
      height: 50px;
      background-color: #cccccc; }

.prodcontainer .prodimgcontainer .prodheader .offer.new {
  background-color: transparent;
  background-image: url(//cdn.thg.dk/DAT/dom/img/new-item.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 1px;
  top: -5px;
  padding: 0px;
  margin: 0px;
  width: 80px;
  z-index: 10;
  height: 80px;
  text-indent: -999em; }
  .prodcontainer .prodimgcontainer .prodheader .offer.new span {
    display: none; }

/* Product slideshow */
#bodycontent .product-slideshow {
  display: block;
  position: relative;
  min-height: 1px;
  padding: 10px 0px;
  overflow: hidden; }
  #bodycontent .product-slideshow :hover .customNavigation a {
    background-color: #dadada;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100); }
  #bodycontent .product-slideshow #product-slider .owl-item > div {
    width: 100%; }
    #bodycontent .product-slideshow #product-slider .owl-item > div > div {
      width: 100%; }
  #bodycontent .product-slideshow #product-slider .prodcontainer {
    width: 184px; }
  #bodycontent .product-slideshow .customNavigation {
    text-align: center;
    position: absolute;
    top: 0px;
    width: 100%;
    text-indent: -999em; }
    #bodycontent .product-slideshow .customNavigation a {
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: absolute;
      height: 50px;
      width: 50px;
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center center;
      padding: 10px;
      border-radius: 50px;
      top: 130px;
      opacity: 0.3;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      background-color: #e5e5e5; }
      #bodycontent .product-slideshow .customNavigation a.prev {
        left: 5px;
        background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-right.svg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      #bodycontent .product-slideshow .customNavigation a.next {
        right: 5px;
        background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-right.svg); }
  #bodycontent .product-slideshow h5 {
    font-size: 26px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;
    color: #000;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase; }
  #bodycontent .product-slideshow:hover .customNavigation a {
    opacity: .8;
    cursor: pointer; }

#bodycontent.fullwidth .product-slideshow {
  display: block;
  position: relative;
  min-height: 1px;
  overflow: hidden; }

.no-svg .product-slideshow:hover .customNavigation a {
  background-color: transparent; }
  .no-svg .product-slideshow:hover .customNavigation a.prev {
    background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-left.png); }
  .no-svg .product-slideshow:hover .customNavigation a.next {
    background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-right.png);
    background-position: center center; }

/* ------ Magnific Popup CSS START ------ */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 50%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-height: 800px;
  height: 780px;
  max-width: 900px; }

.mfp-iframe-holder .mfp-content {
  max-width: 980px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 95%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }

@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ------ Magnific Popup CSS END ------ */
/* Car Search Tabs */
.car-search-tabs {
  margin: 20px 0px; }
  .car-search-tabs .search-description h5 {
    font-size: 26px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;
    color: #000;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase; }
  .car-search-tabs .nav-tabs {
    margin: 0px;
    border: 0px solid transparent; }
    .car-search-tabs .nav-tabs li {
      width: 50%;
      margin: 0px;
      background-color: #eeeeee;
      outline: none; }
      .car-search-tabs .nav-tabs li:hover a {
        background-color: #dadada; }
      .car-search-tabs .nav-tabs li a {
        border: 0px solid transparent;
        margin: 0px;
        -moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.4);
        outline: none; }
        .car-search-tabs .nav-tabs li a:hover {
          background-color: transparent;
          border: 0px solid transparent; }
      .car-search-tabs .nav-tabs li.active {
        background-color: #48c; }
        .car-search-tabs .nav-tabs li.active a {
          background-color: #48c;
          color: #fff;
          border: 0px solid transparent;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
  .car-search-tabs .tab-content {
    padding: 20px 21px 10px;
    background-color: #ededed;
    min-height: 90px; }
    .car-search-tabs .tab-content #lpresult {
      margin-top: 10px;
      display: inline-block; }
    .car-search-tabs .tab-content .reservedele {
      width: 368px;
      padding-top: 20px; }
      .car-search-tabs .tab-content .reservedele.active {
        height: auto;
        min-height: 200px; }
      .car-search-tabs .tab-content .reservedele #regnr .lpcont {
        width: auto; }
        .car-search-tabs .tab-content .reservedele #regnr .lpcont .lpdiv {
          float: left;
          background-image: url(//cdn.thg.dk/DAT/dom/img/licenseplate-200x48.png);
          width: 200px;
          height: 48px; }
          .car-search-tabs .tab-content .reservedele #regnr .lpcont .lpdiv input {
            width: 200px;
            background-color: transparent;
            border: 0px;
            padding-left: 40px;
            font-size: 24px;
            line-height: 24px;
            text-transform: uppercase;
            padding: 12px 20px 8px 40px;
            margin: 0px;
            height: 46px; }
            .car-search-tabs .tab-content .reservedele #regnr .lpcont .lpdiv input:focus {
              box-shadow: none; }
        .car-search-tabs .tab-content .reservedele #regnr .lpcont .btn {
          float: left;
          margin-left: 10px;
          padding: 11px 12px;
          margin-top: 2px; }
      .car-search-tabs .tab-content .reservedele #manuel .controls {
        margin-left: 110px; }
        .car-search-tabs .tab-content .reservedele #manuel .controls .ssearchtip {
          color: #fff;
          margin-top: 10px; }
        .car-search-tabs .tab-content .reservedele #manuel .controls select {
          width: 170px; }
      .car-search-tabs .tab-content .reservedele #manuel .control-label {
        width: 103px;
        color: #fff; }
      .car-search-tabs .tab-content .reservedele #manuel .form-horizontal .controls {
        margin-left: 110px; }

.multiselect {
  margin-bottom: 15px; }

.multiselect .table-striped tr:nth-child(even) td {
  background-color: white; }

.not-searched.car-search-tabs .tab-content .description, .multiselect .description {
  color: #000;
  font-weight: normal;
  position: relative;
  font-size: 24px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }

.not-searched.car-search-tabs .tab-content .description .arrow {
  background-image: url(//cdn.thg.dk/DAT/dom/img/autoreservedele-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 88px;
  height: 40px;
  position: absolute;
  left: 140px;
  bottom: -40px;
  display: none; }

.not-searched.car-search-tabs .tab-content .span6:first-child .description .arrow {
  left: 90px;
  bottom: -40px; }

.not-searched.car-search-tabs #regnr {
  position: relative; }

.not-searched.car-search-tabs #regnr .topgroupnavi h1 {
  color: #fff;
  font-size: 20px; }

.not-searched.car-search-tabs .tab-content #regnr .search-description {
  color: #fff;
  font-weight: bold;
  margin-top: 25px; }

#bodycontent.fullwidth .not-searched.car-search-tabs .tab-content {
  min-height: 80px; }

#bodycontent.fullwidth .not-searched.car-search-tabs .tab-content .description .arrow {
  bottom: -40px; }

#lpresult.loading {
  margin-top: 10px;
  padding: 20px;
  background-image: url(//cdn.thg.dk/DAT/dom/img/loading-success.gif);
  background-repeat: no-repeat;
  background-position: center; }

/* Car Search Tabs*/
/*daek-faelge*/
#auto-focusboxes .autobox.subgrp .title {
  background-color: #f6f6f6;
  border: 0px solid #e9e9e9;
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-right.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 20px;
  -webkit-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  transition: background-color 0.15s; }
  #auto-focusboxes .autobox.subgrp .title:hover {
    background-color: #e8e8e8; }
  #auto-focusboxes .autobox.subgrp .title h1 {
    font-size: 18px;
    line-height: 26px;
    margin: 2px 0px 10px 0px;
    color: #fff; }

#auto-focusboxes .autobox.subgrp .content {
  background-color: #fefefe;
  border-bottom: 0px solid #e9e9e9;
  height: 120px;
  padding: 10px;
  position: relative; }
  #auto-focusboxes .autobox.subgrp .content .focus-image {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 20px;
    width: 100px;
    height: 100px; }
    #auto-focusboxes .autobox.subgrp .content .focus-image img {
      text-align: right;
      width: 100px;
      height: 100px; }

#auto-focusboxes .autobox.subgrp p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  transition: color 0.15s; }

#auto-focusboxes .autobox a:hover {
  text-decoration: none; }

#auto-focusboxes .autobox .links ul {
  margin: 0px;
  padding: 0px; }
  #auto-focusboxes .autobox .links ul li {
    line-height: 19px;
    background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-right.svg);
    background-repeat: no-repeat;
    -moz-background-size: 10px;
    -o-background-size: 10px;
    -webkit-background-size: 10px;
    background-size: 10px;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    transition: width 0.2s;
    padding-left: 20px;
    margin-bottom: 7px; }
    #auto-focusboxes .autobox .links ul li a {
      position: relative;
      top: -2px;
      color: #555; }
      #auto-focusboxes .autobox .links ul li a:hover {
        color: rgba(0, 0, 0, 0.4); }

#auto-focusboxes .autobox .content .focus-image {
  position: absolute;
  top: -20px;
  right: -50px;
  width: 150px;
  height: 150px; }
  #auto-focusboxes .autobox .content .focus-image img {
    text-align: right;
    width: 150px;
    height: 150px; }

/**/
.autobox.subgrp.wide p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-size: 26px;
  line-height: 28px;
  font-family: "Roboto", sans-serif; }

.autobox.subgrp.wide .content {
  background-color: #fefefe;
  height: 120px;
  padding: 10px;
  position: relative; }
  .autobox.subgrp.wide .content .focus-image {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 10px;
    width: 90px;
    height: 90px; }
    .autobox.subgrp.wide .content .focus-image img {
      text-align: right;
      width: 90px;
      height: 90px; }

.autobox.wide a:hover {
  text-decoration: none; }

.autobox.wide .title h1 {
  font-size: 18px;
  line-height: 26px;
  margin: 2px 0px 10px 0px;
  color: #fff; }

.autobox.wide .links {
  height: 100px;
  overflow: hidden; }
  .autobox.wide .links p {
    font-size: 14px !important;
    line-height: 18px !important;
    font-family: Verdana, Arial !important;
    padding-right: 110px;
    max-height: 90px;
    overflow: hidden; }
  .autobox.wide .links ul {
    margin: 0px; }
    .autobox.wide .links ul li {
      margin-bottom: 10px;
      line-height: 16px;
      background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-right.svg);
      background-repeat: no-repeat;
      -moz-background-size: 10px;
      -o-background-size: 10px;
      -webkit-background-size: 10px;
      background-size: 10px;
      -webkit-transition: width 0.2s;
      -moz-transition: width 0.2s;
      transition: width 0.2s;
      padding-left: 20px; }
      .autobox.wide .links ul li a {
        position: relative;
        top: -2px;
        color: white; }
        .autobox.wide .links ul li a:hover {
          color: rgba(255, 255, 255, 0.5); }

.autobox.subgrp.wide.category .content .links ul {
  margin: 0px;
  padding: 0px; }
  .autobox.subgrp.wide.category .content .links ul li {
    line-height: 16px;
    background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-right.svg);
    background-repeat: no-repeat;
    -moz-background-size: 10px;
    -o-background-size: 10px;
    -webkit-background-size: 10px;
    background-size: 10px;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    transition: width 0.2s;
    padding-left: 20px;
    margin-bottom: 10px; }
    .autobox.subgrp.wide.category .content .links ul li a {
      position: relative;
      top: -2px;
      color: #555; }
      .autobox.subgrp.wide.category .content .links ul li a:hover {
        color: rgba(0, 0, 0, 0.4); }

.autobox.subgrp.wide.category .title {
  background-color: #f6f6f6;
  border: 0px solid #e9e9e9;
  padding: 10px;
  background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-right.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 20px; }
  .autobox.subgrp.wide.category .title a p {
    color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px; }

.no-svg .autobox.wide .links ul li {
  background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-right-small.png); }

.no-svg .autobox.wide .focus-image img {
  text-align: right;
  width: 150px;
  height: 150px; }

.shipping .delivery-text {
  position: relative;
  padding: 10px 35px 10px 10px !important; }
  .shipping .delivery-text .free-delivery {
    width: 70px;
    height: 70px;
    background-image: url(//cdn.thg.dk/DAT/dom/img/free-delivery.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px; }

#tab-status {
  position: relative; }
  #tab-status table {
    margin-top: 13px; }
  #tab-status .free-delivery {
    width: 70px;
    height: 70px;
    background-image: url(//cdn.thg.dk/DAT/dom/img/free-delivery.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: -10px; }

.free-delivery-remaining img {
  display: inline-block; }

.free-delivery-remaining h4 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto", sans-serif; }

#footer {
  color: #666;
  font-size: 14px;
  border-top: 1px solid #fff;
  border: 0;
  margin-top: 40px;
  background: #efefef; }
  @media only screen and (max-width: 599px) {
    #footer {
      font-size: 12px; } }
  #footer h5 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
    @media only screen and (max-width: 599px) {
      #footer h5 {
        font-size: 14px; } }
  #footer a {
    color: #666; }
  #footer .netshopgroups {
    margin: 5px;
    font-size: 11px;
    padding: 3px;
    float: left;
    max-width: 250px; }
  #footer .address {
    padding: 20px 0; }
  #footer .footer-information {
    padding: 20px 0 10px 10px; }
    #footer .footer-information p {
      margin: 0 !important; }
    #footer .footer-information a.inline-icon {
      display: inline;
      margin: 0 2px; }
      @media only screen and (max-width: 599px) {
        #footer .footer-information a.inline-icon {
          margin: 0 10px; } }
      #footer .footer-information a.inline-icon i {
        font-size: 25px; }
    #footer .footer-information ul li {
      margin-top: 5px; }
    #footer .footer-information #footeremaerke {
      display: block;
      margin-bottom: 10px;
      clear: both; }
      @media only screen and (max-width: 599px) {
        #footer .footer-information #footeremaerke {
          display: inline; } }
      #footer .footer-information #footeremaerke img {
        width: 60px;
        float: left;
        margin-right: 10px; }
        @media only screen and (max-width: 599px) {
          #footer .footer-information #footeremaerke img {
            width: 40px;
            height: 40px;
            margin-right: 20px; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-information #trustBlock {
        display: inline;
        margin: 0 !important; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-information #trustBlock img {
        height: 40px; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-information.mobile-toggle {
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
        position: relative; }
        #footer .footer-information.mobile-toggle.first {
          border-bottom: 0px solid transparent; }
        #footer .footer-information.mobile-toggle:after {
          content: "\f054";
          font-family: "Font Awesome 5 Pro";
          font-size: 18px;
          position: absolute;
          right: 20px;
          top: 17px; }
        #footer .footer-information.mobile-toggle h5 a {
          pointer-events: none; }
        #footer .footer-information.mobile-toggle ul {
          display: none; }
        #footer .footer-information.mobile-toggle.is-visible:after {
          content: "\f078"; }
        #footer .footer-information.mobile-toggle.is-visible ul {
          display: block; } }
  #footer .footer-payment-bar {
    background-color: #fff;
    padding: 20px 0px 0px; }
    #footer .footer-payment-bar .footer-delivery-bar {
      text-align: right;
      display: inline-block;
      margin-right: 50px; }
      #footer .footer-payment-bar .footer-delivery-bar ul li {
        display: inline-block;
        margin: 0px 5px; }
        #footer .footer-payment-bar .footer-delivery-bar ul li img {
          height: 45px; }
          @media only screen and (max-width: 599px) {
            #footer .footer-payment-bar .footer-delivery-bar ul li img {
              height: 25px; } }
    #footer .footer-payment-bar .icons {
      text-align: right; }
      @media only screen and (max-width: 599px) {
        #footer .footer-payment-bar .icons {
          width: 100%;
          text-align: center; } }
      #footer .footer-payment-bar .icons a {
        display: inline-block; }
        @media only screen and (max-width: 599px) {
          #footer .footer-payment-bar .icons a img {
            height: 15px;
            margin: 15px auto 0;
            text-align: center; } }

#footer-contact {
  color: #666;
  font-size: 11px; }

.manuelSearchAutoparts .step1.visible, .manuelSearchAutoparts .step2.visible, .manuelSearchAutoparts .step3.visible, .manuelSearchAutoparts .step4.visible, .manuelSearchAutoparts .step5.visible {
  margin-bottom: 10px !important;
  padding: 0px !important; }

.manuelSearchAutoparts .select2-container {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border: 0px solid transparent; }
  .manuelSearchAutoparts .select2-container.select2-dropdown-open {
    background: transparent;
    border: 0px; }
    .manuelSearchAutoparts .select2-container.select2-dropdown-open .select2-choice {
      box-shadow: none; }
  .manuelSearchAutoparts .select2-container.select2Green .select2-choice {
    background-color: #4cae4c;
    background-image: -webkit-linear-gradient(bottom, #4cae4c, #5cb85c);
    background-image: linear-gradient(to top,#4cae4c, #5cb85c); }
  .manuelSearchAutoparts .select2-container .select2-choice {
    padding: 7px 15px;
    height: 40px;
    border: 0px solid transparent; }
    .manuelSearchAutoparts .select2-container .select2-choice .select2-chosen {
      padding: 0px;
      margin: 0px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      font-size: 18px;
      text-transform: uppercase;
      -webkit-transition: color 0.4s;
      -moz-transition: color 0.4s;
      transition: color 0.4s; }
    .manuelSearchAutoparts .select2-container .select2-choice .select2-arrow {
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
      background-image: url(//cdn.thg.dk/DAT/dom/img/icon-chevron-right.svg);
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 14px;
      border: 0px solid transparent;
      width: 40px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
      .manuelSearchAutoparts .select2-container .select2-choice .select2-arrow b {
        display: none; }
  .manuelSearchAutoparts .select2-container.select2-container-disabled {
    opacity: 0.7;
    display: none; }
    .manuelSearchAutoparts .select2-container.select2-container-disabled .select2-chosen {
      color: #111 !important; }
    .manuelSearchAutoparts .select2-container.select2-container-disabled .select2-choice {
      border: 0px solid transparent;
      border-radius: 3px; }

#carFocus .manuelSearchAutoparts .select2-container.select2-container-disabled {
  opacity: 0.7;
  display: inline-block; }

.select2-dropdown-open .select2-choice .select2-arrow {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.select2-drop {
  background-color: #e1e1e1;
  border: 1px solid #ccc; }

.select2-search {
  padding-top: 10px; }

.select2-container .select2-choice {
  background-color: #00529c;
  background-image: -webkit-linear-gradient(bottom, #00529c, #00529c);
  background-image: linear-gradient(to top,#00529c, #00529c); }
  .select2-container .select2-choice .select2-chosen {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: bold; }

.select2-container.select2-container-disabled {
  opacity: 0.7;
  display: none; }
  .select2-container.select2-container-disabled .select2-choice {
    background-color: #00529c;
    background-image: -webkit-linear-gradient(bottom, #00529c, #00529c);
    background-image: linear-gradient(to top,#00529c, #00529c); }
  .select2-container.select2-container-disabled .select2-chosen {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: bold; }

.select2-results .select2-result-label {
  font-family: "Roboto", sans-serif; }

/*MOBILMENU*/
#container.slided button#push-submenu {
  top: -50px;
  z-index: 9999;
  right: 82%;
  background-color: rgba(0, 0, 0, 0.8); }
  #container.slided button#push-submenu span:before {
    content: "\e014"; }

body.scooter-mc-service hr {
  margin: 2% 1% 2% 1%;
  border: 0;
  border-top: 1px solid black; }

body.scooter-mc-service .garanti-header, body.scooter-mc-service .garanti-text {
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding-left: 10px; }

body.scooter-mc-service .garanti-text {
  font-weight: normal; }

body.scooter-mc-service .text-container {
  width: 74%; }

body.scooter-mc-service .garanti-pris {
  font-size: 40px;
  color: white;
  font-weight: bolder;
  line-height: 0.7;
  padding-left: 10px; }

body.scooter-mc-service .garanti-info {
  font-size: 14px;
  color: white;
  font-style: oblique;
  font-weight: lighter;
  line-height: 0.7;
  padding: 0 0 0 10px; }

body.scooter-mc-service .table-info {
  margin-top: 20px; }

body.scooter-mc-service .top-column, body.scooter-mc-service .stor-pakke, body.scooter-mc-service .lille-pakke {
  position: relative;
  background-image: url(//cdn.thg.dk/DAT/img_label/Scooter-service_top.jpg);
  background-repeat: no-repeat;
  height: 340px; }

body.scooter-mc-service .top-text, body.scooter-mc-service .bottom-text {
  font-size: 14px;
  max-width: 38%; }

body.scooter-mc-service .pakke-container {
  position: relative;
  height: 46%; }
  body.scooter-mc-service .pakke-container.stor img {
    bottom: 14%; }
  body.scooter-mc-service .pakke-container.stor .pris {
    bottom: 0%; }
  body.scooter-mc-service .pakke-container.stor .links {
    bottom: -9%; }
  body.scooter-mc-service .pakke-container table tr td:nth-child(2n) {
    text-align: right; }

body.scooter-mc-service .stor-pakke {
  margin-top: 5px;
  padding-right: 1%;
  background-image: url("//cdn.thg.dk/DAT/img_label/Service_scooterbaggrund2017.png");
  background-size: 100% 100%;
  height: 680px; }
  body.scooter-mc-service .stor-pakke table {
    width: 260px; }

body.scooter-mc-service .lille-pakke {
  margin-top: 5px;
  padding-left: 1%;
  background-image: url("//cdn.thg.dk/DAT/img_label/Service_scooterbaggrund2017.png");
  background-size: 98% 100%;
  height: 680px; }
  body.scooter-mc-service .lille-pakke table {
    width: 265px; }

body.scooter-mc-service .garanti {
  margin-top: 5px;
  padding-right: 1%;
  background-image: url("//cdn.thg.dk/DAT/img_label/Baggrund_3aarsgaranti.png");
  background-size: 98% 100%;
  background-repeat: no-repeat;
  height: 187px; }

body.scooter-mc-service .stor-pakke table, body.scooter-mc-service .lille-pakke table {
  position: absolute;
  top: 7%;
  right: 5px; }

body.scooter-mc-service .lille-pakke img, body.scooter-mc-service .stor-pakke img {
  position: absolute;
  bottom: 20%;
  right: 29%; }

body.scooter-mc-service .pris {
  position: absolute;
  bottom: 7%;
  right: 14%;
  text-align: center;
  font-size: 34px;
  color: #0075c2;
  font-weight: bold; }

body.scooter-mc-service .links {
  position: absolute;
  bottom: 0%;
  left: 5%; }

@media only screen and (max-width: 997px) {
  body.scooter-mc-service {
    /*width < 1280*/ }
    body.scooter-mc-service .top-text, body.scooter-mc-service .bottom-text {
      max-width: 60%; }
    body.scooter-mc-service #grouptext .links {
      bottom: 2%; }
    body.scooter-mc-service #grouptext .table-info {
      margin-top: 10%; } }

@media only screen and (max-width: 583px) {
  body.scooter-mc-service {
    /*width < 1280*/ }
    body.scooter-mc-service .bottom-text {
      visibility: hidden; }
    body.scooter-mc-service #grouptext .pris {
      bottom: 7%;
      right: 7%; }
    body.scooter-mc-service #grouptext .table-info {
      margin-top: 10%; } }

body.scooter-mc-service #grouptext .lille-pakke table {
  right: 5px;
  top: 2%; }

body.scooter-mc-service #grouptext .stor-pakke table {
  right: 5px;
  top: 2%; }

body.scooter-mc-service #grouptext table {
  width: 62%; }

body.scooter-mc-service #grouptext .links {
  bottom: -2%; }

body.scooter-mc-service #grouptext hr {
  margin: 4% 1% 4% 1%; }

body.scooter-mc-service #grouptext .garanti-pris {
  font-size: 28px;
  padding-left: 5px; }

body.scooter-mc-service #grouptext .garanti-header, body.scooter-mc-service #grouptext .garanti-text {
  font-size: 12px;
  padding-left: 5px; }

body.scooter-mc-service #grouptext .garanti-info {
  font-size: 11px;
  padding-left: 5px; }

body.scooter-mc-service #grouptext .table-info {
  margin-top: 10%; }

/* OVERALL STYLE - MET*/
body {
  min-height: 400px;
  margin: 0 auto;
  padding: 0;
  font-family: Verdana, Arial;
  text-align: left; }
  body #container {
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    text-align: left; }
    body #container #maincontainer {
      margin: 0; }
      body #container #maincontainer #maincontent {
        margin: 0;
        padding: 0;
        position: relative; }
        body #container #maincontainer #maincontent #bodycontentcontainer {
          border: 0;
          width: auto;
          margin: 0;
          min-height: 450px;
          margin-top: 20px; }

body #floatright {
  padding: 5px 0 5px 8px;
  border-left: 1px #ccc solid;
  min-height: 300px;
  float: left;
  width: 250px;
  border-collapse: collapse;
  border-spacing: 0px; }

.scootermenu {
  margin-top: 280px;
  font-size: medium;
  font-family: Arial; }

#leftnetshopmenu {
  width: 100%;
  min-height: 300px; }

#leftnetshopmenu ul {
  width: 100%; }

ul {
  padding: 0px; }

img {
  border: 0;
  max-width: 100%; }

.smallsqbut {
  padding: 1px 2px;
  color: white;
  /*width:20px; */
  text-align: center;
  line-height: 15px;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.partalert {
  color: Red;
  font-size: 12px;
  font-weight: bold; }

.alert, .alert-info, .alert-danger, .alert-error, .alert-success {
  font-size: 1em;
  padding: 8px 35px 8px 14px;
  margin-bottom: 10px;
  color: #C09853;
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.alert h4 {
  margin: 0; }

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px; }

.alert-info {
  color: #3A87AD;
  background-color: #D9EDF7;
  border-color: #BCE8F1; }

.alert-danger, .alert-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

.alert-block > p, .alert-block > ul {
  margin-bottom: 0; }

.alert-block p + p {
  margin-top: 5px; }

.centertablebox {
  BORDER: #cccccc 1px solid;
  WIDTH: 100%;
  BORDER-COLLAPSE: collapse;
  BACKGROUND-COLOR: #efefef;
  border-spacing: 0px; }
  .centertablebox TD {
    vertical-align: top;
    width: 33%;
    PADDING: 5px 5px 5px 5px;
    COLOR: #000000; }

.guideSelectContainer strong {
  color: #355296;
  font-size: 12px; }

.guideSelectContainer div {
  border: 1px solid #EAE7E4;
  padding: 2px;
  margin: 5px 0 0 0; }

.guideSelect {
  width: 100%;
  font-size: 18px;
  color: black; }

/*--------------------*/
.bluebutton260 {
  width: 261px;
  height: 48px;
  background: url(//cdn.thg.dk/DAT/dom/img/Gruppe-knapper-sprite.png) no-repeat 0 -100px !important;
  background: url(//cdn.thg.dk/DAT/dom/img/Gruppe-knapper-sprite_bg_fff.gif) no-repeat 0 -100px; }

.bluebutton260:hover, .bluebutton260active {
  background: url(//cdn.thg.dk/DAT/dom/img/Gruppe-knapper-sprite.png) no-repeat 0 -146px !important;
  background: url(//cdn.thg.dk/DAT/dom/img/Gruppe-knapper-sprite_bg_fff.gif) no-repeat 0 -146px; }

.bluebutton260 p {
  height: 46px;
  width: 261px;
  width: 251px\9;
  /* IE 8 and below */ }

/*--------------------*/
.bluebutton280 {
  width: 281px;
  height: 48px;
  background: url(//cdn.thg.dk/DAT/dom/img/Gruppe-knapper-sprite.png) no-repeat 0 0 !important;
  background: url(//cdn.thg.dk/DAT/dom/img/Gruppe-knapper-sprite_bg_fff.gif) no-repeat 0 0; }

.bluebutton280:hover, .bluebutton280active {
  background: url(//cdn.thg.dk/DAT/dom/img/Gruppe-knapper-sprite.png) no-repeat 0 -46px !important;
  background: url(//cdn.thg.dk/DAT/dom/img/Gruppe-knapper-sprite_bg_fff.gif) no-repeat 0 -46px; }

.bluebutton280 p {
  height: 46px;
  width: 281px;
  width: 271px\9;
  /* IE 8 and below */ }

.bluebutton a, .bluebutton a:hover, .bluebutton a:link, .bluebutton a:visited {
  text-decoration: none !important; }

.bluebutton {
  position: relative; }

.bluebutton p {
  position: relative;
  margin: 0;
  display: table-cell;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  padding: 0 12px 0 12px;
  line-height: 14px;
  _height: 36px;
  /* IE 6 */
  _padding-top: 10px;
  /* IE 6 */
  *padding: 10px 12px 0 12px;
  /* IE 7 */
  *width: 211px;
  /* IE 7 */
  _width: 211px;
  /* IE 6 */
  text-decoration: none; }

.bluebutton .binfo {
  position: absolute;
  bottom: 2px;
  right: 7px;
  background-color: #f00;
  color: #fff;
  margin: auto;
  padding: 1px 3px 1px 3px;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.bluebutton .holder {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; }

.center {
  text-align: center; }

.fleft {
  float: left; }

.hand {
  cursor: pointer;
  cursor: hand; }

.block, .show {
  display: block; }

.absolutetopleft {
  position: absolute;
  top: 0;
  left: 0; }

.absolutetopright {
  position: absolute;
  top: 0;
  right: 0; }

.SupportChat {
  opacity: 0.5;
  padding-top: 5px; }

.SupportChat:hover {
  opacity: 1; }

a img {
  border: 0; }

.unfold {
  margin-left: 5px;
  float: left;
  width: 22px;
  height: 21px;
  background: url(//cdn.thg.dk/DAT/dom/img/pile-knapper-sprite.png) no-repeat -66px -2px !important;
  background: url(//cdn.thg.dk/DAT/dom/img/pile-knapper-sprite.gif) no-repeat -66px -2px; }
  .unfold:hover {
    background: url(//cdn.thg.dk/DAT/dom/img/pile-knapper-sprite.png) no-repeat -66px -24px !important;
    background: url(//cdn.thg.dk/DAT/dom/img/pile-knapper-sprite.gif) no-repeat -66px -24px; }

/*ProduktArk*/
#vareproarklist {
  width: 100%;
  display: block; }

.bottomheadline {
  background: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #ffffff, #cccccc);
  /* for firefox 3.6+ */
  border: solid 1px #cccccc;
  width: 763px;
  height: 14px;
  display: none;
  position: relative;
  bottom: 4px; }

.bottomheadline .unfold {
  margin: auto;
  float: none;
  z-index: 100; }

#vareproark .headline, .anbefaler .headline, .ShowProdBox .headline, .ness .headline {
  width: 100%;
  background: #cccccc;
  font: normal 12px verdana;
  line-height: 24px; }

#vareproark .headline {
  background-color: white;
  font-weight: bold;
  font-size: 15px; }

.aunfold, .aunfoldArrow, #ToTop {
  background-color: black;
  position: absolute;
  z-index: 1060;
  bottom: 0;
  margin-left: 48%;
  width: 117px;
  height: 41px; }

.aunfold .aunfoldArrow {
  background-color: transparent;
  background-position: -142px -47px;
  background-image: url(//cdn.thg.dk/DAT/dom/img/TilTop.png);
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 26%;
  margin: 0; }

.prodtxt {
  font-size: 11px;
  color: #999;
  border-left: 3px solid #eaeaea;
  overflow-y: auto;
  height: 65px;
  padding: 2px 2px 0 2px;
  margin: 3px 0 0 0; }

.pantwrapper {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 5px;
  /*margin-bottom: 20px; */
  width: auto;
  height: auto;
  font: 12px Verdana;
  display: block;
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7; }

/*ToDo: If not mobile*/
.smallprodcontainer:hover {
  border-color: #999; }

.prodlistprod:hover .btnwrapper {
  display: block; }

.prodlistprod:hover .offer span, .smallprodcontainer:hover .offer span, .prodcontainer:hover .offer span {
  opacity: 0.95; }

/*ToDo ^ */
#vareproark .unfold {
  float: right;
  margin-top: 4px; }

#vareproark .headline span {
  margin: 5px; }

.proarkheadline {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  background-color: #9BCFF3;
  color: White;
  padding: 5px; }

.ProArkTab {
  width: 100%; }
  .ProArkTab tr td {
    border: 0;
    font-family: Verdana;
    text-indent: 4px;
    font-size: 12px; }
  .ProArkTab tr.gruppe td {
    background-color: #ddd !important;
    font-weight: bold; }

/*ProduktArk*/
#vareinformation {
  padding-top: 5px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show; }

.itemtab {
  width: 100px;
  padding: 8px 0 0 0;
  background: url(//cdn.thg.dk/DAT/dom/img/ItemInfo.png) no-repeat 0 -204px !important;
  background: url(//cdn.thg.dk/DAT/dom/img/ItemInfo.png) no-repeat 0 -204px;
  height: 25px;
  color: white;
  font-size: 12px;
  border: none; }
  .itemtab:hover {
    background: url(//cdn.thg.dk/DAT/dom/img/ItemInfo.png) no-repeat 0 -144px !important;
    background: url(//cdn.thg.dk/DAT/dom/img/ItemInfo.png) no-repeat 0 -144px; }

.itemtabactive {
  cursor: default;
  background: url(//cdn.thg.dk/DAT/dom/img/ItemInfo.png) no-repeat 0 -85px !important;
  background: url(//cdn.thg.dk/DAT/dom/img/ItemInfo.png) no-repeat 0 -85px; }
  .itemtabactive:hover {
    background: url(//cdn.thg.dk/DAT/dom/img/ItemInfo.png) no-repeat 0 -85px !important;
    background: url(//cdn.thg.dk/DAT/dom/img/ItemInfo.png) no-repeat 0 -85px; }

.itemtabdisabled {
  color: #cccccc;
  background: url(//cdn.thg.dk/DAT/dom/img/ItemInfo.png) no-repeat 0 -204px !important;
  background: url(//cdn.thg.dk/DAT/dom/img/ItemInfo.png) no-repeat 0 -204px; }
  .itemtabdisabled:hover {
    background: url(//cdn.thg.dk/DAT/dom/img/ItemInfo.png) no-repeat 0 -204px !important;
    background: url(//cdn.thg.dk/DAT/dom/img/ItemInfo.png) no-repeat 0 -204px; }

.iteminfolayer {
  visibility: visible;
  display: inline;
  padding: 0;
  width: 100%;
  height: 300px;
  overflow: auto;
  scrollbar-face-color: #cccccc;
  scrollbar-shadow-color: #cccccc;
  font-size: 12px; }

.itemtechinfo {
  visibility: visible;
  display: block;
  padding: 2px 2px 2px 2px; }

.ColItem {
  position: relative; }

#samant {
  position: absolute;
  overflow: visible;
  padding: 0 4px; }

#CompareButtonDiv {
  margin-right: 45px;
  overflow: visible;
  display: none;
  background-color: transparent;
  z-index: 100;
  position: relative; }
  #CompareButtonDiv #CompareButton {
    position: relative;
    overflow: visible;
    padding-right: 22px; }
    #CompareButtonDiv #CompareButton p {
      text-align: center;
      margin: 0; }
  #CompareButtonDiv .reset {
    width: 25px;
    height: 25px;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500; }
    #CompareButtonDiv .reset:after {
      content: "\f00d";
      position: relative; }
  #CompareButtonDiv.ComFloat {
    position: fixed;
    top: 70px;
    right: 60px;
    border: 10px solid white;
    margin-left: -30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); }

.inlinePop {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.inlinePopup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 250px;
  margin: 5px auto; }

/* ------ supersearch ------ */
#supersearchtop {
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 2px;
  margin: 0 0 5px 0;
  width: auto;
  color: #000;
  font: 12px Verdana;
  display: block; }

.supersearch-box {
  padding: 10px;
  color: #000;
  background-color: #ededed;
  margin-bottom: 20px; }
  .supersearch-box h4 {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1px;
    text-transform: uppercase; }
  .supersearch-box.v2 .headline h5 {
    line-height: 40px;
    vertical-align: middle;
    text-align: right; }
  .supersearch-box.v2 .form-group {
    margin-bottom: 15px;
    height: 40px; }

.rails .description {
  margin-bottom: 20px; }

#dataform .supersearch-box td {
  color: #000; }

#dataform .supersearch-box td h5 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal; }

/*---------------  Products  --------------*/
.groupempty {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 10px 5px 10px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: auto;
  font: 12px Verdana;
  display: block;
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7; }

.grouptext {
  color: #000;
  display: block;
  margin-bottom: 20px; }

#groupselect ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0px; }

.totalinstock {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 10px 5px 10px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: auto;
  color: #666;
  font: 12px Verdana;
  display: block;
  background-color: #efefef; }

.rowcontainer {
  display: block;
  width: auto;
  margin: 0;
  padding: 0; }

.smallprodcontainer {
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 2px solid #efefef;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }

.smallprodcontainer .FraightBtn, .prodlistprod .FraightBtn {
  float: right; }

/*ToDo: If not mobile*/
.smallprodcontainer:hover {
  border-color: #dadada; }

.smallprodcontainer:hover .buybutton {
  display: block; }

.smallprodcontainer .FraightBtn {
  padding-right: 5px; }

/*ToDo ^ */
.smallprodcontainer .pris {
  bottom: 2px; }

.xtrainfodiv {
  position: absolute;
  z-index: 5;
  display: none;
  width: 98%;
  height: 16px;
  left: -1px;
  bottom: -1px;
  text-align: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  background: #cccccc;
  padding: 3px;
  color: #000;
  font: 12px Verdana;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.xtrafitsdiv {
  position: absolute;
  overflow-y: scroll;
  z-index: 100;
  display: none;
  width: 180px;
  height: 250px;
  left: -188px;
  top: 10px;
  color: #000000;
  font: 12px Verdana;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #999;
  background: #fff;
  padding: 3px; }

.xtrafitsdiv .itemfits {
  padding-left: 2px;
  line-height: inherit; }

.xtrafitsdiv .itemfits li {
  padding-bottom: 5px; }

.xtrapricediv {
  position: absolute;
  display: none;
  z-index: 100;
  width: 95%;
  font: 12px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #999;
  background: #fff;
  padding: 3px;
  margin-top: 5px; }

.problack {
  color: black;
  font-size: 12px; }

.probblack {
  font-size: 12px;
  font-weight: bold; }

.prored {
  color: red;
  font-weight: bold;
  font-size: 12px; }

.HERAFAFGIFT {
  font-size: 12px;
  color: #898989; }

.StrDiscountArray {
  color: red; }

.Red10 {
  color: red;
  font-size: 10px; }

.Red12 {
  color: red;
  font-size: 12px; }

.BoldRed {
  font-weight: bold;
  color: red; }

.Bold {
  font-weight: bold; }

.Kursiv {
  font-style: italic; }

.Tilbudstekst {
  padding: 0 2px 3px 2px;
  background-color: #3FB300;
  font-family: Verdana, Arialsk;
  color: #ffffff;
  text-align: center; }

.xsmap .divMapXS {
  background: url(//cdn.thg.dk/DAT/skins/3/danmark_kortdotxs.gif); }

.EUinfo * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.EUinfo {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  border-collapse: collapse;
  z-index: 205;
  background-image: url(//cdn.thg.dk/DAT/img_label/EU_daek_info_bg-test.png);
  background-repeat: no-repeat; }

.EUC {
  width: 100%;
  text-align: right; }

.EU {
  position: absolute;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 20px; }

.EU span {
  font-size: 10px; }

#EUf {
  width: 35px;
  height: 22px;
  top: 49px;
  left: 38px;
  background-image: url(//cdn.thg.dk/DAT/img_label/EU_daek_info_bg-test.png);
  background-position: -101px -213px; }

#EUw {
  width: 35px;
  height: 22px;
  top: 83px;
  left: 96px;
  background-image: url(//cdn.thg.dk/DAT/img_label/EU_daek_info_bg-test.png);
  background-position: -101px -213px; }

#EUs1 {
  width: 22px;
  height: 34px;
  top: 155px;
  left: 55px;
  background-image: url(//cdn.thg.dk/DAT/img_label/EU_daek_info_bg-test.png);
  background-position: -21px -213px; }

#EUs1_1 {
  background-position: -21px -213px; }

#EUs1_2 {
  background-position: -46px -213px; }

#EUs1_3 {
  background-position: -74px -213px; }

#EUs2 {
  width: 49px;
  height: 20px;
  top: 160px;
  left: 84px; }

#EUt1 {
  width: 49px;
  height: 20px;
  top: 3px;
  left: 204px; }

#EUt2 {
  width: 49px;
  height: 20px;
  top: 26px;
  left: 204px; }

#EUl1 {
  width: 49px;
  height: 20px;
  top: 58px;
  left: 204px; }

#EUl2 {
  width: 49px;
  height: 20px;
  top: 79px;
  left: 204px; }

/*Products*/
/* +++++ BODY & CONTAINERS ++++ */
h5 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 0px;
  line-height: 15px; }

a {
  COLOR: #000000;
  text-decoration: none; }

p strong, p b {
  font-weight: bold !important; }

/* diverse */
.RedNumBadge {
  position: relative;
  float: right;
  top: -2px;
  right: -2px;
  line-height: 12px;
  padding: 2px 4px 2px 4px !important;
  margin: 0;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  background-color: red;
  border: 2px solid white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-collapse: collapse;
  text-align: center;
  width: auto;
  -webkit-box-shadow: 0 0 0 1px #CCCCCC, -2px 3px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 1px #CCCCCC, -2px 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px #CCCCCC, -2px 3px 3px rgba(0, 0, 0, 0.15); }

#tabs ul li .RedNumBadge {
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 1; }

.GreenNumBadge {
  background-color: #59b259; }

/* --- BREADCRUMB styles --- */
#breadccont {
  width: auto;
  padding: 0 3px 0 0;
  margin: 0 3px;
  background-color: #fff;
  height: 30px;
  overflow: hidden;
  z-index: 200;
  background-image: url(//cdn.thg.dk/DAT/dom/img/breadc_bg.gif);
  background-repeat: repeat-x;
  border: 1px solid #cacaca; }

#breadc {
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 30px;
  color: #000;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 30px;
  float: left; }

#breadc li {
  list-style-type: none;
  padding-left: 10px;
  padding-top: 2px;
  display: inline-block;
  float: left; }

#breadc li:first-child {
  width: 205px; }

#breadc a, #breadc h2 {
  display: inline-block;
  padding-right: 7px;
  text-decoration: none;
  color: #666;
  outline: none; }

#breadc h2 {
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 6px; }

#breadc a:hover {
  color: #000; }

.breadcsep {
  width: 8px;
  height: 100%;
  background-image: url(//cdn.thg.dk/DAT/dom/img/breadc_separator.gif);
  padding-left: 0 !important; }

/* +++++++ FLOATING RIGHT BAR +++++++++ */
body #floatright #section {
  background-repeat: repeat-x;
  width: 250px;
  min-height: 30px;
  border: 1px #b8b6b6 solid;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: #fff;
  clear: both; }

#floatright #shopmap, #floatright #miniwheelguide, #countdownHeadline {
  background-repeat: repeat-x;
  padding-left: 5px;
  padding-top: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  border: 0px #ff0000 solid; }

.timepart {
  font-size: 9px;
  position: absolute; }

#floatright #devider {
  width: 250px;
  height: 2px;
  padding: 0 0 0 2px;
  border: 0; }

#floatright #headline {
  width: 250px;
  height: 25px;
  padding: 0 0 0 5px;
  border: 0;
  vertical-align: bottom;
  line-height: 34px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #777;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold; }

.Didgetstyle {
  overflow: hidden;
  height: 42px;
  width: 28px;
  background-image: url(//cdn.thg.dk/DAT/dom/img/countdownbg.png);
  border: 0;
  position: absolute; }

#didgets {
  position: relative;
  height: 42px;
  display: inline-block;
  width: 200px;
  vertical-align: top;
  background-color: white; }

.Didget {
  font-size: 30px;
  vertical-align: middle;
  line-height: 28px;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  height: 40px;
  width: 26px;
  border: 0;
  position: absolute; }

.DidgetSpace {
  font-size: 30px;
  line-height: 28px;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  height: 42px;
  width: 10px;
  border: 0;
  margin: 0;
  padding: 0; }

#countdown #cdtooltip {
  width: 38px;
  height: 38px;
  display: inline-block;
  background-image: url(//cdn.thg.dk/DAT/dom/img/countdownfaq-t.png);
  cursor: pointer;
  margin: 2px 0 0 0;
  padding: 0; }
  #countdown #cdtooltip:hover {
    background-image: url(//cdn.thg.dk/DAT/dom/img/countdownfaq.png); }

/* ++++++++++ LEFT MENU +++++++++++++ */
#leftnetshopmenu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#leftnetshopmenu li {
  font-size: 12px;
  line-height: 22px;
  min-height: 22px;
  margin-top: 1px;
  overflow: hidden;
  cursor: pointer; }

.leftnetshopmenusel {
  margin-top: 5px;
  margin-bottom: 10px; }

.mgrp {
  border-left: 3px solid #cccccc;
  background-color: #efefef;
  margin-bottom: 3px;
  padding: 3px 0 3px 5px; }

.mgrpsel {
  margin-bottom: 1px;
  padding: 5px 0 3px 5px; }

.msubgrp-col {
  display: none;
  margin-bottom: 5px !important; }

.msubgrp-colhead {
  margin-bottom: 5px;
  font-weight: bold !important;
  border-top: 2px solid #efefef; }

.msubgrp-colhead a {
  color: #000;
  text-decoration: none; }

.mgrpsel h3, .mgrpoutletsel h3, .msubgrp h4 {
  line-height: 12px;
  margin: 0;
  padding: 5px 0; }

.mgrpsel h3, .mgrpoutletsel h3, .msubgrp h4 {
  font-size: 14px;
  font-weight: normal !important; }

.mgrpsel a, .mgrpsel a:hover, .mgrpsel a:link, .mgrpsel a:visited {
  color: #000;
  text-decoration: none !important; }

.msubgrp a, .msubgrp a:hover, .msubgrp a:link, .msubgrp a:visited {
  color: #000;
  text-decoration: none !important; }

.mgrp a, .mgrp a:hover, .mgrp a:link, .mgrp a:visited {
  color: #000;
  text-decoration: none !important; }

.mgrpoutletsel a, .mgrpoutletsel a:hover, .mgrpoutletsel a:link, .mgrpoutletsel a:visited {
  color: #fff;
  text-decoration: none !important; }

.mgrpoutlet {
  background-color: #FFFFCC;
  border-left: 3px solid #FFCC33; }

.mgrpoutletsel {
  background-color: #FFCC33;
  color: #fff;
  margin-bottom: 1px;
  padding: 3px 0 3px 5px; }

.mgrpoutletsel a {
  color: #fff; }

.msubgrp {
  padding-left: 8px;
  cursor: pointer;
  font-weight: normal;
  background: url(//cdn.thg.dk/DAT/dom/img/menu-point.gif) no-repeat 0px 5px;
  border-top: 1px solid #efefef; }

.msubgrp:first-child {
  border-top: 0; }

.msubgrpprio {
  background: url(//cdn.thg.dk/DAT/dom/img/menu-pointsel.gif) no-repeat 0px 5px; }

.msubgrpsel {
  padding-left: 5px;
  font-weight: bold;
  background: none; }

#leftsearchbox {
  margin: 5px 0 3px 0;
  padding: 3px;
  width: auto;
  background-color: #cccccc;
  color: #fff;
  font-size: 14px; }

#leftquickbox {
  border-left: 3px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 5px 5px;
  width: auto;
  background-color: #efefef;
  color: #fff;
  font-size: 12px; }

#leftquickbox:hover {
  border-left: 3px solid #666;
  padding-left: 5px; }

#leftquickbox a {
  text-decoration: none;
  color: #000; }

/* mobile netshop menu*/
#unfoldnetshopmenu {
  margin: 0;
  padding: 20px;
  width: auto;
  color: black;
  font-size: 25px;
  font-weight: bold; }

#unfoldnetshopmenu img {
  height: 35px; }

#topmenumobile {
  display: none;
  background-color: #fff;
  margin-top: 25px;
  padding: 20px; }

#topmenumobile li {
  font-size: 20px;
  padding: 10px;
  background: none; }

/* +++++ FAVORITES +++++ */
.fav {
  background: url(//cdn.thg.dk/DAT/dom/img/favoritstars.png) no-repeat 0px !important;
  *background: url(//cdn.thg.dk/DAT/dom/img/favoritstars.gif) no-repeat 0px;
  width: 20px;
  height: 20px; }
  .fav:hover {
    background: url(//cdn.thg.dk/DAT/dom/img/favoritstars.png) no-repeat -20px !important;
    *background: url(//cdn.thg.dk/DAT/dom/img/favoritstars.gif) no-repeat -20px; }

.fav-updating {
  background: url(//cdn.thg.dk/DAT/dom/img/favoritstars.png) no-repeat 0px !important;
  *background: url(//cdn.thg.dk/DAT/dom/img/favoritstars.gif) no-repeat 0px; }

.fav-active, .fav-active:hover {
  background: url(//cdn.thg.dk/DAT/dom/img/favoritstars.png) no-repeat -40px !important;
  *background: url(//cdn.thg.dk/DAT/dom/img/favoritstars.gif) no-repeat 0px; }

.fav-error {
  background: url(//cdn.thg.dk/DAT/dom/img/favoritstars.png) no-repeat -100px !important;
  *background: url(//cdn.thg.dk/DAT/dom/img/favoritstars.gif) no-repeat -100px; }

/* +++++++++++ MAILINGLIST SIGNUP +++++++++++++++++ */
#mailsignup-container {
  margin: 0;
  width: auto;
  clear: both;
  padding: 5px;
  font-size: 14px; }

#mailsignup-container .mailsignup-txt {
  max-width: 40%;
  float: left; }

#mailsignup-container .mailsignupform {
  width: auto;
  float: right;
  padding: 5px;
  margin: 0; }

#mailsignup-container input {
  background: white;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 34px;
  line-height: 34px;
  float: left;
  margin: 0; }

#mailsignup-container input[type="text"] {
  width: 275px;
  font-size: 20px;
  color: #666;
  text-indent: 14px; }

#mailsignup-container input[type="button"] {
  font-size: 17px;
  width: 100px;
  border-left: 0px;
  height: 38px;
  line-height: 36px;
  color: #666;
  background: #F2F2F2;
  margin: 0 5px;
  padding: 0; }

#mailsignup-container h5 {
  font-size: 25px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0;
  margin: 5px 0; }

#NewsletterAjaxResonse {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 10px 5px 10px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: auto;
  font: 12px Verdana;
  display: block;
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
  display: none; }

#afmeldknap {
  color: #898989; }

/* ++++++++++++++++++++++ AURIGA, LOGIN + diverse +++++++++++++++++++ */
.PayButton:hover {
  border: solid 1px #999;
  color: #000;
  cursor: pointer; }

.GradientTopBar {
  padding: 10px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  font-family: Verdana;
  font-weight: bold;
  border: solid 1px #00529d;
  background: #00afef;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bff3', endColorstr='#00afef');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#33bff3), to(#00afef));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #33bff3, #00afef);
  /* for firefox 3.6+ */ }

.GradientTopBar a, .GradientTopBar a:active, .GradientTopBar a:visited {
  color: #eee;
  font-size: 18px;
  font-family: Verdana;
  font-weight: bold; }

.GradientTopBar a:hover {
  color: #fff; }

.CompanyList {
  font-size: 12px;
  font-family: Verdana; }

.x2list {
  padding-bottom: 10px; }
  .x2list ul {
    margin: 0px;
    padding: 0px; }
    .x2list ul li {
      display: list-item;
      display: block; }

.AurigaError {
  margin-bottom: 5px;
  color: #fff;
  font-weight: bold;
  padding: 10px; }

.red {
  background: #e03232;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e03232', endColorstr='#c52626');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#e03232), to(#c52626));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #e03232, #c52626);
  /* for firefox 3.6+ */ }

.green {
  background: #42d520;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42d520', endColorstr='#2eb30f');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#42d520), to(#2eb30f));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #42d520, #2eb30f);
  /* for firefox 3.6+ */ }

.yellow {
  background: #fcee16;
  color: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcee16', endColorstr='#ded32b');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fcee16), to(#ded32b));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #fcee16, #ded32b);
  /* for firefox 3.6+ */ }

.lightbg {
  background: #f5f5f5; }

.breadcrums, .breadcrums a {
  color: #999;
  font-size: 14px; }

.breadcrums a:hover {
  color: #555; }

.W1-3 {
  width: 33%; }

.W2-3 {
  width: 66%; }

.Wide {
  width: 100%; }

.FileLink:hover {
  background-color: #dfdfdf; }

.FileLink {
  margin: 0;
  padding: 4px;
  background-color: #efefef; }

.defcell {
  cellspacing: 1px;
  cellpadding: 2px;
  border: 0; }

.DefInput {
  font-size: 12px;
  padding: 4px; }

.DefButton {
  border: solid 1px #999;
  color: #fff;
  cursor: pointer;
  padding: 5px 7px 5px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #00afef;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bff3', endColorstr='#00afef');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#33bff3), to(#00afef));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #33bff3, #00afef);
  /* for firefox 3.6+ */ }
  .DefButton:hover {
    border: solid 1px #999;
    color: #fff;
    cursor: pointer;
    background: #33bff3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afef', endColorstr='#33bff3');
    /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#00afef), to(#33bff3));
    /* for webkit browsers */
    background: -moz-linear-gradient(top, #00afef, #33bff3);
    /* for firefox 3.6+ */ }
  .DefButton img {
    border: 0; }

.ButtonCancel:hover {
  background: #f00; }

.BigButton {
  font-size: 15px;
  font-weight: bold;
  border: solid 1px #999;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  margin: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #1b3571;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#395597', endColorstr='#1b3571');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#395597), to(#1b3571));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #395597, #1b3571);
  /* for firefox 3.6+ */ }
  .BigButton:hover {
    background: #395597;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b3571', endColorstr='#395597');
    /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#1b3571), to(#395597));
    /* for webkit browsers */
    background: -moz-linear-gradient(top, #1b3571, #395597);
    /* for firefox 3.6+ */ }

/* ++++++++++++++++++++++++ CHECKOUT +++++++++++++++++++++++++++++*/
.orderguide {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-spacing: 0;
  width: 100%; }

.orderguide table {
  border-collapse: separate !important; }

.orderguide td {
  border-collapse: separate !important;
  font-size: 18px;
  text-align: center;
  padding: 3px;
  background-color: #efefef;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.orderguide a {
  font-weight: bold; }

.orderguidetdsel {
  background-color: #FFFFCC !important;
  font-weight: bold; }

.orderguidetdspace {
  padding: 1px !important;
  background-color: #ffffff !important;
  border: 0 !important; }

span.orderguidebadge {
  display: inline-block;
  padding: 1px 6px 1px 6px;
  margin: 0;
  font-size: 18px;
  color: #fff;
  background-color: #cccccc;
  border: 2px solid white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-collapse: collapse; }

span.orderguidebadgesel {
  display: inline-block;
  padding: 1px 6px 1px 6px;
  margin: 0;
  font-size: 18px;
  color: #fff;
  background-color: #666;
  border: 2px solid white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-collapse: collapse; }

span.orderradiobtn {
  padding-left: 5px; }

/*overwrite bootstrap margin*/
.thgbscontainer {
  margin: 0;
  padding: 0;
  width: 100%; }

label {
  margin-bottom: 0 !important; }

/*end overwrite*/
.formelement {
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 25px;
  padding-left: 5px;
  width: auto; }

#adresscontainer .control-label {
  font-weight: normal;
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
  text-transform: uppercase;
  color: #333; }

#adresscontainer #addresstypes .radio {
  font-weight: normal;
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
  text-transform: uppercase;
  color: #333; }

#adresscontainer .required-sign {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  color: #555;
  z-index: 2;
  top: 6px;
  right: 14px; }
  #adresscontainer .required-sign.phone {
    right: 123px; }

.ui-autocomplete {
  z-index: 30 !important;
  text-align: left;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden; }

.formtooltip {
  position: absolute;
  z-index: 1;
  min-width: 125px;
  max-width: 40%;
  min-height: 20px;
  line-height: 20px;
  padding: 10px;
  margin: 0 10px;
  font-size: 12px;
  color: #666;
  background: #efefef;
  border: 4px solid #efefef;
  border-radius: 5px;
  text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px; }

.formtooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #efefef transparent transparent;
  top: 4px;
  left: -24px; }

.formtip {
  position: relative;
  width: auto;
  min-height: 20px;
  line-height: 20px;
  padding: 5px;
  margin: 3px;
  font-size: 12px;
  color: #666;
  background: #efefef;
  border: 4px solid #efefef;
  border-radius: 5px;
  text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px; }

.formtip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #efefef transparent;
  top: -24px;
  left: 5px; }

.formtip h1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0;
  margin: 0; }

.formbtnGreen {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  padding: 0;
  margin: 10px 0;
  text-align: center;
  overflow: hidden;
  border-collapse: collapse;
  width: 153px;
  color: #fff;
  cursor: pointer; }

.confirm-alert {
  margin-top: 10px;
  font-size: 18px;
  line-height: 18px; }

.formbtn {
  display: inline-block;
  font-weight: bold;
  cursor: pointer; }

.formerror {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 10px 5px 10px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: auto;
  font: 12px Verdana;
  display: block;
  clear: both;
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7; }

.formremark {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: auto;
  height: auto;
  font: 12px Verdana;
  display: block;
  clear: both;
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
  overflow: hidden; }
  .formremark h1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    padding: 0;
    margin: 0; }

.formvalok {
  border-color: #73BF06 !important; }

.formvalnok {
  border-color: red !important; }

#choosealtdelivaddress {
  display: none; }

.choosealtdelivaddress {
  min-height: 20px;
  line-height: 20px;
  padding: 8px;
  margin: 10px 0;
  font-size: 12px;
  color: #666;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px; }

#selectedshopinfo {
  display: none;
  clear: left;
  line-height: 20px;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #000;
  background: #FFFFCC;
  border: 4px solid #FFFFCC;
  border-radius: 5px;
  -webkit-text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px; }

#packagedelinfo {
  display: none;
  clear: left;
  line-height: 20px;
  padding: 5px;
  margin: 10px 0;
  font-size: 12px;
  color: #000;
  background: #FFFFCC;
  border: 4px solid #FFFFCC;
  border-radius: 5px;
  text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px; }

#editdelivcode {
  padding: 3px 10px;
  margin-top: 3px;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#orderpackagechoices {
  list-style: none;
  padding: 0; }

#orderpackagechoices li {
  min-height: 50px;
  padding: 3px;
  margin-top: 3px;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa;
  cursor: pointer; }

#orderpackagechoices li:hover {
  background-color: #efefef; }

.orderpaytypes {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-spacing: 0;
  width: 100%; }

.orderpaytypestr {
  background-color: #fafafa;
  cursor: pointer; }

.orderpaytypestr td {
  max-width: 300px;
  padding: 5px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.orderpaytypestr:hover {
  background-color: #efefef; }

.orderpaytypestr td:first-child {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.orderpaytypestr td:last-child {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.ordertypesamo {
  margin: 0 !important;
  padding: 0 !important;
  border-width: 0 !important;
  border-spacing: 0 !important;
  width: 100% !important; }
  .ordertypesamo td {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important; }

.orderpaytypestrspacer {
  height: 3px; }

#selectshopall {
  background-color: #fafafa;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px; }

.orderpackagesinfo td {
  border-bottom: 2px solid #cccccc !important; }

.orderchangedeldate {
  background: url(//cdn.thg.dk/DAT/dom/img/orderstep_calendar.png) no-repeat;
  padding-left: 22px;
  cursor: pointer; }

.orderprintbtn {
  height: 30px;
  width: auto;
  background-image: url(//cdn.thg.dk/DAT/dom/img/order_print.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  margin: 10px;
  color: #999999;
  font-size: 12px;
  cursor: pointer; }

#orderloginbtn {
  padding: 10px;
  top: -6px;
  right: -6px;
  position: relative;
  float: right;
  background-color: #fafafa;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #cccccc;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #666;
  text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 3px 0px; }

#orderloginbtn:hover {
  background-color: #efefef; }

.kundeservice ul {
  /*list-style-type: inherit;*/ }

.kundeservicetekst ul {
  list-style-type: inherit;
  padding-left: 20px; }

/* --------------------> MEDIAS */
#ToTopArrow {
  width: 57px;
  height: 51px;
  background-image: url(//cdn.thg.dk/DAT/dom/img/TilTop.png);
  background-repeat: no-repeat;
  background-position: -2px -47px;
  position: fixed;
  z-index: 1;
  cursor: pointer;
  bottom: -15px;
  left: 49%; }

#ToTop #ToTopArrow {
  background-position: -72px -47px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 31px; }

#ToTop {
  cursor: pointer;
  margin-left: 32%;
  display: none;
  position: fixed; }

.searchcon {
  width: 100%;
  float: left; }

.searchfields {
  width: 765px; }

.searchcon .rightWidget {
  display: none; }

.grimg, .GrImg {
  width: 100%; }

/*CART icons*/
.carticonwrapper {
  float: left;
  width: 180px;
  height: auto;
  margin: 10px 0;
  padding: 0; }

.carticontext {
  display: inline-block;
  padding-top: 15px;
  padding-left: 5px;
  width: 100px;
  height: 75px;
  float: left;
  margin: 0; }

.carticon {
  background-image: url(//cdn.thg.dk/DAT/dom/img/Cart-icons.png);
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  display: inline-block;
  float: left;
  content: " "; }

/*F�lgliste*/
#bodycontent .RimListCon {
  float: left;
  margin: 0 0 15px 15px;
  position: relative;
  height: 232px;
  width: 188px;
  z-index: 0; }

#bodycontent .RimListCon .offer {
  z-index: 10;
  top: 5px;
  font-size: 12px; }

#bodycontent .RimListCon a img {
  margin-top: 10px;
  border: 0px solid #cccccc; }

#bodycontent .RimListCon .pricebut {
  display: block;
  position: relative;
  bottom: 20px;
  z-index: 6; }

#bodycontent .RimListCon strong {
  font-size: 12px; }

#bodycontent .RimListCon .offer {
  position: absolute;
  left: -5px;
  top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  height: 26px;
  color: white;
  background-image: url(//cdn.thg.dk/DAT/dom/wg/OfferCornerBgDgray.png);
  background-repeat: no-repeat;
  line-height: 14px; }

#bodycontent.fullwidth .RimListCon {
  width: 186px; }

/*---------------Product------------------------*/
.borderccc {
  border: 1px solid #cccccc; }

.bgfff {
  background-color: white; }

.Fred {
  color: red; }

.FlGrey {
  color: #999999; }

.F10 {
  font-size: 10px; }

.F12 {
  font-size: 12px; }

.F777 {
  color: #777777;
  line-height: 20px; }

.margin0 {
  margin: 0; }

.hiddenOverflow {
  overflow: hidden; }

.demovareIcon {
  position: absolute;
  right: 30px;
  top: 10px; }

.discountCon {
  float: left;
  vertical-align: middle;
  padding-top: 5px;
  padding-left: 5px; }

.discountText {
  float: right;
  vertical-align: middle;
  padding-right: 5px; }

.pant {
  right: 2px;
  bottom: 2px;
  position: absolute;
  z-index: 4; }

.W100 {
  width: 100%;
  margin-bottom: 5px; }

.leftmid100 {
  float: left;
  vertical-align: middle;
  height: 100%; }

.leftmid {
  float: right;
  vertical-align: middle; }

.pantTextHead {
  font-weight: bold;
  font-size: 12px;
  color: #99773d; }

.shopstatusinfo {
  text-decoration: none !important; }

.anbefaler {
  position: relative; }

.infocon a {
  text-decoration: underline; }

.anbefaler .recom {
  border: 1px #cccccc solid;
  background-color: #efefef;
  padding: 3px; }

.anbefaler .infocon {
  float: left;
  margin: 1px;
  background-color: white;
  box-sizing: border-box;
  padding: 5px 3px; }

.anbefaler .infocon .itemcon {
  width: 50px;
  height: 50px;
  padding: 0; }

.anbefaler .infocon .b0pl2 {
  border: 0;
  padding-left: 2px; }

.anbefaler .infocon .b0right {
  border: 0;
  text-align: right; }

.anbefaler .bottomheadline {
  position: absolute;
  bottom: 0px;
  width: 100%; }

.anbefaler .StrPris {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold; }

.anbefaler .FraightBtn {
  padding-top: 17px;
  float: left; }

.nesscon .prodlistprod {
  /*&:hover{
      //background-color: #fcf8e3;
      border: 2px solid #dadada !important;

      .headlineandoptions, .pricecontainer{
        background-color: #efefef;
        border-top: 1px solid #dadada !important;
      }
    }*/ }

#comparetable {
  background-color: white; }
  #comparetable .product-logo {
    height: 40px;
    margin: 2px;
    width: 75%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  #comparetable .product-image img {
    max-height: 160px; }
  #comparetable tr:nth-child(even) td {
    background-color: white; }

.necessary-products .prodlistprod {
  border: 2px solid #efefef;
  border-radius: 3px;
  padding: 0px;
  margin-bottom: 10px; }
  .necessary-products .prodlistprod .headlineandoptions {
    padding: 5px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef; }
  .necessary-products .prodlistprod .pricecontainer {
    padding: 5px; }

.prodlistprod .offer span, .smallprodcontainer .offer span {
  opacity: 0.95;
  line-height: normal; }

.input-append .btn {
  margin-top: 0; }

#Specifikationer summary {
  display: none; }

.itemfits {
  line-height: 22px;
  list-style-type: none;
  font-size: 14px; }

.itemfits a {
  text-decoration: underline;
  color: #333; }

.itemfits a:hover {
  text-decoration: none;
  color: #000; }

/*JqueryUI overrides*/
.uiBOX {
  height: 38px !important; }

.uiBOX li {
  line-height: 17px;
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 4px !important; }

.uiBOX li a {
  text-shadow: none; }

.ui-dialog .ui-dialog-titlebar {
  padding-top: 1.3em; }

.ui-state-active a, .ui-state-active a:link {
  color: #2e6e9e; }

.InstockBtn {
  /*padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;*/ }
  .InstockBtn button {
    height: 32px;
    color: #999;
    font-size: 13px; }
    .InstockBtn button img {
      vertical-align: top; }

.compare-products {
  display: block; }
  .compare-products.check.checked {
    background-color: #2daaff;
    border: 1px solid #2daaff;
    color: #fff; }
  .compare-products .check.checked {
    background-color: #2daaff;
    border: 1px solid #2daaff;
    color: #fff; }

/* BOX styles */
.box {
  margin-bottom: 10px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  font-size: 14px; }

.box .box-itm.box-itm-grey {
  background: #ebebeb;
  box-shadow: 0 1px 1px 0 #fff inset; }

.box .box-itm:first-child {
  border-top: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.box .box-itm:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.box .box-itm {
  position: relative;
  min-height: 38px;
  padding: 0 10px;
  line-height: 38px;
  border-top: 1px solid #d6d6d6;
  font-weight: bold;
  color: #4d4d4d; }

.box .box-itm-small {
  height: 30px;
  line-height: 30px;
  font-weight: normal; }

.box .box-itm.box-itm-autoh {
  height: auto;
  padding: 7px 10px;
  line-height: 18px;
  font-weight: normal; }

.box .box-itm.box-header {
  background: #ebebeb;
  box-shadow: 0 1px 1px 0 #fff inset;
  font-size: 16px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }
  .box .box-itm.box-header.box-header-blue {
    width: auto;
    height: 35px;
    margin: -1px 0 0 -1px;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.6) inset;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #58C9F4 #289EDE #008AD5;
    border-style: solid;
    border-width: 1px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#63c7fe, endColorstr=#027aba);
    background-image: -o-linear-gradient(top, #63c7fe 0%, #027aba 100%);
    background-image: -moz-linear-gradient(top, #63c7fe 0%, #027aba 100%);
    background-image: -webkit-linear-gradient(top, #63c7fe 0%, #027aba 100%);
    background-image: -ms-linear-gradient(top, #63c7fe 0%, #027aba 100%);
    background-image: linear, top, #63c7fe 0%, #027aba 100%; }
  .box .box-itm.box-header.box-header-darkblue {
    width: auto;
    height: 35px;
    margin: -1px 0 0 -1px;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.6) inset;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #0f2449;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f2449, endColorstr=#20478c);
    background-image: -o-linear-gradient(top, #0f2449 0%, #20478c 100%);
    background-image: -moz-linear-gradient(top, #0f2449 0%, #20478c 100%);
    background-image: -webkit-linear-gradient(top, #0f2449 0%, #20478c 100%);
    background-image: -ms-linear-gradient(top, #0f2449 0%, #20478c 100%);
    background-image: linear, top, #0f2449 0%, #20478c 100%; }
  .box .box-itm.box-header.box-header-green {
    width: auto;
    height: 35px;
    margin: -1px 0 0 -1px;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.6) inset;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #51a351;
    border-style: solid;
    border-width: 1px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5cb85c, endColorstr=#51a351);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #51a351 100%);
    background-image: -moz-linear-gradient(top, #5cb85c 0%, #51a351 100%);
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #51a351 100%);
    background-image: -ms-linear-gradient(top, #5cb85c 0%, #51a351 100%);
    background-image: linear, top, #5cb85c 0%, #51a351 100%;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#68e968, endColorstr=#51a351);
        background-image: -o-linear-gradient(top, #68e968 0%, #51a351 100%);
        background-image: -moz-linear-gradient(top, #68e968 0%, #51a351 100%);
        background-image: -webkit-linear-gradient(top, #68e968 0%, #51a351 100%);
        background-image: -ms-linear-gradient(top, #68e968 0%, #51a351 100%);
        background-image: linear-gradient(top, #68e968 0%, #51a351 100%);*/ }
  .box .box-itm.box-header.box-header-black {
    width: auto;
    height: 35px;
    margin: -1px 0 0 -1px;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.6) inset;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #3D3D3D transparent #030000;
    border-style: solid;
    border-width: 1px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c3c3c, endColorstr=#030000);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #030000 100%);
    background-image: -moz-linear-gradient(top, #3c3c3c 0%, #030000 100%);
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #030000 100%);
    background-image: -ms-linear-gradient(top, #3c3c3c 0%, #030000 100%);
    background-image: linear, top, #3c3c3c 0%, #030000 100%; }
  .box .box-itm.box-header.box-header-grey {
    width: auto;
    height: 35px;
    margin: -1px 0 0 -1px;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.6) inset;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #F4F4F4 transparent #999;
    border-style: solid;
    border-width: 1px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#cccccc);
    background-image: -o-linear-gradient(top, #f4f4f4 0%, #ccc 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 0%, #ccc 100%);
    background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #ccc 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 0%, #ccc 100%);
    background-image: linear, top, #f4f4f4 0%, #ccc 100%; }

.box .box-itm.box-itm-light-gradient {
  border-bottom: 1px solid #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f4f4f4);
  background-image: -o-linear-gradient(top, #fff 5%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #fff 5%, #f4f4f4 100%);
  background-image: -webkit-linear-gradient(top, #fff 5%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #fff 5%, #f4f4f4 100%);
  background-image: linear, top, #fff 5%, #f4f4f4 100%; }

.box .box-itm.box-itm-dark-gradient {
  border-bottom: 1px solid #999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#cccccc);
  background-image: -o-linear-gradient(top, #f4f4f4 5%, #ccc 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 5%, #ccc 100%);
  background-image: -webkit-linear-gradient(top, #f4f4f4 5%, #ccc 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 5%, #ccc 100%);
  background-image: linear, top, #f4f4f4 5%, #ccc 100%; }

.box .box-itm.box-itm-light-yellow {
  border-bottom: 1px solid #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FCF8E3, endColorstr=#FBEED5);
  background-image: -o-linear-gradient(top, #FCF8E3 5%, #FBEED5 100%);
  background-image: -moz-linear-gradient(top, #FCF8E3 5%, #FBEED5 100%);
  background-image: -webkit-linear-gradient(top, #FCF8E3 5%, #FBEED5 100%);
  background-image: -ms-linear-gradient(top, #FCF8E3 5%, #FBEED5 100%);
  background-image: linear, top, #FCF8E3 5%, #FBEED5 100%; }

.box .box-itm.box-itm-light-blue {
  border-bottom: 1px solid #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9EDF7, endColorstr=#BCE8F1);
  background-image: -o-linear-gradient(top, #D9EDF7 5%, #BCE8F1 100%);
  background-image: -moz-linear-gradient(top, #D9EDF7 5%, #BCE8F1 100%);
  background-image: -webkit-linear-gradient(top, #D9EDF7 5%, #BCE8F1 100%);
  background-image: -ms-linear-gradient(top, #D9EDF7 5%, #BCE8F1 100%);
  background-image: linear, top, #D9EDF7 5%, #BCE8F1 100%; }

/*start butn*/
.butn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear, to bottom, #ffffff, #e6e6e6;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.butn:hover, .butn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.butn:hover, .butn:focus, .butn:active, .butn.active, .butn.disabled, .butn[disabled] {
  color: #333333;
  background-color: #e6e6e6; }

/*end butn*/
.boxwrapper .boxtext .find-butik {
  font-size: 25px;
  line-height: 25px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }

table.Aabningstider {
  width: 100%; }

table.Aabningstider .headline {
  padding-top: 15px;
  margin-bottom: 15px;
  line-height: 25px;
  font-size: 25px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }

.prodInstockTip {
  position: relative;
  left: 110px;
  top: 10px;
  z-index: 1;
  width: 100px;
  min-height: 20px;
  line-height: 20px;
  padding: 5px;
  margin: 0 10px;
  font-size: 14px;
  color: #fff;
  background: #73BF06;
  border: 4px solid #73BF06;
  border-radius: 5px;
  text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px; }

.prodInstockTip:after {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #73BF06 transparent transparent;
  top: 1px;
  left: -70px; }

[class^="inicon-"], [class*=" inicon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(//cdn.thg.dk/DAT/dom/img/bil-instrument2.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-color: transparent !important; }

.inicon-olie {
  background-position: -17px 0px;
  background-color: transparent !important; }

.inicon-batteri {
  background-position: 0px 0px; }

.inicon-paerer {
  background-position: -35px 0px; }

.inicon-visker {
  background-position: -52px 0px; }

/*\JqueryUI overrides/*/
iframe body, iframe html {
  min-height: 100%; }

#unfoldnetshopmenu {
  display: none; }

.searchfields {
  width: 765px;
  float: left; }

.searchcon .rightWidget {
  display: block;
  float: right;
  width: 250px; }

.slidercon {
  width: 100%;
  height: 315px;
  margin-bottom: 20px; }

.sliderconshopimg {
  position: relative; }
  .sliderconshopimg:hover .rslides_nav {
    opacity: 1; }
    .sliderconshopimg:hover .rslides_nav.prev {
      left: 10px; }
    .sliderconshopimg:hover .rslides_nav.next {
      right: 10px; }
  .sliderconshopimg .store-images {
    display: none; }
    .sliderconshopimg .store-images.rslides {
      display: block; }
  .sliderconshopimg .rslides_nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    background-image: url("/skins/3/arrows-metallic.png");
    text-indent: -999em;
    width: 42px;
    height: 42px;
    opacity: 0;
    -webkit-transition: opacity 200ms ease, left 200ms ease, right 200ms ease;
    -moz-transition: opacity 200ms ease, left 200ms ease, right 200ms ease;
    transition: opacity 200ms ease, left 200ms ease, right 200ms ease; }
    .sliderconshopimg .rslides_nav.prev {
      left: 40px;
      margin-top: -21px;
      background-position: -1px -27px; }
    .sliderconshopimg .rslides_nav.next {
      right: 40px;
      margin-top: -21px;
      background-position: 43px -27px; }

.small {
  display: none; }

.grouphead {
  position: relative;
  width: 100%; }

.grouphead img {
  position: absolute;
  width: 100%; }

thgblockquote {
  position: absolute;
  background-color: white;
  padding: 20px;
  display: block; }

thgblockquote p {
  font-size: 24px;
  font-weight: bold; }

thgblockquote small {
  font-size: 16px; }

.vejlimg {
  width: 300px;
  float: right;
  padding: 10px; }

.large, .medium {
  display: block; }

.inlineBox {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1180px;
  margin: 20px auto; }

body.newsroom .topgroupnavi {
  margin-top: 20px; }

/*medium desktop/tablets*/
@media only screen and (max-width: 1280px) {
  /*width < 1280*/
  .large {
    display: none; }
  .slidercon {
    height: 234px; }
  #forside-ekstra {
    display: none; }
  .pv3 .imgcon {
    width: 100%; }
  .pv3 .descon {
    width: 100%; }
  .pv3 #varemediumimg {
    max-width: 100%; }
  #unithg {
    display: none; }
  .vejlimg {
    width: 250px;
    float: right;
    padding: 5px; }
  .forline img {
    float: left;
    width: 32.5%;
    margin: 3px; } }

/*BS test*/
.Helper {
  position: fixed;
  top: 80px;
  width: 40%;
  min-height: 200px;
  left: 30%;
  margin: auto;
  z-index: 1501; }

.Helper .box-itm-autoh {
  min-height: 290px; }

.gradientGrayBottom {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eaeaea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #eaeaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eaeaea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eaeaea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eaeaea 100%);
  /* IE10+ */
  background: linear, to bottom, rgba(255, 255, 255, 0) 0%, #eaeaea 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eaeaea',GradientType=0 );
  /* IE6-8 */ }

/*  Elektronik og mobil - KBA */
.banner-container {
  position: relative;
  margin-bottom: 10px; }

.banner-link-one {
  position: absolute;
  width: 658px;
  height: 241px;
  left: 0px;
  top: 0; }

.banner-link-two {
  position: absolute;
  width: 365px;
  height: 241px;
  right: 0px;
  top: 0; }

/*  Elektronik og mobil - KBA */
/*   D�k-info - KBA */
.daek-info #leftmenu {
  margin: 0;
  padding: 0;
  width: 250px; }

#daek-infobody {
  position: relative;
  width: 940px;
  float: right; }

#daek-infobody .daek-info-controls {
  position: absolute;
  top: 270px;
  right: 0px;
  margin-top: 20px; }

@media only screen and (max-width: 1280px) {
  /*width < 1280*/
  #daek-infobody .daek-info-controls {
    top: 190px; }
  #daek-infobody {
    width: 740px; } }

#daek-infobody li {
  margin: 5px;
  padding: 0 25px 0 28px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEQwNzgzRDI0QTExMTFFM0ExRUM5RDAyN0VEODY4QTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEQwNzgzRDM0QTExMTFFM0ExRUM5RDAyN0VEODY4QTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzREMjk1NzRBMEQxMUUzQTFFQzlEMDI3RUQ4NjhBMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzREMjk1ODRBMEQxMUUzQTFFQzlEMDI3RUQ4NjhBMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkvfftgAAACySURBVHjaYmQgAwSu9ncAUvOBWIGJDM0JQGo/SDOIz0SG5vlIQg+YKND8ASTMCJVsAFL2QHxwfejGBiya+4FUAZpmR6DaCyxASZCpCVAJUOA0oGlGlkfRDAuDBDQNBsRqBgEWLN5VAGp8AKT7CWnGFQv10GgiqBmXCwzQ+Dg1w1zwAU/s4dUMM+ACuZphBhzEIv6AGM0gwHxj9c0DmmEajFC/cwDxBiD2BGp+QEwKBQgwAAqiTNdo4wdfAAAAAElFTkSuQmCC") no-repeat left;
  *background: url(/skins/3/icon_usppoint.png) no-repeat left;
  /* For IE 6 and 7 */ }

#daek-infobody p:first-of-type {
  font-weight: bold; }

/*   D�k FAQ - KBA */
input.isCarSearch {
  text-transform: uppercase; }

#trustBlock {
  margin: 10px 0px !important;
  display: block; }

/* customerServiceBox - MET */
/* FILTERS */
.isFilterUL {
  margin-left: 0; }

/* filters*/
/* txt.asp */
body.txt .conduit-l {
  font-family: "Roboto", sans-serif;
  font-weight: normal; }

body.txt .conduit-b {
  font-family: "Roboto", sans-serif;
  font-weight: normal; }

body.txt #bodycontent.fullwidth .header-image img {
  width: 100%; }

body.txt .ups {
  background-position: center;
  background-repeat: no-repeat;
  width: 242px;
  height: 242px;
  background-size: contain;
  margin: 0px;
  padding: 0px;
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border: 5px solid #fff; }

body.txt .text-wrapper {
  display: table; }

body.txt .description {
  display: table-cell;
  vertical-align: middle; }

body.txt .description p {
  /*font-weight: bold;*/
  font-size: 16px; }

body.txt .description small {
  font-style: italic;
  font-weight: normal; }

body.txt .W100 {
  margin-bottom: 50px; }

body.txt .responsive-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 56.25%; }

body.txt .iframe-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* txt.asp */
