/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* Prestashop Checkout */

.ps_checkout-payment-option .custom-radio.float-xs-left {
  float: left !important;
}

.ps_checkout-payment-option .paypal-mark .ps_checkout-mark
.ps_checkout-payment-option .ps_checkout-mark {
    border: 0;
    padding: 0;
	float: left;
	margin-right: 12px;
}

