.ksm-cart-items {
    margin-top: 40px;
}
.ksm-cart-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.ksm-cart-item-left, .ksm-cart-item-right {
    display: flex;
}
.ksm-cart-item-left > * {
    float: left;
}
.ksm-cart-item-left .ksm-cart-item-img {
    margin-right: 30px;
}
.ksm-cart-item-left .ksm-cart-item-info {
    margin-top: 29px;
}
.ksm-cart-item-left .ksm-cart-item-info .you-house {
    margin: 16px 0 0;
}
.ksm-cart-item-right {
    margin-top: 29px;
    justify-content: space-between;
    width: 470px;
}
.ksm-cart-item-del {
    margin-top: 15px;
}
.ksm-cart-item-info a {
    font-size: 26px;
    line-height: 34px;
    text-decoration: none;
    color: rgb(0 0 0);
    font-weight: 700;
    max-width: 470px;
    display: block;
}
.ksm-cart-item-sum, span.ksm-cart-items-total-sum-price {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    color: rgb(52 93 202);
}
.summa-anm {
    background: rgb(247 248 251);
    border-radius: 6px;
    padding: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.summa-anm h2 {
    font-weight: 700;
}
.ksm-cart-items-total {
    margin-left: auto;
    margin-right: 180px;
}
.ksm-cart-btn .ksm-btn-success {
    color: rgb(255 255 255);
    font-size: 19px;
    padding: 12px 40px;
    line-height: 28px;
    font-weight: 700;
    border-radius: 6px;
}
.ksm-cart-order {
    display: none;
}
.ksm-cart-order-step-body {
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
        flex-wrap: wrap;
}

.ksm-cart-order-step-left {
    width: calc(100% - 400px);
    font-size: 26px;
    line-height: 34px;
    padding: 28px;
}
.ksm-cart-order-step-right {
    background: rgb(247 248 251);
    width: 370px;
    padding: 28px;
}
.ksm-cart-empty {
    font-size: 26px;
    line-height: 34px;
    margin-top: 16px;
}
.ksm-cart-empty a {
    color: rgb(52 93 202);
}
.ksm-cart-order-steps-head {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
}
.ksm-cart-order-shipping.default_shipping {
    margin: 0 0 30px 0;
}