/* VS1758502014758VE */
.comparison-table {
  font-size: 12px;
}
.comparison-table .add-to-cart,
.comparison-table .remove-item {
  display: none;
}
.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.comparison-table table h3 {
  font-size: 20px;
  font-weight: bold;
}
.comparison-table table h3 a {
  text-decoration: none;
}
.comparison-table td {
  padding: 20px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.comparison-table td:first-of-type {
  font-weight: bold;
}
.comparison-table td:empty:not(:first-of-type) {
  display: none;
}
.comparison-table img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}.wp-block {}