.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #00000;
    color: #ff8562 !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #ffffff;
    color: #922d25 !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

@media (max-width: 960px) {
  .t-store__card__descr {
    display: none;
  }
  .t706__carticon {
        top: 7px;
        right: 130px;
  }
  .t706__carticon-imgwrap,
  .t1002__wishlisticon-imgwrap{
        width: 40px;
        height: 40px;
  }
  .t706__carticon-img,
  .t1002__wishlisticon-img{
        width: 20px;
        height: 20px;
        padding: 10px 10px;
  }
  .t1002__wishlisticon {
        top: 7px;
        right: 75px;
  }
}