/*** IMAGE FIRST PAGE ***/
.bhfb-desktop{
	z-index:99 !important;
}
#metaslider_1270{
	width:100vw !important;
	position: fixed;
	left: 0;
	top: 0;
}
.page-id-2 .bhfb-footer .bhfb-row-wrapper{
	display:none;
}

#metaslider_1270 img{
	width:100vw !important;
	height:100vh !important;
}

.slide-1271{
	object-position:left;
}
.slide-1272{
	object-position:left;
}
.slide-1273{
	object-position:right;
}
.slide-1274{
	object-position:left;
}
.slide-3883{
	object-position:left;
}
.slide-3884{
	object-position:left;
}
.slide-3885{
	object-position:left;
}
.slide-3886{
	object-position:right;
}


.bhfb.bhfb-header .custom-logo-link img, .bhfb-mobile_offcanvas .custom-logo-link img{
	width:400px !important;
}

/* PAGE LOGIN*/
/* PAGE LOGIN*/

/* Styles spécifiques à la page de connexion */
body.page-id-839 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    background-color: #f7f7f7; /* Couleur de fond douce */
    font-family: Arial, sans-serif;
}

/* Conteneur principal */
body.page-id-839 .container.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* Formulaire centré */
body.page-id-839 .tml {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		margin:auto;
}

/* Logo */
body.page-id-839 .wp-block-site-logo img {
    display: block;
    margin: 0 auto 20px;
    width: 400px;
		max-width:none;
    height: auto;
}

/* Texte de bienvenue */
body.page-id-839 p.has-text-align-center {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #333;
}

/* Champs de formulaire */
body.page-id-839 .tml-field-wrap {
    margin-bottom: 15px;
}

body.page-id-839 .tml-label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #555;
}

body.page-id-839 .tml-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 1rem;
    color: #333;
}

body.page-id-839 .tml-field:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 3px rgba(0, 115, 170, 0.5);
}

/* Bouton de connexion */
body.page-id-839 .tml-button {
    width: 100%;
    padding: 10px;
    background-color: #0073aa;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}

/* Lien "Mot de passe oublié" */
body.page-id-839 .tml-links {
    margin-top: 15px;
    text-align: center;
}

body.page-id-839 .tml-links a {
    color: #0073aa;
    text-decoration: none;
    font-size: 0.9rem;
}

body.page-id-839 .tml-links a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    body.page-id-839 .tml {
        padding: 15px;
    }

    body.page-id-839 .wp-block-site-logo img {
        max-width: 120px;
    }

    body.page-id-839 p.has-text-align-center {
        font-size: 0.9rem;
    }

    body.page-id-839 .tml-button {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    body.page-id-839 p.has-text-align-center {
        font-size: 0.8rem;
    }

    body.page-id-839 .tml-field {
        font-size: 0.9rem;
    }

    body.page-id-839 .tml-button {
        font-size: 0.8rem;
    }
}


/* ICON ADD CART */
.add_to_cart_button i{
	display:none !important;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}

.add_to_cart_button::after {
    content: '+';
    display: flex;
    align-items: center; 
    justify-content: center; 
    width: 24px; 
    height: 24px;
    border: 0.5px solid #000;
    background-color: #F1F1F1;
    border-radius: 50%;
    position: absolute;
    color: #000;
		text-indent:0px;
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*** WHTASSAPP CHAT ***/
.launcher-icon.launcher-default-open-icon.launcher-default-open-animated svg path{
	fill:#000;
}
.chatway-launcher{
	background:#FFF !important;
	box-shadow: 0 1.93465px 7.73859px rgb(0 0 0 / 15%) !important;
}
#chatway_widget_trigger{
	width:45px !important;
	height:45px !important;
}
.chatway--frame-container{
bottom:100px !important;
z-index: 999999999999 !important;
}

/*** WHTASSAPP CHAT FIN ***/
.on-hover-text{
	display:none !important;
}

/* PAGE ACCUEIL*/
body.page-id-2.has-bhfb-builder.sticky-header-active:not(.header-transparent){
	padding:0;
}
/* Positionner le header au-dessus du contenu */
.page-id-2 header.bhfb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.page-id-2 .entry-content img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover; /* S'assurer que l'image remplit l'écran sans déformation */
}
.page-id-2 .content-wrapper{
	margin-top:0;
}

#page button.search-submit {
	display:none;
}
#page #woocommerce-product-search-field-search-form-1 {
	text-align:right;
	height:35px;
	border:1px;
	border-style:solid;
	border-color:#000;
}
.bhfb-main_header_row{
	border:none;
}
.bhfb-below_header_row{
	border-bottom-width:0;
}
#page figure.wp-block-image.alignfull.size-full{
	padding:0;
	margin-top:0;
	margin-bottom:0;
}

.site-branding img {
	margin-left:4vw;
}

.bhfb-row-wrapper.bhfb-below_header_row.bhfb-sticky-header .container-fluid{
	padding-left:7vw !important;
}

.bhfb.bhfb-header .custom-logo-link img, .bhfb-mobile_offcanvas .custom-logo-link img{
	max-width:none;
	width:200px;
}
body.page-id-839 header {
    display: none !important;
}
body.page-id-839 footer {
    display: none !important;
}
.tml-field-wrap.tml-submit-wrap button{
  background:none;	
	border:solid 0.5px #000;
	text-transform: uppercase;
}

.tml.tml-login .tml-links{
	display:none;
}
/* MENU HOVER */
.menu-first-container ul li a:hover{
	text-decoration:underline;
}
/* CART MINI */
.xoo-wsc-basket{
	background-color: transparent;
	color: transparent;
	box-shadow: none;
	margin:0 !important;
	width:0 !important;
	height:0 !important;
}
.xoo-wsc-sml-qty{
	display:none;
}
.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue{
	display:none;
}
.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout{
	display:none;
}
.xoo-wsc-footer-txt{
	display:none;
}
/* PROFIL */
.woocommerce-MyAccount-navigation {display:none;}
.woocommerce-MyAccount-content {display:non;}

.woocommerce-account #customer_login{	
	display:block !important;
}
#customer_login .u-column2.col-2{
	display:none;
}
#customer_login .u-column1.col-1{
	max-width:100%;
}

/* CATEGORIES */
.archive.tax-product_cat .container.content-wrapper{
	padding:0;
}
/* PRODUIT AFFICHAGE */
ul.products.columns-6{
	grid-template-columns: repeat(4, minmax(100px, 1fr)) !important;
}
@media (max-width: 600px){
ul.products.columns-6 {
    grid-template-columns: repeat(2, minmax(100px, 1fr)) !important;
}
}
/* FIN PRODUIT AFFICHAGE */
/* AFFICHAGE PAGE */

