/*!
 * Mitchell's Jewelry
 * Copyright 2008-2022 Punchmark
 */

/* hide product details */
#accordion-details {
  display: none !important;
}

/*Wishlist bug*/
.grid .grid-item .no-vendor .btn-wishlist {
  border: 0;
  background: none;
}

.grid .grid-item .hover-buttons {
  z-index: 100;
}