
.css-test {
    color: blue;
    font-weight: bold;
}

#products_grid .table .o_wsale_product_grid_wrapper.o_wsale_product_grid_wrapper_1_1 {
    height:380px;
}

.btn-cart {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
}

.grid-item {
  border-bottom: 1px solid lightgray;
}

.grid-item:nth-child(odd) {
  text-align: left;
  padding: 0px 5px 0px 0px;
}

.grid-item:nth-child(even) {
  text-align: left;
}

.grid-item:nth-last-child(-n+2) {
  border-bottom: none;
}

.boldic-highlight {
  /* font-weight: bold; */
  background-color: #f1d9f7;
}