// ------------------------------------
// CHECKOUT PAYMENT METHODS
// ------------------------------------

body#{ $_body-theme-selector } .fc-wrapper #payment .payment_methods > li.wc_payment_method > input[type="radio"]:first-child:checked + label:before {
	margin: 0;
	width: $option-box-radio-size;
	height: $option-box-radio-size;
}



body#{ $_body-theme-selector } .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box a {
	float: none;
}
