.shop-detail {
  position: relative;
  /*Verfuegbarkeit und HInweis über Kategorie existiert beides*/
}
.shop-detail .shop-detail1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
.shop-detail .imgs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  background: #FFFFFF;
}
@media screen and (min-width: 1080px) {
  .shop-detail .imgs {
    width: 50%;
    margin-bottom: 0;
  }
}
.shop-detail .slickgallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.shop-detail .nav div {
  cursor: pointer;
}
.shop-detail .nav div:first-child img {
  display: block;
}
.shop-detail .nav.slick-initialized img {
  display: block;
}
.shop-detail .nav img {
  height: 100px;
  display: none;
}
.shop-detail .nav .slick-slide {
  padding: 0 10px 0 0;
}
.shop-detail .shop_detail_img {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.shop-detail .shop_detail_img:first-child {
  display: block;
}
.shop-detail .shop_detail_img a,
.shop-detail .shop_detail_img picture {
  display: block;
  height: 100%;
  border: none;
}
.shop-detail .shop_detail_img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: contain;
  object-position: 50% 50%;
}
@media screen and (min-width: 1080px) {
  .shop-detail .shop_detail_img img {
    max-height: 700px;
    object-fit: cover;
  }
}
.shop-detail .slick-initialized .shop_detail_img {
  display: block;
}
.shop-detail .product-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding: 30px 0;
  background: #FFFFFF;
  margin-bottom: 15px;
}
@media screen and (min-width: 1080px) {
  .shop-detail .product-info {
    width: 50%;
    padding: 0 0 0 80px;
  }
}
.shop-detail h1 {
  color: #000000;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  padding: 0;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 640px) {
  .shop-detail h1 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .shop-detail h1 {
    font-size: 2.8rem;
  }
}
.shop-detail .number {
  display: block;
  font-weight: 400;
  font-size: 0.85em;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0;
  margin-bottom: 30px;
}
.shop-detail .number i {
  font-style: normal;
  margin-left: 3px;
}
.shop-detail .product-info {
  position: relative;
}
.shop-detail .product-info .parameters {
  display: none;
}
.shop-detail .descr {
  margin-bottom: 30px;
}
.shop-detail .descr:empty,
.shop-detail .descr > br:first-child {
  display: none;
}
.shop-detail .descr .container,
.shop-detail .descr .col-item {
  padding: 0;
  margin: 0;
}
.shop-detail .descr ul {
  padding: 20px 0 0 20px;
}
.shop-detail .descr ul:first-child {
  padding-top: 0;
}
.shop-detail .descr font[size] {
  font-size: 1em;
}
.shop-detail .descr font[color] {
  color: #000000;
}
.shop-detail .descr video {
  display: none;
}
.shop-detail .descr .info {
  font-size: 0.95em;
  line-height: 160%;
  background: #F9F6F3;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.shop-detail .descr .info .content_main {
  margin-bottom: 0;
}
.shop-detail .delivery-time {
  position: relative;
  bottom: -16px;
  font-size: 0.7rem;
}
@media screen and (min-width: 320px) {
  .shop-detail .delivery-time {
    bottom: 226px;
  }
}
@media screen and (min-width: 1080px) {
  .shop-detail .delivery-time {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .shop-detail .delivery-time {
    position: absolute;
    bottom: 200px;
    right: 0;
  }
}
.shop-detail .shop_package {
  display: block;
  position: relative;
  margin: 20px 0 -20px 0;
}
.shop-detail .shop_package ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.shop-detail .shop_package li {
  width: 100%;
  margin-bottom: 15px;
}
.shop-detail .shop_package li:last-child {
  margin-bottom: 0;
}
.shop-detail .shop_package li > a {
  display: block;
  line-height: 140%;
  text-decoration: none;
}
.shop-detail .shop_package .img,
.shop-detail .shop_package .descr {
  display: none;
}
.shop-detail .upd {
  position: relative;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
}
.shop-detail .upd > a {
  display: none;
}
.shop-detail .comment {
  width: 100%;
  margin: 50px 0 0 0;
  order: 999;
}
@media screen and (min-width: 640px) {
  .shop-detail .comment {
    width: 410px;
  }
}
@media screen and (min-width: 1200px) {
  .shop-detail .comment {
    width: 470px;
  }
}
@media screen and (min-width: 1400px) {
  .shop-detail .comment {
    width: 616px;
  }
}
.shop-detail .comment label {
  display: block;
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.shop-detail .comment textarea {
  height: 60px;
}
.shop-detail .productprice {
  display: block;
  color: #996533;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
}
@media screen and (min-width: 640px) {
  .shop-detail .productprice {
    display: inline-block;
    vertical-align: bottom;
    font-size: 2rem;
  }
}
.shop-detail .price-instead {
  text-decoration: line-through;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 1400px) {
  .shop-detail .price-instead {
    position: absolute;
    left: 0;
    left: auto;
    right: 0;
    top: -50px;
    margin-top: 0;
  }
}
.shop-detail .price-discount-perc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  float: left;
  width: 60px;
  height: 60px;
  color: #FFFFFF;
  background: #BB0000;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 120%;
  border-radius: 50%;
  margin: 5px 0 0 10px;
  z-index: 150;
  position: relative;
}
@media screen and (min-width: 320px) {
  .shop-detail .price-discount-perc {
    font-size: 1.1em;
    margin-left: 5px;
    position: absolute;
    left: auto;
    right: 12px;
    bottom: 230px;
  }
}
@media screen and (min-width: 1400px) {
  .shop-detail .price-discount-perc {
    position: absolute;
    left: auto;
    right: 8px;
    top: -10px;
    bottom: auto;
  }
}
.shop-detail .price-discount-perc:before {
  /*
			clip-path:polygon(100% 50%, calc(50% + calc(50% - 0.375em)*0.99619) calc(50% + calc(50% - 0.375em)*0.08716), calc(50% + calc(50% - 0.375em)*0.99619) calc(50% + calc(50% - 0.375em)*-0.08716), 100% 50%, 100% 50%, 99.24039% 58.68241%, calc(50% + calc(50% - 0.375em)*0.96593) calc(50% + calc(50% - 0.375em)*0.25882), calc(50% + calc(50% - 0.375em)*0.99619) calc(50% + calc(50% - 0.375em)*0.08716), 99.24039% 58.68241%, 100% 50%, 96.98463% 67.10101%, calc(50% + calc(50% - 0.375em)*0.90631) calc(50% + calc(50% - 0.375em)*0.42262), calc(50% + calc(50% - 0.375em)*0.96593) calc(50% + calc(50% - 0.375em)*0.25882), 96.98463% 67.10101%, 100% 50%, 93.30127% 75%, calc(50% + calc(50% - 0.375em)*0.81915) calc(50% + calc(50% - 0.375em)*0.57358), calc(50% + calc(50% - 0.375em)*0.90631) calc(50% + calc(50% - 0.375em)*0.42262), 93.30127% 75%, 100% 50%, 88.30222% 82.13938%, calc(50% + calc(50% - 0.375em)*0.70711) calc(50% + calc(50% - 0.375em)*0.70711), calc(50% + calc(50% - 0.375em)*0.81915) calc(50% + calc(50% - 0.375em)*0.57358), 88.30222% 82.13938%, 100% 50%, 82.13938% 88.30222%, calc(50% + calc(50% - 0.375em)*0.57358) calc(50% + calc(50% - 0.375em)*0.81915), calc(50% + calc(50% - 0.375em)*0.70711) calc(50% + calc(50% - 0.375em)*0.70711), 82.13938% 88.30222%, 100% 50%, 75% 93.30127%, calc(50% + calc(50% - 0.375em)*0.42262) calc(50% + calc(50% - 0.375em)*0.90631), calc(50% + calc(50% - 0.375em)*0.57358) calc(50% + calc(50% - 0.375em)*0.81915), 75% 93.30127%, 100% 50%, 67.10101% 96.98463%, calc(50% + calc(50% - 0.375em)*0.25882) calc(50% + calc(50% - 0.375em)*0.96593), calc(50% + calc(50% - 0.375em)*0.42262) calc(50% + calc(50% - 0.375em)*0.90631), 67.10101% 96.98463%, 100% 50%, 58.68241% 99.24039%, calc(50% + calc(50% - 0.375em)*0.08716) calc(50% + calc(50% - 0.375em)*0.99619), calc(50% + calc(50% - 0.375em)*0.25882) calc(50% + calc(50% - 0.375em)*0.96593), 58.68241% 99.24039%, 100% 50%, 50% 100%, calc(50% + calc(50% - 0.375em)*-0.08716) calc(50% + calc(50% - 0.375em)*0.99619), calc(50% + calc(50% - 0.375em)*0.08716) calc(50% + calc(50% - 0.375em)*0.99619), 50% 100%, 100% 50%, 41.31759% 99.24039%, calc(50% + calc(50% - 0.375em)*-0.25882) calc(50% + calc(50% - 0.375em)*0.96593), calc(50% + calc(50% - 0.375em)*-0.08716) calc(50% + calc(50% - 0.375em)*0.99619), 41.31759% 99.24039%, 100% 50%, 32.89899% 96.98463%, calc(50% + calc(50% - 0.375em)*-0.42262) calc(50% + calc(50% - 0.375em)*0.90631), calc(50% + calc(50% - 0.375em)*-0.25882) calc(50% + calc(50% - 0.375em)*0.96593), 32.89899% 96.98463%, 100% 50%, 25% 93.30127%, calc(50% + calc(50% - 0.375em)*-0.57358) calc(50% + calc(50% - 0.375em)*0.81915), calc(50% + calc(50% - 0.375em)*-0.42262) calc(50% + calc(50% - 0.375em)*0.90631), 25% 93.30127%, 100% 50%, 17.86062% 88.30222%, calc(50% + calc(50% - 0.375em)*-0.70711) calc(50% + calc(50% - 0.375em)*0.70711), calc(50% + calc(50% - 0.375em)*-0.57358) calc(50% + calc(50% - 0.375em)*0.81915), 17.86062% 88.30222%, 100% 50%, 11.69778% 82.13938%, calc(50% + calc(50% - 0.375em)*-0.81915) calc(50% + calc(50% - 0.375em)*0.57358), calc(50% + calc(50% - 0.375em)*-0.70711) calc(50% + calc(50% - 0.375em)*0.70711), 11.69778% 82.13938%, 100% 50%, 6.69873% 75%, calc(50% + calc(50% - 0.375em)*-0.90631) calc(50% + calc(50% - 0.375em)*0.42262), calc(50% + calc(50% - 0.375em)*-0.81915) calc(50% + calc(50% - 0.375em)*0.57358), 6.69873% 75%, 100% 50%, 3.01537% 67.10101%, calc(50% + calc(50% - 0.375em)*-0.96593) calc(50% + calc(50% - 0.375em)*0.25882), calc(50% + calc(50% - 0.375em)*-0.90631) calc(50% + calc(50% - 0.375em)*0.42262), 3.01537% 67.10101%, 100% 50%, 0.75961% 58.68241%, calc(50% + calc(50% - 0.375em)*-0.99619) calc(50% + calc(50% - 0.375em)*0.08716), calc(50% + calc(50% - 0.375em)*-0.96593) calc(50% + calc(50% - 0.375em)*0.25882), 0.75961% 58.68241%, 100% 50%, 0% 50%, calc(50% + calc(50% - 0.375em)*-0.99619) calc(50% + calc(50% - 0.375em)*-0.08716), calc(50% + calc(50% - 0.375em)*-0.99619) calc(50% + calc(50% - 0.375em)*0.08716), 0% 50%, 100% 50%, 0.75961% 41.31759%, calc(50% + calc(50% - 0.375em)*-0.96593) calc(50% + calc(50% - 0.375em)*-0.25882), calc(50% + calc(50% - 0.375em)*-0.99619) calc(50% + calc(50% - 0.375em)*-0.08716), 0.75961% 41.31759%, 100% 50%, 3.01537% 32.89899%, calc(50% + calc(50% - 0.375em)*-0.90631) calc(50% + calc(50% - 0.375em)*-0.42262), calc(50% + calc(50% - 0.375em)*-0.96593) calc(50% + calc(50% - 0.375em)*-0.25882), 3.01537% 32.89899%, 100% 50%, 6.69873% 25%, calc(50% + calc(50% - 0.375em)*-0.81915) calc(50% + calc(50% - 0.375em)*-0.57358), calc(50% + calc(50% - 0.375em)*-0.90631) calc(50% + calc(50% - 0.375em)*-0.42262), 6.69873% 25%, 100% 50%, 11.69778% 17.86062%, calc(50% + calc(50% - 0.375em)*-0.70711) calc(50% + calc(50% - 0.375em)*-0.70711), calc(50% + calc(50% - 0.375em)*-0.81915) calc(50% + calc(50% - 0.375em)*-0.57358), 11.69778% 17.86062%, 100% 50%, 17.86062% 11.69778%, calc(50% + calc(50% - 0.375em)*-0.57358) calc(50% + calc(50% - 0.375em)*-0.81915), calc(50% + calc(50% - 0.375em)*-0.70711) calc(50% + calc(50% - 0.375em)*-0.70711), 17.86062% 11.69778%, 100% 50%, 25% 6.69873%, calc(50% + calc(50% - 0.375em)*-0.42262) calc(50% + calc(50% - 0.375em)*-0.90631), calc(50% + calc(50% - 0.375em)*-0.57358) calc(50% + calc(50% - 0.375em)*-0.81915), 25% 6.69873%, 100% 50%, 32.89899% 3.01537%, calc(50% + calc(50% - 0.375em)*-0.25882) calc(50% + calc(50% - 0.375em)*-0.96593), calc(50% + calc(50% - 0.375em)*-0.42262) calc(50% + calc(50% - 0.375em)*-0.90631), 32.89899% 3.01537%, 100% 50%, 41.31759% 0.75961%, calc(50% + calc(50% - 0.375em)*-0.08716) calc(50% + calc(50% - 0.375em)*-0.99619), calc(50% + calc(50% - 0.375em)*-0.25882) calc(50% + calc(50% - 0.375em)*-0.96593), 41.31759% 0.75961%, 100% 50%, 50% 0%, calc(50% + calc(50% - 0.375em)*0.08716) calc(50% + calc(50% - 0.375em)*-0.99619), calc(50% + calc(50% - 0.375em)*-0.08716) calc(50% + calc(50% - 0.375em)*-0.99619), 50% 0%, 100% 50%, 58.68241% 0.75961%, calc(50% + calc(50% - 0.375em)*0.25882) calc(50% + calc(50% - 0.375em)*-0.96593), calc(50% + calc(50% - 0.375em)*0.08716) calc(50% + calc(50% - 0.375em)*-0.99619), 58.68241% 0.75961%, 100% 50%, 67.10101% 3.01537%, calc(50% + calc(50% - 0.375em)*0.42262) calc(50% + calc(50% - 0.375em)*-0.90631), calc(50% + calc(50% - 0.375em)*0.25882) calc(50% + calc(50% - 0.375em)*-0.96593), 67.10101% 3.01537%, 100% 50%, 75% 6.69873%, calc(50% + calc(50% - 0.375em)*0.57358) calc(50% + calc(50% - 0.375em)*-0.81915), calc(50% + calc(50% - 0.375em)*0.42262) calc(50% + calc(50% - 0.375em)*-0.90631), 75% 6.69873%, 100% 50%, 82.13938% 11.69778%, calc(50% + calc(50% - 0.375em)*0.70711) calc(50% + calc(50% - 0.375em)*-0.70711), calc(50% + calc(50% - 0.375em)*0.57358) calc(50% + calc(50% - 0.375em)*-0.81915), 82.13938% 11.69778%, 100% 50%, 88.30222% 17.86062%, calc(50% + calc(50% - 0.375em)*0.81915) calc(50% + calc(50% - 0.375em)*-0.57358), calc(50% + calc(50% - 0.375em)*0.70711) calc(50% + calc(50% - 0.375em)*-0.70711), 88.30222% 17.86062%, 100% 50%, 93.30127% 25%, calc(50% + calc(50% - 0.375em)*0.90631) calc(50% + calc(50% - 0.375em)*-0.42262), calc(50% + calc(50% - 0.375em)*0.81915) calc(50% + calc(50% - 0.375em)*-0.57358), 93.30127% 25%, 100% 50%, 96.98463% 32.89899%, calc(50% + calc(50% - 0.375em)*0.96593) calc(50% + calc(50% - 0.375em)*-0.25882), calc(50% + calc(50% - 0.375em)*0.90631) calc(50% + calc(50% - 0.375em)*-0.42262), 96.98463% 32.89899%, 100% 50%, 99.24039% 41.31759%, calc(50% + calc(50% - 0.375em)*0.99619) calc(50% + calc(50% - 0.375em)*-0.08716), calc(50% + calc(50% - 0.375em)*0.96593) calc(50% + calc(50% - 0.375em)*-0.25882), 99.24039% 41.31759%, 100% 50%);
						background: inherit;
			*/
  background: url(images/discount-bg.png) no-repeat;
  content: '';
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}
.shop-detail .shop_pricemwst {
  display: block;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 100%;
  margin: 15px 0 0 0;
}
.shop-detail .shop_pricemwst .vat-perc {
  display: none;
}
.shop-detail .select2-container {
  position: relative;
  margin-bottom: 20px;
}
.shop-detail .shop_attrb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.shop-detail .shop_attrb .lbl {
  display: block;
  width: 140px;
}
@media screen and (min-width: 640px) {
  .shop-detail .shop_attrb .lbl {
    width: 160px;
    font-size: 0.95em;
  }
}
.shop-detail .shop_attrb .select2 {
  width: calc(100% - 140px) !important;
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .shop-detail .shop_attrb .select2 {
    width: 200px !important;
  }
}
.shop-detail .shop_attrb .select2 .select2-selection--single {
  height: 45px;
}
.shop-detail .shop_attrb .select2 .select2-selection--single .select2-selection__rendered {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 45px;
  padding: 0 15px;
}
@media screen and (min-width: 640px) {
  .shop-detail .shop_attrb .select2 .select2-selection--single .select2-selection__rendered {
    font-size: 0.8rem;
  }
}
.shop-detail .shop_attrb .select2 .select2-selection__arrow {
  display: none;
}
.shop-detail .shop_attrb.err .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF;
  background: #BB0000;
}
.shop-detail .shop_attrb .err {
  display: none;
}
.shop-detail .shopprice {
  float: left;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .shop-detail .shopprice {
    margin-top: 20px;
  }
}
.shop-detail .shopprice.default {
  text-decoration: line-through;
  margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  .shop-detail .shopprice {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 2px;
  }
}
.shop-detail .shop-stock,
.shop-detail .shop-cats1.descr159 {
  display: block;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 140%;
  padding: 5px 15px 5px 35px;
  background: #0f4f0f;
  border-radius: 20px;
  position: absolute;
  right: 0;
  bottom: 110px;
}
@media screen and (min-width: 640px) {
  .shop-detail .shop-stock,
  .shop-detail .shop-cats1.descr159 {
    font-size: 0.8em;
  }
}
.shop-detail .shop-stock:empty,
.shop-detail .shop-cats1.descr159:empty,
.shop-detail .shop-stock.stock3,
.shop-detail .shop-cats1.descr159.stock3 {
  display: none;
}
.shop-detail .shop-stock:before,
.shop-detail .shop-cats1.descr159:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: calc(50% - 3px);
  left: 15px;
}
.shop-detail .shop-stock.stock9 + .shop-cats1.descr159,
.shop-detail .shop-stock.stock2 + .shop-cats1.descr159,
.shop-detail .shop-stock.stock1 + .shop-cats1.descr159 {
  display: none;
}
.shop-detail .shop-cats1.descr159 {
  font-size: 0;
}
.shop-detail .shop-cats1.descr159:after {
  content: 'Verfügbar';
  font-size: 0.8rem;
  display: block;
  padding: 9px 0;
}
.shop-detail .stock9 {
  background: #0f4f0f;
}
.shop-detail .stock2,
.shop-detail .stock3 {
  background: #555555;
}
.shop-detail .stock1 {
  background: #BB0000;
}
.shop-detail .pnadd {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  padding-top: 30px;
}
.shop-detail .shopcnt,
.shop-detail .plus,
.shop-detail .minus {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.shop-detail .shopcnt {
  position: relative;
  font-weight: 300;
  background: #FFFFFF;
  padding: 0;
  border-left: 0;
  border-right: 0;
  left: 40px;
}
.shop-detail .shopadd-plusminus {
  display: flex;
}
.shop-detail .plus,
.shop-detail .minus {
  position: relative;
  font-weight: 500;
  background: #F5F0EB;
  border: 1px solid #000000;
}
.shop-detail .plus:hover,
.shop-detail .minus:hover {
  color: #FFFFFF;
  background: #F4BD56;
}
.shop-detail .plus {
  right: -40px;
}
.shop-detail .minus {
  right: 79px;
}
.shop-detail .brand {
  display: none;
}
.shop-detail .shopadd {
  display: block;
  width: 100%;
  color: #FFFFFF;
  background: #996533;
  line-height: 140%;
  text-transform: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  margin-top: 20px;
  transition: all 300ms ease;
  position: static;
  width: calc(100% - 140px);
  float: right;
  margin: 0 0 0 20px;
}
.shop-detail .shopadd:hover {
  color: #FFFFFF;
  background: #F4BD56;
}
.shop-detail .unitamount,
.shop-detail .weight {
  display: inline-block;
  color: #000000;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 100%;
}
.shop-detail .unitamount {
  margin-top: 10px;
  margin-right: 20px;
}
.shop-detail .no,
.shop-detail .more {
  display: none;
}
.shop-detail .shop_cartadded {
  display: block;
  position: relative;
  width: 100%;
  background: #0f4f0f;
  padding: 10px 10px 10px 60px;
  margin-top: 50px;
  z-index: 20000;
  color: #FFFFFF;
}
@media screen and (min-width: 640px) {
  .shop-detail .shop_cartadded {
    padding: 15px 15px 15px 60px;
  }
}
.shop-detail .shop_cartadded:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('images/icon-cart.svg');
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-position: no-repeat;
  position: absolute;
  top: 15px;
  left: 15px;
  color: white;
}
.shop-detail .shop_cartadded .cash {
  display: none;
}
.shop-detail .dv-tab-acces {
  display: none;
}
.shop-detail .tabs {
  position: relative;
}
@media screen and (min-width: 640px) {
  .shop-detail .tabs {
    margin-top: 50px;
  }
}
.shop-detail .tabs .ui-tabs-panel {
  position: relative;
}
.shop-detail .tabs .ui-tabs-panel b,
.shop-detail .tabs .ui-tabs-panel strong {
  display: inline-block;
  font-weight: 600;
  font-size: 1em;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 1080px) {
  .shop-detail .tabs .ui-tabs-panel b,
  .shop-detail .tabs .ui-tabs-panel strong {
    font-size: 1.15em;
  }
}
.shop-detail .tabs .ui-tabs-panel a b {
  line-height: 100%;
  margin: 0;
}
.shop-detail .tabs .ui-tabs-panel a[rel^='lightbox'] {
  width: 100%;
  border: none;
}
.shop-detail .tabs .ui-tabs-panel font {
  color: #996533;
}
.shop-detail .tabs .ui-tabs-panel font a {
  border-color: #996533;
}
.shop-detail .tabs .ui-tabs-panel a:not(:empty) {
  border-color: #000000;
}
.shop-detail .tabs .ui-tabs-panel u {
  text-decoration: none;
}
.shop-detail .tabs .ui-tabs-panel img {
  width: 100%;
}
.shop-detail .tabs .ui-tabs-panel video {
  position: relative;
}
.shop-detail .tabs .ui-tabs-panel table {
  position: relative;
}
.shop-detail .tabs .ui-tabs-panel table + table {
  margin-top: 50px;
}
.shop-detail .tabs .ui-tabs-panel table tbody {
  position: relative;
}
@media screen and (min-width: 640px) {
  .shop-detail .tabs .ui-tabs-panel table tbody {
    display: table;
    margin: 0 -25px;
  }
}
.shop-detail .tabs .ui-tabs-panel table tr {
  display: block;
  margin-bottom: 50px;
}
.shop-detail .tabs .ui-tabs-panel table tr:last-child {
  margin-bottom: 0;
}
.shop-detail .tabs .ui-tabs-panel table td {
  display: block;
  padding: 0 0 25px 0;
}
@media screen and (min-width: 640px) {
  .shop-detail .tabs .ui-tabs-panel table td {
    display: table-cell;
    padding: 0 25px;
  }
}
.shop-detail .tabs .ui-tabs-panel table td:last-child {
  padding-bottom: 0;
}
.shop-detail .tabs .container {
  margin: 0 0 30px 0;
  padding: 0;
  overflow: visible;
}
.shop-detail .tabs .container:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (min-width: 640px) {
  .shop-detail .tabs .container {
    margin-bottom: 50px;
  }
}
.shop-detail .tabs .container:first-child {
  margin-top: 0;
}
.shop-detail .tabs .container:last-child {
  margin-bottom: 0;
}
.shop-detail .tabs .col-wrap {
  background: #FFFFFF;
  box-shadow: 10px 5px 11px 1px #996533;
}
.shop-detail .tabs .col-item {
  position: relative;
  padding: 25px;
}
@media screen and (min-width: 640px) {
  .shop-detail .tabs .col-item {
    padding: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .shop-detail .tabs .col-item {
    padding: 40px;
  }
}
.shop-detail .tabs .custom-tabpanel {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .shop-detail .tabs .custom-tabpanel {
    padding-right: 50px;
  }
}
.shop-detail .tabs .variation-items {
  padding: 15px 0;
}
@media screen and (min-width: 640px) {
  .shop-detail .tabs .variation-items {
    margin: 0 -15px;
  }
}
.shop-detail .tabs .variation-items .item h5 {
  margin: 15px 0 25px 0;
}
.shop-detail .tabs .variation-items .tooltip {
  margin: 5px 0 20px 0;
}
.shop-detail .tabs .variation-items .buttons {
  display: none;
}
.shop-detail .alternatives {
  position: relative;
  padding: 15px 0;
}
.shop-detail .alternatives h3 {
  display: none;
}
.shop-detail .alternatives .items {
  display: flex;
  flex-wrap: wrap;
}
.shop-detail .alternatives .product {
  display: block;
  width: 50%;
  padding: 15px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .shop-detail .alternatives .product {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .shop-detail .alternatives .product {
    width: 20%;
    padding: 20px;
  }
}
.shop-detail .alternatives figure {
  position: relative;
}
.shop-detail .alternatives a {
  border: none;
}
.shop-detail .alternatives img {
  height: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .shop-detail .alternatives img {
    height: 150px;
  }
}
.shop-detail .alternatives h6 {
  font-weight: 400;
  font-size: 0.95em;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
}
.shop-detail table {
  position: relative;
  width: 100%;
}
.shop-detail table th,
.shop-detail table td {
  line-height: 140%;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (min-width: 640px) {
  .shop-detail table th,
  .shop-detail table td {
    padding: 10px 0;
  }
}
.shop-detail table th:first-child,
.shop-detail table td:first-child {
  padding-left: 0;
}
.shop-detail table th:last-child,
.shop-detail table td:last-child {
  padding-right: 0;
}
.shop-detail table tr:last-child td {
  border: none;
}
.shop-detail h6 {
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
}
.shop-detail .shopdetail-back {
  display: none;
}
.shop-detail .shop-detail-back1 {
  text-align: center;
  align-content: center;
  position: sticky;
  top: 65px;
  background: #FFFFFF;
  z-index: 110;
  height: 80px;
  display: grid;
  grid-template: "u u" "l r";
}
@media screen and (min-width: 1080px) {
  .shop-detail .shop-detail-back1 {
    top: 123px;
    grid-template: "l u r";
  }
}
.shop-detail .shop-detail-back1 a {
  padding: 10px 20px;
  border: none;
}
.shop-detail .shop-detail-back1 a:not([class]) {
  grid-area: u;
  text-decoration: underline;
}
.shop-detail .shop-detail-back1 .next {
  display: block;
  grid-area: r;
}
.shop-detail .shop-detail-back1 .next:before {
  content: "Nächster Artikel>>";
}
.shop-detail .shop-detail-back1 .back {
  display: block;
  grid-area: l;
}
.shop-detail .shop-detail-back1 .back:before {
  content: "<<Vorheriger Artikel";
}
.shop-detail .tbl_ShopPaging {
  display: none;
}
.shop-detail .mode-4 {
  display: flex;
  font-size: 0.95rem;
  margin-bottom: 10px;
  margin-top: 25px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .shop-detail .mode-4 {
    margin: 0 auto;
  }
}
.shop-detail .mode-4 .linkespalte {
  gap: 40px;
}
@media screen and (min-width: 480px) {
  .shop-detail .mode-4 .linkespalte {
    gap: 10px;
  }
}
@media screen and (min-width: 800px) {
  .shop-detail .mode-4 .linkespalte {
    gap: 5px;
  }
}
.shop-detail .mode-4 .linkespalte,
.shop-detail .mode-4 .rechtespalte,
.shop-detail .mode-4 .infobox {
  flex-direction: column;
  padding: 10px;
  border-bottom: 2px solid #bc936d;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  padding-top: 5px;
  padding-left: 10px;
}
@media screen and (min-width: 920px) {
  .shop-detail .mode-4 .linkespalte,
  .shop-detail .mode-4 .rechtespalte,
  .shop-detail .mode-4 .infobox {
    border-right: 2px solid #bc936d;
    border-bottom: none;
    width: 32%;
  }
}
.shop-detail .mode-4 .linkespalte span,
.shop-detail .mode-4 .rechtespalte span,
.shop-detail .mode-4 .infobox span {
  height: 28px;
}
.shop-detail .mode-4 .infobox {
  border: none;
}
@media screen and (min-width: 920px) {
  .shop-detail .mode-4 {
    flex-direction: row;
  }
}
.shop-detail .mode-4 .aufzaehlung {
  display: flex;
  align-items: center;
}
.shop-detail .mode-4 .aufzaehlung::before {
  content: "";
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url(/Content/css/stiegeshop/images/icon-check.svg);
  background-size: cover;
}
@media screen and (min-width: 1400px) {
  .shop-detail .next,
  .shop-detail .prev {
    right: -10px;
  }
}
.article-content .notxt {
  height: 200px;
  width: 200px;
}
.shop-alternative-overlay-container {
  display: none;
}
@media screen and (min-width: 1400px) {
  html.shop-attrb-1 .shop_attrb {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  html.shop-attrb-0 .shop-detail .pnadd {
    margin-top: 116px;
  }
}
@media screen and (min-width: 320px) {
  html.shop-detail-nocomment .delivery-time {
    bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  html.shop-detail-nocomment .delivery-time {
    bottom: 56px;
  }
}
html.shop-detail-nocomment .shop-stock,
html.shop-detail-nocomment .shop-cats1.descr159 {
  bottom: -38px;
}
@media screen and (min-width: 320px) {
  html.shop-detail-nocomment .shop-detail .price-discount-perc {
    bottom: 88px;
  }
}
html:not(.overlay-open) .shop-detail .upd,
html:not(.overlay-open) .shop-overview7 .upd {
  /*z-index: 100; deaktiviert, da sonst In warenkorb bestaetigung auf overview überlagert wird*/
}
