/*
	Theme Name:   Savoy Child
 | Shared by WPTry.org
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */
.payment_method_fondy_local_methods label {
	display: inline-flex;
	align-items: center;
}
.payment_method_fondy_local_methods label::after {
	content: "";
	width: 150px;
	height: 25px;
	display: block;
	background-image: url(./ic/pay_icons.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 20px;
}

.payment_method_fondy_bank label {
	display: inline-flex;
	align-items: center;
}
.payment_method_fondy_bank label::after {
	content: "";
	width: 150px;
	height: 25px;
	display: block;
	background-image: url(./ic/pay_icons.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 20px;
}
