.obfuscator {
    cursor: pointer;
}

#header .kiwikwishlist-nav span.obfuscator {
    position: relative;
    display: block;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

#header .kiwikwishlist-nav span.obfuscator:hover {
    color: #b42d22;
    text-decoration: none;
}

#header .kiwikwishlist-nav span.obfuscator .icon-wishlist {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

#header .kiwikwishlist-nav span.obfuscator .wishlist-text {
    display: block;
}

#header .kiwikwishlist-nav span.obfuscator .wishlist-count {
    display: block;
    background: #b42d22;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 1px #fff;
    color: #fff;
    float: right;
    font-family: arial;
    font-weight: bold;
    margin-left: 0;
    margin-top: 0px;
    min-height: 18px;
    min-width: 18px;
    padding: 0;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 0;
    vertical-align: middle;
    font-size: 9px;
    line-height: 18px;
}

#header .kiwikwishlist-nav span.obfuscator .icon-wishlist:before {
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    background: url(/themes/matelpro/img/design/mp-sprite.svg) no-repeat left -84px top 0;
}

#header .kiwikwishlist-nav span.obfuscator:hover .icon-wishlist {
    -webkit-filter: invert(27%) sepia(57%) saturate(1915%) hue-rotate(339deg) brightness(67%) contrast(100%);
    filter: invert(27%) sepia(57%) saturate(1915%) hue-rotate(339deg) brightness(67%) contrast(100%);
}

#header .block_shopping_cart .shopping_cart > span.obfuscator {
    display: block;
    text-align: center;
}

#header .block_shopping_cart .shopping_cart > span.obfuscator .icon-cart:before {
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    background: url(/themes/matelpro/img/design/mp-sprite.svg) no-repeat left -126px top 0;
}

#header .block_shopping_cart .shopping_cart > span.obfuscator:hover {
    text-decoration: none;
}

.shopping_cart > span.obfuscator:first-child b {
    font-weight: normal;
    display: block;
}

#header .shopping_cart span.obfuscator {
    color: #b42d22;
}

#header .shopping_cart span.obfuscator:hover {
    color: #484848;
}