/* ONLY /tproduct/ pages */
.is-tproduct-page a.t-store__prod-popup__btn,
.is-tproduct-page a.t-store__prod-popup__btn.t-btn,
.is-tproduct-page a.t-store__prod-popup__btn.t-btnflex {
  background-color: #2cb52f !important;
  border-color: #2cb52f !important;
  color: #ffffff !important;
  background-image: none !important;
}

/* Hover */
.is-tproduct-page a.t-store__prod-popup__btn:hover,
.is-tproduct-page a.t-store__prod-popup__btn:focus,
.is-tproduct-page a.t-store__prod-popup__btn:active {
  background-color: #1f4d3a !important;
  border-color: #1f4d3a !important;
  color: #ffffff !important;
  background-image: none !important;
}

/* Text inside your button (<td class="js-store-prod-popup-buy-btn-txt">) */
.is-tproduct-page a.t-store__prod-popup__btn .js-store-prod-popup-buy-btn-txt,
.is-tproduct-page a.t-store__prod-popup__btn td {
  color: #ffffff !important;
}