.cof-order-form-wrap {
	box-sizing: border-box;
	max-width: 640px;
	margin: 28px 0;
	padding: 32px 34px;
	background-color: #f1ead9;
	border: 1px solid #c9a961;
	border-radius: 2px;
}

.cof-order-form-wrap * {
	box-sizing: border-box;
}

.cof-kicker {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #a4842f;
}

.cof-heading {
	margin: 0 0 12px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 30px;
	font-weight: 400;
	color: #2b2620;
	line-height: 1.2;
}

.cof-subtitle {
	margin: 0 0 26px;
	font-style: italic;
	font-size: 14.5px;
	line-height: 1.55;
	color: #6c6252;
	max-width: 46em;
}

.cof-field {
	margin-bottom: 22px;
}

.cof-label {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #2b2620;
}

.cof-label-hint {
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	color: #8a8071;
	font-size: 12px;
	margin-left: 4px;
}

.cof-required {
	color: #b3402c;
}

.cof-input,
.cof-select,
.cof-textarea {
	width: 100%;
	padding: 14px 16px;
	font-size: 15px;
	font-family: inherit;
	color: #3a352c;
	background-color: #ffffff;
	border: 1px solid #d8d0bd;
	border-radius: 2px;
	appearance: none;
	-webkit-appearance: none;
}

.cof-input::placeholder,
.cof-textarea::placeholder {
	color: #a29a89;
}

.cof-select {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3e%3cpath fill='%232b2620' d='M1 1l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
	cursor: pointer;
}

.cof-textarea {
	resize: vertical;
	min-height: 100px;
}

.cof-input:focus,
.cof-select:focus,
.cof-textarea:focus {
	outline: none;
	border-color: #a4842f;
	box-shadow: 0 0 0 1px #a4842f;
}

.cof-footer-note {
	margin: 4px 0 0;
	font-size: 12.5px;
	color: #8a8071;
}

@media (max-width: 480px) {
	.cof-order-form-wrap {
		padding: 22px 18px;
	}
	.cof-heading {
		font-size: 24px;
	}
}
