﻿.card
{
    display: flex;
    min-height: 86px;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    margin-bottom: 15px;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
}

.card > .product {
    margin-right: 15px;
}

.card > .product > img {
    height: 40px;
    width: 40px;
}

.card > .product-actief:after,
.card > .product-bestelling:after,
.card > .product-beeindigd:after {
    width: 17px;
    height: 17px;
}

.card > .content {
}

.card:after {
    font-family: icomoon;
    content: "\e907";
    font-size: 24px;
    font-weight: bold;
    color: #f47929;
    position: absolute;
    right: 30px;
}
