.totalcheck__body {
  border-radius: 20px;
  padding: 30px;
  background-color: #f6f6f6;
}
.totalcheck__header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.totalcheck__header h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #262627;
}
.totalcheck__header span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.24;
  color: #959595;
}
.totalcheck__values {
  margin-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.totalcheck__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 4px;
}
.totalcheck .totalcheck--discount {
  padding-block: 0;
}
.totalcheck .totalcheck--discount .totalcheck__label {
  white-space: nowrap;
}
.totalcheck .totalcheck--discount .totalcheck__label span {
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 5px 10px;
  background-color: #e0252f;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.23077;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  pointer-events: all;
  user-select: none;
}
.totalcheck .totalcheck--discount .totalcheck__value {
  color: #e0252f;
}
.totalcheck__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.26;
  color: #959595;
}
.totalcheck__value {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.26;
  text-align: right;
  color: #3f4041;
  white-space: nowrap;
}
.totalcheck__value span {
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.totalcheck__sum {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.26;
  color: #262627;
}
.totalcheck__sum p {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.totalcheck__sum span {
  max-width: 140px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.totalcheck__note {
  margin-top: 10px;
  display: grid;
  gap: 6px;
  grid-template-columns: 16px 1fr;
  align-items: flex-start;
}
.totalcheck__note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.totalcheck__note span svg {
  width: 16px;
  height: 16px;
}
.totalcheck__note p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.24;
  color: #959595;
}