.woocommerce table.variations tr {
  display: flex;
  flex-direction: column;
}

.woocommerce table.variations td {
  background: transparent;
  padding: 0;
  padding-bottom: 2px;
}

.woocommerce div.product form.cart[method="post"] table.variations th.label {
  background-color: transparent;
  text-align: left;
  margin-top: 4px;
  padding: 0;
  font-weight: 200;
  font-size: 16px;
}
.woocommerce div.product form.cart[method="post"] table.variations th.label label {
  font-weight: 200;
  font-size: 16px;
}

a.reset_variations::before,
.woocommerce table.variations th.label::before {
  content: "\00bb ";
  margin-right: 4px;
  vertical-align: top;
}

.woocommerce table.variations th.label::after {
  content: " ausw\00e4hlen:";
}

.woocommerce table.variations td select {
  appearance: none;
  border: solid #ffffff59;
  color: white;
  border-width: 2px;
  cursor: pointer;
  background: url(../img/select2.png) calc(100% - 12px) 50% no-repeat transparent;
}

.woocommerce table.variations td select option {
  background-color: white;
  color: #282626;
}

.woocommerce table.variations td.value::before {
  content: "";
  width: 2px;
  height: 44px;
  border: 1px solid #ffffff59;
  position: absolute;
  right: 38px;
}

.woocommerce div.single_variation_wrap p.stock {
  top: 80px;
}

.woocommerce p.stock::before,
.woocommerce div.single_variation_wrap p.stock::before {
  top: 5px;
}

.woocommerce form.cart[method="post"] .woocommerce-variation-add-to-cart .pffwc-form-field-list {
  flex: 0 0 0%;
}

.wc-gzd-order-submit {
  display: inline-block;
}

a.wc-backward[href$="shop/"]::before {
  content: "\00AB";
}

.woocommerce-cart-form .wc-gzd-product-name-right {
  transform: translateY(2em);
}
.woocommerce-checkout .wc-gzd-product-name-right {
  min-width: 80%;
}

.woocommerce div.product form.cart a.reset_variations[style*="visibility: hidden"] {
  position: absolute;
  overflow: hidden;
}

.mk-price {
  display: inline;
  padding-bottom: 8px;
}

.woocommerce-variation-add-to-cart .quantity .input-text {
  width: 100px;
}

.woocommerce-variation-add-to-cart .quantity[data-unit="cm"]::after {
  content: "cm";
}

.woocommerce-variation-add-to-cart .quantity::after {
  margin-left: -1.9em;
  position: relative;
  top: 6px;
}

@-moz-document url-prefix() {
  .woocommerce-variation-add-to-cart .quantity::after {
    margin-left: -2.2em;
    top: 9px;
  }
}

.woocommerce table.shop_table td.product-quantity {
  min-width: 120px;
}

.woocommerce table.shop_table td.product-quantity .quantity {
  display: inline;
}

.woocommerce table.shop_table td.product-quantity .unit {
  display: inline;
}

.woocommerce .product .variations_form.cart {
  margin-bottom: 0;
}

.woocommerce .product .variations_form .woocommerce-variation-add-to-cart {
  margin-top: 2em;
}

.woocommerce .product .quantity.hidden {
  margin-right: 0 !important;
}
