
.product-item h6 {
    position: absolute;
    z-index: 100;
    text-align: center;
    background: #00d6d6c4;
    color: #000000;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
    left: 15px;
    right: 15px;
}

.product-img {
    cursor: pointer;
}