.js-store-prod-text.t-store__prod-popup__text.t-descr.t-descr_xxs {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: left;
    text-align: left;
    padding: 0 0px;
    align-content: center;
    flex-wrap: wrap;
    color: #000;
}
.js-store-prod-all-charcs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 20px;
}
.js-store-prod-all-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.t-feed__post-label {
    display: inline-block;
    margin-top: 15px;
    margin-right: 8px;
    margin-bottom: 2px;
    padding: 7px 8px 7px;
    font-size: 0;
    text-align: center;
    background-color: #ff8562;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:visited {
-webkit-transition: 0.1s ease;
transition: 0.1s ease; 
text-decoration: none;
border-bottom: none !important;
}

a:hover, a:visited:hover {
-webkit-transition: 0s ease;
transition: .2s;
text-decoration: none;
color: #7B8193 !important;
    background: #e3e4e8;
    padding: 4px;
    border-radius: 4px;
    margin-left:-4px;
}

a {
      border-bottom: none !important;
    box-shadow: none !important;
}