.cart-alerts { background:#f4f4f4; color:#222; border: 1px solid #ddd; padding: 10px; margin:20px 0; text-transform:uppercase; }
.cart-alerts .alert-progress-bar-wrap { background: #222; height: 5px; overflow: hidden; width: 100%; margin-top:10px; }
.cart-alerts .alert-progress-bar { background: #00cc7a; height: 5px; overflow: hidden; position: relative; -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1); transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.cart-alerts span { font-size:13px; margin-top:3px; }
.block-cart-header .cart-alerts { margin-top: 10px; margin-bottom: 0; font-size:12px; }
.cart-banner { margin-bottom: 30px }