.t280__burger {
    position: relative;
    flex-shrink: 0;
    width: 0;
    height: 0;
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}
.t397__col {
    margin: 20px;
}
.t951__cont-wrapper .js-store-parts-select-container {
    background-color: #ffffff;
    padding: 30px;
    border: 2px solid #eff3f6;
    border-radius: 14px;
}
@media screen and (min-width: 960px)
.t-store__filter__range_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #08a652;
    border-radius: 4px;
}
.t-store__filter__btn, .t-store__filter__input {
    border: 1px #ddd solid;
    background: #f8f8f8;
    color: #000;
    box-sizing: border-box;
    padding: 0 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1.8;
    min-height: 24px;
    outline: 0;
    border-radius: 7px;
}
.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 2px solid #2c3136;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .6;
    border-radius: 7px;
}
.t668__wrapper {
    background-color: #fff;
    border-radius: 10px;
}
.t706__cartwin-content {
    margin: 65px auto;
    width: 100%;
    max-width: 560px;
    min-height: 300px;
    background-color: rgba(255,255,255,1);
    padding: 40px;
    box-sizing: border-box;
    overflow: auto;
    border-radius: 14px;
}
.t-popup__container {
    background: #fff;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
    border-radius: 14px;
    -moz-transform: translateY(-30%) scale(.9);
    -ms-transform: translateY(-30%) scale(.9);
    -webkit-transform: translateY(-30%) scale(.9);
    -o-transform: translateY(-30%) scale(.9);
    transform: translateY(-30%) scale(.9);
}
.t450__burger_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 7px;
    background-color: #111;
}
.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:'Текст’; 
  visibility: visible;
  display: block;
  color: #08a652;
  
  
  .needproduct-btn{
 background-color:#08a652;
 border-radius: 25px;
}
.js-store-prod-popup-buy-btn-txt{
    border-radius: 25px; 
    color:#08a652;
    background-color:green;
    font-family: 'Montserrat';
    font-style:Normal;
    font-size: 15px;
    font-weight:100;
    line-height: 1.5;
}
