.complete_payment.nyp-button {
    color: #fff;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    border: none;
    text-shadow: none;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    background: #ec7063;
    font-size: 14px;
    padding: 16px 32px;
    text-transform: uppercase;
    vertical-align: middle;
	font-weight:600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;	
}

.complete_payment.nyp-button:hover {
    color: #fff;
    text-decoration: none;
    background: #e74c3c
}

#purchase-options .nyp_form .price {
    margin-bottom: 50px;
}

.nyp_form.input-error .desc ,
.nyp_form.input-error #nyp-value {
    color: #e74c3c;
}

.nyp_form .purchase-button-wrapper {
    margin-top: 30px;
}

.nyp_form .purchase-button-wrapper .payment-gateway-group {
    border: 0;
    padding: 0;
    margin: 0 0 10px 0;
}

.nyp_form .purchase-button-wrapper .payment-gateway-group legend {
    font-weight: 600;
    margin: 0 0 12px 0;
    padding: 0;
}

.nyp_form .purchase-button-wrapper .gateway-option {
    display: block;
    margin: 0 0 12px 0;
    cursor: pointer;
}

.nyp_form .purchase-button-wrapper .gateway-option input[type=radio] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.nyp_form .purchase-button-wrapper .gateway-option .gateway-option-control {
    display: block;
    padding: 16px 18px 16px 56px;
    border: 1px solid #d0d0d0;
    background: #f1f2f4;
    border-radius: 12px;
    position: relative;
    transition: all .25s ease;
}

.nyp_form .purchase-button-wrapper .gateway-option .gateway-option-control:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #b5bbc0;
    transform: translateY(-50%);
    transition: all .25s ease;
}

.nyp_form .purchase-button-wrapper .gateway-option .gateway-option-title {
    display: block;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    color: #0a607f;
}

.nyp_form .purchase-button-wrapper .gateway-option input[type=radio]:checked + .gateway-option-control {
    border-color: #5faae3;
    background: #eef5fb;
    box-shadow: 0 0 0 1px #5faae3 inset;
}

.nyp_form .purchase-button-wrapper .gateway-option input[type=radio]:checked + .gateway-option-control:before {
    border-color: #0a607f;
    box-shadow: inset 0 0 0 6px #0a607f;
}

.nyp_form .purchase-button-wrapper .confirm_payment_button {
    margin-top: 20px;
}

#nyp-value {
	padding: 10px 20px;
	border-radius: 20px;
	border: none;
}

#nyp-value.input-error::placeholder {
	color: #616161;
	font-size:18px
}

#nyp-value {
    width: auto;
    max-width: 50%;
    border: none;
    line-height: inherit;		
	display: block;
    text-align: center;
    margin: auto;	
}
	
#nyp-value::-webkit-outer-spin-button,
#nyp-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#nyp-value[type=number] {
  -moz-appearance: textfield;
}

.info-price {
    margin: 0;
    padding: 0;
    font-style: normal !important;
    font-weight: 300;
    font-size: 14px;
    display: block;
}

a.more_button.name-your-price {
    background: #ec7063;
    border: solid 2px #ec7063;
	display:inline-block;
    font-size: 14px;
	padding:0 12px;
	float:right;
	text-align:center;
    text-transform: uppercase;
    vertical-align: middle;
    height: 40px;
    line-height: 37px;
    margin: 0;
    width: 100% !important;
    position: relative;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a.more_button.name-your-price:hover,
a.more_button.name-your-price:active,
a.more_button.name-your-price:focus {
    background: #e74c3c;
    border: solid 2px #e74c3c;
}

.nyp-product .purchase-single {
    background: #ec7063 !important;
    border: solid 2px #ec7063 !important;
}

.nyp-product .purchase-single:hover,
.nyp-product .purchase-single:active,
.nyp-product .purchase-single:focus {
    background: #e74c3c !important;
    border: solid 2px #e74c3c !important;
}