#ps_checkout-payment-method-logo-block-container{
    display: none;
}

body .ps_checkout-payment-option label{
    display: flex !important;
}

body .ps_checkout-payment-option label >span{
    order: 2;
}
body .ps_checkout-payment-option label > div{
    order: 1;
    color: #000;
}

section.js-payment-ps_checkout{
    padding-top: 20px;
}

section.js-payment-ps_checkout.disabled{
    opacity: 0.4;
}

#conditions-to-approve{
    padding-top: 14px;
    margin-top: 30px;
    border-top: 1px solid #000;
}

#footer .copyright{
	color: #f8f9fa;
  	font-size: 1rem;
  	font-weight: 500;
}

#footer .language-selector__wrapper{
	/*display: none !important;*/
}
