﻿#checkout-popup{display:none;position:fixed;top:0;right:0;bottom:0;left:0;padding:2rem;background-color:rgba(0,0,0,.8);z-index:99999;}#checkout-popup.active{display:block;}#checkout-popup #checkout-wrapper{background-color:#fff;position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem 3rem;overflow:auto;border-radius:8px;}@media screen and (min-width:992px){#checkout-popup #checkout-wrapper{top:3rem;left:50%;transform:translate(-50%,0);max-width:650px;max-height:90%;min-height:450px;padding:2rem 5rem;}}#checkout-popup #checkout-wrapper #checkout-close{position:absolute;top:1rem;right:3rem;cursor:pointer;}#checkout-popup #checkout-wrapper #checkout-close:after{content:'x';color:#ddd;font-size:35px;font-weight:300;font-family:Arial,sans-serif;}@media screen and (min-width:768px){#checkout-popup #checkout-wrapper #checkout-close{top:2rem;right:5rem;}}#checkout-popup #checkout-wrapper #checkout-loader{display:none;margin:3rem 0;border:8px solid #f3f3f3;border-top:8px solid #3498db;border-radius:50%;width:60px;height:60px;animation:spin 2s linear infinite;}#checkout-popup #checkout-wrapper #checkout-loader.active{display:block;}#checkout-popup #checkout-wrapper #checkout-errors{color:#f00;margin-top:2rem;}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}