﻿/* ===== Shop styles ===== */
/* Bars Boxes and Buttons background colors */
/* Bars Boxes and Buttons colors */
/* Bars Boxes and Buttons background colors */
/*#10459F;*/
/*#4bc3ff;*/
.linethrough {
  text-decoration: line-through;
}
.shopcontent {
  padding: 15px 15px 0 15px;
}
.shopcontent input[type='radio'],
.shopcontent input[type='checkbox'] {
  transform: scale(1.3);
  margin-top: 0;
  margin-left: 4px;
  margin-right: 2px;
}
.shopcontent input[type='checkbox'] {
  border-radius: 0;
  background-color: #326525;
}
.shopcontent label {
  margin-bottom: 0;
  margin-left: 3px;
  margin-right: 8px;
}
@media screen and (max-width: 500px) {
  .shopcontent input[type='radio'],
  .shopcontent input[type='checkbox'] {
    transform: scale(2);
    margin-left: 10px;
    margin-top: 1em;
  }
  .shopcontent label {
    margin-left: 8px;
  }
}
.shopcontent .alert {
  display: inline-block;
  padding: 12px;
  margin-top: 3px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.shopcontent .noaccesstopg {
  padding: 20px 0;
  color: #ef0c0c;
  font-size: 15.4px;
  font-weight: bold;
}
/* -- Product Groups -- */
ul#shop_pgs {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
}
ul#shop_pgs li.shop_pg {
  float: left;
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  width: 340px;
  height: 442px;
}
ul#shop_pgs li.shop_pg .pgimage {
  width: 340px;
  height: 340px;
  border: 0;
  overflow: hidden;
}
ul#shop_pgs li.shop_pg .pgimage img {
  border: none;
  width: 100%;
  height: auto;
}
ul#shop_pgs li.shop_pg .pgname {
  margin-top: 7px;
  width: 340px;
  height: 32px;
  overflow: hidden;
  color: #606060;
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Times New Roman', sans-serif;
}
ul#shop_pgs li.shop_pg .pgname a {
  color: #606060;
  text-decoration: none;
}
ul#shop_pgs li.shop_pg .pgname a:hover {
  text-decoration: underline;
}
/* -- Products -- */
ul#shop_ps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /*align-items: center;*/
  /*baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe;*/
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
}
ul#shop_ps li.product {
  /*flex-grow: 2;*/
  /*float:left;*/
  /*display: block;*/
  white-space: nowrap;
  /*margin:0 30px 25px 0;*/
  margin-bottom: 30px;
  padding: 0;
  width: 340px;
  height: 408px;
  background-color: transparent;
  /* border: dotted 1px green; */
}
ul#shop_ps li.product .pimage {
  width: 340px;
  height: 340px;
  border: 0;
  overflow: hidden;
}
ul#shop_ps li.product .pimage img {
  border: none;
  width: 100%;
  height: auto;
}
ul#shop_ps li.product .pname {
  padding: 12px 10px 0 0;
  /*margin-top: 7px;*/
  width: 340px;
  /*height: 18px;*/
  overflow: hidden;
  color: #646464;
  font-size: 1.4em;
  line-height: 125%;
  font-weight: normal;
  font-family: 'Times New Roman', sans-serif;
}
ul#shop_ps li.product .pname .pname_inner {
  min-height: 28px;
}
ul#shop_ps li.product .pdesc {
  margin-top: 7px;
  width: 340px;
  height: 27.2px;
  overflow: hidden;
  color: #646464;
  white-space: normal;
  font-size: 0.8em;
  line-height: 1.25em;
  font-weight: normal;
  font-family: Verdana;
  /*border: dotted 1px blue; */
}
ul#shop_ps li.product .pdesc a {
  text-decoration: underline;
}
ul#shop_ps li.product .pdesc a:hover {
  text-decoration: none;
}
ul#shop_ps li.product .ppab {
  padding: 2px 10px 0 0;
}
ul#shop_ps li.product .ppab .ppib {
  float: right;
  cursor: pointer;
  margin-right: 5px;
}
ul#shop_ps li.product .ppab .psp {
  float: right;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
