/* icons */

.fa-shopping-cart::before,
.fa-heart::before,
.fa-user::before,
.fa-search::before,
#search .input-group::before,
.fa-plus-circle::before,
.fa-times-circle::before {
    font-family: 'simple-line-icons';
    font-weight: normal;
}

.fa-shopping-cart::before {
    content: "\e04e";
}
.fa-heart::before {
    content: "\e08a";
}
.fa-user::before {
    content: "\e005";
}
.fa-search::before,
.fa-plus-circle::before,
#search .input-group::before {
    content: "\e090";
}
.fa-times-circle::before {
    content: "\e082";
}

/* Beschriftung Kopf */

.header-shop-nav .small {
    display: none;
}

/* navigation */

.navbar-default {
    border-bottom: 0;
}

/* footer */

#footer .box-linkgroup .nav > li > a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    border-bottom: 2px solid #000;
    transition: width 0.5s ease;
}