#top-header .elementor-icon{
  padding-bottom: 6px;
  margin-bottom: -6px;
}

.elementor-icon-box-wrapper .elementor-icon {
  position: relative; /* This ensures the badge is positioned relative to the icon */
}

.cart-count-badge.inside-cart {
  position: absolute;
  top: 47%; /* Adjust this value to place it vertically inside the cart icon */
  right: 50%; /* Adjust this value to place it horizontally inside the cart icon */
  transform: translate(50%, -50%); /* This centers the badge in the cart icon */
  font-size: 10px; /* Adjust font size as needed */
  line-height: 1; /* Adjust line height to control the height of the badge */
  font-weight: bold; /* Makes the number bold */
  color: #fff; /* Sets the number color */
}