.woocommerce-pagination li .page-numbers{
	line-height: 40px !important;
	padding-left: 2.5px !important;		text-align: left !important;
	border-radius:0;
	margin-bottom: -5px;
}

/* CHOIX COULEUR */
.btsf-filter-wrapper{
	display:none;
}
/**/
.botiga-accordion-toggle{
	font-weight:100;
	font-size:1em;
	border:solid 0.5px #000;
	padding:5px;
}
.botiga-accordion-toggle:after{
	display:one;
}
#preset-rcgep-filter-1{
	display:flex;
}

/* COULEUR ACTIF*/
.botiga-accordion{
	display:flex;
	flex-direction:column;
}
.btsf-filter-type-color-swatch .btsf-terms-text-link{
	border-radius:0 !important;
}
.btsf-terms-color-swatch a{	
	margin:0 !important;
}
.botiga-accordion-toggle+.botiga-accordion-body{
	padding:10px;
}

/* COULEUR SELECT */
.botiga_widget_product_swatch_active_filter.horizontal-style ul li{
	border-radius:0;
}
.botiga-clear{
	font-size:1em;
	text-align:center;
	padding-right:10px;
}
/*MAIN*/
.site-main.no-sidebar.product-category-item-layout1.product-grid li img{
	aspect-ratio:12/16;
	object-fit:cover !important;
}
.woocommerce-sorting-wrapper{
	display:none;
}
.site-main.no-sidebar.product-category-item-layout1.product-grid .price{
	display:none;
}
#page .woocommerce-page-header.woocommerce-page-header-style1.woocommerce-page-header-alignment-center{
	display:none;
}
.woocommerce-result-count{
	display:none;
}
.woocommerce-sorting-wrapper{
	margin-bottom:0;
}
.ul.wc-block-grid__products, ul.products{
	gap:0;
}

.site-main.no-sidebar.product-category-item-layout1.product-grid li{
	border:solid 0.5px #000;
	text-align:left !important;
	text-indent:10px;
}
.site-main.no-sidebar.product-category-item-layout1.product-grid li img{
	border-bottom:solid 0.5px #000;
	object-fit:fill;
	width:100%;
}

.woocommerce-loop-product__title{
	opacity:0.8;
	display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
	margin:0 !important;
	overflow: hidden !important;
	width: -webkit-fill-available;
}
.botiga-wc-loop-product__title{
	font-size:10px !important;
}

.price{
	font-weight:100;
	font-size:10px;
}
.woocommerce-page-header+.content-wrapper{
	max-width:100%;
}
.site-main.no-sidebar.product-category-item-layout1.product-grid{
	padding:0 !important;
}
.loop-image-wrap.botiga-add-to-cart-button-layout3 .loop-button-wrap.button-layout3.button-width-auto{
	display:none;
}

