.woocommerce-checkout-review-order-table .fee {
	display: none;
}

.woocommerce-checkout-review-order-table .shipping-insurance-terms {
	font-size: 0.8rem;
}

.woocommerce-help-tip {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	border-radius: 50%;
	background-color: #e5e5e5;
	text-align: center;
	line-height: 16px;
	font-size: 14px;
	font-weight: 600;
	color: #555;
	cursor: pointer;
	position: relative;
}

.woocommerce-help-tip::before {
	content: '?';
}

.woocommerce-help-tip:hover::after {
	content: attr(data-tip);
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
	padding: 8px;
	border-radius: 3px;
	white-space: normal;
	min-width: 100px;
	max-width: 200px;
	font-size: 12px;
	line-height: 1.4em;
	z-index: 9999;
	font-weight: 500;
}