.mega_main_menu.primary ul li .mega_dropdown > li.sub-style > .item_link .link_text, .mega_main_menu.primary ul li .mega_dropdown > li.sub-style > ul.mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li .mega_dropdown > li, .mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text, .info-open, .info-phone, .ftc-sb-account .ftc_login > a, .ftc-sb-account, .ftc-my-wishlist *, .dropdown-button span > span, body p, .wishlist-empty, div.product .social-sharing li a, .ftc-search form, .ftc-shop-cart, .conditions-box, .item-description .product_title, .item-description .price, .testimonial-content .info, .testimonial-content .byline, .widget-container ul.product-categories ul.children li a, .widget-container:not(.ftc-product-categories-widget):not(.widget_product_categories):not(.ftc-items-widget) :not(.widget-title), .ftc-products-category ul.tabs li span.title, .woocommerce-pagination, .woocommerce-result-count, .woocommerce .products.list .product h3.product-name > a, .woocommerce-page .products.list .product h3.product-name > a, .woocommerce .products.list .product .price .amount, .woocommerce-page .products.list .product .price .amount, .products.list .short-description.list, div.product .single_variation_wrap .amount, div.product div[itemprop="offers"] .price .amount, .orderby-title, .blogs .post-info, .blog .entry-info .entry-summary .short-content, .single-post .entry-info .entry-summary .short-content, .single-post article .post-info .info-category, .single-post article .post-info .info-category, #comments .comments-title, #comments .comment-metadata a, .post-navigation .nav-previous, .post-navigation .nav-next, .woocommerce div.product .product_title, .woocommerce-review-link, .ftc_feature_info, .woocommerce div.product p.stock, .woocommerce div.product .summary div[itemprop="description"], .woocommerce div.product p.price, .woocommerce div.product .woocommerce-tabs .panel, .woocommerce div.product form.cart .group_table td.label, .woocommerce div.product form.cart .group_table td.price, footer, footer a, .blogs article .image-eff:before, .blogs article a.gallery .owl-item:after, .featured_products_block3 .ftc-shortcode .header-title .bg-heading span, .featured_products_block3 h3.product_title.product-name a, .main_content_b2 h4, .featured-home3 h2.widgettitle, .featured-home3 h3.product_title.product-name a, .featured-home3 .item-description .price span.amount, .blog-home3 .ftc-shortcode .header-title .bg-heading span, .blog-home3 .blogs article h3.product_title a, .testimonial-home3 .wpb_text_column .title.title_font, .testimonial-home3 .ftc-sb-testimonial .active.center .testimonial-content h4.name a, .footer-top .email_ft p.text-newsletter, .footer-center .links_ft ul li a, .category-home6 span.bg-heading span, .featured_products_block6 span.bg-heading, .featured-home3 h3.product_title span.bg-heading, .blog-home6 h3.product_title span.bg-heading, .off-canvas-cart-title .title, .off-can-vas-inner span.woocommerce-Price-amount.amount, .category-home6 .item-description span.count-product-category, .footer-mobile > div > a, .ftc-footer .copy-com, .ftc-footer .copy-com a, .ftc-instagram-widget .widgettitle, .ct-h13 .title-ct-h13 p, .title-blog-h13 p
Specificity: (0,2,0)
 {
    font-family: ronnia-light !important;
}
.woocommerce-result-count{
	display:none !important;
}
/*
Theme Name: Crona Child
Theme URI: https://crona.themeftc.com/
Author: ThemeFTC
Author URI: https://themeforest.net/user/themeftc
Description: Child theme for Crona theme
Version: 2.2.3
Template: crona
Text Domain: crona
*/

/*.ftc-breadcrumb-title .ftc-breadcrumbs-content a, .ftc-breadcrumb-title .ftc-breadcrumbs-content span {
    color: #fff;
    font-size: 15px;
}*/
.ftc-breadcrumbs-content{
	color: #fff;
    font-size: 15px;
}
p{
	color:black !important;
	
}
a{
	color:black !important;
}
.tit
bdi{
	color:#4e4c24 !important;
}
/* Version simplifiée - Juste le nécessaire */
.ftc-breadcrumb-title {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    padding-left: calc(50vw - 50%) !important;
    padding-right: calc(50vw - 50%) !important;
    background: #f8f9fa;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ftc-breadcrumb-title h1 {
    font-size: 28px !important;
    font-weight: bold !important;
    color: white !important;
	margin-bottom:10px;
}
/* === PRÉSERVER LES IMAGES === */
.ftc-breadcrumb-title img,
.breadcrumb-fullwidth-container img,
.page-header img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