a.button, .button, .checkout-button, .wp-block-button__link, .wc-block-components-button, ul.products li.product .button, .wpforms-submit, input[type=button], input[type=reset], input[type=submit]{
	padding:5px !important;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart .ws-svg-icon{
	display:-webkit-flex;
}
/* PAGE PRODUIT */
.row{
	margin-left:0px;
	margin-right:0px;

}
.woocommerce-product-gallery__image.flex-active-slide{
	height:50vw;
}
.woocommerce-product-gallery__image.flex-active-slide img{
	height:100%;
	object-fit:cover;
}
.site-main.no-sidebar.botiga-tabs-style1.botiga-tabs-align-left.botiga-tabs-position-product-summary{
	padding:0 !important;
}
/* Display none form */
.added_to_cart.wc-forward{
	display:none !important;
}
.redq-quantity.rnb-select-wrapper.rnb-component-wrapper h5{
	display:none;
}
.rnb-pricing-plan-button{
	display:none;
}
.date-time-picker.rnb-component-wrapper{
	display:none;
}
.date-time-picker.rnb-component-wrapper{
		display:none;
}
.rnb-loader{
		display:none;
}
.divider{
		display:none;
}
.shortcode-content{
		display:none;
}
.product-gallery-summary .entry-summary>*:last-of-type{
	margin-top:0 !important;
}
.elements-order-end{
		display:none;
}
/* Display none form fin*/
/* Ajustement du form */
.summary.entry-summary .single_add_to_cart_button{
	font-size:0.8vw;
}
.product-gallery-summary form.cart{
	margin-bottom:0;
}
form.cart .redq_add_to_cart_button{
	margin-bottom:0 !important;
}
.summary.entry-summary{
	padding-bottom:0 !important;
}
.rnb-component-wrapper{
	margin-bottom:0;
}
input.inventory-qty{
	border-radius:0 !important;
	padding:10px;
	font-size:1em;
	min-height:40px !important;
	height:40px !important;
}
/* Ajustement du form fin*/
/* 
header a[href="#"] {
    pointer-events: none; 
    cursor: default;
}*/
.botiga-single-addtocart-wrapper a{
	display:flex !important;
	justify-content:center !important;
}

.reset_variations{
	display:none !important;
}
.product-attributes-block{
	display:none;
}
.button.product_type_variable.add_to_cart_button{
	background:none !important;
	border:none !important;
}
.related.products .price{
	display:none !important;
}
.product-template-default.single.single-product .container.content-wrapper{
	margin-top: 0;
	padding:0;
	width: 100% !important;
	max-width:none;
}
.woocommerce-notices-wrapper{
	display:none;
}
.woocommerce-breadcrumb{
	display:none;
}
.woocommerce-product-gallery__trigger{
	opacity:0;
	width:10%;
	height:0%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4{
	display:flex;
}

/* Conteneur principal */
.product-gallery-summary {
  align-items: start;
	justify-items:end;
	display:flex;
	flex-wrap:nowrap;
}

/* Vignettes (miniatures) */
.flex-control-nav.flex-control-thumbs{
  display: flex;
  flex-direction: column;
  gap: 0 !important;
	justify-content:end;
}

.single-product div.product .gallery-vertical .flex-control-thumbs li, .single-product div.product .gallery-showcase .flex-control-thumbs li{
	width:50px;
	height:80px !important;
}

.product-gallery-summary .woocommerce-product-gallery {
  flex-direction: row !important;
	width:100%;
	height:100%;
	order:2;
	grid-gap:5px;
}

/* QUANTITY PRODUIT */
.botiga-single-addtocart-wrapper .quantity{
	border:solid 0.5px #000;
	max-height:30px;
	min-height:10px;
}
.botiga-single-addtocart-wrapper  .input-text.qty.text{
	border-left:solid 0.5px #000;
	border-right:solid 0.5px #000;
}
.quantity-button-style5 .quantity .botiga-quantity-plus, .quantity-button-style5 .quantity .botiga-quantity-minus{
	background:none;
	opacity:0.5;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.images .flex-viewport{
	/*max-height:75vh !important;*/
	object-fit:fill;
	object-position:top;
}
.quantity-button-style5 .quantity .botiga-quantity-plus:hover, .quantity-button-style5 .quantity .botiga-quantity-minus:hover{
	opacity:1;
	background-color:none;
}
/* COMPOSITION PRODUIT */
.product-gallery-summary.gallery-vertical.has-thumbs-slider .product-attributes-block{
	margin-left: 170px;
	padding:20px 40px 10px 20px !important;
	order:0;
	align-self: flex-end;
	background:none !important;
	border:solid 0.5px #000 !important;
	font-size:0.8vw;
	font-family: 'helveticaneue' !important;
}
.product-gallery-summary.gallery-vertical.has-thumbs-slider .product-attributes-block h3{
	font-size:10px;
	text-transform:uppercase;
	margin-top:0;
}
.product-gallery-summary.gallery-vertical.has-thumbs-slider .product-attributes-block ul{
	margin-top:10px !important;
}
.product-gallery-summary.gallery-vertical.has-thumbs-slider .product-attributes-block ul li{
	width:200px;
}
.product-gallery-summary .woocommerce-product-gallery, .product-gallery-summary .entry-summary{
	max-width:none !important;
}

.flex-control-nav.flex-control-thumbs img {
  width: 70px !important; /* Réduit la taille des vignettes */
  height: auto;
  cursor: pointer;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{
	display:flex;
	flex-direction:row-reverse !important;
	max-width:35% !important;
	margin-left:20%;
}
.product-gallery-summary .woocommerce-product-gallery, .product-gallery-summary .entry-summary{
	flex:auto;
}

/* PARTIE LOCATION PRODUIT */

.wcrp-rental-products-rental-form{
	display:none;
}

.variations_form.cart .variations{
	display:nne;
}
/* Texte de description */
.summary.entry-summary {
  grid-column: span 2;
	font-size:0.8vw;
  margin-top: 20px;
	margin-right:20% !important;
	order:3;
}

.summary.entry-summary .price{	
	font-size:1vw;
	display:none;
}

.product_title.entry-title {
  font-size: 1.5em;
  margin-bottom: 10px !important;
}

.product_meta {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
}

/* Ajustement responsive */
@media screen and (max-width: 768px) {
  .product-gallery-summary {
    grid-template-columns: 1fr; /* Une seule colonne */
  }

  .summary.entry-summary {
    grid-column: 1; /* Retour à la largeur par défaut */
  }

  .flex-control-nav.flex-control-thumbs {
    flex-direction: row; /* Alignement horizontal sur mobile */
    overflow-x: auto;
    max-height: none;
    gap: 0; /* Supprime l'espacement sur mobile également */
  }
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img:hover, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{
	border:none;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{
	padding:0;
}

/* SOMMAIRE PLACEMENT */
.reviews_tab{
	display:none !important;
}
.woocommerce-tabs.wc-tabs-wrapper{
	display:none !important;
}

/* DESCRIPTION STYLE */
.summary.entry-summary{
	border: solid 0.5px #000;
	padding: 20px;
	margin:0;
}
.product_title.entry-title{
	font-weight:400;
	font-size: 1em;
	margin-bottom:0;
}
.product_meta{
	display:none;
}
.woocommerce-product-details__short-description p i{
	font-style:normal;
}
.summary.entry-summary .price bdi {
  font-size: 0.7em; 
  font-weight: 100 !important;
}
.summary.entry-summary .price{
	margin-top:0;
}
.summary.entry-summary .single_add_to_cart_button {
  margin-left: -20px; 
 	margin-right: -20px;
}
.summary.entry-summary {
  position: relative;
}
.single_add_to_cart_button {
  position: absolute;
	bottom: 0;
  width: 100%;
  margin: 0;
}

/*** SUGGESTION SOUS PRODUITS ***/
.related.products h2{
	padding-left: 15px;
}

.product.type-product .related.products{
	padding:0;
	text-indent:10px;
}
.product.type-product .related.products h2{
	background:none !important;
	font-size:1em;
	font-weight:100;
	text-transform:uppercase;
	margin:0;
}
.related.products .products.columns-3{
	margin-top:0;
}
.single-product .site-main>.product>section.products:nth-child(even):after{
	background:none !important;
}
.product.type-product .related.products ul{
	padding:0;
	grid-template-columns: repeat(6, minmax(100px, 1fr));
	background:#fff;
}
.product.type-product .related.products ul li{
	border:solid 0.5px #000;
}
.loop-image-wrap.botiga-add-to-cart-button-layout4{
	margin:0 !important;
	border-bottom:solid 0.5px #000;
}
.loop-button-wrap.button-layout4.button-width-auto a{
display:none !important;
}
.product.type-product .related.products ul li h3{
	text-align:left;
	margin-top:10px !important;
}
.product.type-product .related.products ul li img{
	aspect-ratio:9/13;
}
.product.type-product .related.products ul li .price{
	text-align:left;
	margin-left:10px;
	margin-top: -10px;
	margin-bottom:10px !important;
}


/*** PRODUIT COSTUME ***/
@media (min-width: 1025px) {
.bundled_product_title.product_title{
	font-size:2vh;
}

.product-type-bundle .summary.entry-summary{
		width:100% !important;
	}
.product-type-bundle .botiga-variation-item{
	width:50%;
	font-size:1.5vh;
}
.product-type-bundle .stock.in-stock{
	display:none;
}
.product-type-bundle .woocommerce-product-details__short-description p {
	margin-bottom:10px;
}
.product-type-bundle .woocommerce-product-details__short-description{
	margin-bottom:30px;
}
}
/*** FIN PRODUIT COSTUME ***/



/* PANIER VIDE */
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
	display:none !important;
}
.wp-block-separator.is-style-dots{
	display:none;
}

ul.wc-block-grid__products {
	gap: 0;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns ul li{
	border: solid 0.5px #000;
	text-align:left !important;
}
.wc-block-grid__product img {
  border-bottom: solid 0.5px #000;
  object-fit: cover;
}
.wc-block-grid__product-title {
  opacity: 0.8;
  width: 200px;
  white-space: nowrap;
	overflow: hidden;
  text-overflow: ellipsis;
	text-indent:10px;
	font-size:1.5vh !important;
}
.wc-block-grid__product.product-grid a{
	margin-bottom:0 !important;	
}
.wc-block-grid__product-price.price{
	text-indent:10px;
	padding-bottom:20px;
}
.wc-block-grid__product.product-grid .loop-image-wrap.botiga-add-to-cart-button-layout4{
	margin:0;
}
.wc-block-grid.has-4-columns .wc-block-grid__products{
	grid-template-columns:repeat(6, 1fr);
}
.wp-block-woocommerce-empty-cart-block svg{
	margin-left:40px;
	margin-top:40px;
}
.wp-block-woocommerce-empty-cart-block H2{
	margin-left:40px;
}
.wp-block-woocommerce-empty-cart-block .button.wp-block-button__link.add_to_cart_button.ajax_add_to_cart svg{
	margin:0;
}

/*SUGGESTION*/
#post-8 .wc-block-grid__product-image img{
	width:100vh;
	height:40vh;
	object-fit:cover !important;
}
#post-8 .loop-button-wrap.button-layout4 a{
	display:none !important;
}
.wc-block-grid__product-price.price{
	display:none !important;
}
.wc-block-grid__product-price.price .woocommerce-Price-amount.amount{
	display:none !important;
}
#post-8 .wc-block-grid__product.product-grid  .loop-image-wrap.botiga-add-to-cart-button-layout4{
	height:40vh !important;
}
/* PANIER PLEIN */

/* Hide element loc panier */
.wc-block-components-product-details__rent-from{
	display:none;
}
.wc-block-components-product-details .wc-block-components-product-details__name{
	display:none;
}
.wc-block-components-product-details .wc-block-components-product-details__value::before{
	content: "TAILLE ";
}
.wc-block-components-product-details{
			font-size:0.8vw;
}
.wc-block-components-product-details__rent-to{
	display:none;
}
.wc-block-components-product-details__rental-return-within{
	display:none;
}
.wc-block-components-product-details__partie-de{
	display:none;
}
/* Hide element loc panier fin*/

/* size image */
#post-8 .wc-block-cart-item__image img{
	aspect-ratio:9/12;
	object-fit:cover !important;
}

#post-8 .wc-block-cart-items.wp-block-woocommerce-cart-line-items-block tbody{
	display:grid;
	grid-template-columns: repeat(6, minmax(100px, 1fr));
	width:100%;
}
#post-8 .wc-block-cart-item__wrap a{
	font-size:0.8vw !important;
}
#post-8 .wc-block-components-product-name {
	font-size:0.8vw;
}
#post-8 .wc-block-cart-item__wrap .price{
		font-size:1.2vh !important;
		display:none;
}
#post-8 thead{
	display:none;
}
#post-8 tbody{
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#post-8 tbody tr{
	display: flex;
	width:100% !important;
  flex-direction: column;
	border-bottom:solid 0.5px #000 !important;
	padding:0 !important;
}
.woocommerce-cart tbody tr:not(.woocommerce-cart-form__cart-item){
	border-inline-end:solid 0.5px #000 !important;
}
#post-8 .wc-block-cart-item__image{
	margin:0 !important;
	padding:0 !important;
}
#post-8 .wc-block-cart-item__image img{
	border-bottom:solid 0.5px #000 !important;
}
#post-8 .is-large.wc-block-cart .wc-block-cart-items td{
	padding:0 !important;
}
#post-8 table th, table td, table tr{
	padding:0;
}
#post-8 .wc-block-cart-item__total{
	display:none;
}
#post-8 .wc-block-cart-item__wrap{
	margin-top:10px;
  opacity: 0.8;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#post-8 .wc-block-cart-item__product{
	margin-left:10px !important;
}
#post-8 .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{
	margin-bottom:0 !important;
}
#post-8 .wc-block-components-sidebar-layout{
	display:block !important;
}
#post-8 .wp-block-woocommerce-cart.alignwide{
	margin:0 !important;
}
#post-8 .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block{
	width:100%;
	padding:0;
}
#post-8 .is-large.wc-block-cart .wc-block-cart-items{
	border-bottom:solid 0.5px #000 !important;
}
#post-8 .nbr-article{
	text-decoration:none !important;
	display:block;
	margin-right:50px;
}
#post-8 .nbr-article i {
	display:none;
}
.wc-block-components-quantity-selector:after{
	border:none !important;
	border-radius:0 !important;
}
/*FOOTER PANIER PLEIN*/
.page-id-8 .bhfb-footer{
	margin-top:200px !important;
}
/** TOTAL **/
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block{
	margin-bottom:0 !important;
}
.page-id-8 .wc-block-components-totals-item__label{
	display:none;
}
.page-id-8 .wc-block-components-totals-item__value::before {
    content: "TOTAL ARTICLES : ";
    margin-left: 5px;
}

