.cmcw-widget-container {
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.cmcw-cart-count-elementor {
  background-color: rgba(231, 92, 18, 0.819);
  color: #000000;
  position: absolute;
  top: -5px;
  left: 5px;
  font-size: 10px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.cmcw-widget-container svg {
  width: 100%;
  height: 100%;
  fill: #000000;
  margin-bottom: -3px;
}
