/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.ps_checkout-payment-option {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	align-items: center;
}
body#checkout .payment-option.ps_checkout-payment-option label {
	margin: 0;
	line-height: 3;
}
.lgcookieslaw-fixed-button.lgcookieslaw-fixed-button-left {
	right: 4rem;
	left: inherit;
	bottom: 10px;
}
#lgcookieslaw_fixed_button svg {
    fill: #218e53;
}
@media (min-width: 992px) {
	.lgcookieslaw-fixed-button.lgcookieslaw-fixed-button-left  {
		bottom: 24px;
		right: 5rem;
	}
}