.product-list-with-attrs-wrapper {
  width: 100%;
  overflow: hidden;
  height: auto;
}

.product-list-with-attrs-wrapper .product-list-item {
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
  display: flex;
  justify-content: stretch;
  height: 400px;
}

.product-list-with-attrs-wrapper .product-list-item .product-list-item-thumbnail {
  width: 50%;
}

.product-list-with-attrs-wrapper .product-list-item .product-list-item-thumbnail img {
  width: 100%;
  height: 100%;
}

.product-list-with-attrs-wrapper .product-list-item .product-list-item-info {
  flex: 1;
  background: #f1f3f5;
  padding: 50px;
}

.product-list-with-attrs-wrapper .product-list-item .product-list-item-info h5 {
  margin: 0 0 40px;
  color: #294fc5;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.product-list-with-attrs-wrapper .product-list-item .product-list-item-info p {
  font-size: 14px;
  line-height: 1.5;
  max-height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 0 40px;
  color: #343a40;
}

.product-list-with-attrs-wrapper .product-list-item .product-list-item-info .product-list-item-children {
  overflow: hidden;
  font-size: 0;
}

.product-list-with-attrs-wrapper .product-list-item .product-list-item-info .product-list-item-children a {
  padding: 8px 16px;
  color: #fff;
  display: block;
  background: #212529;
  text-decoration: none;
  margin: 4px 4px 0 0;
  font-size: 12px;
  float: left;
  border-radius: 2px;
  overflow: hidden;
  transition: background-color 150ms;
}

.product-list-with-attrs-wrapper .product-list-item .product-list-item-info .product-list-item-children a:hover {
  text-decoration: none !important;
  background: #294fc5;
}

.product-table-wrapper {
  overflow: hidden;
  width: 100%;
}

.product-table-wrapper .product-table-title {
  position: relative;
  width: 100%;
  padding-left: 12px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #343a40;
  border-left: 3px solid #294fc5;
  margin-bottom: 24px;
}

.product-table-wrapper .product-table-scroller {
  width: 100%;
  height: auto;
  overflow-x: auto;
  text-align: center;
}

.product-table-wrapper .product-table-scroller table {
  width: 100%;
  border-spacing: 0;
  white-space: break-spaces;
  font-size: 10px !important;
}

.product-table-wrapper .product-table-scroller table a {
  color: #294fc5;
  text-decoration: none;
}

.product-table-wrapper .product-table-scroller table thead {
  background-color: #294fc5;
  color: #fff;
}

.product-table-wrapper .product-table-scroller table thead tr {
  border: none;
  width: 100%;
}

.product-table-wrapper .product-table-scroller table thead tr th {
  border: none;
  flex: 1;
  font-weight: normal;
  padding: 8px 4px;
  box-sizing: border-box;
}

.product-table-wrapper .product-table-scroller table thead tr th:first-child {
  width: 128px;
}

.product-table-wrapper .product-table-scroller table tbody tr td {
  padding: 8px 4px;
  box-sizing: border-box;
  height: 60px;
}

.product-table-wrapper .product-table-scroller table tbody tr:nth-child(2n) {
  background-color: #f1f3f5;
}

/*# sourceMappingURL=product-list-with-attrs.css.map */
