#cart-display{
    font-size: .8rem;
    margin-bottom: 3rem;
}
div.cart-row{
    padding: .8rem 0;
    border-top: solid 1px #ddd;
}
div.cart_thumbnail{
    max-width: 100px;
}
div.product-name{

}
div.cart-brand{
    font-size: .7rem;
}
div.cart-product-number{
    font-size: .6rem;
    color: #333;
    margin-top: .3rem;
}
div.cart-model-no{

}
div.cart-quantity-update{
    margin-top: .3rem;
}
div.cart-quantity-update div.input-group-prepend span.input-group-text{
    font-size: .6rem;
    padding: .1rem .3rem;
    border-right: none;
}
div.cart-quantity-update select{
    border: 1px solid #ced4da;
    border-left: none;
}
select.cart-quantity-select{
    font-size: .6rem;
    background-color: #e9ecef;

}
div.price{
    text-align: right;
}
div.total{
    text-align: right;
}
div.cart-row-header{
    margin-top: 1.5rem;
    border: none;
    background: #B1DDFF;
    padding: .3rem;
    font-weight: bold;
}

div.cart-crumb{
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}
div.cart-crumb div{
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .9rem;
    color: #bbb;
}
div.cart-crumb div.active{
    background: url("images/caret-down-grey-12.png") no-repeat center -3px;
    font-size: 1rem;
    color: #333;
    border-top: solid 2px #eee;
}
#cart-display button{
    margin-right:3px;
}