.js-store-prod-texta #popup:myform
  display: inline-block;
  padding: 10px 15px;
  margin-right: 15px;
  margin-top: 20px;
  border-radius: 3px;
  font-weight: 600;
}

.js-store-prod-texta:first-of-type {
  background-color: #bc574b;
  color: #ffffff !important;
}

.js-store-prod-texta:last-of-type {
  background-color: #566d90;
  color: #ffffff !important;
}


.uc-border-bottom {
    border-bottom: 6px solid #2e803f;
}.btn:hover {
  animation: pulse 1s ease-in-out;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}.btn:hover {
  animation: pulse 1s ease-in-out;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}