ul#shop_ps li.product .ppab .psp a {
  border: none;
  margin: 0;
  margin-top: -3px;
  font-weight: bold;
  font-size: 1em;
  border-radius: 0;
  text-decoration: none;
  background-color: Transparent;
  color: #fff;
  cursor: pointer;
  font-family: Verdana;
  background-color: #326525;
  padding: 3px 0 4px 0;
  min-width: 100px;
}
ul#shop_ps li.product .ppab .pnis {
  float: right;
  cursor: pointer;
  margin-right: 5px;
}
ul#shop_ps li.product .ppab .psv {
  clear: both;
  cursor: pointer;
  margin-right: 5px;
  color: Red;
}
ul#shop_ps li.product .ppab .psv a {
  color: Red;
  font-weight: bold;
}
ul#shop_ps li.product .ppab .pprice {
  float: left;
  font-weight: normal;
  color: #646464;
}
ul#shop_ps li.product .ppab .ppriceobsolete {
  float: left;
  font-weight: bold;
  color: #646464;
  text-decoration: line-through;
}
ul#shop_ps li.product .ppab .ppoffer {
  float: left;
  font-weight: normal;
  color: Red;
}
ul#shop_ps li.product .ppab .ppfrom {
  float: left;
  font-weight: normal;
  color: #646464;
}
ul#shop_ps li.product .ppab .ppinfo {
  padding: 3px 0 0 0;
  float: left;
  clear: left;
  font-weight: normal;
  color: #777;
  font-size: 8px;
  line-height: 100%;
  font-family: Arial;
}
ul#shop_ps li.product .ppab .ppinfo a {
  text-decoration: underline;
  color: #777;
}
ul#shop_ps li.product .ppab .ppinfo a:hover {
  text-decoration: none;
}
/* -- Related Products -- */
.shop_pre_rps {
  margin-top: 5px;
}
.shop_pre_rps h2 {
  font-size: 1.6em;
  font-weight: bold;
  color: #365722;
  margin-bottom: -8px;
}
ul#shop_rps {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
ul#shop_rps li.product {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  margin-right: 170px / 8;
  width: 170px;
  height: 204px;
}
ul#shop_rps li.product .pimage {
  width: 170px;
  height: 170px;
  border: 0;
  overflow: hidden;
}
ul#shop_rps li.product .pimage img {
  border: none;
  width: 100%;
  height: auto;
}
ul#shop_rps li.product .pname {
  padding: 10px 8px 0 0;
  width: 170px;
  overflow: hidden;
  color: #606060;
  font-size: 1.3em;
  line-height: 125%;
  font-weight: normal;
  font-family: 'Times New Roman', sans-serif;
}
ul#shop_rps li.product .pname .pname_inner {
  min-height: 22px;
}
/* -- Product -- */
.shop_pre_p {
  margin-top: -5px;
}
.shop_pre_p h1 {
  font-size: 1em;
  font-family: Verdana;
  font-weight: normal;
}
.shop_pre_p h1 a {
  color: #6f6d70;
  text-decoration: underline;
}
.shop_pre_p h1 a:hover {
  text-decoration: none;
}
.shop_pre_p h1 a span.arrow {
  display: block;
  float: left;
  margin: 6px 0 0 3px;
  z-index: 9999;
  /* we use one-side border to create a triangle so that we don't use a real background image. */
  width: 0;
  height: 0;
  /* tweak size of the arrow */
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
}
.shop_pre_p h1 a .btn {
  padding-left: 10px;
}
.shop_p {
  margin: 10px 0 0 0;
  padding: 0;
  overflow: hidden;
  display: grid;
  height: auto;
  /*width: 100%;*/
  grid-template-rows: 1fr;
  grid-template-columns: auto 40px auto;
}
@media (max-width: 700px) {
  .shop_p {
    display: block;
  }
}
.shop_p .pheading {
  clear: both;
}
.shop_p .pimage {
  /*float:left; */
  grid-column-start: 1;
  overflow: hidden;
  max-width: 500px;
}
.shop_p .pimage .zoom {
  display: inline-block;
  position: relative;
  /*&.active:after { content:''; display:block; width:33px; height:33px; position:absolute; top:0; right:0; background:url(/code/js/zoom-master/icon.png); }*/
}
.shop_p .pimage .zoom img {
  width: 100%;
  height: auto;
}
.shop_p .pimage .zoom img::selection {
  background-color: transparent;
}
.shop_p .pimage img {
  max-width: 500px;
  height: auto;
  border: 1px solid #ECE8E5;
}
.shop_p .pimage #imgcarousel {
  max-width: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.shop_p .pimage #imgcarousel #syncimg .item {
  width: 80px;
  height: 80px;
  background-color: transparent;
  padding: 0 0 0 0;
  margin: 4px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.shop_p .pimage #imgcarousel #syncimg .item img {
  width: 100%;
  height: auto;
  border-color: #326525;
  border-width: 3px;
}
.shop_p .pimage #imgcarousel #syncimg .synced .item img {
  border-color: #162d10;
}
.shop_p .pinfo {
  /*float:right; width: 40%; */
  grid-column-start: 3;
  overflow: hidden;
}
.shop_p .pinfo .inner {
  padding: 0 20px 0 0;
  color: #606060;
}
.shop_p .pinfo h1 {
  color: #365722;
  font-size: 20px;
}
.shop_p .pinfo .pdesc {
  padding-top: 5px;
  color: #606060;
  font-size: 0.9em;
  font-weight: normal;
  font-family: Verdana;
  text-align: left;
  /*border: dotted 1px blue; */
}
.shop_p .pinfo .pdesc p {
  font-size: 100%;
  font-family: Verdana;
}
.shop_p .pinfo .psizes {
  margin: 10px 0 10px 0;
}
.shop_p .pinfo .psizes .lbl {
  font-size: 1em;
  font-weight: normal;
}
.shop_p .pinfo .psizes .val {
  font-size: 1.1em;
  font-weight: normal;
}
.shop_p .pinfo .pvariants {
  margin: 0 0 12px 0;
}
.shop_p .pinfo .pvariants .lbl {
  font-size: 1.1em;
  font-weight: bold;
}
.shop_p .pinfo .pvariants .val {
  font-size: 1.2em;
  font-weight: bold;
}
.shop_p .pinfo .pprice .lbl {
  font-size: 1.1em;
  font-weight: bold;
}
.shop_p .pinfo .pprice .val {
  font-size: 1.8em;
  font-weight: normal;
}
.shop_p .pinfo .pprice .valobsolete {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: line-through;
}
.shop_p .pinfo .ppoffer {
  padding-top: 2px;
}
.shop_p .pinfo .ppoffer .lbl {
  font-size: 1.1em;
  font-weight: bold;
}
.shop_p .pinfo .ppoffer .val {
  font-size: 1.2em;
  font-weight: bold;
  color: Red;
}
.shop_p .pinfo .ppinfo {
  padding: 5px 0 3px 0;
  font-weight: normal;
  color: #777;
  font-size: 9px;
  font-family: Arial;
}
.shop_p .pinfo .ppinfo a {
  text-decoration: underline;
  color: #777;
}
.shop_p .pinfo .ppinfo a:hover {
  text-decoration: none;
}
.shop_p .pinfo .pdprices {
  margin-top: 11px;
}
.shop_p .pinfo .pdprices .pdprice {
  height: 18px;
}
.shop_p .pinfo .pdprices .pdprice .lbl {
  font-size: 1em;
  font-weight: bold;
}
.shop_p .pinfo .pdprices .pdprice .val {
  font-size: 1.1em;
  font-weight: bold;
}
.shop_p .pinfo .buy {
  clear: both;
  margin-top: 15px;
  overflow: hidden;
}
.shop_p .pinfo .buy .amountlbl {
  float: left;
  padding-top: 7px;
}
.shop_p .pinfo .buy .amountval {
  float: left;
  margin-left: 5px;
}
.shop_p .pinfo .buy .amountval input {
  width: 50px;
  text-align: right;
  padding: 5px 2px;
}
.shop_p .pinfo .buy .pib {
  float: left;
  margin-left: 20px;
  padding-top: 0;
  cursor: pointer;
}
.shop_p .pinfo .buy .pib div.btns {
  float: left;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1em;
  background-color: Transparent;
  color: #fff;
  cursor: pointer;
  font-family: Verdana;
  background-color: #326525;
  padding: 8px 9px 7px 9px;
}
.shop_p .pinfo .stock {
  clear: both;
  padding-top: 18px;
}
.shop_p .pinfo .stock .ist {
  color: #08482d;
  font-weight: bold;
}
.shop_p .pinfo .stock .nist {
  color: red;
  font-weight: bold;
}
/* --- Smaller than standard 1200 (devices and browsers) --- */
@media only screen and (max-width: 1199px) {
  .shop_p .pimage img {
    width: 300px;
    height: 260px;
  }
  .shop_p .pimage #imgcarousel {
    width: 300px;
  }
  .shop_p .pinfo {
    width: 395px;
  }
}
@media only screen and (max-width: 959px) {
  .shop_p .pimage img {
    width: 350px;
    height: 304px;
  }
}
@media only screen and (max-width: 459px) {
  .shop_p {
    clear: both;
    margin: 10px 10px 0 30px;
    padding: 10px 0 0 0;
    overflow: hidden;
    /*border: 1px solid blue; */
  }
  .shop_p .pimage img {
    width: 325px;
    height: 282px;
  }
  .shop_p .pinfo {
    width: 100%;
  }
}
@media only screen and (max-width: 419px) {
  .shop_p {
    clear: both;
    margin: 10px 5px 0 10px;
    padding: 10px 0 0 0;
    overflow: hidden;
    /*border: 1px solid blue; */
  }
  .shop_p .pimage img {
    width: 370px;
    height: 334px;
  }
  .shop_p .pinfo {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .shop_p {
    clear: both;
    margin: 10px 20px 0 20px;
    padding: 10px 0 0 0;
    overflow: hidden;
    /*border: 1px solid blue; */
  }
  .shop_p .pimage img {
    width: 315px;
    height: 273px;
  }
  .shop_p .pinfo {
    width: 100%;
  }
}
@media only screen and (max-width: 359px) {
  .shop_p {
    clear: both;
    margin: 10px 1px 0 1px;
    padding: 10px 0 0 0;
    overflow: hidden;
    /*border: 1px solid blue; */
  }
  .shop_p .pimage img {
    width: 314px;
    height: 270px;
  }
  .shop_p .pinfo {
    width: 100%;
  }
}
/* -- Products order form -- */
.shop_pof {
  padding: 0 10px 0 0;
}
.shop_pof .empty {
  clear: both;
  padding-top: 20px;
}
.shop_pof .empty .ErrorText {
  font-size: 14px;
  font-weight: bold;
}
.shop_pof td {
  color: #08482d;
}
.shop_pof table.items {
  width: 100%;
}
.shop_pof table.items tr.odd {
  background-color: #f0f0f0;
}
.shop_pof table.items tr th {
  text-align: left;
  font-weight: bold;
  padding: 8px 8px;
  border-bottom: solid 2px #e5e5e5;
  empty-cells: show;
}
.shop_pof table.items tr th.productno {
  white-space: nowrap;
}
.shop_pof table.items tr th.price,
.shop_pof table.items tr th.total {
  text-align: center;
}
.shop_pof table.items tr td {
  font-weight: normal;
  padding: 8px 8px;
  border-bottom: solid 2px #e5e5e5;
}
.shop_pof table.items tr td.product a {
  text-decoration: none;
}
.shop_pof table.items tr td.product a:hover {
  text-decoration: underline;
}
.shop_pof table.items tr td.image img {
  border: none;
}
.shop_pof table.items tr td.note .nist {
  color: Red;
  font-weight: bold;
}
.shop_pof table.items tr td.note .nb {
  color: Red;
  font-weight: bold;
  font-size: 12px;
}
.shop_pof table.items tr td.price {
  text-align: right;
  padding-right: 20px;
  white-space: nowrap;
}
.shop_pof table.items tr td.count .opdater,
.shop_pof table.items tr td.count .slet {
  text-decoration: underline;
  cursor: pointer;
}
.shop_pof table.items tr td.count .opdater:hover,
.shop_pof table.items tr td.count .slet:hover {
  text-decoration: none;
}
.shop_pof table.items tr td.total {
  text-align: right;
  white-space: nowrap;
}
.shop_pof table.items tr td.odd {
  background-color: #f0f0f0;
}
.shop_pof table.items tr td.even {
  background-color: #f9f9f9;
}
.shop_pof table.items tr td .amountval input {
  width: 30px;
  text-align: right;
}
.shop_pof .tkurv .tilkurv {
  float: right;
  padding: 3px 0 4px 0;
  width: 100px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  cursor: pointer;
  background-color: #233589;
}
/* -- Manufacturers (list) page -- */
ul#manufacturers {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
}
ul#manufacturers li {
  float: left;
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  width: 170px;
  height: 225px;
}
ul#manufacturers li .image {
  width: 170px;
  height: 170px;
  border: 0;
  overflow: hidden;
}
ul#manufacturers li .name {
  margin-top: 7px;
  width: 170px;
  height: 25px;
  overflow: hidden;
  color: #08482d;
  font-size: 1.5em;
  font-weight: bold;
  font-family: Times New Roman;
}
ul#manufacturers li .name a {
  color: #08482d;
  text-decoration: none;
}
ul#manufacturers li .name a:hover {
  text-decoration: underline;
}
/* -- Manufacturer page -- */
#shop_mfcontentc {
  float: right;
  width: 230px;
  /*border: dotted 1px green; */
}
#shop_mfcontentc #mfcontent {
  padding: 10px 10px 10px 5px;
  color: #606060;
}
#shop_mfvideo {
  float: left;
  width: 470px;
  /*border: dotted 1px blue; */
}
#shop_mfimage {
  float: left;
  /*border: dotted 1px blue; */
}
/* -- Manufacturer Products -- */
.shop_pre_mfps {
  margin-top: 25px;
}
.shop_pre_mfps h2 {
  font-size: 1.6em;
  font-weight: bold;
  color: #606060;
  margin-bottom: -8px;
}
ul#shop_mfps {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
}
ul#shop_mfps li.product {
  float: left;
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  margin-right: 6px;
  width: 111px;
  height: 141px;
  /* border: dotted 1px green; */
}
ul#shop_mfps li.product .pimage {
  width: 111px;
  height: 111px;
  border: 0;
  overflow: hidden;
}
ul#shop_mfps li.product .pimage img {
  border: none;
}
ul#shop_mfps li.product .pname {
  margin-top: 2px;
  width: 111px;
  height: 18px;
  overflow: hidden;
  color: #606060;
  font-size: 1.1em;
  font-weight: bold;
  font-family: Times New Roman;
}
/* -- Small Basket -- */
#shop_sb {
  /*background: url(../../images/vm_kurv_ramme.gif) no-repeat 0 0; width: 196px; height: 95px;*/
  width: 180px;
  /*border: 1px solid green;*/
}
#shop_sb * {
  outline: none;
  border: none;
}
#shop_sb a {
  text-decoration: none;
}
#shop_sb a:hover {
  text-decoration: none;
}
#shop_sb .inner {
  padding: 0;
}
#shop_sb .inner .heading {
  text-transform: uppercase;
  font-size: 14px;
  color: #5f6062;
  font-family: Verdana, sans-serif;
  font-weight: bold;
}
#shop_sb .inner .status {
  padding-top: 3px;
  font-size: 12px;
  color: #606060;
  font-family: Verdana, sans-serif;
}
#shop_sb .inner .amount {
  background: url(../../images/kurv.svg) no-repeat 2px 2px;
  background-size: 21px 21px;
  margin-top: 3px;
  width: 110px;
  height: 25px;
}
#shop_sb .inner .amount .amountinner {
  padding: 8px 0 0 0;
  font-size: 13px;
  color: #706b71;
  text-align: right;
  font-family: Verdana;
  font-weight: bold;
}
/* -- Basket (page) -- */
#shop_bContainer #shop_b {
  padding: 0 10px 0 0;
}
#shop_bContainer #shop_b .empty {
  clear: both;
  padding-top: 20px;
}
#shop_bContainer #shop_b .empty .ErrorText {
  font-size: 14px;
  font-weight: bold;
}
#shop_bContainer #shop_b td {
  color: #606060;
}
#shop_bContainer #shop_b table.items {
  width: 100%;
}
#shop_b table.items tr.odd {
  background-color: #f0f0f0;
}
#shop_b table.items tr th {
  text-align: left;
  font-weight: bold;
  padding: 8px 8px;
  border-bottom: solid 2px #e5e5e5;
  empty-cells: show;
}
#shop_b table.items tr th.price,
#shop_b table.items tr th.total {
  text-align: center;
}
#shop_b table.items tr td {
  font-weight: normal;
  padding: 8px 8px;
  border-bottom: solid 2px #e5e5e5;
}
#shop_b table.items tr td.product a {
  text-decoration: none;
}
#shop_b table.items tr td.product a:hover {
  text-decoration: underline;
}
#shop_b table.items tr td.note .nist {
  color: Red;
  font-weight: bold;
}
#shop_b table.items tr td.note .nb {
  color: Red;
  font-weight: bold;
  font-size: 12px;
}
#shop_b table.items tr td.price {
  text-align: right;
  padding-right: 20px;
  white-space: nowrap;
}
#shop_b table.items tr td.count .opdater,
#shop_b table.items tr td.count .slet {
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.9em;
}
#shop_b table.items tr td.count .opdater:hover,
#shop_b table.items tr td.count .slet:hover {
  text-decoration: none;
}
#shop_b table.items tr td.total {
  text-align: right;
  white-space: nowrap;
}
#shop_b table.items tr td.odd {
  background-color: #f0f0f0;
}
#shop_b table.items tr td.even {
  background-color: #f9f9f9;
}
#shop_b table.items tr td .amountval input {
  width: 30px;
  text-align: right;
}
#shop_b .sum {
  float: right;
  width: 45%;
  margin-top: 10px;
  /*border: dotted 1px green; */
}
#shop_b .sum table {
  width: 100%;
}
#shop_b .sum table tr td.lblsamlkoeb {
  font-weight: bold;
}
#shop_b .sum table tr td.valsamlkoeb {
  font-weight: bold;
  text-align: right;
}
#shop_b .sum table tr td.lbltotalexvat {
  font-weight: bold;
}
#shop_b .sum table tr td.valtotalexvat {
  font-weight: bold;
  text-align: right;
}
#shop_b .sum table tr td.lblherafmoms {
  font-weight: normal;
  height: 25px;
  vertical-align: bottom;
  border-bottom: solid 1px #d0d0d0;
}
#shop_b .sum table tr td.valherafmoms {
  font-weight: normal;
  height: 25px;
  vertical-align: bottom;
  text-align: right;
  border-bottom: solid 1px #d0d0d0;
}
#shop_b .sum table tr td.lblvat {
  font-weight: normal;
  height: 25px;
  vertical-align: bottom;
  border-bottom: solid 1px #d0d0d0;
}
#shop_b .sum table tr td.valvat {
  font-weight: normal;
  height: 25px;
  vertical-align: bottom;
  text-align: right;
  border-bottom: solid 1px #d0d0d0;
}
#shop_b .sum table tr td.lbltotal {
  font-weight: bold;
  height: 25px;
  vertical-align: bottom;
  border-bottom: double 3px #d0d0d0;
}
#shop_b .sum table tr td.valtotal {
  font-weight: bold;
  height: 25px;
  vertical-align: bottom;
  text-align: right;
  border-bottom: double 3px #d0d0d0;
}
#shop_b .tkkm .tilkassen {
  float: right;
  padding: 4px 0 4px 0;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-top: 40px;
  cursor: pointer;
  background-color: #326525;
}
#shop_b .tkkm .koebmere {
  float: right;
  clear: both;
  padding: 3px 0 4px 0;
  min-width: 100px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
  background-color: #326525;
}
#shop_b .odattoem {
  float: left;
  width: 45%;
  margin-top: 10px;
  /* border: dotted 1px blue; */
}
#shop_b .odattoem .opdater {
  float: left;
  padding: 3px 15px 4px 15px;
  margin-right: 40px;
  color: #fff;
  background-color: #326525;
}
#shop_b .odattoem .toem {
  float: left;
  padding: 3px 0 4px 0;
  width: 100px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #326525;
}
#shop_b .freeship {
  float: left;
  width: 45%;
  margin-top: 20px;
  font-weight: bold;
  color: Red;
  /* border: dotted 1px blue; */
}
/* -- Pay/Checkout -- */
#shop_pc {
  padding: 0 0 30px 0;
  overflow: hidden;
}
#shop_pc .StepView .s1,
#shop_pc .StepView .s2,
#shop_pc .StepView .s3,
#shop_pc .StepView .s4 {
  float: left;
  padding: 3px 0 4px 0;
  width: 100px;
  text-align: center;
  color: #326525;
  background-color: #fff;
  border: solid 1px #326525;
  font-weight: normal;
}
#shop_pc .StepView .sel {
  color: #fff;
  background-color: #326525;
  border: solid 1px #326525;
  font-weight: bold;
}
#shop_pc .StepView .sep {
  float: left;
  padding: 3px 0 4px 0;
  width: 20px;
  text-align: center;
  color: #000;
}
#shop_pc .empty {
  clear: both;
  padding-top: 20px;
}
#shop_pc .empty .ErrorText {
  font-size: 14px;
  font-weight: bold;
}
#shop_pc .stepAI {
  clear: both;
  padding-top: 35px;
}
#shop_pc .stepAI h1 {
  margin: 15px 0 12px 0;
}
#shop_pc .alogin {
  float: right;
  width: 40%;
}
#shop_pc .alogin .lblusern {
  padding-right: 1em;
}
#shop_pc .alogin .lblpassw {
  padding-right: 1em;
}
#shop_pc .alogin .txbusern {
  width: 8em;
  margin-bottom: 2px;
}
#shop_pc .alogin .txbpassw {
  width: 8em;
}
#shop_pc .intro {
  width: 45%;
}
#shop_pc .invinfo {
  /* shopper type */
}
#shop_pc .invinfo td.labelcol {
  width: 100px;
  vertical-align: middle;
}
#shop_pc .invinfo td.labelcolrem {
  width: 100px;
  vertical-align: top;
  padding-top: 3px;
}
#shop_pc .invinfo td.infocol {
  padding: 5px 10px;
}
#shop_pc .invinfo .textbox {
  width: 250px;
}
#shop_pc .invinfo textarea {
  font-family: Arial;
  font-size: 13px;
}
#shop_pc .invinfo .ddl {
  width: 250px;
}
#shop_pc .invinfo td.st {
  padding: 2px 0 8px 0;
}
#shop_pc .invinfo td.sunl {
  /* Signup for newsletter */
  padding: 8px 0 8px 0;
}
#shop_pc .invinfo td.sunl input {
  float: left;
}
#shop_pc .invinfo td.sunl label {
  margin-left: 15px;
  float: left;
  width: 210px;
}
#shop_pc .invinfo td.sas {
  /* same as shipping */
  padding: 8px 0 8px 0;
}
#shop_pc .invinfo td.sas input {
  float: left;
}
#shop_pc .invinfo td.sas label {
  margin-left: 15px;
  float: left;
  width: 210px;
}
#shop_pc .invinfo td.ca {
  /* create account */
  padding: 8px 0 4px 0;
}
#shop_pc .invinfo td.ca input {
  float: left;
}
#shop_pc .invinfo td.ca label {
  margin-left: 15px;
  float: left;
  width: 210px;
}
#shop_pc .shipinfo td.labelcol {
  width: 100px;
  vertical-align: middle;
}
#shop_pc .shipinfo .textbox {
  width: 250px;
}
#shop_pc .shipinfo .ddl {
  width: 250px;
}
#shop_pc .stepprev {
  float: left;
  text-align: center;
  color: #fff;
  margin: 30px 0 0 0;
  cursor: pointer;
}
#shop_pc .stepprev input {
  border: none;
  margin: 0;
  font-weight: bold;
  font-size: 1em;
  background-color: Transparent;
  color: #fff;
  cursor: pointer;
  font-family: Verdana;
  background-color: #326525;
  padding: 3px 0 4px 0;
  min-width: 100px;
}
#shop_pc .stepnext {
  float: right;
  text-align: center;
  color: #fff;
  margin: 30px 20px 0 0;
  cursor: pointer;
}
#shop_pc .stepnext input {
  border: none;
  margin: 0;
  font-weight: bold;
  font-size: 1em;
  background-color: Transparent;
  color: #fff;
  cursor: pointer;
  font-family: Verdana;
  background-color: #326525;
  padding: 3px 0 4px 0;
  min-width: 100px;
}
#shop_pc .stepSM {
  clear: both;
  padding-top: 35px;
}
#shop_pc .stepSM ul {
  list-style-type: none;
  margin: 0 30px 0 0;
  padding: 0;
}
#shop_pc .stepSM ul.sm li {
  padding: 12px 10px;
  float: none;
}
#shop_pc .stepSM ul.sm li input {
  vertical-align: middle;
}
#shop_pc .stepSM ul.sm li label {
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}
#shop_pc .stepSM ul.sm li span {
  vertical-align: middle;
}
#shop_pc .stepSM ul.sm li .info {
  padding-left: 36px;
}
#shop_pc .stepSM ul.sm li .pakkeshop {
  padding-left: 36px;
}
#shop_pc .stepSM ul.sm li .pakkeshop table {
  margin-top: 12px;
}
#shop_pc .stepSM ul.sm li .pakkeshop table tr.dg_heading {
  font-weight: bold;
}
#shop_pc .stepSM ul.sm li .pakkeshop table tr.dg_heading td {
  padding: 6px 4px;
}
#shop_pc .stepSM ul.sm li .pakkeshop table tr.dg_row td {
  padding: 3px 4px;
}
#shop_pc .stepSM ul.sm li.even {
  /* background-color: #f4f4f4; */
}
#shop_pc .stepPM {
  clear: both;
  padding-top: 35px;
}
#shop_pc .stepPM ul {
  list-style-type: none;
  margin: 0 30px 0 0;
  padding: 0;
}
#shop_pc .stepPM ul.pm li {
  padding: 8px 10px;
}
#shop_pc .stepPM ul.pm li input {
  vertical-align: middle;
}
#shop_pc .stepPM ul.pm li label {
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}
#shop_pc .stepPM ul.pm li .info {
  padding-left: 36px;
}
#shop_pc .stepPM ul.pm li .info .cards img {
  display: inline-block;
  margin-right: 3px;
}
#shop_pc .stepPM ul.pm li.even {
  /* background-color: #f4f4f4; */
}
#shop_pc .stepConfirm {
  clear: both;
  padding-top: 35px;
}
#shop_pc .stepConfirm .addrinfo {
  width: 100%;
}
#shop_pc .stepConfirm .addrinfo td.ia {
  width: 50%;
  vertical-align: top;
}
#shop_pc .stepConfirm .addrinfo td.sa {
  width: 50%;
  vertical-align: top;
}
#shop_pc .stepConfirm .addrinfo td h2 {
  color: #000507;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
