.apx-field-error {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #d93025;
  font-family: inherit;
}

.apx-commerce_input.apx-input-invalid {
  border: 1px solid #d93025 !important;
  color: #d93025 !important;
  box-shadow: none !important;
  outline: none !important;
}

.apx-commerce_input.apx-input-valid {
  border: 1px solid #0a8f5a !important;
  color: #0a8f5a !important;
  box-shadow: none !important;
  outline: none !important;
}

.blv-gift-price {
  color: #00a85a !important;
  font-weight: 600 !important;
}

.blv-gift-price::after {
  content: "  Подарунок";
  color: #00a85a;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
