

.fast_shopping { position: absolute; bottom: 18px; right: 8px; z-index: 5500; display: inline-block; border: 1px solid #edf1f5; border-radius: 4px; }
.fast_shopping .icon { display: inline-block; background: url('/storage/scripts/cart_fast/images/cart_fast.svg') 0 0 no-repeat;
    background-size: 60px 30px; height: 30px; width:30px; vertical-align: top; border-left: 1px solid #edf1f5; }
.fast_shopping .icon:hover{ background: #d90429 url('/storage/scripts/cart_fast/images/cart_fast.svg') -30px 0 no-repeat; background-size: 60px 30px; }

.fast_shopping .quantity { width: 40px; height: 30px; padding: 0; vertical-align: top; -moz-appearance: textfield; border-radius: 4px; text-align: center; border: none; }


