@media only screen and (max-width: 319px) {
  .options-list.grid {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .productqty-qty {
    width: 120px;
  }
  .productqty-qty .clone-qty {
    height: 35px;
    margin: 0 0 0 35px;
  }
  .productqty-qty .moreless {
    width: 120px;
    height: 35px;
  }
  .productqty-qty .moreless .qtysymbol {
    width: 35px;
    line-height: 35px;
  }
  .productqty_btn {
    width: 35px;
  }
  .catalog-product-view .product-info-main #product-head .product-name .herstellerlogo {
    width: 25%;
  }
  .catalog-product-view .product-addto-links {
    display: block;
  }
  .catalog-product-view .product-addto-links > button {
    display: block;
  }
  .catalog-product-view .artikel_attr_value {
    padding: 0 0 10px 0;
  }
  .options-list.grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 639px) {
  .product-social-links {
    grid-area: social;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -9px 0;
    /* width: ~'calc(100% + 2*@{indent__s})' !important; */
  }
  .product-info-price > *:first-child {
    padding-left: 9px;
  }
  .product-info-price > *:last-child {
    padding-right: 9px;
  }
  #option-detail-img .option-detail-links {
    left: 0;
    bottom: -50px;
    width: 100%;
  }
  #option-detail-img .option-detail-links div {
    display: inline-block;
    margin: 10px 18px;
  }
}
@media only screen and (max-width: 768px) {
  .epoqWidget strong {
    display: block;
    text-align: center;
    font-size: 1.6rem;
  }
  .lieferverzug {
    padding: 10px;
  }
  .product.data.items .rightboxes {
    clear: both;
    margin-top: 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view #product-head {
    grid-template-columns: 100%;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "media" "name" "price";
  }
  .catalog-product-view #product-head .product-name {
    display: block;
    margin: 50px auto 20px;
    width: 100%;
    max-width: 500px;
  }
  .catalog-product-view #product-head .product-name h1 {
    font-size: 2rem;
  }
  .catalog-product-view #product-head .product-info-price {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .catalog-product-view #product-head .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .catalog-product-view .product-addto-links {
    display: block;
  }
  .catalog-product-view .weitereart {
    margin-bottom: 40px;
  }
  .catalog-product-view .product.data.items .item.title.switch {
    padding: 1px 15px 1px;
    text-align: center;
  }
  .catalog-product-view .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .catalog-product-view .headline {
    display: block;
    width: 100%;
    text-align: center;
  }
  #options-pricebox {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 480px) {
  .productqty-qty {
    width: 100px;
  }
  .productqty-qty .clone-qty {
    height: 25px;
    margin: 0 0 0 25px;
  }
  .productqty-qty .moreless {
    width: 100px;
    height: 25px;
  }
  .productqty-qty .moreless .qtysymbol {
    width: 25px;
    line-height: 25px;
  }
  .productqty_btn {
    width: 25px;
  }
  .additional-attributes {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 10px;
  }
  .options-list.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 640px) {
  .options-list.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #option-detail-img .option-detail-links {
    top: 50px;
    right: -105px;
  }
  #option-detail-img .option-detail-links div {
    display: block;
    margin: 10px 0;
  }
}
.price {
  color: rgba(0, 68, 106, 0.6);
}
.labelpfeil .labelcontent {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 0;
}
/*
* Modul: Badshop_CartPopup
* _product.less
*/
#maincontent .page.messages .message-success {
  display: none;
}
.add-to-cart-popup .add-to-cart-modal-text {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.add-to-cart-popup .add-to-cart-modal-text img {
  float: left;
  width: 30px;
}
.add-to-cart-popup .add-to-cart-modal-text span {
  display: block;
  text-align: center;
  margin-left: 12px;
}
.add-to-cart-popup .cart-modal-buttons {
  display: block;
  text-align: center;
}
.add-to-cart-popup .cart-modal-buttons button {
  margin: 10px 35px;
}
.add-to-cart-popup .cart-modal-buttons .addtocart-continue {
  background: #fff;
  color: rgba(0, 68, 106, 0.8);
  border: 1px solid rgba(0, 68, 106, 0.8);
}
.add-to-cart-popup .cart-modal-buttons .addtocart-continue:hover {
  background: rgba(0, 68, 106, 0.6);
  color: #fff;
  border-color: rgba(0, 68, 106, 0.1);
}
/*
* Modul: Badshop_GlobalExtensions
* _product.less
*/
.exclusion-message {
  display: inline-block;
  padding: 0 0 12px;
  color: #f00;
}
.exclusion-message.soldout {
  font-weight: bold;
  font-size: 14px;
}
/*
* Modul: Badshop_Epoq
* _product.less
*/
.epoqWidget .teaser-topseller {
  background: #fff;
  margin: 0;
  padding: 0;
}
.epoqWidget .teaser-topseller .badshop-slider {
  border: none;
}
.epoqWidget .teaser-topseller .badshop-slider .varianten {
  color: #333;
}
#epoq-widget-cartlayer {
  min-height: unset;
  border: none;
}
#epoq-widget-cartlayer .epoq-rs-headline {
  text-align: center;
}
/*
* Modul: Badshop_InfoBanner
* _product.less
*/
.infobox {
  background: #eee;
  color: rgba(0, 68, 106, 0.8);
  padding: 10px;
  text-align: center;
  font-size: 15px;
  margin: 0 0 5px;
}
.deliverydelay {
  color: #ee6205;
  padding: 10px 20px;
  border: 1px solid #ee6205 !important;
  font-size: 1.2em;
  text-align: center;
}
.deliverydelay span {
  color: #ee6205;
  text-decoration: underline;
}
.aktionsbanner {
  margin-bottom: 10px;
}
/*
* Modul: Badshop_ProductDataExtend
* _product.less
*/
.product.data.items .rightboxes {
  display: block;
}
.product.data.items .rightbox {
  background: #eeeeee;
  padding: 10px;
  margin: 0 0 10px;
}
.product.data.items .rightbox .badge {
  border-radius: 60px;
  padding: 3px;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  display: inline-block;
  margin: 4px;
  height: 60px;
  width: 60px;
  vertical-align: top;
}
.product.data.items .rightbox .badge span {
  display: block;
  padding: 15px 0 0;
}
.product.data.items .rightbox .badge.topseller-badge {
  background: #ee6205;
}
.product.data.items .rightbox .badge.garantie-badge {
  background: rgba(0, 68, 106, 0.8);
  padding: 2px 4px 4px 2px;
}
.product.data.items .rightbox .badge.garantie-badge:focus-visible {
  box-shadow: 0 0 3px 5px rgba(0, 68, 106, 0.6);
}
.product.data.items .rightbox .badge.garantie-badge span {
  border-radius: 40px;
  width: 60px;
  height: 45px;
  border: 1px solid #ffffff;
}
.product.data.items .rightbox .badge.garantie-badge.gew span {
  height: 50px;
  width: 52px;
  padding: 10px 4px 0;
}
.product.data.items .rightbox .badge.grafik-badge {
  padding: 0;
  height: 66px;
  width: 66px;
  color: #333333;
  word-break: break-all;
}
.product.data.items .rightbox .downloads .download-section {
  margin: 0 0 15px;
}
.product.data.items .rightbox .downloads strong {
  margin: 0 0 5px;
  display: block;
}
.product.data.items .rightbox .downloads > strong {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 10px;
  border-bottom: 1px solid #333333;
}
.product.data.items .rightbox .downloads hr {
  margin: 0 auto 10px;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.product.data.items .rightbox .downloads .prod_download img {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
}
.product.data.items .rightbox .downloads .prod_download div {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 12px;
  word-break: break-all;
}
.icons {
  margin: 20px 0;
}
.icons.grid {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 5px;
}
.icons .producticon {
  font-size: 10px;
  text-align: center;
  color: inherit;
}
.icons .producticon img {
  display: block;
  width: 40px;
  height: 30px;
  margin: 0 auto 5px;
}
.streichpreis {
  font-weight: normal;
  clear: both;
  display: block;
}
.streichpreis.uvp {
  padding: 0;
  display: inline-block;
  margin: 0;
  color: rgba(0, 68, 106, 0.5);
  text-shadow: rgba(255, 255, 255, 0.78) 1px 1px 0;
  position: relative;
}
.streichpreis.uvp::before {
  right: 8px;
  top: 12px;
  width: 90%;
  content: '';
  height: 1px;
  display: inline-block;
  border-bottom: 2px solid rgba(236, 102, 8, 0.8);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  /*-moz-transform: rotate(@uvp__transform-rotate);
				-webkit-transform: rotate(@uvp__transform-rotate);*/
  transform: rotate(-8deg);
  position: absolute;
}
.streichpreis.uvp::after {
  content: '*';
  margin: 0 0 0 3px;
}
.streichpreis.uvp.preprice {
  margin-left: 10px;
}
.streichpreis.uvp.preprice::after {
  content: '**';
  margin: 0 0 0 3px;
}
.product-info-price .streichpreis.uvp {
  font-size: 20px;
}
.product-info-price .price-box.options .price::before {
  content: 'ab';
  margin: 0 5px 0 0;
  font-size: 0.8em;
}
.product-info-price .labelpfeil {
  position: absolute;
  float: right;
  right: 1px;
}
.product-info-price .labelpfeil::before {
  content: '';
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  float: left;
}
.product-info-price .labelpfeil .labelcontent {
  font-size: 20px;
  line-height: 28px;
  width: 60px;
}
.product-info-price .rabatt.labelpfeil {
  top: 18px;
}
.product-info-price .rabatt.labelpfeil::before {
  border-right: 8px solid #ee6205;
}
.product-info-price .rabatt.labelpfeil .labelcontent {
  background: #ee6205;
}
.product-info-price .rabatt.labelpfeil .labelcontent::before {
  content: '-';
}
.product-info-price .rabatt.labelpfeil .labelcontent::after {
  content: '%';
}
.product-info-price .energy-label.labelpfeil {
  top: 52px;
}
.product-info-price .energy-label.labelpfeil.klasse_aaa .labelcontent {
  background: #009640;
}
.product-info-price .energy-label.labelpfeil.klasse_aaa::before {
  border-right: 8px solid #009640;
}
.product-info-price .energy-label.labelpfeil.klasse_aa .labelcontent {
  background: #52ae32;
}
.product-info-price .energy-label.labelpfeil.klasse_aa::before {
  border-right: 8px solid #52ae32;
}
.product-info-price .energy-label.labelpfeil.klasse_a .labelcontent {
  background: #c8d400;
}
.product-info-price .energy-label.labelpfeil.klasse_a::before {
  border-right: 8px solid #c8d400;
}
.product-info-price .energy-label.labelpfeil.klasse_b .labelcontent {
  background: #ffed00;
}
.product-info-price .energy-label.labelpfeil.klasse_b::before {
  border-right: 8px solid #ffed00;
}
.product-info-price .energy-label.labelpfeil.klasse_c .labelcontent {
  background: #fbba00;
}
.product-info-price .energy-label.labelpfeil.klasse_c::before {
  border-right: 8px solid #fbba00;
}
.product-info-price .energy-label.labelpfeil.klasse_d .labelcontent {
  background: #ec6608;
}
.product-info-price .energy-label.labelpfeil.klasse_d::before {
  border-right: 8px solid #ec6608;
}
.product-info-price .energy-label.labelpfeil.klasse_e .labelcontent {
  background: #e30613;
}
.product-info-price .energy-label.labelpfeil.klasse_e::before {
  border-right: 8px solid #e30613;
}
.product-info-price .musterversand {
  display: block;
  margin: 10px 0;
}
.product.media .label-promo {
  position: absolute;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  z-index: 3;
  padding: 0 12px;
  top: 0;
  right: 0;
  height: calc(20px  * 2);
  line-height: calc(20px  * 2);
  font-size: 18px;
}
.product.media .label-promo.label-aktion {
  background: #ee6205;
}
.product.media .label-promo.label-sale {
  background: #cd1719;
}
.product.media .label-promo .info {
  display: none;
}
.product.media .productlabel {
  position: absolute;
  z-index: 1;
  top: 0;
}
.product.media .productlabel img {
  margin: 0 3px 3px 0;
  height: 40px;
}
.tax-details .versandinfo {
  display: block;
  margin: 10px 0;
}
.tax-details .versandfrei {
  display: none;
  margin: 10px 0;
  color: #ee6205;
  font-weight: bold;
}
.tax-details .artikel_versand_D {
  display: inline;
}
.tax-details .versand_ausland {
  display: block;
}
.tax-details .versand_ausland .data-overlay {
  text-decoration: underline;
  color: inherit;
}
.productqty-qty {
  border: 1px solid #aaaaaa;
  margin: 0 0 5px;
  display: inline-block;
}
.productqty-qty .clone-qty {
  width: 50px;
  border: none;
  color: #333333;
  text-align: center;
  position: absolute;
  padding: 0;
}
.productqty-qty .clone-qty:disabled {
  opacity: 1;
}
.productqty-qty .moreless {
  position: relative;
}
.productqty-qty .moreless .qtysymbol {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  color: #ffffff;
  background: #aaaaaa;
  display: block;
  text-align: center;
}
.productqty-qty .moreless .qtysymbol.inactive {
  opacity: 0.4;
}
.productqty-qty .moreless .symmin,
.productqty-qty .moreless .qtyminus {
  left: 0;
}
.productqty-qty .moreless .symplu,
.productqty-qty .moreless .qtyplus {
  right: 0;
}
.productqty_btn {
  height: 100%;
  cursor: pointer;
  border: none;
  position: absolute;
  z-index: 2;
  background: none;
}
.productqty_btn:focus-visible {
  box-shadow: unset !important;
  border: 1px solid rgba(0, 68, 106, 0.8);
}
#options-pricebox #innerbox {
  background: #fff;
}
#options-pricebox #innerbox .product_price_box {
  background: #eee;
  padding: 10px 20px 0;
}
#options-pricebox #innerbox .product_price_box .price {
  text-shadow: rgba(255, 255, 255, 0.78) 1px 1px 0;
  grid-area: price;
  text-align: right;
}
#options-pricebox #innerbox .product_price_box .price.base_price {
  font-size: 2.2rem;
}
#options-pricebox #innerbox .product_price_box .price.total_price {
  font-size: 2.8rem;
}
#options-pricebox #innerbox .product_price_box .price-grid {
  display: grid;
  grid-template-areas: "label price" "details details";
  grid-template-columns: 40% 60%;
}
#options-pricebox #innerbox #option-details {
  display: block;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 5px 0;
  font-size: 12px;
  grid-area: details;
}
#options-pricebox #innerbox #option-details .option {
  display: grid;
  grid-template-columns: 60% 40%;
  margin: 5px 0;
}
#options-pricebox #innerbox #option-details .option .aufpreis {
  text-align: right;
  vertical-align: top;
}
#options-pricebox .preislabel {
  font-weight: bold;
  grid-area: label;
}
.price-final_price #options-pricebox .preislabel {
  margin: 14px 0 0;
}
#options-pricebox .tax-details {
  text-align: right;
}
.optionpricedetails {
  cursor: pointer;
  color: #ee6205;
  display: none;
  margin: 10px 0;
}
/*
* Modul: Badshop_ProductDiscontinuation
* _product.less
*/
.auslaufhinweis {
  color: #ee6205;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #ee6205;
  text-align: center;
  background: #fff;
}
/*
 * Modul: Badshop_ProductTextEditor
 * _category.less
 */
