
/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/

.cols_payform {
    display: flex;
}
.col_payform {
    max-width: 530px;
    margin: 15px;
	width: 50%;
}
.button {
    display: inline-block;
    padding: 0 30px;
    height: 46px;
    line-height: 46px;
    font-size: .9rem;
}
.button {
    padding: 0 10px;
    height: 46px;
    border: 0;
    border-radius: 4px;
    font-size: 1.05rem;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #f85141;
    text-shadow: none;
    display: inline-block;
    width: 100%;
}
button.button.is__price {
    color: #fff;
}
.is__price {
    width: 100%!important;
}
.how-forms .form-label {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 12px;
}
.how-forms {
	font: .8rem/1.375 'Proxima Nova',Arial,sans-serif;
}
@media only screen and (max-width: 680px) {
	.cols_payform {
		display: block;
	}
.how-forms .form-label {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 13px;
    /* font-weight: 600; */
    height: 30px;
}
.col_payform {
    max-width: 530px;
    margin: 15px;
    width: 100%;
}
}
.nowrap_second_line_letter {
    max-width: 100%;
    display: block;
    white-space: inherit !important;
}