.quick_contact a {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 18px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: transform 0.5s ease;
}

.qshop {
  bottom: 300px;
  background-color: #305cde;
}
.qemail {
  bottom: 380px;
  background-color: #305cde;
}
.qcall {
  bottom: 460px;
  background-color: #ff5c00; 
}
.quick_contact_icon {
  margin-top: 10px;
}
.quick_contact a:hover {
  transform: scale(1.1);
}
