.base.green.coupon-popup-container .coupon-popup-button {
    -moz-box-shadow:inset 0px 1px 0px 0px #57d480, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:inset 0px 1px 0px 0px #57d480, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    box-shadow:inset 0px 1px 0px 0px #57d480, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #30be5f), color-stop(1, #2dad58));
    background:-moz-linear-gradient(top, #30be5f 5%, #2dad58 100%);
    background:-webkit-linear-gradient(top, #30be5f 5%, #2dad58 100%);
    background:-o-linear-gradient(top, #30be5f 5%, #2dad58 100%);
    background:-ms-linear-gradient(top, #30be5f 5%, #2dad58 100%);
    background:linear-gradient(to bottom, #30be5f 5%, #2dad58 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#30be5f', endColorstr='#2dad58',GradientType=0);
    background-color:#30be5f;
    border: 1px solid #2ca354;
}

.base.green.coupon-popup-container .coupon-popup-button:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dad58), color-stop(1, #30be5f));
  background:-moz-linear-gradient(top, #2dad58 5%, #30be5f 100%);
  background:-webkit-linear-gradient(top, #2dad58 5%, #30be5f 100%);
  background:-o-linear-gradient(top, #2dad58 5%, #30be5f 100%);
  background:-ms-linear-gradient(top, #2dad58 5%, #30be5f 100%);
  background:linear-gradient(to bottom, #2dad58 5%, #30be5f 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dad58', endColorstr='#30be5f',GradientType=0);
  background-color:#2dad58;
}

.base.green.coupon-popup-container .coupon-popup-code {
  border: 1px dashed #2ca253;
  color: #2ca253;
  background: #d3f5de;
}