.cartv2.basket {
    background: rgba(244, 245, 255, 1);
}

.cartv2 .container {
    display: flex;
    gap: 20px;
}

.cartv2 .row__label {

}

.cartv2 .row__dots {
    flex: 1; /* занимает оставшееся пространство */
    border-bottom: 2px dotted grey;
    margin: 0 8px; /* отступы слева и справа от точек */
    position: relative;
    top: -6px;
}

.cartv2 .row__text {
    display: flex;
    align-items: center;
    width: 100%;
    align-items: flex-end;
}

.cartv2 .form-basket {
    border-radius: 12px;
    background-color: white;
    padding-bottom: inherit;
    margin-bottom: 40px;
}

.cartv2 .order-name {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 132%;
    letter-spacing: 0%;
}

.cartv2 .order-options {
    padding-top:20px;
    color: grey;
    font-family: Proxima Nova;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 161%;
    letter-spacing: 0%;
}

.cartv2 .delivery-price {
    padding-top:20px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 139%;
    letter-spacing: 0%;
    vertical-align: bottom;
}

.cartv2 .delivery-price span {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 132%;
    letter-spacing: 0%;
    vertical-align: bottom;
}

.cartv2 .discount {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 139%;
    letter-spacing: 0%;
    vertical-align: bottom;
}

.cartv2 .discount span {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 132%;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: rgba(92, 174, 15, 1);
}

.cartv2 .itog {
    margin-top:10px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 139%;
    letter-spacing: 0%;
    vertical-align: bottom;
}

.cartv2 .itog span {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 132%;
    letter-spacing: 0%;
    vertical-align: bottom;
}

.cartv2 .right-column .btn.send {
    margin-top:20px;
}

.cartv2 .right-column .personal-data {
    margin-top:10px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(140, 140, 140, 1);
}

.cartv2 .right-column .personal-data a {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.cartv2 .right-column .date-delivery {
    background: rgba(212, 215, 243, 0.5);
    color: rgba(114, 130, 247, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 13px;
    letter-spacing: 0px;
    vertical-align: middle;
    height: 48px;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    padding-left: 35px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    margin-top: 15px;
}

.cartv2 .right-column .date-delivery-v2 {
    display: flex;
    background: rgba(212, 215, 243, 0.5);
    height: 48px;
    margin-top: 20px;
}

.cartv2 .right-column .date-delivery-v2 .col1 {
    flex: 0 0 40px;
    display: flex;
    align-items: center;   /* Центрирует по вертикали */
    justify-content: center; /* Центрирует по горизонтали */
    height: 100%;          /* Чтобы занять всю высоту родителя, если нужно */
}

.cartv2 .right-column .date-delivery-v2 .col2 {
    padding-top:10px;
    flex: 1 1 auto;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 13px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(114, 130, 247, 1);
    text-align: left;
}