
/*
|--------------------------------------------------------------------------
| Final: Cart page navbar-to-breadcrumb gap match
|--------------------------------------------------------------------------
| Scope: Cart page only.
| Does not change cart items, buttons, forms, totals, product cards, or logic.
|--------------------------------------------------------------------------
*/
html body .cart-page{
    padding-top:24px !important;
}

html body .cart-page .rr-storefront-breadcrumb-wrap{
    margin-top:0 !important;
    margin-bottom:10px !important;
}

@media (max-width: 768px){
    html body .cart-page{
        padding-top:18px !important;
    }
}
