.wc_cart {
	padding-top: 5px !important;
	line-height: 1 !important;
}
.cart-contents {
	padding: 0 !important;
	background-color: transparent !important;
	display: inline !important;
	box-shadow: none !important;
	top: 5px;
}

.cart-contents:before {
    content: "";
	display: none;

}
.cart-contents i {
	margin-right: 5px;
}

.cart-contents:hover {
    text-decoration: none;
}
#menu-langues .wc_cart, #main-navigation .wc_cart {
	display: none !important;
}