a#ecommformproduct_link {
  font-size: 15px;
  margin-top: 10px;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  height: 50px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  background: #373b3c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
a#ecommformproduct_link i {
  font-size: 30px;
  margin-right: 10px;
}