.t-store__prod-popup__info .t-typography__characteristics.js-store-prod-charcs {
  padding:14px 0;
  border-bottom:1px solid #E0E0E0;
}
.t-store__prod-popup__info .js-store-prod-all-charcs> .t-typography__characteristics.js-store-prod-charcs:first-child{
      border-top:1px solid #E0E0E0;
}
.t-store__prod-popup__info .js-store-prod-all-charcs > .t-typography__characteristics.js-store-prod-charcs {
  display: flex;
}
.t-store__prod-popup__info .js-store-prod-all-charcs > .t-typography__characteristics.js-store-prod-charcs span{
    width:50%;
}
.t-store__prod-popup__info .js-store-prod-all-charcs > .t-typography__characteristics.js-store-prod-charcs span {
  flex: 1 1 auto;
}
.option-rigth-text {
  text-align: right;
}
/*для опций*/
.n-block {
    display: inline-block;
    font-family: 'Hauora',Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-right: 5px;
    border:  1px solid #000;
    padding:  3px 5px;

}
.t-store__prod-popup__info  .t-product__option-variants:has(select){
    width: 100%;
}
.wrapper-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
      gap: 5px;
}
.n-block {
  align-items: center;
  display: flex;
  gap:10px;
  border-radius: 20px;
  border-color: #e0e0e0;
  cursor: pointer;
}
.n-block.akt{ 
    box-shadow: inset 0px 0px 2px 0px #e0e0e0;
}
.n-block:active {
  box-shadow: inset 0px 0px 2px 0px #236bdb;
}
.icon-color {
  width: 20px;
  height: 20px;
  border-radius:50%;
  flex: 0 20px;
  border: 1px solid #8e8e8e;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}

.akt .icon-color::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border:1px solid #8e8e8e;
  border-radius:50%;
  position: absolute;
  left: -3px;
  top: -3px;
}
.color-text {
  flex:1;
  font-size: 12px;
}
@media(min-width:561px){
  .color-text {
  font-size: 14px;
}  
}
.t-store__prod-popup__info .js-product-controls-wrapper select,
.js-product .t-product__option-variants::after{
  display: none !important;
  opacity: 0;
}
/**********************/
.t-store__prod-snippet__container {
  padding-bottom: 120px;
  padding-top: 40px;
}
.t-store__relevants__title {
  font-size: 24px !important;
}
@media screen and (max-width: 480px) {
  #allrecords .t-store__relevants__title {
    font-size: 20px !important;
  }
}
