span.cart-subtotal,
a.action.showcart.cdz-top-link span.text {
    display: none !important;
}

div#desk_cart-wrapper,
div.account-wrapper {
    margin-left: 30px;
}

ul.header.features-links.items.hidden-xs {
    margin-top: 5px;
}

div.minicart-wrapper a span.counter.qty {
    top: 15px !important;
    left: 18px !important;
}

/*ICONS*/
li.link.wishlist a#top-wishlist:before {
    display: inline-block;
    position: relative;
    content: '';
    background: url('../../images/icons/home/header/icone-lista-de-desejos.svg') no-repeat;
    height: 54px;
    width: 32px;
    float: left;
    left: -8px;
    top: -7px;
}

li.authorization-link div.account-wrapper a.account-trigger:before {
    display: inline-block;
    position: relative;
    content: '';
    background: url('../../images/icons/home/header/icone-minha-conta-acessar.svg') no-repeat;
    height: 60px;
    width: 35px;
    float: left;
    left: -8px;
    top: -10px;
}

.page-header .action.showcart:before {
    display: inline-block;
    content: '' !important;
    background: url('../../images/icons/home/header/icone-sacola.svg') no-repeat !important;
    font-size: 0 !important;
    height: 60px;
    width: 38px;
    float: left;
    left: -8px !important;
    top: -3px !important;
}
