/*
 Theme Name:   Pionair Child
 Theme URI:    https://pionair.net/
 Description:  Child theme for Pionair
 Author:       Joe Hart
 Author URI:   https://pionair.net
 Template:     Divi
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../Divi/style.css");  /* Only needed for older themes without enqueue */

.woocommerce-checkout .payment_method_paypal label:before {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/visa-mastercard.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 30px;
  margin-left: 10px;
  vertical-align: middle;
}