.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: '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;
}


























.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active,
.js-product .t-product__option-variants_buttons .t-product__option-item_simple:hover {
border: none !important;
  box-shadow: inset 1px 0px 0px 0px #004373, inset 0px 1px 0px 0px #004373, inset 0px 0px 1px 0px #004373, inset 0px 0px 0px 1px #004373;
  background-color: #fff;
  }

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
  padding: 10px 20px;
  background-color: #F2F2F2;
  border-radius: 999px;
  border: none;
  margin-bottom: 0px;
  }

  .js-product .t-product__option-variants_buttons .t-product__option-title_buttons {
  line-height: 1;
}

.t-store .t-product__option-title {
  align-content: center;
  padding-bottom: 0;
}


.t-store__prod-snippet__container {
  padding-bottom: 50px;
  padding-top: 50px;
}

.t-store__prod-popup__slider .js-store-prod-slider .t-store__prod-popup__col-left {
    margin: 0 !important;
}

.js-product .t-product__option {
  display: flex;
  gap: 12px;
}

.js-product .t-product__option-variants_buttons .t-product__option-item {
  margin-right: 5px;
}

.t-store__tabs__button {
  display: none !important;
}

.t-store .t-store__tabs__content {
  max-width: 80% !important;
  font-family: var(--t-text-font,Arial);
  color: #777;
  font-weight: 400;
  font-size: 13px;
}

.t-store__prod-popup__title-wrapper .t-store__prod-popup__name {
    font-weight: 600 !important;
  color: #151515 !important;
  font-size: 27px !important;
}

.t-store .t-store__tabs {
  margin-top: 0 !important;
}

 .t-typography__characteristics {
  color: #777;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}

 .t-typography__characteristics span {
font-weight: 500;
  color: #151515;
}