/* Si l'image était en background */
.ftc-breadcrumb-title {
    background-image: inherit !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.print{
	display:none;
}
.email{
	display:none;
}
a.ftc-size_chart{
	display:none;
}
/* Cacher le texte d'origine et injecter un libellé FR */
.group-button-read a {
  position: relative;
  display: inline-block;
  text-indent: -9999px;  /* masque le texte "Read more"/"Read less" */
  overflow: hidden;      /* évite le débordement */
}

/* Injecte "Voir plus" pour #readmore_des */
#readmore_des::before {
  content: "Voir plus";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0;        /* ré-affiche le texte injecté */
  color: inherit;
  font: inherit;
	
	
}

/* Injecte "Voir moins" pour #readless_des */
#readless_des::before {
  content: "Voir moins";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0;
  color: inherit;
  font: inherit;
	
}

/* Si vous avez une icône à droite dans le lien, on la repositionne proprement (optionnel) */
.group-button-read a i,
.group-button-read a svg {
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 0;
}

.blog-h17 .blogs-slider.style_1 .post-text .ftc-readmore:hover {
    color: #ffffff;
    border-color: #000000;
    background-color: white !important;
}






/

.woocommerce-review-link,.LinkButton-inner{
	display:none;
}
.twitter{
	display:none;
}


/* SVG interne: taille + reset pour éviter tout décalage précédent */
.header-layout13 .nav-right-h13 .dropdown-button a.account-link svg {
  width: 20.5px !important;
  height: 24px !important;
  display: relative !important;  
  margin: 50px 0 !important;
  position: static !important;
  transform: none !important;
  vertical-align: middle;
  stroke: currentColor !important;
}

.header-layout13.header-sticky-mobile .nav-right-h13 .svg
Specificity: (0,4,0)
 {
    margin-top:50px;
}
.header-layout13.header-sticky-mobile .logo-wrapper .logo{
	padding-top: 1px !important;
}
.header-ftc .is-sticky .header-sticky {
    align-items: anchor-center !important;
}
.author-single{
	display:none;
}
.trp-bottom-right{
	display:none !important;
}
.ct-h17 .item-desciption{
	background: #4E4C24 !important;
}
.ct-h17 .ftc-product-categories .title{
	color:white !important;
}
.ct-h17 .ftc-product-categories .product-count{
	color:white !important;
}

.ftc-breadcrumbs-category .ftc-product-categories-list ul li a{
	display:none;
}
p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward{
    color: #fff !important;
}
p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward:hover {
    background-color: transparent !important;
    border-color: #000000 !important;
    color: #000000 !important;
}
 .woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields h3 {
    
    font-weight: 700 !important;
}
.woocommerce td.product-name dl.variation dt{
	display:none !important;
}
.woocommerce .checkout.woocommerce-checkout #order_review_heading, .woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields h3
Specificity: (0,4,1)
 {
     font-weight: 700 !important;
}
.cn-buttons-container, .cn-text-container {
    display: inline-flex !important;
}
.elementor-button-text{
	color:white !important;
}
.blog-h17 .blogs-slider.style_1 .post-text .ftc-readmore {
	background-color:#4E4C24 !important;
	color:white !important;}

a.button.wc-backward{
    background: #4E4C24 !important;
    border-radius: 0;
    color: #fff !important;
}
 .elementor-4488 .elementor-element.elementor-element-1cb290b .nav-next{color:#fff !important;background-color: #4E4C24 !important;width: 35px !important;height: 35px !important;border-radius: 20px !important;}
 .elementor-4488 .elementor-element.elementor-element-1cb290b .nav-prev{color:#fff !important;background-color: #4E4C24 !important;width: 35px !important;height: 35px !important;border-radius: 20px !important;}


li.menu-item-9959 a,
li#menu-item-9959 a {
    color: #4e4c24 !important;
    font-size: 15px !important;
    font-weight: bold !important;
 
	
}

.header-layout13 .nav-right-h13 .dropdown-button a.account-link svg
{
	display:none !important;
}
