.t951__cont-wrapper .t951__sidebar {
    background-color: #f9f8f7;
    padding: 10px !important;
    
}

.t951 .t-store__card__btns-wrapper {
    margin-top: 0;
}

@media only screen and (max-width: 480px) {
    .t-store__card__textwrapper {
        height: 72px;
    }
    
    div.js-store-prod-name.js-product-name.t-store__card__title.t-name.t-name_md {
        height: 80px!important;
    }
    
    .js-store-prod-name.js-product-name.t-store__card__title.t-typography__title.t-name.t-name_xs {
        font-size: 16px !important;
    }
    
    .t-store__card .t-store__card__price {
        font-size: 16px !important;
    }
    
    .t951 .t951__grid-cont.t-store__valign-buttons .t-item {
        justify-content: flex-start;
    }
    
    .t-store__card__btn {
        height: 40px;
    }
    
    .t-store__card__textwrapper {
        padding-top: 10px;
    }
    
    .t-store .t-store__card__wrap_all.t-store__card__wrap_pad-sm .store__card__wrap_txt-and-opts {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    
}
    
    
    .t778__wrapper {
            border: 1px solid #325609;
            padding: 20px;
    }
    
    /*.t778__btn.t-btn.t-btn_sm {*/
    /*    border-radius: 500px;*/
    /*    height: 120px;*/
    /*    width: 120px;*/
    /*    border-color: #e3e3e3;*/
    /*    margin: 0 auto;*/
    /*}*/
    @media screen and (min-width: 480px) {
    .t778__wrapper {
    border: none;
    padding: 0; 
}
}


 .your-class {
      opacity: 0.1 !important;
      pointer-events: none !important;
 }


 /*Код чтобы убрать видимость описания в товаре*/
.js-store-prod-descr, .t-store__card__descr, .t-typography__descr, .t-descr t-descr_xxs {display: none} 

 /*Ширина текста в карточке товара*/
.store__card__wrap_txt-and-opts {
    padding-top: 0;
    padding-bottom: 6px;
}
.t-store__card__price-wrapper {
    margin-top: 0;
}

 /*Цвет цены в карточке товара*/
.js-store-prod-price.t-store__prod-popup__price.t-store__prod-popup__price-item.t-name.t-name_md {
    color: #093441 !important;
    font-weight:600;
}

/*Перемешивание рекомендованных товаров в карточке товара*/



$(function() {
  var parent = $(".t-store__relevants-grid-cont");
  var divs = parent.children();
  while (divs.length) {
    parent.append(divs.splice(Math.floor(Math.random() * divs.length), 1)[0]);
  }
});
