a.product-files:hover {
  color: var(--primary);
}

button {
  border-width: 0;
  background: transparent;
}

ul {
  list-style-type: square;
}
.odd {
  background-color: var(--light)
}

.form-group {
  margin-bottom: 0;
}
.col-form-label {
  color: white;
  background: var(--secondary);
}

.cell:hover:not(.blue-bg) {
  background-color: var(--light);
}

.cell a:hover {
  color: black;
}

.row-header {
  color: white;
  background-color: var(--secondary);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.zoom {
  cursor: zoom-in;
}

div.preloaded-images,
div#preloaded-images {
  position: absolute;
  overflow: hidden;
  left: -9999px; 
  top: -9999px;
  height: 1px;
  width: 1px;
}

div#product-gallery > div.card-img-overlay a:hover i {
  color: var(--blue);
}
