.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  margin-right: 18px;
  padding: 4px 0;
}

.custom-checkbox:last-child {
  margin-right: 0;
}

.custom-checkbox.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.custom-checkbox .checkbox-icon {
  font-size: 14px;
  margin-right: 8px;
  line-height: 1;
  transition: color 0.2s;
  background: #fff;
}

.custom-checkbox .icon-icon-weixuanzhongxiang2 {
  color: #ededed;
}

.custom-checkbox .icon-icon-weixuanzhongxiang1 {
  color: var(--color-primary-product);
}

.custom-checkbox .checkbox-label {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.custom-checkbox:hover .iconfont,
.custom-checkbox:hover .checkbox-label,
.custom-checkbox .checkbox-label.checked {
  color: var(--color-primary-product);
}