/* Ajouter "CRÉDIT :" avant le texte "Total" */
.wc-block-components-totals-item__label::after {
    content: "ARTICLES : ";
    margin-left: 5px;
}


/* Ajouter "/ 15 CRÉDITS" après le montant */
/*.wc-block-components-totals-footer-item-tax-value::after {
    content: " / 15";
}*/
.wc-block-components-totals-footer-item {
    position: relative;
}

.wc-block-components-totals-footer-item-tax-value::after {
    content: attr(data-pack);
}
.is-medium .wc-block-cart__sidebar, .is-mobile .wc-block-cart__sidebar, .is-small .wc-block-cart__sidebar{
	margin-bottom:0 !important;
}
.wc-block-components-totals-item__label{
	font-family: 'helveticaneue' !important;
	font-weight:100 !important;
	font-size: 1vw !important; 

}
.wc-block-components-totals-item__value{
	font-family: 'helveticaneue' !important;
	font-weight:100 !important;
	font-size: 1vw !important; 
}
.site .cart-limit-message{
	font-size: 1vw !important; 
}
.site .wc-block-cart__submit-container a{
	font-size: 1vw !important; 
}
@media (min-width: 750px) and (max-width: 1024px){
	.wc-block-components-totals-item__label{
		font-size: 1.5vw !important; 
	}
	.wc-block-components-totals-item__value{	
		font-size: 1.5vw !important; 
	}
	.site .cart-limit-message{
		font-size: 1.5vw !important; 
	}
	.site .wc-block-cart__submit-container a{
		font-size: 1.5vw !important; 
	}
	.woocommerce-view-order p{
	font-size:1.5vw;
	}
		#post-10 .woocommerce-MyAccount-content h3{
		font-size:1.5vw;
	}
	.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
		font-size:1.5vw;
	}
}
@media (min-width: 599px) and (max-width: 749px){
	.wc-block-components-totals-item__label{
		font-size: 1.8vw !important; 
	}
	.wc-block-components-totals-item__value{	
		font-size: 1.8vw !important; 
	}
	.site .cart-limit-message{
		font-size: 1.8vw !important; 
	}
	.site .wc-block-cart__submit-container a{
		font-size: 1.8vw !important; 
	}
	.woocommerce-view-order p{
	font-size:1.8vw;
	}
		#post-10 .woocommerce-MyAccount-content h3{
		font-size:1.8vw;
	}
		.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
		font-size:1.8vw;
	}
}
@media (max-width: 600px){
	.wc-block-components-totals-item__label{
		font-size: 2vw !important; 
	}
	.wc-block-components-totals-item__value{	
		font-size: 2vw !important; 
	}
	.site .cart-limit-message{
		font-size: 2vw !important; 
	}
	.site .wc-block-cart__submit-container a{
		font-size: 2vw !important; 
	}
	.woocommerce-view-order p{
	font-size:3vw;
	}
	#post-10 .woocommerce-MyAccount-content h3{
		font-size:3vw;
	}
		.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
		font-size:3vw;
	}
}

