/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

body.wfc-checkout .wfc-checkout__inner-contents {
        padding: 0px !important;
}

.wc_payment_method {
        /* border: 1px solid grey; */
}
.wc_payment_method label {
        text-align: left !important;
        width: 90% !important;
        float: left;
}

.wc_payment_method .payment_box {
        width: 100%;
        margin: 0 !important;
}
.wc_payment_method .payment_box p {
        width: 100%;
        text-align: right;
}
.wc_payment_method input[type="radio"] {
        border: 0 !important;
        margin: 0 !important;
        float: none !important;
}

/* stripe stuff */
.wc-stripe-elements-field {
        margin-top: 20px;
}
.wc-payment-form label {
        margin-bottom: 0 !important;
        display: block !important;
}
