.product-item-actions .actions-primary + .actions-secondary > button.action {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #6c6c6c;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  box-shadow: none;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.product-item-actions .actions-primary + .actions-secondary > button.action:hover {
  background-color: #000000;
  color: #ffffff;
}
