.ecomsend__Button {
  position: relative;
  background: #007F00 !important;
  box-shadow: 3px 3px 0px 0px black;
  top: 0;
  left: 0;
  transition-duration: 100ms;

  &:hover, &:active {
    box-shadow: none;
    top: 3px;
    left: 3px;
  }

  &._xButton_1vm0o_2:hover {
    background: #007F00 !important;
  }

  &._xButton_1vm0o_2:active {
    background: #003705 !important;
  }
}
