.delivery-time-note {
	font-size: 1em;
	font-weight: 600;
}
.co-delivery .dr-header {
	display: flex;
	align-items: center;
	gap: 8px;
}
.co-delivery .dr-form {
	padding: 4px 2px;
}
.co-delivery .dr-field {
	margin-bottom: 24px;
}
.co-delivery .dr-field:last-child {
	margin-bottom: 0;
}
.co-delivery .dr-label {
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #222;
	margin: 0 0 4px;
}
.co-delivery .dr-label .dr-req {
	color: #e02424;
	margin-left: 3px;
}
.co-delivery .dr-desc {
	display: block;
	font-size: 13px;
	color: #8c8c8c;
	line-height: 1.4;
	margin: 0 0 10px;
}

.co-delivery .dr-input-wrap {
	position: relative;
}
.co-delivery .dr-input-wrap input {
	width: 100% !important;
	box-sizing: border-box !important;
	height: 50px !important;
	padding: 0 44px 0 16px !important;
	border: 1px solid #dadada !important;
	border-radius: 10px !important;
	background: #fff !important;
	font-size: 15px;
	color: #222;
	line-height: normal;
}
.co-delivery .dr-input-wrap input:focus {
	border-color: #6aa121 !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba(106, 161, 33, 0.12);
}
.co-delivery .dr-input-wrap input::placeholder {
	color: #9a9a9a;
}
.co-delivery .dr-input-wrap input[type="date"] {
	-webkit-appearance: none;
	appearance: none;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.co-delivery .dr-input-wrap input[type="date"]::-webkit-date-and-time-value {
	text-align: center;
	margin: 0;
	padding: 0;
}
.co-delivery .dr-input-wrap input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}
.co-delivery .dr-input-wrap input[type="date"]::-webkit-inner-spin-button,
.co-delivery .dr-input-wrap input[type="date"]::-webkit-clear-button {
	display: none;
	-webkit-appearance: none;
}
.co-delivery .dr-icon {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	pointer-events: none;
}
.co-delivery .dr-note {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.5;
}
.co-delivery .dr-note-icon {
	flex: 0 0 auto;
	line-height: 0;
	margin-top: 1px;
}
.co-delivery .dr-note-gray {
	background: #f4f4f4;
	color: #666;
}
.co-delivery .dr-note-gray strong {
	display: block;
	color: #333;
	font-weight: 700;
	margin-bottom: 1px;
}
.co-delivery .dr-note-gray a {
	color: #6aa121;
	font-weight: 600;
	text-decoration: none;
}
.co-delivery .dr-note-green {
	background: #eef6e2;
	color: #4a7a23;
}
.co-delivery .dr-note-green b {
	color: #3f6b1e;
	font-weight: 700;
}
.co-delivery .delivery-autocomplete-list div:hover {
	background: #f2f2f2;
}