/* Hide "Including taxes" line in checkout */
.order-summary__section--tax,
._1qy6ue60 {
  display: none !important;
}

.total_line-- {
display: none;

}