a.btn-lg {
  padding: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
}

a.fly-to-basket {
  display: block;
}
.d-favorite {
  font-size: 21px;
  color: #35867b;
  cursor: pointer;
}
@media only screen and (max-width: 820px) {
  a.fly-to-basket {
    display: block;
  }
}
