.js-store-prod-text a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 3px;
    font-weight: 500;
}
.js-store-prod-text a:first-of-type {
    background-color: #bebebe
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #bebebe;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}
.t-store__card__mark {
    font-size: 10px;
}
.t-store__card__mark{
    width: 30px;
    height: 30px;
}
.t-store__card__sold-out-msg {
visibility:hidden;
}
.t-store__card__sold-out-msg:after {
content:"SOLD OUT";
visibility: visible;
display: block;
color: #F95D51;
}

.t-store__card__mark {
    border-radius: 0px;
    height: 20px;
    width: 60px;
}