    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 0px;
    font-weight: 600;
    margin-top: -10px;
}
.js-store-prod-text a:first-of-type {
    /*background-color: #25D366;*/
    border: 1px solid #25D366;
    color: #25D366 !important;
}

.js-store-prod-text a:first-of-type:before {
    /*content: "\1F4AC";*/
    /*margin-right: 10px;*/
}

.t706__cartwin_showed {
    z-index: 999999999;
}

.js-store-prod-text a:first-of-type:hover {
      background-color:#25D366;
      color: #ffffff !important;
      transition: 0.3s;
  }