.wd-cart-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 0;
}
.wd-cart-label:before {
  color: var(--color-gray-300);
  font-size: calc(var(--wd-text-font-size) - 2px);
  transition: all 0.25s ease;
  font-family: 'dctech-font';
}
.wd-cart-label:hover:before {
  color: var(--color-gray-500);
}
.wd-fbt-label:before {
  content: '\f182';
}
.wd-fg-label:before {
  content: '\f11e';
}
.shop_table .product-name:has(.wd-cart-label) a:not(:last-child) {
  margin-inline-end: 3px;
}
