[woocommerce_checkout]
/* The Modal (background) */
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
/* Modal Content */
/* The Close Button */
// Get the modal
// Get the button that opens the modal
//var btn = document.getElementById("myBtn");
// Get the element that closes the modal
// When the user clicks the button, open the modal
// When the user clicks on (x), close the modal
// When the user clicks anywhere outside of the modal, close it