/*
 Theme Name:   Rakar Child  
 Theme URI:    https://wordpress.themeholy.com/rakar
 Description:  This is a child theme for Rakar - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     rakar
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  rakar-child
*/

/*  [ Add your custom css below ] 
- - - - - - - - - - - - - - - - - - - - */
:root {
  --title-color: #0A1F38 !important;
}



/* Style appliqué à toutes les listes <ul><li> */
.list ul li {
    list-style: none; /* supprime les puces par défaut */
    position: relative;
    padding-left: 37px; /* espace pour l’icône */
    margin: 10px 0;
}

.list li {
    list-style: none;            /* supprime les puces par défaut */
    position: relative;
    padding-left: 37px;          /* espace pour l’icône */
    margin: 10px 0;
}

.list li::before {
    content: url('/wp-content/uploads/2025/09/liste.svg');
    position: absolute;
    left: 0;
    top: 50%;                    /* centre verticalement */
    transform: translateY(-50%);
    width: 12px;
    height: auto;
}



.breadcumb-banner {
    background-color: #0A1F38 !important;
   
}


.contact-process-wrap {
    background-color: #0A1F38;
}


.th-social{
 display:none;
}


.checklist li:before {
  content: url("/wp-content/uploads/2025/09/liste.svg") !important;
  position: relative;
  top: 3px; /* ajuste si besoin */
}





.header-logo {
    width: 315px;
}

.shape-mockup .hammer-ani1  {
   display:none;
}

.recent-post .media-img img {
    width: 100%;
    background-color: #fff;}

	
	/* Applique à tous les <img> qui chargent un SVG */
img[src$=".svg"] {
  width: 19px !important;
  height: auto !important;
}

/* Applique aussi aux SVG inline (si tu en as) */
svg {
  width: 19px !important;
  height: auto !important;
}

.service-card .box-icon img {
    display: none !important;
}

.menu-area
 {
    padding: 0 35px !important;}

.main-menu > ul > li {
    margin: 0 14px!important;
}

span.woocommerce-Price-amount.amount {
    display:none;
}

.service-card {
    height: 325px;}

.service-card .box-subtitle {
    margin-top: 25px;
}
.service-grid {
     height: 400px;}

.process-card .box-content {	
    height: 186px;}

.th-product .product-img img {
    width: auto;
    height: 200px;}

.th-product .product-img {
    background-color: #fff!important;
	padding:10px;
	}

.tab-content p {
	margin-top:10px;
}
 .woocommerce.widget, .widget.widget_block {
    background: var(--smoke-color);
}

section.th-product-wrapper.product-details.space-top.space-extra-bottom {
    margin: 0 5%;
}
 .product-big-img .img {
    max-width: 300px;
}

.product-big-img {
    background-color: #fff !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
	padding-top: 25px;
	    padding-bottom: 25px;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.product-thumb-wrap {
    position: static !important;
    margin-top: 15px;
    display: flex;
    justify-content: center;}
	
	
	.product-thumb .tab-btn.active {
    border: 0px solid var(--theme-color)!important;}

.woof_container_inner h4 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 20px;
}

.woof_container_inner h4:after {
  content: ""; /* obligatoire */
  display: block; /* pour occuper l’espace */
  width: 50px;
  height: 3px; /* épaisseur de ta ligne */
  margin-top: 20px;
  background-color: var(--theme-color);
}
.woof_container {
    margin-bottom: 30px!important;}
	
	
.woof_list.woof_list_checkbox li {
    align-items: center;   /* centre verticalement case + texte */
    gap: 6px;              /* espace entre la case et le texte */
}

label {
     margin-bottom: 0!important;
     margin-top: 0!important;}

/* Cibler uniquement les titres produits de la grille */
.th-product.th-product-box .product-content h3.product-title a {
    font-size: 16px;       /* ajuste taille */
 
}
#productTabContent #description ul {
    margin-bottom: 0 !important;
}

a.cart-button.icon-btn.product_type_simple {
    display: none;
}

.product_meta > span > a:after{
    display: none;
}
.woocommerce-product-rating.product-rating {
    display: none;
}

.archive .product-content .product-title { text-align:center; }


