.basket-qty {
  color: #fff;
  background: #d42114;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  height: 15px;
  width: 14px;
  position: relative;
  top: -20px; /* Adjust the top position based on your preference */
  right: -5px; /* Adjust the right position based on your preference */
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.basket-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.basket-btn:hover, .basket-btn:focus, .basket-btn:active, .basket-btn.active{
    color:#d42114;
    transition-duration: 0.4s;
    background-color: #fff;
}