// ------------------------------------
// CHECKOUT SHIPPING METHODS
// ------------------------------------

body#{ $_body-theme-selector } .woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-label:before {
	top: remsize( .9rem );
}

body#{ $_body-theme-selector } .woocommerce ul#shipping_method .shipping-method__option input[type="radio"]:checked + .shipping-method__option-label:after {
	top: remsize( .9rem );
}
