.small {
    font-size: 12px !important;
}

.product-name {
    height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-pacdes {
    height: 0.5em;
}

.btn-addtocart, .btn-add-minus {
    width: 75%;
}

@media only screen and (max-width: 768px) {
    .btn-addtocart, .btn-add-minus {
        width: 100%;
    }

}

.hos-address {
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}