/* Minimal overrides for Bitrix basket blocks in cart layout.
   Основную раскладку берём из `styles.css` (cart-final / cart-footer / promocode-form). */

.cart-page [data-entity="basket-checkout-aligner"]{
  width: 100%;
}

.cart-page .basket-coupon-alert-section{
  margin-top: 10px;
}

/* Align header columns with item columns (table -> flex card) */
.cart-page #basket-item-table,
.cart-page .basket-items-list-table{
  width: 100%;
}

.cart-page .basket-items-list-table td{
  padding: 0;
  border: 0;
}

.cart-page .cart-card__one-price,
.cart-page .cart-card__counter,
.cart-page .cart-card__price,
.cart-page .cart-card__action{
  flex-shrink: 0;
}

.cart-page .cart-card__one-price{
  text-align: center;
}

/* Слайдер сопутствующих товаров */
.cart-page .cart-related-products{
  margin-top: 32px;
}

.cart-page .cart-related-products .page-section__title{
  margin-bottom: 16px;
}
