/*
 Theme Name:   Splendour Child Theme
 Theme URI:    https://splendour.themerex.net
 Description:  Splendour Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     splendour
 Version:      1.0.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  splendour
*/


/* =Theme customization starts here
------------------------------------------------------------ */
input#wc-stripe-new-payment-method {
   display: none;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
	display: block !important;
}



.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: left !important;
}

#stripe-cvc-element.wc-stripe-elements-field.StripeElement.empty, 
#stripe-exp-element.wc-stripe-elements-field.StripeElement.empty,
#stripe-card-element.wc-stripe-elements-field.StripeElement.empty {
  height: 30px !important;
}

#wc-stripe-cc-form .form-row.form-row-wide, #wc-stripe-cc-form .form-row.form-row-first, #wc-stripe-cc-form .form-row.form-row-last {
   padding-bottom: 7px !important;
}

#wc-stripe-cc-form .form-row.form-row-first, #wc-stripe-cc-form .form-row.form-row-last, #wc-stripe-cc-form .form-row.form-row-wide {
   padding-left: 5px !important;
   padding-right: 5px !important;
}