/* увеличиваем расстояние в кнопках документации в табах */
.t-store__tabs__content.t-descr.t-descr_xxs {
    line-height: 240%;
}
@media screen and (max-width: 640px) {
    .t-store__tabs__content.t-descr.t-descr_xxs {
    line-height: 300%;
    }
}

/* Делаем кнопки из ссылок в табах */
.t-store__tabs__list .t-descr a{
 background-color:#0D0C0F !important;
 padding:12px 20px 12px 20px;
 margin-bottom:0px;
 margin-top:0px;
 position:absolute;
 font-size:14px;
 font-weight:500;
 border-radius:40px;
 /*border: solid #9e9e9e 1px;*/
}
.t706__cartwin_showed {
    z-index: 999999999;
}

/* Обводка у карточек товара */
#allrecords a .t-store__card__bgimg{
 border-style:solid;
 border-color:#e3e4e7;
 border-width:1px;
}

/* Обводка у карточек товара при наведении*/
.t-store__card__bgimg_second.t-bgimg.loaded {
    border-style: solid;
    border-color: #e3e4e7;
    border-width: 1px;
    border-radius: 12px;
}

/* Обводка у карточек товара под квадрат */
#allrecords a .t-store__card__imgwrapper_original-ratio{
 border-style:solid;
 border-color:#e3e4e7;
 border-width:1px;
 border-radius:12px;
}

/* Обводка у карточек товара под квадрат */
#t-footer a .t-store__card__imgwrapper_original-ratio{
 border-style:solid;
 border-color:#e3e4e7;
 border-width:1px;
 border-radius:12px;
}

/* Обводка у карточек товара подвал и главная */
.t-store__card__imgwrapper.t-store__card__imgwrapper_1-1.t1002__picture-wrapper {
    border-style: solid;
    border-color: #e3e4e7;
    border-width: 1px;
    border-radius: 12px;
}

/* Скругление у фоток товаров */
img.js-product-img.t-store__card__img.t-img.loaded {
    border-radius: 12px;
}

/*ССС для переработки списка в таблицу в карточке НАЧАЛИ*/
.js-store-prod-all-charcs p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
}

.js-store-prod-all-charcs p div {
    border: 1px solid #cdcdcd;
    margin-top: -1px;
    padding: 5px;
}

.chr-descr {
    margin-left: -1px;
}    

.js-store-prod-all-charcs {
    display: none;
}

.js-store-prod-all-charcs.show-chrs {
    display: block;
}
.js-store-product[data-product-pack-m="0"] p.js-store-prod-weight  {
    display: none;
}
.js-store-product[data-product-pack-x="0"] p.js-store-prod-dimensions {
    display: none;
}
/*ССС для переработки списка в таблицу в карточке ЗАКОНЧИЛИ*/

/*делаем фон фотки в попапе в карточке белого цвета*/
.t-slds__bgimg-contain {
    background-color: white !important;
}

/*Высота скидки в карточке товара*/
.t-store__card__mark {
    height: 25px !important;
}

/* перекрашиваем полоску в фильтре */
#allrecords .t951 .t-store__filter__range_bg{
 background-color:#FFD101;
}

/* Закругляем чекбоксы и делаем их желтыми */
#allrecords .t951 .t-checkbox__indicator{
 border-radius:5px;
 border-color:#FFD101;
 border-width:1.5px;
}

/* скругляем радиус у цен в фильтре */
#allrecords .t951 input[type=text]{
 border-radius:5px;
}

/* Стилизация для корзины и избранного */
/*.t1002__wishlistwin-content {*/
/*    min-height: 98vh;*/
/*    max-height: 98%;*/
/*    margin: 1vh;*/
/*    border-radius: 12px;*/
/*}*/
/*.t1002__wishlistwin {*/
/*    background-color: rgb(0 0 0 / 80%);*/
/*}*/

/*.t706__sidebar-content {*/
/*    min-height: 98vh !important;*/
/*    max-height: 98% !important;*/
/*    margin: 1vh !important;*/
/*    border-radius: 12px !important;*/
/*}*/
/*.t706__sidebar {*/
/*    background-color: rgb(0 0 0 / 80%) !important;*/
/*}*/
/*Стилизация кнопок в товаре*/
/* Link */
.js-store-prod-text .js-store-prod-all-text a:nth-child(3){
    background-color: #ffd101;
    color: #000000 !important;
    padding: 7px 10px;
    border-radius: 4px;
    border: solid #ffd101 1px;
 }

/* Link */
.js-store-prod-text .js-store-prod-all-text a:nth-child(6){
    background-color: #e2e2e2;
    color: #000000 !important;
    padding: 7px 10px;
    border-radius: 4px;
    border: solid #ffffff 1px;
}

.js-store-prod-text .js-store-prod-all-text a:nth-child(7){
    background-color: #e2e2e2;
    color: #000000 !important;
    padding: 7px 10px;
    border-radius: 4px;
    border: solid #ffffff 1px;
}

.js-store-prod-text .js-store-prod-all-text a:nth-child(8){
    background-color: #e2e2e2;
    color: #000000 !important;
    padding: 7px 10px;
    border-radius: 4px;
    border: solid #ffffff 1px;
}

/*Редактируем табы в страницах с товарами под СЕО*/
    .uc-tabc .t-container {
    max-width: calc(100vw - 3.5vw);
    margin: 0 auto;
}
 .t-rec_pb_15 {
    padding-bottom: 8px !important;
}