.shop-product-wrap.grid-view .product-item {
    display: block;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(219,219,219,0.50);
    -moz-box-shadow: 0px 0px 1px 1px rgba(219,219,219,0.50);
    box-shadow: 0px 0px 1px 1px rgba(219,219,219,0.50);
}
.product-caption {
    padding-top: 17px;
    background: #f9f9f9;
    padding: 10px 0px 10px 0px;
}
.price-regular {
    font-weight: 600;
    font-size: 18px;
}
.price-box {
    /* border: 1px solid #fff; */
    display: inline-block;
    padding: 7px 8px;
    /* background: #f0f0f0; */
    border-radius: 3px;
}
.card-body  ul li {
	list-style: disc;
	padding-left: 3px;
	margin-left: 10px;
}
