/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.text-muted a{
    color: #acaaa6!important;
}


.cart-grid .card {
   margin-bottom:30px!important;
}

a.front {
    color: #FFF;
    text-decoration: none;
}

.voorkant-wit{
font-size: 1.2rem; 
color: #fff; 
font-weight: bold;}

.voorkant-zwart{
font-size: 1.2rem; 
color: #000; 
font-weight: bold;}

.breadcrumb li a {
font-size: 1.8rem;
}

.product-price-and-shipping.has_discount .price{
color:red;
}

.product-flag.on-sale {
background-color:red;
}
