/* kannst du ins Theme/Customizer packen */
.woocommerce .wosd { display:block; line-height:1.4; opacity:.85; }

.wosd-tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  border-radius: 50%;
  background: #475569;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  cursor: help;
}
