.t-popup_show .t-popup__container {
    border-radius: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.js-store-prod-text a {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 5px;
  margin-top: 20px;
  border-radius: 500px;
  font-weight: 500;
}

.js-store-prod-text a {
  background-color: #348be2;
  color: #fff !important;
}

.js-store-prod-text a:last-of-type {
  background-color: #ea963d;
  color: #fff !important;
}

.t706__cartwin_showed {
  z-index:9999999;
}
.t-store__card__mark {
    font-weight: 400;
    font-size: 12px;
    font-family: Roboto, Arial, sans-serif;
    display: table-cell;
    width: 100%;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
}
@media screen and (min-width: 960px) {
.t-store__valign-buttons.js-store-grid-cont {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 94%;
}}
@media screen and (min-width: 960px) {
.t-col_4 {
    max-width: 30%;
}}

@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px;
    }
}

.t-store__card .t-typography__title {
    font-size: 28px;
    color: #2b2d33;
    font-weight: 600;
}
.t706__cartwin-content {
    margin: 65px auto;
    width: 100%;
    max-width: 560px;
    min-height: 300px;
    background-color: rgba(255, 255, 255, 1);
    padding: 40px 40px 10px 40px;
    box-sizing: border-box;
    overflow: auto;
    border-radius: 20px;
}