.discord-float, .telegram-float {
  position: fixed;
  bottom: 100px; /* بداية الديسكورد من الأسفل */
  left: 20px;
  width: 45px;   /* تصغير الأيقونات */
  height: 45px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  z-index: 9999;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.discord-float:hover, .telegram-float:hover {
  transform: scale(1.1);
}
.discord-float img, .telegram-float img {
  width: 45px;
  height: 45px;
}
.product-single .main-content>.mb-3 {display:none;}