.steady-checkout-wrapper {
	background: #f2f2f2;
	padding: 20px;
}

.steady-checkout {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	border-bottom: 1px solid #c0c0c0;
    margin-bottom: 10px;
}

.steady-plan {
	background: #fff;
	border-radius: 5px;
	flex: 1;
	padding: 20px;
	margin: 10px !important;
}

.steady-plan-title {
	text-align: center;
	font-weight: bold;
	font-size: 15px !important;
	height: 80px;
}

.steady-plan-title-manual {
	height: 20px;
}

.steady-plan-monthly, .steady-plan-annually {
	color: #ff7264;
	font-size: 38px !important;
	text-align: center;
	font-weight: bold;
}

.steady-plan-annually {
	display: none;
}

.steady-plan-buy {
	background: #ff7264;
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	height: 48px;
	line-height: 48px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 30px 0 !important;
}

.steady-plan-buy[disabled] {
	background: #c0c0c0;
	cursor: not-allowed;
}

.steady-plan-buy[disabled]:hover {
	background: #c0c0c0;
	cursor: not-allowed;
}

.steady-plan-buy:hover {
	background: #FC5544;
	fill: #FC5544;
	text-decoration: none !important;
}

.steady-plan-description {
	font-size: 14px !important;
	margin-top: 20px;
}

#steady-checkout-manual-value {
	width: 100px;
    border: none;
    background: none;
	color: #ff7264;
    font-size: 40px !important;
    text-align: right;
    font-weight: bold;
	line-height: 30px;
}

.steady-period {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.steady-period-selector {
	width: 70px;
    border: 1px solid #c0c0c0;
    border-radius: 50px;
    margin: 0 20px;
	background: #fff;
	cursor: pointer;
	height: 32px;
}

.steady-period-indicator {
	display: inline-block;
	width: 20px;
    background: #FC5544;
    height: 20px;
    border-radius: 50px;
	margin: 5px;
}

.steady-period-indicator.steady-period-monthly {
	float: left;
}

.steady-period-indicator.steady-period-annually {
	float: right;
}

.steady-period-label {
	text-transform: uppercase;
}

.steady-period-label.selected {
	color: #FC5544;
}

.steady-period input {
	display: none;
}

.steady-plan-savings {
	display: none;
	font-size: 12px !important;
	color: #000;
	text-align: center;
}

#steady-checkout-iframe {
	width: 400px;
	height: 400px;
	border: 2px solid #000;
}

.steady-button {
	margin-bottom: 20px !important;
	font-family: CeraPRO, Arial;
    font-weight: bold;
    letter-spacing: 0.1px;
    text-align: left;
    color: white;
    border-radius: 4px;
    background-color: #ff7264;
    border: solid 1px #ff7264;
    width: 100%;
    max-width: 272px;
	height: 42px;
    padding: 12px 17px;
    font-size: 17px;
    min-width: 219px;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.steady-button img {
	margin-right: 15px;
	margin-bottom: 0 !important;
    height: 24px;
}
