/* Scoped to cart controls; payment fields and gateway styles are untouched. */
/* The7 custom CSS hides td.actions, including WooCommerce's update button. */
.woocommerce-cart .woocommerce-cart-form table.cart td.actions {
	display: table-cell !important;
}
.woocommerce-checkout-review-order-table .idodoc-checkout-item-actions {
	display: block;
}
.woocommerce-checkout-review-order-table a.idodoc-checkout-remove {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: underline;
}
.woocommerce-checkout .idodoc-checkout-edit-cart {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.5;
}
.woocommerce-checkout .idodoc-checkout-edit-cart a {
	text-decoration: underline;
}
.woocommerce-checkout a.idodoc-checkout-remove:focus-visible,
.woocommerce-checkout .idodoc-checkout-edit-cart a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}
@media (max-width: 767px) {
	.woocommerce-checkout-review-order-table a.idodoc-checkout-remove {
		min-height: 44px;
	}
}
