.caption {
    width: 200px;
    height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.caption:hover {
    min-height: 56px;
    display: inline-block;
    height: auto;
    margin-bottom: 15px;
}

.descripcionProductoHome {
    color: #312782;
    cursor: pointer;
}

@media (max-width : 720px) {
    .caption {
        width: 100px;
    }
}

.descripcionProductoHome {
    width: 50px;
    word-break: break-word;
}
.caption2 {
    width: 100%;
    text-align: left;
}
p.precio {
    margin-top: .5em;
    margin-bottom: .5em;
    bottom: 5em;
    font-size: 15px;
    text-align: left;
}
.product-thumb-clearfix {
    /*border: 1px solid #ccc !important;*/
    margin-left: 13px;
}
.title-carousel {
    font-size: 20px;
}
.product-description-carousel {
    text-overflow: clip;
    padding: 0;
}
.carousel-descripton {
    min-height: 50px;
}

