.nvc-product-card {
    margin: 16px 4px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),
        0 1px 1px 0 rgba(0,0,0,.14),
        0 2px 1px -1px rgba(0,0,0,.12);
}
.nvc-product-card:first-child {
    margin-top: 4px;
}
.nvc-product-card:last-child {
    margin-bottom: 4px;
}

.nvc-product-card-action-icon {
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    padding: 8px;
    background: #f00;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.nvc-product-card-image {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0 24px;
    overflow: hidden;
}

.nvc-product-batch-icon {
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    padding: 6px;
    margin: 0;
    background: #fff;
    color: #bdbdbd;
    border: 2px solid currentColor;
    border-radius: 50%;
    cursor: pointer;
}
.nvc-product-batch-icon.nvc-active {
    border-color: #299f26;
    background: #299f26;
    color: #fff;
}

.nvc-product-card-details {
    padding: 0 16px;
    /*border-left: 1px solid #707070;*/
}

.nvc-product-card-quantity-spinner {
    width: 100px;
    margin: 0 24px;
}

.nvc-product-card-discount-spinner,
.nvc-product-card-price-spinner {
    margin: 0 16px;
}
.nvc-product-card-discount-spinner {
    width: 100px;
}
.nvc-product-card-discount {
    padding: 0 0 0 16px;
    border-left: 1px solid #707070;
}

.product-card-add-batch-row > * + * {
    margin-left: 16px;
}

.nvc-product-add-batch-icon,
.nvc-product-scan-icon {
    width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 50%;
    background: #299f26;
    color: #fff;
    cursor: pointer;
}

.nvc-product-card-ruler {
    height: 1px;
    background: #bdbdbd;
}
