.t-btn {
  transition: background-color 0.4s ease;
  -webkit-tap-highlight-color: transparent;
}

.t-btn:hover,
.t-btn:active,
.t-btn:focus {
  background-color: #a02f2f !important;
}