.category-intro {
  background: #f9f9f9;
  border-left: 6px solid #2164b7;
  padding: 20px 25px;
  margin: 0 0 30px 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.category-intro p {
  margin: 0;
}



.catalogue-arbo {
  list-style: none;
  margin: 0;
  padding: 0;
}

.catalogue-arbo li {
  margin: 3px 0;
}

.catalogue-arbo a {
  text-decoration: none;
  color: #2164b7;
  font-weight: 500;
  display:inline-block;
  padding:5px;
} 

.catalogue-arbo a:hover {
  background: #f0f0f0;
}
@media (max-width:500px) {
.header-logo { width:70%; }
}

ul.catalogue-arbo li a:hover {
    background: #f0f0f0;
}

ul.catalogue-arbo li.selected>a {
    background: #2164b7;
    color: #fff;
    border-color: #2164b7;
    font-weight: bold;
}

/* 1) Le conteneur prend toute la largeur et devient une grille 2 colonnes (icône | texte) */
.contact-media{
  display: grid !important;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  column-gap: 12px;
  row-gap: 24px;
  align-items: start;
  width: 100% !important;
}

/* 2) Place explicitement chaque enfant par position DOM */
/* enfant 1 = 1er icône  → ligne 1, col 1  */
.contact-media > :nth-child(1){ grid-column: 1; grid-row: 1; }
/* enfant 2 = 1er texte   → ligne 1, col 2  */
.contact-media > :nth-child(2){ grid-column: 2; grid-row: 1; }
/* enfant 3 = 2e icône    → ligne 2, col 1  */
.contact-media > :nth-child(3){ grid-column: 1; grid-row: 2; }
/* enfant 4 = 2e texte    → ligne 2, col 2  */
.contact-media > :nth-child(4){ grid-column: 2; grid-row: 2; }


.footer-widget .widget_title img {
    margin: -6px 8px 0 0!important;
}

.space-top { padding-top:60px; }

/* Single product : masque la courte description (le <p> sous .product-about) */
.single-product .product-about .product-rating + p,
.single-product .product-about > p:first-of-type {
  display: none !important;
}
/* 1) Le conteneur de droite devient un flex wrap */
.single-product .product-about{
  display:flex;
  flex-wrap:wrap;
  column-gap:20px;  /* espace horizontal entre éléments */
  row-gap:12px;     /* espace vertical entre lignes */
  align-items:center;
}

/* 2) Par défaut, chaque enfant prend la ligne complète */
.single-product .product-about > *{
  flex:1 0 100%;
}

/* 3) Sauf ces deux blocs qu'on met côte à côte */
.single-product .product-about > .mt-2.link-inherit,
.single-product .product-about > .product_meta{
  flex:0 0 auto;            /* largeur auto → même rangée */
  display:inline-flex;
  align-items:center;
  gap:8px;
}

/* (Optionnel) style fin sur la métadonnée catégories */
.single-product .product-about .product_meta .posted_in{
  margin:0;
}

/* 4) Si tu veux les repasser l'un sous l'autre en mobile : */
@media (max-width: 575px){
  .single-product .product-about > .mt-2.link-inherit,
  .single-product .product-about > .product_meta{
    flex:1 0 100%;
  }
}


.product_meta {
    margin: 0 0 12px 15px!important;
}

/* Single product: 4/8 instead of 6/6 from lg and up */
@media (min-width: 992px){
  /* colonne image (gauche) */
  .single-product div.product .row.gx-60 > .col-lg-6.position-relative{
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  /* colonne contenu (droite) */
  .single-product div.product .row.gx-60 > .col-lg-6.align-self-center{
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
	  align-self: start !important;
  }
}

/* show the intended (top) meta explicitly */
.single-product .product-about .product_meta {
  display: inline-flex !important;
  gap: 8px;
}

/* hide any product_meta that appears AFTER the tabs area only */
.single-product .woocommerce-tabs ~ .product_meta,
.single-product #productTab ~ .product_meta,
.single-product #productTabContent ~ .product_meta {
  display: none !important;
}

.product-tab-style1 {
     justify-content: left;
}/* --- Bloc "Spécifications rapides" --- */
.sh-quick-specs{
  background:#eef2f6;               /* gris très léger */
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:16px 18px;
  font-size:14px;
  color:#1f2937;
}

/* Badges d'état (État) */
.sh-quick-specs .sh-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:10px;
}
.sh-quick-specs .sh-badge{
  background:#e6eefb;
  color:#0d2b7e;
  font-weight:600;
  border-radius:999px;
  padding:4px 10px;
  line-height:1;
  font-size:12px;
}

/* Grille 3 colonnes (label / valeur) */
.sh-quick-specs .sh-specs-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colonnes */
  column-gap:24px;
  row-gap:8px;
}

.sh-quick-specs .sh-specs-item{
  display:grid;
  grid-template-columns: 120px 1fr; /* libellé / valeur */
  align-items:baseline;
  /*gap:8px;*/
  padding:2px 0;
  border-bottom:1px dashed #e5e7eb;
}
.sh-quick-specs .sh-specs-item:last-child{
  border-bottom:0;
}

.sh-quick-specs .sh-specs-label{
  font-weight:700;
  color:#0b2a4a;
}
.sh-quick-specs .sh-specs-value{
  color:#111827;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* Tablette : 2 colonnes */
@media (max-width: 1024px){
  .sh-quick-specs .sh-specs-list{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile : 1 colonne */
@media (max-width: 767px){
  .sh-quick-specs .sh-specs-list{
    grid-template-columns: 1fr;
  }
  .sh-quick-specs .sh-specs-item{
    grid-template-columns: 120px 1fr;
  }
}

/* Conserver UNIQUEMENT le premier bloc "Catégories/Tags" dans le résumé */
.single-product .product-about .product_meta:nth-of-type(n+2){
  display: none !important;
}


ul#productTab {
    display: none;
	}
	.mt-2.link-inherit {
    display: none !important;
}

.tab-pane h4 {
    margin-top: 25px;
	font-size: 25px;
}