a.ecco-button-shortcode {
  background-color: red;
  color: #ffffff;
  position: relative;
  display: inline-block;
  height: 118px;
  text-decoration: none;
  border-radius: 59px;
}
a.ecco-button-shortcode:hover,
a.ecco-button-shortcode:active,
a.ecco-button-shortcode:visited,
a.ecco-button-shortcode:focus {
  color: #ffffff;
  text-decoration: none;
}
a.ecco-button-shortcode img {
  height: 100%;
  width: auto;
  float: left;
}
a.ecco-button-shortcode > span {
  padding: 0;
  padding-left: 24px;
  padding-right: 60px;
  font-size: 32px;
  line-height: 39px;
  display: table;
  text-align: center;
  height: 100%;
  font-family: "Roboto";
}
a.ecco-button-shortcode > span > span {
  display: table-cell;
  vertical-align: middle;
}
a.ecco-button-shortcode > em {
  display: table;
  float: right;
  font-size: 60px;
  height: 100%;
  margin-left: -35px;
  padding-right: 35px;
}
a.ecco-button-shortcode > em > i {
  display: table-cell;
  vertical-align: middle;
}
