h4{
    font-weight: 600;
}
p{
    font-size: 12px;
    margin-top: 5px;
}
.price{
    font-size: 12px;
    margin: 0 auto;
    color: #333;
    font-weight: bold;
}
.right{
    float:right;
    border-bottom: 2px solid #4B8E4B;
}
.thumbnail{
    /*opacity:0.70;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;*/
}
.thumbnail:hover{
    opacity:1.00;
    box-shadow: 0px 0px 10px #4bc6ff;
}

.small-image img {
    width: 200px; !important;
    height: 200px; !important;
}

.line{
    margin-bottom: 5px;
}

.product-container {
    /*
    max-height: 350px; !important;
    */
    height: 400px;
}


@media screen and (max-width: 770px) {
    .right{
        float:left;
        width: 100%;
    }
}