.ic-xpo-wrap {
	width: 100%;
	font-family: inherit;
	color: #262626;
}

.ic-custom-product-notice {
	margin: 0 0 20px;
	/* padding: 16px 18px;
	border: 1px solid #e6e6e6; */
	border-radius: 6px;
	background: #fff;
}

.ic-custom-product-notice__label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	cursor: pointer;

	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #262626
}

.ic-custom-product-notice__checkbox {
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	margin-top: 2px;
	accent-color: #186dee;
}

.entry-summary .note_tip{
	display: none;
}

.ic-custom-product-notice__error {
	margin: 8px 0 0 20px;
	font-size: 14px;
	line-height: 22px;
	color: #e02020;
}

