

/* Start:/bitrix/templates/empty/components/bitrix/sale.basket.basket/cart/style.css?17623517223006*/
.cart-main-block__wrapper {
    display: flex;
    gap: 1.8rem;
    flex-direction: row-reverse;
}
.basket-total-block {
    width: 33%;
    flex-shrink: 0;
}
.basket-items-list-wrapper {
    flex: 1;
}
.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-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-coupon-block-field-description {
    color: rgba(67, 101, 175, 1);
    font-size: var(--s18);
    font-weight: 600;

    margin-bottom: 1rem;
}


.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;
}
/* End */
/* /bitrix/templates/empty/components/bitrix/sale.basket.basket/cart/style.css?17623517223006 */
