/* ======================================================
   SVG ICONS – Woochi Child Theme
   Remplacement définitif de Font Awesome
====================================================== */


/* Neutralisation définitive Font Awesome */
@font-face {
    font-family: 'FontAwesome';<a class="scroll-button" href="javascript:void(0)" title="Back to Top">Back to Top</a>
    src: none !important;
}


.fa,
[class^="fa-"],
[class*=" fa-"] {
  font-family: initial !important;
}

/* ---------- Alignement global ---------- */
.ftc-sb-account a:before,
.ftc-account a:before,
.ftc-my-wishlist a:before,
.ftc-sb-checkout a:before {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

/* ---------- PATTERN SVG STANDARD ---------- */
.svg-icon {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	font-family: initial !important;
}

/* ---------- HEADER / COMPTE ---------- */
.ftc-sb-account .ftc_login a.my-account:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 14px;
    height: 14px;
    margin: 0 8px 0 5px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/user.svg');
}

.ftc-account .ftc_login a.login:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 14px;
    height: 14px;
    margin: 0 8px 0 5px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/lock.svg');
}

.ftc-sb-account .ftc_login a.log-out:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 14px;
    height: 14px;
    margin: 0 8px 0 5px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/logout.svg');
}

.ftc-account .ftc_login a.ftc_sign_up:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 14px;
    height: 14px;
    margin: 0 8px 0 5px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/sign-up.svg');
}

/* Suppression bullets Font Awesome du Mega Menu */
.mega_main_menu .link_content:before,
.mega_main_menu .link_content:after {
    content: none !important;
    display: none !important;
}

.ftc-cart-tini i.fa-shopping-cart {
    display: none !important;
}
.ftc-cart-tini:before {
    content: "";
    display: inline-block;

    width: 36px;
    height: 36px;
	position: relative;
    top: 22px;     /* 🔽 descend l’icône (ajuste 2–5px si besoin) */
    left: 4px;    /* ➡️ décale à droite (ajuste 2–6px) */

	-webkit-mask: url('/wp-content/themes/woochi_child/assets/icons/cart-circle.svg') 
                      no-repeat center / contain;
        mask: url('/wp-content/themes/woochi_child/assets/icons/cart-circle.svg') 
              no-repeat center / contain;

        background-color: #668d8b;
}


/* ---------- CHECKOUT ---------- */
.ftc-sb-checkout a.checkout:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 14px;
    height: 14px;
    margin: 0 6px 0 5px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/checkout.svg');
}

/* ---------- WISHLIST ---------- */
.ftc-my-wishlist a:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 14px;
    height: 14px;
    margin-right: 8px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/heart.svg');
}

/* ---------- PRODUITS ---------- */
.item-image .group-button-product .add-to-cart.add_to_cart_button .button:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
	
        -webkit-mask: url('/wp-content/themes/woochi_child/assets/icons/cart.svg') 
                      no-repeat center / contain;
        mask: url('/wp-content/themes/woochi_child/assets/icons/cart.svg') 
              no-repeat center / contain;

        background-color: white;
}

.group-button-product a.compare.added:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 16px;
    height: 16px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/compare.svg');
}

/* ---------- TOGGLES ---------- */
.vc_toggle_title h4:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 16px;
    height: 16px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/plus.svg');
}

.vc_toggle_active .vc_toggle_title h4:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 16px;
    height: 16px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/minus.svg');
}

/* ---------- NAV PRODUIT ---------- */
.detail-nav-summary>a[rel="next"]:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 16px;
    height: 16px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/arrow-right.svg');
}

.detail-nav-summary>a[rel="prev"]:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 16px;
    height: 16px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/arrow-left.svg');
}

/* ---------- SELECT WOOCOMMERCE ---------- */
.woocommerce .woocommerce-ordering .orderby>li:after {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 14px;
    height: 14px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/chevron-down.svg');
}

/* ---------- REMOVE ---------- */
body table.compare-list tr.remove td>a .remove:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 16px;
    height: 16px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/remove.svg');
}

/* ---------- FOOTER ---------- */
footer#colophon .ftc-footer .widget-title:after {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	position: absolute;
    width: 8px;
    height: 8px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    
	-webkit-mask: url('/wp-content/themes/woochi_child/assets/icons/bullet.svg') 
                      no-repeat center / contain;
        mask: url('/wp-content/themes/woochi_child/assets/icons/bullet.svg') 
              no-repeat center / contain;

        background-color: #a1947f;	
}

