.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:'SOLD'; 
  font-size: 11px;
  visibility: visible;
  display: block;
 color: #666666;
}
.t-name {
    font-family: 'Sk-Modernist', Arial, sans-serif;
   
}

.t-name_xl {
      font-size: 27px !important;
      color: black !important;
}


.t-store__card__price_old, .t-store__prod-popup__price_old {
    /*color: #666666;*/
    position: relative;
}


.t1093 .t-popup {
    padding: 0;
    z-index: 9999996;
    background-color: transparent;
    transition: none;
}


@media screen and (max-width: 560px) {
    .t706__cartwin-content {
        margin: 0px auto 0;
        max-width: 100%;
        min-height: calc(100vh - 50px);
    }
}