.product_s_desc {
    display: none;
    visibility: hidden;
}

div.thumbnail hr {
    display: none;
    visibility: hidden;
}

div.thumbnail div.addtocart-area {
    display: none;
    visibility: hidden;
}

.vm-product-title {
    font-size: 100%;
    height: 50px;
    margin-top: 0px;
}

span.vm-price-desc {
    display: none;
    visibility: hidden;
}

.vm-price-desc + span {
    display: inline-block;
    text-align: center;
    width: 100%;
}


@media (min-width:992px) {
    .col-md-2 {
        width: 20%
    }

}

@media (min-width:768px) {
    .col-md-2 {
        width: 20%
    }

}
