
.container a
{
    text-decoration: none;
}

.card-product
{
    height: 360px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    transition: all ease .3s;
    color: ;
    background-color: #28;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

.card-product .image
{
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: ;
}

.card-product .info
{
    padding: 15px;
}

.card-product .info .stock,
.card-product .info .code
{
    font-size: 14px;
    color: #00;
}

.card-product .info .name
{
    font-size: 18px;
}

.card-product .foot
{
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    position: absolute;
}

.card-product .foot button
{
    width: 50%;
    float: left;
}

.card-product:hover
{
    transform: translateY(-10px);
    box-shadow: 0 4px 10px 0 rgba(,,,0.2), 0 4px 20px 0 rgba(,,,0.19);
}

#sub-title-bottom
{
    padding: 6px;
    display: table;
    margin: 0 auto 20px;
    background-color: ;
}

#button-more-products
{
    display: block;
    margin: 10px auto 30px;
}