
.woocommerce-cart main .woocommerce {
  display: flex;
  flex-direction: row;
  gap: 0;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.woocommerce-notices-wrapper {
  width: 100%;
  display: block;
}

.woocommerce-cart .product-name > div {
  display: none;
}



.woocommerce-cart .cart-collaterals h2 {
font-family: mb;
  font-size: 17px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  margin: 0;
}

.woocommerce-cart .cart-collaterals .shop_table {
  border: 1px solid #ddd;
  padding: 20px 0 0;
}




.woocommerce-cart .cart-collaterals .shop_table th,
.woocommerce-cart .cart-collaterals .shop_table td {
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  padding: 10px 8px;
}
.woocommerce-cart .cart-collaterals .shop_table th {
  font-family: mb;
  text-align: left;
  font-size: 14px;
}

.woocommerce-cart .cart-collaterals .shop_table td {
  text-align: right;
}

.woocommerce-cart .cart-collaterals .shop_table  #shipping_method {
  list-style: none;
}

.woocommerce-cart-form {
  margin-bottom: 30px;
}

.woocommerce-cart-form table.shop_table {
  min-width: 700px;
  width: 100%;
  height: auto;
  border: 0;
}

.woocommerce-cart-form table.shop_table {
   border: 1px solid #ddd;
}

.woocommerce-cart-form table.shop_table tr th,
.woocommerce-cart-form table.shop_table tr td {
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  padding: 10px 8px;
  text-align: left;
}

.woocommerce-cart-form table.shop_table tr .product-quantity {
  text-align: center;
}

.woocommerce-cart-form table.shop_table tr .product-price ,
.woocommerce-cart-form table.shop_table tr .product-subtotal {
  text-align: right;
}

.woocommerce-cart-form table.shop_table thead {
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
}


.woocommerce-cart-form .remove {
  width: 20px;
  height: 20px;
  display: block;
  background: var(--extra);
  color: white;
  text-align: center;
  margin: -8px -8px;
  line-height: 24px;
  font-size: 20px;
}


.woocommerce-cart-form .product-thumbnail {
  width: 100px;
}

.quantity {
  display: flex;
  flex-direction: row;
}

.quantity input {
  width: 70px;
  text-align: center;
  border: 1px solid var(--accent);
}

.set-more, .set-less {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  background: var(--accent);
  color: white;
  font-size: 25px;
  border: none;
  cursor: pointer;
}


.woocommerce-cart-form__cart-item .variation > :not(.variation-Modell) {
  display: none;
}

.cross-sells {
  display: none;
}

.woocommerce-cart .button[name="update_cart"] {
  background: #999;
  color: white;
  border: none;
  padding: 4px 14px;
}

.checkout-button {
    background: var(--accent);
    color: var(--white);
    padding: 14px 38px;
    display: block;
    text-align: center;
    margin-top: 30px;
    font-family: mb;
    border-radius: 70px;
    width: auto;
    display: inline-block;
    font-size: 150%;
}



body.woocommerce-cart .page-width .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}


body.woocommerce-cart .page-width .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}

body.woocommerce-cart .page-width .woocommerce .woocommerce-cart-form {
    width: 58%;
}

body.woocommerce-cart .page-width .woocommerce .cart-collaterals {
    width: 38%;
}

body.woocommerce-cart .actions > button.button {
  display: none;
}


body.woocommerce-cart .coupon {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid;
    padding-top: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

body.woocommerce-cart .coupon input#coupon_code {
    width: calc(100% - 153px);
    padding: 8px 6px;
    line-height: 1;
    height: auto;
}

body.woocommerce-cart .coupon button.button {
    padding: 4px 9px;
    margin: 0 0 0 -6px;
    background: #777;
    border-radius: 0 9px 9px 0;
}

body.woocommerce-cart .cart-collaterals .shop_table td ul,
body.woocommerce-cart .cart-collaterals .shop_table td {
    margin: 0 !important;
}

.select.update_totals_on_change {
  width: 96%;
  padding: 9px 4px;
  margin: 2%;
}


@media (max-width: 888px) { 
  body.woocommerce-cart .page-width .woocommerce .cart-collaterals ,
  body.woocommerce-cart .page-width .woocommerce .woocommerce-cart-form ,
  body.woocommerce-cart .page-width .woocommerce .woocommerce-notices-wrapper {
      width: 100%;
  }
  .woocommerce-cart-form table.shop_table {
    min-width: 100%;
  }

  .woocommerce table.shop_table tbody th.product-name {
    width: 100%;
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td:not(:first-child)::before, 
  table.shop_table_responsive tr td:not(:first-child)::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    display: block !important;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    text-align: right !important;
  }

  .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
  display: block;
  text-align: right !important;
}
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table tbody .quantity {
    justify-content: end;
    display: flex;
  }

  .woocommerce table.shop_table tbody .product-thumbnail {
    display: none !important;
  }
  .woocommerce-cart-form .remove {
    background: #333333;
    margin: 0;
  }
  .order-total th,
  .woocommerce-shipping-totals.shipping th,
  .cart-subtotal th {
    display: none;
  }


}
