/*.t-submit {*/
/*    height: auto;*/
/*}*/

/*.t-input__vis-ph {*/
/*    color: #6a6a6a !important;*/
/*}*/

/*input.t-input.js-tilda-rule.t-input_bbonly.t-input_pvis.t-input_has-content {*/
/*    color: black !important;*/
/*}*/

/*.t-input_pvis {*/
/*    padding: 1.7em 20px 20px 20px;*/
/*}*/

/*.t-input__vis-ph {*/
/*    top: 10px;*/
/*}*/

/*.t-form__submit {*/
/*    margin-top: 1.5em !important;*/
/*}*/

/*.t-form__submit {*/
/*    padding-bottom: 0 !important;*/
/*    margin-bottom: 0 !important;*/
/*}*/

/*.t-input-error {*/
/*    color: red !important;*/
/*    font-size: 75% !important;*/
/*}*/

/*button.t-submit {*/
/*    background: black;*/
/*    border-radius: 4px;*/
/*    color: white;*/
/*    font-size: 75% !important;*/
/*    font-variant-numeric: tabular-nums;*/
/*    white-space: nowrap;*/
/*    font-family: 'GraphikTT' !important;*/
/*    font-weight: 400 !important;*/
/*    transition: 0s !Important;*/
/*}*/

/*.t-form__inputsbox * {*/
/*    font-family: 'GraphikTT' !important;*/
/*}*/

/*.t-input-error {*/
/*    color: red !important;*/
/*    font-size: 75% !important;*/
/*    line-height: 120% !important;*/
/*}*/

/*.t-form__errorbox-item {*/
/*        font-size: 75% !important;*/
/*    line-height: 120% !important;*/
    
/*}*/

/*.t-input-block {*/
/*    line-height: 0 !important;*/
/*}*/

/*.t-input_pvis {*/
/*    padding: 1.7em 20px 30px 20px;*/
/*}*/

/*input.t-input.js-tilda-rule.t-input_pvis {*/
/*    border: 1px solid #00000024 !important;*/
/*    border-radius: 4px;*/
/*}*/

/*input.t-input.js-tilda-rule.t-input_pvis.t-input_has-content {*/
/*    color: #000000 !IMPORTANT;*/
/*}*/

/*input {*/
/*    color: #000000 !important;*/
/*}*/

/*textarea {*/
/*    color: #000000 !important;*/
/*}*/

/*.t-input__vis-ph {*/
/*    top: -15px;*/
/*    font-size: 75% !important;*/
/*}*/

/*.t-input:focus~.t-input__vis-ph, .t-input_has-content+.t-input__vis-ph {*/
/*    -webkit-transform: translateY(-100%) scale(.7);*/
/*    transform: translateY(35%) scale(.7);*/
    /* top: 10px; */
/*}*/

/*.t706__cartwin {*/
/*    background: transparent !important;*/
/*    background-color: transparent !important;*/
/*}*/

/*.t706__cartwin.t706__cartwin_showed {*/
/*    background: transparent !important;*/
/*}*/






.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;*/
    
    /*ТЕРРИТОРИЯ НЕЗАВИСИМОГО АПРЕЛЕВСКОГО КЛУБА КСС*/
    display: flex;
    align-items: center;
    height: 20px;
    justify-content: center;   
    margin-top: 1em;
    gap: 0.3em;    
}
.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: 'Roboto',Arial,sans-serif;
    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;
}