.product.info.detailed {
  /* .underline {
		border-bottom: 1px solid;
	} */
}
.product.info.detailed .blue {
  color: rgba(0, 68, 106, 0.8);
}
.product.info.detailed .producttexthead,
.product.info.detailed .headline2 {
  margin-bottom: 10px;
  font-weight: bold;
  display: inline-block;
}
.product.info.detailed .producttexthead {
  font-size: 1.6rem;
}
.product.info.detailed .headline2 {
  font-size: 1.5rem;
}
.product.info.detailed ul {
  list-style: disc;
  margin: 0 0 0 14px;
}
.product.info.detailed ul > li {
  margin: 0 0 10px;
  padding-left: 8px;
}
/*
* Modul: Badshop_Samples
* _product.less
*/
.order-samples {
  background: rgba(0, 68, 106, 0.5);
  padding: 10px 0;
  text-align: center;
  font-weight: normal;
  line-height: 25px;
  margin-top: 1px;
}
.order-samples.data-key {
  color: #fff;
}
.order-samples.data-key:hover {
  background: rgba(0, 68, 106, 0.8);
  color: #fff;
}
/*
* Modul: Badshop_CustomRelatedProducts
* _product.less
*/
#custom-related-products {
  display: block;
  background: #eee;
  padding: 5px;
  margin: 0 0 20px;
  border: 1px solid #ccc;
}
#custom-related-products #producttypes {
  margin: 10px 0;
}
#custom-related-products #producttypes button.related-filter {
  background: #fff;
  color: #333;
  border: 1px solid transparent;
  margin: 5px 12px 5px 0;
  font-weight: 500;
}
#custom-related-products .teaser-topseller {
  background: #fff;
  padding: 0;
  margin: 0;
}
/*
* Theme: Badshop/default-theme
* Modul: Magento_Catalog
* _product.less
*/
.product-info-main #product-head {
  display: grid;
}
.product-info-main #product-head .product-name {
  grid-area: name;
  /* h2 {
					font-size: 12px;
					color: @font-color;
					font-weight: normal;
					margin-bottom: 10px;
				} */
}
.product-info-main #product-head .product-name h1 {
  color: rgba(0, 68, 106, 0.8);
  font-weight: bold;
}
.product-info-main #product-head .product-name .herstellerlogo {
  float: right;
  margin: 0 0 0 10px;
}
.product-info-main #product-head .topseller {
  color: #ee6205;
  border: 1px solid #ee6205;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.product-info-main .product-info-price {
  /*.lib-css(color, @product-info-price);*/
  display: block;
  margin-bottom: 20px;
  grid-area: price;
  /*
			.old-price {
				.price-wrapper .price {
					.lib-font-size(20);
					font-weight: 300;
				}
			}

			.special-price {
				.price-label {
					&::after {
						content: ': ';
					}
				}
			}
			*/
}
.product-info-main .product-info-price .price-box {
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  /* margin-bottom: 10px; */
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .block {
  padding: 3px 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}
.product-info-main .product-info-price .product-addto-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 50px;
  margin: 1px 0 0;
}
.product-info-main .product-info-price .product-addto-links > button {
  background: rgba(0, 68, 106, 0.5);
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 25px;
}
.product-info-main .product-info-price .product-addto-links > button:hover {
  background: rgba(0, 68, 106, 0.8);
}
.product-info-main .price {
  white-space: nowrap;
}
.product-info-main .price::after {
  clear: both;
}
.product-info-main .tax-details {
  display: block;
  clear: both;
  position: relative;
  padding-bottom: 10px;
}
.product-info-main .product-info-stock-sku {
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: bold;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 10px;
}
.product-info-main .product.attribute.sku .type::after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 12px 0;
}
.product-info-main .product.attribute.description .details {
  font-size: 1.8rem;
  color: rgba(0, 68, 106, 0.6);
  display: block;
  margin: 0 0 20px;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .headline,
#custom-related-products .headline {
  color: rgba(0, 68, 106, 0.8);
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin: 40px 0 20px;
}
.product-info-main .pricebox {
  padding: 5px 20px 15px;
  position: relative;
  background: #eee;
}
.product.media {
  grid-area: media;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 12px 0 10px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin: 10px 0;
}
.product.info.detailed #additional strong.data-heading {
  display: inline-block;
  color: rgba(0, 68, 106, 0.6);
  margin: 0 0 15px;
  word-wrap: break-word;
  font-size: 16px;
  hyphens: none;
}
.product.info.detailed .additional-attributes {
  width: auto;
  /* .lib-table-bordered(
				@_table_type: clear
			); */
  /* .lib-table-resize(
				@_th-padding-left: 0,
				@_th-padding-right: @indent__l,
				@_th-padding-bottom: @indent__s,
				@_td-padding-bottom: @indent__s
			); */
}
.product.info.detailed .artikel_attr {
  font-weight: bold;
}
.product.info.detailed .artikel_attr_value.garantie .hinweis-overlay {
  width: 250px;
}
.product.info.detailed ul {
  list-style: disc;
  margin-left: 14px;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 18px;
  margin-left: 0;
  margin-right: 0;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title.switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 4.5px;
}
.product.data.items > .item.title.switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  /* .lib-css(height, @_accordion-control-height); */
  padding: 4.5px 18px 4.5px 18px;
  font-family: Quicksand, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 36px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title.switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title.switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title.switch:active {
  color: rgba(0, 68, 106, 0.8);
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) .product.data.items > .item.title.switch:focus,
.product.data.items > .item.title:not(.disabled) .product.data.items > .item.title.switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) .product.data.items > .item.title.switch:active,
.product.data.items > .item.title.active.switch,
.product.data.items > .item.title.active.switch:focus,
.product.data.items > .item.title.active.switch:hover {
  background: #ffffff;
  color: rgba(0, 68, 106, 0.8);
  text-decoration: none;
  /* .lib-css(padding-bottom, @_accordion-control-padding-bottom); */
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 4.5px;
  padding: 18px 18px 18px 18px;
}
.product.data.items #tab-label-product-info-related {
  background: rgba(0, 68, 106, 0.8);
  color: #ffffff;
  border-color: rgba(0, 68, 106, 0.8);
}
.product.data.items #tab-label-product-info-related:focus-visible {
  color: rgba(0, 68, 106, 0.8);
  border-color: #fff;
  background: rgba(0, 68, 106, 0.2);
}
.product-info-price .price-box {
  /*.lib-css(color, @product-info-price);*/
  padding-bottom: 10px;
  vertical-align: top;
}
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: normal;
}
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 10px;
}
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: bold;
}
.box-tocart .fieldset {
  margin: 0;
}
.box-tocart .configure-button,
.box-tocart .tocart {
  padding: 10px;
  width: 100%;
  font-size: 18px;
  height: 50px;
  line-height: 20px;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.add-to-icons {
  height: 25px;
  width: auto;
  margin: 1px 10px 0 0;
}
.configure-button .add-to-icons {
  margin-top: -3px;
}
.product-addto-links {
  display: inline;
  /* .action {
			margin-right: 5%;
		} */
}
.product-addto-links .towishlist {
  margin-right: 1px;
}
.hinweis-overlay {
  background: #ffffff;
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  border: 1px solid rgba(0, 68, 106, 0.6);
  padding: 5px;
  display: none;
  position: absolute;
  z-index: 100;
  margin: 10px 0 0;
  color: rgba(0, 68, 106, 0.8);
}
.lieferzeit:hover .hinweis-overlay.lieferzeithinweis,
.lieferzeit:focus-visible .hinweis-overlay.lieferzeithinweis {
  display: block;
}
.garantie:hover .hinweis-overlay.garantiehinweis,
.garantie:focus-visible .hinweis-overlay.garantiehinweis {
  display: block;
}
.weitereart {
  display: block;
  background: #eeeeee;
  padding: 10px;
}
.weitereart.pfeile::before {
  content: '\25B8 \25B8';
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  letter-spacing: -2px;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
#surface-color {
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 20px 0;
  color: rgba(0, 68, 106, 0.8);
  line-height: 33px;
  cursor: pointer;
}
#surface-color .obfl {
  margin: 0 5px 3px 3px;
  opacity: 0;
  height: 33px;
}
.zahlungsarten {
  display: block;
  margin: 0 auto 10px;
}
.zahlungsarten-overlay:focus-visible .zahlungsarten {
  box-shadow: 0 0 1px 3px rgba(0, 68, 106, 0.6);
}
.footnotes {
  margin: 40px 0 0;
}
.teaser-content .product-item .prev-prices {
  right: unset;
  text-align: left;
  font-size: 1.4em;
}
.teaser-content .product-item .prev-prices .streichpreis.uvp:before {
  top: 10px;
  right: 20px;
}
.teaser-content .product-item .price-box {
  text-align: left;
  margin-top: 20px;
}
.teaser-content .product-item .price-box .price {
  font-size: 2.3rem;
}
/*
 * Theme: Badshop/default-theme
 * Modul: Solutioo_Optionsmodul
 */
