

/* Start:/local/templates/uborka_v2/components/bitrix/sale.basket.basket/cart/style.css?17791041977583*/
.bx-basket {
    letter-spacing: 0;
}

.cart-main-block__wrapper {
    display: flex;
    gap: 1.8rem;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.cart-main-block__side {
    width: 33%;
    flex-shrink: 0;
}
.basket-total-block {
    width: 100%;
}
.basket-items-list-wrapper {
    flex: 1;
    min-width: 0;
}
.basket-items-list-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.basket-items-list-header-filter {
    font-size: var(--s18);
    font-weight: 600;
}
.basket-items-list-title {
    color: rgba(0, 0, 0, 1);
    font-size: var(--s18);
    font-weight: 700;
}
.basket-clear-btn {
    color: rgba(237, 34, 38, 1);
    font-size: var(--s13);
    font-weight: 600;

    margin-right: 2rem;
}

.basket-items-list-table {
    width: 100%;
}
.basket-item {
    display: flex;
    flex-wrap: nowrap;

    border-top: 1px solid rgba(219, 219, 219, 1);
    padding: 1.4rem 1.8rem;

    color: rgba(0, 0, 0, 1);
    font-size: var(--s13);
    font-weight: 400;
}
.basket-item__image,
.basket-item__quantity,
.basket-item__price-block {
    flex-shrink: 0;
}
.basket-item__info-link {
    flex: 1;
}

.basket-item__image .img__container {
    width: 6rem;
    aspect-ratio: 1/1;

    margin-right: 2.5rem;
}
.basket-item__name {
    font-weight: 600;
    margin: .4rem 0 .6rem 0;
}


.basket-item__quantity {
    display: flex;
    align-items: center;
    gap: .5rem;

    margin-right: 2rem;
}
.basket-item-quantity {
    width: 3rem;
    height: 2.3rem;

    text-align: center;
    font-size: var(--s16);
    font-weight: 500;
}
.basket-item-amount-btn-minus,
.basket-item-amount-btn-plus
{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 2.25rem;
    height: 2.25rem;

    box-sizing: border-box;
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 50%;
}

.basket-item__remove {
    color: rgba(67, 101, 175, 1);
    font-weight: 600;

    margin-bottom: .9rem;
}

.basket-total-block {
    padding: 2rem 2.8rem;

    box-sizing: border-box;
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 1rem;
}

.basket-side-info {
    margin-top: 1.8rem;
    padding: 1.9rem 2.6rem;
    border-radius: .8rem;
    background: rgba(242, 242, 242, 1);
}

.basket-side-info__row {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.05rem 0;
    color: rgba(0, 0, 0, 1);
    font-size: var(--s14);
    line-height: 1.25;
    border-bottom: 1px solid rgba(180, 190, 213, .75);
}

.basket-side-info__row:first-child {
    padding-top: 0;
}

.basket-side-info__row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.basket-side-info__row b {
    flex-shrink: 0;
    text-align: right;
    font-size: var(--s16);
    font-weight: 700;
}

.basket-side-info__row--payment {
    align-items: center;
    padding-top: 1.6rem;
}

.basket-coupon-block-field-description {
    color: rgba(67, 101, 175, 1);
    font-size: var(--s18);
    font-weight: 600;

    margin-bottom: 1rem;
}

.basket-bonus-section {
    margin-top: 1.6rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(219, 219, 219, 1);
}

.basket-bonus-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(67, 101, 175, 1);
    font-size: var(--s18);
    font-weight: 600;
    margin-bottom: 1rem;
}

.basket-bonus-help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 50%;
    color: rgba(84, 84, 84, 1);
    font-size: var(--s12);
    font-weight: 600;
}

.basket-bonus-note {
    color: rgba(84, 84, 84, 1);
    font-size: var(--s13);
    line-height: 1.35;
    margin-top: .65rem;
}

.basket-bonus-note b {
    color: rgba(0, 0, 0, 1);
}

.basket-bonus-accrual {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(219, 219, 219, 1);
    border-bottom: 1px solid rgba(219, 219, 219, 1);
    color: rgba(0, 0, 0, 1);
    font-size: var(--s16);
}

.basket-bonus-accrual b {
    color: rgba(67, 101, 175, 1);
    font-size: var(--s22);
    font-weight: 700;
}


.form-input.promo-input {
    height: 2.8rem;
    display: block;
}
.form-input.promo-input input{
    padding: .5rem 1rem;
}
.form-input.promo-input div{
    color: rgba(84, 84, 84, 1);
    font-size: var(--s14);
    font-weight: 400;

    transform: translateY(-59%);
}


.basket-btn-checkout {
    border-radius: .5rem;
    background: var(--cl-blue-teal);

    padding: .6rem;
    width: 100%;

    text-align: center;
    color: white;
    font-size: var(--s15);
    font-weight: 500;
}
.basket-checkout-block-btn p {
    color: rgba(84, 84, 84, 1);
    font-size: var(--s13);
    font-weight: 500;

    text-align: center;

    margin-bottom: .75rem;
}

.basket-item__color-swatch {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    vertical-align: middle;
}
.basket-item__prop--color {
    display: flex;
    gap: .5rem;
    align-items: center;
    margin-top: .4rem;
}

@media (max-width: 1100px) {
    .cart-main-block__wrapper {
        flex-direction: column-reverse;
    }

    .cart-main-block__side {
        width: 100%;
    }

    .basket-side-info {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 2rem;
    }

    .basket-side-info__row:nth-child(2) {
        padding-top: 0;
    }
}

@media (max-width: 760px) {
    .basket-items-list-header {
        align-items: flex-start;
        gap: 1rem;
    }

    .basket-item {
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1.2rem 0;
    }

    .basket-item__image .img__container {
        width: 5rem;
        margin-right: 0;
    }

    .basket-item__info-link {
        flex: 1 1 calc(100% - 6rem);
    }

    .basket-item__quantity {
        margin-right: 0;
        margin-left: 6rem;
    }

    .basket-item__price-block {
        margin-left: auto;
        text-align: right;
    }

    .basket-total-block,
    .basket-side-info {
        padding: 1.35rem;
        border-radius: .7rem;
    }
}

@media (max-width: 560px) {
    .basket-items-list-header {
        flex-direction: column;
    }

    .basket-side-info {
        display: block;
    }

    .basket-side-info__row:nth-child(2) {
        padding-top: 1.05rem;
    }

    .basket-item__quantity {
        margin-left: 0;
    }

    .basket-item__price-block {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }

    .basket-btn-checkout {
        min-height: 2.8rem;
    }
}

@media (max-width: 768px) {
    .cart-main-block__wrapper {
        gap: 1.5rem;
    }

    .basket-clear-btn {
        margin-right: 0;
    }

    .basket-item {
        display: grid;
        grid-template-columns: 5rem minmax(0, 1fr);
        gap: .9rem 1rem;
        align-items: start;
    }

    .basket-item__image {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .basket-item__info-link,
    .basket-item__quantity,
    .basket-item__price-block {
        grid-column: 2;
    }

    .basket-item__quantity {
        margin-left: 0;
        justify-content: flex-start;
    }

    .basket-item__price-block {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }

    .basket-bonus-title,
    .basket-bonus-accrual,
    .basket-side-info__row {
        gap: .75rem;
    }
}

/* End */
/* /local/templates/uborka_v2/components/bitrix/sale.basket.basket/cart/style.css?17791041977583 */
