.t-store__card__textwrapper::after {
content:"Осталось мест: "  attr(data-product-inv) ;
font-family: 'Georgia',Georgia,regular;
font-size: 18px;
color: #0a0000;
position: absolute;
margin-top: 4px;
width: 250px;
}

.t-store__card__btns-wrapper {
margin-top: 40px !important;
}
.js-store-prod-sold-out {
display: none;
}
.t-store__prod-popup__name{
margin-top: 5px;
}
.js-store-product.js-product.t-store__product-snippet::before {
margin-left: calc(50% + 20px);
}

media screen and (max-width: 1240px){
.js-store-product.js-product::before {
margin-left: 5px;
}
.js-store-product.js-product.t-store__product-snippet::before {
margin-left: calc(50% - 10px);
}
}
media screen and (max-width: 980px){
.js-store-product.js-product.t-store__product-snippet::before {
margin-left: calc(50% - 60px);
top: -20px;
}
}

media screen and (max-width: 640px){
.js-store-product.js-product::before {
margin-left: 5px;
position: relative;
top: 0px;
left: 50%;
transform: translateX(-50%);
}
.t-store__prod-popup__slider.js-store-prod-slider {
padding-top: 30px;
}
}


.js-store-buttons-wrapper, .t-store__prod-popup__btn-wrapper { display: flex; flex-wrap:wrap; align-items: center;}
.quantbtnwrap {
    display: flex;
    align-items: center;
    height: 20px;
    margin-top: -4px;
    margin-left: 20px;
}
.quantminus , .quantplus{
    width: 20px;
    height: 100%;
    background-size: contain;
    cursor:pointer;
    opacity:0.4;
}
.quantminus:hover , .quantplus:hover{ opacity:1;}
.quantminus{
  background-image: url(https://static.tildacdn.com/lib/linea/c8eecd27-9482-6c4f-7896-3eb09f6a1091/arrows_circle_minus.svg);
}
.quantplus{
 background-image: url(https://static.tildacdn.com/lib/linea/c47d1e0c-6880-dc39-ae34-521197f7fba7/arrows_circle_plus.svg); 
}
.noactive{ pointer-events:none; opacity:0.1 !important;}
a.t-store__prod-popup__btn_disabled~div.quantbtnwrap {display: none;}


.t-store__card__btn {
    margin-bottom: 20px !important;
}
.t-store__card .quantbtnwrap {
    margin-top: 0px;
    margin-bottom: 20px;
}

.quanttxt {
    font-family: 'Georgia',Georgia,regular;
    margin: 0;
    font-size: 16px;
    text-align: center;
    width: 40px;
    padding: 6px 2px;
    border: none;
    outline: none;
    transition: all 0.2s;
}
input.quanttxt:hover, input.quanttxt:focus {
    box-shadow: 0 1px 0px 0px #969696;
}

@media screen and (max-width:670px){
.t-store__card__btns-wrapper {
    justify-content: center;
}
.t-store__card .quantbtnwrap {
    margin-bottom: 0px;
    margin-left: 0px;
}
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type='number'] {
    -moz-appearance: textfield;
}