.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th,
.cart_totals th.product-name {
  border-width: 1px;
}

.woocommerce-cart-form {
  border-radius: 12px;
  padding: 10px;
  background-color: #fff;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.1),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.shop_table {
  margin: 0;
}

.shop_table .actions {
  padding: 0;
  padding-top: 10px;
}

.shop_table .actions .button {
  margin: 0;
}
