﻿.est-home .gallery-actions {
  display: none;
}
.gallery-actions {
  margin: auto;
  width: 100%;
  color: #fff;
}
.gallery-actions .grid {
  align-items: center;
  justify-content: center;
}
.gallery-actions .action {
  cursor: pointer;
  padding: 10px;
  margin-top: 15px;
  margin-left: 5px;
  min-height: 30px;
  min-width: 125px;
  font-size: small;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: rgba(128, 128, 128, 0.81);
}
.gallery-actions .action a {
  color: #fff;
}
.gallery-actions .action i {
  padding-right: 2px;
}
.gallery-actions .shortlist-tag {
  float: right;
  right: 70px;
  width: 90px;
  top: -15px;
}