

@media screen and (min-width:1025px) {
      /*WECARE*/
      #headerAB > div.header__wrapper > nav > div > div > ul > li:nth-child(8) > a{
        padding-left: 1.5em;

    }
    #headerAB > div.header__wrapper > nav > div > div > ul > li:nth-child(8) > a > span{
        visibility: hidden;
    }
    #headerAB > div.header__wrapper > nav > div > div > ul > li:nth-child(8) > a:before {
        content: '';
        background: url('../../MEDIA/images/headers/we-care-black.svg') no-repeat center;
        background-size: contain;
        width: 74%;
        height: 21px;
        display: block;
        z-index: 20;
        position: absolute;
        top: 34%;
        left: 0;
    }

	.header__icon.-store{
	 display : none;
	}
 


}

