.grve-product-item .grve-isotope-item-inner {
    position: relative;
    border: 1px solid #e3e3e3;
    padding-bottom: 20px !important;
    border-radius: 6px !important;
}



.grve-product-item .hover .grve-add-cart-wrapper{
    display: none;
}


.moved-add-to-cart {
  display: block;              /* full width */
  width: 100%;                 /* span across caption */
  margin-top: 12px;
  background: #222;
  color: #fff !important;
  padding: 12px 0;             /* taller button */
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;          /* center text */
  text-decoration: none !important;
  cursor: pointer;
  box-sizing: border-box;
}

.moved-add-to-cart:hover {
  background: #000;
}