#js-description
{
  padding: 10px;
}

.js-products
{
  overflow: hidden;
}

.js-products a
{
  text-decoration: none;
  color: initial;
}

.js-product-row
{
  transform: translateX(10%)
}

.js-product-row:after 
{
  content: "";
  display: table;
  clear: both;
}

.js-product-column 
{
  float: left;
  width: 35%;
  padding: 8px;
  margin: 16px;
  height: 212px;
}

.js-product-column, .js-product-name span
{
  border: 1px solid #929292;
  border-radius: 3px;
}

.js-product-column-single
{
  transform: translateX(52.5%);
}

.js-product-image 
{
  border-bottom: 1px solid #929292;
  padding-bottom: 8px;
}

.js-product-image img
{
  height: 128px;
  max-width: 256px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.js-product-info
{
  overflow: hidden;
  height: 72px;
  margin-top: 8px;
  text-align: center;
}

.js-product-name
{
  text-align: center;
}

.js-product-name span
{
  height: 1em;
  line-height: 1em;
  position: relative;
  top: -0.5em;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 1px;
  padding-bottom: 4px;
  background-color: #F0F0F0;
  display: inline-block;
  user-select: none;
}

.js-product-group
{
  text-align: center;
  padding-bottom: 8px;
  margin-top: 8px;
  border-bottom: 1px solid #E0E0E0;
}

.js-product-column:hover, .js-product-name span:hover
{
  background-color: #F0F0F0;
  transition: all 0.25s linear;
  transition-property: background, color;
}

.js-product-help
{
  text-decoration: none !important;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  border-radius: 3px;
  color: #777;
  background: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 8%);
  text-shadow: none;
  line-height: 23px;
  padding: 1px 6px 0px 6px;
}

.js-product-help:hover
{
  border: 1px solid #808080;
}

.js-product-help
{
  float: right;
  margin-top: -2em;
}

.js-product-helper
{
  float: left;
}

.net-all ul
{
  list-style-type: none;
  padding-inline-start: 0;
  text-align: center;
}
.net-all ul li
{
  display: inline-block;
}

@media screen and (max-width: 678px)
{
  .js-product-column
  {
    width: 80%;
  }
  .js-product-column-single
  {
    transform: initial;
  }

  .js-product-name span
  {
    top: 6px;
  }
}