div.AuthorizeNetSeal {
	display: block;
	margin: 2em auto 4em auto !important;
}
.step_title {
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 0 .3em 0;
}
.sod_wrapper {
	text-align: center;
	margin: auto;
}
.sod_option {
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 3px);
	border-radius: 20px;
	cursor: pointer;
	padding: 3vh 3vw;
	box-sizing: border-box;
	position: relative;
}
.square_feet_error {	
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
	padding: 1em;
	border-radius: 25px;
	margin-top: 1em;
	display:none;
}

.product_learn_more {
	font-weight: normal;
}
.product_learn_more a {
	text-decoration: none;
}
.selected_product {
	background: #efefef;
}
.selected_product_flag
{
	display: none;
    width: 118px;
    position: absolute;
    right: 0px;
    background: forestgreen;
    color: white;
    top: 0px;
    border-top-right-radius: 20px;
}
#notes {
	padding: .5em;
	box-sizing: border-box;
}
.order_step {
	padding: 1em 0 2em 0;
}
#order_form div label {
	font-weight: bold;
	display: inline-block;
	min-width: 275px;
}

#order_form div	{
	margin-bottom: 1em;
}
#order_form div textarea {
	width: 100%;
	height: 180px;
}
#checkout, #continue {
	font-weight: bold;
	color: white;
	text-align: center;
	padding: .66em;
	width: 250px;
	margin: 0 auto 2em auto !important;
	display: block;
	background-color: #F09521;
	text-decoration: none;
	border-radius: 30px;
	font-size: 1.2em;
	border: none !important;
}
.suggest_sod_qty {
	display: none;
	padding: 1em;
	box-sizing: border-box;
	background: #359e36;
	border-radius: 25px;
	position: relative;
	margin-top: 1em;
	color: white;
}
.suggest_sod_qty #helper_text {
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 1.5em;
}
.suggest_sod_qty .cancel {
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: center;
	box-sizing: border-box;
	width: 26px;
	height: 26px;
	color: black;
	background: white;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding-top: 5px;
	border-radius: 20px;
}
.suggest_sod_qty .change_sq_ft {
	margin: auto !important;
	display: block;
	text-align: center;
	width: max-content;
}
.addon {
	padding-bottom: 2.5em;
	padding-top: 1em;
}
.addon_left {
	display: inline-block;
	width: 250px;
	box-sizing: border-box;
	vertical-align: top;
	padding-right: 2em;
}
.addon_left img	{
	vertical-align: top;
	display: block;
	width: 100%;

}
.addon_right {
	display: inline-block;
	width: 45%;
	box-sizing: border-box;	
}

.addon_select, .addon_quantity {
	padding-top: .5em;
	padding-bottom: .5em;
}
.addon_select label, .addon_quantity label {
	display: inline-block;
	width: 100px;
	font-weight: bold;
}
.learn_more_button {
	display: inline-block;
	padding-top: 1em;
	color:#013733;
	text-decoration: none;
	border-bottom: solid 1px #013733;
}
@media screen and (max-width: 1279px) {
	.sod_option {
		width: 100%;
	}
	.sod_option img {
		max-width: 100%;
	}
	.sod_title h2 {
		text-align: center;
	}
	.addon_left, .addon_right {
		width: 100%;
	}
	.addon_left img {
		max-width: 266px;
	}

}
@media screen and (max-width: 799px) {

}	