/**
 * Checkout Styles
 */
.cpm-hidden {
	display: none !important;
}

.cpm-cod-charge-notice {
	background: #fff3cd;
	border: 1px solid #ffc107;
	padding: 10px;
	margin: 10px 0;
	border-radius: 4px;
}

.cpm-cod-charge-notice strong {
	color: #856404;
}

