﻿.siddwdk-header-wishlist {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all var(--siddwdk-transition, 0.3s ease);
}
.siddwdk-header-wishlist .header-wishlist {
  position: relative;
  transition: all 0.3s ease;
}
.siddwdk-header-wishlist .header-wishlist svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke: currentColor;
  color: currentColor;
  transition: all 0.3s ease;
}
.siddwdk-header-wishlist .header-wishlist .count {
  min-width: 18px;
  height: 18px;
  line-height: 19px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: -6px;
  transition: all 0.3s ease;
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}

.hide-count-wishlist-yes .siddwdk-header-wishlist .header-wishlist .count {
  display: none;
}