/* Enlever les marges pour cette page spécifique */
.page-id-8 .container.content-wrapper,
.page-id-8 .row.main-row {
    margin: 70px 0 0 0;
    padding: 0;
    max-width: 100%; /* Assure que le contenu prend toute la largeur */
    width: 100%;
}
.page-id-8 .site-main{
	padding:0 !important;
}
/* Enlever les marges internes du conteneur principal */
.page-id-8 .entry-content {
    padding: 0;
    margin: 0;
}

/* Optionnel : centrer le texte ou les éléments si nécessaire */
.page-id-8 .wc-block-cart,
.page-id-8 .wc-block-components-sidebar,
.page-id-8 .wc-block-cart__main {
    margin: 0 auto;
    width: 100%;
}

/* Ajustement des marges uniquement pour le footer si nécessaire */
.page-id-8 footer.entry-footer {
    margin-top: 20px;
}

/* QUANTITY */
#post-8 .wc-block-components-quantity-selector{
	border-radius:0 !important;
	margin-top:10px !important;
	box-sizing: initial !important;
	width: 3.5vw !important;
  height: 27px !important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
	min-width:inherit !important;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
	min-width:0 !important;
}
@media (min-width: 1320px) and (max-width: 1420px) {
	#post-8 .wc-block-components-quantity-selector{
		width: 4vw !important;
	}
}
@media (min-width: 1100px) and (max-width: 1319px) {
	#post-8 .wc-block-components-quantity-selector{
		width: 5vw !important;
	}
}
@media (min-width: 830px) and (max-width: 1099px) {
	#post-8 .wc-block-components-quantity-selector{
		width: 6.5vw !important;
	}
}
@media (min-width: 730px) and (max-width: 829px) {
	#post-8 .wc-block-components-quantity-selector{
		width: 7.5vw !important;
		font-size:0.9em !important;
	}
}
@media (min-width: 601px) and (max-width: 729px) {
	#post-8 .wc-block-components-quantity-selector{
		width: 8.5vw !important;
	}
}
@media (max-width: 600px) {
	#post-8 .wc-block-components-quantity-selector{
		width: 15vw !important;
	}
}
#post-8 .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{
	border-radius:0 !important;
}
#post-8 .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{
	border-radius:0 !important;
}
#post-8 .wc-block-cart .wc-block-components-quantity-selector__button{
	background:transparent !important;
	color:#000 !important;
	border:solid 1px #000 !important;
}
#post-8 .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
	border-top:solid 1px #000 !important;
	border-bottom:solid 1px #000 !important;
}
#post-8 .wc-block-cart-items.wp-block-woocommerce-cart-line-items-block .wc-block-components-quantity-selector__input{
	max-height:30px !important;
	min-height:10px;
	font-weight:400;
}
#post-8 .wc-block-cart-items.wp-block-woocommerce-cart-line-items-block .wc-block-components-product-metadata__description{
	display:none;
}

#post-8 .wc-block-cart-item__product{
	margin-bottom:10px !important;
}

/* PRIX PANIER STICKY */
/* Style pour rendre le bloc sticky */
.post-8 .wc-block-cart__sidebar {
    position: fixed; 
    bottom: 0;
    left: 0;
    width: 100% !important;
    z-index: 999;
    background-color: #fff;
		opacity:0.9;
    padding: 20px;
    border-top: 0.5px solid #000; 
    box-sizing: border-box;
}
/* Adaptation pour mobile */
@media (max-width: 768px) {
    .wc-block-cart__sidebar {
        padding: 15px;
    }

    .wc-block-cart__submit-container {
        flex-direction: column;
        gap: 10px;
    }

    .wc-block-cart__submit-button {
        width: 100%; /* Le bouton prend toute la largeur sur mobile */
        text-align: center;
    }
}
.page-id-9 .wc-block-components-totals-item.wc-block-components-totals-footer-item{
	display:none;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block{
	  display: flex;
    flex-direction: row;
    justify-content: space-between;
	  justify-content: flex-end;
}
.wp-block-woocommerce-cart-order-summary-block{
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
	align-items: center;
}
.wc-block-cart__submit{
	margin:0 !important;
}
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
	display:none!important;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper{
		display:none!important;
}
.wp-block-woocommerce-cart-order-summary-totals-block{
			display:none!important;
}
.wc-block-components-totals-wrapper{
	border:none !important;
	padding:16px !important;
}
.wc-block-components-totals-item__label{
	padding-right:30px;
	text-transform: uppercase;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block{
	padding:0;
}
.wc-block-components-totals-item.wc-block-components-totals-footer-item{
	font-size:var(--bt-font-size-button);
}
/* Style VALIDER */
.wc-block-cart__submit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Style pour le bouton */
.wc-block-cart__submit-button a{
	height:100vh !important;
}

.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.wc-block-cart__submit-container a {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100% !important;
		background:#000 !important;
}

/* VOUS POURRIEZ AIMER (crossproduct)*/

.cross-sells-product {
  display: grid;
  gap: 0;
}
.cross-sells-product > div {
  border: solid 0.5px #000;
  text-align: left !important;
}
.cross-sells-product .wc-block-components-product-image img {
  border-bottom: solid 0.5px #000;
  object-fit: fill;
  width: 100%; 
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product{
	width:20% !important;
}
.cross-sells-product .wc-block-components-product-title {
  opacity: 0.8;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 10px;
}
.wc-block-components-product-price.wp-block-cart-cross-sells-product__product-price.price.wc-block-components-product-price{
	margin-left:10px;
}
.wp-block-button.wc-block-components-product-button.wp-block-cart-cross-sells-product__product-add-to-cart{
	display:none;
}
/* COMMANDE VALIDE MESSAGE */
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
{
	display:none;
}
/* MES COMMANDES */
/* DEV ADD CSS*/
.header-orders-btn a{
	font-size:0.8em;
}
@media (max-width: 505px){
	.header-orders-btn a{
	font-size:2vw !important;
}
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
	display:none !important;
}
.woocommerce-orders-table__cell-order-images::before{
	display:none !important;
}
.title-retours::before{
	display:none !important;
}
.page-id-10 .woocommerce-MyAccount-content{
	max-width:100% !important;
}
.page-id-10 .woocommerce{
	max-width:100% !important;
}
.page-id-10.woocommerce-account.logged-in .entry-content>.woocommerce .woocommerce-MyAccount-content{
	flex:100%;
}
#post-10 .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr{
	display:flex;
	flex-direction:column;
}
#post-10 .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr{
	width:100% !important;
}
#post-10 .woocommerce-orders-table__row.order{
	padding-left:10px;
	border:none;
}
#post-10 .woocommerce-orders-table__row.woocommerce-orders-table__row-images{
	margin-bottom:30px;
}
/* DEV ADD CSS FIN*/
/* IMAGE */
#post-10 .woocommerce-orders-table__row.woocommerce-orders-table__row-images img{
	width:100% !important;
	aspect-ratio:9/12;
	object-fit:cover !important;
}
/* Styles de base des boutons */

