.woocommerce-shipping-methods li:last-child:after {
	content: "";
	display: block;
	height: 45px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../images/quickshipper.svg');
}
