.woocommerce {
  max-width: 1152px !important;
  margin: auto;
  display: grid;

  gap: 20px;
  position: relative;
  padding: 10px;
  padding-top: 70px;
}

.woocommerce-notices-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.cart_totals .shop_table.shop_table_responsive {
  border: none !important;
}

.shop_table_responsive .product-thumbnail img {
  width: 90px !important;
}

@media (min-width: 1024px) {
  .woocommerce {
    grid-template-columns: 68% 29%;
  }
}