#post-10 .shopping-button,
.retour-button{
    background-color: #FFF !important;
    color: #000 !important;
    text-decoration: none !important;
    border: solid 0.5px #000 !important;
}

/* Style du bouton actif */
#post-10 .shopping-button.active {
    background-color: #000 !important;
    color: #FFF !important;
    border: solid 0.5px #FFF !important;
}

#post-10 .retour-button.active {
    background-color: #000 !important;
    color: #FFF !important;
    border: solid 0.5px #FFF !important;
}

#post-10 .woocommerce-account.logged-in .entry-content>.woocommerce .woocommerce-MyAccount-content{
	flex: 100%;
	max-width: 100%;
}
#post-10 .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr{
	flex-direction:column;
}
#post-10 .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead{
	display:none;
}
#post-10 .woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order{
	display:flex;
	border:none;
}
#post-10 .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody{
	flex-direction: column !important;
}
#post-10 .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody th{
	border:none;
	padding:0;
}
#post-10 .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody td{
	border:none;
	padding:0;
}
#post-10 .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total{
	padding-top:10px;
}
#post-10 .woocommerce-orders-table__row.woocommerce-orders-table__row-images{
	border:none !important;
}
#post-10 .order-images{
  display: grid;
  grid-template-columns: repeat(6, minmax(100px, 1fr));
}
@media (max-width: 600px){
	#post-10 .order-images{
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
}
}

#post-10 .order-item-image {
    border: 0.5px solid #000;
}

/* Appliquer la largeur à 100% au tbody */
#post-10 .woocommerce-orders-table {
  margin: 0 auto;
  border-collapse: collapse;
}

#post-10 .woocommerce{
	margin:0;
}
#post-10 .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr{
	background-color:#FFF !important;
	width:90vw;
}
#post-10 .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table{
	padding:0;
}
#post-10 .woocommerce-MyAccount-content{
	padding:0 ;
}

#post-10 .woocommerce-MyAccount-content > h3 {
    margin-left: 7vw;
}
#post-10 .woocommerce-MyAccount-content h3{
	text-transform:uppercase;
	max-width:max-content;
	font-weight:100;
}

#post-10 .woocommerce-MyAccount-content > div:not(.woocommerce-orders-table) {
	margin-left: 7vw;
	margin-bottom:30px;
	margin-left:0;
}

/* ORDRE DE LA COMMANDE */
/* Masquer le total des articles et le prix */
#post-10 .woocommerce-orders-table__cell-order-total {
    display: none !important;
}

/* Masquer le bouton "Voir la commande" */
#post-10 .woocommerce-orders-table__row-images a.woocommerce-button.button {
    display: none !important;
}

/* Réorganiser les informations des commandes */
#post-10 .woocommerce-orders-table__cell-order-number a {
    display: block;
		text-decoration:none;
		font-weight:100;
    margin-bottom: 5px;
		text-transform:uppercase;
}

#post-10 .woocommerce-orders-table__cell-order-date time {
    display: block;
    margin-bottom: 5px;
		text-transform:uppercase;
}

#post-10 .woocommerce-orders-table__cell-order-status {
    display: block;
		text-transform:uppercase;

}

/* Ajouter le texte avant la commande */
#post-10 .woocommerce-orders-table__cell-order-number::before {
    content: "COMMANDE : ";
    display: block;
    margin-bottom: 5px;
		font-weight:100;

}
#post-10 .woocommerce-orders-table__cell-order-number {
    display: flex; 
    align-items: center;
    gap: 5px; 
}

/* Ajouter le texte avant la date de commande */
#post-10 .woocommerce-orders-table__cell-order-date::before {
    content: "COMMANDE LE : ";
    display: block;
    margin-bottom: 5px;
		margin-right: 5px;
}

/* Ajouter le texte avant la date de livraison */
#post-10 .woocommerce-orders-table__cell-order-status::before {
    content: "STATUT : ";
    display: block;
    margin-bottom: 5px;
		margin-right: 5px;
}



/* MA COMMANDE */
.woocommerce-view-order .order-product-item{
	overflow:hidden;
}
.woocommerce-view-order p{
	margin-left:20px !important;
}
.woocommerce-view-order .order-products-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(100px, 1fr));
    gap: 0px;
		margin-bottom:20px;
}
@media (max-width: 600px){
	.woocommerce-view-order .order-products-grid {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
	}
}
.woocommerce-view-order .order-products-grid img{
	aspect-ratio:9/12;
}
.woocommerce-view-order .product-price{
	display:none;
}
.woocommerce-view-order .product-sku{
	display:none;
}
.woocommerce-view-order .order-product-item {
    text-align: center;
    border: 0.5px solid #000;
}

.woocommerce-view-order .order-product-item p {
    font-size: 14px;
    margin: 0;
    color: #333;
}

.order-products h2 {
   display:none !important;
}

.woocommerce-view-order .order-product-item h3{
	font-size:0.8vw;
	max-width:max-content;
  margin: 10px;
	opacity: 0.8;
  width: 200px;
  white-space: nowrap;
	overflow: hidden;
  text-overflow: ellipsis;
	text-align: left;
}

