.tblshopcart .discount td span,
.tblshopcart .dscnt td span {
  display: none!important;
}
.shop-cart {
  position: relative;
  margin: 0 0 20px 0;
}
.shop-cart table,
.shop-cart tbody,
.shop-cart tr,
.shop-cart td {
  display: block;
}
.shop-cart .cart-empty {
  position: relative;
}
.shop-cart .cart-empty h3 {
  display: inline-block;
  /*width: 350px;*/
  max-width: 100%;
  margin: 0 auto;
  color: #000000;
  font-weight: 400;
  text-align: left;
  font-size: 1rem;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-empty h3 {
    font-size: 1.5rem;
  }
}
.shop-cart .cart-empty .agoon {
  display: block;
  float: none;
  margin: 30px 0 0 0;
}
.shop-cart .cart-empty .agoon:last-child {
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-empty .agoon {
    display: inline-block;
  }
}
.shop-cart .cart-empty .agoon.product.agoon {
  padding-left: 0;
}
.shop-cart .cart-empty .event,
.shop-cart .cart-empty .msg {
  display: none;
}
.shop-cart .cart-empty ~ a,
.shop-cart .cart-empty ~ .btns {
  display: none;
}
.shop-cart .cart-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #000000;
}
.shop-cart .cart-item:nth-last-child(2) {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item {
    padding: 20px 0;
  }
}
.shop-cart .cart-item td {
  padding: 5px 0;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item td {
    flex: 1;
    flex-wrap: wrap;
    padding: 10px;
    align-items: center;
  }
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item a {
    position: relative;
  }
}
.shop-cart .cart-item > .td3 > a > figure {
  border: none;
  height: auto;
  position: static;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item > .td3 > a > figure {
    position: absolute;
    left: -170px;
  }
}
.shop-cart .cart-item a {
  text-decoration: none;
  border: none;
}
.shop-cart .cart-item .td2,
.shop-cart .cart-item .td3,
.shop-cart .cart-item .td4,
.shop-cart .cart-item .td5 {
  width: 100%;
}
.shop-cart .cart-item .td1 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 120px;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0;
  z-index: 10;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item .td1 {
    position: static;
  }
}
.shop-cart .cart-item .td1:before {
  content: 'Löschen';
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item .td1:before {
    display: none;
  }
}
.shop-cart .cart-item .td2 label {
  position: absolute;
  left: -5000px;
  top: 0;
}
.shop-cart .cart-item .delete-item {
  display: flex;
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 0;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item .delete-item {
    width: 40px;
    height: 40px;
  }
}
.shop-cart .cart-item .delete-item:before,
.shop-cart .cart-item .delete-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
}
.shop-cart .cart-item .delete-item:before {
  transform: rotate(45deg);
}
.shop-cart .cart-item .delete-item:after {
  transform: rotate(-45deg);
}
.shop-cart .cart-item .td2 {
  display: flex;
  width: auto;
  text-align: right;
  order: 1;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item .td2 {
    max-width: 100px;
    padding: 15px;
    order: 0;
  }
}
.shop-cart .cart-item .td3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0 10px 0;
  clear: both;
}
@media screen and (min-width: 800px) {
  .shop-cart .cart-item .td3 {
    padding: 15px 25px;
    position: relative;
  }
}
.shop-cart .cart-item .td3 .product-title {
  font-size: 1.3em;
  display: block;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item .td3 .product-title {
    margin: 0;
    font-size: inherit;
  }
}
.shop-cart .cart-item .td3 .product-title > span {
  font-size: 0.8em;
}
.shop-cart .cart-item .td3 a {
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item .td3 > a > figure > img {
    max-height: 100px;
    object-fit: contain;
  }
}
.shop-cart .cart-item .upd {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.shop-cart .cart-item .upd > a {
  display: none;
}
.shop-cart .cart-item .shopprice,
.shop-cart .cart-item .pnadd {
  display: none;
}
.shop-cart .cart-item .shop_attrb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.shop-cart .cart-item .shop_attrb .lbl {
  display: block;
  width: 80px;
}
.shop-cart .cart-item .shop_attrb .select2 {
  width: calc(100% - 80px) !important;
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item .shop_attrb .select2 {
    width: 200px !important;
  }
}
.shop-cart .cart-item .shop_attrb .select2 .select2-selection--single {
  height: 37px;
}
.shop-cart .cart-item .shop_attrb .select2 .select2-selection--single .select2-selection__rendered {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 37px;
  padding: 0 15px;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item .shop_attrb .select2 .select2-selection--single .select2-selection__rendered {
    font-size: 0.8rem;
  }
}
.shop-cart .cart-item .shop_attrb .select2 .select2-selection__arrow {
  display: none;
}
.shop-cart .cart-item .shop_attrb.err .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF;
  background: #BB0000;
}
.shop-cart .cart-item .shop_attrb .err {
  display: none;
}
.shop-cart .cart-item .td4,
.shop-cart .cart-item .td5 {
  color: #000000;
  width: auto;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item .td4,
  .shop-cart .cart-item .td5 {
    max-width: 15%;
    text-align: right;
    padding: 30px 0;
  }
}
.shop-cart .cart-item .td4 {
  padding-right: 15px;
  font-weight: bold;
}
.shop-cart .cart-item .td4:before {
  content: attr(data-label);
  font-weight: normal;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item .td4 {
    font-weight: normal;
    padding-right: 30px;
  }
  .shop-cart .cart-item .td4:before {
    content: none;
  }
}
.shop-cart .cart-item .td5 {
  font-weight: bold;
}
.shop-cart .cart-item .td5:before {
  content: attr(data-label);
  font-weight: normal;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item .td5 {
    font-weight: normal;
  }
  .shop-cart .cart-item .td5:before {
    content: none;
  }
}
.shop-cart .cart-item .item-cnt {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #000000;
  background: #FFFFFF;
  line-height: 40px;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item .item-cnt {
    width: 60px;
  }
}
.shop-cart .head-shop {
  display: none;
  background: #F5F0EB;
}
@media screen and (min-width: 640px) {
  .shop-cart .head-shop {
    display: flex;
  }
}
.shop-cart .head-shop th {
  padding: 10px;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
}
.shop-cart .head-shop .th1:before {
  content: "LÖSCHEN";
}
.shop-cart .head-shop .th1,
.shop-cart .head-shop .th2 {
  width: 120px;
}
.shop-cart .head-shop .th3 {
  flex-grow: 1;
}
.shop-cart .head-shop .th4,
.shop-cart .head-shop .th5 {
  width: 15%;
  text-align: right;
}
.shop-cart .cart-item .td3 a,
.shop-cart .cart-item .td4,
.shop-cart .cart-item .td5 {
  font-size: 1em;
  line-height: 150%;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-item .td3 a,
  .shop-cart .cart-item .td4,
  .shop-cart .cart-item .td5 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .shop-cart .cart-item .td3 a,
  .shop-cart .cart-item .td4,
  .shop-cart .cart-item .td5 {
    font-size: 1.3rem;
  }
}
.shop-cart .total,
.shop-cart .discount {
  font-size: 1em;
  line-height: 150%;
}
@media screen and (min-width: 640px) {
  .shop-cart .total,
  .shop-cart .discount {
    font-size: 1.2em;
  }
}
.shop-cart .discount font {
  color: #BB0000 !important;
  font-weight: bold;
}
.shop-cart .cart-item .td3 .button {
  width: auto;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 1080px) {
  .shop-cart .cart-item .td3 .button {
    font-size: 0.9em;
    padding: 10px 25px;
  }
}
.shop-cart .cart-item .td3 .button.choose {
  width: 100%;
}
.shop-cart .discount,
.shop-cart .cpon {
  display: block;
  font-weight: 500;
  color: #000000;
  background: #F5F0EB;
  padding: 15px;
  margin: 30px 0 -15px 0;
  overflow: hidden;
  font-size: 1.2em;
}
@media screen and (min-width: 640px) {
  .shop-cart .discount,
  .shop-cart .cpon {
    padding: 15px 30px;
  }
}
.shop-cart .discount td,
.shop-cart .cpon td {
  padding: 0;
}
.shop-cart .discount td:nth-child(1),
.shop-cart .cpon td:nth-child(1) {
  float: left;
  padding-right: 20px;
}
.shop-cart .discount td:nth-child(2),
.shop-cart .cpon td:nth-child(2) {
  float: right;
}
.shop-cart .discount .percent,
.shop-cart .cpon .percent {
  margin-right: 5px;
}
.shop-cart .total {
  font-weight: 500;
  color: #FFFFFF;
  background: #996533;
  padding: 15px;
  margin: 30px 0 15px 0;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .shop-cart .total {
    padding: 15px 30px;
  }
}
.shop-cart .total td:first-child {
  display: none;
}
.shop-cart .total .lbl {
  float: left;
  padding-right: 20px;
}
.shop-cart .total .val {
  float: right;
}
.shop-cart .vat {
  position: relative;
  line-height: 120%;
  padding: 0 15px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .shop-cart .vat {
    padding: 0 30px;
  }
}
.shop-cart .vat .vat-lbl {
  float: left;
  padding-right: 20px;
}
.shop-cart .vat .vat-sum {
  float: right;
}
.shop-cart .cpon {
  display: block;
  font-weight: 500;
  color: #000000;
  padding: 15px;
  margin: 30px 0 -15px 0;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .shop-cart .cpon {
    padding: 15px 30px;
  }
}
.shop-cart .cpon td {
  float: left;
}
.shop-cart .cpon .td-cpon {
  float: right;
}
.shop-cart .shipping-price {
  position: relative;
  line-height: 120%;
  padding: 0 15px;
  margin: 0 0 30px 0;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .shop-cart .shipping-price {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1080px) {
  .shop-cart .shipping-price {
    padding-bottom: 15px;
  }
}
.shop-cart .shipping-price .ship-lbl {
  float: left;
  padding-right: 5px;
}
.shop-cart .shipping-price .ship-lbl:only-child {
  float: right;
  padding-right: 0;
}
.shop-cart .shipping-price .price {
  float: right;
}
.shop-cart .shipping-price .ship-incl,
.shop-cart .shipping-price .ship-excl {
  display: none;
}
.shop-cart .shipping-price .weight {
  display: block !important;
  font-size: 0.85rem;
  color: #BB0000;
  text-decoration: underline;
}
.shop-cart .shipping-price .weight:after {
  content: " kg";
}
.shop-cart .shipping-price {
  margin-top: 15px;
}
.shop-cart .shipping-country {
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
}
@media screen and (min-width: 1080px) {
  .shop-cart .shipping-country {
    float: left;
    width: 270px;
    padding-top: 0;
    margin-right: 50px;
  }
}
.shop-cart .shipping-country .select2 {
  margin-top: 15px;
}
.shop-cart .country-header {
  display: block;
  font-size: 0.9em;
  line-height: 140%;
}
.shop-cart .coupon {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.shop-cart .coupon .couponcode {
  position: relative;
  width: calc(100% - 115px);
  vertical-align: top;
}
@media screen and (min-width: 640px) {
  .shop-cart .coupon .couponcode {
    width: 240px;
  }
}
@media screen and (min-width: 1080px) {
  .shop-cart .coupon {
    float: left;
    width: auto;
    margin-top: 20px;
  }
}
.shop-cart .coupon h3 {
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
}
.shop-cart .coupon .coupon-descr {
  display: none;
}
.shop-cart .coupon .button {
  margin: 0 0 0 0px;
  height: 49px;
}
@media screen and (min-width: 1080px) {
  .shop-cart .coupon .button {
    padding: 15px 30px;
    margin: 0 0 0 3px;
    height: 51px;
  }
}
.shop-cart .coupon .msg {
  display: block;
  color: #0f4f0f;
  font-weight: 500;
  padding-top: 15px;
  clear: both;
}
.shop-cart .coupon .msgCouponNo {
  color: #BB0000;
}
.shop-cart .coupon .err[style*='inline'] {
  display: block !important;
  color: #BB0000 !important;
  font-weight: 500;
  padding-top: 15px;
  clear: both;
}
.shop-cart .weight {
  display: none;
  /*font-size: 0;
		position: absolute;
		left: 180px;
		bottom: 285px;
		.kg{
			font-size: 0.89rem;
			color: @red;
			text-decoration: underline;
		}*/
}
.shop-cart .cnt,
.shop-cart .header-events {
  display: none;
}
.shop-cart .cart-share {
  margin: -30px 0 30px 0;
  overflow: hidden;
  padding: 10px;
  left: 0;
  background: #F4BD56;
}
.shop-cart .cart-share button {
  font-weight: 600;
  font-size: 1em;
  text-align: left;
  text-decoration: underline;
  letter-spacing: 0;
  padding: 0;
  border: 0;
  float: none;
  margin: 8px 0 0 0;
}
.shop-cart .cart-share button:hover {
  color: #996533;
  background: #F4BD56;
}
.shop-cart .cart-share .message {
  float: right;
  font-weight: 600;
  line-height: 140%;
  color: #0f4f0f;
}
.shop-cart .cart-share .message + button {
  display: none;
}
.shop-cart .cart-share-body {
  display: block;
}
.shop-cart .cart-share-popup {
  display: none;
  width: calc(100% - 50px);
  max-width: 100%;
  max-height: calc(100vh - 50px);
  overflow: auto;
  position: fixed;
  background: #FFFFFF;
  top: 50%;
  left: 25px;
  right: 25px;
  transform: translateY(-50%);
  box-shadow: 0 0 20px -15px #444444;
  z-index: 500;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-share-popup {
    width: 600px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
  }
}
html.cart-share-show .shop-cart .cart-share-popup {
  display: block;
}
.shop-cart .cart-share-popup .popup-title {
  font-family: 'Roboto';
  display: block;
  color: #FFFFFF;
  background: #996533;
  font-weight: 500;
  line-height: 120%;
  font-size: 1.1rem;
  padding: 25px;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-share-popup .popup-title {
    font-size: 1.25rem;
    padding: 25px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .shop-cart .cart-share-popup .popup-title {
    font-size: 1.4rem;
  }
}
.shop-cart .cart-share-popup .popup-close {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  background-image: url('images/icon-close.svg');
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-share-popup .popup-close {
    width: 30px;
    height: 30px;
    right: 30px;
  }
}
.shop-cart .cart-share-popup .popup-content {
  padding: 25px;
}
@media screen and (min-width: 640px) {
  .shop-cart .cart-share-popup .popup-content {
    padding: 40px;
  }
}
.shop-cart .cart-share-popup .rw {
  margin-bottom: 15px;
  overflow: hidden;
}
.shop-cart .cart-share-popup .rw:last-child {
  margin-bottom: 0;
}
.shop-cart .cart-share-popup .rw span {
  display: block;
  font-weight: 500;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.shop-cart .cart-share-popup .rw:nth-last-child(2) {
  font-size: 0.9em;
}
.shop-cart .cart-share-popup .button {
  margin-top: 15px;
}
.shop-cart .cart-share-popup .errors span {
  color: #BB0000;
  text-transform: none;
}
.shop-cart .btns {
  overflow: hidden;
}
.shop-cart .btns a {
  position: relative;
}
@media screen and (min-width: 640px) {
  .shop-cart .btns a {
    margin-top: 15px;
  }
}
.shop-cart .description {
  /*.cart-preisgarantie{
			position: absolute;
			left: 0;
			top: -200px;
			background: @color-3;
		}*/
}
.shop-cart .description td {
  margin-left: 10px;
}
.shop-cart .button {
  line-height: 140%;
  text-transform: none;
  margin: 5px 0;
  width: auto;
}
@media screen and (min-width: 640px) {
  .shop-cart .button {
    float: right;
    width: auto;
    margin: 0 0 0 20px;
  }
}
.shop-cart .button:last-child {
  margin-bottom: 0;
}
.shop-cart .event {
  display: none;
}
.shop-cart .aclear,
.shop-cart .agoon {
  border: none;
  background: none;
  color: black;
  text-decoration: underline;
  display: flex;
  justify-content: center;
}
.shop-cart .aclear {
  clear: right;
}
@media screen and (min-width: 640px) {
  .shop-cart .aclear {
    clear: none;
  }
}
.shop-cart .acash {
  width: 100%;
  position: relative;
  color: #FFFFFF;
  background: #0f4f0f;
  margin: 15px 0 30px 0;
  border: 1px solid #000000;
}
@media screen and (min-width: 640px) {
  .shop-cart .acash {
    float: right;
    width: auto;
    margin: 0 0 0 20px;
  }
}
