.uc-cartbutton .t-sociallinks__item a::before {
  content: "🛒";
  font-size: 24px;
  color: white;
}
.uc-cartbutton .t-sociallinks__item a {
  background: #ff6600;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.uc-cartbutton .t-sociallinks__item a:hover {
  background: #e05500;
  transform: scale(1.1);
}