.woocommerce-view-order .order-product-item h3 a{
	text-decoration:none;
}
.woocommerce-view-order .order-product-item p{
		text-align:left;
		margin: 10px;
}
.woocommerce-view-order p{
	margin:10px 0;
}
.woocommerce-order-details{
	display:none;
}
.woocommerce-customer-details{
	display:none;
}
.shop_table.woocommerce-MyAccount-orders tbody tr+tr td, .shop_table.woocommerce-table--order-downloads tbody tr+tr td{
	border:none !important;
}
.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order{
	margin-top:50px;
	padding:0 10px;
	background-color:#F1F1F1;
}
.woocommerce-orders-table__row.woocommerce-orders-table__row-images {
	background-color:#F1F1F1;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody{
	margin-top:-50px;
}
.shop_table.order_details, .shop_table.woocommerce-MyAccount-orders{
	background:none;
}

/**** SLIDE CART ****/

.xoo-wsc-opac{
	z-index:999 !important;
}
.xoo-wsc-container {
  z-index: 999999 !important;
}


.botiga-side-mini-cart.show{
	display:none !important;
}
.xoo-wsc-container, .xoo-wsc-slider{
	max-width:40%;
	right:-40%;
}
@media (max-width: 768px){
	.xoo-wsc-container, .xoo-wsc-slider{
	max-width:50%;
	right:-50%;
}
}
@media (max-width: 640px){
	.xoo-wsc-container, .xoo-wsc-slider{
	max-width:70%;
	right:-70%;
}
}
.xoo-wsc-body{
	background:none;
}
.xoo-wsc-product{
	padding:0;
	border:solid 0.5px #000;
	border-radius:0;
}
.xoo-wsc-sm-info{
	margin-right:10px;
	font-size:1.5vh;
	flex-direction:column;
	align-items:flex-start;
}
.xoo-wsc-sm-right{
	display:none;
}
.xoo-wsc-sum-col{
	display:block;
	padding-top:20px;
}
span.xoo-wsc-pname, span.xoo-wsc-pname a{
	font-size:1.5vh;
	font-weight:100;
}
.xoo-wsc-img-col{
	width:30%;
}
.xoo-wsc-img-col img{
	border-right:solid 0.5px #000;
}
span.xoo-wsch-close{
	padding: 3px 6px;
	font-size:20px;
	top:10px;
	border:solid 0.5px #000;
}
.xoo-wsc-icon-cross:before{
content: "\2715";
}
.xoo-wsc-header{
	border:none;
	margin:30px 0px 0px 0px;
}

/* SUGGESTION STYLE */
/* HEADER TITLE*/
.xoo-wsch-basket .xoo-wsch-text{
    font-weight: 100;
    margin-left: 15px;
    text-transform: uppercase;
    color: #333;
}
.xoo-wsch-top{
	align-items:flex-start;
	flex-direction:column;
}

/* Titre des suggestions */
.xoo-wsc-suggestions h3 {
    margin-bottom: 15px;
    font-size: 1.5vh;
    font-weight: 100;
    margin-left: 15px;
    text-transform: uppercase;
    color: #333;
}

/* Grille des produits suggérés */
.xoo-wsc-suggestions-grid {
    display: grid;
    grid-template-columns:33% 33% 33%;
}

/* Style des éléments des suggestions */
.xoo-wsc-suggestion-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    height: 100%;
}

/* Image des produits */
.xoo-wsc-suggestion-item img {
    width: 100%;
		border:solid 0.5px #000;
		aspect-ratio:9/13;
		object-fit:cover;		
}


/* Titre des produits */
.xoo-wsc-product-title {
		display:flex;
    font-size: 55%;
    color: #333;
    font-weight: 100;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
		border:solid 0.5px #000;
		padding:10px;
		padding-bottom:15px;
}

/* Prix des produits */
.xoo-wsc-product-price {
		display:none;
}

.xoo-wsc-container .xoo-wsc-footer{
	display:none;
}
.xoo-wsc-body .xoo-wsc-ft-buttons-cont a{
	margin:10px 15px;
	background:none;
	color:#000;
	border:solid 0.5px #000;
}
.xoo-wsc-body .xoo-wsc-ft-buttons-cont a:hover{
	border:solid 0.5px #000;
}

/**** FIXED POSITION + SCROLL ****/
/* Conteneur principal */
.xoo-wsc-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

/* Section des produits (scrollable) */
.xoo-wsc-products {
    flex: 1;
    overflow-y: auto;
    padding: 10px; 
}

/* Bouton "Voir Panier" (fixé) */
.xoo-wsc-ft-buttons-cont {
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 10;}

.minicart-sous-produit {
    flex: 1;
    overflow-y: auto;
}

