

/* MENU SOLDE RED */ 
#nav-menu-item-251301 a:not(.sub-menu-link){
	color: #B2412A !important;
}

#nav-menu-item-225907 ul {
	min-width: 320px;
}

.product_meta  .posted_in {
	display: none;
}

.woocommerce-form__label-for-checkbox {
	display: flex !important;
	align-items:  end !important;
}

.display-flex-perso  {
	width: 100% !important;
}
.display-flex-perso a {
	font-size: 13px !important; 
}

div#header {
	margin: 0 !important;
}

.trustpilot-widget-container {
	width: 250px;
	margin: 5px 0 10px 0;

}

.ppcp-messages , .item-product-meta-info {
	margin-left: 22px !important;
}



.woocommerce table.cart td.product-name {
    padding-left: 10px;
}


.woocommerce table.cart td.product-price{
  display: none;
}
.woocommerce table.cart .woocommerce-Price-amount {
	padding: 5px;
}

.checkout-secure-text {
	text-align: center;
}

.woocommerce-cart-form__cart-item > .product-quantity {
	padding-right: 5px !important;
}

.woocommerce-cart-form__cart-item > .product-subtotal {
	width: 100px; 
}
/*.shipping-calculator-button {display: none !important}*/

/* Style du (i) */
.info-icon {
  position: relative;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

/* Style de l'infobulle */
.info-icon .tooltip-text {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 13px;
  white-space: nowrap;

  position: absolute;
  bottom: 130%; /* Position au-dessus */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;

  /* Petite flèche */
  &::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
  }
}

/* Affichage de l'infobulle au survol */
.info-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

tr.woocommerce-shipping-totals.shipping * {
  font-family: 'Gravure Condensed' !important;
}



.ppcp-messages{
	margin-bottom: 10px  !important; 
}

#shipping_method > label, .woocommerce-shipping-destination {
	font-weight: normal !important;
	font-size: 14px !important;
	font-family: "Open Sans", sans-serif;
} 
label.shipping-free_shipping2 {
	background-color: #677A59; 
	color: #FFF !important; 
}

.shipping-international {
	font-size: 12px !important;
	/*background-color: #677A59; */
}


div#tab-description *:not(h2) {
  all: revert;
}







.serie-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.thumb-box {
  width: 80px;
  text-align: center;
  font-size: 12px;
  transition: transform 0.3s;
}

.thumb-box.active {
  background: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 113, 161, 0.25);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.thumb-link img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 2px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.thumb-box:hover .thumb-link img {
  transform: scale(1.05);
}

.thumb-info {
  margin-top: 5px;
}

.thumb-sku {
  font-weight: bold;
  color: #555;
}

.thumb-title {
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#product-content {
  transition: opacity 0.3s ease-in-out;
}