.js-store-prod-all-charcs{display: none;}
.t-name_xs{font-size: 20px;} 
.t-descr_xxs{font-size: 18px;}
.js-store-parts-select-container.t951__sidebar.t951__sidebar_sticky {z-index: 100 !important;}
.t-body.t706__body_cartwinshowed {overflow: visible !important;}

/*Кнопки в описании товара*/

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 400;
    width: 302px;
    text-align: center;
    vertical-align: top;
}
.js-store-prod-text a:first-of-type {
    border: 2px solid #0083F5;
    background-color: white;
    color: #000000 !important;
}
.js-store-prod-text a:last-of-type {
    border: 2px solid #008AFF;
    background-color: white;
    color: #000000 !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}

.b24-widget-button-position-bottom-right {
    right: 10px !important;
    bottom: 100px !important;
}
.t-radio__wrapper-delivery {
    margin-top: 10px !important;
}
.t-input-group_tx {
    padding-left: 5px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.t-name_md {
    margin-top: 0px !important;
}
.t706__close-icon g{
    fill: #000000 !important;
}
.t706__cartpage-heading {
    font-size: 24px !important;
}
.t-store__prod-popup__btn-wrapper {
    margin-bottom: 0px !important;
    width: 350px;
}
.t-popup_show {
    z-index:99999999;
}
.CCProjectLink {
    display: none !important;
}
/* Для Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 10px; /* Толщина вертикального скроллбара */
  height: 10px; /* Толщина горизонтального */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Светлый фон трека */
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #008FFA; /* Основной синий цвет */
  border-radius: 5px;
  border: 2px solid #f1f1f1; /* Граница как у трека */
}

::-webkit-scrollbar-thumb:hover {
  background: #0077D6; /* Темнее при наведении */
}

/* Для Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #008FFA #f1f1f1;
}