/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.e-cart__column-inner.e-sticky-right-column {
    position: static !important; /* Remove sticky behavior for AJAX updates */
}

/* Hide any duplicate totals that might come through AJAX */
.woocommerce-cart-form + .cart-collaterals {
    display: none;
}

/* in your child theme’s style.css or Custom CSS */
.single-product .summary p.price {
  display: none !important;
}


 .price-range{
         font-family: "Poppins", Sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.1em;
    color: #82A54B); 
  }

#cart-id-debug {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    background: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-family: monospace;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease;
}

#cart-id-debug strong {
    color: #4CAF50;
}

/* Optional: Add a pulsing animation for attention */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

#cart-id-debug.changed {
    animation: pulse 0.5s ease;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-inline-start: 0 !important;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
    font-size:74% !important;
}

.elementor-nav-menu .sub-menu > li > a {
    font-weight: 400 !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
    background:#000 !important;
}


/* READ MORE CSS */
    .pixin-short-desc-wrapper { margin:1em 0; }
	.pixin-desc {font-family:'Poppins'; font-size:1rem !important;line-height:1.7rem;}
    .pixin-readmore-btn {
      background-color:#fff !important;color:#000 !important;border:none;padding:0;
      border-radius:0px;cursor:pointer;font-size:14px !important;margin-top:2%;font-weight:600 !important;
    }
    .pixin-readmore-btn:hover { color:#005f8d; }

/* GLOBAL SETTINGS */

.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}
.elementor-widget-text-editor p{margin-top:0px}


.titre-idea-board {
  line-height: 1.2; /* Ajuste selon ton besoin */
}

.titre-ligne {
  display: block; /* Force chaque mot sur sa propre ligne */
  margin: 0;
  padding: 0;
}

.titre-bold {
  font-weight: 700;
  font-family: "Poppins";
  font-size:1.8rem;
	
}

.titre-normal {
  font-weight: 300 !important;
	font-size:1.2rem;
	font-family: "Poppins";
}



/*Fonction pour remplir un svg sans background*/
.lightbox svg path {
  fill: #ffffff !important;
}

.light-text{
	font-weight:300;
}
/* PRODUCT PAGE */

/* GLOBAL SETTINGS */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}

.elementor-widget-text-editor p {
    margin-top: 0px;
}


/* PRODUCT PAGE */

/* Test code */
.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: stretch; /* Ensures all child elements stretch to the same height */
	font-size: 20px;
}

.input-text {
    height: 100%; /* Ensure input fills the height of its container */
    padding: 10px; /* Add padding for better appearance */
    box-sizing: border-box; /* Include padding in height calculation */
    flex: 1; /* Allow input to grow */
    min-width: 60px; /* Optional: Set a minimum width for the input */
}

span.tagged_as.detail-container {
    display: none;
}

th.label.thwvs-acclabel {
    text-align: left !important;
}

.thwvs-rad-li {
    display: flex; /* Aligns radio buttons in a row */
    flex-wrap: wrap; /* Allows wrapping if the content exceeds 250px */
    max-width: 100% !important; /* Limits the maximum width to 100 */
    width:100% important;
    gap: 0; /* Adds space between radio button items */
}


.th-label-radio {
    display: inline-flex; /* Aligns the radio buttons inline */
    align-items: center; /* Vertically aligns text and radio button */
    white-space: nowrap; /* Prevents text from wrapping */
}

.th-radio-2-text {
    margin-right: 5px; /* Adds some space between text and radio button */
}

.single-product div.product table.variations .label.thwvs-acclabel {
    color: #444;
    cursor: pointer;
    padding: 12px;
    outline: 0;
    font-weight: 100 !important;
    transition: .4s;
    border-bottom: 1px solid #eee;
}

a.afrfqbt_single_page.button.single_add_to_cart_button.alt.product_type_simple {
    text-align: center;
}


.elementor-1250 .elementor-element.elementor-element-9aa19d2 .elementor-jet-single-add-to-cart .reset_variations{
	background-color: #000;
	color: #fff !important;
	border-radius:0px !important;
}


/* Buttons styles */

.header-text-menu-bold{
	font-weight:800;
}


/* Basic styles for the popup */
.cart-selection-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.cart-selection-popup-content {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    background: #fff;
    width: 50%;
    max-width: 600px;
    text-align: center;
    border-radius: 10px;
}

.close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #333;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

button[type="submit"] {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

button[type="submit"]:hover {
    background-color: #005a88;
}
.cart-selection-popup {
    display: none; /* Hide by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.7); /* Black background with transparency */
}

.cart-selection-popup-content {
    background-color: #fefefe; /* White background */
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px; /* Padding */
    border: 1px solid #888; /* Gray border */
    width: 80%; /* Width of the popup */
}

.close-popup {
    cursor: pointer; /* Change cursor to pointer */
    font-size: 24px; /* Size of the close icon */
    float: right; /* Position to the right */
}

.cart-action-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    border-radius: 10px;
}

.cart-action-popup-content button {
    margin: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

h3.topSpacer, h2.topSpacer, button.topSpacer{
	margin-top:5%;
}

.bottomSpacer{
	margin-bottom:3%;
}

button.topSpacer.popButton {
    margin-top: 3%;
}

.selectTitle{
	color: var(--e-global-color-secondary);
    font-family: "Poppins", Sans-serif !important;
    font-size: 1.2vw !important;
    font-weight: 400 !important;
    text-transform: normal  !important;
    letter-spacing: 0px;
}

h2.selectTitle{
	color: var(--e-global-color-secondary);
    font-family: "Poppins", Sans-serif !important;
    font-size: 1.2vw !important;
    font-weight: 400 !important;
    text-transform: normal  !important;
    letter-spacing: 0px;
}

.cart-action-popup-content {
    text-align: center;
}

.cart-action-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 4% !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    border-radius: 10px;
}

