.products-table .product-items {
  display:table;
  width:100%;
}
.products-table .product-item {
  display:table-row;
}
.products-table .products-table-header {
  display:table-row;
}
.products-table .product-item > * {
  display:table-cell;
  vertical-align:middle;
}
.products-table .product-item .product-item-actions .action.tocart {
  display:none;
}
.products-table .product-item .product-item-actions .actions-secondary {
  display:none;
}
.products-table .product-item .product-item-actions .form.configurable .action.tocart {
  display:inline-block;
  width:110px;
  white-space:normal;
}
.products-table .product-item .product-item-actions .form.configurable [name=qty] {
  display:none;
}
.products-table .products-table-header > * {
  display:table-cell;
  vertical-align:middle;
  font-size: initial;
}

.product-item-availability svg .green {
  fill:#01ba07;
}
.product-item-availability svg .yellow {
  fill:#fce500;
}
.product-item-availability svg .red {
  fill:#c10000;
}
.products-table {
  width: calc(100vw - 30px);
}
@media (min-width: 768px) {
  .products-table {
    width: calc(100vw - 40px);
  }
}
@media (min-width: 1280px) {
  .products-table {
    width: 100%;
  }
}
.table-wrapper {
  overflow-x: auto;
  /*-webkit-overflow-scrolling: touch;*/
  margin: 30px 0;
}
.table-wrapper .products {
  margin: 0;
  box-sizing: border-box;
}
.modal-content {
    max-height: 5000px !important;
}
.modal-content .columns {
    max-height: calc(100vh - 210px) !important;
    overflow-y: auto !important;
}
