/* // tda */
table.woocommerce-checkout-review-order-table
  .product-name
  .product-item-thumbnail {
  display: none !important;
}
body table.woocommerce-checkout-review-order-table .product-name {
  padding-left: 0px !important;
}
/* tda3: */
#order_review .cart_item .product-image img,
#order_review .cart_item .product-image .product-quantity {
  display: none !important;
}
.greenweb-cart-dk #payment {
  display: none;
}
#minicartul .cart_item .product-image img,
#minicartul .cart_item .product-image .product-quantity {
  display: none !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}
