/* Entrez le CSS personnalisé de votre thème enfant ici */


/* MODIFI HEADER POUR LE CHECKOUT */
body#checkout #header .header-nav {
    max-height: 50px !important;
    padding: 0 !important;
    border-bottom: 2px solid #f1f1f1 !important;
    box-shadow: none !important;
    margin-bottom: 30px !important;
}



/* desktop */
@media(min-width:1025px){ 
    .header-top #top-menu{margin-top:35px;}
    .header-top #search_widget{margin-top:20px;}
}
/* tablette h. */
@media(min-width:1024px)  AND (max-width:1024px){ 
    .header-top #top-menu{margin-top:10px;}
    .header-top #search_widget{margin-top:5px;}
}
/* desktop v. */
@media(min-width:768px) AND (max-width:1023px){ 
    .header-top #top-menu{margin-top:25px;}
    .header-top #search_widget{margin-top:0px;}
}
/* mobile */
@media(max-width:767px){
    #header .logo {height:30px;}
}

/* BLOC TEXTE PAGE ACCUEIL */
#custom-text {
	text-align: left;
}

#custom-text ul {
	color:#232323;
	font-weight:400;
	font-size:1.1em;
	list-style: inherit!important;
	margin-left: 45px;
}

#liste-panier {
	color:#232323;
	font-weight:400;
	font-size:1rem;
	list-style: inherit!important;
	margin-left: 45px;	
}

#msg-fdp {
	font-size:.875em;
}

.gras23 {
	font-weight: bold !important;
}

#addresses-panier {
	color: #232323 !important;
}
/* MEME ADRESSE FACTURATION
.col-md-9.col-md-offset-3 {
  display: none;
}
*/

.block-category {
  min-height: 0rem !important;
  margin-bottom: 1.563rem;
}

ul.product_list .availability span.out-of-stock {
    background: grey;
    /* display: none; */
}
.ajax_block_product .availability {
    height: 22px;
    display: block;
}

.product-miniature .thumbnail-container { position: relative; }

.ld-badge-mini{
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 9999px;
  background: #d8232a; /* adapte la couleur si besoin */
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  z-index: 2;
}

.product-cover { position: relative; }
.ld-badge-mini{
  position: absolute; top:.5rem; left:.5rem;
  padding:.25rem .6rem; border-radius:9999px;
  font-size:.75rem; font-weight:700;
  background:#222; color:#fff; line-height:1; z-index:3;
}
