#cart-badge {
    background-color: #ff7919;
 }

 .shopping-cart {
    font-size: .6rem;
    position: sticky;
    border: 1px solid #fff;
 }
 .badge {
    margin-left: -15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    min-width: 19px;
 }
 .badge-success {
    color: #fff;
 }

 .badge-pill {
    border-radius: 10rem;
 }
 .badge {
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
 }