#options {
  padding: 0 0 30px;
  clear: both;
}
#options-box {
  position: relative;
  margin-right: 30px;
  width: 100%;
}
#product-options-wrapper {
  background: #eeeeee;
  padding: 1px;
}
.prod_option {
  clear: both;
  background: #ffffff;
  margin: 15px;
}
.prod_option:not(.hidden) {
  display: block;
}
.prod_option label.optionlist {
  background: rgba(0, 68, 106, 0.5);
  padding: 10px 40px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.prod_option label.optionlist.collapsible-arrow:before {
  top: 13px;
  left: 14px;
}
.prod_option label.optionlist:focus-visible {
  background: rgba(0, 68, 106, 0.2);
  color: #333;
}
.prod_option label.optionlist:focus-visible.collapsible-arrow:before {
  background: url('../images/icon-klapppf-grau.svg') no-repeat;
}
.prod_option .input-box {
  margin: 0 0 16px;
}
.prod_option.reduced .choose_option {
  display: block;
}
.prod_option.reduced .input-box {
  height: 40px;
  overflow: hidden;
}
.prod_option.expanded .choose_option {
  display: none;
}
.prod_option.expanded .input-box {
  height: auto;
}
.prod_option .options-list {
  /* IE => */
  /*max-width:606px;*/
}
.prod_option .options-list li {
  display: block;
  text-align: center;
  margin: 5px 6px 10px;
  word-wrap: break-word;
  position: relative;
  padding: 5px 0;
}
.prod_option .options-list li.active .label label:hover {
  cursor: text;
}
.prod_option .options-list input.radio {
  margin: 0 auto 10px;
  display: block;
  width: 20px;
  height: 20px;
}
.prod_option .options-list .label {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.prod_option .options-list .label label {
  display: block;
}
.prod_option .options-list .label .price {
  display: block;
  color: rgba(0, 68, 106, 0.6);
  margin: 5px 15px;
  font-weight: bold;
  white-space: nowrap;
}
.prod_option .options-list .label .price::before {
  content: '+';
}
.prod_option .options-list .option_img {
  display: block;
  width: 100%;
  height: auto;
}
.prod_option .options-list .option_img:hover {
  cursor: zoom-in;
}
.prod_option .options-list .ausschluss {
  color: #cccccc;
}
.prod_option .options-list .ausschluss img {
  filter: contrast(0.4) grayscale(100%);
  opacity: 0.1;
}
.prod_option .options-list .ausschluss .label .price {
  color: inherit;
}
.prod_option .choose_option {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}
.prod_option .required_option {
  border: 1px dashed #ff0000;
  background: #faebe7;
}
.prod_option.selected label.optionlist::after {
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/icon-haken-weiss.svg') no-repeat;
  content: '';
  margin-top: 2px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.prod_option.selected .choose_option {
  display: none;
}
.prod_option.selected.reduced .input-box {
  height: auto;
}
.prod_option.selected.reduced .options-list li {
  display: none;
}
.prod_option.selected.reduced .options-list li.active {
  display: grid;
  width: auto;
  grid-template-columns: 80px auto;
  grid-gap: 0 20px;
  align-items: center;
}
.prod_option.selected.reduced .options-list li.active input {
  display: none;
}
.prod_option.selected.reduced .options-list li.active .option_img {
  width: 80px;
  height: 80px;
  display: inline-block;
}
.prod_option.selected.reduced .options-list li.active .label {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  text-align: left;
}
.prod_option.selected.reduced .options-list li.active .label label {
  display: inline-block;
  width: 150px;
  margin: 5px 15px;
  vertical-align: middle;
}
.prod_option.selected.reduced .options-list li.active .label .price-notice {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
}
.prod_option.required_option {
  border: 1px solid #ff0000;
}
.prod_option.required_option .choose_option {
  display: block;
  color: #ff0000;
}
.prod_option input:hover,
.prod_option .label span:hover,
.prod_option .label label:hover {
  cursor: pointer;
}
.prod_option li.active input:hover {
  cursor: default;
}
#option-detail-img {
  display: none;
  background: #ffffff;
  max-width: 300px;
  position: fixed;
  z-index: 9999;
  border: 2px solid #cccccc;
  -moz-box-shadow: 0 0 100px 10px #555555;
  -webkit-box-shadow: 0 0 100px 10px #555555;
  box-shadow: 0 0 100px 10px #555555;
}
#option-detail-img .option-detail-links {
  position: absolute;
}
#option-detail-img .option-detail-links div {
  position: relative;
  height: 17px;
  background: #ffffff;
  cursor: pointer;
  padding: 5px 10px 5px 38px;
  font-weight: bold;
  color: rgba(0, 68, 106, 0.8);
  border: 1px solid #336988;
}
#option-detail-img .option-detail-links div .icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background: #336988;
  padding: 6px;
}
#option-detail-img .option-detail-links div:hover {
  border: 1px solid #668fa6;
  color: #668fa6;
}
#option-detail-img .option-detail-links div:hover::before {
  background: #668fa6;
}
#option-detail-img label {
  background: #eeeeee;
  display: block;
  padding: 5px;
  font-weight: bold;
  color: rgba(0, 68, 106, 0.8);
}
#option-detail-img > img:hover {
  cursor: zoom-out;
}
/* .prod_option .ausschluss,.prod_option .ausschluss .price-notice,.prod_option .ausschluss .price{color:#ccc;} */
.product-options-bottom {
  padding: 15px;
  border-top: 0;
  clear: both;
  background: #ffffff;
}
.optionen-reset {
  border: 1px solid rgba(0, 68, 106, 0.8);
  text-decoration: none;
  color: rgba(0, 68, 106, 0.8);
  padding: 5px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-weight: bold;
  text-align: center;
}
.optionen-reset:hover,
.optionen-reset:focus {
  border-color: rgba(0, 68, 106, 0.4);
}
.faux-select-tooltip {
  color: #454545;
  border: 1px #454545 solid;
  padding: 10px;
  z-index: 9999991;
  position: absolute;
  max-width: 250px;
}
.faux-select-tooltip.error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.faux-select-tooltip.error.hide {
  display: none;
}
.faux-select-tooltip.error::before {
  content: "\25b2";
  display: block;
}
.options-required {
  color: #f23;
}
#option-warning-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(55, 55, 55, 0.6);
  z-index: 10000;
}
#option-warning {
  position: fixed;
  height: 100px;
  width: 300px;
  top: calc(50% - 71px);
  left: calc(50% - 171px);
  background: #ffffff;
  border: 1px solid rgba(0, 68, 106, 0.8);
  padding: 20px;
  font-size: 1.2em;
  color: rgba(0, 68, 106, 0.8);
}
#option-warning #close-option-warning {
  background: rgba(0, 68, 106, 0.8);
  color: #ffffff;
  margin-top: 10px;
  padding: 10px 40px;
  display: inline-block;
}
#option-warning #close-option-warning:hover {
  background: rgba(0, 68, 106, 0.6);
}
/*
* Theme: Badshop/default-theme
* Modul: Badshop_CustomRelatedProducts
* _product_extend.less
*/
#custom-related-products .headline {
  margin: 0 0 5px;
}
#custom-related-products #producttypes button.related-filter.active {
  background: rgba(0, 68, 106, 0.5);
  color: #fff;
}
#custom-related-products #producttypes button.related-filter:hover {
  background: rgba(0, 68, 106, 0.8);
  color: #fff;
}
#custom-related-products #producttypes button.related-filter:focus-visible {
  border: 1px solid rgba(0, 68, 106, 0.6);
}
