/*
Theme Name: kigiapp
Theme URI: https://www.kigital.fr
Author: Kigital
Author URI: https://www.kigital.fr
Description: Theme mobile Woocommerce
Version: 2.1.5
Tested up to: 5.7.2
Requires PHP: min 7.4
Text Domain: kigiapp
*/

body.woocommerce-checkout form.woocommerce-checkout .checkout-delivery-method .delivery-method-body label {
    display: block !important;

}

/*
    -webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;


@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}

*/

header.site-header{
	border: none !important;
}