#checkoutPopup.modal{display:none;position:fixed;z-index:100;left:0;top:0;width:100%;height:100%;margin:0;padding:0;background-color:#000;background-color:#fff0;opacity:0;transition:opacity 0.4s ease-in-out}#checkoutPopup .modal-content{background-color:#fefefe;border:1px solid #888;border-radius:6px;height:92%;margin:60px auto 5px auto;max-width:1000px;padding:5px;position:relative;width:96%}@media screen and (min-width:700px){#checkoutPopup .modal-content{height:820px;margin:75px auto;width:80%}}@media screen and (min-width:1280px){#checkoutPopup .modal-content{margin:75px auto;width:80%}}#checkoutPopup .checkoutframe{display:block;justify-content:center;align-items:center;height:calc(100% - 37px);margin:32px 4px 4px 4px}@media screen and (min-width:700px){#checkoutPopup .checkoutframe{margin:32px 8px 8px 8px}}#checkoutPopup .checkoutClose{color:#aaa;float:right;font-size:28px;font-weight:700;position:absolute;right:10px;top:-4px}#checkoutPopup .checkoutClose:hover,#checkoutPopup .checkoutClose:focus{color:#000;text-decoration:none;cursor:pointer}iframe#checkoutApp{width:100%;height:100%;border:none;padding:0;margin:0}