  .advanced-parameter-inner {
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}
  .advanced-parameter-inner img {
    border-radius: 0%;
    min-width: 1px;
}
  .flag.flag-discount {
    background-color: #cb0000;
}
  ol.top-products li a.top-products-image {
    flex: 0 0 110px;
    display: block;
}
  .widget-parameter-list li a {
    font-size: 25px;
    background-color: #cf082e;
    padding: 3px 8px;
    border: 1px solid #e4e4e4;
    color: #e6e6e6;
    text-decoration: none !important;
}
 .barion {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
    }
    
.ui-table {
    border: 0 none;
    border-collapse: collapse;
    padding: 0;
    width: 100%;
    text-align: left; 
}    
.table-stroke tbody th, .table-stroke tbody td {
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle;
    line-height: 1.9;
}
.category-perex {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(2em * 3);
}
