table td, table th,
.wp-block-table td,
.wp-block-table th{
  border: none;
}
.woocommerce table.shop_table th {
    text-align: left;
}
.woocommerce .product-thumbnail{
  width: 200px;
}
.woocommerce .shop_table tbody tr:last-child{
  display: none;
}
.inner .woocommerce div.product {
    margin-bottom: 30px;
  }

.checkout.woocommerce-checkout,
.woocommerce .cart-collaterals{
  margin-bottom: 40px;
}
.checkout.woocommerce-checkout,
.woocommerce .woocommerce-cart-form{
  margin-top: 40px;
}

.woocommerce-form-coupon-toggle,
.woocommerce .checkout .col2-set .col-2{
  display: none;
}

.woocommerce .checkout .col2-set .col-1{
  margin: auto;
  display: block;
  float: none;
}

.woocommerce .checkout #order_review_heading,
.woocommerce .checkout table.shop_table{
  max-width: 1200px;
    margin: auto;
    margin-bottom: 10px;
}
