/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.blockreassurance_product .col-1 {
    height: 50px;
    display: inline-block !important;
    vertical-align: top !important;
    width: 10% !important;
}
.blockreassurance_product .col-11 {
    font-size: 18px !important;
    font-weight: 500 !important;
    display: inline-block !important;
    vertical-align: top !important;
    width: 40% !important;
}
.cbp-hrmenu .cbp-submenu-aindicator {
    display: none;
    
}
.blockreassurance_product {
   margin-top: 40px;
}
.product-images .thumb-container {
    display: none;
    
}
.product-title{
    font-size: 16px !important;
    font-weight: 700 !important;
}
.products-grid .product-miniature .product-description-short {
    color: #000 !important;
    font-size: 16px !important; 
    font-weight: 700 !important;
}
.elementor-brands img {
   
}
.rte-content {
    margin-bottom: 1rem;
    color: #000;
     font-size: 20px;
}
.table-product-discounts {
  border-collapse: collapse;
  width: 100%;
  font-family: Arial, sans-serif;
  border-radius: 8px;
  overflow: hidden;
}

/* HEADER */
.table-product-discounts thead {
  background: linear-gradient(90deg, #0f5132, #198754);
  color: #fafafa;
}

.table-product-discounts thead th {
  padding: 14px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  
}


.table-product-discounts tbody tr:nth-child(even) {
  background-color: #fafafa;
}



/* CELLULES */
.table-product-discounts td {
  padding: 12px;
  text-align: center;
  font-size: 14px;
}

/* COLONNE % (mise en valeur) */
.table-product-discounts td:last-child {
  font-weight: bold;
  color: #198754;
}

/* COLONNE PRIX */
.table-product-discounts td:nth-child(2) {
  font-weight: 600;
}

/* COLONNE ECONOMIE */
.table-product-discounts td:nth-child(3) {
  color: #dc3545;
  font-weight: bold;
}


/* ARRONDI */
.table-product-discounts {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.tax-shipping-delivery-label .delivery-information{
    font-size: 18px;
    font-weight: bold;
    color: #058514;
    margin-top: 10px;
    padding: 1rem 1.5rem;
    border: 1px dashed #dddddd;
    
  
}
.col-product-image{
  margin-top: -15rem;
}
.product-cover img {
    height: 600px !important;
    
}
#product .product-cover .expander {
    display: none;
} 
.products-grid .product-miniature-layout-1 .product-description {
    margin-right: 10px;
    background: #fafafa;
    padding: 1.714286rem !important;
}  
.container, .elementor-section.elementor-section-boxed > .elementor-container {
    
}
.brand-item-vertical{
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  margin-bottom: 25px;
  text-align: center;
}

.brand-logo img{
  width: 160px;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.brand-name{
  font-weight: 600;
  font-size: 16px;
}

.brand-count{
  font-size: 13px;
  color: #777;
}
.title_block{
  display: none !important;
}
#header .header-nav {
    
    padding-top: 0.571429rem !important;
    padding-bottom: 0.571429rem !important;
    font-size: 1rem !important;
}
.btn-secondary {
    background: #000 !important;
    color: white !important;
}
.specific-references{
    display: none !important;
}
.product-price {
  font-weight: 900 !important;
  font-size: 20px !important;
}
.col-product-info{
  text-align: unset !important;
}
.product-add-to-cart .row.product-quantity {
     justify-content: unset !important; 
}
.col-header-right #user_info{
  display:none !important;
}
/* Conteneur principal */
.right-nav {
    display: flex !important;
    flex-direction: row;
    align-items: center;      /* Centre verticalement */
    justify-content: flex-end; /* Aligne à droite */
    flex-wrap: nowrap;        /* Interdit le retour à la ligne */
}

/* Espacement entre les blocs (Mon compte, Langue, Devise) */
#user_info, 
#language_selector, 
#currency_selector {
    display: inline-flex !important;
    margin-left: 15px; /* Espace entre les éléments */
}
.swiper-button-prev{
    display: none;
}
.swiper-button-next {
    display: none;
}
/*#delivery_message {
  height: 15px !important;
  width: 260px !important;

}*/