.popButton, button.button{
    font-family: var(--e-global-typography-bfd96dd-font-family), Sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: var(--e-global-typography-bfd96dd-line-height) !important;
    letter-spacing: var(--e-global-typography-bfd96dd-letter-spacing) !important;
    color: var(--e-global-color-text) !important;
    background-color: var(--e-global-color-b16c83a) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-b16c83a) !important;
    border-radius: 0px 0px 0px 0px !important;
}

.reset_variations, .thwvs-variation-link, button.single_add_to_cart_button.button.alt{
    font-size: 1rem !important;
    font-weight: 400 !important;	
}

.popButtonBlack, button.button {
    font-family: var(--e-global-typography-bfd96dd-font-family), Sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: var(--e-global-typography-bfd96dd-line-height) !important;
    letter-spacing: var(--e-global-typography-bfd96dd-letter-spacing) !important;
    color: var(--e-global-color-text) !important;
    background-color: #000 !important;
    border-style: solid !important;
    border-width: 0px 0px 0px 0px !important;
    border-color: var(--e-global-color-b16c83a) !important;
    border-radius: 0px 0px 0px 0px !important;

}

.popButtonBlack:hover{
	background-color: var(--e-global-color-b16c83a) !important;
}

.reset_variations {
    visibility: visible !important;
    display: inline-block !important; /* Ensures it does not collapse */
}

.reset_variations.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

#go-to-cart-button{
	background-color:#000 !important;
	border:none !important;
}


.erase-cart-container{
	display:inline;
}

.elementor-widget-woocommerce-checkout-page a {
    color: #82A54B !important /* Your desired link color */
}
.elementor-widget-woocommerce-checkout-page a:hover {
    color: #82A54B !important /* Your desired hover color */
}

a#elementor-menu-cart__toggle_button{
	background-color:#fff !important;
}

.custom-cart-icon {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    position: relative;
}

.custom-cart-icon i {
    font-size: 24px;
    margin-right: 8px;
}

.cart-item-count {
    background-color: #ff0000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 3px 7px;
    position: absolute;
    top: -10px;
    right: -10px;
}

/* Image ratio */
/* Instagram-style image fit for .wp-post-image */
.jet-woo-product-gallery__trigger img {
	min-width: 100% !important; /* Set the maximum width for the image */
	min-height:70vh !important;
	max-height:70vh !important;
    object-fit: cover; /* Crop image to fit the square while maintaining aspect ratio */
    object-position: center center; /* Center the image within the square */
    display: block; /* Prevent inline gaps */
	margin: 0 auto; /* Center the image horizontally */
}

.custom-text-input label, .custom-text-input button{
	font-family: "Poppins", Sans-serif !important;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    line-height: 1em !important;
    color: var(--e-global-color-primary) !important;
}

.custom-text-input button{
	background-color:transparent !important;
}
.custom-text-input button:hover{
	background-color:transparent !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions {
	text-align: right !important;
}

@media only screen and (max-width: 768px) {
	
	.jet-woo-product-gallery__trigger img {
	min-height:40vh !important;
	max-height:40vh !important;
    object-fit: cover; /* Crop image to fit the square while maintaining aspect ratio */
    object-position: center center; /* Center the image within the square */
    display: block; /* Prevent inline gaps */
	margin: 0 auto; /* Center the image horizontally */
	}
	.pixin-desc {font-family:'Poppins'; font-size:0.9rem !important;line-height:1.7rem;}

}

@media only screen and (min-width: 1920px) {
	
	.pixin-desc {font-family:'Poppins'; font-size:1.1rem !important;line-height:1.7rem;}

}


/* Reset password button */

a.elementor-lost-password{
    font-size: 0.9em !important;
    font-weight: 400 !important;
    padding:1% 2% 1% 2% !important;
}

a.custom-logout-button {
    background-color: #000;
    color: #fff;
    font-size: 0.9em !important;
    font-weight: 400 !important;
    padding: 1% 2% 1% 2% !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    font-size: 0.9rem !important;
    line-height: var(--n-menu-title-line-height);
}

/*
.elementor-2 .elementor-element.elementor-element-ee1348f .jet-slider__title, h5{
    font-weight: 700;
	font-size:7.5rem !important;
    line-height: 1.1em;

    }
*/



img.attachment-medium_large.size-medium_large{
    
min-width: 100%;
    background-size: 100% 100% !important;
    display: block;
    width: 100%;
    /* height: auto; */
    box-shadow: none;
}


.elementor-element.elementor-element-fba658d.elementor-widget-mobile__width-inherit.elementor-widget.elementor-widget-theme-post-featured-image.elementor-widget-image img{
    width: 100% !important;
    display: block;
    aspect-ratio: 1 !important;
}


/* For mobile screens: let product images scale by width, not by a fixed height */
@media (max-width: 768px) {
  /* Target WooCommerce loop images—replace with your exact selector if different */
  .woocommerce ul.products li.product img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover; /* or ‘contain’ if you’d rather see the full image with letterboxing */
  }
  /* If your theme/Elementor wrapper is forcing a height, force it back to auto: */
  .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    height: auto !important;
  }
}


    
