#ajaxcart{position:fixed;top:0;background:rgba(0,0,0,.5);z-index:100;width:100%;height:100%}#ajaxcart-loading{position:fixed;top:0;background:rgba(0,0,0,.5);z-index:100;width:100%;height:100%}#ajaxcart-loading .status-bar{top:50%;left:50%;height:auto;width:100%;max-width:60rem;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:99999;background:#fff;position:absolute}#ajaxcart-loading .status-bar .inner{text-align:center;margin:0 auto;min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center}#ajaxcart-loading .status-bar .inner img{width:max-content}#ajaxcart .inner{top:50%;left:50%;height:auto;max-height:100%;overflow:auto;width:100%;max-width:60rem;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:99999;background:#fff;position:absolute}#ajaxcart .success{background:#e6eef7;display:flex;justify-content:center;align-items:center;padding:1rem}#ajaxcart .success .icon{margin-right:.5rem}#ajaxcart .inner>.product{margin:0 auto;text-align:center;padding:1rem 0}#ajaxcart .button-close-top{position:absolute;right:0;padding:1rem;cursor:pointer}@media screen and (max-width:480px){#ajaxcart .actions{flex-direction:column}}