    .js-store-prod-btn {
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 400;
            margin-left: auto;
         margin-right: auto;
            width: 100%;
    }
    

      .js-store-prod-btn2 {
             font-family: 'Roboto';
        font-size: 16px;
        font-weight: 400;
            margin-left: auto;
         margin-right: auto;
            width: 100%;
    }
    
    .js-store-prod-charcs{
         font-family: 'Roboto';
        font-size: 16px;
        font-weight: 400;
    }
    
    .t-descr{
             font-family: 'Roboto';
        font-size: 16px;
        font-weight: 400;
    } 
    .t-descr_xxs{
             font-family: 'Roboto';
        font-size: 16px;
        font-weight: 400;
    }
    
/* характеристики в карточке товара */    
   .t-store__product-snippet .js-store-prod-all-charcs p {
        border-bottom: 1px grey solid;
        /*margin-bottom: 10px;*/
    }
    .t-typography__characteristics:nth-child(even){
        background-color: #e9e9e9;
    }




.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #566d90;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}



.t-store__prod-snippet__container {
     padding-top: 60px !important;
}


.t-slds__bgimg{
    border: 1px rgba(0,0,0,0.25) solid;
    border-radius: 12px;
}

.t-slds__thumbsbullet{
    border: 1px rgba(0,0,0,0.25) solid;
}

.t-store__prod-popup__btn{
    border-radius: 8px !important;
    background-color: #2E518B !important;
}


.js-store-prod-price{
    color: green !important;
    font-weight: 500 !important;
    font-family: 'Roboto' !important;
} 

/*====================================================Каталог выдачи===========================================================*/

/* стили блока фильтры */
    .t951__sidebar {
        padding: 15px 15px 15px 15px !important;
        margin-right: 10px !important;
        border-radius: 8px;
        border: 1px rgba(0, 0, 0, 0.2) solid;
    }
/* Характеристики в карточке*/   
    .t-descr_xxs {
        font-family: 'Roboto';
        font-size: 13px !important;
        font-weight: 400;
    }

/*====================================================Scrollbar===========================================================*/


/* W3C standard
   сейчас только для Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color:  #2E518B #D9D9D9;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #D9D9D9 ;
}
*::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 5px;
  border: 3px solid #2E518B;
}