﻿/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.js-payment-binary { 
    display: none; 
} 

.js-payment-binary .accept-cgv { 
    display: none; 
} 

.js-payment-binary.disabled { 
    cursor: not-allowed; 
    opacity: 0.6; 
} 

.js-payment-binary.disabled::before { 
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    pointer-events: none; 
    content: ""; 
} 

.js-payment-binary.disabled .accept-cgv { 
    display: block; 
}
.ps_checkout-payment-option label {
display: flex !important;
}
