

/*ldev-card-product*/
.ldev-card-product-col{margin-bottom: 8px}
.ldev-card-product-list{
    clear: both;
    overflow: hidden;
}
.ldev-card-product{
    background: #fff;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    min-height: 100%;
    height: 100%;

}
.ldev-card-product-inner{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    height: calc(100% - 10px);
    padding: 5px 4px;

}

.ldev-card-product-list .ldev-card-product{
    margin: 10px -5px;
}

.ldev-card-product a:not(.btn),
.ldev-card-product a:not(.btn):hover,
.ldev-card-product a:not(.btn):focus,
.ldev-card-product a:not(.btn):visited
{
    background: none;
    border: 0;
    padding: 0;
}
.ldev-card-product-image img{margin: 0 auto}
.ldev-card-product .h4{
    margin: 5px 0 0;
    line-height: 14px;
}
.ldev-card-product-name{
    font-size: 16px;
    line-height: 18px;
}
.ldev-card-product-rating+.ldev-card-product-price, .ldev-card-product-single .ldev-card-product-price{
    margin-top: 8px;
}

.ldev-card-product-price{
    margin-top: 0;
    font-size: 16px;
    line-height: 14px;
}
.ldev-card-product-price .price-new{
    font-weight: 400;
    font-size: 16px;
    color:#7cb342;
}
.ldev-card-product-price .price-old{
    text-decoration: line-through;
    font-size: 14px;
}
/*end ldev-card-product*/


/*ldev-list-product*/
.ldev-product-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ldev-product-list .ldev-product-list-image img{display: inline-block;margin-right: 5px}
.ldev-product-list-price .price-old{text-decoration: line-through}

.ldev-product-list-rating.rating .fa-stack{font-size: 5px}
.ldev-product-list-rating.rating .fa-star{font-size: 10px}
.ldev-product-list-rating.rating .fa-star-o{font-size: 11px;}
/*end ldev-list-product*/