/**** VALIDATION COMMANDE ****/
#post-9 .wc-block-components-order-summary-item__image img{
	aspect-ratio:9/12;
	object-fit:cover !important;
}
.page-id-9 .container.content-wrapper{
	margin:0;
	padding:0;
}
.page-id-9 .container.content-wrapper .row{
	margin:0;
}
.wc-block-components-sidebar-layout.wc-block-checkout.is-large{
	width: 100vw;
	margin: 0 !important;
}
.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block{
	width:100vw !important;
}
.wc-block-checkout__billing-fields.wp-block-woocommerce-checkout-billing-address-block.wc-block-components-checkout-step{
	display:none;
}
.wc-block-checkout__order-notes.wp-block-woocommerce-checkout-order-note-block.wc-block-components-checkout-step{
	display:none;
}
.wc-block-components-sidebar-layout.wc-block-checkout.is-large{
	display:flex !important;
	flex-direction:column-reverse;
}
.is-large .wc-block-checkout__sidebar.is-sticky{
	position:relative !important;
}
.wc-block-components-checkout-order-summary__title{
	font-size:1em;
	text-transform:uppercase;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper{
	padding:0;
}
.wc-block-components-order-summary.is-large{
	padding:0;
}
.site-main.no-sidebar.checkout-layout1{
	padding:0 !important;
}
.wc-block-components-checkout-order-summary__title-text{
	border:solid 0.5px #000;
	padding:5px;
	font-size:1vw;
}
@media (min-width: 601px) and (max-width: 1130px){
	.wc-block-components-checkout-order-summary__title-text{
	font-size:1.5vw !important;
}	
}
@media (max-width: 600px){
	.wc-block-components-checkout-order-summary__title-text{
	font-size:2.5vw !important;
}	
}
.wc-block-components-checkout-order-summary__title-text{
	padding: 0 20px 0 20px !important;
	margin:0 !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
	flex-grow:0 !important;
}
.wc-block-components-order-summary__content{
	display:flex !important;
	flex-direction:row;
}
.wc-block-components-order-summary-item{
	flex-direction:column;
	border:solid 0.5px #000 !important;
}
.wp-block-woocommerce-checkout-order-summary-block{
	border-radius:0 !important;
	border:none !important;
}
.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block{
	width: 80vh;
	padding: 0;
	margin-bottom:100px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image{
	margin:0 !important;
	padding:0 !important;
}
.wc-block-components-order-summary-item{
	padding:0 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image{
	width:100% !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{
	min-width:100%;
}
.wc-block-components-order-summary-item__description{
	padding-left:10px !important;
}
.wp-block-woocommerce-checkout-order-summary-totals-block{
	display:none;
}
.wc-block-components-order-summary-item__quantity{
	background: none !important;
	border: 0.5px solid #000 !important;
	border-radius: 0 !important;
	box-shadow:none !important;
	line-height: 2 !important;
	bottom: 0px !important;
	top: auto !important;
	right:auto !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main{
	width:100% !important;
}
.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price{
	display:none !important;
}
.wc-block-checkout__contact-fields.wp-block-woocommerce-checkout-contact-information-block.wc-block-components-checkout-step{
	display:none !important;
}
.wc-block-checkout__payment-method.wp-block-woocommerce-checkout-payment-block.wc-block-components-checkout-step{
	display:none;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block{
	display:none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout{
	margin:0 !important;
	padding:0;
}
/* Conteneur principal de la liste des produits */

/* ADD GPT */
.wc-block-components-order-summary__content {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(100px, 1fr));
}
@media (max-width: 600px){
.is-medium .wc-block-components-order-summary__content{
		grid-template-columns: repeat(2, minmax(100px, 1fr)) !important;
	}
}

@media (max-width: 600px){
.is-small .wc-block-components-order-summary__content{
		grid-template-columns: repeat(2, minmax(100px, 1fr)) !important;
	}
}

@media (max-width: 600px){
.is-mobile .wc-block-components-order-summary__content{
		grid-template-columns: repeat(2, minmax(100px, 1fr)) !important;
	}
}
/* FIN ADD GPT*/

/* Style des produits individuels */
.wc-block-components-order-summary-item {
  scroll-snap-align: start;
}
.wc-block-components-order-summary__content{
	border:solid 0.5px #000;
}

/*** PRODUIT RESUME COMMANDE ***/
/* Styliser et aligner "NOMBRE D'ARTICLE :" avec le nombre d'articles */
.wc-block-components-order-summary-item__total-price {
  background-color: #000;
  color: #fff; 
  padding: 10px; 
  font-weight: bold; /* Texte en gras */
  display: flex; 
  align-items: center;
  justify-content: space-between;
  width: 100%;
	height:100%;
}

/* Ajouter le texte "NOMBRE D'ARTICLE :" avant le prix */
.wc-block-components-order-summary-item__total-price::before {
  content: "NOMBRE D'ARTICLE :";
  font-size: 1em;
  color: #fff;
  margin-right: 10px;
}
#post-9 .wc-block-components-order-summary-item__description{
	padding-bottom:10px !important;
	border-top:solid 0.5px #000;
}
#post-9 .wc-block-components-product-metadata__description p{
	display:none;
}

#post-9 .wc-block-components-product-name{
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
	font-size: 1.2vh;
	max-width: max-content;
	margin-top: 10px;
	opacity: 0.8;
}
.wc-block-components-product-metadata{
	margin-top:0 !important;
}
#post-9 .wc-block-components-order-summary-item__total-price{
	padding-bottom:0;
}

/** COMMANDER **/
.wc-block-components-checkout-order-summary__title span{
	display:none;
}
.wc-block-components-checkout-order-summary__title svg{
	display:none;
}
.wc-block-components-checkout-order-summary__content .wc-block-components-order-summary{
	padding:0 !important;
}
.css-0.e19lxcc00{
	display:none;
}
/* Positionnement de la div en bas */
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 0.5px solid #000;
  padding: 16px; 
	z-index: 1000;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type{
	padding:0 !important;
}
/* Disposition interne des champs */
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.wc-block-checkout__actions_row a{
	width:200px;
}

/* Style pour le boutton commander */
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block{
	padding:0;
	height:65px;
}

/* Faire en sorte que le bouton soit full-width */
.wc-block-components-button.wc-block-components-checkout-place-order-button {
  font-size: 100%;
}
.wc-block-checkout__form{
	height:100%;
}
.wc-block-components-button.wc-block-components-checkout-place-order-button {
  height: 100% !important; /* Hauteur totale de son conteneur */
  display: flex; /* Pour centrer le contenu du bouton */
  align-items: center; /* Aligne verticalement le texte au centre */
  justify-content: center; /* Aligne horizontalement le texte au centre */
}
.wc-block-checkout__actions_row{
	height:100%;
}
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-form{
	align-items: stretch;
}
/* FOOTER MARG COMMANDER */
.page-id-9 .bhfb-footer{
	margin-top:200px !important;
}

/* Styliser l'élément total */
#post-9 .wc-block-components-totals-footer-item {
  background-color: #000;
  color: #fff;
  margin-top: 20px;
  padding: 10px !important; 
  max-width: 200px;
  text-align: left;
}
.wc-block-components-order-summary-item__total-price{
	display:none;
}

/**** PROFIL ****/
.woocommerce-EditAccountForm.edit-account{
	width:75vw;
}
.woocommerce-edit-account .woocommerce{
	flex-direction:column;
	align-items:center;
	margin:auto !important;
}
.woocommerce-edit-account table{
	margin:0;
}


/*** MES RETOURS ADD DEV ***/
#post-10 .order-images p{
background: none !important;
border: 0.5px solid #000 !important;
border-radius: 0 !important;
line-height: 2 !important;
position: absolute;
margin-top: -30px !important;
padding: 0 5px;
}

#post-10 .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr{
	border:none !important;
	font-size:0.8em;
}
#post-10 .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr p{
	margin:0 10px;
}

#post-10 .order-images div{
	margin:0 !important;
	border:solid 0.5px #000;
	margin-bottom:30px !important;
}
#post-10 .order-images img{
	width: 100% !important;
	aspect-ratio:9/12;
	object-fit: cover !important;
}
/*** MES RETOURS ADD DEV FIN***/

/*** LIMITEUR TIME PANIER ***/
.cart-expire-notice {
    background-color: #f8d7da;
    color: #721c24;
    padding: 12px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
	font-family: 'helveticaneue' !important;
    transition: opacity 1s ease-out;
    opacity: 1;
}
