


.mtbext-stripe-checkout-tos-wrap .checkout-tos-row{
    margin-top: 1em;
    margin-bottom: 10px;
}
.mtbext-stripe-checkout-tos-wrap .checkout-tos-row:first-child{
    margin-top: 0;
}
.mtbext-stripe-checkout-tos-wrap .checkout-tos-row label{
   cursor: pointer;
}
.mtbext-stripe-checkout-tos-wrap .checkout-tos-row label{
   cursor: pointer;
}
.mtbext-stripe-checkout-tos-wrap .checkout-checkbox-field.invalid {
    background-color: rgba(244,67,54,0.1)!important;
}
.mtbext-stripe-checkout-tos-wrap .checkout-checkbox-field input[type=checkbox],
.mtbext-stripe-checkout-tos-wrap .checkout-checkbox-field input[type=radio] {
    margin: 0;
}

.mtbext-stripe-coupon-wrap {
    max-width: 175px;
}
.mtbext-stripe-coupon-wrap .coupon_code_field{
    display: none;
}
.mtbext-stripe-coupon-wrap .have-coupon-link {
    border: 1px solid;
    padding: 6px 16px;
    border-radius: 32px;
    background: #54b9c8;
    color: #fff!important;
    display: inline-block; 
}