.nvc-contact-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-contact-card-image {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0 24px;
    overflow: hidden;
}

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

.nvc-contact-card-button {
    width: 150px;
    margin-right: 24px;
}

.nvc-contact-card-discount-spinner,
.nvc-contact-card-price-spinner {
    margin: 0 16px;
}

.nvc-contact-card-discount {
    padding: 0 16px;
    border-left: 1px solid #707070;
}

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