.cursor-pointer {
      cursor: pointer;
}
.cart-item-more .table{
    font-size: 0.8em;
}
.product-image{
    border: 0px solid #e3e3e3;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    max-width: 160px;
}
.product-image-sub{
    max-width: 80px;
}
.price-compare{
    text-decoration: line-through;
    opacity:0.6;
}