.page-node-type-stand .no-favorite.btn,
.page-node-type-stand .favorite.btn {
  bottom:5px;
  left: -40px;
}

.page-node-type-stand .e-card {
  margin-bottom: 0;
  position: relative;
  top: 51px;
}


.no-favorite.btn,
.favorite.btn {
  cursor: pointer;
  padding-right: 153px;
  position: relative;
  border: 0px;
  background: transparent;
  padding: 14px 65px 14px 20px;
  color: #ffffff;
  background: #0eb8e4;
  border-radius: 4px;
}

.no-favorite.btn:after,
.favorite.btn:after {
  content: "";
  background: url(../../src/images/sprites-e-con.png);
  width: 42px;
  height: 27px;
  position: relative;
  display: block;
  background-position: -194px -255px;
  background-size: 500px;
  right: 11px;
  position: absolute;
  top: 10px;
}

.no-favorite.btn{
  background: #b75050;
}

@media (max-width:576px){
  .page-node-type-stand .e-card {
    margin-bottom: 0;
    position: relative;
    top: 0;
}

}
