/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 09.11.2018, 20:44:50
    Author     : Nick Denry
*/

.c-cart__empty-link {
    font-size: 20px;
}

.c-cart__empty {
    font-size: 10vw;
    margin: 60px 0px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .c-cart__empty {
        font-size: 20vw;
        margin: 40px 0px;
    }
}