#mini-cart.processing::before{content:'';position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #eee;border-top-color:#333;animation:simple-spin .8s linear infinite;z-index:10}.cart-item.removing{opacity:.5!important;pointer-events:none!important}@keyframes simple-spin{to{transform:rotate(360deg)}}.cart-error{position:absolute;bottom:0;right:0;background-color:#f8d7da;color:#721c24;padding:2px 8px;border-radius:3px;font-size:12px;z-index:10}