.cmpt_basket__item {
  padding: 1em 0;
}
.cmpt_basket__item:not(:first-child) {
  border-top: 1px solid var(--pg-color-line-gray-soft);
}

.cmpt_basket_product__title {
  font-weight: 800;
  font-size: 1em;
  font-family: var(--pg-font-family-normal);
  color: var(--pg-color-main);
}
.cmpt_basket_product__quantity {
  text-align: center;
}
.cmpt_basket_product__price {
  font-weight: 800;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}
.cmpt_basket_product__remove {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cmpt_basket_product__remove > * {
  cursor: pointer;
}

.cmpt_basket_summary {
  text-align: right;
}
.cmpt_basket_summary__prices {
  margin: 1em 0;
}
.cmpt_basket_summary__price--b2c {
  font-size: 1.5em;
}
.cmpt_basket_summary__price--b2b {
  font-size: 1em;
}
.cmpt_basket_summary__price--b2b strong {
  font-weight: normal;
}