.blackfriday_2step_title {
	color: var(--blue);
	margin-bottom: 20px;
	font-family: AvenirNextLTPro, sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 29px;
}

.blackfriday_2step_subtitle {
	color: #000105;
	margin-bottom: 20px;
	font-family: AvenirNextLTPro, sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.blackfriday_2step_label {
	color: #009;
	margin-bottom: 3px;
	font-family: Avenirnextltpro Demi, sans-serif;
}

.blackfriday_2step_input {
	outline: none;
	border: 2px solid #eaebf2;
	border-radius: 5px;
	height: 48px;
	margin-bottom: 3px;
	font-family: AvenirNextLTPro, sans-serif;
	font-size: 16px;
	display: block;
	padding: 20px 15px;
	height: 48px;
	width: 100%;

	&:focus {
		border: 2px solid #009;
	}
}

.blackfriday_2step_input.blackfriday_2step_invalid {
	border: 2px solid #FF5C53;
}


.blackfriday_2step_input_placeholder {
	color: #333;
	font-size: 14px;
}

.blackfriday_2step_submit {
	cursor: pointer;
	font-family: AvenirNextLTPro, sans-serif;
	font-weight: 700;
	background-color: var(--red);
	color: var(--white);
	border-radius: 3px;
	width: auto;
	height: 38px;
	margin-top: 8px;
	font-family: AvenirNextLTPro, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 9px 15px;
}

.blackfriday_2step_submit_return {
	cursor: pointer;
	color: #009;
	font-family: AvenirNextLTPro, sans-serif;
	font-weight: 700;
	border: 2px solid var(--blue);
	background-color: var(--transparent-2);
	border-radius: 5px;
	align-items: center;
	padding: 12px 25px;
	display: flex;
	width: fit-content;
}


.form_contact_error_message_blackfriday_2step {
	position: absolute;
	top: 100%;
	color: red;
	left: 0;
	width: 100%;
	z-index: 1;
	font-family: Avenirnextltpro Demi, sans-serif;
	font-size: 12px;
	font-weight: 600;
	display: none;
}

.blackfriday_2step_input_container {
	position: relative;
	margin-bottom: 20px;
}

.img_check_blackfriday {
	width: 28px;
	vertical-align: middle;
	max-width: 100%;
	display: inline-block;
}

.blackfriday_2step_form_div {
	flex-flow: column;
	display: flex;
}

.blackfriday_2step_form_subdiv {
	display: block;
}

.optional_text {
	font-size: 12px;
	color: #009;
	font-style: italic;
	margin-left: 5px;
}

.contact_success_top_div {
	margin-bottom: 24px;
}

.home_success_text {
	margin-bottom: 24px;
}

.promo-code {
	font-weight: 700;
	font-family: AvenirNextLTPro, sans-serif;
	color: #6A82FF;
}


.blackfriday_2step_checkbox_container {
	margin-top: 0px;
	margin-bottom: 0px;
}

.blackfriday_2step_checkbox_label {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	font-family: AvenirNextLTPro, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000105;
}

.blackfriday_2step_checkbox {
	margin-right: 10px;
	margin-top: 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	accent-color: var(--blue);
}

.blackfriday_2step_checkbox_text {
	flex: 1;
}

@media screen and (min-width: 1280px) {
	.blackfriday_2step_form_div {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		flex-flow: row;
		justify-content: flex-start;
		align-items: stretch;
	}

	.blackfriday_2step_form_subdiv {
		flex-flow: column;
		width: 100%;
		display: flex;
	}
}
