.step-quantity-line {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
    color: #808080;
}

.saving-sum {
    min-width: 78px;
    text-align: right;
}

.product-item .product-content .quantity-kg {
    color:#bbb;
    font-size: 12px;
    font-weight: 100;
}

.product-item .product-content .quantity-steps {
    color:#555;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 3px;
}

/*.breadcrumb li {*/
/*    margin-left: 0 !important;*/
/*    margin-right: 0;*/
/*    margin-bottom: 0;*/
/*    font-weight: initial;*/
/*}*/

/*.breadcrumb li a {*/
/*    background: none;*/
/*    font-weight: initial;*/
/*    border-radius: 0;*/
/*    padding: 0;*/
/*}*/

/*.breadcrumb li span {*/
/*    color: #999999;*/
/*}*/

/*.breadcrumb-item+.breadcrumb-item::before {*/
/*    color: #E3E3E3 !important;*/
/*}*/

.login-section .row {
    height: calc(100vh - 250px);
}