.trusty-woo-checkout-row {
    position: relative;
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    box-sizing: border-box;
    gap: 10px;
}

.trusty-woo-checkout-column {
    flex: auto;
    box-sizing: border-box;
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
}

.trusty-woo-checkout-module {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
}

.trusty-woo-billing-fields,
.trusty-woo-shipping-fields {
    width: 100%;
}

.woocommerce form .trusty-checkout-field .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.checkout_coupon.woocommerce-form-coupon {
    width: 100%;
}
.checkout_coupon .coupon_frame {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
}
.checkout_coupon .coupon_frame button::before,
.checkout_coupon .coupon_frame button::after {
display:none;
}
.checkout_coupon.woocommerce-form-coupon label {
    display: block;
}
.checkout_coupon .coupon_frame button {
    cursor: pointer;
}
.woocommerce .trusty-woo-checkout-row .woocommerce-message {
    background: none;
    color: #333 !important;
    padding: 15px 0px !important;
}

.trusty-woo-checkout-module.woo-module-customtext p {
    display: block;
}