/* ---------- OWL CAROUSEL ---------- */
.owl-nav>div.owl-prev:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 14px;
    height: 14px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/arrow-left.svg');
}

.owl-nav>div.owl-next:before {
    content: "" !important;
    font-family: initial !important;
    display: inline-block;
	width: 14px;
    height: 14px;
    background-image: url('/wp-content/themes/woochi_child/assets/icons/arrow-right.svg');
}


/* === SOCIAL ICONS SVG === */

/* 🔥 Éteint définitivement les glyphes FA */
.fa-facebook:before,
.fa-facebook-f:before,
.fa-twitter:before,
.fa-pinterest:before {
    content: "" !important;
    font-family: initial !important;
    display: none !important;
}


.fa-facebook,
.fa-twitter,
.fa-pinterest {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #b0b0b0; /* 👈 LA couleur */
  
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* mapping SVG */
.fa-facebook {
  -webkit-mask-image: url('/wp-content/themes/woochi_child/assets/icons/facebook.svg');
  mask-image: url('/wp-content/themes/woochi_child/assets/icons/facebook.svg');
}

.fa-twitter {
  -webkit-mask-image: url('/wp-content/themes/woochi_child/assets/icons/twitter.svg');
  mask-image: url('/wp-content/themes/woochi_child/assets/icons/twitter.svg');
}

.fa-pinterest {
  -webkit-mask-image: url('/wp-content/themes/woochi_child/assets/icons/pinterest.svg');
  mask-image: url('/wp-content/themes/woochi_child/assets/icons/pinterest.svg');
}

.fa-bars:before {
    content: "" !important;
}

.fa-bars {
    display: inline-block;
    width: 30px;
    height: 30px;
background: url('/wp-content/themes/woochi_child/assets/icons/menu.svg')
        no-repeat center / contain;
}

.fa-home {
    width: 18px;
    height: 18px;
	margin-left: 12px;
    display: inline-block;
    background: url('/wp-content/themes/woochi_child/assets/icons/home.svg')
        no-repeat center / contain;
}
.fa-home:before { content: "" !important; }


.fa-shopping-bag {
    width: 18px;
    height: 18px;
	margin-left: 20px;
    display: inline-block;
    background: url('/wp-content/themes/woochi_child/assets/icons/shopping-bag.svg')
        no-repeat center / contain;
}
.fa-shopping-bag:before { content: "" !important; }


.fa-user {
    width: 18px;
    height: 18px;
	margin-left: 20px;
    display: inline-block;
    background: url('/wp-content/themes/woochi_child/assets/icons/user.svg')
        no-repeat center / contain;
}
.fa-user:before { content: "" !important; }



/* Neutralisation FA */
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page nav.woocommerce-pagination ul li a.next:before,
.ftc-pagination ul li a.next:before {
    content: "" !important;
    font-family: initial !important;
}

/* Flèche Pagination */
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page nav.woocommerce-pagination ul li a.next:before,
.ftc-pagination ul li a.next:before {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);

    width: 14px;
    height: 14px;

    background: url('/wp-content/themes/woochi_child/assets/icons/arrow-right.svg')
        no-repeat center / contain;
}


.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:before,
.ftc-pagination ul li a.prev:before {
    content: "" !important;
    font-family: initial !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:before,
.ftc-pagination ul li a.prev:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);

    width: 14px;
    height: 14px;

    background: url('/wp-content/themes/woochi_child/assets/icons/arrow-left.svg')
        no-repeat center / contain;
}


/* Neutralisation FA */
#to-top a:before {
    content: "" !important;
    font-family: initial !important;
}

/* Flèche SVG Back to Top */
#to-top a:before {
    content: "";
    display: inline-block;

    width: 18px;
    height: 18px;

	-webkit-mask: url('/wp-content/themes/woochi_child/assets/icons/arrow-up.svg') 
                      no-repeat center / contain;
        mask: url('/wp-content/themes/woochi_child/assets/icons/arrow-up.svg') 
              no-repeat center / contain;
    background-color: #fff;	
    vertical-align: middle;
}

