.js-store-prod-text a {
   display: inline-block;
    padding: 15px 20px;
    margin-right: 20px;
    margin-top: 25px;
    font-weight: 400;
}

.js-store-prod-text a:first-of-type {
  background-color: #E3464B;
  color: #ffffff !important;
}

.js-store-prod-text a:last-of-type{
  background-color: none;
  border: 1px solid #2C5D88;
  color: #2C5D88 !important;
}

.js-store-prod-text a:hover {
  background-color: #2C5D88;
  border: 1px solid #2C5D88;
  color: #ffffff !important;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}



