a.nft_attr h4 {
  min-height: 41px;
}
.nft_attr.active {
  background: rgba(var(--secondary-color-rgb), 0.2);
}
.change__qty__input {
  color: #fff;
  background: unset;
}
.cart____total {
  color: #fff;
}
.error {
  display: block;
  padding-top: 0;
}
label.error {
  clear: both;
  display: none;
  color: #e7505a;
}
input.error,
select.error {
  display: block;
  border-color: #e7505a;
  padding: 0.375rem 0.75rem;
}
