 .product:hover .product-detail-wrapper {
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    transition: none;
    -webkit-transition: none;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

.product a img {
    margin: 0 auto;
    height: 285px;
    max-width: 100%;
}
.product-name {
    color: #000;
    font-size: 14px;
    margin: -4px 0 4px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product .price {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
    display: block;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    padding: 1px 0 0;
    position: relative;
    width: auto;
    line-height: 0px;
    padding-left: 0;
}
.product .product_type_variable {
    display: inline-block;
    font-size: 12px;
    padding: 0;
    width: auto;
    font-weight: 400;
    padding: 4px 21px;
    margin-top: -29px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}