#shop_pc .stepConfirm .iconfirm {
  padding: 10px 0 0 0;
  font-weight: bold;
}
#shop_pc .stepConfirm .memberpcttext {
  padding: 10px 0;
  color: #ef0c0c;
  font-size: 15.4px;
  font-weight: bold;
}
#shop_pc .info td.label {
  white-space: nowrap;
}
#shop_pc table.items {
  margin-top: 12px;
  width: 100%;
}
#shop_pc table.items tr.odd {
  background-color: #f0f0f0;
}
#shop_pc table.items tr th {
  text-align: left;
  font-weight: bold;
  padding: 8px 8px;
  border-bottom: solid 2px #e5e5e5;
}
#shop_pc table.items tr th.price,
#shop_pc table.items tr th.total {
  text-align: center;
}
#shop_pc table.items tr td {
  font-weight: normal;
  padding: 8px 8px;
  border-bottom: solid 2px #e5e5e5;
}
#shop_pc table.items tr td.note .nist {
  color: Red;
  font-weight: bold;
}
#shop_pc table.items tr td.note .nb {
  color: Red;
  font-weight: bold;
  font-size: 12px;
}
#shop_pc table.items tr td.price {
  text-align: right;
  padding-right: 20px;
  white-space: nowrap;
}
#shop_pc table.items tr td.count .opdater,
#shop_pc table.items tr td.count .slet {
  text-decoration: underline;
  cursor: pointer;
}
#shop_pc table.items tr td.count .opdater:hover,
#shop_pc table.items tr td.count .slet:hover {
  text-decoration: none;
}
#shop_pc table.items tr td.total {
  text-align: right;
  white-space: nowrap;
}
#shop_pc table.items tr td.odd {
  background-color: #f0f0f0;
}
#shop_pc table.items tr td.even {
  background-color: #f9f9f9;
}
#shop_pc table.items tr td .amountval input {
  width: 30px;
  text-align: right;
}
#shop_pc .sum {
  /*border: dotted 1px green; */
  margin-top: 6px;
}
#shop_pc .sum table {
  width: 100%;
}
#shop_pc .sum table tr td.lblrabat {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
}
#shop_pc .sum table tr td.valrabat {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
  text-align: right;
}
#shop_pc .sum table tr td.lblfragt {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
}
#shop_pc .sum table tr td.valfragt {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
  text-align: right;
}
#shop_pc .sum table tr td.lblgwfee {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
}
#shop_pc .sum table tr td.valgwfee {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
  text-align: right;
}
#shop_pc .sum table tr td.lblsamlkoeb {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
}
#shop_pc .sum table tr td.valsamlkoeb {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
  text-align: right;
}
#shop_pc .sum table tr td.lbltotalexvat {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
}
#shop_pc .sum table tr td.valtotalexvat {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
  text-align: right;
}
#shop_pc .sum table tr td.lblherafmoms {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
  border-bottom: solid 1px #d0d0d0;
}
#shop_pc .sum table tr td.valherafmoms {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
  text-align: right;
  border-bottom: solid 1px #d0d0d0;
}
#shop_pc .sum table tr td.lblvat {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
  border-bottom: solid 1px #d0d0d0;
}
#shop_pc .sum table tr td.valvat {
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
  text-align: right;
  border-bottom: solid 1px #d0d0d0;
}
#shop_pc .sum table tr td.lbltotal {
  font-weight: bold;
  height: 25px;
  vertical-align: bottom;
  border-bottom: double 3px #d0d0d0;
}
#shop_pc .sum table tr td.valtotal {
  font-weight: bold;
  height: 25px;
  vertical-align: bottom;
  text-align: right;
  border-bottom: double 3px #d0d0d0;
}
#shop_pc .waitforcc {
  clear: both;
  padding-top: 35px;
}
#shop_pc .receipt {
  clear: both;
  padding-top: 35px;
}
#shop_pc .receipt .info {
  margin-bottom: 15px;
}
#shop_pc .receipt .info td.label {
  width: 100px;
  color: #606060;
  font-size: 0.9em;
}
#shop_pc .receipt .info td.value {
  color: #606060;
}
#shop_pc .receipt .requestinfo {
  margin-bottom: 15px;
}
#shop_pc .receipt .requestinfo td.label {
  width: 130px;
}
#shop_pc .receipt .addrinfo {
  width: 100%;
}
#shop_pc .receipt .addrinfo td.ia {
  width: 50%;
  vertical-align: top;
}
#shop_pc .receipt .addrinfo td.sa {
  width: 50%;
  vertical-align: top;
}
#shop_pc .receipt .addrinfo td h2 {
  color: #000507;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
#shop_pc .cancel {
  clear: both;
  padding-top: 35px;
}
#shop_pc .error {
  clear: both;
  padding-top: 35px;
}
#shop_pc input[type='submit'].btn {
  border-radius: 0;
  padding: 6px 12px;
  color: #fff;
  background-color: #326525;
}
#handelsbet {
  text-align: left;
}