.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;
}
    
.uc-tab1 .t-btnflex.t-btnflex_type_button{
    font-size: 0;
    min-width: 70px;
    background-image: url(https://static.tildacdn.com/tild3438-3231-4363-a165-313431313137/humbleicons_basket.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px !important;
}    
.js-product.t-item{
    background-color: #F3F0EB;
    padding: 15px;
    margin-right: 20px;
    height: 250px;
    width: calc((100% / 3) - 20px);
}
.t-store__grid-separator{
    margin-bottom: 20px;
}

#rec1355642601{
    display: none !important;
     transition: width 0.5s, height 0.5s;
}
#rec1355642601.active{
    display: block !important;
}
.uc-tab2 .v-activebtn1 .tn-atom{
    color: #2b2b2b !important;
    border-bottom-width: 1px !important;
    border-bottom-color: #2b2b2b !important;
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8):not(.t-col_12), .t-store__grid-cont_mobile-grid .t-store__stretch-col:not(.t-store__stretch-col_100) {
        width: 45%;
        position: relative;
        left: 3vw;
    }
}
@media screen and (max-width: 480px) {
    .t951 .mobile-two-columns .t-item, .t951 .t951__cont-wrapper .t-store__mobile-two-columns .t-item {
        width: 45%;
        height: 320px;
    }
        
}
@media screen and (max-width: 450px) {
    .t951 .mobile-two-columns .t-item, .t951 .t951__cont-wrapper .t-store__mobile-two-columns .t-item {
        width: 100%;
        left: 0;
        margin-bottom: 20px;
        height: auto;
    }
        
}