.api-product[disabled] {
  opacity: 1;
  cursor: not-allowed;
  color: #355126;
  border-color: #55733f;
  background: #dce8ca;
  box-shadow: none;
}

.api-product[disabled]:hover {
  background: #dce8ca;
}

.api-product[disabled] b,
.api-product[disabled] span {
  color: #355126;
}
