﻿.card-product .img-wrap {
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 180px;
    text-align: center;
}

.card-product .img-wrap img {
    max-height: 100%;
        max-width: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.img-wrap {
    margin-top: 1.8rem;
}

.card-product .info-wrap {
    height: 75px;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #eee;
    text-align: center;
    font-weight: 500;
}

.card-product .info-wrap a{
    color: black;
}

.card-product .bottom-wrap {
    padding: 15px;
    border-top: 1px solid #eee;
}

.label-rating {
    margin-right: 10px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.card-product .price-old {
    color: #999;
}

h4.title {
    text-align: center;
}

.amount {
    display: inline-block;
    width: 50px;
}
